@charset "utf-8";
/* CSS Document */



/*==========================================================================================

	// 　共通

==========================================================================================*/



.intro_header {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 16px;
	color: #597FB7;
}




/*==========================================================================================

	// 　スクール理念

==========================================================================================*/


.philosophy_header {
	background: #F5F7FB;
	padding: 16px 0;
	margin: 30px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #816849;
    font-family: 'Noto Serif JP', serif;
	
}




/*==========================================================================================

	// 　教師の紹介

==========================================================================================*/


.teacher  {
    padding: 10px 0px;
	clear: both;

}


.teacher img {
    float: left;
    margin: 0 15px 0 0;
}

 
.teacher  ul {
	float: right;
	width: 490px;
	margin-bottom: 30px;
}

.teacher ul li:before{ 
    display:inline-block; 
    vertical-align: middle;
    /*以下白丸つくる*/
    content:'';
    width: 4px;
    height: 4px;
    background: #535353;
    border-radius: 50%;
    margin-right: 8px;
}

 
 
.teacher li {
    padding: 6px 0px;
    overflow: auto;
    font-size: 14px;
    line-height: 1.6;
	list-style-type: disc;
}


/*==========================================================================================

	// 　歩み

==========================================================================================*/


.history {
	border-bottom: solid 1px #EBEBEB;
	margin-bottom: 20px;
}

