/*
Theme Name: 小町ネット様用テーマ
Theme URI: none
Description:小町ネット　インタビューページ
Version: 3.0
Author: 株式会社ルシアス
Author URI:
*/

@charset "utf-8";


/* ==================================================================== */
/* interview
==================================================================== */
#interview .title_bar{
	border-radius: 10px;
	margin: 20px 0 10px;
}
#interview p{
	margin-bottom: 10px;
}
#interview p strong{
	font-size: 125%;
}
#interview dl{
	border-top: 1px solid #CFCFCF;
	font-size: 87.5%;
	padding-top: 10px;
	margin: 0 auto;
}
#interview dl dt{
	margin-bottom: 10px;
	padding: 0 10px;
}
#interview dl dd{
	border-bottom: 1px solid #CFCFCF;
	color: #D80614;
	margin-bottom: 20px;
	padding: 0 10px 10px;
}
#interview_link{
	margin-bottom: 30px;
}
#interview_link h2{
	background-color: #BDBDBD;
	border-radius: 5px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 112.5%;
	padding: 0.4em 0.8em;
	margin-bottom: 10px;
}
#interview_link h3{
	color: #E7626B;
	font-size: 137.5%;
	font-weight: bold;
}
#interview_link a{
	background-color: #FFEDEE;
	border: 3px solid #E7626B;
	border-radius: 50px;
	color: #E7626B;
	display: inline-block;
	font-size: 26px;
	font-weight: bold;
	margin-top: 20px;
	height: 64px;
	line-height: 58px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 300px;
}
#interview_link a:after{
	content: "\F35F";
	font-family:"Material Design Icons";
	font-size: 150%;
	position: absolute;
	top: 50%;
	right: 0;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media screen and (min-width:768px){
	#interview dl{
		width: 720px;
	}
}
@media screen and (min-width:940px){
	#interview dl{
		width: 800px;
	}
}
