@charset "utf-8";

/* section pt */
.section-pt-80 {
  padding: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .section-pt-80 {
    padding: 40px 0 0;
  }
}

/* bg-gray */
.option-area-bg {
  padding: 64px 0;
}
.option-area-bg + .container {
  margin-top: 80px;
}
.label-frame-blue {
  padding: 2px 20px;
  color: #0085cd;
  border: 1px solid #0085cd;
  background-color: #fff;
}
.pb-80-area .content-sm + .content-sm {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .h2-container-outside {
    margin: 0 24px 32px;
  }
  .option-area-bg {
    padding: 32px 0;
  }
  .option-area-bg + .container {
    margin-top: 40px;
  }
  .pb-80-area .content-sm + .content-sm {
    padding-top: 40px;
  }
}

/* Netflixセット */
.netflix-set-block {
  display: flex;
 justify-content:flex-end;
}
.netflix-set-box {
  padding: 16px 0;
  width: 160px;
  height: 150px;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
}
.netflix-set-box p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}
.dec-red-plus {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 4px;
}
.option-price-box {
  display: block;
  text-align: center;
}
.option-price-text {
  display: inline-block;
  text-align: left;
}
.option-price-slash {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  color: #D9161B;
}
.option-price-slash::before,
.option-price-slash::after {
  position: absolute;
  top: 5px;
  bottom: 0;
  content: "";
  display: inline-block;
  width: 0px;
  height: 20px;
  border-left: 2px solid #D9161B;
  margin: auto;
}
.option-price-slash::before {
  left: 0;
  transform: rotate(-38deg);
}
.option-price-slash::after {
  right: 0;
  transform: rotate(38deg);
}
.option-price-maintext {
  font-size: 20px;
  line-height: 1;
}
.option-price-box .dec-red-triangle {
  position: relative;
  padding-left: 40px;
}
.option-price-box .dec-red-triangle::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 16px;
  top: 18px;
  border-left: 14px solid #D9161B;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
@media screen and (max-width: 767px) {
  .netflix-set-block {
   justify-content:center;
  }
  .netflix-set-box {
    width: 150px;
    height: 140px;
  }
  .netflix-set-box p {
    font-size: 14px;
  }
}
@media screen and (max-width: 390px) {
  .option-price-subtext {
    font-size: 14px;
  }
}
@media screen and (max-width: 378px) {
  .option-price-box .option-price-maintext {
    font-size: 18px;
  }
  .option-price-box .dec-red-triangle {
    padding-left: 34px;
  }
  .option-price-box .dec-red-triangle::before {
    left: 12px;
  }
}

/* 装飾（三角形の矢印） */
.dec-red-triangle-mini {
  position: relative;
  padding-right: 22px;
}
.dec-red-triangle-mini::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 6px;
  right: 0;
  border-left: 14px solid #D9161B;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

