#header {
	border: none;
}
.btPtop {
	clear: both;
}

/* ---------------------------------
　container
----------------------------------*/
/* 包括 */
#container {
	width: 100%;
}

/* ---------------------------------
　contents
----------------------------------*/
/* 包括 */
#contentArea {
	margin: 0 auto;
	width: 100%;
	background: url(/corporate/eco/sgp/img/index/bg_contentarea.jpg) repeat-x left top;
}

/* ---------------------------------
　contentAreaInner
----------------------------------*/
/* 包括 */
.contentAreaInner {
	margin: 0 auto;
	width: 950px;
}

/* ---------------------------------
　メインイメージ
----------------------------------*/
/* 包括 */
#mainImg {
	clear: both;
	width: 100%;
	margin-bottom: 30px;
}


/* ---------------------------------
　メイン・サブ
----------------------------------*/
/* 包括 */
#wrapSgpMain {
	clear: both;
	width: 950px;
}


/* メイン
-----------------------------*/

/* 包括 */
#sgpTopMain {
	position: relative;
}

/* インナー */
#sgpMainInner {
	position: relative;
}

/* サブ
-----------------------------*/

/* 包括 */
#sgpTopSub {
	padding: 0 18px 50px;
	box-sizing: border-box;
}
/* ボタン群 */
#sgpTopSub #subBtn {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}
#sgpTopSub #subBtn > li {
	width: 216px;
}
/* ボタン群イメージ */
#subBtn .btnImg {
	margin-bottom: 1em;
}
/* ボタン群テキスト */
#subBtn .btnTxt {
	font-size: 1.07em;
}
/* バナー群 */
#subBtn #subBnr {
	height: 206px;
	margin-bottom: 1em;
}
#subBtn #subBnr .sns {
	margin-bottom: 0;
}
#subBtn #subBnr .sns img {
	vertical-align: bottom;
}
#subBtn #subBnr .sns:first-child {
	margin-bottom: 16px;
}

/* 開発者インタビュー目次 */
#sgpTopMain {
	width: 957px;
	margin-left: auto;
	margin-right: auto;
}
#contentArea {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
#interviewIc {
	position: absolute;
	width: 50px;
	height: 40px;
	left: 9px;
	top: 3px;
	z-index: 10;
}
#sgpTopListWrap {
	background: #f5f5f5;
	padding: 50px 0 30px;
	margin-bottom: 80px;
}
#interviewIndex {
	display: flex;
	flex-wrap: wrap;
	
}
#interviewIndex li {
	text-align: center;
	width: 240px;
	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) {
	width: 237px;
	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;
	width: 222px;
	height: 198px;
	overflow: hidden;
}
#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;
}
#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);
}
