@charset "UTF-8";
/* CSS Document */

/*---------------------

 お問合せ

---------------------*/
.contact .stepimg{
    margin:20px 0;
}
.contact .hissu{
    color: #fff;
    background: #2ab6cc;
    line-height: 1;
    padding: 0 4px 1px;
    border-radius: 5px;
    font-size: 1.3rem;
    margin-left: 10px;
}
.contact .step{
    text-align: center;
    padding: 20px 0 40px;
}
.contact .form{
    background: #f4fafe;
    padding: 30px 0 30px;
    border-radius: 14px;
    max-width: 900px;
    margin: 0 auto;
}
.contact .chu{
    text-align: center;
/*    font-size: 1.3rem;*/
    padding-bottom: 15px;
}
.contact dl dt{
    margin-bottom: 10px;
    padding-left: 3px;
}
.contact dl dd{
    margin-bottom: 20px;
}
.contact input,
.contact textarea{
    border: none;
    padding: 8px 8px 7px;
    line-height: 1.8;
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 1.6rem;
}
/*
.contact .use{
    display: block;
    width: 100%;
}
*/
.contact .wpcf7-list-item label{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.contact .wpcf7-list-item{
    margin: 0;
}
.contact .wpcf7-list-item input{
    width: 20px;
}
.contact .dai-flex p{
    display: flex;
}
.contact .dai-flex p .dai1{
    width: 95%;
}
.contact .dai-flex p .dai2{
    width: 5%;
    text-align: right;
}
.contact .dai1 .wpcf7-form-control-wrap{
    width: 100%;
    display: flex;
}
.contact .btn.blue{
    border: none;
}
.policybox{
    text-align: center;
}
.policybox a{
    text-decoration: underline;
}
.policybox .hissu{
/*    display: inline;*/
}
.contact .btn{
    margin: 30px auto 0;
/*    background-color: transparent;*/
}








