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


/*ando*/


.box_school{
	position: relative;/*相対位置*/
	color: #000;/*文字色*/
	border:2px solid #004891;
	border-radius:0 10px 10px 0;
	margin-top:3.5em;
	padding:0.5rem;
	}

.Impetus_name{
	position: absolute;
    display: inline-block;
    top: -26px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 1.2em;
    background: #004891;
    color: #ffffff;
    border-radius:5px 5px 0 0;
	}

#main_left #magazine_main #magazine_Pspace h4.Impetus_School{
	color:#333;
	position: relative;/*相対位置*/
/* 0.5em 0.5em 0.5em 1.5emアイコン分のスペース*/
	padding: 0.5em 0.5em 0.5em 4em;/*アイコン分のスペース*/
	line-height: 1.4;/*行高*/
	margin:0;
	/*background: #fffff4;*/
}

.Impetus_School:before {
	content:"出身校 ▶︎";/
	/*background-color:#004891;*/
	padding:0.3em;
	/*border-radius:10px;*/
	position: absolute;/*絶対位置*/
	font-size: 0.8em;/*サイズ*/
	left: 0.5em;/*アイコンの位置*/
	top: 0.8em;/*アイコンの位置*/
	color: #004891; /*文字色*/
}


#main_left #magazine_main #magazine_Pspace h4.Impetus_teacher{
	color:#333;
	font-size:1.2em;
	position: relative;/*相対位置*/
	padding: 0.8em 0.5em 0.5em 3.2em;/* 0.5em 0.5em 0.5em 1.5emアイコン分のスペース*/
	line-height: 1.4;/*行高*/
	margin:0;
	/*background: #fffff4;*/
}

.Impetus_teacher:before {
	content:"先生";
	background-color:#929292;/*グレー*/
	padding:0.2em 0.5em;
	position: absolute;/*絶対位置*/
	font-size: 0.7em;/*サイズ*/
	left: 1em;/*アイコンの位置*/
	color: #fff; /*文字色*/
}

#main_left #magazine_main .Impetus_School_ul, 
#main_left #magazine_main .Impetus_teacher_ul {
	padding:1em 1em 1em 2em;
	}

#main_left #magazine_main .Impetus_School_ul li,
#main_left #magazine_main .Impetus_teacher_ul li{
	line-height:2em;
	font-size:1.1em;
	}


.Impetus_School_ul li, .Impetus_teacher_ul li{
	text-indent: -3em;
	padding-left:3em;
	}

.Impetus_School_ul li:before{
	font-family:FontAwesome;
	content:"\f072"; /*"飛行機のアイコン*/
	margin-right:1em;
	font-size:1.5em;
	color:#70c8de;
	}

.Impetus_teacher_ul li:before{
	font-family:FontAwesome;
	content:"\f001";/*音符のアイコン*/
	margin-right:1em;
	font-size:1.5em;
	color:#929292;/*#ffc300*/
	}
	
@media only screen and (max-width: 548px){
#main_left #magazine_main .Impetus_School_ul, 
#main_left #magazine_main .Impetus_teacher_ul {
	padding:0 0;
	}
	}
