@charset "utf-8";
.displayNone{
	display: none;
}
.contact_underarea p.f01 {
    padding: 1em 0;
}
.contact_underarea {
    background: none;
    background-color: #fffce9;
    border: 5px solid #e2e2d6;
    border-radius: 5px;
    height: auto;
}
.contact_underarea p.f02 {
    font-weight: bold;
    font-size: 16px;
}
.input_Wrap {
    height: 0;
    overflow: hidden;
    display: none;
}
.input_Wrap input {
    width: 60%;
}
@media (max-width: 768px){
.contact_underarea p.f02 {
    padding: 1em 0 0;
    text-align: center;
    font-size: 12px;
}
.contact_underarea p.f01 {
    padding: 1em;
}
}