.anker_link_box > a {
  line-height: 1.2em;
  text-align: center;
}

.table_01 > tbody > tr > td .td_flex > dl > dt {
  background-color: #bd263a;
  color: #fff;
  font-weight: normal;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.table_01 > tbody > tr > td .td_flex > dl > dd {
  border-bottom: 1px solid #d7d7d7;
}
.table_01 > tbody > tr > td .td_flex > dl > dd > span {
  font-weight: 500;
}

@media (min-width: 768px) {
  .table_01 {
    margin-top: 40px;
  }
  .table_01:last-child {
    margin-bottom: 40px;
  }
  .table_01 > tbody > tr > th {
    width: 200px;
  }
  .table_01 > tbody > tr > td .td_flex {
    display: flex;
    gap: 0 20px;
  }
  .table_01 > tbody > tr > td .td_flex > dl {
    width: 320px;
    margin: 20px 0;
  }
  .table_01 > tbody > tr > td .td_flex > dl > dt {
    height: 27px;
    justify-content: center;
  }
  .table_01 > tbody > tr > td .td_flex > dl > dd {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .table_01 {
    margin-top: 20px;
  }
  .table_01:last-child {
    margin-bottom: 20px;
  }
  .table_01 > tbody > tr > td .td_flex > dl {
    margin-right: 20px;
  }
  .table_01 > tbody > tr > td .td_flex > dl > dt {
    padding: 0 10px;
    margin-bottom: 10px;
  }
}
.gakuhi_table01 {
  caption-side: top;
  width: 100%;
  display: block;
}
.gakuhi_table01 > caption {
  background-color: #bd263a;
  color: white;
  font-weight: 500;
  display: block;
  line-height: 1.6em;
}
.gakuhi_table01 > tbody {
  border-color: transparent;
  background-color: #fafafa;
  display: block;
}
.gakuhi_table01 > tbody > tr > th, .gakuhi_table01 > tbody > tr > td {
  line-height: 2.166em;
  position: relative;
  font-weight: 400;
}
@media (min-width: 768px) {
  .gakuhi_table01 > caption {
    font-size: 16px;
    padding: 7.5px 10px;
  }
  .gakuhi_table01 > tbody {
    border-width: 30px;
  }
  .gakuhi_table01 > tbody > tr > th, .gakuhi_table01 > tbody > tr > td {
    border-bottom: 1px solid #bd263a;
  }
  .gakuhi_table01 > tbody > tr > th {
    border-right: 1px solid #bd263a;
    width: 130px;
    text-align: center;
    padding: 10px 5px;
  }
  .gakuhi_table01 > tbody > tr > td {
    padding: 10px 20px;
    width: calc(100% - 130px);
  }
}
@media (max-width: 767.98px) {
  .gakuhi_table01 > caption {
    font-size: 14px;
    padding: 7.5px 10px;
  }
  .gakuhi_table01 > tbody {
    border-width: 20px 15px;
  }
  .gakuhi_table01 > tbody > tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .gakuhi_table01 > tbody > tr:last-child {
    margin-bottom: 0;
  }
  .gakuhi_table01 > tbody > tr > th {
    padding: 5px 10px;
    border-bottom: 1px solid #bd263a;
    color: #bd263a;
    background-color: #fff;
    font-weight: 500;
  }
  .gakuhi_table01 > tbody > tr > td {
    padding: 10px;
    background-color: white;
  }
}

.gakuhi_table01 small {
  display: inline-block;
  line-height: 1.3em;
}

@media (min-width: 768px) {
  .gakuhi_table01 > tbody > tr.ttl {
    background-color: #e8dadc;
  }
  .gakuhi_table01 > tbody > tr.ttl > td {
    width: 200px;
    border-right: 1px solid #bd263a;
  }
  .gakuhi_table01 > tbody > tr.ttl > th:last-child {
    border-right: none;
  }
  .gakuhi_table01 > tbody > tr > td {
    width: 350px;
    border-right: 1px solid #bd263a;
  }
  .gakuhi_table01 > tbody > tr > td:last-child {
    border-right: none;
  }
  .gakuhi_table01 > tbody > tr > th {
    width: 200px;
  }
  .gakuhi_table01 > tbody > tr > .tate {
    writing-mode: vertical-rl;
    width: 50px;
  }
  .gakuhi_table01 > tbody > tr.hojo {
    background-color: #fefcef;
  }
  .gakuhi_table02 > tbody > tr > th {
    width: 33.33%;
    background-color: #e8dadc;
  }
  .gakuhi_table02 > tbody > tr > th:last-child {
    border-right: none;
  }
  .gakuhi_table02 > tbody > tr > td {
    width: 33.33%;
    border-right: 1px solid #bd263a;
  }
  .gakuhi_table02 > tbody > tr > td:last-child {
    border-right: none;
  }
}
@media (max-width: 767.98px) {
  .gakuhi_table01 > tbody > tr > td > span {
    display: block;
    font-weight: bold;
  }
  .gakuhi_table01 > tbody > tr.hojo th, .gakuhi_table01 > tbody > tr.hojo td {
    background-color: #fefcef;
  }
  .gakuhi_table02 > tbody > tr > td > span {
    display: block;
    font-weight: bold;
    color: #bd263a;
  }
}/*# sourceMappingURL=cost.css.map */