@charset "UTF-8";



/* =============================================
 ###　PAGE NEWS LIST PAGE STYLE
============================================= */
@media screen and (min-width: 992px) {
  .list_page ul.list_news {
    max-width: 1160px;
    margin: 30px auto 0px auto; } }
@media screen and (max-width: 991px) {
  .list_page ul.list_news {
    margin: 0px 0 10px 0px; } }

.list_page ul.list_news:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden; }

.list_page ul.list_news > li {
  float: left;
  display: block;
  position: relative; }
  @media screen and (min-width: 992px) {
    .list_page ul.list_news > li {
      width: calc( 350 / 1160 * 100% );
      margin: 0px 0px calc( 50 / 1160 * 100% ) calc( 55 / 1160 * 100% );
      padding: 0px 0px 0px 0px; } }
  @media screen and (max-width: 991px) {
    .list_page ul.list_news > li {
      width: calc(50% - 8px);
      margin: 0px 0px 25px 16px;
      padding: 0px 0px 0px 0px; } }

@media screen and (min-width: 992px) {
  .list_page ul.list_news > li:nth-child(3n+1) {
    clear: left;
    margin-left: 0px; } }
@media screen and (max-width: 991px) {
  .list_page ul.list_news > li:nth-child(2n+1) {
    clear: left;
    margin-left: 0px; } }
.list_page ul.list_news > li .wrapDetail {
  position: relative; }
  @media screen and (min-width: 992px) {
    .list_page ul.list_news > li .wrapDetail {
      margin: 0px 0 0px 0;
      padding: 0px 0px 10px 0px;
      height: 110px; } }
  @media screen and (max-width: 991px) {
    .list_page ul.list_news > li .wrapDetail {
      margin: 0px 0 0px 0;
      padding: 0px 0px 10px 0px;
      height: 80px; } }

.list_page ul.list_news > li .wrapDetail h3 {
  /*	font-family: 'Montserrat', sans-serif;*/
  color: #333;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  /* Opera9,10対応 */ }
  @media screen and (min-width: 992px) {
    .list_page ul.list_news > li .wrapDetail h3 {
      margin: 0px 0px 5px 0px;
      padding: 0px 0px 0px 0px;
      font-size: 2.2rem;
      font-weight: 500;
      letter-spacing: 0.15em; } }
  @media screen and (max-width: 991px) {
    .list_page ul.list_news > li .wrapDetail h3 {
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 0px 0px;
      font-size: 1.8rem;
      font-weight: 400;
      letter-spacing: 0.04em; } }

.list_page ul.list_news > li .wrapDetail p {
  overflow: hidden; }
  @media screen and (min-width: 992px) {
    .list_page ul.list_news > li .wrapDetail p {
      margin: 0px 0px 3px 0px;
      padding: 0px 0px 0px 0px;
      font-size: 1.5rem;
      line-height: calc( 19 / 13 );
      max-height: 38px;
      letter-spacing: 0.1em; } }
  @media screen and (max-width: 991px) {
    .list_page ul.list_news > li .wrapDetail p {
      margin: 0px 0px 2px 0px;
      padding: 0px 0px 0px 0px;
      font-size: 1.4rem;
      line-height: calc( 16 / 12 );
      max-height: 32px;
      letter-spacing: 0.03em; } }

.list_page ul.list_news > li .wrapDetail .date {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 1.4rem;
  line-height: 1.3;
  /*	font-family: 'Montserrat', sans-serif;*/
  font-weight: 300;
  letter-spacing: 0.08em;
  color: #BBB; }

@media screen and (min-width: 992px) {
  .list_page ul.list_news > li a {
    -webkit-transition: 0.4s;
    transition: 0.4s; }

  .list_page ul.list_news > li a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
    -ms-filter: "alpha(opacity=75)";
    -khtml-opacity: 0.75;
    -moz-opacity: 0.75; } }
@media screen and (max-width: 991px) {
  .list_page ul.list_news > li a {
    display: block;
    text-decoration: none; }

  .list_page ul.list_news > li a .photo img {
    width: 100%; } }
/* =============================================
 ###　PAGE NEWS DETAIL PAGE STYLE
============================================= */
@media screen and (min-width: 992px) {
  .ctm_page--news-detail .articleBody {
    maqx-width: 960px;
    margin: 0 auto 50px;
    font-size: 1.6rem;
    line-height: 2.7; } }
@media screen and (max-width: 991px) {
  .ctm_page--news-detail .articleBody {
    margin: 25px auto 30px;
    box-sizing: border-box;
    width: 100%; } }
.ctm_page--news-detail h1 {
  font-weight: 700;
  text-align: center; }
  @media screen and (min-width: 992px) {
    .ctm_page--news-detail h1 {
      margin: 60px 0;
      font-size: 2.4rem;
      line-height: 1; } }
  @media screen and (max-width: 991px) {
    .ctm_page--news-detail h1 {
      margin: 25px auto;
      font-weight: 16px;
      line-height: 120%; } }
.ctm_page--news-detail .articleBody img {
  margin: 35px 0; }
  @media screen and (min-width: 992px) {
    .ctm_page--news-detail .articleBody img {
      width: auto; } }
.ctm_page--news-detail h1 + .articleBody > .img:first-child img {
  margin-top: 0; }
@media screen and (min-width: 992px) {
  .ctm_page--news-detail .articleBody p {
    margin: 1em 0; } }
@media screen and (max-width: 991px) {
  .ctm_page--news-detail .articleBody p {
    margin-bottom: 1.64em; } }

/* =============================================
 ###　ガイドページスタイル (PORTING) 
============================================= */
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

■1.共通設定
■2.ご利用ガイド
■3.FAQ
■4.会社概要
■5.特定商取引法に基づく表記
■6.プライバシーポリシー

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■1.共通設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.guide_page {
  line-height: 1.4; }

@media screen and (min-width: 992px) {
  .guide_page h2 {
    margin: 0 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 3.0rem;
    line-height: 1.3;
    color: #432D2B;
    letter-spacing: 0.01em;
    /*    font-family: 'Montserrat', sans-serif;*/
    font-weight: 500; }

  .guide_page h2 span.jap {
    display: block;
    margin: 0 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    font-size: 1.7rem;
    line-height: 1.3;
    font-weight: bold;
    letter-spacing: 0.07em; }

  .guide_page h2 strong {
    margin: 0 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 3rem;
    line-height: 1.3;
    font-weight: bold;
    color: #432D2B; }

  .guide_page h3 {
    margin: 40px 0px 12px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: bold;
    color: #432D2B;
    letter-spacing: 0.05em; }

  .guide_page h4 {
    font-size: 1.6rem;
    line-height: 120%;
    font-weight: bold; }

  .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 {
    font-size: 1.5rem; }

  .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;
}
.guide_page a.arrow_r:after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #432D2B;
  border-right: 2px solid #432D2B;
  -webkit-transform: rotate(45deg);
  position: absolute;
  display: block;
  top: calc(50% - 3px);
  right: 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 991px) {
  .guide_page {
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #432D2B;
    border-top: none; }

  .guide_page h2 {
    margin: 10px 15px 20px 15px;
    padding: 0px 0px 0px 0px;
    font-size: 2.2rem;
    line-height: 1.3;
    font-weight: bold;
    color: #432D2B;
    letter-spacing: 0.01em;
    font-weight: 500; }

  .guide_page h2 span.jap {
    display: block;
    margin: 0 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: normal;
    color: #432D2B; }

  .guide_page h2 strong {
    margin: 0 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 3rem;
    line-height: 1.3;
    font-weight: bold;
    color: #432D2B; }

  .guide_page h3 {
    margin: 30px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: bold;
    color: #432D2B; }
  
  .guide_page h4 {
    font-size: 1.6rem;
    font-weight: bold; }

  .guide_page h5 {
    font-size: 1.5rem;
    font-weight: bold; }}

  .guide_page p + form {
    margin-top: 2em;
  }
  .guide_page a {
    text-decoration: underline; }
  .guide_page .img {
    width: 100%;
    margin: 1em auto;
  }

.guide_page .ctm_txlist__1 {
  margin-top: 1.5em;
}
.guide_page h4 + .ctm_txlist__1 {
  margin-top: 0.5em;
}
.guide_page p + .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.dot li:before {
  content: '・';
}
.guide_page .ctm_txlist__1 li:last-child{
  margin-bottom: 0;
}
.guide_page ol.ctm_txlist__num {
  padding-left: 1em;
}
.guide_page ol.ctm_txlist__num li {
  list-style-type: decimal !important;
  margin-bottom: 0;
}

/* アコーディオン */
.acctoggle {
	display: none;
}
.accLabel {		/*タイトル*/
  margin-top: 0.5em;
	padding: 1em 0 1em 1.5em;
  max-width: 300px;
	display: block;
  border: #432D2B 1px solid;
  border-radius: 100px;
}
.accLabel:before{		/*タイトル横の矢印*/
	content:"";
	width: 0.5em;
	height: 0.5em;
	border-top: 2px solid #432D2B;
	border-right: 2px solid #432D2B;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 1.5em;
	transform: rotate(135deg);
}
.accLabel,
.accContent {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.accContent {		/*本文*/
	height: 0;
  margin: 1em;
	padding:0 1em;
	overflow: hidden;
  background-color: #F9F9F9;
}
.acctoggle:checked + .accLabel + .accContent {	/*開閉時*/
	height: auto;
	padding: 1em ;
	transition: all .3s;
}
.acctoggle:checked + .accLabel:before {
	transform: rotate(-45deg) !important;
}


    /*
ヘッダーメッセージ
------------------------------------*/
@media screen and (min-width: 992px) {
  .guide_page .messbox01 {
    margin: 0px 0 20px 0; }

  .guide_page .messbox01 p {
    line-height: 1.5;
    padding: 0px 0 10px 0; }

  .guide_page .messbox01 p.lead {
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 0px 0 10px 0;
    color: #F00; }

  .guide_page .messbox01 p sup {
    font-weight: bold;
    line-height: 1.5;
    padding: 0px 0 0px 0;
    color: #432D2B; } }
@media screen and (max-width: 991px) {
  .guide_page .messbox01 {
    margin: 0px 0 20px 0; }

  .guide_page .messbox01 p {
    line-height: 1.5;
    padding: 0px 0 10px 0; }

  .guide_page .messbox01 p.lead {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 0px 0 10px 0;
    color: #F00; }

  .guide_page .messbox01 p sup {
    font-weight: bold;
    line-height: 1.5;
    padding: 0px 0 0px 0;
    color: #432D2B; } }
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■2.ご利用ガイド
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* リンクリスト */
ul.guide_page_linklist {
  max-width: 750px;
  margin: 0 auto;
  border-top: 1px solid rgba(185,185,185,.3);
}
ul.guide_page_linklist li.guide_page_link {
  border-bottom: 1px solid rgba(185,185,185,.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;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 10px;
  margin-top: -4px;
}


@media screen and (min-width: 992px) {
  .guide_page .guide_box {
    margin: 0px 0 0px 0;
    padding: 0px 0 0px 0; }
  .guide_page .guide_box + .guide_box {
    margin-top: 3rem;
  }

  .guide_page .guide_box h4 {
    margin: 0px 0px 5px 0px;
    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: 0px 0 10px 0; }

  .guide_page .guide_box .description {
    border: solid 1px #ccc;
    margin: 0px 0px 0px 0px;
    padding: 30px 35px 25px 35px;
    line-height: 1.4; }

  .guide_page .guide_box .description ul,
  .guide_page .guide_box .description ol {
    margin-bottom: 15px;
    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: 0px 0 10px 0;
    padding: 0px; }

  .guide_page .guide_box .description ul.card li {
    display: block;
    list-style: none;
    width: 48px;
    margin-right: 20px;
    text-align: center;
    float: left; }

  .guide_page .guide_box .description .msg_caution {
    color: #C9002E; }

  .guide_page .guide_box .description table.list {
    width: 100%;
    padding: 0px;
    margin: 10px 0 10px 0;
    color: #432D2B;
    line-height: 1.3;
    border-collapse: collapse;
    border-spacing: 0px;
    padding: 0;
    border: 0px;
    font-size: 1.4rem; }

  .guide_page .guide_box .description table.list th {
    color: #432D2B;
    background-color: #F0F0F0;
    padding: 5px 5px;
    border: 1px solid #666;
    vertical-align: middle; }

  .guide_page .guide_box .description table.list th.sub {
    background-color: #F0F0F0; }

  .guide_page .guide_box .description table.list td {
    text-align: center;
    padding: 12px 5px;
    border: 1px solid #666; } }
@media screen and (max-width: 991px) {
  .guide_page .guide_box {
    /*      margin: 0px 15px 0px 15px;*/
    margin: 0px 0px 0px 0px;
    padding: 0px 0 0px 0; }
  .guide_page .guide_box + .guide_box {
    margin-top: 3rem;
  }

  .guide_page .guide_box a {
    text-decoration: underline; }

  .guide_page .guide_box h3 {
    margin: 0px 0px 7px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: bold;
    color: #432D2B; }
  .guide_page * + .guide_box h3 {
    margin-top: 3rem;
  }

  .guide_page .guide_box h4 {
    margin: 0px 0px 5px 0px;
    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: 0px 0 10px 0; }

  .guide_page .guide_box .description {
    border: solid 1px #ccc;
    margin: 0px 0px 25px 0px;
    padding: 15px 20px 15px 20px;
    line-height: 1.4; }

  .guide_page .guide_box .description ul,
  .guide_page .guide_box .description ol {
    margin-bottom: 10px; }

  .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: 0px 0 10px 0;
    padding: 0px; }

  .guide_page .guide_box .description ul.card li {
    display: block;
    list-style: none;
    width: 45px;
    margin: 0 7px 0 0;
    text-align: center;
    float: left;
    font-size: 1.2rem; }

  .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: 0px 0 10px 0;
    padding: 0px;
    color: #432D2B;
    line-height: 1.3;
    border-collapse: collapse;
    border-spacing: 0px;
    border: 0px;
    font-size: 1.4rem; }

  .guide_page .guide_box .description table.list th {
    color: #432D2B;
    background-color: #F0F0F0;
    padding: 5px 5px;
    border: 1px solid #666;
    vertical-align: middle; }

  .guide_page .guide_box .description table.list th.sub {
    background-color: #F0F0F0; }

  .guide_page .guide_box .description table.list td {
    text-align: center;
    padding: 12px 5px;
    border: 1px solid #666;
    vertical-align: middle; } }
/* GIFT */
@media screen and (min-width: 992px) {
  .guide_page .guide_box .ctm_guide_giftwrapping__label {
    display: block;
    max-width: 300px;
    width: 90%;
    margin: 20px 0; } }
@media screen and (max-width: 991px) {
  .guide_page .guide_box .ctm_guide_giftwrapping__label {
    display: block;
    margin: 20px auto;
    max-width: 300px; } }
.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%; }

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■3.FAQ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
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;
  flex-wrap: wrap;
  justify-content: center;
}
ul.guide_navi li a {
  font-size: 18px;
  font-weight: bold;
  display: block;
  text-decoration: underline;
}
ul.guide_navi li a:before {
  content: "▼";
}
@media screen and (max-width: 991px) {
ul.guide_navi {
  justify-content: flex-start;
}
ul.guide_navi li a {
  font-size: 16px;
}
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■4.会社概要
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (min-width: 992px) {
  .guide_page .company_box {
    margin: 0px auto 0px auto;
    padding: 0px 0 0px 0; }

  .guide_page .company_box table {
    width: 100%;
    margin: 0px 0 0px 0;
    padding: 0px;
    color: #432D2B;
    line-height: 1.3;
    border-collapse: collapse;
    border-spacing: 0px;
    border: 0px;
    font-size: 1.4rem; }

  .guide_page .company_box table th {
    color: #432D2B;
    background-color: #F0F0F0;
    padding: 15px 10px;
    border: 1px solid #999;
    width: 250px;
    white-space: nowrap; }

  .guide_page .company_box table td {
    text-align: left;
    padding: 15px 20px;
    border: 1px solid #999;
    line-height: 1.4; } }
@media screen and (max-width: 991px) {
  .guide_page .company_box {
    margin: 0;
    padding: 0; }

  .guide_page .company_box table {
    width: 100%;
    padding: 0px;
    margin: 0px 0 0px 0;
    color: #432D2B;
    line-height: 1.3;
    border-collapse: collapse;
    border-spacing: 0px;
    padding: 0;
    border: 0px;
    font-size: 1.4rem; }

  .guide_page .company_box table th {
    color: #432D2B;
    background-color: #F0F0F0;
    padding: 10px 15px;
    border: 1px solid #999;
    width: 70px;
    white-space: nowrap;
    vertical-align: middle; }

  .guide_page .company_box table td {
    text-align: left;
    padding: 10px 10px;
    border: 1px solid #999;
    line-height: 1.4;
    vertical-align: middle; }

  .guide_page .company_box table td a {
    text-decoration: underline; } }
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■5.特定商取引法に基づく表記
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (min-width: 992px) {
  .guide_page .outline_box {
    margin: 0px auto 0px auto;
    padding: 0px 0 0px 0; }

  .guide_page .outline_box table {
    width: 100%;
    margin: 0px 0 0px 0;
    padding: 0px;
    color: #432D2B;
    line-height: 1.3;
    border-collapse: collapse;
    border-spacing: 0px;
    border: 0px;
    font-size: 1.4rem; }

  .guide_page .outline_box table th {
    color: #432D2B;
    background-color: #F0F0F0;
    padding: 15px 10px;
    border: 1px solid #999;
    width: 200px;
    white-space: nowrap; }

  .guide_page .outline_box table td {
    text-align: left;
    padding: 15px 20px;
    border: 1px solid #999;
    line-height: 1.4; }

  .guide_page .outline_box table td p {
    padding: 0px 0 10px 0; }

  .guide_page .outline_box table td .description {
    border: solid 1px #ccc;
    margin: 0px 0px 0px 0px;
    padding: 25px 35px 20px 35px;
    line-height: 1.4; }

  .guide_page .outline_box table td ul,
  .guide_page .outline_box table td ol {
    margin: 0 0 0 0px; }

  .guide_page .outline_box table td ul li {
    margin: 3px 0 3px 10px;
    list-style-type: circle; }

  .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%;
    padding: 0px;
    margin: 10px 0 10px 0;
    color: #432D2B;
    line-height: 1.3;
    border-collapse: collapse;
    border-spacing: 0px;
    padding: 0;
    border: 0px;
    font-size: 1.4rem; }

  .guide_page .outline_box table td table.soryo th {
    color: #432D2B;
    background-color: #F0F0F0;
    padding: 5px 5px;
    border: 1px solid #666;
    text-align: center;
    width: auto; }

  .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;
    padding: 12px 5px;
    border: 1px solid #666; } }
@media screen and (max-width: 991px) {
  .guide_page .outline_box {
    margin: 0px 15px 0px 15px;
    padding: 0px 0 0px 0; }

  .guide_page .outline_box table {
    width: 100%;
    margin: 0px 0 0px 0;
    padding: 0px;
    color: #432D2B;
    line-height: 1.3;
    border-collapse: collapse;
    border-spacing: 0px;
    border: 0px;
    font-size: 1.4rem; }

  .guide_page .outline_box table th {
    color: #432D2B;
    background-color: #F0F0F0;
    padding: 7px 10px;
    border: 1px solid #999;
    white-space: nowrap;
    text-align: left; }

  .guide_page .outline_box table td {
    text-align: left;
    padding: 8px 12px 12px 12px;
    border: 1px solid #999;
    line-height: 1.4; }

  .guide_page .outline_box table td a {
    text-decoration: underline; }

  .guide_page .outline_box table td p {
    padding: 0px 0 10px 0; }

  .guide_page .outline_box table td .description {
    border: solid 1px #ccc;
    margin: 0px 0px 0px 0px;
    padding: 25px 35px 20px 35px;
    line-height: 1.4; }

  .guide_page .outline_box table td ul,
  .guide_page .outline_box table td ol {
    margin: 0 0 0 0px; }

  .guide_page .outline_box table td ul li {
    margin: 3px 0 3px 15px;
    list-style-type: circle; }

  .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%;
    padding: 0px;
    margin: 0px 0 10px 0;
    color: #432D2B;
    line-height: 1.3;
    border-collapse: collapse;
    border-spacing: 0px;
    padding: 0;
    border: 0px;
    font-size: 1.4rem; }

  .guide_page .outline_box table td table.soryo th {
    color: #432D2B;
    background-color: #F0F0F0;
    padding: 5px 5px;
    border: 1px solid #666;
    text-align: center;
    width: auto; }

  .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;
    padding: 8px 5px;
    border: 1px solid #666; } }
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■6.プライバシーポリシー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (min-width: 992px) {
  .guide_page .privacy_box {
    margin: 0px 0 0px 0;
    padding: 0px 0 0px 0; }

  .guide_page .privacy_box h3 {
    margin: 0px 0px 5px 0px;
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: bold; }

  .guide_page .privacy_box p {
    line-height: 1.4;
    padding: 0px 0 10px 0; }

  .guide_page .privacy_box .description {
    margin: 0px 0px 35px 0px;
    padding: 0px 0px 0px 0px;
    line-height: 1.4; }

  .guide_page .privacy_box .description ul,
  .guide_page .privacy_box .description ol {
    margin: 5px 0 15px 0; }

  .guide_page .privacy_box .description ul li {
    margin-left: 30px;
    list-style-type: circle; }

  .guide_page .privacy_box .description ol li {
    margin-left: 20px;
    list-style-type: decimal; } }
@media screen and (max-width: 991px) {
  .guide_page .privacy_box {
    margin: 0;
    padding: 0px 0 0px 0; }

  .guide_page .privacy_box h3 {
    margin: 0px 0px 5px 0px;
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: bold; }

  .guide_page .privacy_box p {
    line-height: 1.4;
    padding: 0px 0 10px 0; }

  .guide_page .privacy_box .description {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    line-height: 1.4; }

  .guide_page .privacy_box .description ul,
  .guide_page .privacy_box .description ol {
    margin: 5px 0 15px 0; }

  .guide_page .privacy_box .description ul li {
    margin-left: 25px;
    list-style-type: circle; }

  .guide_page .privacy_box .description ol li {
    margin-left: 20px;
    list-style-type: decimal; } }



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■ Contact
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.contactCont {
  line-height: 1.8; }

.contactCont .c_btn {
  width: auto;
  max-width: 95%;
  display: block;
  margin: 0px auto 0px auto;
  padding: 15px 1.5em;
  font-size: 1.5rem;
  font-weight: 500;
  border: 2px solid #FFA1CE;
  border-radius: 100px;
  text-decoration: none;
  line-height: 1.5;
  text-align: center;
  letter-spacing: -0.08em;
  position: relative;
  background-color: #FFA1CE;
  transition: all 0.4s;
  color: #FFF; }
@media (hover: hover) {
.contactCont .c_btn:hover {
  border: 2px solid #FFA1CE;
  background-color: #fff;
  color: #FFA1CE;
}
}

.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 {
    /*  padding: 0 15px;*/
    box-sizing: border-box; }

  .guide_page.outlineCont h4 {
    margin: 1em 0 0.4em; }

  .guide_page.contactCont h3,
  .guide_page.contactCont h4,
  .guide_page.contactCont p {
    /*  padding: 0 15px;*/
    box-sizing: border-box; }

  .guide_page.contactCont h4 {
    margin: 1em 0 0.4em; }

  table.ctm_contactTable {
    /*  padding: 0 15px;*/
    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;
    /*  width: 120px;*/
    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: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      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; }
    @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: .2rem 1rem;
      font-size: 1rem;
      /*R*/
      border-radius: .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: .2rem; } }
  @media screen and (min-width: 992px) {
    .ctm_formtable > dd {
      padding: 20px;
      border-top: 1px solid #B9B9B9;
      width: calc(100% - 16em); } }
  @media screen and (max-width: 991px) {
    .ctm_formtable > dd {
      padding: 0 20px 20px; } }
  .ctm_formtable .line {
    margin-bottom: 1rem; }
    .ctm_formtable .line:last-of-type {
      margin-bottom: 0; }
  .ctm_formtable .label {
    display: block;
    margin-bottom: .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; }

/* ----------------------------------

メールアイコン

------------------------------------- */

    .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;
    
    }
/* ----------------------------------

25-12-12 送料について

------------------------------------- */

.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 th,
.guide_page .shipping_table td {
  padding: 10px;
  border-bottom: 1px solid #F0F0F0;
}
.guide_page .shipping_table thead th,
.guide_page .shipping_table thead td {
  border-bottom: none
}

.guide_page .shipping_table tr th:nth-child(2),
.guide_page .shipping_table tr td:nth-child(2) {
  text-align: right;
}