@charset "UTF-8";
/* フォント設定
-------------------------------------------------------------- */
/* Back to top button
*****************************************************/
/* コンテンツ
*****************************************************/
.hip-tablebox ul {
  gap: rem(5);
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 15px;
  display: grid;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: rem(20);
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  .hip-tablebox ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

.price-img-text {
  border: solid 1px #0085CE;
  border-radius: 64px;
  text-align: center;
  color: #0085CE;
  font-weight: bold;
  padding: 4px 0;
  font-size: 16px;
}
@media screen and (max-width: 736px) {
  .price-img-text {
    font-size: 15px;
    padding: 2px 0;
  }
}

.hip--sec08 h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
}

.hip-tablebox {
  margin-bottom: 20px;
}

.price-text-small {
  font-size: 12px;
}
@media screen and (max-width: 736px) {
  .price-text-small {
    font-size: 10px;
    line-height: 10px;
  }
}

.price-img {
  text-align: center;
}

td.table_grey {
  background: #f6f6f6 !important;
}

.sec-cost-tbl {
  font-size: 20px;
}
@media screen and (max-width: 736px) {
  .sec-cost-tbl {
    font-size: 13px;
  }
}

.table_box {
  display: block;
}
@media screen and (max-width: 736px) {
  .table_box {
    display: flex;
    flex-direction: column;
  }
}

.sec-cost-tbl tr th,
.sec-cost-tbl tr td {
  border: 1px solid #D2D2D2;
  vertical-align: middle;
  padding: 12px 10px;
  font-weight: bold;
  padding: 15px 8px;
}
@media screen and (max-width: 736px) {
  .sec-cost-tbl tr th,
  .sec-cost-tbl tr td {
    border: 1px solid #D2D2D2;
    vertical-align: middle;
    padding: 12px 10px;
    font-weight: bold;
    padding: 8px 2px;
  }
}

.price-linehight {
  line-height: 20px;
}
@media screen and (max-width: 736px) {
  .price-linehight {
    line-height: 16px !important;
  }
}

.sec-cost-box {
  max-width: 900px;
  margin: 0 auto;
  /* margin-bottom: 60px; */
}
@media screen and (max-width: 736px) {
  .sec-cost-box {
    padding: 0px;
  }
}

.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;
}
@media screen and (max-width: 736px) {
  .sec-cost-box .sec-cost-price li {
    font-size: 13px;
    padding: 8px 0;
    width: 65%;
  }
}

.sec-cost-box .sec-cost-price li:nth-child(2) {
  float: right;
  border-left: 0;
  width: 40%;
  background: #FFF;
}
@media screen and (max-width: 736px) {
  .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;
}

.sec-cost-tbl__mgn {
  margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
  .sec-cost-tbl__mgn {
    margin-bottom: 10px;
  }
}

.hip-table {
  background: rgba(70, 135, 189, 0.05);
  padding: 30px 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 736px) {
  .hip-table {
    background: #f2f9fd;
    margin: 0 -10px 30px;
    padding: 10px;
  }
}

.hip--sec07 h3 {
  margin-bottom: 20px;
}/*# sourceMappingURL=style02.css.map */