@charset "UTF-8";
body{
background-color:#fff;
}
.inline_B{
	display: inline-block;
}

#coronavirus {

font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    line-height: 1.7;
    max-width: 900px;
    padding: 100px 0;
    margin: 0 auto;
    min-height: calc( 100vh - 112px );
    box-sizing: border-box;
}
#coronavirus p.sub_ttl {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.12em;
}
#coronavirus h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 1.5;
}
#coronavirus h2 span {
    font-weight: bold;
}
#coronavirus .coronavirus_button {
    
}
#coronavirus .coronavirus_button a {
    display: block;
    text-align: center;
    line-height: 1.5;
    padding: 20px 0;
    background: #222;
    color: #fff;
    margin-bottom: 20px;
    text-decoration:none;
    font-size: 18px;
}
#coronavirus p.big_ttl {
    font-weight: bold;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 10px;
}

#coronavirus .emergency_declaration_text {
    margin-bottom: 30px;
}
#coronavirus .emergency_declaration_text p.text {
    margin-bottom: 30px;
}
#coronavirus p.ttl {
    font-weight: bold;
}
#coronavirus p.name {
    margin-top: 30px;
    text-align: right;
}

#coronavirus ul.coronavirus_news li{
    margin-bottom: 40px;
}
#coronavirus ul.coronavirus_news li .news_day{
    background: #111;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    padding: 10px;
    margin-bottom: 15px;
}
#coronavirus ul.coronavirus_news li .news_ttl{
    font-weight: bold;
    margin-bottom: 5px;
}

a.back {
    display: inline-block;
    margin-top: 40px;
}

@media screen and (max-width: 979px) {

    #coronavirus {
        padding: 50px 50px;
        min-height: calc( 100vh - 112px );
    }
    #coronavirus h2 {
        font-size: 26px;
        margin-bottom: 20px;
        line-height: 1.5;
    }
    #coronavirus .coronavirus_button a {
        padding: 15px;
        margin-bottom: 15px;
        font-size: 16px;
    }
    
    #coronavirus ul.coronavirus_news li .news_day {
        margin-bottom: 10px;
    }
    #coronavirus ul.coronavirus_news li {
        margin-bottom: 20px;
    }
    #coronavirus p.ttl {
        font-weight: bold;
        margin-top: 10px;
    }
}
@media screen and (max-width: 767px) {
    #coronavirus p.big_ttl {
        font-weight: bold;
        font-size: 16px;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    #coronavirus {
        padding: 50px 30px;
        min-height: calc( 100vh - 114px );
    }
    #coronavirus h2 {
        font-size: 22px;
        margin-bottom: 20px;
        line-height: 1.5;
    }
    #coronavirus p.sub_ttl {
        font-size: 16px;
        letter-spacing: 0.06em;
    }
    #coronavirus .coronavirus_button a {
        margin-bottom: 15px;
        font-size: 16px;
    }
    
    #coronavirus ul.coronavirus_news li .news_day {
        margin-bottom: 10px;
    }
    #coronavirus ul.coronavirus_news li {
        margin-bottom: 20px;
    }
    #coronavirus p.ttl {
        font-weight: bold;
        margin-top: 10px;
    }
}
@media screen and (max-width: 480px) {
    #coronavirus p.big_ttl {
        font-size: 14px;
    }
    #coronavirus p.sub_ttl {
        font-size: 14px;
        letter-spacing: normal;
    }
}
