@charset "UTF-8";
/*  update 2019-10-29 1112
-----------------------------------*/
/* ==============================================

 ### ご利用ガイド

=================================================*/
.guide-container .fs-c-productList {
  display: none;
}

/* ==============================================
  ## ご利用ガイド　上部トグルメニュー
=================================================*/
.guideMenu {
  margin-left: 20px;
  margin-right: 20px;
  z-index: 10;
}
@media screen and (min-width: 480px) {
  .guideMenu {
    margin-left: 0;
    margin-right: 0;
  }
}

.toggleMenu {
  margin-bottom: 30px;
  position: relative;
}
/* @media screen and (min-width: 1000px) {
  .toggleMenu {
    display: none;
  }
} */
.toggleMenu .toggleBtn {
  padding: 10px;
  border: 1px solid #eaeaea;
  display: block;
  width: 100%;
  text-align: left;
}
.toggleMenu .toggleBtn:after {
  content: '';
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #9a9a9a;
  border-right: 1px solid #9a9a9a;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.toggleMenu .toggleBtn.active:after {
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.toggleMenu .toggleContent {
  position: absolute;
  display: none;
  background-color: #fff;
  width: 100%;
}
/* @media screen and (min-width: 1000px) {
  .toggleMenu .toggleContent {
    display: block;
    position: relative;
  }
} */
.toggleMenu .toggleContent.is-open {
  display: block;
}
.toggleMenu .toggleContent ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.toggleMenu .toggleContent ul li {
  border-bottom: 1px solid #eaeaea;
  width: 100%;
}
.toggleMenu .toggleContent ul li.curent {
  display: none;
}
@media screen and (min-width: 1000px) {
  .toggleMenu .toggleContent ul li.curent {
    order: 0;
    display: block;
  }
}
.toggleMenu .toggleContent ul li.curent a {
  pointer-events: none;
}
@media screen and (min-width: 1000px) {
  .toggleMenu .toggleContent ul li {
    border: none;
  }
}
.toggleMenu .toggleContent ul li a {
  display: block;
  padding: 10px;
  position: relative;
}
.toggleMenu .toggleContent ul li a:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid #9a9a9a;
  border-right: 1px solid #9a9a9a;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ==============================================
  ## ご利用ガイド　共通設定
=================================================*/
.p_guide > div {
  margin-left: 38px;
  margin-right: 38px;
}
@media screen and (min-width: 480px) {
  .p_guide > div {
    margin-left: 0;
    margin-right: 0;
  }
}

.guide_intro {
  margin-bottom: 35px;
}
@media screen and (min-width: 480px) {
  .guide_intro {
    margin-bottom: 45px;
  }
}

.txList1 {
  list-style-type: disc;
  margin-left: 1.5em;
}

.btn_block {
  margin-bottom: 50px;
}
.btn_block .fs-c-button--primary {
  margin: 0 auto;
}

.txTable01 {
  border-left: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  width: 100%;
  clear: both;
  margin-bottom: 20px;
}
@media screen and (min-width: 480px) {
  .txTable01 {
    margin-bottom: 65px;
  }
}
.txTable01 tr th,
.txTable01 tr td {
  display: block;
  text-align: left;
  border-top: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  padding: 12px;
}
@media screen and (min-width: 480px) {
  .txTable01 tr th,
  .txTable01 tr td {
    display: table-cell;
  }
}
.txTable01 tr th {
  background-color: #fffbe2;
}

.txTable02 {
  border-left: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  width: 100%;
  clear: both;
  margin-bottom: 20px;
}
@media screen and (min-width: 480px) {
  .txTable02 {
    margin-bottom: 65px;
  }
}
.txTable02 tr th,
.txTable02 tr td {
  text-align: center;
  border-top: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  padding: 3px;
  font-size: 1.2rem;
}
@media screen and (min-width: 480px) {
  .txTable02 tr th,
  .txTable02 tr td {
    font-size: 1.6rem;
    padding: 10px;
  }
}
.txTable02 tr th {
  background-color: #fffbe2;
}
.txTable02 tbody th {
  text-align: left;
}

.ttl_g {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 480px) {
  .ttl_g {
    font-size: 2rem;
  }
}

.guide-content {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px dotted #363636;
}
.guide-content:last-of-type {
  border-bottom: none;
}
@media screen and (min-width: 480px) {
  .guide-content {
    padding-bottom: 65px;
    margin-bottom: 65px;
  }
}
.guide-content .ico_tel {
  position: relative;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.guide-content .ico_tel:before {
  background-image: url(https://naturalfoods.itembox.design/item/img/common/icon/tel.png);
  top: 10px;
  left: 0;
  content: '';
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
.guide-content .ico_tel address {
  font-size: 2rem;
  font-weight: bold;
  font-style: normal;
}
.guide-content .ico_tel span.tx_sub {
  font-size: 1.3rem;
  display: block;
}
.guide-content .ico_contact {
  position: relative;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.guide-content .ico_contact:before {
  background-image: url(https://naturalfoods.itembox.design/item/img/common/icon/contact.png);
  top: 10px;
  left: 0;
  content: '';
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
.guide-content .ico_contact a {
  font-size: 2rem;
  font-weight: bold;
  font-style: normal;
}
.guide-content .ico_contact span.tx_sub {
  font-size: 1.3rem;
  display: block;
}
.guide-content .txTable01:last-child {
  margin-bottom: 0;
}

.guide-tx {
  margin-bottom: 20px;
}
@media screen and (min-width: 480px) {
  .guide-tx {
    margin-bottom: 65px;
  }
}
.guide-tx:last-child {
  margin-bottom: 0;
}
.guide-tx p,
.guide-tx div,
.guide-tx ul {
  margin-bottom: 1em;
}
.guide-tx p:last-child,
.guide-tx div:last-child,
.guide-tx ul:last-child {
  margin-bottom: 0;
}

/* ==============================================
  ## ご利用ガイド　ご注文の流れ
=================================================*/
.order-flow-content {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px dotted #363636;
}
@media screen and (min-width: 480px) {
  .order-flow-content {
    padding-bottom: 65px;
    margin-bottom: 65px;
  }
}
.order-flow-content .block {
  margin-bottom: 20px;
}
@media screen and (min-width: 480px) {
  .order-flow-content .block {
    margin-bottom: 65px;
  }
}
.order-flow-content .block h3 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 480px) {
  .order-flow-content .block h3 {
    font-size: 1.8rem;
  }
}

.order-flow-item {
  margin-bottom: 25px;
}
.order-flow-item:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 480px) {
  .order-flow-item {
    overflow: hidden;
    *zoom: 1;
  }
}
.order-flow-item h3 {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 480px) {
  .order-flow-item h3 {
    font-size: 1.8rem;
  }
}
.order-flow-item .mark {
  background-color: #363636;
  color: #fff;
  margin-right: 10px;
  line-height: 1;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.order-flow-item .image {
  margin-bottom: 10px;
}
@media screen and (min-width: 480px) {
  .order-flow-item .image {
    width: 320px;
    float: right;
    margin-left: 40px;
  }
}
.order-flow-item .txBlock .text p,
.order-flow-item .txBlock .text div,
.order-flow-item .txBlock .text ul {
  margin-bottom: 1em;
}
.order-flow-item .txBlock .text p:last-child,
.order-flow-item .txBlock .text div:last-child,
.order-flow-item .txBlock .text ul:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 480px) {
  .order-flow-tel .txBlock {
    width: calc(100% - 360px);
    float: left;
  }
}
.order-flow-tel address {
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-size: 2rem;
}
@media screen and (min-width: 480px) {
  .order-flow-tel address {
    text-align: left;
    display: inline-block;
  }
}
.order-flow-tel .tx_s {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 480px) {
  .order-flow-tel .tx_s {
    text-align: left;
    display: inline-block;
  }
}
.order-flow-tel .text {
  margin-bottom: 15px;
}

/* ==============================================
  ## ご利用ガイド　ごよくあるご質問
=================================================*/
.faq-item {
  margin-bottom: 20px;
}
.faq-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 480px) {
  .faq-item {
    margin-bottom: 65px;
  }
}
.faq-item .questionBox {
  position: relative;
  padding-left: 2em;
  font-weight: bold;
  margin-bottom: 10px;
}
.faq-item .questionBox:before {
  content: 'Q:';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.faq-item .awnserBox {
  position: relative;
  padding-left: 2em;
}
.faq-item .awnserBox:before {
  content: 'A:';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

/* ==============================================
  ## ご利用ガイド　プライバシーポリシー
=================================================*/
.p_privacy-policy ol {
  list-style-type: decimal;
  margin-left: 1.5em;
}
.p_privacy-policy ol li {
  margin-bottom: 10px;
}
.p_privacy-policy ol li:last-child {
  margin-bottom: 0;
}
.p_privacy-policy ul {
  list-style-type: disc;
  margin-left: 1.5em;
}
.p_privacy-policy ul li {
  margin-bottom: 10px;
}
.p_privacy-policy ul li:last-child {
  margin-bottom: 0;
}

/* ==============================================
  ## ご利用ガイド　お問い合わせ
=================================================*/
@media screen and (min-width: 480px) {
  .formTable th {
    width: 15em;
  }
}
.formTable input[type=text] {
  border: 1px solid #d7d7d7;
  padding: 9px;
}
.formTable textarea {
  width: 100%;
  @inlcude box-sizing;
}
.formTable .input_name,
.formTable .input_mail1,
.formTable .input_mail2 {
  margin-bottom: 5px;
}
.formTable .input_name:last-of-type,
.formTable .input_mail1:last-of-type,
.formTable .input_mail2:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 480px) {
  .formTable .input_name,
  .formTable .input_mail1,
  .formTable .input_mail2 {
    width: 50%;
    margin-bottom: 10px;
    display: inline-block;
  }
}
@media screen and (min-width: 480px) {
  .formTable .input_affair {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
  .formTable .input_affair label {
    margin-right: 1em;
  }
}

.p_contact .fs-c-buttonContainer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* =============================================

 ###　IE11

============================================= */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .order-flow-item .mark {
    line-height: .9;
    padding-top: 5px;
  }
}
