@charset "UTF-8";
/*お問合せページ*/

main {
    background: #fcfbf8;
}
#pageTtl + p {
    width: 94%;
    max-width: 1080px;
    margin: 3rem auto;
    text-align: center;
}
.complete {
    height: 30vh;
    display: flex;
    flex-direction:column;justify-content: center;
}
#mail_form {
    margin-bottom: 3rem !important;
}
#mail_form dl {
    font-size: 16px;
}
@media screen and (max-width: 480px) {
    .complete {
        height: 20vh;
    }
}
/**************************************************
concept
**************************************************/
