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

/*下層css Contact*/
/*デバイス共通====================================*/

.contact_box__row{
margin-bottom: 20px;
}
.contact_box__row{
font-weight: 500;
}
.req
{
color:#4A741F;
font-weight: 700;
margin-left: 10px;
}
.contact_box__row input{
background-color: #E9F0D3;
width: 100%;
height: 50px;
margin-top: 10px;
padding: 20px;
}
.contact_box__row textarea{
background-color: #E9F0D3;
width: 100%;
height: 250px;
margin-top: 10px;
padding: 20px;
}
.contact_box__input{
background-color: #E9F0D3;
width: 100%;
height: 50px;
margin-top: 10px;
padding: 20px;
}
.contact_box__textarea{
background-color: #E9F0D3;
width: 100%;
height: 250px;
margin-top: 10px;
padding: 20px;
}


.contact__privacy__heading{
font-size: 21px;
font-weight: 700;
color: #000;
margin-bottom: 10px;
}
.contact__privacy__box{
padding: 20px;
margin-top: 10px;
height: 250px;
overflow: auto;
border: 1px solid #000;
line-height: 1.5;
}
.contact__privacy__agreement{
margin-top: 20px;
}
.wpcf7-not-valid-tip{
box-sizing: border-box;
border-radius: 5px;
background-color: #0F2B00;
color: #fff!important;
display: block;
font-size: 14px;
font-weight: bold;
margin-top: 10px;
padding: 10px 10px;
position: relative;
}
.wpcf7-not-valid-tip::before{
content: "";
border: 10px solid transparent;
border-bottom: 15px solid #0F2B00;
position: absolute;
top: -25px;
left: 5%;
}

/*SP================================================*/
@media only screen and (max-width: 768px) {

.contact__wrap{
padding-bottom: 80px;
}
.contact__inner{
max-width: 90%;
margin: 0 auto;
}
.submitBtn,.resetBtn{
width: 300px;
padding: 20px 0;
}
.submitBox{
display: flex;
justify-content: center;
margin-top: 40px;
gap:20px;
}
}


/*tablet================================================*/

@media screen and (min-width:769px) and ( max-width:1279px) {

.contact__wrap{
padding-bottom: 80px;

}
.contact__inner{
max-width: 90%;
margin: 80px auto 0;
}
.submitBtn,.resetBtn{
width: 300px;
padding: 20px 0;

}
.submitBox{
display: flex;
justify-content: center;
margin-top: 40px;
gap:20px;
}
}

/*PC============================================================*/
@media (min-width: 1280px) {

/*Contact PC--------------------*/
.contact__wrap{
padding-bottom: 200px;
}
.contact__inner{
max-width: 800px;
margin: 80px auto 0;
}
.submitBtn,.resetBtn{
width: 300px;
padding: 20px 0;
}
.submitBox{
display: flex;
justify-content: center;
margin-top: 40px;
gap:40px;
}
}
