body {
    max-width: unset;
    padding: unset;
}
.modal {
    display: none;
}

.modal_valid {
    height: 100vh;
    position: fixed;
    width: 100%;
}

.modal_valid::before {
    background: #9e9e9f;
    mix-blend-mode: multiply;
    position: absolute;
    content: "";
    z-index: 35;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.modal_agreement {
    display: block;
    position: fixed;
    z-index: 40;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.modal_agreement .row {
    display: flex;
    text-align: left;
    margin-bottom: 15px;
}
.modal_agreement .row::before {
    content: "■";
}
.form_ttle {
    background: white;
    font-size: 15px;
}
.form_ttle .content,
.form {
    max-width: 375px;
    margin: 0 auto;
}
.form_ttle .content {
    margin-top: 30px;
    padding: 45px 35px 35px;
}

.form_ttle h1 {
    margin: 0 auto 20px;
}
.form_ttle p {
    text-align: justify;
}
.form_ttle h1 img {
    max-width: 174px;
}
.form {
    padding: 40px 35px 0;
}
.btn {
    font-size: 18px;
    padding: 22px 10px;
    border-radius: 20px;
}
.btn:hover {
    transition: all 0.3s;
    transform: scale(1.1);
}
.form .block {
    margin-bottom: 32px;
}
.form .block.blue a {
    background: var(--main03-c);
}
.form .block p {
    font-size: 15px;
    text-align: justify;
    padding-top: 10px;
}
