/* ////////////////////////// お問合せフォーム ////////////////////////////// */

.form{
    border:1px solid #ccc;
    padding:50px;
    }
    
    .form-attention{
    font-size:13px;
    }
    
    .contact-form{
    display:flex;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    list-style:none;
    border:1px solid #ccc;
    border-bottom:none;
    margin-top:30px;
    }
    
    .contact-form dt{
    width:30%;
    padding:20px 0;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    background:#eee;
    padding:20px;
    }
    
    .contact-form dd{
    width:70%;
    padding: 20px 0; 
    border-bottom:1px solid #ccc;
    padding:20px;
    }
    
    
    .hissu{
    padding:3px 8px 4px;
    background:#f00;
    color:#fff;
    font-size:12px;
    font-weight:bold;
    margin-right:5px;
    position:relative;
    top:-1px;
    line-height:1em;
    }
    
    select{
    font-size:16px;
    color:#333;
    border:1px solid #ccc;
    padding:5px;
    }
    
    .contact-form dd input[type="text"], .contact-form dd input[type="tel"], .contact-form dd input[type="email"]{
    width:100%;
    height:30px;
    border:1px solid #ccc;
    padding:5px;
    font-size:16px;
    }
    
    .contact-form dd.form-tel input[type="text"]{
    width:100px;
    }
    
    .contact-form dd textarea{
    width:100%;
    border:1px solid #ccc;
    padding:5px;
    font-size:16px;
    }
    
    .form-button{
    text-align:center;
    margin-top:25px;
    margin-bottom:50px;
    }
    
    .form-button input[type="submit"]{
    padding:10px;
    width:200px;
    background:#130f58;
    color:#fff;
    font-size:16px;
    font-weight:bold;
    border-radius:0;
    border:0;
    margin-top:5px;
    }

    .back-button{
        padding:10px;
        background:#666;
        color:#fff;
        font-size:16px;
        font-weight:bold;
        border-radius:0;
        border:0;
        margin-top:5px;
        }
    
    /* MW WP Form */
    .mw_wp_form_input .input-hidden{
    display:none;
    }
    
    /* 確認画面で非表示にするもの */
    .mw_wp_form_confirm .confirm-hidden{
    display:none;
    }


@media screen and ( max-width:800px )
{
/* ////////////////////////// お問合せフォーム ////////////////////////////// */

.input-attention div{
width:100%;
}

.input-attention div:nth-child(2){
margin-left:0;
}

.contact-form dt{
width:100%;
padding:10px;
}

.contact-form dd{
width:100%;
padding:10px;
}

.contact-form dd input[type="text"], .contact-form dd input[type="tel"], .contact-form dd input[type="email"]{
font-size:16px;
}

.contact-form dd.form-tel input[type="text"]{
width:25%;
}

}