@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap");
.sec-cost-box {
  background: rgba(70, 135, 189, 0.05);
  padding: 20px 50px;
  margin-bottom: 0px;
}
@media screen and (max-width: 736px) {
  .sec-cost-box {
    background: rgba(70, 135, 189, 0.05);
    padding: 20px 20px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 736px) {
  .sec-cost-box ul {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 736px) {
  .sec-cost-box ul li {
    font-size: 14px;
    padding: 7px 10px;
  }
}
.sec-cost-box .sec-cost-price {
  margin-top: 20px;
}
@media screen and (max-width: 744px) {
  .sec-cost-box .sec-cost-price {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.sec-cost-box .sec-cost-price li {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  font-size: 20px;
  font-weight: bold;
  background: #f6f6f6;
  border: 1px solid #d2d2d2;
  padding: 12px 10px;
  text-align: center;
}
.sec-cost-box .sec-cost-price li:nth-child(2) {
  float: right;
  border-left: 0;
  width: 40%;
  background: #fff;
}
@media screen and (max-width: 744px) {
  .sec-cost-box .sec-cost-price li:nth-child(2) {
    float: right;
    border-left: 0;
    width: 35%;
    background: #fff;
    font-size: 12px;
    line-height: 1.6;
  }
}
.sec-cost-box .sec-cost-price01 {
  margin-top: 40px;
}

ul.num-list li .num-box {
  display: block;
}
ul.num-list li .label {
  background: #b79417;
  color: #fff;
  font-size: 26px;
  line-height: 52px;
  height: 100%;
  width: 400px;
  text-align: center;
  display: inline-block;
}
ul.num-list li .rightbox {
  float: right;
}

.sec-cost-tbl {
  width: 100%;
  font-size: 20px;
  text-align: center;
  background: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 744px) {
  .sec-cost-tbl {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 0px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 744px) {
  .sec-cost-tbl:last-child {
    margin-bottom: 0;
  }
}
.sec-cost-tbl tr th,
.sec-cost-tbl tr td {
  border: 1px solid #d2d2d2;
  vertical-align: middle;
  padding: 12px 10px;
  font-weight: bold;
}
@media screen and (max-width: 744px) {
  .sec-cost-tbl tr th,
  .sec-cost-tbl tr td {
    padding: 3px;
  }
}
.sec-cost-tbl tr th {
  background: #0085ce;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .sec-cost-tbl tr th {
    background: #006fb9;
    line-height: 1.2;
    font-size: 14px;
  }
}
.sec-cost-tbl tr th:nth-child(2) {
  width: 23%;
  width: 23%;
}
@media screen and (max-width: 744px) {
  .sec-cost-tbl tr th:last-child {
    font-size: 12px;
    padding: 7px;
  }
}
@media screen and (max-width: 744px) {
  .sec-cost-tbl tr td {
    padding: 10px 5px;
  }
}
@media screen and (max-width: 744px) {
  .sec-cost-tbl tr td small {
    font-size: 10px;
  }
}
.sec-cost-tbl tr:nth-child(odd) td {
  background: #f6f6f6;
}

/*.sec-cost-tbl tr th:first-child { width: 60%; }*/
.sec-cost-boxlow {
  border: 20px solid #c7dbeb;
  padding: 38px 35px 40px 30px;
  font-weight: bold;
}
.sec-cost-boxlow img {
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
}
.sec-cost-boxlow p {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 366px);
}
@media screen and (max-width: 736px) {
  .sec-cost-boxlow p {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  .sec-cost-boxlow {
    border-width: 5px;
    padding: 22px 10px 25px;
  }
}

.sec-cost-ttl {
  font-size: 28px;
  font-weight: bold;
  color: #2e70a7;
  line-height: 1.2;
  margin-bottom: 45px;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .sec-cost-ttl {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 19px;
  }
}

@media screen and (max-width: 744px) {
  html:not(:target) .sec-cost-boxlow img {
    display: block;
    margin: 0 auto 15px;
    max-width: 80%;
  }
}
@media screen and (max-width: 744px) {
  html:not(:target) .sec-cost-boxlow p {
    display: block;
    width: 100%;
  }
}

.sec-cost-pd {
  padding: 5px 10px !important;
  line-height: 1.3;
}

td.teble-left {
  text-align: left !important;
}
td.table_white {
  background: #ffffff !important;
}
td.table_grey {
  background: #f6f6f6 !important;
}