@charset "utf-8";
/* ----------------------------------------------
	16_学校評価アンケート
------------------------------------------------- */
a.bluelink{
	color: #2C2CAC !important;
}
#main{
	padding-bottom: 80px;
}
#pagetitle{
	background: url(../images/qa/pagetitle_bg.jpg) no-repeat center center;
	background-size: cover;
}
.link_area{
	margin: 70px auto 0;
	width: 670px;
}
.link_block{
	float: left;
	width: 208px;
}
.link_block + .link_block{
	margin-left: 23px;
}
.link_block a{
	display: block;
}
.link_block .imgbox{
	margin-bottom: 15px;
}
.link_block .imgbox img{
	width: 100%;
	height: auto;
}
.link_block .title{
	font-size: 17px;
	font-weight: bold;
	color: #1a508f;
	text-align: center;
}
@media screen and (max-width:767px) {
	.link_area{
		width: 208px;
	}
	.link_block{
		float: none;
	}
	.link_block + .link_block{
		margin-left: 0;
		margin-top: 25px;
	}
}
.qa_area{
	margin: 120px auto 0;
	padding: 0 10px;
	width: 100%;
	max-width: 775px;
}
.qa_area h3{
	margin-bottom: 24px;
	text-align: center;
}
.qa_area h3 img{
	max-width: 100%;
	height: auto;
}
.qa_block + h3{
	margin-top: 165px;
}
.qa_block + .qa_block{
	margin-top: 94px;
}
.qa_block .question{
	position: relative;
	margin-bottom: 24px;
	padding: 9px 5px 9px 60px;
	background: url(../images/qa/q_bg.jpg) no-repeat center center;
	background-size: 100% 100%;
	font-size: 21px;
	letter-spacing: 0.05em;
	color: #fff;
}
.qa_block .question::before{
	position: absolute;
	top: 8px;
	left: 12px;
	content: ' ';
	display: block;
	width: 29px;
	height: 29px;
	background: url(../images/qa/q.png) no-repeat left top;
	background-size: 100%;
}
.qa_block .answer{
	position: relative;
	padding-left: 62px;
	line-height: 1.85;
	letter-spacing: 0.04em;
}
.qa_block .answer::before{
	position: absolute;
	top: 5px;
	left: 12px;
	content: ' ';
	display: block;
	width: 29px;
	height: 28px;
	background: url(../images/qa/a.png) no-repeat left top;
	background-size: 100%;
}
@media screen and (max-width:767px) {
	.qa_block .question{
		font-size: 18px;
	}
	.qa_block .answer{
		padding-left: 12px;
	}
	.qa_block .answer::before{
		position: relative;
		top: 5px;
		left: 0;
		float: left;
		margin-right: 15px;
	}
}