﻿
/*  history（教室の沿革）ページ
　　　　みぎ側の大きさ　　　　*/
.f_r_history{
	display: inline-block;
}


@media (max-width: 768px) {
	
/*  history（教室の沿革）ページ
　　　　みぎ側の大きさ　　　　*/
.f_r_history{
	width:100%;
}

	
}



/* --------------------------------------------------
	サイドメニュー
-------------------------------------------------- */
/* タイトル部分テキスト */
/*

.l_sidemenu_title_txt{
	height:101px;
	background-image:url('../image/txt-sidemenu-title.png');
	background-repeat:no-repeat;
	background-position:center 55px;
}

@media (max-width: 768px) {
	.l_sidemenu_title_txt{	
		height:57px;
		background-image:url('../image/txt-sidemenu-title.png');
		background-repeat:no-repeat;
		background-position:center 10px;
	}
}
*/

.l_toriatsukai{
    text-align: center;
    line-height: 1.2em;
    font-size:2em;
    font-weight: bold;
    margin-bottom: 30px;
}
.l_toriatsukai img{
    margin-right: 10px;    
}
@media (max-width: 768px) {
    .l_toriatsukai{
        font-size:1.2em;
    }
    .l_toriatsukai img{
        width:120px; 
        height:auto;
    } 
    .op_w60pct{
        width:100%;
    }
}
    