/*************************************/
/* delivery / payment/ return / info */
/*************************************/
#delivery,
#payment,
#return,
#info {
  width: 95%;
  max-width: 660px;
  margin: auto;
}
#delivery.u-contents:not(:first-of-type),
#payment.u-contents:not(:first-of-type),
#return.u-contents:not(:first-of-type),
#info.u-contents:not(:first-of-type) {
  margin-top: 150px;
}

h2.c-ttl-second {
  margin: 0;
}

.c-tbl-list {
  margin-top: 60px;
  line-height: 2;
}
.c-tbl-list .c-tbl-list__tr h3.c-tbl-list__th,
.c-tbl-list .c-tbl-list__tr div.c-tbl-list__td {
  margin: 0;
  font-size: 1.2rem;
}
.c-tbl-list .c-tbl-list__tr h3.c-tbl-list__th {
  margin-top: 25px;
}