@charset "UTF-8";
/*料金・保証制度について ------------------------------*/
.page-id-2 h2 {
  text-align: center;
}

.product-price-wrap {
  background-color: #F3F3F3;
  padding: 40px;
  position: relative;
  margin-top: 40px;
  box-shadow: 8px 8px 10px 0 rgba(0, 0, 0, 0.1);
}
.product-price-wrap::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #F3F3F3;
  background-image: linear-gradient(135deg, #383838 21px, transparent 0);
  position: absolute;
  top: 0;
  left: 0;
}
.product-price-wrap:nth-of-type(1) {
  margin-top: 24px;
}
.product-price-wrap ul {
  margin-top: 16px;
}
.product-price-wrap ul li span {
  font-weight: 700;
}

p.section-title {
  font-size: 22px;
  font-weight: bold;
  font-family: var(--font-serif);
  text-align: center;
}
p.section-title .name {
  font-size: 26px;
  color: var(--color-main);
  font-family: var(--font-serif);
  background-color: var(--color-dark);
  padding: 0 20px;
  margin-left: 18px;
}
p.section-title .sub {
  color: #fff;
  background-color: var(--color-dark-grey);
  font-size: 18px;
  padding: 5px 18px;
  text-align: center;
  font-family: initial;
}
p.section-title .br {
  display: block;
  text-align: center;
}

.price-txt {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--color-dark);
}
.price-txt span.title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
}
.price-txt:nth-last-of-type(1) {
  border-bottom: none;
}

.page-id-2 .u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody th,
.page-id-2 .u-editor table tbody th {
  background-color: #7D7D7D;
}

.page-id-2 .u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
.page-id-2 .u-editor table tr th {
  padding: 10px 13px;
  border-right: 1px solid #ccc;
  text-align: center;
}

.page-id-2 .u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td,
.page-id-2 .u-editor table tr td {
  padding: 10px 8px;
  text-align: center;
}

.payment-method {
  background-color: var(--color-dark-grey);
  padding: 40px 0;
  text-align: center;
  color: #fff;
  margin-top: 40px;
}
.payment-method p {
  font-size: 18px;
}
.payment-method p.pay-title {
  font-size: 26px;
  font-family: var(--font-serif);
  font-weight: 700;
}
.payment-method ul {
  display: flex;
  justify-content: center;
  margin-top: 14px;
}
.payment-method ul li {
  list-style-type: none;
  margin-top: 0;
  margin-right: 40px;
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}
.payment-method ul li img {
  margin-right: 8px;
}
.payment-method ul li::before {
  content: none;
}
.payment-method ul li:nth-last-of-type(1) {
  margin-right: 0;
}

.guarantee {
  margin-top: 40px;
}
.guarantee .wp-block-group__inner-container {
  padding: 40px;
  border: 2px solid var(--color-accent);
}
.guarantee .wp-block-group__inner-container h5 {
  font-size: 20px;
  padding-left: 24px;
  border-left: 4px solid var(--color-accent);
  font-family: var(--font-serif);
}
.guarantee .wp-block-group__inner-container ul li span {
  font-weight: bold;
}

.product-price-wrap .wp-block-columns {
  margin-top: 14px;
}
.product-price-wrap .wp-block-columns .wp-block-column {
  padding: 16px;
  background-color: #fff;
}
.product-price-wrap .wp-block-columns .wp-block-column p.title {
  background-color: var(--color-dark-grey);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 0;
}
.product-price-wrap .wp-block-columns .wp-block-column ul {
  margin-top: 16px;
}
.product-price-wrap .wp-block-columns .wp-block-column ul li {
  margin-top: 8px;
}

/*スクロール*/
.p-scroll__arrows {
  position: relative;
  height: 57px;
  margin: 53px auto 0;
}

.p-scroll__arrows_inner {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0;
}

.p-scroll__arrow {
  margin: 0 auto;
  width: 54px;
  height: 21px;
  opacity: 0;
  background: url(../img/page/scroll-arrow01.png) no-repeat center center/contain;
}

.p-scroll--01 {
  animation: arrow-move08 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.p-scroll--02 {
  animation: arrow-move08 2s 0.3s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  margin-top: -2px;
}

.p-scroll--03 {
  animation: arrow-move08 2s 0.6s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  margin-top: -4px;
}

@keyframes arrow-move08 {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0.3;
  }
  30% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 0.7;
  }
  85% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
  }
}
h2.yuryou {
  margin-top: 64px !important;
}

.compensation-title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 40px;
}
.compensation-title + ol, .compensation-title + ul {
  margin-top: 16px;
}
.compensation-title + ol li span, .compensation-title + ul li span {
  font-weight: 700;
}

p.point-title {
  font-size: 24px;
  font-family: var(--font-serif);
  margin-top: 70px;
  font-weight: 700;
  line-height: 1.5;
}
p.point-title + p {
  margin-top: 16px;
}
p.point-title:nth-of-type(1) {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .product-price-wrap {
    padding: 32px 4%;
  }
  .product-price-wrap p.section-title .name {
    display: block;
    margin-left: 0;
  }
  .payment-method {
    padding: 8% 4%;
  }
  .payment-method ul {
    display: block;
  }
  .payment-method ul li {
    margin-right: 0;
  }
  .guarantee .wp-block-group__inner-container {
    padding: 8% 4%;
  }
  p.section-title .sub {
    display: block;
    line-height: 1.5;
    margin-bottom: 8px;
    font-size: 16px;
  }
  p.point-title {
    font-size: 22px;
  }
}