@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 {}

.ff-amiri {
    text-decoration: none;
    color: #000;
}

.foot_info_addr a {
    text-decoration: none;
    color: #000;
}


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

.-contact main .inner {
    width: 1000px;
    display: block;
    margin: 0px auto 150px;
}

.-contact main .inner.-tel {
    margin: 100px auto 50px;
}

.contact_ttl {
    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;
  }

.contact_wrap {
}

.contact_txt {
    margin-bottom: 30px;
    text-align: start;
}

b {
    color: red;
}

.-pc.posi_abso {
    position: absolute;
    left: 250px;
    top: 5px;
}

.-contact .contact_cnt {
    background: #fff;
    border: none;
    border-radius: unset;
}

.contact_tel_cnt {
    padding: 40px 80px;
    background: #fff;
}

.tel p {
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.tel p span {
    padding: 0 0 5px 20px;
}

.tel .ff-amiri {
    font-size: 45px;
    color: #000;
    text-decoration: unset;
}

.tel .ff-amiri::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 45px;
    margin-right: 8px;
    background-image: url('/center/img/cmn/call-pink-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.contact_ttl h1 {
    margin: 0;
    font-family: 'Noto Sans JP';
    font-weight: 600;
    font-size: 24px;
    color: #E5919E;
}

.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: 55px;
}

.personal textarea {
    width: 570px;
    height: 200px;
}

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

.detail_cnt .personal_data {
    height: auto;
}

.personal_data p {
    margin: 0;
}

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

.detail_cnt .personal_data {
    align-items: start;
}
.detail_cnt .personal_data h3 {
}

.tel_cnt {
}

.form_wrap {}
.form_cnt {}

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

.personal_data_accept_cnt a {
    color: #4573c3;
}

.form_btn {
    text-align: center;
}

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

.send_btn:hover {
    background-color: #e5919ea8;
}

.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;
}

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

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

@media screen and (max-width:640px) {
    .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;
    }

    .tel {

    }

    .contact_tel_cnt {
        padding: 40px 15px;
    }

    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 h3 {
        margin: 0 0 5px 5px;
        display: flex;
    }

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

    .personal textarea {
        width: 100%;
        height: 180px;
    }

    .gender_btn {
        margin-right: 0;
    }

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

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

    
}

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

}
