@charset "UTF-8";

/* ---- お問い合わせフォーム ---- */
div.form-group:nth-child(6) .form-label {
display: none;
}
div.form-group:nth-child(6) .form-control {
display: none;
}
div.form-group:nth-child(7) .form-label {
display: none;
}
div.form-group:nth-child(7) .form-control {
display: none;
}


/*PC*/
@media screen and (min-width: 515px) {

}


/*SP*/
@media screen and (max-width: 514px) {

}