/* 災害情報 */
/* section.disaster {
    position: relative;
    text-align: center;
    width: 100%;
    background-color: #CA0404;

} */


#bnrDisaster {
        position: relative;
    text-align: center;
    width: 100%;
    background-color: #CA0404;
    position: relative;
    height: 100%;
    line-height: 2.6;
    letter-spacing: .05em;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 500;
    display:inline-block;
    width:100%;
}

#bnrDisaster progress {
    display: inline-block;
    vertical-align: middle;
}

#bnrDisaster a,
#bnrDisaster a:visited {
    color: #fff;
    text-decoration: none;
}

section.disaster:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
    cursor: pointer;

}

/* h2.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
} */

/* ===============================================
 --- 600px以下 --- 
=============================================== */
@media screen and (max-width: 600px) {
    #bnrDisaster{
position: relative;
    /* height: 50%; */
    line-height: 3;
    letter-spacing: .05em;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    }
}