@charset "UTF-8";
/* //////////////////////////////////////////////////
                  info page
////////////////////////////////////////////////// */
/* ====================
m.$noto-sans: 'Noto Sans JP', sans-serif;
m.$montserrat: 'Montserrat', sans-serif;
==================== */
/* ====================
 - 599px：スマートフォン
 - 600px〜959px：タブレット
 - 960px〜1199px：小型PC
 - 1200px〜：大型PC
==================== */
/* ---------------------
body {
  background-color: #bebeff;
  @include m.media(tab) {
    background-color: #ffbebe;
  }
  @include m.media(pc-s) {
    background-color: #cacaca;
  }
  @include m.media(pc-l) {
    background-color: #cacaca;
  }
}
--------------------- */
/* ------------------------------------------------
fs_re_ifo page
------------------------------------------------ */
/* ------------------------------------------------
common 追加分
------------------------------------------------ */
/* ------------------------------------------------
特定商取引法に基づく表示
------------------------------------------------ */
.fs-c-heading--page {
  border-bottom: none;
  font-size: 2rem;
  padding: 0;
}

@media screen and (min-width: 960px) {
  .fs-c-heading--page {
    padding: 1.8em 0;
  }
}
.fs-c-documentArticle__heading {
  font-weight: 300;
  font-size: 1.8rem;
  border-bottom: 1px solid #ccc;
  background: none;
  color: initial;
  margin: 0;
  padding: 0 0 8px;
  text-align: left;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.fs-c-documentArticle__content {
  padding: 0;
}

.fs-c-documentColumn__heading {
  border-bottom: none;
  color: #3c3c3c;
  padding: 0;
  margin: 0;
  border: none;
  font-size: 1.5rem;
}

.fs-c-orderedList {
  border: none;
  padding: none;
}

/* ------------------------------------------------
会員規約について
------------------------------------------------ */
.fs-c-orderedList > li .fs-c-orderedList {
  padding: none;
  border: none;
}

/* ------------------------------------------------
ご利用ガイドについて
------------------------------------------------ */
.info__aside-nav {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px 3rem;
  margin-bottom: 3rem;
  line-height: 1.7;
}

.info__aside-navitem {
  flex: 0 1 50%;
}

@media screen and (min-width: 600px) {
  .info__aside-navitem {
    flex: 0 1 33.3333333333%;
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .ff-guide__wrap {
    display: flex;
    justify-content: space-between;
  }
  .ff-guide__main-wrap {
    flex: 0 1 80%;
  }
  .info__aside-nav {
    flex: 0 1 15%;
    display: block;
    padding: 0;
    line-height: 2;
  }
  .info__aside-navitem {
    text-align: left;
    padding: 10px 5px;
    border-bottom: 1px solid #ccc;
  }
  .info__aside-navitem:first-child {
    border-top: 1px solid #ccc;
  }
}
/* ------------------------------------------------
お問い合わせフォーム
------------------------------------------------ */
.contact-form__wrap {
  margin: 24px auto;
  max-width: 600px;
}
.contact-form__wrap .textbox__area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.contact-form__wrap .textbox__col--1 + * {
  margin-top: 8px;
}
.contact-form__wrap .textbox__col--2 {
  flex: 0 1 calc(50% - 4px);
}
.contact-form__wrap .textbox__col--2 + * {
  margin-left: 8px;
}
.contact-form__wrap p.form_headline {
  font-weight: bold;
}
.contact-form__wrap .form__item {
  margin-bottom: 24px;
}
.contact-form__wrap .textbox__col--3 {
  flex: 1 1 calc((100% - 32px) / 5);
}
.contact-form__wrap .haifun {
  margin: 0 8px;
}
.contact-form__wrap .radio__area {
  display: flex;
  flex-direction: column;
}
.contact-form__wrap .radio__item {
  display: flex;
  align-items: center;
}
.contact-form__wrap .radio__item label {
  padding-left: 8px;
}

.submit-btn {
  text-align: center;
}
.submit-btn input {
  background: #1d1d1d;
  border: 1px solid #1d1d1d;
  border-radius: 2px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 16px 0;
  box-shadow: 0 0 2px #b2b2b2;
  min-width: 240px;
}

#formarea {
  margin: 24px auto;
  max-width: 600px;
}
#formarea input {
  width: auto;
}

/* ------------------------------------------------
送料とお支払い方法について
------------------------------------------------ */
.info-table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  font-size: 1.1rem;
}
.info-table th {
  font-weight: initial;
}
.info-table th, .info-table td {
  padding: 4px 4px;
}

.info-table--header-cell {
  background-color: #f7f7f7;
}

/*--場所リスト--*/
.info-table--place th {
  margin: 0 auto;
  text-align: center;
  width: 60px;
}

/*--サイズリスト--*/
.info-table--size tbody tr:not(:first-child) th, .info-table--size tbody tr:not(:first-child) td {
  margin: 0 auto;
  text-align: center;
}
.info-table--size th {
  margin: 0 auto;
  font-size: 1rem;
}

.fs-c-specTable__caption {
  text-align: left;
  font-weight: bold;
}

@media screen and (min-width: 960px) {
  .info-table {
    font-size: 1.4rem;
  }
  .info-table th, .info-table td {
    padding: 8px 16px;
  }
  /*--サイズリスト--*/
  .info-table--size th {
    margin: 0 auto;
    font-size: 1.4rem;
  }
  /*--場所リスト--*/
  .info-table--place th {
    width: auto;
  }
}
#fs_anchor_aboutPostage .fs-c-documentArticle__content {
  display: none;
}/*# sourceMappingURL=ff_info.css.map */