@charset "utf-8";
div#covidWrap{
    background: #FF5F00;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    height: 110px;
    line-height: 110px;
    font-size: 1.6em;
    position: relative;
    letter-spacing: 0.1em;
    color: #fff;
}
    div#covidWrap a{
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
    }
section.sctCovid{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}
div.sctCovid-Inner{
    width: 1100px;
    margin: 0 auto;
    max-width: 96%;
}
div.sctCovid-Inner img{
    width: 100%;
}
@media screen and (max-width : 1300px) {
}

@media screen and (max-width : 1100px) {
}

@media screen and (max-width : 1024px) {
}

@media screen and (max-width : 768px) {
div#covidWrap{
    font-size: 1.4em;
    letter-spacing: 0;
    height: 100px;
    padding: 10px 0;
    line-height: 1.4;
}
    div#covidWrap p{
        height: 40px;
        margin: 20px auto 0;
    }
}

@media screen and (max-width : 634px) {
}

@media screen and (max-width : 480px) {
}

@media screen and (max-width : 320px) {
}