.sales-guide-container {
  margin-top: 6rem;
}
.sales-guide-container .sales-section + .sales-section {
  margin-top: 6rem;
}
.sales-guide-container .text-list + .sales-section {
  margin-top: 6rem;
}
.sales-guide-container .title-sub-area {
  display: flex;
  align-items: flex-end;
  margin-bottom: 2.4rem;
  padding: 0;
}
.sales-guide-container .tb-wrap>table>thead{
  border-bottom-style: none;
}
.sales-guide-container .table-title {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 4.4rem;
  color: #111111;
}
.sales-guide-container .sales-txt {
  margin-left: auto;
  font-size: 1.4rem;
  line-height: 2.6rem;
  color: #111111;
}
.sales-guide-container .text-list {
  /* margin-top: 0.8rem; */
  margin-top: 1.2rem;
  /* text-align: right; */
  text-align: left;
}
/* .sales-guide-container .tb-wrap.sales-tb {
  border-top-width: 2px;
} */
.sales-guide-container .tb-wrap.sales-tb th, .sales-guide-container .tb-wrap.sales-tb td {
  /* padding-top: 1.6rem;
  padding-bottom: 1.5rem; */
}
.sales-guide-container .tb-wrap.sales-tb th.bold-l-none, .sales-guide-container .tb-wrap.sales-tb td.bold-l-none {
  border-left: 0 none;
}
.sales-guide-container .tb-wrap.sales-tb thead th {
  height: auto;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.8rem;
  color: #111111;
}
/* .sales-guide-container .tb-wrap.sales-tb tbody th, .sales-guide-container .tb-wrap.sales-tb tbody td {
  color: #111111;
} */
.sales-guide-container .tb-wrap.sales-tb tbody th.point-color {
  font-weight: 600;
  color: #111111;
}
.sales-guide-container .tb-wrap.sales-tb tbody th.point-color span{
  font-weight: 600;
  color: #111111 !important;
}
.sales-guide-container .tb-wrap.sales-tb tbody th a u{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem !important;
  color: #444444;
  text-underline-offset: 2px;
}
.sales-guide-container .tb-wrap.sales-tb tbody th a u::after{
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url("/assets/image/sale/membership/icon_arrow_right.webp") no-repeat center/ cover;
}
.sales-guide-container .tb-wrap.sales-tb tbody td.point-color span{
  color: #111111 !important;
}
.sales-guide-container .bar {
  overflow: hidden;
  font-size: 0;
  display: inline-block;
  width: 1px;
  height: 1.2rem;
  margin: 0 0.5rem;
  background: #888888;
}
.sales-guide-container .text-list.no-bullet .bar {
  background: #CCCCCC;
}
.sales-guide-container .txt01 {
  font-size: 1.4rem;
  color: #666666;
}
.sales-guide-container .list-type01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.tab-outer-img {
  width: 100%;
  border-top: 1px solid #000000;
}
.tab-outer-img img {
  width: 100%;
}

.room-information-area {
  margin-top: 5.6rem;
}

.room-information-container {
  position: relative;
}
.room-information-container .slick-prev,
.room-information-container .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.room-information-container .slick-prev.slick-hidden,
.room-information-container .slick-next.slick-hidden {
  display: block;
}
.room-information-container .slick-arrow {
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 4.8rem;
  height: 4.8rem;
  text-indent: -9999px;
  transform: translateY(-50%);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.room-information-container .slick-prev {
  left: 0;
  background-image: url("/assets/image/sale/membership/icon_slide_prev.webp");
}
.room-information-container .slick-prev:disabled {
  background-image: url("/assets/image/sale/membership/icon_slide_prev_disabled.webp");
}
.room-information-container .slick-next {
  right: 0;
  background-image: url("/assets/image/sale/membership/icon_slide_next.webp");
}
.room-information-container .slick-next:disabled {
  background-image: url("/assets/image/sale/membership/icon_slide_next_disabled.webp");
}

.room-information-slider {
  position: relative;
  margin-top: 3.2rem;
}
.room-information-slider .slick-list {
  margin: 0 9.2rem;
}
.room-information-slider .slick-slide {
  margin: 0 1.2rem;
}
.room-information-slider .slick-arrow {
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 4.8rem;
  height: 4.8rem;
  text-indent: -9999px;
  transform: translateY(-50%);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.room-information-slider .slick-prev {
  left: 0;
  background-image: url("/assets/image/sale/membership/icon_slide_prev.webp");
}
.room-information-slider .slick-next {
  right: 0;
  background-image: url("/assets/image/sale/membership/icon_slide_next.webp");
}

.room-card-group {
  width: 340px;
  box-shadow: inset 0 0 0 1px #DDDDDD;
}
.room-card-group .card-image img {
  width: 100%;
}
.room-card-group .card-info-container {
  padding: 1.6rem 2.4rem 2.4rem;
}
.room-card-group .card-type {
  font-weight: 700;
  font-size: 1.4rem;
}
.room-card-group .card-type.type01 {
  color: #185295;
}
.room-card-group .card-type.type02 {
  color: #685230;
}
.room-card-group .card-type.type03 {
  color: #126885;
}
.room-card-group .card-title {
  margin-top: 0.2rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  color: #111111;
}
.room-card-group .card-desc {
  margin-top: 0.8rem;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #666666;
}
.room-card-group .card-room-info {
  margin-top: 3.2rem;
}
.room-card-group .card-room-info .info-list {
  display: none;
  flex-direction: column;
  margin-top: 1.7rem;
}
.room-card-group .card-room-info .info-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.6rem;
  border: 1px solid #DDDDDD;
  font-size: 1.4rem;
}
.room-card-group .card-room-info .info-list a + a {
  margin-top: 0.8rem;
}
.room-card-group .card-room-info.button-hide .btn-toggle::before {
  transform: rotate(0deg);
}
.room-card-group .card-room-info.button-hide .info-list {
  display: flex;
}
.room-card-group .card-room-info .btn-detail-view {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.6rem;
  border: 1px solid #CCCCCC;
  font-size: 1.4rem;
}
.room-card-group .info-title {
  position: relative;
  font-weight: 500;
  font-size: 1.4rem;
  color: #111111;
  line-height: 1.5;
}
.room-card-group .info-title .btn-toggle {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1.5rem;
  overflow: hidden;
  text-indent: -9999px;
  background-color: transparent;
  transform: translateY(-50%);
}
.room-card-group .info-title .btn-toggle::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url("/assets/image/sale/icon_toggle.webp");
  background-size: 100% auto;
  transform: rotate(180deg);
}

.sales-process > ol {
  counter-reset: processSection;
  display: flex;
  font-size: 1.6rem;
  color: #111111;
}
.sales-process > ol > li {
  flex: 1;
  padding: 2.4rem;
  background-color: #ffffff;
}
.sales-process > ol > li ~ li {
  margin-left: 4rem;
  position: relative;
}
.sales-process > ol > li ~ li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  width: 2.4rem;
  height: 2.4rem;
  transform: translate(-0.7rem, -50%);
  background: url("/assets/image/sale/icon_arrow_right.webp");
  background-size: 100% auto;
}
.sales-process > ol ul li {
  color: currentColor;
  line-height: 1.5;
}
.sales-process > ol ul li ~ li {
  margin-top: 0.4rem;
}
.sales-process .icon {
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  margin-bottom: 1.6rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.sales-process .icon.type01 {
  background-image: url("/assets/image/sale/icon_usage_procedure01.webp");
}
.sales-process .icon.type02 {
  background-image: url("/assets/image/sale/icon_usage_procedure02.webp");
}
.sales-process .icon.type03 {
  background-image: url("/assets/image/sale/icon_usage_procedure03.webp");
}
.sales-process .icon.type04 {
  background-image: url("/assets/image/sale/icon_usage_procedure04.webp");
}
.sales-process .icon.type05 {
  background-image: url("/assets/image/sale/icon_usage_procedure05.webp");
}
.sales-process .tit {
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 0.8rem;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 3rem;
}
.sales-process .tit::before {
  counter-increment: processSection;
  content: counter(processSection, decimal-leading-zero);
  margin-right: 0.5rem;
}
.sales-process .tit .num {
  display: none;
}

.layout-type01 {
  display: flex;
}
.layout-type01 .img {
  width: 49.5rem;
  height: 28.6rem;
  margin-right: 2.4rem;
}
.layout-type01 .img img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: cover;
}
.layout-type01 .table-wrap {
  flex: 1;
}
.layout-type01 .table-wrap .btn-area {
  text-align: left;
}
.layout-type01 .table-wrap .btn-area .btn {
  min-width: 20rem;
  height: 4.8rem;
  font-size: 1.6rem;
  line-height: 4.8rem;
  color: #111111;
}
.layout-type01 + .btn-area {
  padding-left: 51.9rem;
  margin-top: 2.4rem;
  text-align: left;
}

.btn-detail-affiliate {
  padding-left: 51.9rem;
  margin-top: 2.4rem;
  text-align: left;
}
.btn-detail-affiliate .btn-md {
  min-width: 20rem;
  height: 4.8rem;
  font-weight: 500;
  font-size: 1.6rem;
  color: #111111;
}

.sales-guide-list .sales-list-tit .bar {
  overflow: hidden;
  font-size: 0;
  display: inline-block;
  width: 1px;
  height: 1.2rem;
  margin: 0 0.5rem;
  background: #CCCCCC;
}

.sales-list-cont .tb-wrap > table th, .sales-list-cont .tb-wrap > table td {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  font-size: 1.8rem;
  color: #444444;
}
.sales-list-cont .tb-wrap > table thead th,
.sales-list-cont .tb-wrap > table tr.header th {
  height: auto;
  line-height: 1.5;
  color: #111111;
  font-weight: 500;
  background-color: #F9F9F9;
}
.sales-list-cont .tb-wrap > table .txt01 {
  font-size: 1.4rem;
  color: #666666;
}
.sales-list-cont .tb-wrap > table .link {
  color: #111111;
  font-weight: 600;
  text-decoration: underline;
}
.sales-list-cont .tb-wrap > table .link b{
  font-weight: inherit;
}
.sales-list-cont .tb-wrap > table .text-list.no-bullet {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  text-align: right;
}

@media (max-width: 767px) {
  .room-information-slider .slick-list {
    margin: 0;
  }
  .room-information-slider .slick-slide {
    margin: 0;
    padding: 0 0.8rem 0 1.6rem !important;
  }
}
/* .tab-menu ul li a br.mo-show {
  display: none;
} */

/* @media (max-width: 1279px) { */
@media (max-width: 767px) {
  .sales-guide-container {
    margin-top: 3.2rem;
  }
  /* .tab-menu ul {
    height: auto;
    min-height: 5.2rem;
  } */
  /* .tab-menu ul li a {
    padding-top: 1rem;
    padding-bottom: 1rem;
    word-break: keep-all;
  } */
  .tab-menu ul li a br.mo-show {
    display: block;
  }
  .layout-type01 {
    flex-direction: column;
  }
  .layout-type01 + .btn-area {
    padding-left: 0;
    margin-top: 3.2rem;
    text-align: center;
  }
  .layout-type01 .img {
    width: 100%;
    height: 18rem;
    margin-right: 0;
  }
  .layout-type01 .img img {
    width: 100%;
  }
  .layout-type01 .img + .table-wrap {
    /* margin-top: 2.4rem; */
    margin-top: 2rem;
  }
  .btn-detail-affiliate {
    padding-left: 0;
    margin-top: 3.2rem;
    text-align: center;
  }
  .btn-detail-affiliate .btn-md {
    min-width: 16rem;
    height: 4.8rem;
    font-weight: 400;
    font-size: 1.4rem;
    color: #666666;
  }
  .sales-guide-list .sales-list-cont .tb-wrap + .btn-area {
    margin-top: 3.2rem;
    text-align: center;
  }
  .membership-information-area {
    margin: 0 1.6rem;
  }
  .sales-guide-container .title-sub-area {
    display: block;
    padding: 0;
    margin-bottom: 2rem;
  }
  .sales-guide-container .table-title {
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 3.2rem;
  }
  .sales-guide-container .table-title  + .sales-txt {
    margin-top: 0.4rem;
  }
  .sales-guide-container .sales-txt {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .sales-guide-container .text-list {
    padding-left: 0;
    text-align: left;
  }
  .sales-guide-container .sales-section + .sales-section {
    margin-top: 4rem;
  }
  .sales-guide-container .text-list + .sales-section {
    margin-top: 4rem;
  }
  .sales-guide-container .tb-wrap.sales-tb th, .sales-guide-container .tb-wrap.sales-tb td{
    min-width: 13.8rem;
  }
  .room-information-area .title-sub-area {
    margin-left: 1.6rem;
  }
  .room-information-area .slider-navigation {
    display: none;
  }
  .room-information-slider {
    margin-top: 2.4rem;
  }
  .sales-list-cont .tb-wrap + .tb-wrap {
    margin-top: 2.5rem;
  }
  .sales-list-cont .tb-wrap > table th, .sales-list-cont .tb-wrap > table td {
    font-size: 1.6rem;
  }
  .sales-list-cont .text-list.no-bullet.no-bullet li {
    text-align: left;
  }
  .tab-outer-img {
    border-top: none;
  }
  .sales-process > ol {
    display: block;
    font-size: 1.4rem;
  }
  .sales-process > ol > li {
    position: relative;
    /* padding-left: 8rem; */
    padding-left: 7.6rem;
  }
  .sales-process > ol > li ~ li {
    margin-top: 0.8rem;
    margin-left: 0;
    position: relative;
  }
  .sales-process > ol > li ~ li::before {
    content: none;
    /* content: "";
    position: absolute;
    top: -2.4rem;
    right: auto;
    left: 50%;
    width: 2.4rem;
    height: 2.4rem;
    transform: translate(-50%, -0.7rem) rotate(90deg); */
  }
  .sales-process > ol ul {
    flex: 1;
  }
  .sales-process > ol ul li ~ li {
    margin-top: 0.4rem;
  }
  .sales-process .icon {
    position: absolute;
    top: 2.4rem;
    left: 2.4rem;
    width: 3.2rem;
    height: 3.2rem;
  }
  .sales-process .tit {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .sales-process .tit::before {
    margin-right: 0.4rem;
  }
  .sales-process > ol ul li{
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  #container:has(.membership-information-area) .tab-menu ul {
    /* height: auto; */
    /* min-height: 6rem; */
  }
}/*# sourceMappingURL=membership.css.map */