/* ===================================================================
CSS
 file name  :  service.css
=================================================================== */
@media screen and (min-width: 769px) {
/* PC用のスタイル記述 */
.service_text{
	margin-top:20px;
}
p.sub{
	margin:15px 0;
	font-weight:bold;
	color:#00306D;
}
.bn_member{
	margin-top:30px;
}
#service_flow{
	margin-top:30px;
}
h4{
	margin-top:30px;
	font-weight:bold;
	color:#00306C;
	background:#DFE6EE;
	padding:5px 20px;
}
#tokuten{
	margin-top:20px;
	margin-left:-20px;
}
#tokuten li{
	float:left;
	margin-left:20px;
	width:220px;
}
#tokuten li a{
	background:#00306C;
	margin-top:20px;
}
#popup{
	margin:20px auto 20px auto;
	width:600px;
	text-align:center;
}
#popup a{
	background:#00306C;
	margin:20px auto;
	width:300px;
}
#service04_img{
	float:left;
	margin:auto 30px 10px 0;
}
#link{
	margin-top:20px;
}
#link li{
	float:left;
}
}
@media screen and (max-width: 768px) {
/* スマートフォン用のスタイル記述 */
.service_text{
	margin:10px 20px;
}
p.sub{
	margin:10px 20px;
	font-weight:bold;
	color:#00306D;
}
.bn_member{
	margin:10px;
}
#service_flow{
	margin:10px;
}
h4{
	margin-top:10px;
	font-weight:bold;
	color:#00306C;
	background:#DFE6EE;
	padding:5px 20px;
}
#tokuten{
	margin:10px;
}
#tokuten li{
	text-align:center;
	margin-bottom:10px;
}
#tokuten li a{
	display:none;
}
#service04_img{
	float:left;
	margin:auto 10px 10px 10px;
	width:40%;
}
#link li{
	float:left;
	width:33.3%;
}
}