
/*----------------------------------------------------------------------------------

	住宅体験記 一覧

------------------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------------
	共通
------------------------------------------------------------------------------------*/
*{
	font-family: "メイリオ",Meiryo,Tahoma,Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	letter-spacing: -0.3px;
}

#contents{
	width:100%;
}

#contents img{
	width:100%;
}.mainImg



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


.mainImg{
/*	background:url(/voice/images/common/bg_main.png) repeat-x center top;*/
	background-size: contain;
}


.mainImg h2{
	max-width:1120px;
	margin:auto;
}

.toptext{
	background:#fff;
	padding:40px 2%;
}

.toptext p{
	max-width:900px;
	margin:auto;
	font-size:14px;
	line-height: 1.6;
}
.toptext img.nelife-bn-top {
	width: 54% !important;
	height: auto;
	margin: 1.2rem auto;
	display: block;
	
}　



/*----------------------------------------------------------------------------------
	一覧
------------------------------------------------------------------------------------*/
div#voiceContents {
	background: #f1ece1;
}

#voiceContents{
	background:#f1ece1;
	margin-bottom:35px;
	overflow: hidden;
}

#voiceContentsInner{
	max-width:950px;
	margin:auto;
	padding:30px 0;
	overflow: hidden;
}

#voiceContents ul li{
	float:left;
	width:29%;
	padding:10px 1%;
	margin:5px 1%;
	background:#FFFFFF;
	border-radius:5px;
	position:relative;
}

#voiceContents ul.clearfix {
	width: 63rem;
}

#voiceContents ul li .number{
	font-size:15px;
	font-weight:bold;
	color:#fff;
	position:absolute;
	top:10px;
	padding: 6px 0 0 16px;
	height: 24px;
	width: 70px;
	background:url(/voice/images/common/bg_title.png) no-repeat;
}

#voiceContents ul li .new {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 9px;
    padding: 5px 0 0 7px;
    height: 36px;
    width: 42px;
    background: url(/voice/images/common/bg_new.png) no-repeat;
}


#voiceContents ul li .info {
	padding:10px 1%;
}

#voiceContents ul li h3{
/*	font-size:15px;*/
/*	font-weight:bold;*/
	margin-bottom:5px;
	padding: 1rem 0;
/*	white-space: nowrap;*/
	width: 100%;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	color: #80a31f;
	line-height: 1.2;

}

#voiceContents ul li .comment{
	font-size:14px;
	margin-bottom:10px;
	line-height: 1.2;
}

#voiceContents ul li .family{
	font-size:14px;
	line-height: 1.3;
	vertical-align: bottom;
}

.view {
	background: #80a31f;
	border-radius: 5px;
	width: 250px;
	height: 50px;
	margin:30px auto;
}
.view a{
	color: #fff;
	font-size: 15px;
	line-height: 1;
	display: block;
	padding: 17px 0;
	text-align: center;
	text-decoration: none;
}

.view a:hover {
   opacity: 0.5;
}

.view-a a:hover {
   opacity: 0.5;
}

.view-b a:hover {
   opacity: 0.5;
}

.view-a {
	background:  #f38e00;
	border-radius: 5px;
	width: 250px;
	height: 50px;
	margin:30px auto;
}

.view-b{
	background: #80a31f;
	border-radius: 5px;
	width: 250px;
	height: 50px;
	margin:30px auto;
}
.view-a a{
	color: #fff;
	font-size: 15px;
	line-height: 1;
	display: block;
	padding: 17px 0;
	text-align: center;
	text-decoration: none;
}

.view-b a{
	color: #fff;
	font-size: 15px;
	line-height: 1;
	display: block;
	padding: 17px 0;
	text-align: center;
	text-decoration: none;
}

ul.btn {
	display: flex;
	justify-content: space-between;
	max-width: 600px;
	margin: 0 auto;
}

/* :::::: image list :::::: */
#voiceContents .clearfix {
	margin-left: -8px;
}
#voiceContents .clearfix li {
	overflow: hidden;
	margin-left: 8px;
}
#voiceContents .clearfix li:nth-child(n+4) {
	margin-top: 8px;
}
#voiceContents .clearfix li::before,
#voiceContents .clearfix li::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(86,54,32,.5);
	transition: transform .3s;
	transform: translate(0) skew(-30deg);
}
#voiceContents .clearfix li::before {
	left: -49.8%  !important;
}
#voiceContents .clearfix li::after {
	right: -50% !important;
}
#voiceContents .clearfix li:not(:hover)::before {
	transform: translate(-51%);
}
#voiceContents .clearfix li:not(:hover)::after {
	transform: translate(51%);
}
#voiceContents .clearfix li p.episode {
	z-index: 1;
	position: absolute;
	top: 20%;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 16px;
	transition: opacity .3s .2s, transform .3s .2s;
	text-align: center;
	font-size: 22px;
}
#voiceContents .clearfix li:not(:hover) p.episode {
	opacity: 0;
	transform: translate(0,10px);
	transition-delay: 0s;
}

#voiceContents .clearfix p.episode a {
    color: #fff;
}

@media screen and (min-width: 415px) {
	#voiceContents .clearfix li {
		flex-basis: calc(33.333333% - 8px);
	}
	#voiceContents .clearfix:nth-child(n+4) {
		margin-top: 8px;
	}
}
@media screen and (min-width: 768px) {
	#voiceContents .clearfix li p.episode {
		border-bottom: 1px solid rgba(255,255,255,.5);
	}
}
@media screen and (max-width: 767px) {
	#voiceContents .clearfix li p.episode {
		display: flex;
		justify-content: center;
		align-items: center;
	}
/*
	#imgList:checked ~ .menuList li dd:not(.price) {
		display: none;
	}
*/
}
@media screen and (max-width: 414px) {
	#voiceContents .clearfix li {
		flex-basis: calc(50% - 8px);
	}
	#voiceContents .clearfix li:nth-child(n+3) {
		margin-top: 8px;
	}
	#voiceContents .clearfix li p.episode {
		line-height: 1.4;
		z-index: 1;
		position: absolute;
		top: -24%;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 16px;
		transition: opacity .3s .2s, transform .3s .2s;
		text-align: center;
		font-size: 16px;
	}
	
	
}
		@media screen and (max-width: 767px) {
			ul.btn {
			display: block;

		}

		.toptext img.nelife-bn-top {
			width: 100% !important;
			height: auto;
			margin: 1.2rem auto;
			display: block;
		}

		.clearfix li .img {
				width: 100%;
			}
		#voiceContents .clearfix li::before {
			left: -50%;
		}	
		#voiceContents .clearfix p.episode a {
			color: #fff !important;
		}
		p.pht a img {
			width: 100% !important;
			height: auto !important;
		}

		}

p.pht a img {
	width: 272px;
	height: 144px;
}



/*----------------------------------------------------------------------------------
	下部バナー
------------------------------------------------------------------------------------*/
.bnrlist{
	padding: 30px 2% 0;
	border-top:1px solid #ccc;
	max-width: 950px;
	margin: auto;
}

.bnrlist li{
	float:left;
	width:49%;
	margin:0 0 20px 2%;
}
.bnrlist li.add{
	margin-left:0;
}



/*----------------------------------------------------------------------------------
	モバイルー748以下
------------------------------------------------------------------------------------*/

.pager{
	text-align:center;
	margin:20px auto;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.pager a {
	margin: 7px;
	padding: 8px 13px;
	color: #559A1C;
	background: #fff;
	border: 1px solid #559A1C;
	border-radius:5px;
	text-decoration:none;
	width: 35px;
	height: 35px;
}

.pager .jp-current{
	color: #fff;
	background: #559A1C;
}

.pager .jp-disabled{
	color: #ccc;
	border: 1px solid #ccc;
}



@media screen and (max-width: 748px){

	.toptext{
		padding:10px 3%;
	}
	.toptext p{
		font-size:12px;
	}
	#voiceContents{
		margin-bottom:25px;
	}
	#voiceContentsInner{
		padding:10px 2% 10px;
	}
	#voiceContents ul.clearfix {
		width: 100%;
		margin: 0 auto;
	}
	#voiceContents ul li{
		width:94%;
		padding:10px 2%;
	}
	#voiceContents ul li h3{
/*		font-size:14px;*/
		margin: 1rem auto;
	}
	#voiceContents ul li .number{
		padding: 3px 0 0 16px;
		height: 27px;
	}

	#voiceContents ul li .comment{
		font-size:12px;
	}
	#voiceContents ul li .family{
		font-size:12px;
	}
	.bnrlist{
		padding: 30px 2% 20px;
	}
	.bnrlist li{
		float:left;
		width:100%;
		margin:0 0 10px 0;
	}

}/*-- メディアクエリ　748px end --*/
