@font-face {
  font-family: "NotoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "NotoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "NotoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
}
@media screen and (min-width: 961px) {
  .price-section {
    padding: 60px 0 120px;
  }
}
@media screen and (max-width: 960px) {
  .price-section {
    padding: 30px 0 80px;
  }
}

.price-section__inner {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.price-section__box {
  background-color: #fff;
}
@media screen and (min-width: 961px) {
  .price-section__box {
    margin-top: 50px;
    padding: 45px 60px;
  }
}
@media screen and (max-width: 960px) {
  .price-section__box {
    margin-top: 15px;
    padding: 30px 20px 30px;
  }
}

.price-section__title {
  text-align: center;
  color: #fff;
  background-color: #0F347F;
  letter-spacing: 0.001em;
  line-height: 1;
  font-weight: 700;
  padding: 5px 0 6px;
}
@media screen and (min-width: 961px) {
  .price-section__title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 960px) {
  .price-section__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.price-flex__Wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .price-flex__Wrap {
    display: block;
    max-width: 600px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 961px) {
  .price-flex__box {
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 960px) {
  .price-flex__box {
    width: 100%;
  }
}

.price-flex__topText {
  color: #0F347F;
  display: block;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 961px) {
  .price-flex__topText {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  .price-flex__topText {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.price-flex__table {
  width: 100%;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
  margin-bottom: 20px;
}
.price-flex__table th, .price-flex__table td {
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
  vertical-align: middle;
  text-align: center;
  font-weight: 400;
  width: 50%;
}
@media screen and (min-width: 961px) {
  .price-flex__table th, .price-flex__table td {
    font-size: 18px;
    padding: 12px;
  }
}
@media screen and (max-width: 960px) {
  .price-flex__table th, .price-flex__table td {
    font-size: 15px;
    padding: 10px;
  }
}
.price-flex__table th {
  background-color: #F1F4F8;
}
.price-flex__table td p {
  display: inline-block;
  position: relative;
}
.price-flex__table td p span {
  position: absolute;
  right: -30px;
  top: -5px;
}
@media screen and (min-width: 961px) {
  .price-flex__table td p span {
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  .price-flex__table td p span {
    font-size: 12px;
  }
}

.price-flex__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #0F347F;
  margin-bottom: 30px;
}
.price-flex__bottom span {
  width: 50%;
  text-align: center;
  font-weight: 500px;
  padding-bottom: 10px;
}
.price-flex__bottom span.total {
  color: #0F347F;
}
@media screen and (min-width: 961px) {
  .price-flex__bottom span {
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .price-flex__bottom span {
    font-size: 18px;
  }
}

.price-section__bottomText {
  font-weight: 400;
  line-height: 1.86;
  position: relative;
}
@media screen and (min-width: 961px) {
  .price-section__bottomText {
    font-size: 14px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 960px) {
  .price-section__bottomText {
    font-size: 12px;
    padding-left: 36px;
    max-width: 600px;
    margin: 0 auto;
  }
}
.price-section__bottomText span {
  position: absolute;
  left: 0;
  top: 0;
}