/* お客様インタビュー */

@media screen and (min-width: 641px){

#int {
	line-height: 200%;
	}

#int.top {
	width: 100%;
	background: url(../img/bg01.jpg) center top;
	margin: -130px 0px -130px 0px;
	padding: 130px 0px 130px 0px;
	overflow: hidden;
	}

#int.top ul {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto 50px auto;
	display: flex;
	flex-wrap: wrap;
	}

#int.top ul li {
	width: 47.916%;
	background: #ffffff;
	margin: 0px 4.166% 50px 0px;
	display: block;
	position: relative;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.03);
	}

#int.top ul li:nth-child(2n+1) {
	margin: 0px 0px 50px 0px;
	}

#int.top ul li:first-child {
	width: 100%;
	}

#int.top ul li:hover {
	opacity: 1;
	}

#int.top ul p {
	width: 100%;
  	padding-top: 56.25%;
  	position: relative;
  	}

#int.top ul iframe {
  	width: 100%;
  	height: 100%;
	border: none;
  	position: absolute;
  	top: 0;
  	left: 0;
  	}

#int.top ol {
	margin: 20px 20px 25px 20px;
	}

#int.top #pag {
	width: 90%;
	margin: 0px auto;
	}

#int.det {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto;
	}

#int.det h2 {
	font-size: 32px;
	letter-spacing: 0.2em;
	margin: 0px 0px 50px 0px;
	text-align: center;
	}

#int.det .main p {
	width: 100%;
	margin: 0px 0px 100px 0px;
  	padding-top: 56.25%;
  	position: relative;
  	}

#int.det .main iframe {
  	width: 100%;
  	height: 100%;
	border: none;
  	position: absolute;
  	top: 0;
  	left: 0;
  	}

}

@media screen and (max-width: 640px){

#int {
	line-height: 200%;
	}

#int.top {
	width: 100%;
	background: url(../img/bg01.jpg) center top;
	margin: -70px 0px -70px 0px;
	padding: 70px 5% 70px 5%;
	}

#int.top ul {
	width: 100%;
	margin: 0px auto 30px auto;
	display: flex;
	flex-wrap: wrap;
	}

#int.top ul li {
	width: 100%;
	background: #ffffff;
	margin: 0px 0px 20px 0px;
	display: block;
	position: relative;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.03);
	}

#int.top ul p {
	width: 100%;
  	padding-top: 56.25%;
  	position: relative;
  	}

#int.top ul iframe {
  	width: 100%;
  	height: 100%;
	border: none;
  	position: absolute;
  	top: 0;
  	left: 0;
  	}

#int.top ol {
	margin: 15px 15px 25px 15px;
	}

#int.det {
	width: 90%;
	margin: 0px auto;
	}

#int.det h2 {
	font-size: 18px;
	margin: 0px;
	text-align: center;
	}

#int.det img {
	max-width: 100%;
	height: auto;
	margin: 0px 0px 20px 0px;
	}

#int.det ul {
	margin: 0px 0px 50px 0px;
	overflow: hidden;
	}

#int.det li {
	width: 100%;
	margin: 50px 0px 0px 0px;
	}

}

