.page-repellaxcoat .repellaxcoatWrap {
  margin: 84px 0 0;
  padding: 20px;
  border: 1px solid #b0b0b0;
}
.page-repellaxcoat .price-promo {
  padding: 30px 0;
  background: #f7f7f7;
}
.page-repellaxcoat .p-price-option {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 50px;
}
@media screen and (max-width:1085px) {
  .page-repellaxcoat .p-price-option {
    flex-direction: column;
  }
}
.page-repellaxcoat .p-price-option .c-icon--plus {
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  color: #000;
  position: relative;
}
.page-repellaxcoat .p-price-option .c-icon--plus.u-large {
  margin: 0;
  width: 40px;
  height: 40px;
}
.page-repellaxcoat .p-price-option .c-icon--plus:before,
.page-repellaxcoat .p-price-option .c-icon--plus:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 6px;
  border-radius: .04em;
  background-color: #000;
  backface-visibility: hidden;
  box-sizing: content-box;
}
.page-repellaxcoat .p-price-option .c-icon--plus:before {
  transform: rotate(90deg);
}
.page-repellaxcoat .p-price-option-card {
  width: 442px;
}
.page-repellaxcoat .p-price-option-card__head {
  background: #000;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 1.46154;
  letter-spacing: .255em;
  padding-top: .3em;
  padding-bottom: .3em;
}
.page-repellaxcoat .p-price-option-card__body {
  height: 113px;
  padding-top: 23px;
  padding-bottom: 15px;
  text-align: center;
  background-color: #fff;
  border: solid 3px #000;
  border-top-width: 0;
}
.page-repellaxcoat .p-price-option-card__body .-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.page-repellaxcoat .p-price-option-card__body .-icon--frame svg {
  width: 80px;
  height: 64px;
}
.page-repellaxcoat .p-price-option-card__body .-icon--lens svg {
  width: 56px;
  height: 55px;
}
.page-repellaxcoat .p-price-text {
  font-weight: 700;
  font-size: 4.7rem;
  vertical-align: bottom;
  line-height: 1;
}
.page-repellaxcoat .p-price-text__small {
  font-size: 1.7rem;
}
.page-repellaxcoat .p-price-option-text {
  font-size: 1.7rem;
  font-weight: bold;
  vertical-align: middle;
}
.page-repellaxcoat .p-price-option-note {
  margin-top: 10px;
  font-size: 1.2rem;
}

.page-repellaxcoat .sec-repellaxcoatArea {
  margin: 60px 0 0;
}
.page-repellaxcoat .repellaxcoat-heading {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 0;
}
.page-repellaxcoat .repellaxcoat-heading::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 2px;
  background: #b0b0b0;
}
.page-repellaxcoat .repellaxcoat-heading span {
  padding: 0 1em;
  background-color: #fff;
}
.page-repellaxcoat .rp-box-list {
  margin: 20px 0 0;
  display: flex;
  gap: 7px;
}
.page-repellaxcoat .rp-box-list .rp-box-items {
  width: calc((100% - 7px * 3) / 4);
}
.page-repellaxcoat .rp-box-list .rp-box-items img {
  width: 100%;
}
.page-repellaxcoat .repellaxcoat-detail {
  margin: 50px 0 0;
  padding: 30px 40px;
  background: #fffdde;
}
.page-repellaxcoat .repellaxcoat-box {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 18px;
  position: relative;
}
.page-repellaxcoat .repellaxcoat-box .imgBox {
  width: calc((100% - 18px) / 2);
}
.page-repellaxcoat .repellaxcoat-box .imgBox img {
  width: 100%;
}
.page-repellaxcoat .repellaxcoat-notes {
  padding: 35px 40px 75px;
  background: #f7f7f7;
}
.page-repellaxcoat .note-heading {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  color: #0075c1;
  position: relative;
  z-index: 0;
}
.page-repellaxcoat .note-heading span {
  padding: 0 1em;
  background: #f7f7f7;
}
.page-repellaxcoat .note-heading::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 2px;
  display: block;
  background: #94c3e1;
}
.page-repellaxcoat .repellaxcoat-notes p {
  margin: 40px 0 0;
  font-size: 2.1rem;
  line-height: 1.52;
  text-align: center;
}
.page-repellaxcoat + .forcms_block .p-rensInc-discountInfo {
  margin: 30px 0 0;
}
@media screen and (max-width:740px) {
  .page-repellaxcoat .repellaxcoatWrap {
    margin: 30px 0 0;
    padding: 0 10px;
    border: none;
  }
  .page-repellaxcoat .price-promo {
    padding: 15px;
  }
  .page-repellaxcoat .p-price-option {
    flex-direction: column;
    gap: 10px;
  }
  .page-repellaxcoat .p-price-option .c-icon--plus,
  .page-repellaxcoat .p-price-option .c-icon--plus.u-large {
    width: 20px;
    height: 20px;
  }
  .page-repellaxcoat .p-price-option .c-icon--plus:before,
  .page-repellaxcoat .p-price-option .c-icon--plus:after {
    width: 18px;
    height: 4px;
  }
  .page-repellaxcoat .p-price-option-card {
    width: 100%;
  }
  .page-repellaxcoat .p-price-option-card__head {
    font-size: clamp(1.1rem, calc(13 / 375 * 100vw), 1.5rem);
  }
  .page-repellaxcoat .p-price-option-card__body {
    height: initial;
    padding: 15px 0;
  }
  .page-repellaxcoat .p-price-option-card__body .-icon--frame svg {
    width: 47px;
    height: auto;
  }
  .page-repellaxcoat .p-price-option-card__body .-icon--lens svg {
    width: 33px;
    height: auto;
  }
  .page-repellaxcoat .p-price-text {
    font-size: clamp(3.2rem, calc(34 / 375 * 100vw), 3.6rem);
  }
  .page-repellaxcoat .p-price-text__small {
    font-size: clamp(1.1rem, calc(13 / 375 * 100vw), 1.5rem);
  }
  .page-repellaxcoat .p-price-option-text {
    font-size: clamp(1rem, calc(11 / 375 * 100vw), 1.3rem);
  }
  .page-repellaxcoat .p-price-option-note {
    margin-top: 5px;
    font-size: clamp(.8rem, calc(9 / 375 * 100vw), 1.1rem);
  }

  .page-repellaxcoat .sec-repellaxcoatArea {
    margin: 30px 0 0;
  }
  .page-repellaxcoat .repellaxcoat-heading {
    font-size: clamp(1.8rem, calc(20 / 375 * 100vw), 2.2rem);
  }
  .page-repellaxcoat .rp-box-list {
    margin: 20px auto 0;
    max-width: 568px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .page-repellaxcoat .rp-box-list .rp-box-items {
    width: 100%;
  }
  .page-repellaxcoat .repellaxcoat-detail {
    margin: 25px 0 0;
    padding: 15px;
  }
  .page-repellaxcoat .title-repellaxcoat {
    margin: 0 auto;
    max-width: 195px;
  }
  .page-repellaxcoat .repellaxcoat-box {
    margin-top: 10px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .page-repellaxcoat .repellaxcoat-box .imgBox {
    width: 100%;
  }
  .page-repellaxcoat .repellaxcoat-notes {
    padding: 30px 15px;
  }
  .page-repellaxcoat .note-heading {
    font-size: clamp(1.3rem, calc(15 / 375 * 100vw), 1.7rem);
  }
  .page-repellaxcoat .repellaxcoat-notes p {
    margin: 15px 0 0;
    font-size: clamp(1rem, calc(12 / 375 * 100vw), 1.4rem);
    text-align: left;
  }
}