@charset "UTF-8";

/*ここからコンタクトのコンテンツ*/
.formtext{
    padding: 0 10px 35px;
    /*border-bottom: 2px solid #D3D3D3;*/
    text-align: center;
    box-sizing: border-box;
}
.formtext h2{
    font-size: 22px;
    color: #1e1e1e;
    margin-bottom: 30px;
}
.formtext h3{
    font-size: 13px;
    color: #1e1e1e;
    line-height: 1.7;
    margin-bottom: 14px;
}
.formtextborder{
    width: 920px;
    height: 1px;
    background-color: #ececec;
    margin: 0 auto;
    margin-bottom: 50px;
}
/*ここからフォーム*/
.formarea{
    padding: 0 10px;
}
.yourinfo{
    height: 64px;
    margin-bottom: 40px;
}
.formlabel{
    font-size: 13px;
    color: #1e1e1e;
    margin-bottom: 4px;
}
.formarea input,.formarea textarea{
    padding: 10px;
    box-sizing: border-box;
    border: 2px solid #1e1e1e;
}
.formarea input:focus,textarea:focus{
    outline: none;
}
.inputname{
    width: 400px;
    float: left;
}
.inputname input{
    font-size: 16px;
    width: 400px;
    height: 40px;
}
.inputemail{
    float: right;
    width: 500px;
}
.inputemail input{
    font-size: 16px;
    width: 500px;
    height: 40px;
}
.yourmessage textarea{
    width: 920px;
}
.yourmessage{
    margin-bottom: 50px;
}
.formaction{
    text-align: center;
}
.formaction input{
    background-color: #ffffff;
    font-size: 13px;
    padding: 10px 30px;
}
.formaction input:hover{
    background-color: #1e1e1e;
    color: #ffffff;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}
.screen-reader-response{
    margin-bottom: 20px;
    color: #ad181a;
    font-size: 14px;
}
.wpcf7-not-valid-tip{
    color: #ad181a;
    display: block;
    font-size: 14px;
    margin-top: 5px;
}
.screen-reader-response ul{
    display: none;
}
.wpcf7-response-output{
    display: none;
}
.wpcf7-validation-errors{
    display: none;
}





/*ここまでフォーム*/
/*ここまでコンタクトのコンテンツ*/
