
@charset "utf-8";


/* ==================================================================== */
/* 新地のお店取材記事
/* ==================================================================== */
#interviews_list{
}

#interviews_wrap{
}

#interviews{
	line-height: 2;
	margin: 0 0 50px;
	padding: 0 10px;
}
#interviews h2{
	border-left: 0.25em solid #D56A6E;
	color: #D56A6E;
	line-height: 1.5;
	margin: 30px 0 10px;
	font-size: 150%;
	position: relative;
	padding: 0.25em 0.5em 0.25em 0.75em;
}
#interviews h2:after{
	background-color: #D56A6E;
	content: "";
	display: block;
	height: 1px;
	pointer-events: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}
#interviews h3{
	color: #D56A6E;
	line-height: 1.5;
	margin: 30px 0 10px;
	font-size: 125%;
	position: relative;
	padding: 0.25em 0.5em;
}
#interviews h3:after{
	background: -webkit-linear-gradient(left, #D56A6E 0%, #D56A6E 25%, #BDBDBD 25%, #BDBDBD 100%);
	background: linear-gradient(to right, #D56A6E 0%, #D56A6E 25%, #BDBDBD 25%, #BDBDBD 100%);
	content: "";
	display: block;
	height: 1px;
	pointer-events: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}
#interviews h4{
	color: #D56A6E;
	line-height: 1.5;
	margin: 30px 0 10px;
	font-size: 125%;
	position: relative;
	padding: 0.25em 0.5em;
}
#interviews h4:after{
	background: #BDBDBD;
	content: "";
	display: block;
	height: 1px;
	pointer-events: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}
@media screen and (min-width:768px){
	#interviews{
		padding: 0 20px;
	}
	#interviews h2{
		font-size: 200%;
	}
	#interviews h3{
		font-size: 150%;
	}
	#interviews h4{
		font-size: 125%;
	}
}
@media screen and (min-width:1280px){
	#interviews{
		padding: 0 0;
	}
}
