/*タイトルの調整*/
#title20191107{/*全国ビルメンテンス協同組合連合会 関連*/
    font-size: 0.85em;
}
/*画像不具合の直し*/
#img20191107{
    width: 90%;
    margin: 0 auto 1em auto;
}
#img20191018{
    transform: rotateZ(0deg);
}
@media screen and (max-width: 481px){
#title20191107{/*全国ビルメンテンス協同組合連合会 関連*/
    font-size: 1.05em;
}
    
}
/*====================
フレーム＆文字サイズ基準
====================*/
/*囲み枠*/
.topicbox{
    padding: 0.5em 1em;
    margin: 0 2% 2em 2%;
    color: #5d627b;
    background: white;
    border-left : solid 5px #5d627b;
    border-top : solid 5px #5d627b;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.22);
    width: 96%;
}
.yymmdd{
    font-family: "Noto Sans Japanese";
    font-size:1.3em;
    margin-top: 1em;
    padding-left: 1em;
}

.boxtitle{
    color: #333;
    margin-top: 0.75em;
    margin-bottom: 0.5em;
    position: relative;
    padding-bottom: 0.2em;
    border-bottom: 4px solid #DDD;
}
.boxtitle::after {
     position: absolute;
     content: " ";
     border-bottom: solid 4px #446689;
     bottom: -4px;
     width:10%;
     display: block;
}
.boxtitle p{
    font-size:1.25em;
}
.boximg {
    margin-bottom: 1em;
}
.boximg img{
    width: 100%;
}
.boxcontents p{
    font-size: 0.95em;
}
.boxcontents a{
    font-size:0.8em;
}

@media screen and (max-width: 481px){
.boxtitle p{
    font-size:0.85em;
    }
.boxcontents p{
    font-size: 0.7em;
    }
.boxcontents a{
    font-size: 0.6em    
    }
}