@charset "UTF-8";

/* パンくずリスト非表示 */
.l-breadclumb__primary {
  display: none;
}

@media screen and (min-width: 768px){
  .u-only_sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px){
  .u-only_pc {
    display: none !important;
  }
}

.p-list__banner--primary {
  display: none !important;
}

/*****************************************************
* アイキャッチ
*****************************************************/
.p-ss__eyecatch {
  background-image: url('../img/subscription/eyecatch_bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.p-ss__eyecatch__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-template-areas:
    "content image"
    "button image";
  gap: 40px;
  max-width: calc(1155px + 40px);
  margin: 0 auto;
  padding: 60px 20px 94px;
}
.p-ss__eyecatch__content {
  grid-area: content;
}
.p-ss__eyecatch__image {
  grid-area: image;
  place-content: center;
}
.p-ss__eyecatch__button {
  grid-area: button;
}
.p-ss__eyecatch__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
  color: #0E1A40;
  margin: 0 0 33px;
}

.p-ss__eyecatch__title strong {
  font-size: 70px;
}
.p-ss__eyecatch__description {
  font-size: 24px;
  font-weight: 400;
  color: #0E1A40;
  letter-spacing: 0.05em;
}
.p-ss__eyecatch__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.p-ss__eyecatch__button {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}

/*****************************************************
 * ボタン
 *****************************************************/
.p-ss__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  position: relative;
  height: 72px;
  width: 291px;
  box-shadow: 0px 4px 4.5px 1px rgba(0, 0, 0, 0.25);
}

.p-ss__button::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #fff;
  border-right: none;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.p-ss__button:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease;
  color: #fff;
}

.p-ss__button--primary {
  background: linear-gradient(90deg, #8E7542 0%, #9E834C 55%, #785E2F 100%);
  color: #fff;
}

.p-ss__button--secondary {
  background-color: #0E1A40;
  color: #fff;
  width: auto;
  min-width: 291px;
  padding: 12px 60px 12px 20px;
}
@media screen and (max-width: 1000px) {
  .p-ss__eyecatch__grid {
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    grid-template-areas:
      "content"
      "image"
      "button";
    gap: 40px;
    max-width: 100%;
  }
  .p-ss__eyecatch__button {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-ss__eyecatch__grid {
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    grid-template-areas:
      "content"
      "image"
      "button";
    gap: 10px;
    max-width: 100%;
    padding: 36px 30px 30px;
  }
  .p-ss__eyecatch__content {
    order: 1;
  }
  .p-ss__eyecatch__image {
    order: 2;
    width: 75%;
    margin: 0 auto;
  }
  .p-ss__eyecatch__button {
    order: 3;
  }
  .p-ss__eyecatch__title {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 28px;
  }
  .p-ss__eyecatch__title strong {
    font-size: 41px;
  }
  .p-ss__eyecatch__description {
    font-size: 16px;
    line-height: 1.5;
  }
  .p-ss__eyecatch__button {
    flex-direction: column;
    gap: 10px;
    width: 75%;
    margin: 0 auto;
  }
  .p-ss__button {
    font-size: 20px;
    height: 64px;
    width: 100%;
  }
}
  /*****************************************************
  * セクション
  *****************************************************/
.p-ss__section {
  max-width: calc(1080px + 40px);
  margin: 124px auto;
  padding-left: 20px;
  padding-right: 20px;

}
  .bg-white {
    background-color: #fff;
    margin-top: 124px;
    margin-bottom: 124px;
    padding-top: 124px;
    padding-bottom: 124px;
  }
  .bg-white .p-ss__section {
    margin-top: 0;
    margin-bottom: 0;
  }
  .bg-white .p-ss__section + .p-ss__section {
    margin-top: 124px;
  }

.p-ss__section__description {
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  color: #000;
  margin-bottom: 40px;
}
.p-ss__section__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: #181B40;
  display: block;
  text-align: center;
}
.p-ss__section__title__en {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.2;
  color: #9799BC;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-ss__section {
    margin: 64px auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  .p-ss__section__title {
    font-size: 28px;
  }
  .p-ss__section__description {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .bg-white {
    margin-top: 72px;
    margin-bottom: 72px;
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .bg-white .p-ss__section {
    margin-top: 0;
    margin-bottom: 0;
  }
  .bg-white .p-ss__section + .p-ss__section {
    margin-top: 72px;
  }
}
/*****************************************************
 * お申し込みには一般会員登録（無料）が必要
 *****************************************************/
.p-ss_basic-customer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 28px 50px;
}
.p-ss_basic-customer p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  color: #000;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1180px) {
  .p-ss_basic-customer {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-ss_basic-customer {
    flex-direction: column;
    gap: 32px;
    padding: 32px 25px;
    margin-left: 30px;
    margin-right: 30px;
  }
  .p-ss_basic-customer p {
    font-size: 16px;
    text-align: center;
  }
}
/*****************************************************
 * 価格比較表
 *****************************************************/
.p-ss__plans {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-top: 60px;
}
.p-ss_plans-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  max-width: 520px;
  background-color: #fff;
  border: 1px solid #424242;
  border-radius: 10px;
  padding: 0;
  position: relative;
}
.p-ss_plans-item--recommended {
  border: 3px solid #BFA638;
  position: relative;
}
.p-ss_plans-item--recommended::before {
  content: '';
  display: block;
  width: 125px;
  height: 42px;
  background-image: url('../img/subscription/icon-recommend.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -21px;
  left: 10px;
  z-index: 1;
}
.p-ss_plans-item__badge img {
  width: auto;
  height: auto;
}
@media (max-width: 768px) {
  .p-ss__plans {
    flex-direction: column;
    gap: 30px;
  }
  .p-ss_plans-item {
    max-width: 100%;
    border-width: 3px;
  }
}

/* ヘッダーエリア */
.p-ss_plans-item__header {
  padding: 24px 28px;
  min-height: 84px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  border-radius: 7px 7px 0 0;
  background-color: #424242;
}
.p-ss_plans-item--recommended .p-ss_plans-item__header {
  background-color: #BFA638;
}
.p-ss_plans-item__title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.p-ss_plans-item__badge-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #424242;
  font-size: 16px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .p-ss_plans-item__header {
    padding: 10px 24px;
    min-height: 90px;
    gap: 0;
    justify-content: space-between;
    align-items: center;
  }
  .p-ss_plans-item__title {
    flex-grow: 1;
    text-align: center;
  }
  .p-ss_plans-item__badge-text {
    font-size: 14px;
    padding: 4px 6px;
  }
}
/* コンテンツエリア */
.p-ss_plans-item__content {
  flex-grow: 1;
  padding: 32px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-ss_plans-item__content {
    padding: 24px 21px;
  }
}
/* 説明文エリア */
.p-ss_plans-item__description {
  color: #000;
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 24px;
  padding-bottom: 24px;
  border-bottom: 1px dashed #C3C3C3;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-ss_plans-item__description {
    font-size: 16px;
    letter-spacing: 0;
  }
}
/* 特典エリア */
.p-ss_plans-item__features {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  flex-grow: 1;
}
.p-ss_plans-item__features li {
  position: relative;
  padding-left: 32px;
  color: #000;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}
.p-ss_plans-item__features li:last-child {
  margin-bottom: 0;
}
.p-ss_plans-item__features li::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  background-image: url('../img/subscription/icon-check.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.p-ss_plans-item--recommended .p-ss_plans-item__features li::before {
  background-image: url('../img/subscription/icon-check-recommend.svg');
}
@media screen and (max-width: 767px) {
  .p-ss_plans-item__features li {
    font-size: 16px;
  }
  .p-ss_plans-item__features li::before {
    top: 0;
  }
}
/* 価格掲載エリア */
.p-ss_plans-item__pricing {
  margin-top: auto;
  margin-bottom: 0;
  color: #000;
  min-height: 266px;
}
.p-ss_plans-item__pricing__plan {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 32px 40px 0 32px;
  background-color: #F0F0F0;
  position: relative;
  gap: 8px 0;
}
.p-ss_plans-item--recommended .p-ss_plans-item__pricing__plan {
  background-color: #F3F1DB;
}
.p-ss_plans-item__pricing__plan:last-child {
  padding-bottom: 32px;
}
.p-ss_plans-item__pricing__plan-label {
  font-size: 20px;
  font-weight: bold;
  width: 100%;
}
.p-ss_plans-item__pricing--business .p-ss_plans-item__pricing__plan {
  padding: 48px 40px 0 32px;
}
.p-ss_plans-item__pricing--business .p-ss_plans-item__pricing__plan:first-child {
  padding-top: 28px;
}
.p-ss_plans-item__pricing--business .p-ss_plans-item__pricing__plan:last-child {
  padding-bottom: 52px;
}
.p-ss_plans-item__pricing--business .p-ss_plans-item__pricing__plan + .p-ss_plans-item__pricing__plan::before {
  content: '';
  display: block;
  width: calc(100% - 80px);
  height: 1px;
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 1px dashed #C3C3C3;
}
@media screen and (max-width: 767px) {
  .p-ss_plans-item__pricing {
    min-height: 0;
  }
  .p-ss_plans-item__pricing__plan {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
    text-align: center;
    justify-content: center;
  }
  .p-ss_plans-item__pricing--business .p-ss_plans-item__pricing__plan {
    padding-left: 0;
    padding-right: 0;
  }
  .p-ss_plans-item__pricing--business .p-ss_plans-item__pricing__plan:first-child {
    padding-top: 24px;
  }
  .p-ss_plans-item__pricing--business .p-ss_plans-item__pricing__plan:last-child {
    padding-bottom: 24px;
  }
  .p-ss_plans-item__pricing--business .p-ss_plans-item__pricing__plan + .p-ss_plans-item__pricing__plan::before {
    top: 16px;
    width: calc(100% - 50px);
  }
}
/* 割引ラベル */
.p-ss_plans-item__pricing__discount-label {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.p-ss_plans-item__pricing__discount-amount {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.p-ss_plans-item__pricing__discount-amount::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #6A6A6A;
  transform: rotate(7deg) translateY(-50%);
}
.p-ss_plans-item__pricing__discount-percent {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #ED5454;
  margin-left: 6px;
  display: inline-block;
  padding: 0 6px;
}
.p-ss_plans-item__pricing__discount-percent::after {
  content: '%OFF';
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .p-ss_plans-item__pricing__discount-label {
    justify-content: center;
    align-items: center;
  }
}
/* 価格 */
.p-ss_plans-item__pricing__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  line-height: 1;
}
.p-ss_plans-item__pricing__amount {
  font-size: 42px;
  font-weight: bold;
}
.p-ss_plans-item__pricing__unit {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-ss_plans-item__pricing__price {
    gap: 0;
  }
}
/* 申し込みボタン */
.p-ss_plans-item__button {
  background-color: #9F7A00;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 40px;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  transition: opacity 0.3s ease;
  text-decoration: none;
}
.p-ss_plans-item__button:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-ss_plans-item__button {
    padding: 10px 24px;
    min-width: 160px;
    margin-top: 20px;
  }
}

/*****************************************************
 * 特典セクション
 *****************************************************/
.p-ss_features {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 66px 40px;
  margin-top: 60px;
}
.p-ss_features__item:nth-of-type(1),
.p-ss_features__item:nth-of-type(2) {
  flex-basis: 45%;
}
.p-ss_features__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 32px;
}
.p-ss_features__header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.p-ss_features__number {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 16px;
  padding-right: 16px;
  border-right: 1px dashed #0E1A40;
}
.p-ss_features__number::before {
  content: 'POINT';
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
}
.p-ss_features__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.p-ss_features__image {
  flex-shrink: 1;
  flex-basis: 45%;
}
.p-ss_features__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.p-ss_features__description {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  flex-grow: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-ss_features {
    flex-direction: column;
    gap: 24px;
  }
  .p-ss_features__item:nth-of-type(1),
  .p-ss_features__item:nth-of-type(2) {
    flex-basis: 100%;
  }
  .p-ss_features__item {
    gap: 12px;
  }
  .p-ss_features__number {
    padding-right: 8px;
    margin-right: 8px;
  }
  .p-ss_features__title {
    font-size: 18px;
  }
  .p-ss_features__description {
    font-size: 16px;
  }
  .p-ss_features__image img {
    aspect-ratio: 315/150;
  }
}
/*****************************************************
 * 申し込み誘導セクション
 *****************************************************/
.p-ss__section--conversion {
  margin-top: 124px;
  padding-top: 87px;
  padding-bottom: 82px;
  background-image: url('../img/subscription/conversion_bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
.p-ss__section--conversion h2 {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  display: block;
  text-align: center;
}
.p-ss__section--conversion p {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 40px;
}

.p-ss__conversion-button {
  display: flex;
  gap: 64px;
  justify-content: space-between;
  align-items: center;
  max-width: calc(874px + 40px);
  margin: 0 auto;
  padding: 0 20px;
}
.p-ss__conversion-button .p-ss__button {
  flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .p-ss__section--conversion {
    margin-top: 60px;
    padding: 40px 15px;
  }
  .p-ss__section--conversion h2 {
    font-size: 32px;
  }
  .p-ss__conversion-button {
    flex-direction: column;
    gap: 19px;
  }
}
/*****************************************************
 * 提供サービス一覧
 *****************************************************/
.p-ss__comparison-table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #F0F0F0;
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.4;
  background-color: #fff;
}
.p-ss__comparison-table__header {
  background-color: #0E1A40;
  color: #fff;
  padding: 20px 16px;
  text-align: center;
  font-weight: bold;
  border: 2px solid #F0F0F0;
  vertical-align: middle;
}
.p-ss__comparison-table__header--premium {
  background-color: #BFA638;
  color: #fff;
}
.p-ss__comparison-table__feature {
  background-color: #0E1A40;
  color: #fff;
  padding: 20px 16px;
  font-weight: bold;
  text-align: center;
  border: 2px solid #F0F0F0;
  vertical-align: middle;
}
.p-ss__comparison-table__cell {
  background-color: #fff;
  color: #000;
  padding: 20px 16px;
  text-align: center;
  border: 2px solid #F0F0F0;
  vertical-align: middle;
  position: relative;
}
.p-ss__comparison-table__cell.is-premium {
  background-color: #F3F1DB;
  color: #fff;
}
.p-ss__comparison-table__check {
  color: #000;
  font-size: 20px;
  display: inline-block;
}
.p-ss__comparison-table__cross {
  color: #000;
  font-size: 20px;
  display: inline-block;
}
.p-ss__comparison-table__triangle {
  color: #000;
  font-size: 20px;
  display: inline-block;
}
.p-ss__comparison-table__note {
  font-size: 14px;
  color: #666;
  display: block;
  margin-top: 4px;
}
/* レスポンシブ対応 */
@media (max-width: 768px) {
  .p-ss__comparison-table {
    font-size: 14px;
    min-width: 577px;
  }

  .p-ss__comparison-table__header,
  .p-ss__comparison-table__feature,
  .p-ss__comparison-table__cell {
    padding: 12px 8px;
  }

  .p-ss__comparison-table__check,
  .p-ss__comparison-table__cross,
  .p-ss__comparison-table__triangle {
    font-size: 18px;
  }

  .p-ss__comparison-table__note {
    font-size: 12px;
  }
  .p-ss__comparison-table__container {
    overflow-x: auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px);
  }

}
@media (max-width: 480px) {
  .p-ss__comparison-table {
    font-size: 12px;
  }

  .p-ss__comparison-table__header,
  .p-ss__comparison-table__feature,
  .p-ss__comparison-table__cell {
    padding: 8px;
  }

  .p-ss__comparison-table__check,
  .p-ss__comparison-table__cross,
  .p-ss__comparison-table__triangle {
    font-size: 16px;
  }

  .p-ss__comparison-table__note {
    font-size: 10px;
  }

  .p-ss__comparison-table__header {
    width: 150px !important;
  }
}

/*****************************************************
 * お客様の声
 *****************************************************/
.p-ss_customer-voices {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
.p-ss_customer-voices__item {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 33px;
  background-color: #F0F0F0;
  border-radius: 10px;
  padding: 32px;
}
.p-ss_customer-voices__image {
  flex: 0 0 120px;
}
.p-ss_customer-voices__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-ss_customer-voices__content {
  flex-grow: 1;
}
.p-ss_customer-voices__text {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}
.p-ss_customer-voices__profile {
  font-size: 16px;
  line-height: 1;
  text-align: right;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-ss_customer-voices {
    flex-direction: column;
    gap: 24px;
  }
  .p-ss_customer-voices__item {
    flex-direction: column;
    gap: 12px;
    padding: 24px;
  }
  .p-ss_customer-voices__image {
    flex-basis: 100%;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .p-ss_customer-voices__image img {
    max-width: 120px;
    aspect-ratio: 120/120;
  }
  .p-ss_customer-voices__content {
    flex-basis: 100%;
    width: 100%;
    height: auto;
  }
  .p-ss_customer-voices__text {
    margin: 0 0 12px;
    font-size: 16px;
  }
  .p-ss_customer-voices__profile {
    font-size: 16px;
    margin-bottom: 0;
  }
}
/*****************************************************
 * よくあるご質問
 *****************************************************/
.p-ss__faq {
  margin-top: 60px;
}
.p-ss__faq dt,
.p-ss__faq dd {
  position: relative;
  font-size: 20px;
  line-height: 1.2;
  text-align: left;
  margin: 0;
  padding: 0;
  padding-left: 80px;
  margin-bottom: 40px;
}
.p-ss__faq dd {
  margin-top: 14px;
  border-bottom: 1px dashed #C3C3C3;
  padding-bottom: 32px;
}
.p-ss__faq dt::before,
.p-ss__faq dd::before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-25%);
  position: absolute;
  left: 0;
  top: 0;
}
.p-ss__faq dt::before {
  background-image: url('../img/subscription/faq-question.png');
}
.p-ss__faq dd::before {
  background-image: url('../img/subscription/faq-answer.png');
}
@media screen and (max-width: 767px) {
  .p-ss__faq {
    margin-top: 40px;
  }
  .p-ss__faq dt {
    font-size: 16px;
  }
  .p-ss__faq dd {
    font-size: 16px;
  }
}
/*****************************************************
 * 一般会員LP
 *****************************************************/
.p-ss_basic-customer__about {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}
.p-ss_basic-customer__about__image {
  flex: 0 0 calc(50% - 40px);
}
.p-ss_basic-customer__about__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-ss_basic-customer__about__content {
  flex: 0 0 calc(50% - 40px);
  text-align: right;
}
.p-ss__eyecatch__title.-basic {
  line-height: 1.2;
}
.p-ss_features.-basic .p-ss_features__item {
  flex-basis: 30%;
}
.p-ss_features.-basic .p-ss_features__header {
  height: 80px;
}
.p-ss_features.-basic .p-ss_features__number {
  margin-right: 14px;
  padding-right: 14px;
}
@media screen and (max-width: 767px) {
  .p-ss_basic-customer__about {
    flex-direction: column;
    gap: 40px;
  }
  .p-ss__eyecatch__title.-basic {
    font-size: 27px;
    text-align: center;
  }
  .p-ss__eyecatch__description.-basic {
    text-align: center;
  }
  .p-ss__button.-basic {
    text-align: left;
  }
}
/*****************************************************
 * Utility Classes
 * スペーシング: 52px, 76px, 100px はデザインのスペーシング値に基づく
 * フォントサイズ: 20px はセクション説明文の標準サイズ
 *****************************************************/
.u-ss_mb0 {
  margin-bottom: 0;
}
.u-ss_mb52 {
  margin-bottom: 52px;
}
.u-ss_mb76 {
  margin-bottom: 76px;
}
.u-ss_mb100 {
  margin-bottom: 100px;
}
.u-ss_fs20 {
  font-size: 20px;
}
.u-ss_text-center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-ss_sp-fs16 {
    font-size: 16px;
  }
}
