@charset "UTF-8";
.ttl-contact-info {
    font-size: 1.125rem;
}
.contact-info {
    font-size: 0.875rem;
}
.nav-contact-status {
    font-size: 0.875rem;
    font-weight: bold;
}
.nav-contact-status .contact-status {
    background: #e3e3e3;
    padding: 1rem 5.875rem;
}
.nav-contact-status .contact-status.active {
    background: #005293;
    color: #fff;
}
.input-password {
    max-width: 100%;
    width: 17.5rem;
}



/* タブレット */
@media screen and (max-width:768px) {
    .nav-contact-status {
        font-weight: normal;
    }
    .nav-contact-status .contact-status {
        padding: 1rem 0;
        text-align: center;
        width: 32%;
    }

}

/* sp */
@media screen and (max-width:575px) {

}
