@charset "utf-8";

/* 共通 */
.respd {
    max-width: 100%;
    height: auto;
    width
    /***/
    : auto;
}

::selection {
    background: #afd7fe;
    color: #2C4399;
}

html {
    font-size: 16px;
}

.link_mail {
    text-decoration: underline;
    color: #00489a;
}

.flex_nm {
    display: flex;
    flex-wrap: wrap;
}

.flex_cn {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}


.show_1000 {
    display: none;
}

.show_960 {
    display: none;
}

.show_768 {
    display: none;
}

.show_640 {
    display: none;
}

.show_580 {
    display: none;
}

.show_480 {
    display: none;
}


@media only screen and (max-width: 1000px) {
    .show_1000 {
        display: block;
    }

    .hide_1000 {
        display: none;
    }
}

@media only screen and (max-width: 960px) {
    .show_960 {
        display: block;
    }

    .hide_960 {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .show_768 {
        display: block;
    }

    .hide_768 {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .show_640 {
        display: block;
    }

    .hide_640 {
        display: none;
    }
}

@media only screen and (max-width: 580px) {
    .show_580 {
        display: block;
    }

    .hide_580 {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .show_480 {
        display: block;
    }

    .hide_480 {
        display: none;
    }
}

main {
    padding-top: 87px;
}

section {
    margin-bottom: clamp(100px, 10vw, 150px);
}

section:first-child {
    margin-top: 50px;
}


body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #333333;
    font-size: clamp(0.875rem, 0.8rem + 0.32vw, 0.9rem);
    line-height: 1.5;
    letter-spacing: 0.04em;
    position: relative;
    background-color: #F6F6F6;
}

.pan a {
    color: #33383d;
    text-decoration: underline #BBB;
}

.pan {
    font-size: 13px;
    line-height: 1.3;
    padding: 0.5em 0;
    margin-bottom: 30px;
}

main {
    overflow-x: hidden;
}

.wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.text_s {
    font-size: 13px;
}

.show_1100 {
    display: none;
}

@media only screen and (max-width: 1100px) {
    main {
        padding-top: 50px;
    }

    .show_1100 {
        display: block;
    }
}

@media only screen and (max-width: 960px) {
    .wrapper {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 768px) {
    .wrapper {
        padding: 0 20px;
    }

    .pan {
        font-size: 11px;
    }
}

@media only screen and (max-width: 480px) {
    body {
        line-height: 1.7;
    }
}

.entry-form_title {
    font-size: clamp(1.125rem, 0.8142rem + 1.326vw, 1.875rem);
    font-weight: bold;
    color: #00489A;
}

.entry-form_title_m {
    font-size: clamp(1rem, 0.7928rem + 0.884vw, 1.5rem);
    font-weight: bold;
    color: #00489A;
}

.max-btn {
    font-size: 16px;
    color: #fff;
    display: block;
    width: 100%;
    max-width: 400px;
    padding: 15px 0;
    border-radius: 5px;
    margin: 15px auto 80px;
    position: relative;
}

.page-cancel_confirm .max-btn {
    margin: auto;
}

.max-btn::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    width: 10px;
    height: 15px;
    background: url(../img/arrow_w.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.half-btn {
    font-size: 16px;
    display: block;
    color: #fff;
    width: 48%;
    max-width: 310px;
    padding: 15px 0;
    border-radius: 5px;
    margin-top: 0;
    position: relative;
}

.half-btn::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    height: 15px;
}

.btn_blue.half-btn::after {
    right: 10px;
    margin: auto;
    background: url(../img/arrow_w.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.btn_white.half-btn::after {
    left: 10px;
    margin: auto;
    background: url(../img/arrow_b.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.btn_blue {
    background-color: #00489A;
    border: 1px solid #00489A;
}

.btn_white {
    background-color: #fff;
    border: 1px solid #00489A;
    color: #00489A;
}

.btn_area {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: center;
    position: fixed;
    bottom: 0;
    background-color: #ffff;
    padding: 20px 0 30px;
    box-shadow: 0px -1px 5px #0000003d;
}

.input_area,
.redist_mail {
    width: 100%;
    max-width: 400px;
    margin: auto;
}

.page-confirm .redist_mail {
    max-width: 500px;
    margin-bottom: 8px;
}

.page-confirm .input_lecture_title {
    font-size: 12px;
}

.page-confirm .redist_mail span {
    display: block;
}

.redist_mail {
    text-align: left;
}

.input_area:nth-child(n+2) {
    margin-top: 15px;
}

.input_area-title {
    text-align: left;
    margin: 0 0 5px 0;
}

.input_ss,
.input_s,
.input_m,
.input_l,
.input_100 {
    height: 40px;
    border-radius: 5px !important;
    border: 1px solid #ccc;
    line-height: 40px;
    padding-left: 10px;
    box-sizing: border-box;
}

.input_l {
    width: 100%;
    max-width: 400px;
}

::placeholder {
    color: #ccc;
}

input[type=radio] {
    display: inline-block;
    margin-right: 3px;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 12px;
    left: 0;
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
    accent-color: #00489A;
}

label {
    position: relative;
    padding-left: 20px;
    margin-left: 20px;
    display: inline-block;
}

.header_page-title {
    background-color: #00489A;
    color: #fff;
    width: 100%;
    padding: 10px 0;
    line-height: 1.4;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 99;
}

.page_step {
    position: relative;
    border: #D9D9D9 solid 3px;
    color: #D9D9D9;
    padding: 5px 12px;
    display: inline-block;
    border-radius: 50%;
}

.page_step.page_step-active {
    background-color: #00489A;
    border: #00489A solid 3px;
    color: #fff;
}

.page_step_content {
    max-width: 1000px;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    background-color: #fff;
    margin: 70px auto 0;
}

.page_cancel-note {
    max-width: 1000px;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    background-color: #FAE8E8;
    color: #FF0000;
    margin: 70px auto 0;
    font-size: clamp(1rem, 0.8964rem + 0.442vw, 1.25rem);
    width: 90%;
}

.page_step_content img {
    width: 90%;
    max-width: 340px;
}

.page_step span {
    display: block;
    position: absolute;
    bottom: -27px;
    left: -85%;
    right: 0;
    margin: auto;
    width: 6em;
    text-align: center;
}

.page_step.page_step-active span {
    color: #00489A;
}

.step_border {
    height: 2px;
    background-color: #D9D9D9;
    width: 40px;
}

.entry_content {
    margin-top: 80px;
    text-align: center;
}

.input_area_content {
    margin-top: 50px;
}

#container {
    margin-bottom: 30px;
}

.input_l-radio {
    height: 40px;
    border-radius: 5px !important;
    border: 1px solid #ccc;
    line-height: 40px;
    box-sizing: border-box;
    background-color: #fff;
}

.redist_group .input_area-title {
    font-weight: bold;
    color: #00489a;
}

.redist_group .input_area {
    margin: 0 0 15px;
}

.consent_box {
    text-align: left;
    box-sizing: border-box;
    height: 200px;
    overflow: auto;
    width: 100%;
    margin: 30px auto;
    font-size: 13px;
    font-weight: 400;
    padding: 10px;
    border: 1px solid #ccc;
    transform: translateZ(0);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 10px;
    background: #fff;
}

.consent_box a {
    text-decoration: underline;
    color: #333333;
    word-break: break-word;
}

.consent_box_btn {
    text-align: left;
}

.consent_box_btn label {
    margin-left: 0px;
    margin-right: 20px;
    line-height: 40px;
}

.consent_box_btn .kome {
    font-size: 13px;
    font-weight: normal;
}

.page-top .max-btn {
    margin-bottom: 80px;
}

.top_main-visu {
    max-width: 400px;
    margin: 20px auto;
}

.cortion_area_title {
    text-align: center;
    font-weight: bold;
    font-size: clamp(1rem, 0.7928rem + 0.884vw, 1.3rem);
    color: #FF0000;
}

.cortion_area {
    background-color: #FAE8E8;
    padding: 40px;
    margin-bottom: 80px;
}

.cortion_area_img {
    max-width: 150px;
    margin: 30px auto;
}

.cortion_area_text {
    width: fit-content;
    margin: 20px auto 0;
}

.cortion_area_text span {
    color: #FF0000;
    font-weight: bold;
}


.page-confirm .entry_content {
    margin-top: 50px;
}

.page-confirm .entry_content.page-cancel_confirm {
    margin-top: 80px;
}

.page-cancel_confirm .cortion_area_title {
    font-size: clamp(0.875rem, 0.7196rem + 0.663vw, 1.25rem);
}

.page-confirm .input_area_content {
    margin-top: 30px;
}

.page-mail_confirm .entry_content,
.page-time_error .entry_content {
    margin-top: 200px;
}

.cortion_area_title .cortion_area_title_icon {
    display: flex;
    align-items: center;
}

.cortion_area_title .cortion_area_title_icon img {
    width: 1.4em;
}

@media screen and (max-width: 1000px) {
    .page_step_content {
        margin: 40px auto 0;
    }

    .page-mail_confirm .entry_content,
    .page-time_error .entry_content {
        margin-top: 80px;
    }
}

@media screen and (max-width: 640px) {
    .page_step_content {
        margin: 60px auto 0;
    }

    .consent_box_btn .kome {
        font-size: 11px;
    }
}

@media screen and (max-width: 480px) {
    .page_step_content {
        margin: 53px auto 0;
    }

    .page_step {
        padding: 3.5px 12px;
    }

    .page_step_content {
        padding: 10px 40px;
    }

    .entry_content {
        margin-top: 50px;
        text-align: center;
    }

    .page-confirm .entry_content {
        margin-top: 30px;
    }

    .page-confirm .input_area_content {
        margin-top: 20px;
    }

    .half-btn {
        width: 43%;
        padding: 10px 0;
    }

    .max-btn {
        margin: 15px auto 60px;
    }

    .page-time_error .entry_content,
    .page-mail_confirm .entry_content {
        height: calc(100svh);
        position: relative;
        margin-top: 0px;
    }

    .page-time_error #container,
    .page-mail_confirm #container {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 20%;
        margin: auto;
        height: fit-content;
    }

    .page-time_error .max-btn,
    .page-mail_confirm .max-btn {
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
    }

    .page-cancel_confirm .max-btn {
        margin: auto;
        width: 90%;
    }

    .cortion_area {
        margin-bottom: 50px;
        padding: 20px;
    }

    .cortion_area_img {
        max-width: 80px;
        margin: 15px auto;
    }

    .header_page-title {
        font-size: 12px;
    }
}