@charset "UTF-8";

/* ==========================================================================
   TOPページ以外共通
========================================================================== */
/* スマホ用メニューアイコンの位置調整 */
.nav-global__icon {
  top: 5px;
}

/*---*/

/* ==========================================================================
   Itemtable
========================================================================== */
.itemtable-inner {
  padding: 0 20px 10px;
}
.table-scroll {
  overflow-x: scroll;
  width: 100%;
  padding: 0 0 40px;
}
.itemtable-inner table {
  min-width: 600px;
  background-color: #fff;
}
.itemtable-inner tr:nth-child(odd) {
  background-color: #fff7f4;
}
.itemtable-inner th {
  border: 1px solid #f89959;
  padding: 5px 10px;
  background-color: #f7cab3;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  vertical-align: middle;
  white-space: nowrap;
}
.itemtable-inner td {
  border: 1px solid #f89959;
  padding: 5px 10px;
  font-size: 1.2rem;
  line-height: 1.4;
  vertical-align: middle;
  height: 60px;
}
.itemtable-inner td.item {
  font-size: 1.3rem;
  font-weight: 700;
  white-space: nowrap;
  position: relative;
}
.itemtable-inner td.num {
  text-align: center;
  white-space: nowrap;
}
.itemtable-inner td.point {
  line-height: 1.8;
}
.itemtable-inner td span {
  padding-left: 60px;
  display: inline-block;
  position: relative;
}
.itemtable-inner td span::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(50% - 25px);
  left: 0;
  width: 50px;
  height:50px;
}
.itemtable-inner table span.item01::before {
  background: url(../images/preparation-maternity/postpartum/item01.png) no-repeat center center;
  background-size: contain;
}
.itemtable-inner table span.item02::before {
  background: url(../images/preparation-maternity/postpartum/item02.png) no-repeat center center;
  background-size: contain;
}
.itemtable-inner table span.item03::before {
  background: url(../images/preparation-maternity/postpartum/item03.png) no-repeat center center;
  background-size: contain;
}
.itemtable-inner table span.item04::before {
  background: url(../images/preparation-maternity/postpartum/item04.png) no-repeat center center;
  background-size: contain;
}
.itemtable-inner table span.item05::before {
  background: url(../images/preparation-maternity/postpartum/item05.png) no-repeat center center;
  background-size: contain;
}
.itemtable-inner table span.item06::before {
  background: url(../images/preparation-maternity/postpartum/item06.png) no-repeat center center;
  background-size: contain;
}
.itemtable-inner table span.item07::before {
  background: url(../images/preparation-maternity/postpartum/item07.png) no-repeat center center;
  background-size: contain;
}
.itemtable-inner table span.item08::before {
  background: url(../images/preparation-maternity/postpartum/item08.png) no-repeat center center;
  background-size: contain;
}
.itemtable-inner table span.item09::before {
  background: url(../images/preparation-maternity/postpartum/item09.png) no-repeat center center;
  background-size: contain;
}
.itemtable-inner table span.item10::before {
  background: url(../images/preparation-maternity/postpartum/item10.png) no-repeat center center;
  background-size: contain;
}
.itemtable-inner table span.item11::before {
  background: url(../images/preparation-maternity/postpartum/item11.png) no-repeat center center;
  background-size: contain;
}
.itemtable-inner table span.item12::before {
  background: url(../images/preparation-maternity/postpartum/item12.png) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 767px) {
  .itemtable-inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px 20px;
  }
  .itemtable-inner th {
    padding: 10px 10px 7px;
    font-size: 1.4rem;
  }
  .itemtable-inner td {
    padding: 10px 25px 10px 20px;
    font-size: 1.4rem;
    height: 110px;
  }
  .itemtable-inner td.item {
  font-size: 1.6rem;
	  padding: 10px 25px 10px 20px;
  }
  .itemtable-inner td span {
    padding-left: 110px;
  }
  .itemtable-inner td span::before {
    top: calc(50% - 40px);
    left: 0;
    width: 80px;
    height:80px;
  }
}

/* ==========================================================================
   Sizetable
========================================================================== */
#sizetable {
  background-image: radial-gradient(#f7cab3 1px, #fff 1px);
  background-size: 5px 5px;
  padding: 40px 20px;
}
.sizetable-inner {
  padding: 40px 15px;
  background-color: #fff;
}
.sizetable-title {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin: 0 auto;
}
.sizetable-title::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../images/preparation-maternity/latepregnancy/sizetable_measure.png) no-repeat top right;
  background-size: contain;
}
.pb-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 60px auto 5px;
}
.pb-title span {
  color: #f9a670;
}
.pb-txt {
  font-size: 1.2rem;
}
.pb-table-extxt {
  font-size: 1.1rem;
  font-weight: 700;
  text-align: right;
  margin: 5px auto 2px;
}
.pb-table {
  width: 100%;
}
.pb-table th {
  border: 1px solid #ddd1c1;
  padding: 5px;
  background-color: #f4f1ec;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.pb-table td {
  border: 1px solid #ddd1c1;
  padding: 5px;
  background-color: #fff;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
}
.pb-table td.size {
  font-weight: 700;
}
.pb-table p {
  display: table;
  margin: auto;
  text-align: left;
}
.qa-box {
  width: 100%;
  background: url(../images/preparation-maternity/latepregnancy/sizetable_qa_lower_sp.png) no-repeat bottom center;
  background-size: contain;
  padding: 0 0 40px;
}
.qa-title {
  width: 100%;
  background: url(../images/preparation-maternity/latepregnancy/sizetable_qa_upper_sp.png) no-repeat center center;
  background-size: contain;
  margin: 30px auto 15px;
}
.qa-title img {
  width: 40%;
  min-width: 130px;
  height: auto;
}
.qa-q {
  font-size: 1.2rem;
  font-weight: 700;
  background: url(../images/preparation-maternity/latepregnancy/sizetable_qa_q.svg) no-repeat;
  background-size: 26px;
  line-height: 26px;
  padding: 0 0 0 34px;
  margin: 0 0 10px;
}
.qa-a {
  font-size: 1.2rem;
  background: url(../images/preparation-maternity/latepregnancy/sizetable_qa_a.svg) no-repeat;
  background-size: 26px;
  padding: 0 0 20px 34px;
  line-height: 2;
}
.qa-type {
  padding: 0 0 0 34px;
}
.qa-type dt {
  width: 80px;
  margin: 15px auto 0;
}
.qa-type-title {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin: 10px auto;
  padding: 0 4px 3px;
  display: table;
  background: linear-gradient(transparent 40%, #f6eb82 70%);
  line-height: 1;
}
.qa-type-txt {
  font-size: 1.2rem;
  line-height: 2;
}
@media screen and (min-width: 767px) {
  #sizetable {
    background-image: radial-gradient(#f7cab3 1px, #fff 2px);
    background-size: 8px 8px;
    padding: 60px 0;
  }
  .sizetable-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 55px 40px;
  }
  .sizetable-title {
    font-size: 2.4rem;
    }
  .sizetable-title::after {
    top: 35px;
    right: 20%;
  }
  .pb-title {
    font-size: 1.8rem;
    margin: 60px auto 10px;
    padding: 0 0 0 20px;
  }
  .pb-txt {
    font-size: 1.6rem;
    padding: 0 0 0 20px;
  }
  .pb-table-extxt {
    font-size: 1.2rem;
    width: 560px;
    margin: 10px auto 2px 20px;
  }
  .pb-table {
    width: 560px;
    margin: 0 auto 0 20px;
  }
  .pb-table th {
    padding: 7px 10px;
    font-size: 1.4rem;
  }
  .pb-table td {
    padding: 7px 10px;
    font-size: 1.4rem;
  }
  .qa-box {
    background: url(../images/preparation-maternity/latepregnancy/sizetable_qa_lower_pc.png) no-repeat bottom center;
    background-size: contain;
    padding: 0 0 30px;
  }
  .qa-title {
    background: url(../images/preparation-maternity/latepregnancy/sizetable_qa_upper_pc.png) no-repeat center center;
    background-size: contain;
    margin: 60px auto 20px;
  }
  .qa-title img {
    width: 200px;
    height: auto;
  }
  .qa-q {
    font-size: 1.6rem;
    background-size: 32px;
    line-height: 32px;
    padding: 0 0 0 46px;
    margin: 0 0 15px 20px;
  }
  .qa-a {
    font-size: 1.6rem;
    background-size: 32px;
    padding: 0 0 0 46px;
    margin: 0 0 40px 20px;
  }
  .qa-type {
    margin: 30px 0 0;
    padding: 0 0 0 80px;
    display: flex;
    flex-wrap: wrap;
  }
  .qa-type dt {
    width: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .qa-type:nth-of-type(4) dt {
    width: 100px;
  }
  .qa-type dd {
    width: calc(100% - 140px);
  }
  .qa-type-title {
    font-size: 2rem;
    text-align: left;
    margin: 0 0 10px;
  }
  .qa-type-txt {
    font-size: 1.6rem;
  }
}



/* ==========================================================================
   Itemtable（イレギュラー用）
========================================================================== */
.itemtable-inner tr.bratop,
.itemtable-inner tr.halftop {
  background-color: #fff;
}
.itemtable-inner tr.bratop td,
.itemtable-inner tr.halftop td {
  height: 110px;
}
.itemtable-inner table span.item-bratop::before {
  background: url(../images/preparation-maternity/latepregnancy/item_bratop_sp.png) no-repeat center center;
  background-size: contain;
  top: calc(50% - 50px);
  width: 50px;
  height:100px;
}
.itemtable-inner table span.item-halftop::before {
  background: url(../images/preparation-maternity/latepregnancy/item_halftop_sp.png) no-repeat center center;
  background-size: contain;
  top: calc(50% - 50px);
  width: 50px;
  height:100px;
}
@media screen and (min-width: 767px) {
  .itemtable-inner tr.bratop td span,
  .itemtable-inner tr.halftop td span {
    padding-left: 130px;
  }
  .itemtable-inner table span.item-bratop::before {
    background: url(../images/preparation-maternity/latepregnancy/item_bratop_pc.png) no-repeat center center;
    background-size: contain;
    top: calc(50% - 25px);
    width: 120px;
    height:50px;
  }
  .itemtable-inner table span.item-halftop::before {
    background: url(../images/preparation-maternity/latepregnancy/item_halftop_pc.png) no-repeat center center;
    background-size: contain;
    top: calc(50% - 35px);
    width: 120px;
    height:70px;
  }
}

/* ==========================================================================
   Sizetable（イレギュラー用）
========================================================================== */

/* --- ブラトップ・ハーフトップ --- */
.btht-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 60px auto 5px;
  line-height: 45px;
}
.btht-title img {
  display: inline-block;
  width: auto;
  height: 45px;
  margin: 0 10px 0 0;
}
@media screen and (min-width: 767px) {
  .btht-title {
    font-size: 1.8rem;
    margin: 60px auto 10px;
    padding: 0 0 0 20px;
  }
}
/* --- ショーツ --- */
.shorts-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 60px auto 5px;
  line-height: 45px;
}
.shorts-title img {
  display: inline-block;
  width: auto;
  height: 45px;
  margin: 0 10px 0 0;
}
.shorts-table-extxt {
  font-size: 1.1rem;
  font-weight: 700;
  text-align: right;
  margin: 5px auto 2px;
}
.shorts-table {
  width: 100%;
}
.shorts-table th {
  border: 1px solid #ddd1c1;
  padding: 5px;
  background-color: #f4f1ec;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.shorts-table td {
  border: 1px solid #ddd1c1;
  padding: 5px;
  background-color: #fff;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
}
.shorts-table td.size {
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  .shorts-title {
    font-size: 1.8rem;
    margin: 60px auto 10px;
    padding: 0 0 0 20px;
  }
  .shorts-table-extxt {
    font-size: 1.2rem;
    width: 480px;
    margin: 10px auto 2px 20px;
  }
  .shorts-table {
    width: 480px;
    margin: 0 auto 0 20px;
  }
  .shorts-table th {
    padding: 7px 10px;
    font-size: 1.4rem;
  }
  .shorts-table td {
    padding: 7px 10px;
    font-size: 1.4rem;
  }
}

/*---*/