@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');

html[lang="ja"] {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }

body {
    margin: 0;
}

.pc {}


.-contact main {
    background-color: #F5F6F7;
    max-width: unset;
}

.-contact main .inner {
    background-color: #fff;
    width: 1000px;
    display: block;
    margin: 100px auto 150px;
}

.contact_ttl {
    color: #85B42C;
    font-size: 32px;
    margin-bottom: 20px;
    font-family: 'Noto Sans JP', sans-serif !important;
}

input[type="text"], input[type="email"], textarea {
    background-color: #F5F6F7;
    border: 1px solid #DDDDDD;
    padding: 10px;
    width: 100%;
    outline: none;
    transition: background-color 0.3s ease;
    border-radius: 10px;
}

input[type="text"] {
    height: 45px;
}

input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
    background-color: #FFFFFF;
}

input[type="text"]::placeholder, textarea::placeholder {
    color: #888888;
    font-style: italic;
    font-size: 14px;
}

input::placeholder {
    color: #888888;
    font-size: 14px;
    font-style: italic;
}

.contact_wrap {
    padding-bottom: 100px;
}

.contact_txt {
    margin-bottom: 30px;
}

b {
    color: red;
}

.contact_cnt {
    padding: 50px 70px 70px;
}

.contact_ttl h1 {
    margin: 0;
    font-family: 'Noto Sans JP';
    font-weight: 500;
    font-size: 32px;
}

.form_ttl {
    background-color: #E6F8C1;
    padding: 15px 20px;
    margin-bottom: 10px;
    border-radius: 8px;
}

.form_ttl h2 {
    margin: 0;
    font-size: 16px;
    font-family: 'Noto Sans JP';
    font-weight: 500;
}

.personal {
    margin: 20px 0;
}


.personal input[type="text"], input[type="email"] {
    width: 570px;
    height: 45px;
}

.personal_data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;
    margin-bottom: 10px;
    position: relative;
}

.personal_data.-mail {
    flex-wrap: wrap;
    margin-bottom: 40px;
    margin-top: 15px;
}

.personal_data.-mail .info {
    text-align: right !important;
    width: 100%;
    margin-right: 160px;
    color: #B70000;
}

.personal_data p {
    margin: 0;
}

.personal_data h3 {
    font-size: 16px;
    font-family: 'Noto Sans JP';
    font-weight: 600;
    margin: 0 0 0 10px;
    display: flex;
    flex-wrap: wrap;
}

.personal_data h3 span {
    /* font-weight: 600;
    font-size: 10px;
    color: brown; */
    display: none;
}

.gender_btn {
    margin-right: 445px;
}

.tel_cnt {
    margin-right: 356px;
}

.form_wrap {}
.form_cnt {}

.personal_data_accept_cnt {
    text-align: center;
    margin: 40px 0px;
}

.form_btn {
    text-align: center;
}

.send_btn {
    color: #fff;
    background-color: #95CA31;
    padding: 20px 160px;
    border: unset;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.send_btn:hover {
    background-color: #94ca3195;
}

.mw_wp_form .personal .error {
    position: absolute;
    left: 205px;
    top: 10px;
}

.foot_copy {
	margin: 0 !important;
}

.mw_wp_form .checkbox-flex .horizontal-item:first-child {
    margin-left: 10px !important;
}

.checkbox-flex {
    display: flex;
    flex-wrap: wrap;
}

.personal_data_accept_cnt .error {
    font-size: 93%;
    color: #B70000;
    display: block;
}

.form_lead_cnt {

}

.form_lead {
    text-align: center;
}

.form_lead img {
    position: absolute;
    top: 170px;
    width: 10%;
}

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

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

@media screen and (max-width:640px) {
    input[type="text"]::placeholder, textarea::placeholder {
        font-size: 14px;
    }

    input::placeholder {
        font-size: 14px;
    }
    .pc {
        display: none;
    }

    .-contact main .inner {
        width: 95%;
        margin: 50px 10px 50px;
    }

    .contact_cnt {
        padding: 30px 15px 60px;
    }

    .contact_ttl h1 {
        font-size: 25px;
    }
    
    .form_ttl {
        padding: 15px;
    }

    .tel_cnt {
        margin-right: 0;
    }

    input[type="text"]::placeholder, textarea::placeholder {
        font-size: 10px;
    }

    .personal_data {
        display: flex;
        align-items: flex-start;
        justify-content: unset;
        height: auto;
        margin-bottom: 10px;
        position: relative;
        flex-direction: column;
    }

    .personal_data.-mail .info {
        display: none;
    }

    .personal_data h3 {
        margin: 0 0 5px 5px;
    }

    .personal_data h3 span {
        font-size: 12px;
        color: brown;
        display: block;
    }

    .personal input[type="text"], input[type="email"] {
        width: 100%;
        height: 45px;
    }

    .personal input[type="email"] {
        width: 100%;
        height: 45px;
    }

    .gender_btn {
        margin-right: 0;
    }

    .send_btn {
        padding: 20px 80px;
        width: 100%;
    }

    .mw_wp_form .personal .error {
        position: unset;
    }

    .form_lead img {
        top: 310px;
        width: 36%;
        left: 30%;
    }
    
}

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

}
