.f17 {
  font-size: 17px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}

.f32 {
  line-height: 1.7 !important;
}

.under p {
  line-height: 2;
}

.price-intro_ttl {
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 50px;
  text-align: center;
}

.price-intro_blue {
  background: #3872af;
  color: #fff;
  border-radius: 10px;
  max-width: 800px;
  margin: 0 auto 50px;
  padding: 25px;
  width: 100%;
}

.price-intro_blue-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price-intro_blue-ttl {
  border: 1px solid #fff;
  border-radius: 10px;
  font-size: 24px;
  margin-right: 30px;
  padding: 25px;
  width: 30%;
  text-align: center;
  line-height: 1.3 !important;
}
.price-intro_blue-ttl span {
  display: block;
  font-size: 120%;
  font-weight: 600;
}

.price-intro_blue-cont {
  width: 70%;
}
.price-intro_blue-cont .f21 {
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.4;
}

.price-intro_white {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto 60px;
  max-width: 1100px;
  position: relative;
}
.price-intro_white:after {
  position: absolute;
  content: "+";
  font-size: 40px;
  right: 47.75%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.price-intro_white-wrap {
  border: 1px solid #3c9cff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 4% 5%;
  position: relative;
  justify-content: space-evenly;
  width: 47%;
}
.price-intro_white-wrap img {
  width: 100px;
}
.price-intro_white-wrap .cont {
  text-align: center;
}

.price-intro_list li:first-child {
  border-bottom: 1px solid #3b9cff;
  margin-bottom: 60px;
  padding-bottom: 60px;
}
.price-intro_list li .f32 {
  margin-bottom: 20px;
}

.price-intro_list-wrap {
  display: flex;
  justify-content: space-between;
}

.price-intro_list-wrap-d {
  margin-right: 5%;
  width: 65%;
}

p.sum {
  margin-bottom: 20px;
}

.sum {
  margin-bottom: 20px;
}
.sum span {
  background: #f5f5f5;
  border-radius: 5px;
  font-size: 16px;
  line-height: 20px;
  padding: 0 15px;
}

.price-intro_list-wrap-p01 {
  display: flex;
  width: 30%;
  justify-content: flex-end;
  align-items: center;
}

.price-intro_list-wrap-p01 .price,
.price-intro_list-wrap-p02 .price {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  font-weight: 600;
  color: #3c9cff;
}
.price-intro_list-wrap-p01 .price .en,
.price-intro_list-wrap-p02 .price .en {
  font-size: 34px;
}
.price-intro_list-wrap-p01 .tax,
.price-intro_list-wrap-p02 .tax {
  font-size: 15px;
}
.price-intro_list-wrap-p01 .tax .en,
.price-intro_list-wrap-p02 .tax .en {
  font-size: 20px;
}

.price-intro_list-wrap-p02 .crossed {
  color: #a5a9ad;
  font-size: 15px;
  display: inline-block;
  position: relative;
}
.price-intro_list-wrap-p02 .crossed .en {
  font-size: 20px;
}
.price-intro_list-wrap-p02 .crossed:after {
  content: "";
  position: absolute;
  background: #3b9cff;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
}
.price-intro_list-wrap-p02 .price .arrow {
  font-size: 18px;
}

ul.sum {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
ul.sum li {
  margin-right: 30px;
  position: relative;
}
ul.sum li:first-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
ul.sum li:last-child {
  margin-right: 0;
}
ul.sum li:after {
  position: absolute;
  content: "+";
  font-size: 18px;
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
}
ul.sum li:last-child:after {
  content: "";
}

.blue-box {
  margin-top: 20px;
}

.camp {
  background: #3b9cff;
  border-radius: 15px;
  color: #fff;
  padding: 20px 25px;
  text-align: center;
}
.camp .note {
  display: inline-block;
  font-size: 12px;
  text-align: center;
}

.price-intro_comp {
  display: flex;
  align-items: top;
  justify-content: space-between;
  margin: 50px 0 80px;
}

.price-intro_comp-wrap {
  background: #f5fafd;
  border-radius: 10px;
  padding: 50px;
  width: 49%;
}
.price-intro_comp-wrap .comp-ttl {
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 15px;
  position: relative;
}
.price-intro_comp-wrap .comp-ttl:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background: #3b9cff;
  border-radius: 3px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.price-intro_comp-wrap .f22 {
  color: #2468ae;
  font-weight: 500;
}

.comp-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.comp-flex .img {
  width: 170px;
}
.comp-flex .price {
  width: calc(95% - 170px);
}
.comp-flex .price .name {
  font-size: 24px;
  margin-bottom: 5px;
  line-height: 1.4;
  font-weight: 500;
}
.comp-flex .price .crossed {
  color: #a5a9ad;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  font-size: 15px;
  font-weight: 500;
}
.comp-flex .price .crossed .en {
  font-size: 20px;
}
.comp-flex .price .crossed:after {
  content: "";
  position: absolute;
  background: #3b9cff;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 47%;
  transform: translate(-50%, -50%);
}
.comp-flex .price .f14 {
  margin-top: 15px;
}

.current {
  display: flex;
  align-items: center;
  color: #3b9cff;
  font-weight: 600;
}
.current .arrow {
  color: #444c55;
  font-size: 18px;
  margin-right: 15px;
}
.current .rel {
  font-size: 15px;
  position: relative;
  padding-bottom: 14px;
  width: 145px;
}
.current .rel .en {
  font-size: 32px;
}
.current .rel .small {
  font-size: 14px;
  position: absolute;
  width: 100%;
}
.current .rel .small .en {
  font-size: 16px;
}

.dark-blue {
  color: #2468ae;
  font-weight: 500;
}

.white-info {
  background: #fff;
  border-radius: 10px;
  margin-top: 30px;
  padding: 30px 25px;
}
.white-info .f18 {
  display: flex;
  align-items: center;
}
.white-info .f18 .fc-vivit-blue {
  font-weight: 500;
  margin-left: 10px;
  margin-top: 4px;
}
.white-info .f15 {
  margin-bottom: 20px;
}

.white-box_flex-ttl .f21 {
  font-size: 18px;
}

.price-option {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 70px 5%;
  margin-bottom: 120px;
}

.price-option_ttl {
  margin-bottom: 50px;
}
.price-option_ttl .f32 {
  margin-bottom: 25px;
  font-weight: 600;
  text-align: center;
}
.price-option_ttl .f15 {
  text-align: center;
}

.white-box {
  background: #fff;
  border-radius: 10px;
  margin-top: 30px;
  padding: 45px 35px;
}

.white-box_flex {
  display: flex;
  justify-content: space-between;
}

.white-box_flex-ttl {
  width: 30%;
}
.white-box_flex-ttl .f21 {
  font-weight: 600;
  margin-bottom: 20px;
}

.white-box_flex-list {
  width: 65%;
}
.white-box_flex-list li {
  border-bottom: 1px dotted #e3e3e3;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.white-box_flex-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.each {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.each .each-item {
  font-size: 18px;
  font-weight: 600;
}
.each .each-price {
  font-size: 13px;
}
.each .each-price .en {
  font-size: 16px !important;
}

.price-payment {
  background: url(../img/price/bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0 120px;
}

.price-option_ttl {
  margin-bottom: 80px;
  text-align: center;
}

.price-payment-op {
  display: flex;
  justify-content: space-between;
}
.price-payment-op .op {
  margin-bottom: 60px;
  width: 49%;
}

.op i {
  color: #3c9cff;
  font-size: 24px;
  font-weight: 500;
  margin-right: 15px;
}
.op i img {
  margin-top: 20px;
}

.op-wrap .f24 {
  display: flex;
  align-items: center;
}

.op-table {
  margin-top: 30px;
}
.op-table table {
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 10px;
  border: 1px solid #3c9cff;
  width: 100%;
}
.op-table th {
  background: #3c9cff;
  color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 20px 5%;
  text-align: center;
}
.op-table td {
  background: #fff;
  border: 1px solid #3c9cff;
  border-radius: 0 0 10px 10px;
  padding: 40px 5%;
  text-align: center;
}
.op-table td .case {
  margin-bottom: 20px;
}
.op-table td .case .en {
  font-size: 20px;
}
.op-table td .times {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1;
}
.op-table td .times .en {
  font-size: 40px;
}
.op-table td .monthly {
  font-weight: 600;
}

.white-box-last {
  background: #fff;
  border-radius: 10px;
  padding: 60px 5%;
}

.white-box_intro {
  margin-bottom: 50px;
}
.white-box_intro .f20 {
  font-weight: 500;
  text-align: center;
}
.white-box_intro .f32 {
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
}

.calc {
  font-weight: 500;
  margin-bottom: 35px;
}
.calc span {
  background-color: #e0f0fd;
  border-radius: 5px;
  color: #2468ae;
  line-height: 24px;
  padding: 5px 10px;
}

.calc-flex {
  display: flex;
  justify-content: space-between;
}

.cfw-l {
  width: 55%;
}

.cfw-r {
  width: 40%;
}

.calc-tbl {
  margin-bottom: 10px;
}
.calc-tbl table {
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 10px;
  border: 1px solid #3c9cff;
  width: 100%;
}
.calc-tbl table tr {
  border: 1px solid #3b9cff;
}
.calc-tbl table tr th {
  background: #c3e1fa;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
  text-align: center;
}
.calc-tbl table tr th:first-child {
  border-radius: 10px 0 0 0;
  border-right: 1px solid #3b9cff;
}
.calc-tbl table tr th:last-child {
  border-radius: 0 10px 0 0;
}
.calc-tbl table tr td {
  border-top: 1px solid #3b9cff;
  text-align: center;
  padding: 10px 5%;
}
.calc-tbl table tr td:nth-child(odd) {
  border-right: 1px solid #3b9cff;
}

@media (max-width: 1200px) {
  .f24 {
    font-size: 1.8rem;
  }
  .f32 {
    font-size: 2.4rem;
  }
  .price-intro_ttl {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .price-intro_comp-wrap .comp-ttl {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 5px;
    position: relative;
  }
  .price-intro_blue-ttl {
    font-size: 20px;
  }
  .price-intro_white {
    max-width: 920px;
  }
  .price-intro_white:after {
    font-size: 32px;
  }
  .price-intro_white-wrap {
    padding: 4% 3%;
  }
  .price-intro_white-wrap img {
    width: 80px;
  }
  .white-info .f18 {
    line-height: 1.4;
  }
  .white-info .f15 {
    margin-bottom: 10px;
  }
  .comp-flex .price .name {
    font-size: 18px;
  }
  .comp-flex .price .crossed {
    font-size: 14px;
  }
  .comp-flex .price .crossed .en {
    font-size: 17px;
  }
  .current {
    font-size: 15px;
  }
  .current .rel {
    width: 119px;
    text-align: center;
  }
  .current .rel .en {
    font-size: 26px;
  }
  .current .rel .small {
    font-size: 11px;
  }
  .current .rel .small .en {
    font-size: 14px;
  }
  .price-option_ttl {
    margin-bottom: 50px;
  }
  .price-option_ttl .f32 {
    margin-bottom: 15px;
  }
  .op-table td {
    padding: 20px 5%;
  }
  .op-table td .times {
    font-size: 20px;
  }
  .calc-tbl table {
    font-size: 13px;
  }
}
@media (max-width: 1010px) {
  .price-intro_list-wrap-d {
    margin-right: 0;
    width: 60%;
  }
  .price-intro_list-wrap-p01,
  .price-intro_list-wrap-p02 {
    text-align: right;
    width: 40%;
  }
  .price-intro_list-wrap-p01 .price,
  .price-intro_list-wrap-p02 .price {
    font-size: 20px;
  }
  .price-intro_list-wrap-p01 .price .en,
  .price-intro_list-wrap-p02 .price .en {
    font-size: 28px;
  }
  .price-intro_list-wrap-p01 .tax,
  .price-intro_list-wrap-p02 .tax {
    font-size: 12px;
  }
  p.sum {
    margin-bottom: 12px;
  }
  .sum {
    font-size: 13px;
    padding: 3px 10px 0;
  }
  .price-intro_comp {
    display: block;
  }
  .price-intro_comp .price-intro_comp-wrap {
    padding: 5%;
    width: 100%;
  }
  .price-intro_comp .price-intro_comp-wrap:first-child {
    margin-bottom: 30px;
  }
  .white-box_flex {
    display: block;
  }
  .white-box_flex-ttl {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    border-bottom: 1px solid var(--vivit-blue);
    padding-bottom: 40px;
  }
  .white-box_flex-ttl .f21 {
    margin-bottom: 10px;
  }
  .white-box_flex-list {
    width: 94%;
    margin: 0 auto;
  }
  .each {
    margin-bottom: 10px;
  }
}
@media (max-width: 834px) {
  .f32 {
    font-size: 1.8rem;
    line-height: 1.7;
  }
  .price-intro_white-wrap .cont {
    text-align: left;
  }
  .price-intro_ttl {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .each {
    display: block;
    margin-bottom: 20px;
  }
  .each .f14 {
    font-size: 12px;
    opacity: 0.8;
  }
  .price-payment-op {
    display: block;
  }
  .price-payment-op .op {
    margin-bottom: 30px;
    width: 100%;
  }
  .price-payment-op .op .op-wrap {
    margin-bottom: 30px;
  }
  .white-box_intro .f20 {
    font-size: 16px;
  }
  .calc {
    margin-bottom: 30px;
  }
  .calc-flex {
    display: block;
  }
  .calc-flex_wrap-img {
    max-width: 500px;
  }
  .calc-flex_wrap-img p {
    width: 500px;
  }
  .cfw-l {
    width: 100%;
    margin-bottom: 30px;
  }
  .cfw-r {
    width: 100%;
  }
  .price-payment {
    padding: 80px 0;
  }
}
@media (max-width: 499px) {
  .price-intro_blue-flex {
    display: block;
  }
  .price-intro_blue-ttl {
    font-size: 15px;
    width: 70%;
    margin: 0 auto 20px;
  }
  .price-intro_blue-cont {
    width: 100%;
  }
  .price-intro_white {
    display: block;
  }
  .price-intro_white:after {
    right: 45%;
  }
  .price-intro_white-wrap {
    padding: 4% 11%;
    justify-content: start;
    margin-bottom: 50px;
    width: 100%;
  }
  .price-intro_white-wrap img {
    width: 80px;
    margin-right: 15px;
  }
  .price-intro_list-wrap {
    display: block;
  }
  .price-intro_list-wrap-d {
    width: 100%;
    margin-bottom: 20px;
  }
  .price-intro_list-wrap-p01,
  .price-intro_list-wrap-p02 {
    width: 100%;
    text-align: right;
  }
  .price-intro_list li {
    width: 100%;
  }
  .price-intro_list li:first-child {
    margin-bottom: 50px;
    padding-bottom: 30px;
  }
  .sum span {
    font-size: 13px;
  }
  ul.sum {
    flex-wrap: wrap;
  }
  ul.sum li {
    margin-top: 5px;
    display: grid;
    text-align: center;
    width: 40%;
  }
  .price-intro_comp {
    margin: 50px 0 50px;
  }
  .price-intro_comp .price-intro_comp-wrap {
    padding: 10% 5%;
  }
  .price-option {
    padding: 8% 5%;
    margin-bottom: 80px;
  }
  .comp-flex .img {
    width: 100px;
  }
  .comp-flex .price {
    width: calc(95% - 100px);
  }
  .price-option_ttl {
    margin-bottom: 20px;
  }
  .white-box {
    padding: 7% 5%;
  }
  .white-box_flex-ttl {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .white-box_flex-ttl .f15 {
    text-align: left;
  }
  .each {
    margin-bottom: 20px;
  }
  .op-wrap .f24 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .op i {
    margin-right: 5px;
  }
  .price-payment-op .op .op-wrap {
    margin-bottom: 10px;
  }
  .comp-flex .price .name {
    font-size: 16px;
  }
  .current {
    font-size: 10px;
  }
  .current .arrow {
    font-size: 15px;
    margin-right: 5px;
  }
  .current .rel .en {
    font-size: 22px;
  }
}/*# sourceMappingURL=price.css.map */