.page-alldrive .price-promo {
  /* margin: 85px 0 0; */
  padding: 30px 10px;
  background: #f7f7f7;
}
.page-alldrive .p-price-option {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 50px;
}
@media screen and (max-width:1085px) {
  .page-alldrive .p-price-option {
    flex-direction: column;
  }
}
.page-alldrive .p-price-option .c-icon--plus {
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  color: #000;
  position: relative;
}
.page-alldrive .p-price-option .c-icon--plus.u-large {
  margin: 0;
  width: 40px;
  height: 40px;
}
.page-alldrive .p-price-option .c-icon--plus:before,
.page-alldrive .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-alldrive .p-price-option .c-icon--plus:before {
  transform: rotate(90deg);
}
.page-alldrive .p-price-option-card {
  width: 442px;
}
.page-alldrive .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-alldrive .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-alldrive .p-price-option-card__body .-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.page-alldrive .p-price-option-card__body .-icon--frame svg {
  width: 80px;
  height: 64px;
}
.page-alldrive .p-price-option-card__body .-icon--lens svg {
  width: 56px;
  height: 55px;
}
.page-alldrive .p-price-text {
  font-weight: 700;
  font-size: 4.7rem;
  vertical-align: bottom;
  line-height: 1;
}
.page-alldrive .p-price-text__small {
  font-size: 1.7rem;
}
.page-alldrive .p-price-option-text {
  font-size: 1.7rem;
  font-weight: bold;
  vertical-align: middle;
}
.page-alldrive .p-price-option-note {
  margin-top: 10px;
  font-size: 1.2rem;
}
@media screen and (max-width:740px) {
  .page-alldrive .price-promo {
    /* margin: 30px 0 0; */
    padding: 15px;
  }
  .page-alldrive .p-price-option {
    flex-direction: column;
    gap: 10px;
  }
  .page-alldrive .p-price-option .c-icon--plus,
  .page-alldrive .p-price-option .c-icon--plus.u-large {
    width: 20px;
    height: 20px;
  }
  .page-alldrive .p-price-option .c-icon--plus:before,
  .page-alldrive .p-price-option .c-icon--plus:after {
    width: 18px;
    height: 4px;
  }
  .page-alldrive .p-price-option-card {
    width: 100%;
  }
  .page-alldrive .p-price-option-card__head {
    font-size: clamp(1.1rem, calc(13 / 375 * 100vw), 1.5rem);
  }
  .page-alldrive .p-price-option-card__body {
    height: initial;
    padding: 15px 0;
  }
  .page-alldrive .p-price-option-card__body .-icon--frame svg {
    width: 47px;
    height: auto;
  }
  .page-alldrive .p-price-option-card__body .-icon--lens svg {
    width: 33px;
    height: auto;
  }
  .page-alldrive .p-price-text {
    font-size: clamp(3.2rem, calc(34 / 375 * 100vw), 3.6rem);
  }
  .page-alldrive .p-price-text__small {
    font-size: clamp(1.1rem, calc(13 / 375 * 100vw), 1.5rem);
  }
  .page-alldrive .p-price-option-text {
    font-size: clamp(1rem, calc(11 / 375 * 100vw), 1.3rem);
  }
  .page-alldrive .p-price-option-note {
    margin-top: 5px;
    font-size: clamp(.8rem, calc(9 / 375 * 100vw), 1.1rem);
  }
}

.page-alldrive .main-banner {
  margin: 0 auto;
  max-width: var(--width-1200);
}
.page-alldrive .p-alldrive-main {
  margin: 85px 0 0;
  padding: 20px 20px 70px;
  border: 1px solid #b0b0b0;
}
.page-alldrive .p-alldrive-sec {
  margin: 60px auto 0;
  max-width: 730px;
}
/* .page-alldrive .p-alldrive-leadImg {} */
.page-alldrive .p-alldrive-secWrap {
  margin: 40px 0 0;
  padding: 0 20px 20px;
  background-color: #eee;
}
.page-alldrive .p-alldrive-secWrap.u-pb0 {
  padding-bottom: 0;
}
.page-alldrive .p-alldrive-secWrap .p-alldrive-h2 {
  margin: 0 -20px;
}
.page-alldrive .p-alldrive-leadTxt {
  margin-top: 20px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  color: #414040;
}
.page-alldrive .p-alldrive-aboutLyt {
  margin: 30px 0 0;
  display: flex;
  gap: 30px;
}
.page-alldrive .p-alldrive-aboutLyt-item {
  display: flex;
  border-radius: 7px;
  background-color: #fff;
  position: relative;
}
.page-alldrive .p-alldrive-aboutLyt-item + .p-alldrive-aboutLyt-item::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -36px;
  width: 42px;
  height: 42px;
  background: url(../img/icon_arrow.png) no-repeat center / contain;
  transform: translateY(-50%) rotate(270deg);
}
.page-alldrive .p-alldrive-aboutLyt-img {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  text-align: center;
  border-right: 1px solid #f5f4f4;
  border-radius: 7px 0 0 7px;
  background-color: #fcfbfb;
}
.page-alldrive .p-alldrive-aboutLyt-detail {
  flex: 1;
  padding: 20px 15px;
}
.page-alldrive .p-alldrive-aboutLyt-detail dt {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
}
.page-alldrive .p-alldrive-aboutLyt-detail dt em {
  font-size: 1.6rem;
  font-style: normal;
  color: #fe7e00;
}
.page-alldrive .p-alldrive-aboutLyt-detail dt img {
  position: absolute;
  top: -55px;
  right: -20px;
}
.page-alldrive .p-alldrive-aboutLyt-detail dd {
  margin-top: 10px;
  padding-top: 5px;
  font-size: 1.3rem;
  border-top: 1px dotted #000;
}
.page-alldrive .p-alldrive-effectImg {
  margin-top: 20px;
}
.page-alldrive .p-alldrive-effectTxt {
  margin-top: 10px;
  padding: 20px;
  font-size: 1.3rem;
  letter-spacing: .07em;
  background-color: #fff;
}
.page-alldrive .p-alldrive-effectTxt b {
  color: #f00;
  font-weight: normal;
}
.page-alldrive .p-alldrive-effectImg2 {
  margin: 20px -20px 0;
  padding: 20px;
  border: 1px solid #eee;
  background-color: #fff;
}
.page-alldrive .p-alldrive-secNote {
  margin: 35px 0 0;
}
.page-alldrive .p-alldrive-hdgNote {
  padding: 0 0 3px 8px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .05em;
  border-left: 5px solid #788797;
  border-bottom: 1px dotted #000;
}
.page-alldrive .p-alldrive-listNote {
  margin: 20px 0 0;
  padding-left: 10px;
}
.page-alldrive .p-alldrive-listNote li {
  margin-left: 1em;
  font-size: 1.3rem;
  text-indent: -1em;
}
.page-alldrive .p-alldrive-listNote li + li {
  margin-top: 15px;
}
@media screen and (max-width:740px) {
  .page-alldrive .p-alldrive-main {
    margin: 30px 0 0;
    padding: 0 15px;
    border: none;
  }
  .page-alldrive .p-alldrive-sec {
    margin: 30px auto 0;
  }
  /* .page-alldrive .p-alldrive-leadImg {} */
  .page-alldrive .p-alldrive-secWrap {
    margin: 15px 0 0;
    padding: 0 10px 15px;
  }
  .page-alldrive .p-alldrive-secWrap.u-pb0 {
    padding-bottom: 15px;
  }
  .page-alldrive .p-alldrive-secWrap .p-alldrive-h2 {
    margin: 0 -10px;
  }
  .page-alldrive .p-alldrive-leadTxt {
    margin-top: 10px;
    font-size: clamp(1.2rem, calc(14 / 375 * 100vw), 1.6rem);
    color: #000;
  }
  .page-alldrive .p-alldrive-aboutLyt {
    margin: 10px 0 0;
    display: block;
  }
  .page-alldrive .p-alldrive-aboutLyt-item {
    border-radius: 0;
  }
  .page-alldrive .p-alldrive-aboutLyt-item + .p-alldrive-aboutLyt-item {
    margin-top: 10px;
  }
  .page-alldrive .p-alldrive-aboutLyt-item + .p-alldrive-aboutLyt-item::before {
    top: -5px;
    left: 50%;
    width: 21px;
    height: 21px;
    transform: translate(0, -50%) rotate(0deg);
  }
  .page-alldrive .p-alldrive-aboutLyt-img {
    padding: 5px 0;
    width: 40px;
    border-radius: 0;
  }
  .page-alldrive .p-alldrive-aboutLyt-img img {
    width: auto;
    height: 66px;
  }
  .page-alldrive .p-alldrive-aboutLyt-detail {
    padding: 10px;
  }
  .page-alldrive .p-alldrive-aboutLyt-detail dt {
    font-weight: normal;
  }
  .page-alldrive .p-alldrive-aboutLyt-detail dt,
  .page-alldrive .p-alldrive-aboutLyt-detail dt em {
    font-size: clamp(1rem, calc(12 / 375 * 100vw), 1.4rem);
  }
  .page-alldrive .p-alldrive-aboutLyt-detail dt img {
    top: -14px;
    right: -14px;
    width: 43.5px;
  }
  .page-alldrive .p-alldrive-aboutLyt-detail dd {
    margin-top: 5px;
    font-size: clamp(1rem, calc(12 / 375 * 100vw), 1.4rem);
  }
  .page-alldrive .p-alldrive-effectImg {
    margin-top: 10px;
  }
  .page-alldrive .p-alldrive-effectTxt {
    padding: 10px;
    font-size: clamp(1rem, calc(12 / 375 * 100vw), 1.4rem);
  }
  .page-alldrive .p-alldrive-effectImg2 {
    margin: 10px 0 0;
    padding: 0;
    border: none;
    background: none;
  }
  .page-alldrive .p-alldrive-secNote {
    margin: 20px 0 0;
  }
  .page-alldrive .p-alldrive-hdgNote {
    padding: 0 0 3px;
    font-size: clamp(1rem, calc(12 / 375 * 100vw), 1.4rem);
    font-weight: 700;
    text-align: center;
    border-left: none;
    border-bottom: double 5px #e5e5e5;
  }
  .page-alldrive .p-alldrive-listNote {
    margin: 10px 0 0;
    padding-left: 0;
  }
  .page-alldrive .p-alldrive-listNote li {
    font-size: clamp(1rem, calc(12 / 375 * 100vw), 1.4rem);
  }
  .page-alldrive .p-alldrive-listNote li + li {
    margin-top: 5px;
  }
}