.ks section h3 {
    font-size: 22px;
    font-weight: 500;
    margin: 55px 0 25px 0;
    padding-bottom: 7px;
    border-bottom: dashed 1px #999;
}

.first_text {
    padding: 0 0 80px 0;
}
.first_text h2 {
    font-size: 24px;
    font-weight: 500;
    color: #c2607c;
    margin-bottom: 55px;
    font-size: clamp(1.125rem, 0.572rem + 2.46vw, 2.875rem);

}
@media screen and (max-width: 769px) {
    .first_text {
        padding: 55px 0 65px 0;
    }
}

#price table {
  margin: 0 0 55px 0;
}
#price table tr th,
#price table tr td {
  border: solid 1px #999;
  padding: 15px 20px;
}
#price table tr th {
  background: #efefef;
  text-align: center;
}
#price ol li {
  list-style:disc;
  margin-left: 1.5em;
  margin-bottom: 7px;
}

