@charset "UTF-8";
/* =============================================
   ### ガイドページスタイル (PORTING)
============================================= */
/*
■1.共通設定
■2.ご利用ガイド
■3.FAQ
■4.会社概要
■5.特定商取引法に基づく表記
■6.プライバシーポリシー
*/
.fs-c-productList {
  display: none;
}

@media (max-width: 991px) {
  .ctm_page--guide {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.guide_page {
  line-height: 1.4;
}
.guide_page h2 {
  color: #432d2b;
  letter-spacing: 0.01em;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (min-width: 992px) {
  .guide_page h2 {
    margin: 0 0 20px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .guide_page h2 {
    margin: 10px 15px 20px;
    font-size: 2.2rem;
    font-weight: bold;
  }
}
.guide_page h2 span.jap {
  display: block;
  line-height: 1.3;
  color: #432d2b;
}
@media screen and (min-width: 992px) {
  .guide_page h2 span.jap {
    margin: 0;
    padding: 0 0 10px;
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: 0.07em;
  }
}
@media screen and (max-width: 991px) {
  .guide_page h2 span.jap {
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    font-weight: normal;
  }
}
.guide_page h2 strong {
  color: #432d2b;
  line-height: 1.3;
  font-weight: bold;
  font-size: 3rem;
}
@media screen and (min-width: 992px) {
  .guide_page h2 strong {
    margin: 0 0 15px;
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .guide_page h2 strong {
    margin: 0 0 15px;
    padding: 0;
  }
}
.guide_page h3 {
  color: #432d2b;
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 992px) {
  .guide_page h3 {
    margin: 40px 0 12px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .guide_page h3 {
    margin: 30px 0 10px;
    font-size: 1.8rem;
  }
}
.guide_page h4 {
  line-height: 120%;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .guide_page h4 {
    margin: 20px 0 6px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .guide_page h4 {
    margin: 15px 0 5px;
    font-size: 1.4rem;
  }
}
.guide_page h5 {
  font-size: 1.5rem;
  font-weight: bold;
}
.guide_page .guide_box * + h5 {
  margin-top: 0.5em;
}
.guide_page .guide_box h5 + p {
  padding-bottom: 0;
}
.guide_page .label {
  font-weight: bold;
}
.guide_page div,
.guide_page li,
.guide_page p {
  line-height: 1.8em;
}
@media screen and (min-width: 992px) {
  .guide_page img {
    width: auto;
  }
}
.guide_page a {
  text-decoration: underline;
}
.guide_page a:hover {
  text-decoration: none;
}
.guide_page a.fs-c-button--standard {
  text-decoration: none;
}
.guide_page a.arrow_r {
  margin-top: 0.5em;
  padding-right: 1em;
  display: inline-block;
  position: relative;
  display: flex;
  text-decoration: none;
  align-items: center;
  gap: 10px;
}
.guide_page a.arrow_r::after {
  content: " ";
  background-image: url(https://theemo.itembox.cloud/item/img/common/icon_arrow2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px 11px;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 2px;
  width: 30px;
  height: 30px;
  transition: all 0.5s ease;
}
.guide_page a.arrow_r:hover {
  background-color: #fff;
  color: #000;
}
.guide_page a.arrow_r:hover::after {
  content: "";
  background-image: url(https://theemo.itembox.cloud/item/img/common/icon_arrow2_wh.svg);
  background-color: #000;
}
@media screen and (max-width: 991px) {
  .guide_page {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    color: #432d2b;
    border-top: none;
  }
}
.guide_page p + form {
  margin-top: 2em;
}
.guide_page .img {
  width: 100%;
  margin: 1em auto;
}
.guide_page .ctm_txlist__1 {
  margin-top: 1.5em;
}
h4 + .guide_page .ctm_txlist__1 {
  margin-top: 0.5em;
}
p + .guide_page .ctm_txlist__1 {
  margin-top: 0;
}
.guide_page .ctm_txlist__1 li {
  list-style-type: none !important;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5em;
}
.guide_page .ctm_txlist__1 li:before {
  content: "※";
}
.guide_page .ctm_txlist__1 li:last-child {
  margin-bottom: 0;
}
.guide_page .ctm_txlist__1.dot li:before {
  content: "・";
}
.guide_page ol.ctm_txlist__num {
  padding-left: 1em;
}
.guide_page ol.ctm_txlist__num li {
  list-style-type: decimal !important;
  margin-bottom: 0;
}
.guide_page .accLabel {
  margin-top: 0.5em;
  padding: 1em 1.5em;
  max-width: 360px;
  display: flex;
  border: #432d2b 1px solid;
  border-radius: 4px;
  backface-visibility: hidden;
  transition: all 0.3s;
  position: relative;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.guide_page .accLabel:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #432d2b;
  border-right: 2px solid #432d2b;
  transform: rotate(135deg);
  order: 1;
}
.guide_page .accContent {
  height: 0;
  margin: 1em 0;
  padding: 0 1em;
  overflow: hidden;
  background-color: #f9f9f9;
  backface-visibility: hidden;
  transition: all 0.3s;
}
.guide_page .acctoggle {
  display: none;
}
.guide_page .acctoggle:checked + .accLabel + .accContent {
  height: auto;
  padding: 1em;
  transition: all 0.3s;
}
.guide_page .acctoggle:checked + .accLabel:before {
  transform: rotate(-45deg) !important;
}
.guide_page .messbox01 {
  margin: 0 0 20px;
}
.guide_page .messbox01 p {
  line-height: 1.5;
  padding: 0 0 10px;
}
.guide_page .messbox01 p.lead {
  font-weight: bold;
  line-height: 1.5;
  color: #f00;
}
@media screen and (min-width: 992px) {
  .guide_page .messbox01 p.lead {
    font-size: 1.9rem;
    padding: 0 0 10px;
  }
}
@media screen and (max-width: 991px) {
  .guide_page .messbox01 p.lead {
    font-size: 1.7rem;
    padding: 0 0 10px;
  }
}
.guide_page .messbox01 p sup {
  font-weight: bold;
  line-height: 1.5;
  color: #432d2b;
}

ul.guide_page_linklist {
  max-width: 750px;
  margin: 0 auto;
  border-top: 1px solid rgba(185, 185, 185, 0.3);
}
ul.guide_page_linklist li.guide_page_link {
  border-bottom: 1px solid rgba(185, 185, 185, 0.3);
}
ul.guide_page_linklist li.guide_page_link > a {
  display: block;
  font-size: 1.5rem;
  padding: 20px 10px;
  position: relative;
  text-decoration: none;
}
ul.guide_page_linklist li.guide_page_link > a:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  border-top: 1px solid #9e9e9e;
  border-right: 1px solid #9e9e9e;
  transform: rotate(45deg);
  top: 50%;
  right: 10px;
  margin-top: -4px;
}

@media screen and (min-width: 992px) {
  .guide_page .guide_box {
    margin: 0;
    padding: 0;
  }
  .guide_page .guide_box h4 {
    margin: 0 0 5px;
    font-size: 1.7rem;
    line-height: 1.3;
    font-weight: bold;
  }
  .guide_page .guide_box * + h4 {
    margin-top: 1.5em;
  }
  .guide_page .guide_box p {
    line-height: 1.4;
    padding: 0 0 10px;
  }
}
@media screen and (max-width: 991px) {
  .guide_page .guide_box {
    margin: 0;
    padding: 0;
  }
  .guide_page .guide_box a {
    text-decoration: underline;
  }
  .guide_page .guide_box h3 {
    margin: 0 0 7px;
    padding: 0;
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: bold;
    color: #432d2b;
  }
  .guide_page .guide_box h4 {
    margin: 0 0 5px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: bold;
  }
  .guide_page .guide_box * + h4 {
    margin-top: 1.5em;
  }
  .guide_page .guide_box * + h5 {
    margin-top: 1em;
  }
  .guide_page .guide_box p {
    line-height: 1.4;
    padding: 0 0 10px;
  }
}
.guide_page .guide_box + .guide_box {
  margin-top: 3rem;
}
.guide_page .guide_box .description {
  border: solid 1px #ccc;
  line-height: 1.4;
}
@media screen and (min-width: 992px) {
  .guide_page .guide_box .description {
    margin: 0;
    padding: 30px 35px 25px;
  }
}
@media screen and (max-width: 991px) {
  .guide_page .guide_box .description {
    margin: 0 0 25px;
    padding: 15px 20px;
  }
}
@media screen and (min-width: 992px) {
  .guide_page .guide_box .description ul,
  .guide_page .guide_box .description ol {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .guide_page .guide_box .description ul,
  .guide_page .guide_box .description ol {
    margin-bottom: 10px;
  }
}
.guide_page .guide_box .description ul,
.guide_page .guide_box .description ol {
  line-height: 1.4;
}
.guide_page .guide_box .description ul li {
  margin-left: 20px;
  list-style-type: circle;
}
.guide_page .guide_box .description ol li {
  margin-left: 20px;
  list-style-type: decimal;
}
.guide_page .guide_box .description ul.card {
  margin: 0 0 10px;
  padding: 0;
}
.guide_page .guide_box .description ul.card li {
  display: block;
  list-style: none;
  text-align: center;
  float: left;
}
@media screen and (min-width: 992px) {
  .guide_page .guide_box .description ul.card li {
    width: 48px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .guide_page .guide_box .description ul.card li {
    width: 45px;
    margin: 0 7px 0 0;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 991px) {
  .guide_page .guide_box .description ul.card li img {
    width: 45px;
    height: auto;
  }
}
.guide_page .guide_box .description .msg_caution {
  color: #c9002e;
}
.guide_page .guide_box .description table.list {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #432d2b;
  line-height: 1.3;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  font-size: 1.4rem;
  margin: 10px 0;
}
.guide_page .guide_box .description table.list th {
  color: #432d2b;
  background-color: #f0f0f0;
  border: 1px solid #666;
  vertical-align: middle;
}
@media screen and (min-width: 992px) {
  .guide_page .guide_box .description table.list th {
    padding: 5px;
  }
}
@media screen and (max-width: 991px) {
  .guide_page .guide_box .description table.list th {
    padding: 5px;
  }
}
.guide_page .guide_box .description table.list th.sub {
  background-color: #f0f0f0;
}
.guide_page .guide_box .description table.list td {
  text-align: center;
  border: 1px solid #666;
  vertical-align: middle;
}
@media screen and (min-width: 992px) {
  .guide_page .guide_box .description table.list td {
    padding: 12px 5px;
  }
}
@media screen and (max-width: 991px) {
  .guide_page .guide_box .description table.list td {
    padding: 8px 5px;
  }
}
.guide_page .guide_box .description .card-list {
  display: flex;
}
@media screen and (max-width: 991px) {
  .guide_page .guide_box .description .card-list {
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .guide_page .guide_box .description .card-list.c0l2 {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 4%;
  }
}
.guide_page .guide_box .description .card-list li {
  list-style: none;
  margin-left: 0;
  margin-right: 20px;
}
.guide_page .guide_box .description .card-list li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .guide_page .guide_box .description .card-list li {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .guide_page .guide_box .description .card-list.c0l2 li {
    width: 48%;
  }
}
.guide_page .guide_box .description .card-list img {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .guide_page .guide_box .description .card-list img {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .guide_page .guide_box .description .card-list.col2 li {
    flex-direction: column;
    margin-right: 4%;
    flex-basis: 48%;
  }
}
.guide_page .guide_box .description .card-list.col2 h5 {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 1.4rem;
}
.guide_page .guide_box .description .card-list.col2 img {
  width: 100%;
}
.guide_page .guide_box .ctm_guide_giftwrapping__label {
  display: block;
  max-width: 300px;
}
@media screen and (min-width: 992px) {
  .guide_page .guide_box .ctm_guide_giftwrapping__label {
    width: 90%;
    margin: 20px 0;
  }
}
@media screen and (max-width: 991px) {
  .guide_page .guide_box .ctm_guide_giftwrapping__label {
    margin: 20px auto;
  }
}

@media screen and (max-width: 991px) {
  .guide_page * + .guide_box h3 {
    margin-top: 3rem;
  }
}

.fs-body-category-order-guide .promise__container {
  text-align: center;
  display: grid;
  gap: 30px;
  margin-bottom: 100px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .fs-body-category-order-guide .promise__container {
    margin-bottom: 5rem;
  }
}
.fs-body-category-order-guide .promise__ttl {
  font-size: 3rem;
}
@media (max-width: 991px) {
  .fs-body-category-order-guide .promise__ttl {
    font-size: 2rem;
  }
}
.fs-body-category-order-guide .promise__list {
  display: grid;
  gap: 30px;
}
@media (max-width: 991px) {
  .fs-body-category-order-guide .promise__list {
    gap: 15px;
  }
}
.fs-body-category-order-guide .promise__item {
  background-color: var(--ctm-bg1);
  padding: 3rem;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .fs-body-category-order-guide .promise__item {
    padding: 1.5rem;
  }
}
.fs-body-category-order-guide .promise__item_ttl {
  font-size: 4rem;
  font-weight: bold;
}
@media (max-width: 991px) {
  .fs-body-category-order-guide .promise__item_ttl {
    font-size: 2rem;
  }
}
.fs-body-category-order-guide .promise__item_text {
  font-size: 1.8rem;
}
@media (max-width: 991px) {
  .fs-body-category-order-guide .promise__item_text {
    font-size: 1.4rem;
  }
}

ul.faqList {
  display: flex;
  flex-direction: column;
  gap: 1.5em 0;
}

dl.faqSet {
  display: flex;
  flex-direction: column;
  gap: 0.5em 0;
}
dl.faqSet > dt {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
dl.faqSet > dt:before {
  content: "Q.";
}
dl.faqSet > dd {
  padding-left: 1em;
  text-indent: -0.9em;
}
dl.faqSet > dd:before {
  content: "A.";
}

.ctm_btn_gotopArea {
  margin-top: 1.5em;
  text-align: right;
}
.ctm_btn_gotopArea .ctm_btn_gotop {
  display: inline-block;
  text-decoration: underline;
}
.ctm_btn_gotopArea .ctm_btn_gotop:before {
  content: "▲";
}

ul.guide_navi {
  margin: 3em 0 4em;
  display: flex;
  flex-wrap: wrap;
  gap: 1em 3em;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  ul.guide_navi {
    justify-content: flex-start;
  }
}
ul.guide_navi li a {
  font-size: 18px;
  font-weight: bold;
  display: block;
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  ul.guide_navi li a {
    font-size: 16px;
  }
}
ul.guide_navi li a:before {
  content: "▼";
}

.guide_page .company_box {
  margin: 0 auto;
  padding: 0;
}
.guide_page .company_box table {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #432d2b;
  line-height: 1.3;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  font-size: 1.4rem;
}
.guide_page .company_box table th {
  color: #432d2b;
  background-color: #f0f0f0;
  border: 1px solid #999;
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  .guide_page .company_box table th {
    padding: 15px 10px;
    width: 250px;
  }
}
@media screen and (max-width: 991px) {
  .guide_page .company_box table th {
    padding: 10px 15px;
    width: 70px;
    vertical-align: middle;
  }
}
.guide_page .company_box table td {
  text-align: left;
  border: 1px solid #999;
  line-height: 1.4;
}
@media screen and (min-width: 992px) {
  .guide_page .company_box table td {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 991px) {
  .guide_page .company_box table td {
    padding: 10px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 991px) {
  .guide_page .company_box table td a {
    text-decoration: underline;
  }
}

.guide_page .outline_box {
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .guide_page .outline_box {
    margin: 0 15px;
  }
}
.guide_page .outline_box table {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #432d2b;
  line-height: 1.3;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  font-size: 1.4rem;
  margin: 0;
}
.guide_page .outline_box table th {
  color: #432d2b;
  background-color: #f0f0f0;
  border: 1px solid #999;
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  .guide_page .outline_box table th {
    padding: 15px 10px;
    width: 200px;
  }
}
@media screen and (max-width: 991px) {
  .guide_page .outline_box table th {
    padding: 7px 10px;
    text-align: left;
  }
}
.guide_page .outline_box table td {
  text-align: left;
  border: 1px solid #999;
  line-height: 1.4;
}
@media screen and (min-width: 992px) {
  .guide_page .outline_box table td {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 991px) {
  .guide_page .outline_box table td {
    padding: 8px 12px 12px;
  }
}
@media screen and (max-width: 991px) {
  .guide_page .outline_box table td a {
    text-decoration: underline;
  }
}
.guide_page .outline_box table td p {
  padding: 0 0 10px;
}
.guide_page .outline_box table td .description {
  border: solid 1px #ccc;
  margin: 0;
  padding: 25px 35px 20px;
  line-height: 1.4;
}
.guide_page .outline_box table td ul,
.guide_page .outline_box table td ol {
  margin: 0;
}
.guide_page .outline_box table td ul li {
  list-style-type: circle;
}
@media screen and (min-width: 992px) {
  .guide_page .outline_box table td ul li {
    margin: 3px 0 3px 10px;
  }
}
@media screen and (max-width: 991px) {
  .guide_page .outline_box table td ul li {
    margin: 3px 0 3px 15px;
  }
}
.guide_page .outline_box table td ol li {
  margin: 3px 0 3px 20px;
  list-style-type: decimal;
}
.guide_page .outline_box table td .msg_caution {
  color: #c9002e;
}
.guide_page .outline_box table td table.soryo {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #432d2b;
  line-height: 1.3;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  font-size: 1.4rem;
  margin: 10px 0;
}
@media screen and (max-width: 991px) {
  .guide_page .outline_box table td table.soryo {
    margin: 0 0 10px;
  }
}
.guide_page .outline_box table td table.soryo th {
  color: #432d2b;
  background-color: #f0f0f0;
  border: 1px solid #666;
  text-align: center;
  width: auto;
}
@media screen and (min-width: 992px) {
  .guide_page .outline_box table td table.soryo th {
    padding: 5px;
  }
}
@media screen and (max-width: 991px) {
  .guide_page .outline_box table td table.soryo th {
    padding: 5px;
  }
}
.guide_page .outline_box table td table.soryo th.sub {
  background-color: #f0f0f0;
}
.guide_page .outline_box table td table.soryo td {
  text-align: center;
  border: 1px solid #666;
}
@media screen and (min-width: 992px) {
  .guide_page .outline_box table td table.soryo td {
    padding: 12px 5px;
  }
}
@media screen and (max-width: 991px) {
  .guide_page .outline_box table td table.soryo td {
    padding: 8px 5px;
  }
}

.guide_page .privacy_box {
  margin: 0;
  padding: 0;
}
.guide_page .privacy_box h3 {
  margin: 0 0 5px;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: bold;
}
.guide_page .privacy_box p {
  line-height: 1.4;
  padding: 0 0 10px;
}
.guide_page .privacy_box .description {
  line-height: 1.4;
}
@media screen and (min-width: 992px) {
  .guide_page .privacy_box .description {
    margin: 0 0 35px;
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .guide_page .privacy_box .description {
    margin: 0 0 20px;
    padding: 0;
  }
}
.guide_page .privacy_box .description ul,
.guide_page .privacy_box .description ol {
  margin: 5px 0 15px;
}
.guide_page .privacy_box .description ul li {
  list-style-type: circle;
}
@media screen and (min-width: 992px) {
  .guide_page .privacy_box .description ul li {
    margin-left: 30px;
  }
}
@media screen and (max-width: 991px) {
  .guide_page .privacy_box .description ul li {
    margin-left: 25px;
  }
}
.guide_page .privacy_box .description ol li {
  margin-left: 20px;
  list-style-type: decimal;
}

.contactCont {
  line-height: 1.8;
}
.contactCont .c_btn {
  width: auto;
  max-width: 95%;
  display: block;
  margin: 0 auto;
  padding: 15px 1.5em;
  font-size: 1.5rem;
  font-weight: 500;
  border: 1px solid #000;
  border-radius: 2px;
  text-decoration: none;
  line-height: 1.5;
  text-align: center;
  position: relative;
  transition: all 0.5s;
  background-color: #000;
  color: #fff;
}
@media (hover: hover) {
  .contactCont .c_btn:hover {
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
  }
}
.contactCont .c_ctrl {
  margin: 50px 0;
}
.contactCont .h4 {
  margin: 12px 0;
}
.contactCont .ctm_contactTable {
  margin: 0 0 10px;
}
.contactCont .ctm_contactTable th,
.contactCont .ctm_contactTable td {
  padding-right: 1em;
}

@media screen and (max-width: 991px) {
  .guide_page.outlineCont h3,
  .guide_page.outlineCont h4,
  .guide_page.outlineCont p, .guide_page.contactCont h3,
  .guide_page.contactCont h4,
  .guide_page.contactCont p {
    box-sizing: border-box;
  }
  .guide_page.outlineCont h4, .guide_page.contactCont h4 {
    margin: 1em 0 0.4em;
  }
  table.ctm_contactTable {
    width: 100%;
    box-sizing: border-box;
    text-align: left;
  }
  table.ctm_contactTable th,
  table.ctm_contactTable td {
    display: block;
    width: 100%;
    padding: 0 0 0 1em;
    text-align: left;
    font-weight: normal;
  }
  table.ctm_contactTable th:before {
    content: "・";
  }
  table.ctm_contactTable td {
    padding-left: 2em;
  }
  .contactCont .form_table {
    width: calc(100% - 30px);
    margin: 1em auto 0;
    box-sizing: border-box;
    text-align: left;
  }
  .contactCont .form_table tr,
  .contactCont .form_table th,
  .contactCont .form_table td {
    display: block;
    padding: 0;
    text-align: left;
  }
  .contactCont .form_table tr {
    margin-bottom: 15px;
  }
  .contactCont .form_table th {
    margin-bottom: 5px;
    font-weight: bold;
  }
  .contactCont .form_table input,
  .contactCont .form_table textarea {
    margin-top: 4px !important;
    border: #ccc 1px solid !important;
    text-align: left;
    padding: 0.4em 0.6em !important;
  }
  .contactCont .form_control {
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
    display: block;
  }
  .icon_req {
    vertical-align: middle;
    margin-left: 8px;
  }
}
.ctm_formtable {
  border-bottom: 1px solid #b9b9b9;
}
@media screen and (min-width: 992px) {
  .ctm_formtable {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  .ctm_formtable {
    margin-bottom: 3rem;
  }
}
.ctm_formtable > dt {
  position: relative;
  border-top: 1px solid #b9b9b9;
}
.ctm_formtable > dt.noborder {
  border-top: none;
  padding-top: 0;
}
@media screen and (min-width: 992px) {
  .ctm_formtable > dt {
    padding: 20px;
    width: 15em;
  }
}
@media screen and (max-width: 991px) {
  .ctm_formtable > dt {
    padding: 20px 20px 10px;
  }
}
.ctm_formtable > dt .icon_required {
  background: #c9002e;
  color: #fff;
  display: inline-block;
  margin-left: 1rem;
  padding: 0.2rem 1rem;
  font-size: 1rem;
  border-radius: 0.5rem;
  font-style: normal;
}
.ctm_formtable > dt .icon_required:before {
  content: "必須";
}
@media screen and (min-width: 992px) {
  .ctm_formtable > dt .icon_required {
    position: absolute;
    right: 0;
    top: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .ctm_formtable > dt .icon_required {
    vertical-align: 0.2rem;
  }
}
.ctm_formtable > dd {
  border-top: 1px solid #b9b9b9;
}
.ctm_formtable > dd.noborder {
  border-top: none;
  padding-top: 0;
}
@media screen and (min-width: 992px) {
  .ctm_formtable > dd {
    padding: 20px;
    width: calc(100% - 16em);
  }
}
@media screen and (max-width: 991px) {
  .ctm_formtable > dd {
    padding: 0 20px 20px;
    border-top: none;
  }
}
.ctm_formtable .form_input_name {
  width: 8em;
  display: inline-block;
  margin-left: 0.8em;
}
.ctm_formtable .line {
  margin-bottom: 1rem;
}
.ctm_formtable .line:last-of-type {
  margin-bottom: 0;
}
.ctm_formtable .label {
  display: block;
  margin-bottom: 0.5rem;
}
.ctm_formtable .label2 {
  display: block;
  margin-bottom: 0.5rem;
}
.ctm_formtable input[type=text],
.ctm_formtable input[type=reset],
.ctm_formtable input[type=number],
.ctm_formtable input[type=password],
.ctm_formtable input[type=email],
.ctm_formtable input[type=tel],
.ctm_formtable textarea {
  max-width: 50rem;
  font-size: 16px;
}
.ctm_formtable textarea {
  height: 12em;
}

.icon_mail {
  display: flex;
}
.icon_mail::before {
  content: "";
  background-image: url(https://accommode.itembox.design/item/img/common/icon_mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.guide_page .shipping_table {
  max-width: 400px;
  width: 100%;
  margin-top: 1em;
  border: 1px solid #f0f0f0;
}
.guide_page .shipping_table thead {
  background-color: #f0f0f0;
}
.guide_page .shipping_table thead th,
.guide_page .shipping_table thead td {
  border-bottom: none;
}
.guide_page .shipping_table th,
.guide_page .shipping_table td {
  padding: 10px;
  border-bottom: 1px solid #f0f0f0;
}
.guide_page .shipping_table th:nth-child(2) td:nth-child(2),
.guide_page .shipping_table tr td:nth-child(2) {
  text-align: right;
}

.fs-body-category-privacy-policy .alignright {
  margin-bottom: 2rem;
  text-align: right;
}

.fs-body-category-contact .contactCont {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .fs-body-category-contact .contactCont {
    width: 100%;
  }
}/*# sourceMappingURL=guide.css.map */