.lsvt {
  padding: 65px 0 110px;
}
.lsvt * {
  box-sizing: border-box;
}
.lsvt_inner {
  width: min(750px, 87.5%);
  margin: 0 auto;
}
.lsvt_inner .lsvt_title {
  width: min(640px, 100%);
  height: 40px;
  border-radius: 20px;
  background: #a79e99;
  text-align: center;
  align-content: center;
  font-weight: 700;
  color: #fff;
  font-size: 24px;
  line-height: 1.125;
  vertical-align: middle;
  margin: 0 auto;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.lsvt_inner .lsvt_title span {
  font-size: 0.8333333333em;
}
@media screen and (max-width: 480px) {
  .lsvt_inner .lsvt_title {
    height: 70px;
    border-radius: 35px;
  }
}
.lsvt_inner .lsvt_title_cap {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  color: #0b2f80;
  margin-top: 0.5em;
}
.lsvt_inner .slvt_sub_title {
  width: min(560px, 100%);
  height: 40px;
  border-radius: 20px;
  background: #f3ddb8;
  text-align: center;
  align-content: center;
  font-weight: 700;
  color: #009e96;
  font-size: 22px;
  line-height: 1.125;
  vertical-align: middle;
  margin: 0 auto;
  margin-top: 54px;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.lsvt_inner .slvt_sub_title.mt {
  margin-top: 43px;
}
.lsvt_inner .slvt_sub_title span {
  font-size: 0.7272727273em;
}
.lsvt_inner .slvt_sub_title br.sponbr {
  display: none;
}
@media screen and (max-width: 480px) {
  .lsvt_inner .slvt_sub_title br.sponbr {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .lsvt_inner .slvt_sub_title.br {
    height: 70px;
    border-radius: 35px;
  }
}
.lsvt_inner .base_text.mt1 {
  margin-top: 36px;
}
.lsvt_inner .chart {
  width: min(600px, 100%);
  margin: 26px auto 0;
}
.lsvt_inner .chart .item1 .upper {
  width: 100%;
  height: 50px;
  border-radius: 20px 20px 0 0;
  background: #e7bc71;
  text-align: center;
  align-content: center;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
.lsvt_inner .chart .item1 .lower {
  width: 100%;
  border-radius: 0 0 20px 20px;
  border: solid #e7bc71;
  border-width: 0 2px 2px;
  padding: 14px 30px;
}
.lsvt_inner .chart .item1 .lower_inner {
  min-height: 4.8em;
  text-align: justify;
}
.lsvt_inner .chart .arrow {
  width: 47px;
  margin: 6px auto 10px;
}
.lsvt_inner .slvt_detail {
  margin-top: 26px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 30px;
}
.lsvt_inner .slvt_detail h3 {
  font-size: 18px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.lsvt_inner .slvt_detail h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #e7bc71;
}
.lsvt_inner .slvt_detail .base_text_mt2 {
  margin-top: 1em;
}
.lsvt_inner .slvt_detail .base_text_mt2.img {
  width: min(728px, 100%);
}
@media screen and (max-width: 480px) {
  .lsvt_inner .slvt_detail .base_text_mt2.img {
    width: 87.5vw;
  }
}/*# sourceMappingURL=rehabili.css.map */