#single-content {
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 400 !important;
}
.container span {
    font-family: 'Noto Sans JP', sans-serif !important;
}
.author-box,
.sns_button,
.en_rss {
    display: none !important;
}
h2.entry-title {
    background-image: url(/img/2013/header-nav-bg.png);
    background-size: 100% 5px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #49baee;
    color: #fff;
    line-height: 1.3;
    font-size: 26px;
    font-weight: 700;
    padding: 25px 40px;
}
#single-content .container {
    font-size: 13px;
    padding: 12px;
}
#single-content .lead {
    font-size: 16px;
    background: none;
    padding: 0;
    margin: 0 0 16px;
}
.p-bordered {
    border: 2px solid #49baee;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1.8;
    padding: 16px;
}
#single-content h3,
#single-content .h3 {
    background-color: transparent;
    background: linear-gradient(180deg, rgba(255,255,255,0) 65%, rgba(254,197,44,.6) 65%);
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    padding: 0;
    margin: 30px 0;
    line-height: 1.5;
    border-left: none;
}
#single-content p {
    font-size: 15px;
}
.board-covid {
    margin-bottom: 25px;
}
.board-covid .row::after {
    display: block;
    content: "";
    clear: both;
}
.board-covid .card {
    background-color: #faf6f0;
    padding: 30px;
    box-sizing: border-box;
    float: left;
    text-align: center;
    margin-bottom: 16px;
} 
.board-covid .card-1 {
    width: 50%;
    border-right: 8px solid #fff;
}
.board-covid .card-2 {
    width: 50%;
    border-left: 8px solid #fff;
}
.board-covid .number {
    font-size: 32px;
    font-weight: 700;
}
.board-head {
    background-color: #faf6f0;
    padding: 16px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 700;
}
.entry-content-news h4 {
    margin-top: 40px;
}
@media screen and (max-width: 759px) {
    #single-content h3, 
    #single-content .h3 {
        background: rgba(254,197,44,.6) !important;
        padding: 10px !important;
        margin: 30px 0 !important;
        box-sizing: border-box;
    }
    .board-covid .card {
        background-color: #faf6f0 !important;
        padding: 30px 16px !important;
    } 
    .entry-content .board-head {
        background: #faf6f0 !important;
        padding: 16px !important;
        margin-bottom: 16px !important;
        box-sizing: border-box;
    }
    .board-covid .card-1,
    .board-covid .card-2 {
        width: 100% !important;
        border-left: 8px solid #fff;
        border-right: 8px solid #fff;
        margin-bottom: 16px !important;
    }
    .board-covid p {
        margin-bottom: 16px !important;
    }
    .p-bordered {
        padding: 16px !important;
        box-sizing: border-box;
    }
    .entry-content p {
        margin-bottom: 16px !important;
    }
    .board-covid .number small {
        font-size: 60%;
    }
}
@media screen and (min-width: 760px) {
    .img-container {
        height: 320px;
        overflow: hidden;
    }
}