@charset "utf-8";
.con-ct01{
    color: #0f3e80;
    line-height: 160%;
    background: #f2f2f2;
    padding: 80px 0 70px;
}
.con-ct01-tel{
    font-size: 35px;
    font-family: Impact;
    line-height: 160%;
}
.cont_570{
    max-width: 570px;
    margin: 0 auto;
}
.con-ct02{
    padding: 75px 0 0;
    color: #0f3e80;
    font-size: 16px;
    line-height: 160%;
}
.con-required{
    color: #ec1c24;
}
.con-ct02 table{
    width: 100%;
    margin-top: 40px;
}
.con-ct02 table tr td{
    border-bottom: 1px #ccc solid;
    border-top: 1px #ccc solid;
    padding: 20px 0 20px 30px;
    vertical-align: top;
}
.con-ct02 table tr td:first-child{
    background: #f1f1f1;
    white-space: nowrap;
    padding-left: 15px;
    width: 228px;
}
.con-ct02 table tr td input{
    outline: none;
}
.con-ct02 table tr td textarea{
    outline: none;
    resize: none;
    width: 100%;
    height: 400px;
    padding: 10px;
}
.btn-submit{
    background: none;
    border: 0;
    box-shadow: none;
    outline: 0;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    margin-top: 60px;
    margin-bottom: 60px;
}
.con-ct02 table tr td input[type=text]{
    width: 100%;
    height: 35px;
    border: 1px #b2b2b2 solid;
    padding: 10px;
}
/* RWD */
@media screen and (max-width:767px){
    .mgt-60{
        margin-top: 30px;
    }
    .con-ct01{
        padding: 30px 10px;
    }
    .con-ct02{
        font-size: 14px;
        line-height: 160%;
        padding: 30px 10px;
    }
    .con-ct01 .f-24{
        font-size: 18px;
        line-height: 160%;
    }
    .con-ct01 .f-16{
        font-size: 14px;
        line-height: 160%;
    }
    .con-ct01-tel{
        font-size: 25px;
        line-height: 160%;
    }
}

@media screen and (max-width:640px){
    .con-ct02 table tr td, .con-ct02 table tr td:first-child{
        width: 100%;
        display: block;
        padding: 15px 0;
    }
    .con-ct02 table tr td:first-child{
        padding: 15px;
        border-top: 0;
        border-bottom: 0;
    }
    .con-ct02 table tr:first-child td:first-child{
        border-top: 1px #b2b2b2 solid;
    }
    .con-ct02 table tr:last-child td:last-child{
        border-bottom: 0;
    }
    .btn-submit{
        margin: 10px 0 30px;
    }
    .hide_sp{
        display: none;
    }
    .con-ct01{
        text-align: center;
    }
    .con-ct02 table tr td textarea{
        height: 200px;
    }
}