@charset "UTF-8";

/* =============================================
 ###　PAGE TOPPAGE
============================================= */
#fs_Top .fs-l-page {
  overflow-x: clip;
}

/* --------------------------------------------
 TOP MV
-------------------------------------------- */
.ctm_mv {
  max-width: 850px;
}

@media screen and (min-width: 751px) {
  .ctm_mv {
    margin: 0 auto 6rem;
  }
}

@media screen and (max-width: 750px) {
  .ctm_mv {
    width: calc(100% + 3rem);
    margin: 0 -1.5rem 6rem;
  }
}

@media screen and (min-width: 751px) {
  .ctm_mv .slick-list {
    overflow: visible;
  }
}

@media screen and (min-width: 751px) {
  .ctm_mv .slick-slide {
    margin: 0 12.5px;
  }
}

.ctm_mv .slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .ctm_mv .slick-dots {
    bottom: -35px;
  }
}

@media screen and (max-width: 750px) {
  .ctm_mv .slick-dots {
    bottom: -30px;
  }
}

.ctm_mv .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}

.ctm_mv .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.ctm_mv .slick-dots li button:hover,
.ctm_mv .slick-dots li button:focus {
  outline: none;
}

.ctm_mv .slick-dots li button:hover:before,
.ctm_mv .slick-dots li button:focus:before {
  opacity: 1;
}

.ctm_mv .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '';
  text-align: center;
  background: #BABABA;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50%;
}

.ctm_mv .slick-dots li.slick-active button:before {
  background: #6D6D6D;
}

/* --------------------------------------------
 TOP section
-------------------------------------------- */
.ctm_topsection {
  max-width: 80rem;
}

@media screen and (min-width: 751px) {
  .ctm_topsection {
    margin: 3rem auto 6rem;
  }
}

@media screen and (max-width: 750px) {
  .ctm_topsection {
    margin: 2rem auto;
  }
}

.ctm_topsection .ctm_section__title {
  text-align: center;
  font-family: var(--font-en);
}

@media screen and (min-width: 751px) {
  .ctm_topsection .ctm_section__title {
    margin-bottom: 2.5rem;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 750px) {
  .ctm_topsection .ctm_section__title {
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: calc(24 / 20);
  }
}

/* --------------------------------------------
 TOP itemlist
-------------------------------------------- */
.ctm_itemlist {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  counter-reset: number 0;
}

@media screen and (min-width: 751px) {
  .ctm_itemlist {
    gap: 2.5rem;
  }
}

@media screen and (max-width: 750px) {
  .ctm_itemlist {
    gap: 1rem;
  }
}

.ctm_itemlist__item {
  position: relative;
}

@media screen and (min-width: 751px) {
  .ctm_itemlist__item {
    width: calc((100% / 3) - (5rem / 3));
    font-size: 1.4rem;
    line-height: calc(15 / 12);
  }
}

@media screen and (max-width: 750px) {
  .ctm_itemlist__item {
    width: calc((100% / 3) - (2rem / 3));
    font-size: 1.2rem;
    line-height: 1.2;
  }
}

.ctm_itemlist__item .item__number {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 751px) {
  .ctm_itemlist__item .item__number {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 750px) {
  .ctm_itemlist__item .item__number {
    width: 26px;
    height: 26px;
  }
}

.ctm_itemlist__item .item__number:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #707070 transparent transparent transparent;
  content: "";
}

@media screen and (min-width: 751px) {
  .ctm_itemlist__item .item__number:before {
    border-width: 60px 60px 0px 0px;
  }
}

@media screen and (max-width: 750px) {
  .ctm_itemlist__item .item__number:before {
    border-width: 26px 26px 0px 0px;
  }
}

.ctm_itemlist__item .item__number:after {
  position: absolute;
  z-index: 2;
  color: #fff;
  counter-increment: number 1;
  content: counter(number);
  font-family: var(--font-en);
  display: inline-block;
}





@media screen and (min-width: 751px) {
  .ctm_itemlist__item .item__number:after {
    top: .6rem;
    left: 1.1rem;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 750px) {
  .ctm_itemlist__item .item__number:after {
    top: 0.3rem;
    left: 0.3rem;
    font-size: 1.2rem;
    /*R*/
    height: auto;
    visibility: visible;
  }
}

@media screen and (min-width: 751px) {
  .ctm_itemlist__item:nth-child(n+10) .item__number:after {
    top: .6rem;
    left: .4rem;
  }
}

@media screen and (max-width: 750px) {
  .ctm_itemlist__item:nth-child(n+10) .item__number:after {
    top: 0.2rem;
    left: 0.1rem;
  }
}

.ctm_itemlist__item .item__image {
  margin-bottom: 1rem;
}

.ctm_itemlist__item:nth-child(n+4) .item__number:before {
  border-color: #BABABA transparent transparent transparent;
}

/* --------------------------------------------
 TOP BTN
-------------------------------------------- */
.ctm_btn--more {
  margin: 3rem 0;
  font-family: var(--font-en);
  text-align: center;
}

@media screen and (min-width: 751px) {
  .ctm_btn--more {
    font-size: 1.8rem;
    line-height: calc(19 / 16);
  }
}

@media screen and (max-width: 750px) {
  .ctm_btn--more {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}

.ctm_btn--more>a {
  display: inline-block;
  border: 1px #252525 solid;
  line-height: 1;
}

@media screen and (min-width: 751px) {
  .ctm_btn--more>a {
    padding: 1.5rem 5rem;
  }
}

@media screen and (max-width: 750px) {
  .ctm_btn--more>a {
    padding: 1rem 3.5rem;
  }
}

/* --------------------------------------------
 TOP PICKUP
-------------------------------------------- */
.ctm_pickuplist {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media screen and (min-width: 751px) {
  .ctm_pickuplist {
    gap: 1.8rem;
  }
}

@media screen and (max-width: 750px) {
  .ctm_pickuplist {
    gap: 0.7rem;
  }
}

@media screen and (min-width: 751px) {
  .ctm_pickuplist__item {
    width: calc(50% - 0.9rem);
  }
}

@media screen and (max-width: 750px) {
  .ctm_pickuplist__item {
    width: calc(50% - 0.4rem);
  }
}

/* --------------------------------------------
 TOP NEWS
-------------------------------------------- */
.ctm_newslist {
  border: 1px #252525 solid;
}

@media screen and (min-width: 751px) {
  .ctm_newslist {
    padding: 2rem 5rem;
  }
}

@media screen and (max-width: 750px) {
  .ctm_newslist {
    padding: 0.8rem 2rem;
  }
}

.ctm_newslist .date {
  width: 10em;
}

@media screen and (max-width: 750px) {
  .ctm_newslist__item {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}

.ctm_newslist__item a {
  display: flex;
}

.ctm_newslist .label {
  width: calc(100% - 10em);

}

.ctm_newslist_ogtxt {
  margin-top: 1em;
}

/* --------------------------------------------
 TOP STYLING
-------------------------------------------- */
@media screen and (min-width: 751px) {
  .ctm_styling .ctm_btn--more {
    margin-top: 4rem;
  }
}

.ctm_stylinglist {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media screen and (min-width: 751px) {
  .ctm_stylinglist {
    gap: 2rem;
  }
}

@media screen and (max-width: 750px) {
  .ctm_stylinglist {
    gap: 1.2rem;
  }
}

@media screen and (min-width: 751px) {
  .ctm_stylinglist__item {
    width: calc(25% - 1.5rem);
  }
}

@media screen and (max-width: 750px) {
  .ctm_stylinglist__item {
    width: calc(calc(100% / 3) - 0.8rem);
  }
}

@media screen and (min-width: 751px) {
  .ctm_stylinglist__item:nth-child(n+5) {
    display: none;
  }
}

/* --------------------------------------------
 TOP INSTAGRAM
-------------------------------------------- */
.ctm_instalist {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media screen and (min-width: 751px) {
  .ctm_instalist {
    gap: .4rem;
  }
}

@media screen and (max-width: 750px) {
  .ctm_instalist {
    gap: .2rem;
  }
}

@media screen and (min-width: 751px) {
  .ctm_instalist__item {
    width: calc(25% - 0.3rem);
  }
}

@media screen and (max-width: 750px) {
  .ctm_instalist__item {
    width: calc(50% - 0.1rem);
  }
}

/* .ctm_instalist__item a {
  width: 100%;
  position: relative;
  overflow: hidden; } */

.ctm_instalist__item a {
  width: 100%;
  position: relative;
  /* overflow: hidden;
    height: 197px; */
  display: block;
}

/* @media screen and (max-width: 750px) {
    .ctm_instalist__item a {
      height: 180px;
    }
  } */

/* .ctm_instalist__item a:before {
    content: "";
    padding-top: 100%;
    display: block; } */
.ctm_instalist__item img {
  width: 100%;
  /* height: 100%;
  position: absolute;
  top: 0;
  left: 0; */
  object-fit: cover;
}

/* --------------------------------------------
 TOP MENU (CTM MENULIST)
-------------------------------------------- */
.ctm_topsection.ctm_menu {
  background: #EEEDEC;
}

@media screen and (min-width: 751px) {
  .ctm_topsection.ctm_menu {
    width: 100vw;
    max-width: none;
    max-width: initial;
    margin-left: calc((100vw - 100%) / 2 * -1);
    margin-right: calc((100vw - 100%) / 2 * -1);
  }
}

@media screen and (max-width: 750px) {
  .ctm_topsection.ctm_menu {
    overflow-x: hidden;
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

.ctm_menulist {
  margin: 0 auto;
  padding: 2rem 0;
  max-width: 80rem;
}

@media screen and (min-width: 751px) {
  .ctm_menulist {
    padding: 2rem 0;
    display: -webkit-flex;
    display: flex;
    gap: 33px;
  }
}

@media screen and (max-width: 750px) {
  .ctm_menulist {
    padding: 2rem 3rem;
  }
}

@media screen and (max-width: 750px) {
  .ctm_menulist .slick-list {
    overflow: visible;
  }
}

.ctm_menulist .slick-arrow {
  text-indent: -9999em;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  display: block;
  width: 30px;
  height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
}

.ctm_menulist .slick-arrow:active {
  position: absolute;
  top: 50%;
}

.ctm_menulist .slick-arrow:before {
  content: '';
  display: block;
  border: solid #221714;
  border-width: 0 0 2px 2px;
  padding: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  top: 6px;
}

.ctm_menulist .slick-arrow.slick-prev,
.ctm_menulist .slick-arrow.slick-prev:active {
  left: 5px;
  right: auto;
}

.ctm_menulist .slick-arrow.slick-next,
.ctm_menulist .slick-arrow.slick-next:active {
  left: auto;
  right: 5px;
}

.ctm_menulist .slick-arrow.slick-prev:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}

.ctm_menulist .slick-arrow.slick-next:before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  right: 8px;
}

@media screen and (min-width: 751px) {
  .ctm_menulist__col {
    width: calc((100% / 3) - 22px);
  }
}

@media screen and (max-width: 750px) {
  .ctm_menulist__col {
    padding-right: 40px;
  }
}

.ctm_menulist__col .ctm_menulist_block:first-of-type .block__data {
  min-height: 6em;
}

@media screen and (max-width: 750px) {
  .ctm_menulist_block {
    width: 24rem;
  }
}

.ctm_menulist_block:not(:last-child) {
  margin-bottom: 2rem;
}

.ctm_menulist_block .block__label {
  margin-bottom: 1rem;
  padding-bottom: 2px;
  border-bottom: 1px #B9B9B9 solid;
  font-size: 1.2rem;
  vertical-align: middle;
  display: flex;
  align-items: center;
  min-height: 30px;
}

@media screen and (max-width: 750px) {
  .ctm_menulist_block .block__label {
    font-size: 1.2rem;
  }
}

.ctm_menulist_block .block__label strong {
  margin-top: .5rem;
  margin-right: 1em;
  display: inline-block;
  font-size: 1.5rem;
  font-family: var(--font-en);
  font-weight: normal;
}

.ctm_menulist_block .block__label i {
  margin-right: 2rem;
  display: inline-block;
  vertical-align: -7px;
  background-position: left center;
  background-repeat: no-repeat;
}

.ctm_menulist_block .block__label span {
  display: inline-block;
  margin-top: .5rem;
}

.ctm_menulist_block .block__data {
  margin-bottom: 1rem;
  line-height: 1.2;
}

.ctm_menulist_block .block__data strong {
  display: none;
}

.ctm_menulist_block .block__data li {
  margin-bottom: .2rem;
  margin-right: 2rem;
  display: inline-block;
  font-size: 1.4rem;
  line-height: calc(18 / 14);
}

@media screen and (max-width: 750px) {
  .ctm_menulist_block .block__data li {
    font-size: 1.2rem;
  }
}

.icon_menu--01 {
  width: 24px;
  height: 28px;
  background-image: url("../img/index/icon_menu_01.svg");
  background-size: 24px 28px;
}

.icon_menu--02 {
  width: 28px;
  height: 23px;
  background-image: url("../img/index/icon_menu_02.svg");
  background-size: 28px 23px;
}

.icon_menu--03 {
  width: 28px;
  height: 24px;
  background-image: url("../img/index/icon_menu_03.svg");
  background-size: 28px 24px;
}

.icon_menu--04 {
  width: 15px;
  height: 28px;
  background-image: url("../img/index/icon_menu_04.svg");
}

.icon_menu--05 {
  width: 21px;
  height: 30px;
  background-image: url("../img/index/icon_menu_05.svg");
  background-size: 21px 30px;
}

.icon_menu--06 {
  width: 28px;
  height: 25px;
  background-image: url("../img/index/icon_menu_06.svg");
  background-size: 28px 25px;
}

.icon_menu--08 {
  width: 28px;
  height: 28px;
  background-image: url("../img/index/icon_menu_08.png");
  background-size: 28px 28px;
}

/* =============================================
 ###　STYLING LIST PAGE STYLE
============================================= */
/* --------------------------------------------
 PORTING
-------------------------------------------- */
.styling-field-wrap--styling-list .ctm_toggleBtn {
  display: none;
}

.styling-field-wrap--styling-list .ctm_toggleBtn_label {
  /*タイトル*/
  padding: 1em;
  display: block;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.styling-field-wrap--styling-list .ctm_toggleBtn_label::before {
  /*タイトル横の矢印*/
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  transform: rotate(135deg);
}

.styling-field-wrap--styling-list .ctm_toggleBtn_label,
.styling-field-wrap--styling-list .style-tag-row {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.styling-field-wrap--styling-list .style-tag-row {
  /*本文*/
  height: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
}

.styling-field-wrap--styling-list .ctm_toggleBtn:checked+.ctm_toggleBtn_label+.style-tag-row {
  /*開閉時*/
  height: auto;
  padding: 20px;
  transition: all .3s;
}

.styling-field-wrap--styling-list .ctm_toggleBtn:checked+.ctm_toggleBtn_label::before {
  transform: rotate(-45deg) !important;
}

.styling-field-wrap {
  line-height: 1.4;
}

.styling-field-wrap .style-tag-row {
  flex-wrap: wrap;
}

.styling-field-wrap .style-tag-row .style-tag-label {
  display: block;
  text-align: center;
  border: 1px solid #666;
  border-radius: 8px;
  padding: 2.5px 20px;
  padding: .25rem 2rem;
  text-decoration: none;
  font-size: 1.4rem;
  transition: .5s;
  margin-left: 5px;
  margin-left: .5rem;
  margin-right: 5px;
  margin-right: .5rem;
  margin-bottom: 5px;
  margin-bottom: .5rem;
}

.styling-field-wrap .style-tag-row .style-tag-label:hover,
.styling-field-wrap .style-tag-row .style-tag-label.is-current {
  background: #000;
  color: #FFF;
}

.styling-field-wrap .item-sns-row {
  display: flex;
  align-items: center;
}

.styling-field-wrap .item-sns-row .icon-btn {
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  transition: .5s;
}

.styling-field-wrap .item-sns-row .icon-btn+.icon-btn {
  margin-left: 5px;
  margin-left: .5rem;
}

.styling-field-wrap .item-sns-row .icon-btn .icon-img,
.styling-field-wrap .item-sns-row .icon-btn img {
  height: 2vw;
  min-height: 38px;
  width: auto;
}

.styling-field-wrap .item-title {
  font-weight: bold;
  font-size: 2rem;
}

.styling-field-wrap .item-title-sm {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 120%;
}

.styling-field-wrap .item-link {
  text-decoration: none;
  display: block;
  font-size: 1.5rem;
}

.styling-field-wrap .image-wrap {
  overflow: hidden;
}

.styling-field-wrap .image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.styling-field-wrap .item-link:hover img {
  opacity: .75;
}

.styling-field-wrap .time-text {
  color: #666;
  font-size: 1.6rem;
}

.styling-field-wrap .item-textarea {
  font-size: 1.6rem;
  line-height: 1.8;
}

.styling-field-wrap .use-item-row .image-wrap {
  border: solid 1px #DDD;
  overflow: hidden;
}

/* =============================================
 ###　PAGE NEWS LIST PAGE STYLE
============================================= */
@media screen and (min-width: 751px) {
  .list_page ul.list_news {
    max-width: 1160px;
    margin: 30px auto 0px auto;
  }
}

@media screen and (max-width: 750px) {
  .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: 751px) {
  .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: 750px) {
  .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: 751px) {
  .list_page ul.list_news>li:nth-child(3n+1) {
    clear: left;
    margin-left: 0px;
  }
}

@media screen and (max-width: 750px) {
  .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: 751px) {
  .list_page ul.list_news>li .wrapDetail {
    margin: 0px 0 0px 0;
    padding: 0px 0px 10px 0px;
    height: 110px;
  }
}

@media screen and (max-width: 750px) {
  .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: 751px) {
  .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: 750px) {
  .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: 751px) {
  .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: 750px) {
  .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: 751px) {
  .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: 750px) {
  .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: 751px) {
  .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: 750px) {
  .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: 751px) {
  .ctm_page--news-detail h1 {
    margin: 60px 0;
    font-size: 2.4rem;
    line-height: 1;
  }
}

@media screen and (max-width: 750px) {
  .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: 751px) {
  .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: 751px) {
  .ctm_page--news-detail .articleBody p {
    margin: 1em 0;
  }
}

@media screen and (max-width: 750px) {
  .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: 751px) {
  .guide_page h2 {
    margin: 0 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 3.5rem;
    line-height: 1.3;
    color: #000;
    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: #000;
  }

  .guide_page h3 {
    margin: 40px 0px 12px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: bold;
    color: #000;
    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 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;
  }
}

@media screen and (max-width: 750px) {
  .guide_page {
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 15px 0px 0px 0px !important;
    -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: #000;
    border-top: 1px solid #E3E3E3;
  }

  .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: #000;
    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: #000;
  }

  .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: #000;
  }

  .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: #000;
  }
}


.guide_page .ctm_txlist__1 li {
  list-style-type: none !important;
  text-indent: -1.5rem;
  margin-bottom: 1em;
}

.guide_page .ctm_txlist__1 li:before {
  content: '※';
}

.guide_page .ctm_txlist__1 li:last-child {
  margin-bottom: 0;
}

/*
ヘッダーメッセージ
------------------------------------*/
@media screen and (min-width: 751px) {
  .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: #000;
  }
}

@media screen and (max-width: 750px) {
  .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: #000;
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■2.ご利用ガイド
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (min-width: 751px) {
  .guide_page .guide_box {
    margin: 0px 0 0px 0;
    padding: 0px 0 0px 0;
  }

  .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 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: #000;
    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: #000;
    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: 750px) {
  .guide_page .guide_box {
    /*      margin: 0px 15px 0px 15px;*/
    margin: 0px 0px 0px 0px;
    padding: 0px 0 0px 0;
  }

  .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.7rem;
    line-height: 1.3;
    font-weight: bold;
    color: #000;
  }

  .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 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: #000;
    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: #000;
    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: 751px) {
  .guide_page .guide_box .ctm_guide_giftwrapping__label {
    display: block;
    max-width: 300px;
    width: 90%;
    margin: 20px 0;
  }
}

@media screen and (max-width: 750px) {
  .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: 750px) {
  .guide_page .guide_box .description .card-list {
    flex-direction: column;
  }
}

@media screen and (max-width: 750px) {
  .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: 750px) {
  .guide_page .guide_box .description .card-list li {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 750px) {
  .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: 750px) {
  .guide_page .guide_box .description .card-list img {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .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
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (min-width: 751px) {
  .guide_page .faq_box {
    margin: 0px 0 0px 0;
    padding: 0px 0 0px 0;
  }

  .guide_page .faq_box .box {
    margin: 0px 0 40px 0;
    padding: 0px 0 0px 0;
  }

  .guide_page .faq_box #chapt06 .box {
    margin: 0px 0 0px 0;
  }

  .guide_page .faq_box .box:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
  }

  .guide_page .faq_box h3 {
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: bold;
    color: #000;
    letter-spacing: 0.01em;
    /*    font-family: 'Montserrat', sans-serif;*/
    font-weight: 600;
    float: left;
  }

  .guide_page .faq_box h3 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: #000;
  }

  .guide_page .faq_box .inbox {
    width: 970px;
    float: right;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 30px;
    border-left: solid 1px #CCC;
  }

  .guide_page .faq_box table {
    width: 100%;
    margin: 0px 0 20px 0;
    padding: 0px;
    color: #000;
    line-height: 1.3;
    border-collapse: collapse;
    border-spacing: 0px;
    border: 0px;
    font-size: 1.4rem;
  }

  .guide_page .faq_box table th,
  .guide_page .faq_box table td {
    vertical-align: top;
  }

  .guide_page .faq_box table th {
    width: 20px;
    padding: 0px 10px 2px 20px;
    white-space: nowrap;
    font-size: 1.9rem;
    /*      font-family: Helvetica, Arial, sans-serif;*/
  }

  .guide_page .faq_box table td {
    text-align: left;
    padding: 3px 0px 2px 0px;
    line-height: 1.3;
  }

  .guide_page .faq_box .mailto:before {
    content: "\f003";
    font-family: FontAwesome;
    display: inline-block;
    color: #000;
  }
}

@media screen and (max-width: 750px) {
  .guide_page .faq_box {
    margin: 20px 0 0;
    padding: 0px 0 0px 0;
  }

  .guide_page .faq_box .box {
    margin: 0px 0px 30px 0px;
    padding: 0px 0 0px 0;
  }

  .guide_page .faq_box h3 {
    margin: 0 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: bold;
    color: #000;
    font-weight: 600;
  }

  .guide_page .faq_box h3 span.jap {
    margin: 0 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: bold;
    color: #333;
    vertical-align: 1px;
  }

  .guide_page .faq_box table {
    width: 100%;
    margin: 0px 0 10px 0;
    padding: 0px;
    color: #000;
    line-height: 1.3;
    border-collapse: collapse;
    border-spacing: 0px;
    border: 0px;
    font-size: 1.4rem;
  }

  .guide_page .faq_box table th,
  .guide_page .faq_box table td {
    vertical-align: top;
  }

  .guide_page .faq_box table th {
    padding: 0px 8px 0px 8px;
    white-space: nowrap;
    width: 20px;
    font-size: 1.8rem;
    font-weight: bold;
  }

  .guide_page .faq_box table td {
    text-align: left;
    padding: 3px 5px 0px 0px;
    line-height: 1.3;
  }

  .guide_page .faq_box table td a {
    text-decoration: underline;
  }

  .guide_page .faq_box .mailto:before {
    content: "\f003";
    font-family: FontAwesome;
    display: inline-block;
    color: #000;
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■4.会社概要
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (min-width: 751px) {
  .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: #000;
    line-height: 1.3;
    border-collapse: collapse;
    border-spacing: 0px;
    border: 0px;
    font-size: 1.4rem;
  }

  .guide_page .company_box table th {
    color: #000;
    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: 750px) {
  .guide_page .company_box {
    margin: 0;
    padding: 0;
  }

  .guide_page .company_box table {
    width: 100%;
    padding: 0px;
    margin: 0px 0 0px 0;
    color: #000;
    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: #000;
    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: 751px) {
  .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: #000;
    line-height: 1.3;
    border-collapse: collapse;
    border-spacing: 0px;
    border: 0px;
    font-size: 1.4rem;
  }

  .guide_page .outline_box table th {
    color: #000;
    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: #000;
    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: #000;
    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: 750px) {
  .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: #000;
    line-height: 1.3;
    border-collapse: collapse;
    border-spacing: 0px;
    border: 0px;
    font-size: 1.4rem;
  }

  .guide_page .outline_box table th {
    color: #000;
    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: #000;
    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: #000;
    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: 751px) {
  .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: 750px) {
  .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;
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■7.ラフォーレ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (min-width: 751px) {
  .guide_page .laforet_box {
    margin: 40px 0 40px 0;
    padding: 0px 0px 0px 0px;
  }

  .guide_page .laforet_box h3 {
    margin: 0px 0px 30px 0px;
    font-size: 3.8rem;
    line-height: 1.3;
    font-weight: 600;
    text-align: left;
  }

  .guide_page .laforet_box .head_box {
    margin: 0px 0 20px 0;
    padding: 0px 0px 0px 0px;
  }

  .guide_page .laforet_box .head_box .open_img {
    float: left;
    width: 420px;
    margin: 0px 0 0px 0;
    padding: 0px 0px 0px 0px;
  }

  .guide_page .laforet_box .head_box .open_img img {
    width: 420px;
    height: auto;
  }

  .guide_page .laforet_box .head_box .text {
    float: right;
    width: 530px;
    margin: 0px 0 0px 0;
    padding: 0px 0px 0px 0px;
  }

  .guide_page .laforet_box .head_box .text h4 {
    margin: 0 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 1.8rem;
    line-height: 1.0;
    font-weight: bold;
    color: #000;
  }

  .guide_page .laforet_box .head_box .text h4 strong {
    margin: 0 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 50px;
    line-height: 1.0;
    font-weight: bold;
    color: #000;
    /*      font-family: Helvetica, Arial, sans-serif;*/
    display: block;
  }

  .guide_page .laforet_box .head_box .text p {
    padding: 0px 0px 0px 0px;
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: bold;
  }

  .guide_page .laforet_box .shoppers {
    margin: 0px 0 80px 0;
    padding: 0px 0px 0px 0px;
    text-align: center;
  }

  .guide_page .laforet_box .disney_box {
    margin: 0px 0 0px 0;
    padding: 0px 0px 0px 0px;
  }

  .guide_page .laforet_box .disney_box h4 {
    margin: 0 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 2.7rem;
    line-height: 1.3;
    font-weight: bold;
    color: #000;
    /*      font-family: Helvetica, Arial, sans-serif;*/
  }

  .guide_page .laforet_box .disney_box ul.photo {
    margin: 0px 0 0px 0px;
    padding: 0px;
    _zoom: 1;
    overflow: hidden;
  }

  .guide_page .laforet_box .disney_box ul.photo li {
    width: 230px;
    margin: 0px 25px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    display: inline;
    /*background-color:#F0F0F0;*/
  }

  .guide_page .laforet_box .disney_box ul.photo li:nth-child(4n) {
    margin: 0px 0px 19px 0px;
  }

  .guide_page .laforet_box .disney_box ul.photo li:nth-child(4n+1) {
    clear: left;
  }

  .guide_page .laforet_box .disney_box ul.photo li img {
    width: 230px;
    height: auto;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }

  .guide_page .laforet_box .disney_box ul.photo li a:hover img {
    zoom: 1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
  }
}

@media screen and (max-width: 750px) {
  .guide_page .laforet_box {
    margin: 20px 10px 0px 10px;
    padding: 0px 0px 0px 0px;
  }

  .guide_page .laforet_box h3 {
    margin: 0px 0px 10px 0px;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
  }

  .guide_page .laforet_box .head_box {
    margin: 0px 0 20px 0;
    padding: 0px 0px 0px 0px;
  }

  .guide_page .laforet_box .head_box .open_img {
    margin: 0px 0 0px 0;
    padding: 0px 0px 0px 0px;
  }

  .guide_page .laforet_box .head_box .open_img img {
    width: 100%;
    height: auto;
  }

  .guide_page .laforet_box .head_box .text {
    margin: 20px 0 0px 0;
    padding: 0px 0px 0px 0px;
  }

  .guide_page .laforet_box .head_box .text h4 {
    margin: 0 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 1.6rem;
    line-height: 1.0;
    font-weight: bold;
    color: #000;
  }

  .guide_page .laforet_box .head_box .text h4 strong {
    margin: 0 0px 3px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 2.2rem;
    line-height: 1.0;
    font-weight: bold;
    color: #000;
    display: block;
  }

  .guide_page .laforet_box .head_box .text p {
    padding: 0px 0px 0px 0px;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: normal;
  }

  .guide_page .laforet_box .shoppers {
    margin: 0px 0 30px 0;
    padding: 0px 0px 0px 0px;
    text-align: center;
  }

  .guide_page .laforet_box .shoppers img {
    width: 100%;
    height: auto;
  }

  .guide_page .laforet_box .disney_box {
    margin: 0px 0 0px 0;
    padding: 0px 0px 0px 0px;
  }

  .guide_page .laforet_box .disney_box h4 {
    margin: 0 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: bold;
    color: #000;
  }

  .guide_page .laforet_box .disney_box ul.photo {
    margin: 0px 0 0px 0px;
    padding: 0px;
    _zoom: 1;
    overflow: hidden;
  }

  .guide_page .laforet_box .disney_box ul.photo li {
    width: 49%;
    margin: 0px 2% 2% 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    display: inline;
    /*background-color:#F0F0F0;*/
  }

  .guide_page .laforet_box .disney_box ul.photo li:nth-child(2n) {
    margin: 0px 0% 2% 0px;
  }

  .guide_page .laforet_box .disney_box ul.photo li:nth-child(2n+1) {
    clear: left;
  }

  .guide_page .laforet_box .disney_box ul.photo li img {
    width: 100%;
    height: auto;
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■7.ルミネ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (min-width: 751px) {
  .guide_page .lumine_box {
    width: 1000px;
    margin: 40px 0 40px 0;
    padding: 0px 0px 0px 0px;
  }

  .guide_page .lumine_box h3 {
    margin: 0px 0px 30px 0px;
    font-size: 3.8rem;
    line-height: 1.3;
    font-weight: bold;
    text-align: left;
  }

  .guide_page .lumine_box .head_box {
    margin: 100px 0 60px 0;
    padding: 360px 480px 30px 30px;
    background-color: #F4F2F5;
    position: relative;
    background-image: url(../img/lumine/img_shopper.jpg);
    background-repeat: no-repeat;
    background-position: right top;
  }

  .guide_page .lumine_box .head_box h4 {
    margin: 0 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    top: -40px;
    left: 30px;
  }

  .guide_page .lumine_box .head_box h5 {
    margin: 0 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: bold;
    color: #000;
  }

  .guide_page .lumine_box .head_box h5 strong {
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 3rem;
    display: block;
  }

  .guide_page .lumine_box .head_box p {
    padding: 0px 0px 10px 0px;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: bold;
  }

  .guide_page .lumine_box .head_box p span {
    padding: 0px 0px 0px 0px;
    font-size: 1.4rem;
    font-weight: normal;
  }

  .guide_page .lumine_box .camp_box {
    margin: 0px 0 0px 0;
    padding: 60px 0px 40px 0px;
    background-image: url(../images/lumine/img_pouch.jpg);
    background-repeat: no-repeat;
    background-position: right top;
  }

  .guide_page .lumine_box .camp_box h4 {
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 2rem;
    font-weight: bold;
  }

  .guide_page .lumine_box .camp_box h5 {
    margin: 0 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 3.2rem;
    line-height: 1.3;
    font-weight: bold;
    text-indent: -15px;
    letter-spacing: 0.1em;
  }

  .guide_page .lumine_box .camp_box p {
    padding: 0px 0px 10px 0px;
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .guide_page .lumine_box .camp_box p strong {
    padding: 0px 0px 0px 0px;
    font-size: 2.5rem;
    font-weight: bold;
  }

  .guide_page .lumine_box .camp_box .shop_data {
    width: 300px;
    margin: 15px 0px 0px 0px;
    padding: 15px 20px 20px 20px;
    font-weight: bold;
    color: #FFF;
    background-color: #E0017E;
  }

  .guide_page .lumine_box .camp_box .shop_data h5 {
    margin: 0 0px 8px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: bold;
    text-indent: 0px;
    letter-spacing: 0em;
  }

  .guide_page .lumine_box .camp_box .shop_data p {
    padding: 0px 0px 0px 0px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 750px) {
  .guide_page .lumine_box {
    margin: 10px 10px 0px 10px;
    padding: 0px 0px 0px 0px;
  }

  .guide_page .lumine_box img {
    max-width: 100%;
  }

  .guide_page .lumine_box h2 {
    margin: 0px 0px 20px 0px;
    text-align: center;
  }

  .guide_page .lumine_box h3 {
    margin: 0px 0px 40px 0px;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
  }

  .guide_page .lumine_box .head_box {
    margin: 0px 0 40px 0;
    padding: 20px 15px 20px 15px;
    background-color: #F4F2F5;
    text-align: center;
  }

  .guide_page .lumine_box .head_box h4 {
    margin: -40px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
  }

  .guide_page .lumine_box .head_box h5 {
    margin: 0 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: bold;
    color: #000;
  }

  .guide_page .lumine_box .head_box h5 strong {
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 2rem;
  }

  .guide_page .lumine_box .head_box img.prod {
    margin: 0px 0px 20px 0px;
    max-width: 80%;
  }

  .guide_page .lumine_box .head_box p {
    padding: 0px 0px 10px 0px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: left;
  }

  .guide_page .lumine_box .head_box p span {
    padding: 0px 0px 0px 0px;
    font-size: 1.4rem;
    font-weight: normal;
  }

  .guide_page .lumine_box .camp_box {
    margin: 0px 0 0px 0;
    padding: 0px 0px 0px 0px;
    text-align: center;
  }

  .guide_page .lumine_box .camp_box h4 {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 1.6rem;
    font-weight: bold;
  }

  .guide_page .lumine_box .camp_box h5 {
    margin: 0 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: bold;
  }

  .guide_page .lumine_box .camp_box img.prod {
    margin: 0px 0px 0px 0px;
  }

  .guide_page .lumine_box .camp_box p {
    padding: 0px 0px 5px 0px;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: center;
  }

  .guide_page .lumine_box .camp_box p strong {
    padding: 0px 0px 0px 0px;
    font-size: 2rem;
    font-weight: bold;
  }

  .guide_page .lumine_box .camp_box .shop_data {
    margin: 20px 0px 0px 0px;
    padding: 15px 15px 15px 15px;
    font-weight: bold;
    color: #FFF;
    background-color: #E0017E;
    text-align: left;
  }

  .guide_page .lumine_box .camp_box .shop_data h5 {
    margin: 0 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 1.7rem;
    line-height: 1.3;
    font-weight: bold;
    text-indent: 0px;
    letter-spacing: 0em;
  }

  .guide_page .lumine_box .camp_box .shop_data p {
    padding: 0px 0px 0px 0px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■7.ショップリスト
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (min-width: 751px) {
  .guide_page .shop_list {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }

  .guide_page .shop_list h2 {
    width: 1000px;
    margin: 0px auto 50px auto;
    padding: 0px 0px 0px 0px;
    text-align: center;
  }

  .guide_page .shop_list .shop_box {
    margin: 0px auto 0px auto;
    padding: 40px 20px 40px 20px;
    border-bottom: 3px solid #000;
  }

  .guide_page .shop_list .shop_box.laforet {
    border-bottom: none;
  }

  .guide_page .shop_list .shop_box .text {
    float: left;
  }

  .guide_page .shop_list .shop_box .photo {
    float: right;
    width: 340px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }

  .guide_page .shop_list h3 {
    margin: 5px 0px 13px 0px;
    font-size: 2rem;
    line-height: 1.0;
    font-weight: bold;
    text-align: left;
  }

  .guide_page .shop_list p {
    padding: 0px 0px 13px 0px;
    font-size: 1.4rem;
    line-height: 2.0;
  }

  .guide_page .shop_list p a {
    color: #666;
  }

  .guide_page .shop_list h4 {
    margin: 0px 0px 5px 0px;
    font-size: 1.5rem;
    line-height: 1.0;
    font-weight: bold;
    text-align: left;
  }

  .guide_page .shop_list p.eng {
    padding: 0px 0px 13px 0px;
    font-size: 1.3rem;
    line-height: 2.0;
  }

  .guide_page .shop_list .zozo {
    text-align: center;
    padding: 3.2rem;
  }

  .guide_page .shop_list .zozo .photo {
    width: 20%;
  }

  .guide_page .zozo {
    padding-top: 40px;
    margin: 0 auto;
    width: 340px;
  }
}

@media screen and (max-width: 750px) {
  .guide_page .shop_list {
    margin: 10px 0 0;
    padding: 0px 0px 0px 0px;
  }

  .guide_page .shop_list h2 {
    margin: 0px auto 10px auto;
    padding: 0px 0px 0px 0px;
    text-align: center;
  }

  .guide_page .shop_list img {
    width: auto;
  }

  .guide_page .shop_list h2 img {
    width: 220px;
  }

  .guide_page .shop_list .shop_box {
    margin: 0px auto 0px auto;
    padding: 25px 5px 25px 5px;
    border-bottom: 2px solid #000;
  }

  .guide_page .shop_list .shop_box.laforet {
    border-bottom: none;
  }

  .guide_page .shop_list .shop_box .photo {
    width: 100%;
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }

  .guide_page .shop_list h3 {
    margin: 0px 0px 10px 0px;
    font-size: 1.8rem;
    line-height: 1.0;
    font-weight: bold;
    text-align: left;
  }

  .guide_page .shop_list p {
    padding: 0px 0px 15px 0px;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .guide_page .shop_list p a {
    color: #333;
    text-decoration: underline;
  }

  .guide_page .shop_list h4 {
    margin: 0px 0px 5px 0px;
    font-size: 1.5rem;
    line-height: 1.0;
    font-weight: bold;
    text-align: left;
  }

  .guide_page .zozo {
    padding-top: 20px;
    margin: 0 auto;
    width: 50%;
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■8.採用情報
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (min-width: 751px) {
  .guide_page .recruit_box {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }

  .guide_page .recruit_box h3 {
    margin: 0px 0px 15px 0px;
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: bold;
    text-align: left;
  }

  .guide_page .recruit_box table {
    width: 100%;
    margin: 0px 0 0px 0;
    padding: 0px;
    color: #000;
    line-height: 1.5;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
    font-size: 1.4rem;
  }

  .guide_page .recruit_box table th {
    padding: 10px 25px 10px 0px;
    text-align: right;
    vertical-align: top;
    font-weight: bold;
    white-space: nowrap;
    width: 100px;
  }

  .guide_page .recruit_box table td {
    padding: 10px 5px 10px 0px;
    text-align: left;
    vertical-align: top;
    text-align: left;
  }
}

@media screen and (max-width: 750px) {
  .guide_page .recruit_box {
    margin: 0px 15px 0px 15px;
    padding: 0px 0px 0px 0px;
  }

  .guide_page .recruit_box h3 {
    margin: 0px 0px 5px 0px;
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: bold;
    text-align: left;
  }

  .guide_page .recruit_box table {
    width: 100%;
    margin: 0px 0 0px 0;
    padding: 0px;
    color: #000;
    line-height: 1.4;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
    font-size: 1.4rem;
  }

  .guide_page .recruit_box table th {
    padding: 10px 5px 3px 5px;
    text-align: left;
    vertical-align: top;
    font-weight: bold;
    white-space: nowrap;
    font-size: 1.5rem;
  }

  .guide_page .recruit_box table td {
    padding: 0px 5px 10px 5px;
    text-align: left;
    vertical-align: top;
    text-align: left;
    border-bottom: 1px dotted #CCC;
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■8.営業日について（カレンダー）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (min-width: 751px) {
  .guide_box .description .calendar_box {
    width: 32%;
    margin: 0px 0px 0px 0px;
    padding: 0px 40px 0px 0px;
    display: block;
    float: left;
  }

  .guide_box .description .calendar_box:last-child {
    width: 36%;
    padding: 20px 0px 0px 10px;
  }

  .guide_box .description .calendar_box table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.3rem;
    margin: 0 auto;
  }

  .guide_box .description .calendar_box caption {
    margin: 8px;
    font-weight: bold;
    font-size: 1.6rem;
  }

  .guide_box .description .calendar_box tr {
    border-top: 1px solid #999999;
  }

  .guide_box .description .calendar_box th,
  .guide_box .description .calendar_box td {
    padding: 12px 13px !important;
    text-align: center !important;
  }

  .guide_box .description .calendar_box td.sun,
  .guide_box .description .calendar_box th.sun {
    color: red;
  }
}

@media screen and (max-width: 750px) {
  .guide_box .description .calendar_box table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
  }

  .guide_box .description .calendar_box caption {
    margin: 8px;
    font-weight: bold;
    font-size: 1.6rem;
  }

  .guide_box .description .calendar_box tr {
    border-top: 1px solid #999999;
  }

  .guide_box .description .calendar_box th,
  .guide_box .description .calendar_box td {
    padding: 10px 6px;
    text-align: center;
  }

  .guide_box .description .calendar_box td.sun,
  .guide_box .description .calendar_box th.sun {
    color: red;
  }
}



@media screen and (min-width: 751px) and (max-width: 1159px) {
  .guide_box .description .calendar_box {
    width: 45%;
  }

  .guide_box .description .calendar_box:last-child {
    width: 100%;
  }
}




/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■ Contact
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.contactCont {
  line-height: 1.8;
}

.contactCont .c_btn {
  width: 450px;
  max-width: 95%;
  display: block;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  font-size: 1.7rem;
  font-weight: bold;
  border: 1px solid #333;
  text-decoration: none;
  height: 38px;
  line-height: 36px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
  position: relative;
  background-color: #333;
  color: #FFF;
}

.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: 750px) {

  .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;
  }
}

/* =============================================
 ###　PAGE RANKING PAGE STYLE
============================================= */
@media screen and (min-width: 751px) {
  .ctm_page--ranking .ctm_itemlist {
    gap: 2rem calc(4rem / 4);
  }

  .ctm_page--ranking .ctm_itemlist__item {
    width: calc((100% / 5) - (4rem / 5));
  }
}

@media screen and (max-width: 750px) {
  .ctm_page--ranking .ctm_itemlist {
    gap: 1rem;
  }

  .ctm_page--ranking .ctm_itemlist__item {
    width: calc(50% - 0.5rem);
  }
}

/* =============================================
	 # お問い合わせフォーム
============================================= */
.ctm_formtable {
  border-bottom: 1px solid #B9B9B9;
}

@media screen and (min-width: 751px) {
  .ctm_formtable {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 750px) {
  .ctm_formtable {
    margin-bottom: 3rem;
  }
}

.ctm_formtable>dt {
  position: relative;
  border-top: 1px solid #B9B9B9;
}

@media screen and (min-width: 751px) {
  .ctm_formtable>dt {
    padding: 20px;
    width: 15em;
  }
}

@media screen and (max-width: 750px) {
  .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: 751px) {
  .ctm_formtable>dt .icon_required {
    position: absolute;
    right: 0;
    top: 2rem;
  }
}

@media screen and (max-width: 750px) {
  .ctm_formtable>dt .icon_required {
    vertical-align: .2rem;
  }
}

@media screen and (min-width: 751px) {
  .ctm_formtable>dd {
    padding: 20px;
    border-top: 1px solid #B9B9B9;
    width: calc(100% - 16em);
  }
}

@media screen and (max-width: 750px) {
  .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-top: .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;
}

/* ----------------------------------

25-03-04 メールアイコン追加

------------------------------------- */

.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-03-04 メールアイコン追加

------------------------------------- */

.guide_icon .guide_icon_list {
  display: flex;
  list-style-type: none;
  gap: 10px;
}

.guide_page .guide_box .guide_icon .guide_icon_list li {
  list-style-type: none;
  margin-left: 0;
}

