@charset "utf-8";

/* ==================================================================

business_service.css

===================================================================== */

.service_box{
	margin:0;
	padding:0 10px 50px;
}

.service_box h4.h4_service{
	margin:50px 0 0;
	padding:0 0 0 10px;
	font-size:1.4rem;
	line-height:1.2em;
	color:#444;
	border-left:3px solid #24a;
}

.service_box .wrap{
	margin:10px 0 0;
	padding:15px 0 0;
	border-top:1px dotted #ccc;
}

.service_box .wrap img{
	margin:0 15px 10px 0;
	width:130px;
	float:left;
}

p.p_service{
	color:#444;
	line-height:1.6em;
	text-align:justify;
}

.read_box{
	margin:15px 10px;
	padding:0 0 15px;
}

p.p_read{
	margin:0;
	padding:0;
	line-height:1.8em;
}


.page_down_box{
	margin:15px auto 0;
	padding:0;
	width:310px;
	height:40px;
	display:table;
	border-collapse: separate;  /* セルの間隔を空ける */
	border-spacing: 4px 0;  /* 左右 上下で記述 */
}

.page_down_box a.a_tel{
	padding:0;
	width:148px;
	height:100%;
	display:table-cell;
}

.page_down_box a.a_form{
	padding:0;
	width:148px;
	height:100%;
	display:table-cell;
}

.page_down_box a img{
	width:148px;
}


 .btn_detail{
	margin:0;
	padding:8px 0 0 0;
	width:100%;
	height:30px;
	color:#fff !important;
	line-height:1em;
	text-decoration:none !important;
	text-align:center;
	background-color:#6ae;
	background-image:url(../common/icon_pc4.png);
	background-position:96% 50%;
	background-repeat:no-repeat;
	background-size:12px 12px;
	-webkit-border-radius: 15px 15px 15px 15px / 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px / 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px / 15px 15px 15px 15px;
	display:block;
	box-sizing:border-box;
}

