body{
font-family:'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 487px) {
html,body{
font-size: 2.1vw;
}
}


@media screen and (max-width: 690px) {
html,body{
font-size: 3.6vw;
}
}

p{
color: #fff;
margin-bottom: 0.5em;
font-size: 1.6rem;
}


input,textarea{
line-height: 1.6;
font-family:'Noto Sans JP', sans-serif;
font-size: 14px;
}

input:not([type=submit]),textarea{
box-sizing: border-box;
background-color: #f4f4f4;
border:none;
border-radius: 5px;
width: 100%;
padding: 0.4em;
}

textarea{
height: 6em;
}

.wpcf7-form-control-wrap{
display: block;
}

input[type=submit]{
box-sizing: content-box;
background-color: #fff;
color: #000;
border-width: 1px;
border-radius: 5px;
width: 4em;
padding: 0.5em 3em;
font-size: 18px;
font-weight: bold;
}

.screen-reader-response ul{
display: none;
}

.screen-reader-response{
color: #fff;
margin-bottom: 1em;
font-size: 13px;
font-weight: bold;
text-align: center;
}

.screen-reader-response p[role=status]{
background-color: #f00;
text-align: center;
font-size: 11px;
}

.wpcf7-response-output{
background-color: #f00;
color: #fff;
margin-top: 1em;
font-size: 13px;
font-weight: bold;
text-align: center;
font-size: 11px;
}

.wpcf7-not-valid-tip{
font-weight: bold;
}

@media screen and (max-width: 690px) {

p,input:not([type=submit]),textarea{
font-size: 1rem;
}

input[type=submit]{
font-size: 1rem;
}

}