@charset "UTF-8";
/* フォント設定
-------------------------------------------------------------- */
/* Back to top button
*****************************************************/
/* コンテンツ
*****************************************************/
.bust-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) {
  .bust-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;
  }
}

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

.bust-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;
  }
}

/* moreボタン
-------------------------------------------------------------- */
.p_sec02 .more-btn {
  padding: 15px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
  .p_sec02 .more-btn {
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 0px;
    width: 90%;
  }
}

.p_sec02 a {
  background-color: transparent;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #0085CE;
  border-radius: 30px;
  background-color: #fff;
  color: #0085CE;
  font-weight: bold;
  text-align: center;
  display: block;
  transition: 0.2s;
}

.p_sec02 a:hover {
  border: solid 1px #0085CE;
  background-color: #0085CE;
}
/*# sourceMappingURL=style02.css.map */