/*
  /asset/css/page/p-lp-003.css
  lp/003ページ後読み込み用CSS
*/

/* フッター余白 */
.p-lp-003 {
  .l-footer-copy {
    padding: 55px 0 70px;
    @media screen and (max-width: 840px) {
      padding: 20px 0 70px;
    }
  }
}
/* 精算・明細のご紹介 */
.p-lp-003-product__wrapper {
  display: flex;
  justify-content: space-between;
  @media screen and (max-width: 840px) {
    display: block;
  }
}
.p-lp-003-product-box {
  width: 100%;
  max-width: calc((100% - 20px) / 2);
  border-radius: 10px;
  overflow: hidden;
  border-radius: 10px;
  @media screen and (max-width: 840px) {
    max-width: 100%;
  }
  &.p-lp-003-product-box--rseisan {
    background: var(--rseisan-bg-sub-03);
    .p-lp-003-product-box__heading {
      background: var(--rseisan-primary);
    }
    .u-text-highlighter {
      background: linear-gradient(transparent 75%, var(--rseisan-accent) 75%);
    }
  }
  &.p-lp-003-product-box--rmeisai {
    background: var(--rmeisai-bg-sub-03);
    @media screen and (max-width: 840px) {
      margin: 30px 0 0;
    }
    .p-lp-003-product-box__heading {
      background: var(--rmeisai-primary);
    }
    .u-text-highlighter {
      background: linear-gradient(transparent 75%, var(--rmeisai-accent) 75%);
    }
  }
}
.p-lp-003-product-box__inner {
  padding: 28px 20px 40px;
  text-align: center;
  @media screen and (max-width: 600px) {
    padding: 20px 10px 35px;
  }
}
.p-lp-003-product-box__heading {
  position: relative;
  display: block;
  padding: 20px;
  font-weight: bold;
  color: var(--white);
  text-align: center;
  font-size: 22px;
  @media screen and (max-width: 600px) {
    font-size: 16px;
  }
}

.p-lp-003-product-description {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-lp-003-product-box__image-wrap {
  text-align: center;
}
.p-lp-003-product-box__image {
  width: 200px;
  @media screen and (max-width: 600px) {
    width: 43%;
  }
}
.p-lp-003-product__detail {
  margin: 25px 0 0;
}
.p-lp-003-product__text {
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  &:nth-child(2),
  &:nth-child(3) {
    margin: 8px 0 0 0;
    @media screen and (max-width: 840px) {
      margin: 4px 0 0 0;
    }
  }
  @media screen and (max-width: 600px) {
    font-size: 15px;
  }
}
.p-lp-003-product__text-bold {
  font-weight: 700;
  font-size: 24px;
}
.p-lp-003-product__note {
  text-align: right;
  margin: 15px 0 0;
  &:last-child {
    margin: 0;
  }
}
