@charset "UTF-8";

body {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	width:100%;
	min-width: 1280px;
	color: #000;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	line-height:1.4;
}
a{
	color: #000;
	text-decoration: none;
	transition: 0.6s;
	cursor: pointer!important;
}
a:hover{
	opacity: 0.5;
}
img{
	width:100%;
	height: auto;
	vertical-align: bottom;
}
@media screen and (max-width: 767px) {
	body{
		min-width: 0;
		font-size: 3.5vw;
	}
}

#teacher{
	padding: 64px 0;
	background: #EBF6E2;
	box-sizing: border-box;
}
.container{
	width: 820px;
	padding: 75px 50px 60px;
	margin: 0 auto;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}
.tit{
	width: 528px;
	margin: 0 auto;
}
.tit_sub{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 360px;
	height: 68px;
	color: #52B000;
	font-size: 26px;
	font-weight: 700;
	margin: 60px auto 50px;
	border: 4px solid #52B000;
	border-radius: 34px;
	box-sizing: border-box;
}
.cap{
	font-weight: 500;
	line-height: 2;
	margin: 0 2vw;
}
.list{
	margin: 40px 0 60px;
	border-top: 1px solid #C0C0C0;
}
.list > li{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 30px;
	border-bottom: 1px solid #C0C0C0;
}
.list li p{
	font-weight: 500;
}
.list li span{
	font-weight: 500;
	margin: 0 10px 0 0;
}
.list li ul{
	width: 100%;
	margin: 28px 0 0 36px;	
}
.list li ul li{
	display: flex;
	justify-content: space-between;
	font-weight: 500;
}
.list li a{
	width: 16px;
}
.list li p br{
	display: none;
}
.btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 330px;
	height: 50px;
	font-weight: 700;
	margin: 0 auto;
	background: #FFFEDE;
	border: 2px solid #000;
	border-radius: 25px;
	box-sizing: border-box;
}
.btn img{
	width: 12px;
	margin: 0 0 0 18px;
}
@media screen and (max-width: 767px) {
	#teacher{
		padding: 6vw 5vw;
	}
	.container{
		width: 100%;
		padding: 8vw 3.5vw 10vw;
	}
	.tit{
		width: 71.5vw;
	}
	.tit_sub{
		width: 52.5vw;
		height: 8vw;
		font-size: 3.75vw;
		margin: 7.5vw auto 5vw;
		border: 2px solid #52B000;
		border-radius: 4.5vw;
	}
	.list{
		margin: 6.25vw 0 10vw;
	}
	.list > li{
		padding: 4vw 4vw 4vw 1.5vw;
	}
	.list > li:nth-child(2){
		align-items: flex-start;
	}
	.list li p{
		display: flex;
		line-height: 1.4;
	}
	.list li span{
		margin: 0 1vw 0 0;
	}
	.list li ul{
		margin: 2.5vw 0 0 0
	}
	.list li ul li{
		margin: 2.5vw 0 0 8vw;
	}
	.list li a{
		width: 3.5vw;
	}
	.list li p br{
		display: block;
	}	
	.btn{
		width: 67.5vw;
		height: 10vw;
		font-size: 3.25vw;
		border-radius: 6.5vw;
	}
	.btn img{
		width: 2.5vw;
		margin: 0 0 0 3.5vw;
	}
}