@charset "UTF-8";

.sp { display:none !important; }
.pc { display:block !important; }

.faq {
	padding:0 20px;
}

.news {
	letter-spacing:-.4em;
	padding:10px;
}
.news dt, .news dd {
	letter-spacing:normal;
	display:inline-block;
	vertical-align:top;
}
.news dt {
	width:100px;
}
.news dd {
	width:590px;
}


.faq dt {
	background:url(../images/common/q.png) no-repeat left top;
	padding-left:40px;
	font-size:20px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
	border-bottom:2px solid #aaa;
}
.faq dd {
	background:url(../images/common/a.png) no-repeat left top;
	padding-left:40px;
	padding-bottom:15px;
}
ol.flow {
	padding:0 25px;
}
ol.flow li {
	background:url(../images/flow/arrow.png) no-repeat center bottom;
	padding-bottom:70px;
	margin-top:10px;
}
ol.flow li:last-child {
	background:none;
	padding-bottom:0;
}
ol.flow .ttl {
	font-size:16px;
	font-weight:bold;
}
ol.flow .tel {
	font-size:30px;
	color:#00F;
	font-weight:bold;
}