.ctct {
    padding-top: 90px;
}

.ctct p {
    margin-bottom: 38px;
}

.ctct_ttl {
    position: relative;
    margin-bottom: 22px;
    padding-left: 30px;
    font-size: 24px;
}

.ctct_ttl::before {
    content: '●';
    position: absolute;
    left: 0;
    color: #0057AA;
}

.tel_btn {
    margin-bottom: 22px;
}

.tel_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 607px;
    height: 119px;
    padding: 0 60px;
    border-radius: 60px;
    background-color: #0057AA;
    font-size: 50px;
    color: #fff;
}

.tel_btn a span {
    font-size: 38px;
}

dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 84px;
}

dt {
    width: 200px;
}

dd {
    width: calc(100% - 200px);
}

dd input,
dd textarea {
    width: 100%;
    padding: 15.5px !important;
    background-color: #EDEDED;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 5px;
}

dt,
dd {
    margin-bottom: 31px;
}

.privacy {
    margin-bottom: 48px;
    text-align: center;
}

.privacy p {
    display: flex;
    justify-content: center;
    align-items: center;
}

.privacy a {
    text-decoration: underline;
}

/* .privacy input[type="checkbox"] {
    display: none;
} */

.privacy input[type="checkbox"]+label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    cursor: pointer;
}

.privacy input[type="checkbox"]+label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #C4C4C4;
    border-radius: 5px;
}

.privacy input[type="checkbox"]+label::after {
    content: '';
    position: absolute;
    left: 5.5px;
    top: 5.5px;
    width: 13px;
    height: 13px;
    background-color: #0057AA;
    border-radius: 5px;
    opacity: 0;
}

.privacy input[type="checkbox"]:checked+label::after {
    opacity: 1;
}

.privacy input[type="checkbox"]+label::before,
.privacy input[type="checkbox"]+label::after {
    transition: all 0.3s;
}

.privacy a {
    color: #004DA0;
}

.submit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 300px;
    margin: 0 auto 127px;
    padding: 0 31px;
    height: 70px;
    font-size: 24px;
    font-weight: bold;
    box-shadow: none;
    border-radius: 35px;
    outline: none;
    border: none;
    background-color: #004DA0;
    color: #fff;
    transition: .2s ease-in-out;
    cursor: pointer;
}

.submit_icon {
    position: relative;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
}

.submit_icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-color: #004DA0;
    border-radius: 50%;
    transition: .2s ease-in-out;
}

.submit_icon::after {
    position: absolute;
    top: 50%;
    left: -50%;
    transform: translate(-50%, -50%);
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-color: #062c51;
    border-radius: 50%;
    transition: .2s ease-in-out;
}

@media (hover: hover) {
    .submit:hover {
        background-color: #062c51;
    }

    .submit:hover .submit_icon::before {
        left: 150%;
    }

    .submit:hover .submit_icon::after {
        left: 50%;
    }
}

.wpcf7 p:has(.wpcf7-response-output) {
    display: inline;
}

.screen-reader-response {
    display: none;
}

.wpcf7-not-valid-tip {
    color: rgb(255, 83, 83);
}


.wpcf7-response-output {
    text-align: center;
    color: rgb(255, 83, 83);
    margin-bottom: 32px;
}

@media screen and (max-width:1030px) {}

@media screen and (max-width:640px) {
    .ctct {
        padding-top: 32px;
    }

    .ctct p {
        margin-bottom: 18px;
    }

    .ctct_ttl {
        font-size: 18px;
    }

    .ctct_ttl::before {}

    .tel_btn {}

    .tel_btn a {
        justify-content: center;
        height: 60px;
        padding: 0 36px;
        font-size: 22px;
        border-radius: 32px;
    }

    .tel_btn a span {
        font-size: 22px;
    }

    dl {
        margin-bottom: 34px;
    }

    dt {
        width: 100%;
        margin-bottom: 8px;
    }

    dd {
        width: 100%;
        margin-bottom: 12px;
    }

    dd input,
    dd textarea {}

    dt,
    dd {}

    .privacy {
        margin-bottom: 24px;
    }

    .privacy a {}

    .privacy input[type="checkbox"] {}

    .privacy input[type="checkbox"]+label {
        padding-left: 22px;
        font-size: 12px;
    }

    .privacy input[type="checkbox"]+label::before {
        width: 15px;
        height: 15px;
    }

    .privacy input[type="checkbox"]+label::after {}

    .privacy input[type="checkbox"]:checked+label::after {}

    .privacy input[type="checkbox"]+label::before,
    .privacy input[type="checkbox"]+label::after {}

    .submit {
        margin-bottom: 36px;
        height: 60px;
        border-radius: 32px;
        font-size: 22px;
    }
}