@charset "UTF-8";

body {
    background-color: #fff;
}
#form_wrap {
    font-size: 15px;
}
#form_wrap .check input,
#form_wrap .radio input {
    margin-right: 5px;
}
#form_wrap .footer_bottom {
    padding-bottom: 20px !important;
}

input[type="submit"] {
    border: 0;
    box-shadow: 0;
}
input[type="button"] {
    border: 0;
    box-shadow: 0;
}
.form div.validation-error {
    display: block;
    color: #d00303;
    text-align: justify;
    padding-left: 10px;
}
.form .error-message {
    background-color: #efefef;
    color: #d00303;
    list-style: none;
    padding: 1rem;
}
#form_wrap input,
#form_wrap textarea,
#form_wrap select {
    border: 1px solid #b8b8b8;
    border-radius: 0;
}

#header_contact {
    text-align: center;
    padding: 30px;
    margin: 0 20px;
    background-color: white;
}
#header_contact h1 {
    line-height: 0;
    margin: 0;
}
.privacy_01,
.privacy_02 {
    text-align: justify;
    padding-bottom: 1rem;
}

.form h3 {
    font-size: 1.8rem;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}
.sec_contact {
    padding: 110px 0;
    background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url(../../assets/img/vendor_bg.jpg);
    background-repeat: no-repeat;
    background-size: 130%;
    background-position: center bottom;
}
.contact_wrap {
    position: relative;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
.privacy_checkbox {
    margin-right: 8px;
}
.form .input-wrap .underline a {
    border-bottom: 1px solid #000;
    transition: all 0.3s ease;
}
.form .input-wrap .underline a:hover {
    color: #bb0115;
    border-bottom: 1px solid #bb0115;
    opacity: 1;
}
.footer .content .inner {
    padding-top: 0;
    margin-bottom: 0;
    border-top: 0;
}

.contact-kv {
    height: 180px;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../../assets/img/top-kv_bg.jpg);
    background-repeat: no-repeat;
    background-color: #000;
    background-size: 110%;
    background-position: center;
}
.contact-kv .content,
.contact-kv .container {
    position: relative;
    width: 100%;
    height: 100%;
}
.contact-kv .contact-kv_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.contact-kv .contact-kv_ttl h1 {
    font-size: 2.3rem;
    color: #fff;
    letter-spacing: 0.1rem;
    margin-bottom: 30px;
    filter: drop-shadow(0 0 8px rgb(0, 0, 0, 0.3));
}

.form {
    max-width: 980px;
    color: #000;
    background-color: rgba(0, 0, 0, 0.07);
    padding: 80px;
    margin: 0 auto;
    box-sizing: border-box;
}
.form .input-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    gap: 40px;
}
.form .input-wrap > label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: justify;
    width: 30%;
    box-sizing: border-box;
}
.form .input-wrap label .required {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
    color: #fff;
    line-height: 1.6;
    padding: 4px 6px 3px;
    background-color: #bb0115;
}
.form .input-wrap div.input {
    flex: 1;
    box-sizing: border-box;
}
.form .input-wrap div.input input::placeholder {
    font-size: 15px;
}
.form .input-wrap div.input > input,
.form .input-wrap div.input > textarea {
    width: 100%;
    font-size: 15px;
    padding: 20px;
    box-sizing: border-box;
}
.form .input-wrap.radio_wrap div.input {
    display: block;
}
.form .input-wrap.radio_wrap div.input div {
    display: flex;
    align-items: center;
    width: auto !important;
    margin-bottom: 10px;
}
.form .input-wrap.radio_wrap div.input div input[type="radio"] {
    margin-right: 8px;
}
.form .input-wrap.radio_wrap div.input div label {
    padding: 0;
    margin-bottom: 0;
}
.form .privacy_02 .input-wrap div.input div {
    width: 100%;
    align-items: center;
}
.form .button,
.form .btn_top {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 260px;
    height: 70px;
    font-size: 15px;
    color: #fff;
    border: 0 !important;
    background: linear-gradient(140deg, rgba(30, 122, 201, 1) 0%, rgba(125, 72, 176, 1) 60%);
    filter: drop-shadow(0 0 10px rgb(0, 0, 0, 0.6));
    margin: 0;
    transition: all 0.3s ease;
}
.form .btn_top {
    margin: 50px auto 0!important;
}
.form .button:hover,
.form .btn_top:hover {
    transform: translateY(5px);
    filter: drop-shadow(0 0 5px rgb(0, 0, 0, 0.6));
}

.form dl.confirm {
    display: flex !important;
    flex-wrap: wrap;
    gap: 30px 40px;
}
.form dl.confirm dt,
.form dl.confirm dd {
    padding: 20px;
    box-sizing: border-box !important;
    margin-left: 0 !important;
}
.form dl.confirm dt {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 30%;
    padding: 0!important;
    box-sizing: border-box !important;
}
.form dl.confirm dt p.required {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
    color: #fff;
    line-height: 1.6;
    padding: 4px 6px 3px;
    background-color: #bb0115;
}
.form dl.confirm dd {
    width: calc(70% - 40px);
    line-height: 1.1;
    padding: 0!important;
    box-sizing: border-box !important;
}
.form dl.confirm dd p {
    padding: 20px;
    border: 1px solid #b8b8b8;
    background-color: #fff;
}
.form .form-submit_button {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 570px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
.form .form-submit_button .button {
    margin: 0 auto;
}

.form.complete .content {
    max-width: 780px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.form .return_button {
    margin-top: 50px;
}
.form .return_button a {
    color: #fff;
}

.form .notice {
    color: #bb0115;
    text-align: center;
    margin-top: 20px;
}

/* media query : mobile
---------------------------------------------*/
@media screen and (max-width: 768px) {
    .sec_contact {
        padding: 60px 20px;
        margin-bottom: 0;
        background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url(../../assets/img/vendor_bg_sp.jpg);
        background-repeat: no-repeat;
        background-size: 130%;
        background-position: center bottom;
    }
    .contact-kv {
        height: 170px;
        background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../../assets/img/top-kv_bg_sp.jpg);
        background-size: cover;
        background-position: center;
    }
    .contact-kv .contact-kv_ttl h1 {
        font-size: 1.8rem;
        margin-bottom: 0;
    }
    .form {
        width: 100%;
        padding: 40px 20px;
        box-sizing: border-box;
    }
    .form .input-wrap {
        margin-bottom: 20px;
        gap: 0;
    }
    .form .input-wrap > label {
        width: 100%;
        margin-bottom: 10px;
    }
    .form .input-wrap div.input input::placeholder {
        font-size: 15px;
    }
    .form .input-wrap div.input > input,
    .form .input-wrap div.input > textarea {
        padding: 18px 15px;
    }
    .form .input-wrap div.input div {
        width: 100%;
    }
    .form .privacy_02 .input-wrap div.input div {
        width: 100% !important;
    }
    .form .form-submit_button {
        margin-top: 20px;
    }
    .form dl.confirm {
        gap: 0;
    }
    .form dl.confirm dt,
    .form dl.confirm dd {
        width: 100%;
    }
    .form dl.confirm dt {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .form dl.confirm dt {
        margin-bottom: 10px;
    }
    .form dl.confirm dd {
        margin-bottom: 20px;
    }
    .form dl.confirm dd p {
        width: 100%;
        padding: 18px 15px;
        box-sizing: border-box;
    }
    .form .button,
    .form .btn_top {
        width: calc(50% - 10px);
        height: 60px;
    }
    .form .btn_top {
        margin: 40px auto 0!important;
    }
    .form .return_button {
        margin-top: 40px;
    }
    .form .input-wrap.radio_wrap div.input div {
        display: flex;
        align-items: center;
        width: auto !important;
        margin-bottom: 5px;
    }
    .form h3 {
        font-size: 1.6rem;
    }
    .form .contact_txt {
        text-align: left;
    }
    dd {
        margin-inline-start: 0 !important;
    }
}