@charset "UTF-8";
/*******************************
teacherページ Css
*******************************/

.sectionTitle:before {
    background-color: #ffc621;
}

.pageDetail .item:nth-child(n+2) {
    margin-top: 50px;
}
.pageDetail .sousa{
    margin-top: 10px;
}

#sec-03 .img{
    width: 60%;
}
#sec-03 .flex{
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap: nowrap;
  	flex-wrap: nowrap;
}
#sec-03 .flex a{
	text-align: center;
}
#sec-03 .flex img {
    width: 85%;
}
#sec-04 .img{
    width: 60%;
}
#sec-04 .flex .img {
    width: 40%;
	-ms-flex-item-align: end;
	align-self: flex-end;
}
#sec-04 .flex .img.twoeyes {
	width: 55%;
}
#sec-04 .flex{
	-ms-flex-pack: distribute;
	justify-content: space-around;
}



@media screen and (max-width: 1024px) {
}
/*==== mobile スマホ用css ===*/
@media screen and (max-width: 768px) {
	#sec-03 .img {
   		width: 100%;
	}
	#sec-04 .img {
   		width: 100%;
	}
	#sec-04 .flex img {
    	width: 100%;
	}

	.pageDetail .linkList {
    	margin: 0px 0;
	}

	.pageDetail .item:nth-child(n+2) {
   		 margin-top: 30px;
	}
}
/*==== mobile スマホ縦用css ===*/
@media screen and (max-width: 480px) {	
	#sec-04 .flex .img {
		width: 80%;
	}
	#sec-04 .flex .img.twoeyes {
		width: 100%;
	}
}
