@charset "utf-8";

/* kyushokusha  *******************/

.header_line{
    background-image: url(../img/common/header_line.svg);
}
.body_header .lead_text{
    margin-top: 80px;
    margin-bottom: 80px;
    margin-left: 80px;
    text-align: left;
}
#kasou .body_header {
    padding-bottom: 0;
}
#inquiry_form {
    margin-bottom: 80px;
}
#inquiry_form .lead_text{
    padding-top: 30px;
    padding-bottom: 80px;
    text-align: center;
}
.privacy {
    max-width: 784px;
    height: 170px;
    margin: 0 auto;
    overflow-y: scroll;
    background: #FFF;
    padding: 25px;
}
.privacy h4, .privacy h5, .privacy p {
    font-size: 1.5rem;
    margin: 0;
    padding-bottom: 15px;
}

@media screen and ( max-width:767px) {
    .body_header .lead_text{
        margin-top: 40px;
        margin-bottom: 40px;
        margin-left: 0;
        font-size: 1.6rem;
        text-align: left;
    }
}

#inquiry_form{
    padding: 2rem;
    background-color: #ffebee;
}

#inquiry_form .contents {
    background-color: #ffffff;
    border-radius: 0.5rem;
    border: none;
    box-shadow: 0 0 0.1rem rgb(0 0 0 / 25%);
}
#inquiry_form .form_tel input{
    margin-left: 1rem;
    margin-right: 1rem;
    width: 10rem;
}
#inquiry_form .form_tel input:first-of-type{
    margin-left: 0;
}
#inquiry_form .form_tel input:last-of-type{
    margin-right: 0;
}
input[type="submit"]{
    width: 100%;
    padding: 1.5rem;
    font-size: 1.8rem;
    color: #fff;
    background-color: #d81b60;
    border: none;
    border-radius: 0.5rem;
    transition: all .3s;
}
input[type="submit"]:hover{
    background-color: #ad164d;
    transition: all .3s;
}
@media screen and (max-width: 767px){
    #inquiry_form .form_tel input {
        width: 8.5rem;
    }
}