@charset "UTF-8";
.price1 {
  margin: 70px 0 0 0;
}

.price_wrap {
  margin: 50px 0 0 0;
}
.price_wrap h3 {
  font-size: 2.4rem;
  font-weight: 700;
}
.price_wrap h3 i {
  display: inline-block;
  background: linear-gradient(transparent 60%, #A2D9F8 40%);
}
@media all and (max-width: 767px) {
  .price_wrap {
    margin: 20px 0 0 0;
  }
  .price_wrap h3 {
    font-size: 2rem;
  }
}

.price_bx {
  margin: 0 0 0 30px;
  padding: 50px 0 0 0;
}
.price_bx h4 {
  position: relative;
  padding-left: 30px;
  box-sizing: border-box;
  line-height: 1;
  font-size: 2rem;
  font-weight: 700;
}
.price_bx h4:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 14px;
  height: 3px;
  background: #333;
}
.price_bx h5 {
  margin: 20px 0;
}
.price_bx h5 i {
  display: inline-block;
  border-bottom: 1px dashed #707070;
  box-sizing: border-box;
}
.price_bx .tbl_v1 {
  width: 100%;
  padding-bottom: 60px;
  box-sizing: border-box;
  border-bottom: 1px solid #DDDDDD;
}
.price_bx .tbl_v1 table {
  width: 100%;
}
.price_bx .tbl_v1 th {
  width: 25%;
  color: white;
  background: #056EAC;
  padding: 15px 10px;
  box-sizing: border-box;
  text-align: center;
  border-right: 1px solid white;
}
.price_bx .tbl_v1 th:last-of-type {
  border-right: none;
}
.price_bx .tbl_v1 td {
  padding: 15px 20px;
  text-align: center;
  background: #EFF9FF;
  color: #333;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0;
  border-top: 1px solid white;
  border-right: 1px solid white;
}
.price_bx .tbl_v1 td:last-of-type {
  border-right: none;
}
.price_bx .tbl_v1 .d1 {
  color: white;
  font-size: 1.6rem;
  background: #1692DB;
  border-top: 1px solid white;
  border-right: 1px solid white;
}
.price_bx .tbl_v1 .tb2 i {
  display: block;
  line-height: 1;
  font-size: 1.5rem;
}
.price_bx .tbl_v1 .tb2 i em {
  font-size: 1.2rem;
}
.price_bx .tbl_v1 .tb2 em {
  font-style: normal;
  font-size: 1.5rem;
}
.price_bx .tbl_v1 .total {
  text-align: right;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 900;
}
.price_bx .tbl_v1 .total i {
  margin-top: 10px;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
}
.price_bx .tbl_v1 .total2 {
  text-align: left;
  font-size: 1.8rem;
}
.price_bx .one {
  margin-bottom: 70px;
}
.price_bx .mt20 {
  margin-top: 20px;
}
@media all and (max-width: 1280px) {
  .price_bx {
    margin: 0;
  }
  .price_bx .tbl_v1 td {
    font-size: 1.8rem;
  }
  .price_bx .tbl_v1 .total {
    font-size: 2rem;
  }
  .price_bx .tbl_v1 .total i {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 767px) {
  .price_bx {
    padding: 30px 0 0 0;
  }
  .price_bx h4 {
    padding-left: 20px;
    font-size: 1.6rem;
  }
  .price_bx h4:before {
    top: 8px;
    left: 0;
    width: 10px;
    height: 2px;
  }
  .price_bx h5 {
    font-size: 1.3rem;
    margin: 12px 0 20px 0;
  }
  .price_bx .tbl_v1 {
    padding-bottom: 30px;
  }
  .price_bx .tbl_v1 th {
    font-size: 1.2rem;
    width: 25%;
    padding: 10px 10px;
  }
  .price_bx .tbl_v1 th:nth-of-type(1) {
    width: 18%;
  }
  .price_bx .tbl_v1 th:last-of-type {
    border-right: none;
  }
  .price_bx .tbl_v1 td {
    padding: 11px 6px;
    font-size: 1.4rem;
  }
  .price_bx .tbl_v1 td:last-of-type {
    border-right: none;
  }
  .price_bx .tbl_v1 .d1 {
    font-size: 1.2rem;
  }
  .price_bx .tbl_v1 .tb2 i {
    transform: scale(0.9);
    font-size: 1rem;
    white-space: nowrap;
  }
  .price_bx .tbl_v1 .tb2 i em {
    font-size: 1rem;
  }
  .price_bx .tbl_v1 .tb2 em {
    font-size: 1rem;
  }
  .price_bx .tbl_v1 .total {
    font-size: 1.6rem;
  }
  .price_bx .tbl_v1 .total i {
    margin-top: 7px;
    font-size: 1rem;
    white-space: nowrap;
  }
  .price_bx .tbl_v1 .total2 {
    font-size: 1.1rem;
    font-weight: normal;
  }
  .price_bx .one {
    margin-bottom: 70px;
  }
}

.prb2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 50px;
  padding-bottom: 60px;
  box-sizing: border-box;
  border-bottom: 1px solid #DDDDDD;
}
.prb2 .price_bx .tbl_v1 {
  border-bottom: none;
  padding-bottom: 0;
}
.prb2 .price_bx:nth-of-type(2) {
  margin: 0;
}
@media all and (max-width: 1280px) {
  .prb2 {
    padding-bottom: 40px;
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.prb_l {
  border-bottom: none;
}
@media all and (max-width: 767px) {
  .prb_l .price_tbl {
    border-bottom: none;
  }
}

.atn {
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
  padding: 40px 30px;
  background: white;
}
.atn ul {
  margin-top: 30px;
}
.atn li {
  position: relative;
  padding-left: 15px;
  font-weight: normal;
}
.atn li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 767px) {
  .atn {
    padding: 20px;
  }
}

.price2 {
  margin: 120px 0 0 0;
}
.price2 .lead {
  margin: 40px 0 0 0;
}
.price2 .lead i {
  font-weight: bold;
}
.price2 .price_wrap {
  margin: 0;
}
.price2 .p2_pb td {
  text-align: right;
}
.price2 .p2_pb .d1 {
  text-align: left;
}
.price2 .p2_pb .d21 {
  padding-left: 68px;
  box-sizing: border-box;
}
.price2 .p2_pb .d22 {
  text-align: center;
  background: #034369;
}
.price2 .p2_pb h4 {
  margin-bottom: 20px;
}
.price2 .prb2l {
  border-bottom: none;
}
.price2 .atn {
  margin-top: 20px;
}
.price2 .atn .fb {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.price2 .atn li:before {
  content: "※";
}
@media all and (max-width: 767px) {
  .price2 {
    margin: 60px 0 0 0;
  }
  .price2 .lead {
    margin: 20px 0 0 0;
  }
  .price2 .p2_pb td {
    padding: 11px 12px;
  }
  .price2 .p2_pb .d21 {
    padding-left: 13px;
  }
  .price2 .p2_pb .tbl_v1 th:nth-of-type(1) {
    width: 21%;
  }
  .price2 .prb2l {
    border-bottom: none;
  }
  .price2 .atn {
    margin-top: 0;
  }
  .price2 .atn .fb {
    font-size: 1.8rem;
  }
}

.price3 {
  margin: 120px 0 0 0;
}
.price3 .price_bx {
  padding: 0;
}
.price3 .tbl3 {
  margin-top: 20px;
  padding-bottom: 0;
  max-width: 850px;
}
.price3 .tbl3 .d1 {
  text-align: left;
  vertical-align: top;
}
.price3 .tbl3 .d31 {
  width: 33%;
}
.price3 .tbl3 .d32 {
  width: 67%;
}
.price3 .totalw .inl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.price3 .totalw .inl:last-of-type {
  margin-bottom: 0;
}
.price3 .totalw .cap {
  font-weight: normal;
  font-size: 1.5rem;
}
.price3 .totalw .tt {
  text-align: right;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 900;
}
.price3 .totalw .tt i {
  margin-top: 10px;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
}
.price3 .cap2 {
  font-weight: normal;
  margin: 10px 0 0 0;
}
@media all and (max-width: 1280px) {
  .price3 .tbl3 {
    max-width: 100%;
  }
  .price3 .totalw .cap {
    font-size: 1.5rem;
  }
  .price3 .totalw .tt {
    font-size: 2rem;
  }
  .price3 .totalw .tt i {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 767px) {
  .price3 {
    margin: 60px 0 0 0;
  }
  .price3 .price_bx .tbl_v1 th:nth-of-type(1) {
    width: 47%;
  }
  .price3 .price_bx .tbl_v1 td {
    padding: 11px 12px;
  }
  .price3 .price_bx .tbl_v1 .total {
    font-size: 1.8rem;
  }
  .price3 .totalw .inl {
    display: block;
  }
  .price3 .totalw .cap {
    font-size: 1.2rem;
    text-align: right;
  }
  .price3 .totalw .tt {
    font-size: 1.8rem;
    margin-top: 5px;
  }
}

/*# sourceMappingURL=price.css.map */
