@charset "UTF-8";

/* -------------------------------------
qualifier
------------------------------------- */
#interview {
	padding-top:240px;
	margin-bottom:355px;
}
.line {
	position:relative;
}
#q1 {
	margin-bottom:44%;
}
#q2 {
	margin-bottom:10.8%;
}
.line .text {
	width:54.5%;
	padding:40px 40px;
	border-radius:25px;
	background-color:#fff;
	overflow:hidden;
	position:relative;
	z-index:2;
}
.line#q2 .text {
	margin-left:45.5%;
}
.line#q3 .text {
	width:60.5%;
}
.line .text h2 {
	font-size:0;
	margin-bottom:25px;
}
.line .text h2 img, .line .text h2 span {
	display:inline-block;
	vertical-align:middle;
}
.line .text h2 img {
	width:62px;
	height:auto;
}
.line .text h2 span {
	font-size:20px;
	font-weight:bold;
	color:#003c96;
	width:calc(100% - 62px);
	padding-left:10px;
}
.line#q2 .text h2 span {
	color:#e60000;
}
.line .thum {
	border-radius:25px;
	overflow:hidden;
	position:absolute;
	z-index:1;
}
.line#q1 .thum {
	width:63.2%;
	top:50%;
	right:0;
	transform:translateY(-50%);
}
.line#q2 .thum {
	width:67.3%;
	top:0;
	left:0;
	transform:translateY(-42%);
}
.line#q3 .thum {
	width:67.3%;
	top:35%;
	right:0;
}


#aid {
	margin-bottom:-42px;
	position:relative;
	z-index:-1;
}
#aid h3 {
	width:50.6%;
	margin:0 auto 25px auto;
}
#aid .bg {
	background:url(../imgs/qualifier/bg_aid.jpg) no-repeat center center;
	background-size:cover;
}
#aid .in {
	width:85.7%;
	margin:0 auto;
	padding-bottom:42px;
	background-color:#fff;
}
#aid .in .page {
	padding-top:65px;
	padding-bottom:40px;
	position:relative;
}
#aid .left {
	width:69.1%;
}
#aid .left h4 {
	font-size:20px;
	font-weight:bold;
	color:#003c96;
	margin-bottom:15px;
}
#aid .left h4 span {
	font-size:35px;
	color:#e60000;
}
#aid .left p {
	margin-bottom:22px;
	position:relative;
}
#aid .left p span {
	font-size:10px;
	position:absolute;
	bottom:0;
	right:0;
}
#aid .left ul li {
	font-weight:bold;
	color:#003c96;
	text-align:center;
	width:calc((99.9% - 30px) / 4);
	float:left;
	display:table;
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #003c96;
	border-radius:6px;
}
#aid .left ul li:nth-child(4n) {
	margin-right:0;
}
#aid .left ul li .cell {
	display:table-cell;
	vertical-align:middle;
	padding:10px 0px;
}
#aid .left ul li span.fs {
	font-size:10px;
	letter-spacing:-0.1em;
	display:block;
}
#aid .right {
	width:28.9%;
	position:absolute;
	bottom:-42px;
	right:-2.5%;
}
.clearfix{
	display: flex;
	justify-content: start;
	align-items: center;
	flex-wrap: wrap;
}



@media screen and (max-width:1220px) {
	#aid .in {
		width:1020px;
		padding:0 20px 2.9% 20px;
	}
	#aid .in .page {
		width:100%;
	}
	#aid .in .page {
		padding-top:65px;
		padding-bottom:40px;
	}
}
@media screen and (max-width:1100px) {
	#aid .in  {
		width:calc(100% - 60px);
	}
}
@media screen and (max-width:1040px) {
	#interview {
		padding-top:23.4%;
		margin-bottom:34.7%;
	}
	
	
	.line .text {
		padding:30px 30px;
	}
	.line .text h2 {
		margin-bottom:23px;
	}
	.line .text h2 img {
		width:55px;
	}
	.line .text h2 span {
		font-size:19px;
		width:calc(100% - 55px);
	}
	
	
	#aid h3 {
		margin:0 auto 23px auto;
	}
	#aid .page {
		padding:0;
	}
	#aid .in .page {
		padding-top:55px;
		padding-bottom:35px;
	}
	#aid .left h4 {
		font-size:19px;
		margin-bottom:13px;
	}
	#aid .left h4 span {
		font-size:32px;
	}
	#aid .left p {
		margin-bottom:21px;
	}
	#aid .left ul li {
		width:calc((99.9% - 20px) / 3);
	}
	#aid .left ul li:nth-child(4n) {
		margin-right:10px;
	}
	#aid .left ul li:nth-child(3n) {
		margin-right:0;
	}
}
@media screen and (max-width:980px) {
	#interview {
		padding-top:18%;
		margin-bottom:30%;
	}
	.line .text h2 span br {
		display:none;
	}
	
	
	#aid .left p span {
		text-align:right;
		display:block;
		position:static;
	}
}
@media screen and (max-width:880px) {
	#aid .in {
		padding-bottom:0;
	}
	#aid .in .page {
		padding-bottom:0;
	}
	#aid .left {
		width:100%;
		margin-bottom:30px;
	}
	#aid .right {
		width:150px;
		margin:0 auto;
		position:static;
	}
	
	#aid .left h4 span {
		display:block;
	}
}
@media screen and (max-width:768px) {
	#interview {
		padding-top:15%;
		margin-bottom:25%;
	}
	.line .text {
		padding:20px 20px;
	}
	.line .text h2 {
		margin-bottom:20px;
	}
	.line .text h2 img {
		width:50px;
	}
	.line .text h2 span {
		font-size:18px;
		width:calc(100% - 50px);
	}
	
	
	#aid h3 {
		width:360px;
		margin:0 auto 20px auto;
	}
	#aid .in {
		/* width:calc(100% - 40px); */
		width: 100%;
	}
	#aid .in .page {
		padding-top:45px;
	}
	#aid .left h4 {
		font-size:18px;
		margin-bottom:10px;
	}
	#aid .left h4 span {
		font-size:28px;
	}
	#aid .left p {
		margin-bottom:20px;
	}
}
@media screen and (max-width:640px) {
	#interview {
		padding-top:60px;
		margin-bottom:80px;
	}
	#q1, #q2 {
		margin-bottom:40px;
	}
	.line .text {
		width:100%;
		margin-bottom:20px;
	}
	.line#q2 .text {
		margin-left:0;
	}
	.line#q3 .text {
		width:100%;
	}
	.line .text h2 img {
		width:45px;
	}
	.line .text h2 span {
		font-size:17px;
		width:calc(100% - 45px);
	}
	.line .thum {
		position:relative;
	}
	.line#q1 .thum {
		width:100%;
		top:0;
		right:0;
		transform:translateY(0);
	}
	.line#q2 .thum {
		width:100%;
		top:0;
		left:0;
		transform:translateY(0);
	}
	.line#q3 .thum {
		width:100%;
		top:0;
		right:0;
	}
	
	
	#aid h3 {
		width:320px;
	}
	#aid .in .page {
		padding-top:40px;
	}
	#aid .left h4 {
		font-size:17px;
	}
	#aid .left h4 span {
		font-size:26px;
	}
	#aid .left ul li {
		width:calc((99.9% - 10px) / 2);
	}
	#aid .left ul li:nth-child(4n) {
		margin-right:10px;
	}
	#aid .left ul li:nth-child(3n) {
		margin-right:10px;
	}
	#aid .left ul li:nth-child(2n) {
		margin-right:0;
	}
	#aid .right {
		width:135px;
	}
}
@media screen and (max-width:480px) {
	.line .text h2 img {
		width:40px;
	}
	.line .text h2 span {
		font-size:16px;
		width:calc(100% - 40px);
	}
	
	
	#aid h3 {
		width:280px;
	}
	#aid .in .page {
		padding-top:35px;
	}
	#aid .left h4 {
		font-size:16px;
	}
	#aid .left h4 span {
		font-size:24px;
	}
	#aid .right {
		width:120px;
	}
	#aid .left ul li{
		font-size: 12px;
	}
}
@media screen and (max-width:320px) {
	
}
@media screen and (min-width:769px) {
	
}