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

/*卒業生の声*/
/*PC*/
@media only screen and (min-width: 769px) {
	.vo_img {
		display: flex;
		flex-wrap: wrap;
		position: relative;
		width: 1040px;
		height: auto;
		margin: 0 auto 40px auto;
	}
	
	.vo_img img {
		display: block;
		position: relative;
		width: 480px;
		height: auto;
		margin: 0 20px 30px 20px;
	}
	
	.vo_con_title h2 {
		font-size: 30px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 30px;
		text-align: center;
		margin-bottom: 60px;
	}
	
}

/*SP*/
@media only screen and (max-width: 768px) {
	.vo_img {
		position: relative;
		width: 320px;
		height: auto;
		margin: 0 auto 30px auto;
	}
	
	.vo_img img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 0 20px 0;
	}
	
	.vo_img br {
		display: none;
	}
	
	.vo_con_title h2 {
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
		margin-bottom: 25px;
	}
	
	
}