@charset "utf-8";

/* ------------------------------
 スマホ用コード（ヘッダ）
------------------------------ */
@media screen and (max-width: 767px) {
	#header-sticky-wrapper {
		height: 0 !important;
	}
}

/* ------------------------------
 メインイメージ
------------------------------ */
.topMainimg {
	width: 100%;
	position: relative;
}
.mainImg {
	width: 100%;
	margin: 0 auto;
}
.slide-item{
	width:100%;
	max-width:1220px;
	img{
		width: 100%;
	}  
}
/* Arrows */
.topMainimg .slick-prev,
.topMainimg .slick-next
{
	width: 61px;
	height: 61px;
	margin-top: 0;
}
.topMainimg .slick-prev {
	background: url(../img/slide_btn_prev.png) no-repeat 0 0 / cover;
}
.topMainimg .slick-next {
	background: url(../img/slide_btn_next.png) no-repeat right 0 / cover;
}

.topMainimg .slick-prev
{
    left: 50%;
    margin-left: -641px;
}
[dir='rtl'] .topMainimg .slick-prev
{
    right: 50%;
}
.topMainimg .slick-next
{
    right: 50%;
    margin-right: -641px;
}
[dir='rtl'] .topMainimg .slick-next
{
    left: 50%;
}

/* Dots */
.topMainimg .slick-dots
{
	width: 1120px;
	left: 50%;
	bottom: 12px;
	margin-left: -560px;
	text-align: right;
}
.topMainimg .slick-dots li
{
	border-radius: 0;
	-ms-border-radius: 0;
	margin: 0 3px;
	border: solid 2px #fff;
	background: none;
}
.topMainimg .slick-dots li button
{
	width: 6px;
	height: 6px;
	padding: 3px;
}
.topMainimg .slick-dots li button:before
{
	line-height: 6px;
	width: 6px;
	height: 6px;
}
.topMainimg .slick-dots li.slick-active button:before
{
	width: 6px;
	height: 6px;
	border-radius: 0;
	-ms-border-radius: 0;
	background: #fff;
}

/* ------------------------------
 PC用コード
------------------------------ */
@media screen and (min-width: 768px) {
	.topMainimg {
		width: 100%;
		height: auto;
		position: fixed;
		top: 64px;
		z-index: 0;
	}
	.mainImg::before,
	.mainImg::after {
		content: "";
		width: 1220px;
		background: rgba(0,0,0,.35);
		position: absolute;
		top: 0;
		bottom: 0;
		z-index: 5;
	}
	.mainImg::before {
		left: 50%;
		margin-left: -1830px;
	}
	.mainImg::after {
		right: 50%;
		margin-right: -1830px;
	}
	.after-slider {
		height: 560px;
		width: 100%;
		display: block;
		z-index: -1;
		position: relative;
	}
	.bx-wrapper {
		max-width: 1920px !important;
	}
	
	
	#bggr[id^="bggr"] {
		margin-top: -75px;
		padding-top: 75px;
	}
}
@media screen and (max-height: 670px) {
	.mainImg {
		height: 100vh;
	}
	
	.slide-item img {
		width: 100%;
		height: auto;
		min-width: 1220px;
		position: relative;
		top: 4.5%;
		bottom: 0;
		left: 50%;
		
		-webkit-transform: translate(-50%, -4.5%);
		-ms-transform: translate(-50%, -4.5%);
		transform: translate(-50%, -4.5%);
	}
	
	.topMainimg .slick-dots
	{
		
		position: fixed;
	}
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 1348px) {
	/* Arrows */
	.topMainimg .slick-prev
	{
	    left: 4%;
	    margin-left: 0;
	}
	[dir='rtl'] .topMainimg .slick-prev
	{
	    right: 4%;
	}
	.topMainimg .slick-next
	{
	    right: 4%;
	    margin-right: 0;
	}
	[dir='rtl'] .topMainimg .slick-next
	{
	    left: 4%;
	}
}
@media screen and (max-width: 767px) {
	.mainImg {
		height: auto;
	}
	.topMainimg {
		padding-top: 75px;
	}
	.slide-item img {
		width: 100%;
		height: auto;
		min-width: 300px;
		position: static;
		
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	/* Arrows */
	.topMainimg .slick-prev,
	.topMainimg .slick-next
	{
		width: 25px;
		height: 25px;
		margin-top: -25px;
	}
	
	/* Dots */
	.topMainimg .slick-dots
	{
		position: absolute;
		width: 90%;
		left: 5%;
		bottom: 12px;
		margin-left: 0;
	}
}

/* ------------------------------
 トップ見出し
------------------------------ */
h2 {
	margin-bottom: 50px;
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	h2 {
		margin-bottom: 25px;
	}
	h2 img {
		height: 43px;
		width: auto;
	}
}

/* ------------------------------
 LINE UP 住まい作り・住まい選び
------------------------------ */
/* -- 20180309
.lineupBoxIn {
	width: 1100px;
	margin: 0 auto;
	text-align: left;
	padding: 17px 92px 50px;
	background: #fff;
	position: relative;
}
.lineupBox .mainLink li:nth-child(2n) {
	margin-left: 2px;
}
-- */
.lineupBox {
	/* padding: 110px 0 100px; */
	padding: 0 0 70px;
	background: #EFEEE9 url(../img/bg01.gif) repeat 0 0;
	position: relative;
	border-bottom: solid 4px #003366;
}
.lineupBox:after {
	content: '';
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #003366;
}
.lineupBoxIn {
	width: 1220px;
	margin: 0 auto;
	padding-top: 25px;
	text-align: left;
	position: relative;
}
.lineupBox h3 {
	font-size: 1.8rem;
	font-weight: bold;
	padding-bottom: 12px;
	margin-bottom: 15px;
	border-bottom: solid 1px #808080;
}
.lineupBoxIn .mainLink:after {
	content: "";
	clear: both;
	display: block;
}

.lineupBox .mainLink li {
	/* width: 457px; */
	width: 305px;
	float: left;
	position: relative;
}

.lineupBox .mainLink li .title {
	position: absolute;
	top: 67%;
	left: 0;
	right: 0;
	line-height: 1.2;
	font-size: 1.8rem;
	text-align: center;
	color: #7f4d45;
	z-index: 500;
}
.lineupBox .mainLink li:hover .title img {
	opacity: 1;
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	/* -- 20180309
	.lineupBox {
		padding: 50px 0 35px;
	}
	.lineupBoxIn {
		width: auto;
		margin: 0 5%;
		padding: 5px 5% 30px;
	}
	.lineupBox .mainLink li {
		width: auto;
		float: none;
		margin-bottom: 10px;
	}
	.lineupBox .mainLink li:nth-child(2n) {
		margin-left: 0;
	}
	*/
	
	
	.lineupBox {
		padding: 0 0 35px;
	}
	.lineupBoxIn {
		width: auto;
		margin: 0 5%;
	}
	.lineupBox h3 {
		font-size: 1.8rem;
		margin-top: 15px;
	}
	.lineupBox .mainLink li {
		width: 48%;
		margin: 1%;
	}
	
	.lineupBox .mainLink li .title {
		top: 65%;
		font-size: 1.2rem;
	}
	
}

/* ------------------------------
 ABOUT 遠鉄ホームについて
------------------------------ */
.aboutBox {
	padding: 80px 0 100px;
	background: #EFEEE9 url(../img/bg01.gif) repeat 0 0;
	position: relative;
	/* border-bottom: solid 4px #003366; */
}

/*
.aboutBox:after {
	content: '';
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #003366;
}
.aboutBoxIn {
	width: 1100px;
	margin: 0 auto;
	text-align: left;
	padding: 17px 40px 50px;
	position: relative;
}
*/
.aboutBoxIn {
	width: 1020px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
.aboutBoxIn h3 {
	font-size: 1.8rem;
	font-weight: bold;
	padding-bottom: 12px;
	margin-bottom: 15px;
	border-bottom: solid 1px #808080;
}
.aboutBoxIn .btn {
	margin-top: 20px;
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.aboutBox {
		padding: 50px 0 35px;
	}
	.aboutBoxIn {
		width: auto;
		margin: 0 5%;
		padding: 5px 5% 30px;
	}
	.aboutBoxIn h3 {
		font-size: 1.8rem;
		margin-top: 15px;
	}
	.aboutBoxIn .btn {
		margin-top: 30px;
	}
}
/* ------------------------------
 EVENT イベント情報
------------------------------ */
.eventBox{
	padding: 80px 0 90px;
	position: relative;
}
.eventBox .eventList li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-right: 20px;
}
.eventBox .eventList li:last-child{
	margin-right: 0;
}
.eventBox .eventList li .img{
	margin-bottom: 15px;
}
.eventList .date {
	font-size: 1.6rem;
	font-weight: bold;
	color: #5C5C5C;
	margin-bottom: 10px;
}
.eventList .date span{
	color: #fff;
	margin-left: 0;
	margin-right: 10px;
}
.eventList .category33 .date span{
	background: #AB8A61;
}
.eventList .category34 .date span{
	background: #156B63;
}
.eventList .category35 .date span{
	background: #006891;
}
.eventList .date + p{
	font-size: 1.6rem;
}
/* ------------------------------
 PC用コード
------------------------------ */
@media screen and (min-width: 768px) {
	.eventBox .eventList{
		width: 1220px;
		margin: 0 auto 45px;
	}
	.eventBox .eventList li{
		width: 390px;
	}
	.eventBox .eventList li .img{
		width: 390px;
		height: 250px;
	}
	.eventBox .eventList li a .date + p{
		color: #333;
	}
	.eventBox .eventList li a:hover{
		text-decoration: none;
	}
	.eventBox .eventList li a:hover .date + p{
		text-decoration: underline;
	}
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width:767px){
	.eventBox{
		padding: 30px 0 60px;
	}
	.eventBox .eventList{
		width: 90%;
		margin:  0 5% 50px;
	}
	.eventBox .eventList li{
		margin-right: 0;
		margin-bottom: 24px;
	}
	.eventBox .eventList li:last-child{
		margin-bottom: 0;
	}
}
/* ------------------------------
 NEWS 新着情報
------------------------------ */
.newsBox {
	padding: 80px 0 110px;
	position: relative;
	border-bottom: solid 4px #003366;
	background-color: #F1F1F1;
}
.newsBox:after {
	content: '';
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #003366;
}
.newsBoxIn {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

.newsList:after {
	content: "";
	clear: both;
	display: block;
}

/* -- PICK UP -- */
.pickupBox {
	padding: 70px 40px 0;
	background: #F3F3F3;
	margin-bottom: 75px;
	position: relative;
}
.pickupBox .title {
	width: 110px;
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	margin: auto;
}
.pickupBox .newsList {
	width: 1230px;
	margin: auto;
	text-align: center;
}
.pickupBox .newsList li {
	font-size: 1.4rem;
	width: 246px;
	text-align: left;
	margin-bottom: 45px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.pickupBox .newsList .slick-slide {
	float: none;
}
.pickupBox .newsList .slick-track {
	margin: auto;
}
.pickupBox .newsList li a {
	display: block;
	color: #000;
	text-decoration: none;
	margin: 0 6px;
	padding-bottom: 20px;
	background: #fff;
}
.pickupBox .newsList li a p {
	padding: 10px 14px 0;
}
.pickupBox .newsList li .img {
	width: 234px;
	height: 154px;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.pickupBox .newsList li .date {
	padding-top: 14px;
}
.pickupBox .newsList li.new:before {
	min-width: 60px;
	position: absolute;
	top: 0;
	left: 6px;
}


/* -- 20171218 PICK UP 
.pickupBox {
	padding: 70px 40px 0;
	background: #F3F3F3;
	margin-bottom: 75px;
	border-top: solid 1px #333;
	position: relative;
}
.pickupBox .title {
	width: 110px;
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	margin: auto;
}
.pickupBox .newsList li {
	font-size: 1.4rem;
	width: 380px;
	float: left;
	margin-bottom: 45px;
	position: relative;
}
.pickupBox .newsList li a {
	display: block;
	color: #000;
	text-decoration: none;
	margin: 0 9px;
}

.pickupBox .newsList li .img {
	width: 362px;
	height: 238px;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.pickupBox .newsList li .date {
	margin: 12px 0 5px;
}
.pickupBox .newsList li.new:before {
	min-width: 60px;
	position: absolute;
	top: 0;
	left: 9px;
}
-- */

/* -- 新着一覧 -- */
.news_npict {
	border-top: dotted 1px #C9CACB;
	margin: 0 auto 50px;
}
.news_npict li {
	padding: 15px 0;
	position: relative;
	border-bottom: dotted 1px #C9CACB;
}
.news_npict li a {
	color: #333;
	display: block;
	position: relative;
	padding-right: 20px;
	text-decoration: none;
}
.news_npict li a:hover .news_textbox {
	text-decoration: underline;
}
.news_npict li.new .news_textbox:after {
	margin-left: 5px;
}


.pickupBox .newsList li.new:before,
.news_npict li.new .news_textbox:before {
	font-family: 'Roboto' , "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-style: italic;
	font-size: 1.3rem;
	font-weight: 500;
	text-align: center;
	color: #fff;
	content: "NEW";
	line-height: 24px;
	margin-right: 5px;
	padding: 0 7px 0 5px;
	background: #CC4B1F;
	z-index: 10;
	display: inline-block;
}
.date {
	font-size: 1.3rem;
}
.date span {
	font-size: 1.15rem;
	font-weight: bold;
	color: #fff;
	min-width: 85px;
	line-height: 22px;
	text-align: center;
	padding: 0 10px;
	display: inline-block;
	margin-left: 10px;
	border-radius: 22px;
	background: #003366;
}
.category2 .date span,
.category5 .date span {
	background: #ab8a61;
}
.category3 .date span,
.category6 .date span {
	background: #758a3b;
}

.category15 .date span {
	background: #497CA8;
}

/* -- 新着一覧 
.newsList li {
	font-size: 1.4rem;
	width: 280px;
	float: left;
	margin-right: 33px;
	margin-bottom: 45px;
}
.newsList li:nth-child(4n) {
	margin-right: 0;
}

.newsList li a {
	display: block;
	color: #000;
	text-decoration: none;
}
.newsList li .img {
	width: 280px;
	height: 183px;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.date {
	font-size: 1.3rem;
	margin: 12px 0 5px;
}
.newsList li.new:before {
	font-family: 'Roboto' , "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-style: italic;
	font-size: 1.3rem;
	font-weight: 500;
	min-width: 60px;
	text-align: center;
	color: #fff;
	content: "NEW";
	line-height: 24px;
	padding: 0 7px 0 5px;
	background: #CC4B1F;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
-- */
/* ------------------------------
 PC用コード
------------------------------ */
@media screen and (min-width: 768px) {
	.newsList li .img img {
		min-height: 100% !important;
		min-width: 100% !important;
		max-width: 250px !important;
		position: absolute;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
	
	.news_npict {
		width: 1220px;
	}
	.news_npict li {
		display: table;
	}
	.news_npict li a::after {
		content: '';
		width: 15px;
		height: 12px;
		position: absolute;
		top: 50%;
		right: 5px;
		margin-top: -6px;
		background: url(../img/arrow01.png) no-repeat 0 0 / 15px 12px;
	}
	.news_npict .date {
		width: 210px;
		display: table-cell;
		vertical-align: top;
	}
	.news_npict .date span {
		min-width: 105px;
	}
	.news_npict .news_textbox {
		width: 1010px;
		display: table-cell;
		vertical-align: top;
	}
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.newsBox {
		padding: 30px 0 60px;
	}
	.newsBoxIn {
		width: auto;
		margin: 0 5%;
	}
	
	/* -- PICK UP -- */
	.pickupBox {
		padding: 45px 10% 55px;
		margin: 0 -5.5% 30px;
	}
	.pickupBox .newsList {
		width: auto;
	}
	.pickupBox .newsList li {
		width: auto;
		display: block;
		margin-bottom: 0;
	}
	.pickupBox .newsList li.slick-slide {
		float: left;
	}
	.pickupBox .newsList li .img {
		width: 100%;
		height: auto;
	}
	.pickupBox .slick-dots {
		bottom: -35px;
	}
	.pickupBox .slick-dots li {
		float: none;
		display: inline-block !important;
	}
	/* Arrows */
	.pickupBox .slick-prev,
	.pickupBox .slick-next {
		top: 40%;
		width: 42px;
		height: 42px;
	}
	.pickupBox .newsList .slick-prev {
		background: url(../img/slide_prev_line.png) no-repeat 0 0 / 20px auto;
	}
	.pickupBox .newsList .slick-next {
		background: url(../img/slide_next_line.png) no-repeat right 0 / 20px auto;
	}
	
	/* -- 20171218 PICK UP 
	.pickupBox {
		padding: 45px 10% 55px;
		margin: 0 -5.5% 30px;
	}
	.pickupBox .newsList li {
		width: auto;
		display: block;
		margin-bottom: 0;
	}
	.pickupBox .newsList li.slick-slide {
		float: left;
	}
	.pickupBox .newsList li .img {
		width: 100%;
		height: auto;
	}
	.pickupBox .slick-dots {
		bottom: -35px;
	}
	.pickupBox .slick-dots li {
		float: none;
		display: inline-block !important;
	}
	-- */
	
	/* -- 新着一覧 -- */
	.newsList li {
		width: 100%;
		float: none;
		margin-right: 0;
		display: none;
	}
	.newsList li:nth-child(1),
	.newsList li:nth-child(2),
	.newsList li:nth-child(3) {
		display: block;
	}
	.newsList li .img {
		width: 100%;
		height: auto;
	}
	.newsList li .img img {
		width: 100%;
		height: auto;
	}
	.newsBoxIn .btn {
		margin-top: 30px;
	}
}


/* ------------------------------
 GUIDE
------------------------------ */
.topguideBox {
	/* padding: 40px 0 142px; */
	padding: 60px 0 105px;
	position: relative;
	background: #F9EFD8 url(/img/guide_bg.png) no-repeat center bottom;
	/* border-bottom: solid 4px #003366; */
}
.topguideBox h2 {
	margin-bottom: 50px;
}
/*
.topguideBox h2 {
	margin-bottom: 68px;
}
.topguideBox:after {
	content: '';
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #003366;
}
*/
.guideBoxIn {
	width: 1220px;
	margin: 0 auto;
}
.guideBoxIn .title {
	font-size: 1.8rem;
	font-weight: bold;
	color: #003366;
	margin-bottom: 30px;
}
.guideBoxIn .title img {
	width: 182px;
	margin-right: 43px;
	margin-bottom: 5px;
}
.guideBoxIn .btn br {
	display: none;
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.topguideBox {
		padding: 20px 0 140px;
		background: #F9EFD8 url(/img/guide_bg_sp.png) no-repeat center bottom / auto 117px;
	}
	.topguideBox h2 {
		margin-bottom: 30px;
	}
	.guideBoxIn {
		width: auto;
		margin: 0 5%;
	}
	.guideBoxIn .title {
		font-size: 1.8rem;
		margin-bottom: 15px;
	}
	.guideBoxIn .title img {
		width: 110px;
		height: auto;
		margin-right: 27px;
		margin-bottom: 5px;
	}
	.guideBoxIn .btn br {
		display: block;
	}
}

/* ------------------------------
 FAVORITE お気に入り
------------------------------ */
/*.favoriteBox {
	padding: 80px 0 140px;
	position: relative;
	background: url(/img/favorite_bg01.png) no-repeat 0 0,
				url(/img/favorite_bg02.png) no-repeat right bottom;
}
*/
.favoriteBox {
	padding: 80px 0 120px;
	position: relative;
	background: url(/img/favorite_bg01.png) no-repeat 0 0,
				url(/img/favorite_bg02.png) no-repeat right bottom;
}
.favoriteBoxIn {
	width: 1078px;
	margin: 0 auto;
}
.favoriteBoxIn .mainLink{
	margin-bottom: 50px;

}
.favoriteBoxIn .mainLink:after,
.favoriteBoxIn .subLink:after {
	content: "";
	clear: both;
	display: block;
}
.favoriteBoxIn .mainLink li {
	float: left;
	position: relative;
}
.favoriteBoxIn .mainLink li:nth-child(2n) {
	margin-left: 2px;
	margin-right: 2px;
}
.favoriteBoxIn .mainLink li .title {
	position: absolute;
	top: 41%;
	left: 0;
	right: 0;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	z-index: 500;
}
.favoriteBoxIn .mainLink li:hover .title img {
	opacity: 1;
}

.favoriteBoxIn .subLink {
	text-align: center;
	font-size: 0;
}
.favoriteBoxIn .subLink li {
	width: 350px;
	margin: 0 6px;
	display: inline-block;
}


/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.favoriteBox {
		padding: 35px 0 60px;
		background: #fff;
	}
	.favoriteBoxIn {
		width: auto;
		margin: 0 10%;
	}
	
	.favoriteBoxIn .mainLink {
		margin-bottom: 25px;
	}
	.favoriteBoxIn .mainLink li {
		width: auto;
		float: none;
		margin-bottom: 10px;
	}
	.favoriteBoxIn .mainLink li:nth-child(2n) {
		margin-left: 0;
		margin-right: 0;
	}
	.favoriteBoxIn .mainLink li .title {
		top: 41%;
		font-size: 1.5rem;
	}
	.favoriteBoxIn .mainLink li .title img {
		height: 40px;
	}
	.favoriteBoxIn .subLink {
		width: auto;
	}
	.favoriteBoxIn .subLink li {
		width: 100%;
		float: none;
		margin: 0;
		margin-bottom: 15px;
	}
}


/* ------------------------------
 実例集・お客様の声
------------------------------ */
/*.voiceBox {
	padding: 35px 0 80px;
	position: relative;
	background: #EFEEE9 url(../img/bg02.gif) repeat center -13px;
	border-bottom: solid 4px #003366;
}
.voiceBox:after {
	content: '';
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #003366;
}
*/
.voiceBox {
	padding: 35px 0 60px;
	position: relative;
	background: #EFEEE9 url(../img/bg02.gif) repeat center -13px;
}
.voiceBoxIn {
	width: 1260px;
	margin: 0 auto;
}
.voiceBoxIn .slick-list {
	padding-top: 27px;
	margin-top: -27px;
}
.voiceBox .bannerList li {
	position: relative;
	width: 420px;
}
.voiceBox .bannerList li > div {
	max-width: 390px;
	font-size: 1.7rem;
	font-weight: bold;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	right: 15px;
	margin: auto;
	text-align: center;
	background: rgba(0,0,0, .3);
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
.voiceBox .bannerList li > div:hover {
	background: rgba(0,0,0, .2);
}
.voiceBox .bannerList li div a {
	height: 100%;
	width: 100%;
	color: #fff;
	text-decoration: none;
	display: table;
}
.voiceBox .bannerList li > div div {
	display: table-cell;
	vertical-align: middle;
}
.voiceBox .bannerList li.new:before {
	font-family: 'Roboto' , "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-style: italic;
	font-size: 1.4rem;
	line-height: 56px;
	text-align: center;
	color: #231815;
	content: "NEW";
	position: absolute;
	top: -23px;
	left: 6px;
	background: #fff;
	border: solid 1px #231815;
	width: 58px;
	height: 58px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	box-shadow: 0 0 0 3px #fff;
	-webkit-box-shadow: 0 0 0 3px #fff;
	-moz-box-shadow: 0 0 0 3px #fff;
	z-index: 50;
}
.voiceBox .bannerList li p {
	font-size: 2.1rem;
	font-weight: bold;
	padding: 0 30px;
}
.cate7 p,
.cate8 p {
	font-size: 1.7rem;
	font-weight: bold;
}
.cate7 span,
.cate8 span {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 24px;
	color: #fff;
	min-width: 88px;
	display: inline-block;
	position: relative;
	margin: 12px auto 0;
	padding: 0 15px;
	background: #AB8A61;
}

.cate7 span:before,
.cate8 span:before {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 20px;
	position: absolute;
	top: 2px;
	left: -5px;
	background: #AB8A61;
}

.cate7 span:after,
.cate8 span:after {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 20px;
	position: absolute;
	top: 2px;
	right: -5px;
	background: #AB8A61;
}

.cate8 span,
.cate8 span:before,
.cate8 span:after {
	background: #758A3B;
}



/* Arrows */
.voiceBox .slick-prev,
.voiceBox .slick-next {
	top: 50%;
	width: 42px;
	height: 42px;
}
.voiceBox .bannerList .slick-prev {
	background: url(../img/slide_prev_line.png) no-repeat 0 0 ;
}
.voiceBox .bannerList .slick-next {
	background: url(../img/slide_next_line.png) no-repeat right 0 ;
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.voiceBox {
		padding: 15px 0 40px;
		background: #EFEEE9 url(../img/bg02.gif) repeat center top / 21px 14px;
	}
	
	.voiceBoxIn {
		width: auto;
		margin: 0 10%;
	}
	.voiceBoxIn .slick-list {
		padding-top: 27px !important;
		margin-top: -27px;
	}
	.voiceBox .bannerList li {
		width: auto;
		float: none;
	}
	.voiceBox .bannerList li.slick-slide {
		float: left;
	}
	.voiceBox .bannerList li span {
		font-size: 1.5rem;
		margin: 0;
	}
	.voiceBox .bannerList li.new:before {
		left: 3px;
	}
	.voiceBox .bannerList li > div {
		font-size: 1.6rem;
		left: 0;
		right: 0;
	}
	.voiceBox .bannerList li p {
		font-size: 1.8rem;
		font-weight: bold;
	}
	
	/* Arrows */
	.voiceBox .slick-prev,
	.voiceBox .slick-next {
		width: 22px;
		height: 22px;
		top: 57%;
	}
	.voiceBox .slick-prev {
	    left: -25px;
	}
	[dir='rtl'] .voiceBox .slick-prev {
	    right: -25px;
	}
	.voiceBox .slick-next {
	    right: -25px;
	}
	[dir='rtl'] .voiceBox .slick-next {
	    left: -25px;
	}
	.voiceBox .bannerList .slick-prev {
		background: url(../img/slide_prev_line.png) no-repeat 0 0 / 12px 22px;
	}
	.voiceBox .bannerList .slick-next {
		background: url(../img/slide_next_line.png) no-repeat right 0 / 12px 22px;
	}
}

/* ------------------------------
 アフターフォロー
------------------------------ */
.afterfollowBox {
	padding: 80px 0 75px;
}
.afBoxIn {
	width: 1160px;
	margin: 0 auto;
	text-align: left;
	padding: 34px 52px 40px;
	border: solid 1px #B5B5B5;
}
.afBoxIn .img {
	text-align: center;
	margin-bottom: 20px;
}
.afBoxIn h3 {
	font-size: 1.8rem;
	font-weight: bold;
	padding-bottom: 12px;
	margin-bottom: 15px;
	border-bottom: solid 1px #808080;
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.afterfollowBox {
		padding: 55px 5% 40px;
	}
	.afBoxIn {
		width: auto;
		padding: 5% 5% 8%;
	}
	.afBoxIn .fl {
		margin-bottom: 30px;
	}
	.afBoxIn .img {
		text-align: center;
		margin-bottom: 15px;
	}
	
}

.btn {
	text-align: center;
}


/* ------------------------------
 BLOG えんてつ住まいナビ
------------------------------ */
.blogBox{
	padding: 75px 0 70px;
	background-color: #F1F1F1;
}
.blogBox ul{
	position: relative;
	width: 1140px;
	margin: 0 auto 30px;
}
.blogBox ul::before{
	content: "";
	display: block;
	position: absolute;
	width: 140px;
	height: 110px;
	background: url(/img/blog_bg.png) no-repeat top / 140px 110px;
	right: 0;
	top: -58px;
}
.blogBox ul li{
	border-top: 1px dotted #C9CACB;
}
.blogBox ul li:last-child{
	border-bottom: 1px dotted #C9CACB;
}
.blogBox ul li a{
	color: #000;
	padding: 20px 0;
	display: flex;
	align-items: center;
	background: url(../img/arrow01.png) no-repeat right 3px center / 15px 12px;
}
.blogBox ul li a .blogText{
	text-align: left;
}
.blogBox ul li a .blogText .date{
	font-size: 1.4rem;
	font-weight: bold;
	color: #5C5C5C;
}
.blogBox ul li a .blogText .title{
	font-size: 1.6rem;
}
/* ------------------------------
 PC用コード
------------------------------ */
@media screen and (min-width: 768px) {

	.blogBox ul li a .blogImg{
		width: 110px;
		margin-right: 15px;
	}
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.blogBox{
		padding: 55px 0 40px;
	}
	.blogBox ul{
		width: 90%;
	}
	.blogBox ul::before{
		width: 132px;
		height: 104px;
		background: url(/img/blog_bg.png) no-repeat top / 132px 104px;
		top: -150px;
	}
	.blogBox ul li a{
		justify-content: space-between;
		background: url(../img/arrow01.png) no-repeat right 20px bottom 15px / 15px 12px;
		padding-bottom: 30px;
	}
	.blogBox ul li a .blogImg{
		width: 28%;
		margin-bottom: 10px;
	}
	.blogBox ul li a .blogText{
		width: 68%;
		padding-right: 5%;
	}
}
