.page-apply .spot {
    background: url(../img/apply/header-image-20231211.png) center no-repeat;
    height: 839px;
    margin-bottom: 0;
}
.page-apply .spot .spot_inner {
    max-width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page-apply .spot .spot-title-button {
    max-width: 480px;
    max-height: 56px;
    width: 100%;
    height: 100%;
    background: url('../img/apply/header-title-button-20231211.png');
    margin-bottom: 40px;
}

.page-apply .spot .spot-title {
    max-width: 940px;
    max-height: 230px;
    width: 100%;
    height: 100%;
    background: url('../img/apply/header-title-20231211.png');
}

.page-apply .spot .spot_tit {
    font-size: 50px;
    line-height: 1;
    text-align: left;
    font-weight: 700;
    margin-top: 120px;
}

@media screen and (max-width: 667px) {
    .page-apply .spot {
        height: 450px;
        background-size: cover;
        background-position: bottom;
    }

    .page-apply .spot .spot-title-button {
        background-size: contain;
        background-repeat: no-repeat;
        max-width: 360px;
        max-height: 56px;
        width: 100%;
        height: 100%;
        background-image: url('../img/apply/header-title-button-20231212-m.png');
        margin-bottom: 38px;
    }

    .page-apply .spot .spot-title {
        max-width: 320px;
        max-height: 150px;
        width: 100%;
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url('../img/apply/header-title-20231212-m.png');
    }

    .page-apply .spot .spot_tit {
        font-size: 40px;
        margin-top: 180px;
    }
}
@media screen and (max-width: 768px) {
    .page-apply .spot .spot_inner {
        padding: 0 30px;
    }
}

.__about-section {
    padding: 80px 0;
    text-align: center;
    word-break: keep-all;
    font-size: 20px;

}

.__about-section .__container {
    max-width: 800px;
    padding: 0 20px;
    margin: 0 auto;
}
.__about-section .__title-area {
    margin: 0 auto 4em;
    max-width: 80vw;
    line-height: 1.5;
}
.__about-section .__title-area h3 {
    font-size: 30px;
    margin: 0 auto 1em;
    font-weight: 700;
}

.__about-section .__title-area p {
    color: #666;
    margin-bottom: 11px;
}

.__about-section .__title-area span {
    color: #7c7c7c;
    font-size: 16px;
}

.__about-section.__bg-gray {
    background: #F6F6F6;
}

.__apply-why .__why {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -60px;
}

.__apply-why .__why .__item {
    width: 50%;
    margin-bottom: 3em;
    line-height: 1.4;
    box-sizing: border-box;
    /*padding: 0 1em;*/
}

.__apply-why .__why .__item  i {
    display: block;
    width: 8.4em;
    height: 8.4em;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto 1em;
    position: relative;
}

.__apply-why .__why .__item  i img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
}

.__about-section form {
    text-align: left;
    font-size: 16px;
}

.__about-section form fieldset {
    margin-bottom: 4em;
}

.__about-section form .required {
    color: #FF0000;
}

.__about-section form .optional {
    color: #999999;
}

.__about-section form .__fieldset-header {
    margin-bottom: 1.25em;
    display: flex;
    align-items: center;
}
.__about-section form .__fieldset-header h4 {
    font-size: 1.25em;
}
.__about-section form .__fieldset-header h4 small {
    font-size: .75em;
    font-weight: 400;
    color: #999;
    margin-left: .5em;
}


.__about-section form .__fieldset-header .__utils {
    margin-left: auto;
    font-size: 1em;
}
.__about-section .__form-group {
    background: #fff;
    border: 1px solid #e7e7e7;
}

.__about-section .__form-block {
    display: flex;
    align-items: center;
}


.__about-section .__form-block .__form-label {
    width: 9em;
    padding: 2em;

}
.__about-section .__form-block .__form-control {
    flex: 1;
}
.__about-section .__form-block .__form-input {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    display: block;
    width: 100%;
    height: 4.8em;
    padding: 1em;
    box-sizing: border-box;
}


.__about-section .__form-block select.__form-input {
    background: url(../img/apply/select.svg) 100% 50% no-repeat;
    background-size: auto 6%;
}

.__about-section .__form-block .__form-input,
.__about-section .__form-block .__form-input::-webkit-input-placeholder {
    color: #aaa;
}

.__about-section .__form-block .__form-input[value],
.__about-section .__form-block .__form-input:valid,
.__about-section .__form-block .__form-input:read-only {
    color: #000;
}

.__about-section .__form-block+.__form-block {
    border-top: 1px solid #e7e7e7;
}

.__about-section .__checkbox-desc {
    padding: 20px 0 0 1em;
}

.__about-section .__checkbox-group {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 7px;
}

.__about-section .__checkbox-group .__label-checkbox {
    width: 25%;
    padding: 1em;
}

.__about-section .__label-checkbox {
    display: flex;
    align-items: center;
    box-sizing: border-box;
}


.__about-section .__label-checkbox input {
    padding: 0;
    margin: 0 .5em 0 0;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #999;
    min-width: 1.2em;
    width: 1.2em;
    height: 1.2em;
    border-radius: 4px;
    background: #fff;
}

.__about-section .__label-checkbox input:checked {
    /*background: #0091D0;*/
    border-color: #0091D0;
    background: #fff url(../img/apply/checked.svg) 50% 50% no-repeat;
    background-size: 60% auto;
}

.__about-section .__label-checkbox span {
    display: block;
    line-height: 1.25;
    font-size: .875em;
}

.__about-section .__checkbox-group .__label-checkbox span {
    margin-right: -2em;
}


@media screen and (max-width: 768px) {
    .__about-section .__checkbox-group .__label-checkbox {
        width: 33%;
        padding: 8px 1em;
    }
    .__about-section .__checkbox-group .__label-checkbox span {
        margin-right: 0;
    }
}

@media screen and (max-width: 667px) {
    .__about-section {
        padding: 60px 0;
        font-size: 16px;
    }

    .__about-section .__title-area h3 {
        font-size: 20px;
    }

    .__apply-why .__why .__item i {
        width: 6em;
        height: 6em;
    }

    .__about-section .__title-area span {
        font-size: 13px;
    }

    .__about-section .__form-group {
        background: none;
        border: none;
    }

    .__about-section .__form-block {
        font-size: 14px;
        flex-direction: column;
        align-items: stretch;
    }

    .__about-section .__form-block + .__form-block {
        border: none;
    }

    .__about-section .__form-block .__form-label {
        padding-left: 0;
        padding-bottom: 0;
    }

    .__about-section .__form-block .__form-control {
        border: 1px solid #D9D9D9;
        padding: 0 0.5em;
        background: #FFF;
    }

    .__about-section .__checkbox-group {
        padding-bottom: 20px;
    }

    .__about-section .__checkbox-group .__label-checkbox {
        width: 50%;
    }

    .__about-section .__checkbox-desc {
        padding-bottom: 12px;
    }
}


.__about-section .__doc {
    background: #fff;
    border: 1px solid #e4e4e4;
    height: 10em;
    overflow: auto;
    font-size: .965em;
    line-height: 1.5;
}

.__about-section .__doc-inner {
    padding: 1.5em;
}

.__about-section form button.submit {
    background: #0091D0;
    display: block;
    margin: 0 auto;
    width: 16em;
    max-width: 100%;
    height: 3em;
    border-radius: 4px;
    border: 0;
    color: #fff;
    box-sizing: border-box;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}

.private_table {
    border-collapse: collapse;
    border-spacing: 0;
}

.private_table th {
    border: 1px solid #333;
    text-align: center;
    padding: 5px 0;
}

.private_table td {
    border: 1px solid #333;
    padding: 5px 20px;
}
