@charset "UTF-8";

/*-----------------------------画像の角を丸く---------------------------------*/
#lowerOnline + section .inner_item_img img {
	border-radius: 5px;
}

/*-------------------塾名のスタイル変更------------------------*/
#LowerAccess + div .heading.block_header_4 .h {
    font-family: 'Noto Sans JP', "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
    color: var(--i_txt_color);
    font-size: 27px!important;
    text-shadow: 2px 2px 1px #d3d3d3;
}

@media screen and (max-width:450px) {
    #LowerAccess + div .heading.block_header_4 .h {
        font-size: 6vw!important;
    }
}