@charset "utf-8";
/* privacy.css */

*:hover {
	-webkit-transition: opacity 0.8s;
	-moz-transition: opacity 0.8s;
	-ms-transition: opacity 0.8s;
	-o-transition: opacity 0.8s;
	transition: opacity 0.8s;
}
section p {
	line-height: 1.5;
}


#interview .interview_box {
	width: 900px;
	margin: 15px auto 0;
}

#interview .interview_box h3:after {
	display: block;
	wodth: 0;
	height: 0;
	clear: both;
	content: ' ';
}
#interview .interview_box h3 span.word {
	background: #02328d;
	color: #fff;
	width: 680px;
	height: 58px;
	font-size: 25.6px;
	padding: 45px 20px 0 20px;
	-moz-text-align-last: justify;
	text-align-last: justify;
	text-align: justify;
	text-justify: inter-ideograph;
	display: block;
}
#interview .interview_box.box1 h3 span.word,
#interview .interview_box.box3 h3 span.word {
	float: left;
}
#interview .interview_box.box2 h3 span.word {
	float: right;
}
#interview .interview_box h3 span.icon {
	width: 160px;
	height: 40px;
	border: 2px solid #02328d;
	font-size: 11.2px;
	text-align: center;
	padding-top: 60px;
	background-size: auto 55px;
	background-repeat: no-repeat;
	background-position: center 5px;
}
#interview .interview_box.box1 h3 span.icon,
#interview .interview_box.box3 h3 span.icon {
	float: right;
}
#interview .interview_box.box2 h3 span.icon {
	float: left;
}
#interview .interview_box.box1 h3 span.icon {
	background-image: url("../img/recruit/interview_icon1.png");
}
#interview .interview_box.box2 h3 span.icon {
	background-image: url("../img/recruit/interview_icon2.png");
}
#interview .interview_box.box3 h3 span.icon {
	background-image: url("../img/recruit/interview_icon3.png");
}

#interview .interview_box > div {
	margin-top: 25px;
	margin-bottom: 90px;
}
#interview .interview_box > div:after {
	display: block;
	width: 0;
	height: 0;
	clear: both;
	content: ' ';
}
#interview .interview_box > div figure {
	width: 260px;
}
#interview .interview_box > div figure img {
	width: 100%;
}
#interview .interview_box > div figure:after {
	width: 175px;
	margin-left: 30px;
	height: 10px;
	content: ' ';
	display: block;
}

#interview .interview_box.box1 > div figure,
#interview .interview_box.box3 > div figure {
	float: left;
}
#interview .interview_box.box2 > div figure {
	float: right;
}
#interview .interview_box > div p {
	width: 600px;
	font-size: 16px;
	line-height: 2;
}
#interview .interview_box.box1 > div p,
#interview .interview_box.box3 > div p {
	float: right;
}
#interview .interview_box.box2 > div p {
	float: left;
}
