/*	lower_header
============================== */
div.lower_header h1 span {
	background-image: url(../img/interview_h2.png);
}
@media all and (min-width: 768px) {
	div.lower_header h1 span {
		width: 400px;
	}
}
p.q {
  position: relative;
  padding: 0.6em 1em;
  background: #1ca5ef;
  color: #fff;
  margin-bottom:  1.2em;
}

p.q:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #1ca5ef;
width: 0;
height: 0;
}
/*	title
============================== */
p.title {
	display: block;
	background-image: url(../img/interview_top.png);
	background-repeat: no-repeat;
}
div.section {
	margin-bottom: 2em;
}

@media all and (min-width: 768px) {
	.txt {
		font-size: 17px;
	}
	p.title {
		width: 750px;
		height: 519px;
		margin: 30px auto 5px;
		text-indent: 110%;
		overflow: hidden;
		white-space: nowrap;
	}
	div.content {
		padding: 0 105px 80px;
	}
	ul.kome li, ul.kome2 li {
		margin-bottom: 1em;
	}
	.cmn-pic-sub {
		margin-bottom: 2em;
	}
}
@media all and (max-width: 767px) {
	p.title {
	    margin-bottom: 10px;
	    background-size: cover;
	    height: 0;
	    padding-top: 69.2%;
	    position: relative;
	}
	p.title span {
	    height: 100%;
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 100%;
	    text-indent: 110%;
	    overflow: hidden;
	    white-space: nowrap;
	}
}

/*	figure
============================== */

div.content figure.pics p span,
div.content figure.pics p span img {
	display:block;
}
div.content figure.pics p span {
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
div.content figure.pics p span.lazy-done {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
div.content figure.pics p {
	border:5px solid #fff;
	background-color:#fff;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0 auto 10px;
   position: relative;
   box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
}
div.content figure.pics figcaption {
	text-align:center;
	line-height:1.5;
}
div.content figure.pics figcaption span {
	background-color:hsla(0,0%,100%,0.75);
	padding:0.2em 0.5em;
}
@media all and (min-width: 768px) {
div.content figure.pics:not(:last-child) {
	margin-bottom:25px;
}
div.content figure.pics p.yoko {
	width:450px;
}
div.content figure.pics p.yoko span,
div.content figure.pics p.yoko span img {
	width:440px;
	height:292px;
}
div.content figure.pics p.tate {
	width:302px;
}
div.content figure.pics p.tate span,
div.content figure.pics p.tate span img {
	width:292px;
	height:440px;
}
}
@media all and (max-width: 767px) {
div.content figure.pics:not(:last-child) {
	margin-bottom:20px;
}
div.content figure.pics p.yoko {
	width:250px;
}
div.content figure.pics p.yoko span,
div.content figure.pics p.yoko span img {
	width:240px;
	height:180px;
}
div.content figure.pics p.tate {
	width:180px;
}
div.content figure.pics p.tate span,
div.content figure.pics p.tate span img {
	width:170px;
	height:256px;
}
div.content figure.pics figcaption {
	font-size:75%;
}
}
