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

.ident_interview {
	margin-bottom: 80px;
}
.ident_interview h1 {
	display: block;
	width: 980px;
	height: 428px;
	margin-top: 30px;
	margin-bottom: 45px;
}
.ident_interview p {
	margin-bottom: 1em;
	color: #3f3a39;
	font-size: 166.6666%;
}
.ident_interview p.mt1em {
	margin-top: 1em;
}
.ident_interview p.caption {
	margin-top: 10px;
	font-size: 133.3333%;
	text-align: center;
}
.ident_interview .image {
	display: block;
	width: 760px;
	height: 460px;
	margin: 30px auto;
}
.ident_interview .image.mb0,
.ident_interview .image2.mb0 {
	margin-bottom: 0;
}
.ident_interview .image img {
	display: block;
	width: 760px;
	height: 460px;
}
.ident_interview .image2 {
	display: block;
	width: 980px;
	height: auto;
	margin: 30px auto;
}
.ident_interview .image2 img {
	display: block;
	width: 980px;
	height: auto;
}
.ident_interview h2 {
	margin: 45px 0 30px 0;
	padding-left: 15px;
	color: #fff;
	background: #89c64e;
	border-left: 15px solid #dceccb;
	font-size: 233.3333%;
	font-weight: bold;
}
.ident_interview h3 {
	margin-bottom: 0.2em;
	padding-left: 1.4em;
	font-size: 166.6666%;
	font-weight: bold;
	text-indent: -1.4em;
}
.ident_interview h3:before {
	content: 'ー ';
}
.ident_interview span.caption {
	display: block;
	margin-top: 5px;
	font-size: 133.3333%;
}

.identClosing {
	margin-top: 70px;
	margin-bottom: 80px;
	/* 
	padding: 50px 0 0 0;
	background: #fffab8;
	 */
	text-align: center;
}
.identClosing a {
	display: inline-block;
	color: #fff;
	margin: 0 0 10px 0;
	padding: 15px 60px;
	font-size: 185.7%;
	font-weight: bold;
	background: #78c04e;
	border-radius: 10px;
	box-shadow:5px 6px 0px 0px #393736;
}
.identClosing a:hover {
	margin: 5px 0 5px 4px;
	text-decoration: none;
	box-shadow:1px 1px 0px 0px #393736;
}
.identClosing a i {
	display: none;
}