.inquiry-header {
    color: white;
    font-size: 1.5em;
    font-weight: 900;
}

.sitemap {
    font-size: .8em;
}

.inquiry-header {
    padding: 10%;
    background-image: url(../image/inquiry-header.jpg);
    background-position: center;
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
}


/* PC */
@media screen and (min-width:601px) {}

@media screen and (max-width:600px) {}