@charset "UTF-8";
/*==============
    contact
===============*/
#contact span.attention{
    display: block;
    color: red;
    margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
#contact span.attention{
    margin-bottom: 32px;
}
}