/*--topページメインビジュアルの文字中央寄せ--*/
#main_text_b{
text-align: center;
width: 100%;
height: 80vh;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
margin-top:0% !important;
}
#main_text_b h4{
display:inline-block;
/*background-color: rgba(0, 0, 0, 0.65);
padding-top: 1em;*/
}
@media only screen and (max-width: 640px){
#main_text_b{
width: 100%;
align-items: center;
text-align: center;
height:calc(80vh - 60px);
}
}
/*//--topページメインビジュアルの文字中央寄せ--*/





