<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
 .mw_wp_form .error {
color: #ff0000;
}
.error_messeArea {
max-width: 1140px;
width: 100%;
margin: -100px auto 0;
padding: 100px 25px 0;
}
.error_messe {
display: block; width: 100%;
margin-bottom: 50px; padding: 10px;
color: #ff0000;
font-weight: bold;
line-height: 1.3;
}
@media screen and (max-width: 768px) {
.error_messeArea {
padding: 100px 2.5% 0;
}
}</pre></body></html>