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


/*==============================
お問い合わせ
==============================*/
@media all and (max-width: 767px) {
.contact-top{
background: url(../contact/images/contact-top.jpg) no-repeat center;
height: 150px;
background-size: 300% auto;
margin-top: 50px!important;
}
}

@media all and (min-width: 768px) {
.contact-top{
background: url(../contact/images/contact-top.jpg) no-repeat center;
background-size: cover;
height: 190px;
}
}

.contact-top h3{
color: #0A2471!important;
}
.required{
background-color: #C90613;
padding: 4px 5px;
margin-left: 2rem;
color: #FFFFFF;
font-size: 1.1rem;
}
.control-label{
font-weight: bold;
font-size: 1.4rem;
}
input[type="submit"] {
    background-color: #1E65C7;
    color: #FFFFFF;
    font-size: 1.8rem;
    padding: 10px;
    border: none;
}
.privacy-atten a{
text-decoration: underline;
}
.contact-atten{
font-weight: bold;
font-size: 1.6rem;
}
.contact-redi{
display: inline-block;
color: #FFFFFF;
background-color: #C90613;
padding: 5px 15px;
text-decoration: none;
}
.contact-redi a{
display: inline-block;
color: #FFFFFF;
background-color: #C90613;
padding: 5px 15px;
text-decoration: none;
}</pre></body></html>