
#sgpTopMain {
	position: relative;
}

#interviewIc {
	position: absolute;
}	

#interviewIndex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}
	

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */

@media print, screen and (min-width: 768px) {
#indexTop #main__img{background-color: #f7f7f7;margin: 30px ; text-align: center;}
#indexTop #mainimg__img--inner img{width: 100%!important;height: auto;}

.pc{display: inline;}
.sp{display: none;}
	
#indexTop #mainimg__img--inner{width: 100%; max-width: 950px; text-align: center;margin: 0 auto;}
#indexTop #mainimg__img--inner p{ table-layout: fixed;}
#indexTop #mainimg__img--inner p img{max-width: 100%;}
#sgpTopMain {
	max-width: 950px;
	margin: 0 auto;
	
}

#interviewIc {
	width: 50px;
	height: 40px;
	left: 9px;
	top: 3px;
	z-index: 10;
}	
#interviewIndex li {
	width: calc(100% / 4);
}

#interviewIndex {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#interviewIndex li {
	text-align: center;
	height: 327px;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 40px;
	padding-bottom: 50px;
	padding-right: 3px;
	border-bottom: #e1e1e1 1px solid;
	position: relative;
}
#interviewIndex li:nth-child(4n) {
	padding-right: 0;
}
#interviewIndex li:nth-last-child(1),
#interviewIndex li:nth-last-child(2),
#interviewIndex li:nth-last-child(3),
#interviewIndex li:nth-last-child(4) {
	margin-bottom: 0;
	border-bottom: none;
}
#interviewIndex li span {
	display: block;
}
#interviewIndex li .img {
	border: #e3e3e3 1px solid;
	margin-bottom: 20px;
	overflow: hidden;
	table-layout: fixed;
}
#interviewIndex li .img img {
	max-width: 100%;
	height: auto;
}
#interviewIndex li a .sub {
	padding: 0 10px;
	text-align: left;
	color: #777;
}
#interviewIndex li a .interviewTtl {
	padding: 0 10px;
	color: #333;
	font-size: 1.23em;
	line-height: 1.4;
}
#interviewIndex li a .btn {
	display: inline-block;
	padding: 6px 15px;
	color: #333;
	border: #e3e3e3 1px solid;
	background: #fff;
	position: absolute;
	right: 6px;
	bottom: 6px;
}
#interviewIndex a {
	display: block;
	height: 100%;
	text-decoration: none;
	z-index: 1;
	position: relative;
	padding: 6px;
}
#interviewIndex a .info_title {
	display: table;
	width: 100%;
	height: 288px;
	background: rgba(64,61,51,0.7);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	color: #fff;
	opacity: 0;
	padding: 40px 0 !important;
}
#interviewIndex a .info_title .info_titleIn {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
	word-break:break-word;
	text-align: left;
}
#interviewIndex li .info_title .lead {
	font-size: 80%;
	line-height: 1.4;
	margin-bottom: 0.5em;
	font-weight: normal;
}
#interviewIndex li .info_title .product {
	font-size: 100%;
	line-height: 1.4;
}
#interviewIndex a:hover .info_title {
	opacity: 1;
	transition: all  0.3s ease;
}
#interviewIndex li a .img img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#interviewIndex li a:hover .img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


}
/* ====================================
	中サイズ
===================================== */
@media only screen and (max-width: 1199px) {

	
}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {
.eco_base {padding:0!important;}
	
#indexTop #main__img{background-color: #f7f7f7;margin: 0 ; text-align: center;}
#indexTop #mainimg__img--inner img{width: 100%!important;height: auto;}
#indexTop .pc{display: none;}
#indexTop .sp{display: inline;}
	
#sgpTopListWrap {padding: 5% 2%;}
#sgpTopMain {
	max-width: 950px;
	margin: 0 auto;
}

#interviewIc {
	width: 50px;
	height: 40px;
	left: 9px;
	top: 3px;
	z-index: 10;
}	
#interviewIndex li {
	width: calc(100% / 2);
}

#interviewIndex {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#interviewIndex li {
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-right: 3px;
	position: relative;
}

#interviewIndex li span {
	display: block;
}
#interviewIndex li .img {
	border: #e3e3e3 1px solid;
	margin-bottom: 20px;
	overflow: hidden;
	table-layout: fixed;
}
#interviewIndex li .img img {
	width: 100%;
	height: auto;
}
#interviewIndex li a .sub {
	padding: 0 10px;
	text-align: left;
	color: #777;
}
#interviewIndex li a .interviewTtl {
	padding: 0 10px;
	color: #333;
	font-size: 0.8em;
	line-height: 1.4;
}
#interviewIndex li a .interviewTtl br {
	display: none;
}
#interviewIndex li a .btn {
	display: inline-block;
	padding: 6px 15px;
	color: #333;
	border: #e3e3e3 1px solid;
	background: #fff;
	position: absolute;
	right: 6px;
	bottom: 6px;
}
#interviewIndex a {
	display: block;
	height: 100%;
	text-decoration: none;
	z-index: 1;
	position: relative;
	padding: 6px;
}
#interviewIndex a .info_title {
	display: table;
	width: 100%;
	height: 288px;
	background: rgba(64,61,51,0.7);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	color: #fff;
	opacity: 0;
}
#interviewIndex a .info_title .info_titleIn {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
}
#interviewIndex li .info_title .lead {
	font-size: 92.3%;
	margin-bottom: 1em;
}
#interviewIndex li .info_title .product {
	font-size: 123%;
}
#interviewIndex a:hover .info_title {
	opacity: 1;
	transition: all  0.3s ease;
}
#interviewIndex li a .img img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#interviewIndex li a:hover .img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

}