
@charset "UTF-8";

/*----------講師紹介ボタンレイアウト調整------------*/
.contents_btn01.block_button_1 {
    width: calc(100% - 120px);
    text-align: left;
}
.heading.block_header_4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contents_btn01 a {
    text-decoration: none;
}
@media(max-width: 900px) {
.contents_btn01.block_button_1 {
    width: 100%;
    text-align: center;
}
.heading.block_header_4 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
}