p+p {
  margin-top: 1em;
}
.h4Style {
  font-size: min(20px, 3.8vw);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 30px auto min(50px, 5vw);
}
.h5Style {
  width: fit-content;
  background: #f8701c;
  color: #fff;
  line-height: 1.5;
  font-size: min(18px, 4vw);
  font-weight: 700;
  margin: 30px 0 10px;
}
img {
  width: 100%;
  height: auto;
}
.listDot {
  margin-top: 18px;
  margin-bottom: 18px;
}

.listDot li {
  line-height: 1.35;
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
}
.listDot li:before {
  content: '・';
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  top: 0px;
  left: 0;
}
.slideArea {
  width: min(700px, 100%);
  margin: 3em auto;
}
.slideList .slick-slide {
  height: auto;
  margin: 0 5px;
}
.slideList .slick-slide li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slideList .slick-slide img {
  width: 100%;
  height: auto;
}
.slideList .slick-track {
  display: flex;
  align-items: center;
}
.slideList .slick-dots li button:before {
  background: #ccc;
  border: none;
}
.slideList .slick-dots li.slick-active button:before {
  background: #f7701b;
  border: none;
}
.basicTable {
  margin-top: 18px;
  margin-bottom: 18px;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #c9c9c9;
  font-size: 11px;
}

.basicTable thead {
  background: #4d4d4d;
}

.basicTable thead tr th {
  color: #fff;
  text-align: left;
  padding-left: 15px;
  line-height: 1.6;
}

.basicTable tbody th {
  background: #4d4d4d;
  color: #fff;
  line-height: 1.6;
}

.basicTable tbody td {
  text-align: left;
  padding: 13px 13px 13px 15px;
  line-height: 1.6;
}

.basicTable tr {
  border-bottom: 1px solid #c9c9c9;
}

.basicTable tr th, .basicTable table tr td {
  border-right: 1px solid #c9c9c9;
}

.basicTable tr th {
  font-weight: normal;
  padding: 13px;
}
.highlight-orange {
  color: #f7701b;
}
.col-course {
  width: 24%;
}
.col-price {
  width: 46%;
}
.col-start {
  width: 30%;
}
.tuition-lead {
  font-weight: 700;
  text-align: center;
}
.tuition-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.tuition-table th {
  padding: 18px 22px;
  background: #444;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  border: 1px solid #ccc;
}

.tuition-table td {
  padding: 30px 22px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.course-name {
  font-size: min(16px, 4vw);
  font-weight: bold;
  line-height: 1.7;
}

.price-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.price-normal {
  min-width: 130px;
  text-align: center;
}

.price-label {
  margin: 0 0 8px;
  font-size: min(14px, 3vw);
  font-weight: bold;
  line-height: 1.5;
}

.price-main {
  margin: 0;
  font-size: min(18px, 4vw);
  font-weight: bold;
  color: #0b2345;
  line-height: 1.4;
}

.price-tax {
  margin: 6px 0 0;
  color: #555;
  line-height: 1.5;
}

.price-arrow {
  font-size: min(22px, 4vw);
  color: #f7701b;
  font-weight: bold;
  line-height: 1;
}

.price-support {
  min-width: 168px;
  padding: 16px 18px;
  background: #fff1e9;
  border-radius: 10px;
  text-align: center;
}

.support-label {
  margin: 0 0 8px;
  font-size: min(13px, 3vw);
  font-weight: bold;
  color: #ff3c00;
  line-height: 1.5;
}

.support-price {
  margin: 0;
  font-size: min(24px, 5vw);
  font-weight: bold;
  color: #ff3c00;
  line-height: 1.4;
}

.support-note {
  margin: 6px 0 0;
  color: #555;
  line-height: 1.5;
}

.start-label {
  margin: 0 0 8px;
  font-size: min(13px, 3vw);
  color: #555;
  font-weight: bold;
  line-height: 1.5;
}

.start-date {
  margin: 0 0 16px;
  font-size: min(24px, 5vw);
  font-weight: bold;
  color: #ff3c00;
  line-height: 1.4;
}

.subsidy-name {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
}

.tuition-note {
  margin: 18px 0 0;
  font-size: min(13px, 3vw);
  line-height: 1.8;
  color: #555;
  text-align: left;
}

.tuition-note strong {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .tuition-table {
    min-width: 860px;
  }
}