.sig-bnr{
    text-align:center;
    margin-bottom:20px;
}
@media screen and (max-width: 640px){
.sig-bnr img{
    width:100%;
}
}
@media screen and (max-width: 991px){
.blog-img img{
  max-width:fit-content!important;  
}
}
.top-text-box {
text-align: center;
}
.top-text-center{
text-align: left;
display: inline-block;
}

/* 採用情報見出し中央・小見出し・文字サイズ・色*/
.recruit_midashi {
    text-align:center!important;
    font-weight:bold!important;
}

.recruit_overview {
    color:#004EA0!important;
    font-size:28px!important;
    font-weight:bold!important;
}

@media screen and (max-width:959px) {
   .recruit_overview {
       font-size:18px!important;
    }
}