@charset "UTF-8";
li {
  list-style-type: none;
}

@media screen and (min-width: 769px) {
  .view--pc {
    display: block;
  }
  .view--sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .view--pc {
    display: none;
  }
  .view--sp {
    display: block;
  }
}
.page .option__section {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .page .option__section {
    margin-bottom: 20.8vw;
  }
}
.page .option__section:last-child {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .page .option__section:last-child {
    margin-bottom: 11.7vw;
  }
}
.page .option__heading {
  position: relative;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .page .option__heading {
    margin: 0 auto 5.2vw;
  }
}
.page .option__heading:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.page .option__heading span {
  position: relative;
  z-index: 10;
  background: #fff;
  font-weight: bold;
  font-size: 24px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .page .option__heading span {
    font-size: 4.9vw;
    padding: 0 3.9vw;
  }
}
.page .option__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .page .option__list {
    display: block;
    margin: 0 0 5.2vw;
  }
}
.page .option__item {
  width: calc(33.3333333333% - 20px);
  background: #EAEAEA;
  padding: 24px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page .option__item {
    width: 100%;
    padding: 6.3vw;
    margin: 0 0 5.2vw;
  }
}
.page .option__item p {
  line-height: 1.5;
}
.page .option__item__box {
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .page .option__item__box {
    margin: 0 0 5.2vw;
  }
}
.page .option__item__box:last-child {
  margin-bottom: 0;
}
.page .option__item__row .option__item__rowItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page .option__item__row .option__item__rowItem {
    margin-bottom: 2.6vw;
  }
}
.page .option__item__row .option__item__rowItem:last-child {
  margin-bottom: 0;
}
.page .option__item__row .option__item__img {
  width: 45.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .page .option__item__row .option__item__img {
    margin-right: 2.6vw;
  }
}
.page .option__item__row .option__item__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .page .option__item__row .option__item__text {
    font-size: 4.2vw;
  }
}
.page .option__item__head {
  margin: 0 auto 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .option__item__head {
    margin: 0 0 2.6vw;
  }
}
.page .option__title {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .option__title {
    font-size: 4.9vw;
  }
}
.page .option__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .page .option__price {
    font-size: 5.2vw;
  }
}
.page .option__price b {
  display: inline-block;
  font-weight: bold;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .page .option__price b {
    margin-right: 3.9vw;
  }
}
.page .option__total {
  text-align: center;
}
.page .option__total .option__total__title {
  font-weight: bold;
  font-size: 24px;
  color: #6A90B2;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .page .option__total .option__total__title {
    font-size: 4.9vw;
  }
}
.page .option__total .option__total__title small {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  .page .option__total .option__total__title small {
    font-size: 4.2vw;
    margin: 2.6vw 0;
  }
}
.page .option__total .option__total__price:before {
  content: "↓";
  display: block;
  text-align: center;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  .page .option__total .option__total__price:before {
    font-size: 6.3vw;
    margin: 2.6vw 0;
  }
}
.page .option__total .option__total__price {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
  .page .option__total .option__total__price {
    font-size: 8.3vw;
  }
}
.page .option__section--full .option__item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .option__section--full .option__item {
    margin-bottom: 12.2vw;
  }
}
.page .option__section--full .option__item:after {
  content: "+";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% + 5px);
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .option__section--full .option__item:after {
    top: calc(100% + 5px);
    bottom: auto;
    left: 0;
    right: 0;
    font-size: 7.8vw;
  }
}
.page .option__section--full .option__item:last-child:after {
  content: none;
}