/* ----------------------------------------
見出し部分
---------------------------------------- */
.c-main .c-article__title {margin-top:60px;}
.c-main .c-content__title {margin:60px 0 0;}



/* ----------------------------------------
詳細部分
---------------------------------------- */
.c-main .c-content__detail {
  margin: 25px 0 0 0;
}
/* ----------------------------------------

---------------------------------------- */


/* タブコンテンツ部分 */
.collection {
  overflow-x: auto;
  overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

.collection table {
  width: 670px;
  margin:20px 0 10px;
}

.note {
  font-size:1.4rem;
  margin-bottom:60px;}