@charset "utf-8";
:root {
    --color-blue:#130A8F;
    --maxwidth:1220px;
}
/*お問い合わせ*/
#contact {
    max-width: 742px;
    margin: 0 auto;
}
#contact .intro{
    margin-bottom: 60px;
    text-align: center;
}
#contact .intro .intro_heading{
    margin-bottom: 1em;
    font-size: 33px;
    font-weight: 500;
}
#contact .intro .intro_txt{
    font-size: 14px;
}
#contact.thanks .intro .intro_txt{
    margin-bottom: 1.5em;
}
#contact .form_tbl {
    display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
    margin: 0 auto;
    font-size: 15px;
}
#contact .form_tbl dt {
    /*width: 200px;*/
    width: 100%;
    /*padding: 10px 0;*/
}
#contact .form_tbl dd {
    width: 100%;
    padding: 10px 0 30px;
}
#contact .form_tbl:last-of-type dd{
    padding: 10px 0 40px;
}
#contact .hissu {
    padding: 0px 6px 2px;
    margin-left: 10px;
    background: #B90939;
    border-radius: 4px;
    line-height: 1;
    color: #fff;
    font-size:12px;
}
#contact .form_tbl dd label {
    display: inline-block;
}
#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact textarea {
    padding: 10px 15px;
    width: 100%;
    border: 1px #707070 solid;
    outline: none;
    box-sizing: border-box;
}
#contact textarea {
    height: 224px;
    max-width: 100%;
}
#contact .check{
    margin-bottom: 52px;
    font-size: 14px;
}
#contact .check a{
    text-decoration:underline;
}
#contact .wpcf7-acceptance .wpcf7-list-item {
    display: block;
    margin-left: 0;
    line-height: 1;
}
#contact .wpcf7-list-item + #contact .wpcf7-list-item {
    margin-top: 8px;
}
#contact input[type="checkbox"] {
    display: none;
}
#contact .wpcf7-list-item-label {
    position: relative;
    height: 20px;
    line-height: 20px;
    padding-left: 25px;
    display: inline-block;
}
#contact .wpcf7-list-item-label::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #707070;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
}
#contact input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    content: "";
    display: block;
    width: 0.8em;
    height: 0.5em;
    border-top: 2px solid var(--color-blue);
    border-right: 2px solid var(--color-blue);
    transform: rotate(135deg);
    position: absolute;
    left: 5px;
    top: 4px;
}

#contact .send {
    text-align: center;
}
#contact .form_tbl.note {
    margin-top: 1em;
    color: #0000ff;
}
@media screen and (max-width: 1024px) {
    #contact {
        
    }
    #contact .form_tbl dt {
        /*width: 180px;*/
    }
}
@media screen and (max-width: 827px) {
    #contact .form_tbl dt {
        /*width: 160px;*/
    }
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 767px) {
    #contact {
        
    }
    #contact .intro .intro_heading{
        font-size: 5.86cqw;
    }
    #contact .intro .intro_txt{
        font-size: 3.46cqw;
    }
    #contact .form_tbl{
        font-size: 3.73cqw;
    }
    #contact .form_tbl dt {
        width: 100%;
    }
    #contact .form_tbl dd {
        
    }
    #contact .hissu{
        font-size: 3.2cqw;
    }
    #contact .check{
        font-size: 3.73cqw;
        
    }
}
/*END　お問い合わせ*/

/*サンクス*/

@media screen and (max-width: 768px) {
    
}
@media screen and (max-width: 767px) {
    
}
/*END　サンクス*/
