/*! CSS Used from: https://isone-forone.com/lib/css/reset-min.css */
button,
input,
textarea {
    margin: 0;
    padding: 0;
}

dd,
div,
dl,
dt,
form,
h2,
label,
li,
p,
span,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}

ul {
    list-style: none;
}

button,
input,
textarea {
    background: 0 0;
    border: none;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*! CSS Used from: https://isone-forone.com/lib/css/global.css */
h2 {
    font-weight: 400;
}

.f-red {
    color: #f00 !important;
    font-family: 'Lato', sans-serif;
}

.fw_bold {
    font-weight: bold;
    margin: 25px 0 5px;
}

.tx-center {
    text-align: center !important;
}

.tx-right {
    text-align: right !important;
}

.mg-b_10 {
    margin-bottom: 10px !important;
}

.mg-b_30 {
    margin-bottom: 30px !important;
}

.mg-b_40 {
    margin-bottom: 40px !important;
}

.pd-l_10 {
    padding-left: 10px;
}

div::-webkit-scrollbar {
    width: 12px;
}

div::-webkit-scrollbar-track {
    background: #fff;
    border: none;
    border-radius: 0px;
    box-shadow: inset 0 0 2px #fff;
}

div::-webkit-scrollbar-thumb {
    background: #c6c6c6;
    border-radius: 8px;
    box-shadow: none;
}

/*! CSS Used from: https://isone-forone.com/lib/css/contact-form.css */
button,
input,
textarea {
    font-family: inherit;
    cursor: pointer;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
    border: 1px solid lightgray;
    border-radius: 6px;
    background-color: #fff;
    cursor: pointer;
}

input:focus:not(.form-btn-submit-off):not(.form-btn-submit),
textarea:focus {
    background-color: #fafafa;
    border: 1px solid #000;
    box-shadow: 0 0 10px #eee;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"] {
    width: 100%;
    height: 44px;
    padding: 15px 23px;
    box-sizing: border-box;
    cursor: pointer;
}

textarea {
    width: 100%;
    height: 200px;
    margin: 0 0 0 0;
    padding: 12px 12px;
    box-sizing: border-box;
}

label {
    width: auto;
    padding-right: 10px;
}

.radio01-input {
    display: none;
}

.radio01-parts {
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
}

.radio01-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #999;
    border-radius: 50%;
}

.radio01-input:checked+.radio01-parts {
    color: #474747;
}

.radio01-input:checked+.radio01-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 4px;
    width: 11px;
    height: 11px;
    background: #474747;
    border-radius: 50%;
}

.required,
label.error {
    color: #f00;
    padding-right: 4px;
}

input[type="checkbox"] {
    display: none;
}

.ck-box {
    position: relative;
    display: inline-block;
    padding: 3px 13px 3px 22px;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.ck-box::before,
.ck-box::after {
    position: absolute;
    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;
}

.ck-box::before {
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #f4f4f4;
    border: 1px solid #787878;
    border-radius: 3px;
}

.ck-box::after {
    opacity: 0;
    top: 50%;
    left: 3px;
    width: 8px;
    height: 4px;
    margin-top: -4px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg) scale(.5);
    transform: rotate(-45deg) scale(.5);
}

input[type="checkbox"]:checked+.ck-box::before {
    background: #1F99B2;
    border: 1px solid #1F99B2;
}

input[type="checkbox"]:checked+.ck-box::after {
    opacity: 1;
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}

/*! CSS Used from: https://isone-forone.com/lib/css/contents.css?20240918_2 */
* {
    word-break: normal !important;
    word-wrap: break-word;
    font-size: 100%;
    font-family: 'ヒラギノ角ゴ Pro W4', 'ヒラギノ角ゴ W6', 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
}

.wrapper {
    width: 90%;
    margin: 0 auto;
}

h2 {
    font-size: 2.875rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 62px;
    font-family: 'Lato', sans-serif;
}

.ttl {
    text-align: center;
    padding-top: 130px;
    font-family: 'Lato', sans-serif;
}

.ttl_tx {
    line-height: 1.7;
}

.side_line {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}

.side_line::before,
.side_line::after {
    content: "";
    width: 220px;
    height: 1px;
    background: #1F99B2;
    margin: 0 10px;
}

.pc_none {
    display: none;
}

@media (max-width: 959px) {
    .wrapper {
        max-width: 90%;
    }

    h2 {
        font-size: 1.625rem;
        margin-bottom: 30px;
    }

    .ttl {
        padding-top: 70px;
    }

    .pc_none {
        display: none;
    }
}

@media (max-width: 767px) {
    .wrapper {
        width: 90%;
    }

    .side_line {
        font-size: 0.875rem;
    }

    .pc_none {
        display: block;
    }

    .side_line::before,
    .side_line::after {
        content: "";
        width: 137px;
        height: 1px;
        background: #1F99B2;
        margin: 0 10px;
    }
}

@media (max-width: 374px) {
    h2 {
        font-size: 1.5rem;
    }
}

.contact_ttl {
    margin-bottom: 25px;
}

label {
    display: inline-block;
    padding-bottom: 5px;
}

.agree_ttl {
    padding-bottom: 5px;
}

.change_line {
    text-indent: 1em;
}

.indent {
    padding-left: 1.5em;
    text-indent: -1.5em;
    padding-bottom: 5px;
    line-height: 1.8;
}

.personal-box {
    position: relative;
    transition: .3s;
    overflow: hidden;
    height: 318px;
    margin-bottom: 30px;
    padding: 15px 30px 30px;
    background-color: #fff;
    border: 1px solid lightgray;
    border-radius: 6px;
    line-height: 1.6;
    scrollbar-base-color: #1F99B2;
}

.personal-box input {
    display: none;
}

.personal-box label {
    position: absolute;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    padding-top: 110px;
    color: #1F99B2;
    cursor: pointer;
    bottom: 0;
    left: 0;
    right: 0;
    height: 160px;
    background: linear-gradient(rgba(255, 255, 255, 0.5), #ffffff 100%);
}

.personal-box::-webkit-scrollbar {
    width: 10px;
    height: 0;
}

.personal-box::-webkit-scrollbar-track {
    border-radius: 5px;
}

.personal-box::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #C0E3EA;
}

.personal-box>input[type="checkbox"]:not(:checked)+label::after {
    content: "+ 全文を読む（必読）";
    font-weight: bold;
}

.checkbox-wrapper {
    margin-bottom: 60px;
    text-align: center;
}

.checkbox-wrapper input[type="checkbox"][disabled]+label {
    opacity: 0.3;
}

button[type="submit"] {
    padding-block: 12px;
    color: #1F99B2;
    background: #fff;
    width: 100%;
    border: 1px solid #1F99B2;
    border-radius: 28px;
    margin-top: 20px;
    opacity: 1;
    transition: 0.4s all;
    cursor: pointer;
}

button[type="submit"][disabled] {
    padding-block: 12px;
    color: #1F99B2;
    background: #fff;
    width: 100%;
    border: 1px solid #1F99B2;
    border-radius: 28px;
    margin-top: 20px;
    opacity: 0.3;
}

#submit:hover {
    color: #fff;
    background: #1F99B2;
    transition: 0.4s all;
}

.contact_text {
    font-size: 1.2rem;
}

.form_text {
    margin-bottom: 45px;
}

.personal-box h2 {
    font-size: 1.5rem;
}

.doc_tx {
    padding-bottom: 15px;
}

@media (max-width: 767px) {
    .contact {
        padding-bottom: 70px;
    }

    .contact_ttl,
    .form_text {
        margin-bottom: 30px;
    }

    .contact_text {
        display: block;
        margin-top: 5px;
    }

    .personal-box {
        height: 258px;
        padding: 30px;
        background-color: #fff;
        line-height: 1.8;
        margin-bottom: 20px;
    }

    .doc_tx {
        font-size: 0.875rem;
    }

    .checkbox-wrapper {
        margin-bottom: 50px;
    }

    button[type="submit"],
    button[type="submit"][disabled],
    .submit_btn {
        margin-top: 0;
    }
}

@media (max-width: 374px) {
    .form_text {
        font-size: 0.9rem;
    }
}

.grecaptcha-badge { visibility: hidden; }