@charset "UTF-8";
/*ベース*/
.product_kinu_tofu_contents .sec {
  margin-bottom: 60px;
}

.product_kinu_tofu_contents .sec-border-ttl {
  border-top: 2px solid #0a3066;
  border-bottom: 2px solid #0a3066;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  padding: 20px 0;
  margin-bottom: 40px;
}

@media (min-width: 1px) and (max-width: 1000px) {
  .product_kinu_tofu_contents .sec {
    margin-bottom: 40px;
  }
  .product_kinu_tofu_contents .sec-border-ttl {
    padding: 12px 0;
    font-size: 17px;
    margin-bottom: 20px;
  }
}

/*メインヴィジュアル*/
.product_kinu_tofu_contents .mv-sec {
  width: 100%;
}

.product_kinu_tofu_contents .tofu_conts {
  margin: 0 auto 60px;
}

.product_kinu_tofu_contents .tofu_conts img {
  width: 100%;
}

.product_kinu_tofu_contents .product_name {
  text-align: center;
  font-size: 25px;
  margin: 0 auto 20px;
}

@media (min-width: 1px) and (max-width: 1000px) {
  .product_kinu_tofu_contents .product_name {
    text-align: center;
    margin: 0px 0 10px;
    font-size: 15px;
  }
}

.price_sec_flex .txt_80 {
  font-size: 80%;
}

.product_kinu_tofu_contents .btn_conts {
  margin: 0 auto 60px;
}

.product_kinu_tofu_contents .btn_conts .price_sec_btn {
  max-width: 575px;
  width: 100%;
  margin: auto;
  display: block;
}

/*成分表示*/
.product_kinu_tofu_contents .component-sec table {
  border-collapse: border;
  width: 100%;
}

.product_kinu_tofu_contents .component-sec table th {
  background-color: #d0e9f5;
  border: 3px solid #fff;
  padding: 15px;
  width: 35%;
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
  vertical-align: middle;
}

.product_kinu_tofu_contents .component-sec table td {
  background-color: #e7f4fa;
  border: 3px solid #fff;
  padding: 15px;
  font-size: 14px;
  width: 100%;
  line-height: 1.5;
  vertical-align: middle;
}

.product_kinu_tofu_contents .component-sec table td div {
  margin-bottom: 15px;
}

.product_kinu_tofu_contents .component-sec table td strong {
  font-weight: bold;
}

.product_kinu_tofu_contents .component-sec table td span {
  font-size: 13px;
}

.product_kinu_tofu_contents .component-sec table td dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
}

.product_kinu_tofu_contents .component-sec table td dl dt {
  max-width: 100px;
  width: 100%;
}

.product_kinu_tofu_contents .component-sec table td dl:last-child {
  margin-bottom: 0;
}

.product_kinu_tofu_contents .component-sec table td dl.component-sec-tab-child dt {
  max-width: 94px;
  width: 100%;
}

.product_kinu_tofu_contents .component-sec-tab-child {
  border-left: 2px solid #000;
  position: relative;
  margin-left: 5px;
}

.product_kinu_tofu_contents .component-sec-tab-border {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 2px;
  background: #000;
  margin-right: 5px;
}

.product_kinu_tofu_contents .component-sec-tab-child::before {
  width: 10px;
  height: 10px;
  background-color: #e7f4fa;
}

.product_kinu_tofu_contents .component-sec-tab-child-del {
  width: 10px;
  height: 15px;
  background: #000;
}

.product_kinu_tofu_contents .component-sec-tab-child-del {
  position: absolute;
  bottom: 0;
  left: -2px;
  background: #e7f4fa;
}

.product_kinu_tofu_contents .component-sec-tab .note {
  display: inline-block;
  margin-left: 10px;
  font-size: 10px;
}

@media (min-width: 1px) and (max-width: 1000px) {
  .product_kinu_tofu_contents .component-sec table th {
    font-size: 12px;
    padding: 10px;
  }
  .product_kinu_tofu_contents .component-sec table td {
    font-size: 12px;
    padding: 10px;
  }
  .product_kinu_tofu_contents .component-sec table td span {
    font-size: 10px;
  }
  .product_kinu_tofu_contents .component-sec-tab-child-del {
    height: 13px;
  }
  .product_kinu_tofu_contents .component-sec table td dl dt {
    max-width: 80px;
  }
  .product_kinu_tofu_contents .component-sec table td dl.component-sec-tab-child dt {
    max-width: 74px;
  }
  .product_kinu_tofu_contents .component-sec-tab .note {
    margin-left: 5px;
  }
}

/*配送方法*/
.product_kinu_tofu_contents .delivery-sec {
  background: #f7f7f5;
  padding: 30px 0px;
}

.product_kinu_tofu_contents .delivery-sec-list li {
  font-size: 18px;
  color: #000;
  line-height: 1.7;
  margin-bottom: 50px;
}

.product_kinu_tofu_contents .delivery-sec-list:last-child {
  margin-bottom: 0;
}

.product_kinu_tofu_contents .delivery-sec-list span {
  display: block;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #0a3066;
}

@media (min-width: 1px) and (max-width: 1000px) {
  .product_kinu_tofu_contents .delivery-sec-list span {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .product_kinu_tofu_contents .delivery-sec-list li {
    font-size: 12px;
  }
  .product_kinu_tofu_contents .delivery-sec-list li {
    margin-bottom: 25px;
  }
}

/*お約束*/
   .promise_sec {
    padding: 40px 0;
    margin-top: 60px;
    background-image: url(../../../../template/morinaga/img/n_img/index/promise_img01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 8px; }
  .promise_sec_ttl {
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px; }
  .promise_sec_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .promise_sec_wrap {
    padding: 0 30px; }
  .promise_sec_flexitem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    background-color: #fff;
    border-radius: 8px; }
  .promise_sec_flexitem_fig {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 135px;
    border-radius: 8px 8px 0 0; }
  .promise_sec_flexitem_fig01 {
    background-image: url(../../../../template/morinaga/img/n_img/index/promise_img02.png); }
  .promise_sec_flexitem_fig02 {
    background-image: url(../../../../template/morinaga/img/n_img/index/promise_img03.png); }
  .promise_sec_flexitem_fig03 {
    background-image: url(../../../../template/morinaga/img/n_img/index/promise_img04.png); }
  .promise_sec_aurabarrier .promise_sec_flexitem_fig01 {
    background-image: url(../../../../template/morinaga/img/n_img/product/aurabarrier/img13.jpg); }
  .promise_sec_aurabarrier .promise_sec_flexitem_fig02 {
    background-image: url(../../../../template/morinaga/img/n_img/product/aurabarrier/img14.jpg); }
  .promise_sec_aurabarrier .promise_sec_flexitem_fig03 {
    background-image: url(../../../../template/morinaga/img/n_img/product/aurabarrier/img15.jpg); }
  .promise_sec_flexitem_txt_box {
    background-color: #fff;
    padding: 0 15px 15px;
    border-radius: 8px; }
  .promise_sec_flexitem_ttl {
    text-align: center;
    color: #f62837;
    font-size: 15px;
    padding: 15px 0; }
  .promise_sec_flexitem_txt {
    font-size: 13px; }
  .promise_sec_flexitem_ttl.promise_sec_flexitem_ttl_black {
    color: #000;
    text-align: left; }
    
@media (min-width: 1px) and (max-width: 1000px) {
  .promise_sec_ttl {
      font-size: 18px; }
  .promise_sec_flex {
      display: block; }
  .promise_sec_flexitem {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 10px;
      border-radius: 8px; }
  .promise_sec_flexitem_fig {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 114px;
      flex: 0 0 114px;
      height: auto;
      border-radius: 8px 0 0 8px; }
  .promise_sec_flexitem_ttl {
      font-size: 12px;
      text-align: left;
  padding: 15px 0 5px; }
     .promise_sec_flexitem_txt_box {
      border-radius: 8px; }
  .promise_sec_flexitem_txt {
      font-size: 12px; }
  .promise_sec {
      padding: 30px 0;
      margin-top: 30px;
      background-image: url(../../../../template/morinaga/img/n_img/index/promise_img01_sp.jpg); }
  .promise_sec_wrap {
      padding: 0 20px; }
    }

/*価格表示*/
  #detail_free_box__freearea .product_title_sec_ttl_border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px; }
  #detail_free_box__freearea .product_title_sec_ttl {
    font-size: 32px;
    font-weight: bold;
    margin-top: 43px;
    padding-bottom: 10px; 
    margin-bottom: 0;}
  #detail_free_box__freearea .product_title_sec_ttl_border_lft {
    width: 50%;
    height: 3px;
    background-color: #0a3066; }
  #detail_free_box__freearea .product_title_sec_ttl_border_rig {
    width: 50%;
    height: 3px;
    background-color: #6ec1e1; }
  #detail_free_box__freearea .product_title_sec_ttl_botom_txt {
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 26px; }
  #detail_free_box__freearea .product_title_sec_ttl_botom_txt span:not(.gram) {
    font-size: 15px; }
          
  #detail_free_box__freearea .product_title_sec_price_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    font-weight: bold; }
  #detail_free_box__freearea .product_title_sec_price_flex_lft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49.5%;
    flex: 0 0 49.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 2px solid #f62837; }
  #detail_free_box__freearea .product_title_sec_price_flex_lft span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  #detail_free_box__freearea .product_title_sec_price_flex_lft_lft {
    text-align: center;
    width: 100%;
    font-size: 21px;
    color: #f62837;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  #detail_free_box__freearea .product_title_sec_price_flex_lft_lft_small {
    font-size: 14px; }
  #detail_free_box__freearea .product_title_sec_price_flex_lft_rig {
    background-color: #f62837;
    color: #fff;
    text-align: center;
    max-width: 60px;
    width: 100%;
    padding: 10px 0;
    font-size: 15px; }
  #detail_free_box__freearea .product_title_sec_price_flex_rig_price {
    font-size: 63px;
    color: #f62837; }
  #detail_free_box__freearea .product_title_sec_price_flex_rig_price span {
    font-size: 24px; }
  #detail_free_box__freearea .product_title_sec_price_flex_blue {
    margin-top: 14px; }
  #detail_free_box__freearea .product_title_sec_price_flex_blue .product_title_sec_price_flex_lft_lft {
    color: #0a3066; }
  #detail_free_box__freearea .product_title_sec_price_flex_blue .product_title_sec_price_flex_lft {
    border: 2px solid #0a3066; }
  #detail_free_box__freearea .product_title_sec_price_flex_blue .product_title_sec_price_flex_lft_rig {
    background-color: #0a3066; }
  #detail_free_box__freearea .product_title_sec_price_flex_blue .product_title_sec_price_flex_rig_price {
    color: #0a3066; }    
      
@media (min-width: 1px) and (max-width: 1000px) {
    #detail_free_box__freearea .product_title_sec_ttl {
      font-size: 18px;
      margin-top: 21px; 
      margin-bottom: 0;}
    #detail_free_box__freearea .product_title_sec_ttl_border {
      margin-bottom: 10px; }
    #detail_free_box__freearea .product_title_sec_ttl_botom_txt {
      font-size: 16px;
      margin-bottom: 14px; }
    #detail_free_box__freearea .product_title_sec_ttl_botom_txt span {
      font-size: 10px; }
    #detail_free_box__freearea .product_title_sec_ttl_botom_txt span.gram {
      font-size: 15px; }
    #detail_free_box__freearea .product_title_sec_price_flex_lft {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
      flex: 0 0 49%; }
    #detail_free_box__freearea .product_title_sec_price_flex_rig {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
      flex: 0 0 49%; }
    #detail_free_box__freearea .product_title_sec_price_flex_lft_lft {
      font-size: 13px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    #detail_free_box__freearea .product_title_sec_price_flex_lft_lft .product_title_sec_price_flex_lft_lft_small {
      display: block;
      font-size: 10px;
      padding: 0; }
    #detail_free_box__freearea .product_title_sec_price_flex_lft_rig {
      font-size: 10px;
      max-width: 37px; }
    #detail_free_box__freearea .product_title_sec_price_flex_rig_price {
      font-size: 29px; }
    #detail_free_box__freearea .product_title_sec_price_flex_lft span {
      padding: 5px 2px; }
    #detail_free_box__freearea .product_title_sec_price_flex_rig_price span {
      font-size: 14px; }
}