@charset "UTF-8";

.course_text h1 {
    font-family: 'Times New Roman', Times, serif;
    font-size: clamp(1.563rem, 0.852rem + 3.03vw, 3.125rem);
    font-weight: 500;
    letter-spacing: 0.2em;
    color: #6f96a5;
    width: fit-content;
    margin: 0 auto;
}

.course_subtext p {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(0.75rem, 0.438rem + 1.33vw, 1.438rem);
    text-align: left;
    letter-spacing: 0.2em;
    line-height: 2.3em;
    width: fit-content;
    margin: 0 auto 150px;
}

.course_wrapper {
    position: relative;
    width: clamp(21.25rem, 8.182rem + 55.76vw, 50rem);
    height: auto;
    background-color: #fff;
    border-radius: 30px;
    margin: 0 auto 80px;
}

.course_content {
    font-family: "Noto Serif JP", serif;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.2em;
    padding: 30px;
}

.course_content h1 {
    position: absolute;
    top: 0;
    left: -15px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 500;
    font-size: clamp(1.875rem, 1.591rem + 1.21vw, 2.5rem);
    letter-spacing: 0.05em;
    color: #6f96a5;
    margin: -15px 0 0 0;
}

.course_content h2 {
    font-size: clamp(1.25rem, 0.966rem + 1.21vw, 1.875rem);
    letter-spacing: 0.2em;
    color: #6f96a5;
    white-space: nowrap;
}

.course_content p {
    font-size: clamp(0.75rem, 0.636rem + 0.48vw, 1rem);
    letter-spacing: 0.2em;
    line-height: 2em;
    text-align: center;
}

@media screen and (max-width:500px) {
    .course_subtext p {
        white-space: nowrap;
    }
}

.coution {
    background-color: #fff;
    border-radius: 30px;
    width: clamp(21.25rem, 2.5rem + 80vw, 62.5rem);
    height: auto;
    margin: 0 auto 100px;
}

.coution_title {
    font-family: "Noto Serif JP", serif;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(1.25rem, 0.966rem + 1.21vw, 1.875rem);
    text-align: center;
    letter-spacing: 0.2em;
    color: #6f96a5;
    padding-top: 50px;
}

.coution_list {
    padding: 30px;
    list-style: none;
    font-family: "Noto Serif JP", serif;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(0.75rem, 0.636rem + 0.48vw, 1rem);
    letter-spacing: 0.2em;
    line-height: 2.5em;
}

.price_table {
    overflow: auto;
}

.price_table table {
    margin: 0 auto 200px;
    font-family: "Noto Serif JP", serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 2em;
    border-collapse: collapse;
}

.price_table thead {
    font-size: clamp(0.75rem, 0.58rem + 0.73vw, 1.125rem);
    text-align: center;
    letter-spacing: 0.2em;
    color: #6f96a5;
    white-space: nowrap;
}

.price_table tbody tr:nth-child(odd) {
    background-color: #fff;
    border-radius: 30px;
}

.price_table th {
    padding: 20px;
}

.price_table th:first-of-type {
    padding: 0 35px 20px 12px;
}

.price_table th:nth-of-type(2) {
    padding: 0 35px 30px;
}

.price_table th:nth-of-type(3) {
    padding: 0 30px 30px 35px;
}

.price_table th:nth-of-type(4) {
    padding: 0 113px 30px 30px;
}

.price_table td {
    text-align: center;
    font-size: clamp(0.75rem, 0.58rem + 0.73vw, 1.125rem);
}

.price_table td:first-of-type {
    padding: 14px 35px 14px 12px;
    text-align: left;
    color: #6f96a5;
    white-space: nowrap;
}

.price_table td:nth-of-type(2) {
    padding: 14px 35px
}

.price_table td:nth-of-type(3) {
    padding: 14px 30px 14px 35px;
}

.price_table td:nth-of-type(4) {
    padding: 14px 120px 14px 30px;
    white-space: nowrap;
}

.option_text h1 {
    font-family: 'Times New Roman', Times, serif;
    font-size: clamp(1.563rem, 0.852rem + 3.03vw, 3.125rem);
    font-weight: 500;
    letter-spacing: 0.2em;
    color: #6f96a5;
    width: fit-content;
    margin: 0 auto;
}

.option_subtext p {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(0.75rem, 0.438rem + 1.33vw, 1.438rem);
    text-align: center;
    letter-spacing: 0.2em;
    margin-bottom: 80px;
}

.option img {
    width: 600px;
    height: auto;
    margin: 0 auto 80px;
}

.option_coution {
    width: fit-content;
    margin: 0 auto 100px;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(0.75rem, 0.636rem + 0.48vw, 1rem);
    text-align: left;
    letter-spacing: 0.2em;
    line-height: 2em;
}

@media screen and (max-width:500px) {
    .inner {
        padding: 20px
    }
}
