<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* --------------------------------------------------

	contact

-------------------------------------------------- */

#h1Conatct {
    padding-left: 40px;
    background: url("../images/common/f_contact.png") no-repeat left center;
    background-size: 30px 30px;
}

form {
    margin: 0 0 30px;
}

form dl dt {
    margin-bottom: 4px;
    font-weight: bold;
}

form dl dd {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

form dl dd input,
form dl dd select,
form dl dd textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    border: none;
    background: #e3e3e3;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

form dl dd select {
    appearance: button;
    -webkit-appearance: button;
    -moz-appearance: button;
}

form dl dd textarea {
    height: 10em;
}



@media screen and (min-width: 768px) {
    /* --------------------------------------------------

	contact

    -------------------------------------------------- */

    form dl {
        width: 50%;
        margin: 0 auto 30px;
    }

    form .buBox {
        width: 50%;
        margin: 0 auto 30px;
    }

}

@media screen and (min-width: 1024px) {}</pre></body></html>