@charset "UTF-8";
.bgG .boxInner {
	padding-bottom: 80px;
}
.bgG .lead {
	margin: 0 0 15px;
	color: #ffff00;
}
.photo img {
	padding: 5px;
	background-color: #fff;
	border: 1px solid #cbcbcb;
}
.photo {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}
.instructor {
	margin: 30px 0 50px;
}
.instructor .photo {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin-bottom: 50px;
	padding: 20px;
	background-color: #e6fae1;
	border-radius: 10px;
}
.photo div {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 10px 20px;
}
p {
	margin: 60px 0 1.5em;
	font-size: 1.6rem;
	color: #1a1a1a;
	text-align: center;
}
.instructor p {
	margin: 15px 0 1.5em;
	padding: 0 20px;
	text-align: left;
}
/* ----------------------------------------------
スマホ用CSS
----------------------------------------------*/
@media screen and (max-width:767px) {
h1 img.logo {
	width: 69%;
	height: auto;
	margin-top: -20px;
	position: absolute;
	z-index: 60;
	right: 0;
	top: 45px;
}
.bgG .lead {
	margin: 0 0 15px;
	color: #ffff00;
}
.photo img {
	width: 100%;
	height: auto;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #cbcbcb;
}
.photo {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}
.instructor {
	margin: 30px 0 50px;
}
.instructor .photo {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin-bottom: 50px;
	padding: 20px;
	background-color: #e6fae1;
	border-radius: 10px;
}
.photo div {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 5px 1%;
}
.instructor .photo div {
	flex: 0 0 48%;
}
p {
	margin: 60px 0 1.5em;
	font-size: 1.5rem;
	color: #1a1a1a;
	text-align: center;
}
.instructor p {
	margin: 15px 0 1.5em;
	padding: 0 20px;
	text-align: left;
}
}
/*----------------------------------------------
 :hover用（パソコンのみ適用）
----------------------------------------------*/

@media screen and (min-width:768px) {

}
