/*インタビュー*/
h1{height:auto; margin: 0 auto 0;}
h1.title span {
  display: block;
  position: relative;
background-size: 100%; background-repeat: no-repeat;
}

.interviewBlock {padding:40px;}

.read {color: #8f6500; font-size: 1.1em; font-weight: bold; line-height: 2.0em; padding: 0.5em 0;}

.notes {
    font-size: 0.9em;
    line-height: 1.8em;
}

@media all and (min-width: 768px) {
	h1.title,
	h1.title span {
    width: 980px;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
	h1.title span.sp { display: none;}
}

@media all and (max-width: 767px) {
	#contents {
    padding-top: 2.4%;
}
	.low div.wrap {
    margin: 0 2.4% 2.4%;
}
.interviewBlock {padding:1em;}
}

@media all and (min-width: 501px)  and (max-width: 767px) {

	h1.title span img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
	h1.title span { height: 0;
    padding: 25.51% 0 0;
    position: relative;
  }
	h1.title span.sp { display: none;}
}

@media all and (max-width: 500px) {
	h1{height:auto;
		margin: 0 auto 0;}
	h1.title span img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
	h1.title span { height: 0;
    padding: 48.828% 0 0;
    position: relative;
  }
	h1 span.pc { display: none;}
	
}
