@charset "UTF-8";
/* iPhone・iPad・アンドロイド製品／au Certified 共通仕様 */
/* 機種代金 */
.section-program .model-price {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.section-program .model-price .price {
  padding-left: 1em;
  font-size: 30px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .section-program .model-price .price {
    font-size: 24px;
  }
}
.section-program .model-price .price .unit {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .section-program .model-price .price .unit {
    font-size: 18px;
  }
}

/* auのおトクをチェック・オレンジ枠エリア */
.section-program .program-contents {
  margin: 67px auto 0 auto;
  padding: 60px 100px;
  width: 720px;
  border: 3px solid #eb5505;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-program .program-contents {
    padding: 55px 23px 60px;
    width: 100%;
    margin: 57px auto 0 auto;
  }
}
.section-program .program-contents::before {
  content: "";
  width: 80px;
  height: 56px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
}
.section-program .program-contents::after {
  content: "";
  width: 40px;
  height: 56px;
  background: url(https://kddi-h.assetsadobe3.com/is/image/content/dam/au-com/common/ols/images/icon_program-arrow.png?scl=1&amp;fmt=png-alpha) center center no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
}
.section-program .program-contents .title-contents {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-program .program-contents .title-contents {
    font-size: 20px;
  }
}

/* プログラム詳細 */
.section-program .program {
  margin: 40px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-program .program {
    margin: 30px 0 0 0;
  }
}
.section-program .program .catchArea {
  position: relative;
}
.section-program .program .catchArea::before {
  content: "";
  width: 100%;
  height: 50%;
  border: 1px solid #d1d1d1;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}
.section-program .program .catchArea .catch {
  padding: 10px 40px;
  max-width: 400px;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  border-radius: 50vw;
  display: inline-block;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .section-program .program .catchArea .catch {
    max-width: 260px;
  }
}
.section-program .program .catchArea + .program-inner {
  border-top: none;
  border-radius: 0 0 5px 5px;
}
.section-program .program .program-inner {
  padding: 30px 60px 30px;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .section-program .program .program-inner {
    padding: 30px 20px 30px;
  }
}
.section-program .program .title-program {
  margin: 0 auto 20px auto;
  padding: 0 0 0 50px;
  font-size: 18px;
  text-align: left;
  display: inline-block;
  position: relative;
}
.section-program .program .title-program::before {
  content: "";
  width: 36px;
  height: 38px;
  background: url(https://kddi-h.assetsadobe3.com/is/image/content/dam/au-com/common/ols/images/icon_program-title.png?scl=1&amp;fmt=png-alpha) center center no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.section-program .program .title-program_no-icon {
  margin: 0 auto 20px auto;
  font-size: 18px;
}
.section-program .program .text-brden-amount {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .section-program .program .text-brden-amount {
    font-size: 14px;
  }
}
.section-program .program .text-amount-price {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  color: #eb5505;
}
@media screen and (max-width: 767px) {
  .section-program .program .text-amount-price {
    margin: 0;
    padding: 0;
    font-size: 20px;
  }
}
.section-program .program .text-amount-price strong {
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  .section-program .program .text-amount-price strong {
    font-size: 36px;
  }
}
.section-program .program .text-amount-price .text-prefix {
  padding-right: 3px;
  font-size: 16px;
  font-weight: normal;
  color: #333;
}
@media screen and (max-width: 767px) {
  .section-program .program .text-amount-price .text-prefix {
    font-size: 14px;
  }
}
.section-program .program .text-amount-price .text-suffix {
  font-size: 18px;
  font-weight: normal;
  color: #333;
}
@media screen and (max-width: 767px) {
  .section-program .program .text-amount-price .text-suffix {
    font-size: 16px;
  }
}
.section-program .program .text-amount-price.--border-none {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.section-program .program .text-price-last {
  margin: 5px 0 0 0;
  font-size: 14px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .section-program .program .text-price-last {
    font-size: 12px;
  }
}
.section-program .program .--brd-btm-line {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px dashed #d1d1d1;
}
@media screen and (max-width: 767px) {
  .section-program .program .--brd-btm-line {
    margin: 0 0 14px 0;
    padding: 0 0 14px 0;
  }
}
.section-program .program .price-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .section-program .program .price-detail {
    font-size: 14px;
  }
}
.section-program .program .price-detail .title {
  width: 35%;
  text-align: left;
}
.section-program .program .price-detail .price {
  width: 65%;
  text-align: right;
}
.section-program .program .price-detail .price .text-price {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .section-program .program .price-detail .price .text-price {
    font-size: 20px;
  }
}
.section-program .program .price-detail .price .text-prefix {
  padding: 0 0.8em 0 0;
}
.section-program .program .price-detail .price.payment-2nd {
  width: 100%;
}
.section-program .program .price-detail .price.payment-2nd .text-prefix {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .section-program .program .price-detail + .--same-amount .title {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section-program .program .price-detail + .--same-amount .price {
    width: 100%;
  }
}

/* OLSステータス */
.stockArea #stockText {
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 18px;
}

@media (max-width: 767px) {
  .stockArea #stockText {
    font-size: 16px;
  }
}/*# sourceMappingURL=price.css.map */