@charset "utf-8";

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

business_rental.css

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

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

.dot_box{
	border-bottom:1px dotted #ccc;
}

p.p_biginner{
	color:#444;
	line-height:1.6em;
}

h4.h4_merit{
	margin:0 0 5px;
	padding:0;
	line-height:1.7em;
	color:#444;
	font-weight:normal;
}

h4.h4_merit span{
	color:#24a;
}

h4.h4_merit strong{
	font-size:1.5rem;
	color:#39d;
	font-weight:bold;
}

.title_pink_b{
	font-size:1.4rem;
	line-height:1.3em;
	color:#39d;
	font-weight:bold;
}

.biginner_box a{
	color:#39d;
}

/* ここが違う */

.h3_chigau{
	margin:0;
	padding:10px 0 0 70px;
	width:100%;
	height:58px;
	font-size:1.5rem;
	color:#39d;
	line-height:1.3em;
	border-top: 3px solid #39d;
	text-align:left;
	overflow:visible;
	box-sizing:border-box;
	position:relative;
}


.h4_chigau{
	padding:1px 0 0 15px;
	font-size:1.4rem;
	line-height:1.2em;
	font-weight:bold;
	text-align:left;
	background-image:url(../common/icon_blue.png);
	background-position:0 3px;
	background-repeat:no-repeat;
	background-size:10px 10px;
}


.ill{
	margin:0 0 -63px;
	padding:0;
	width:51px;
	height:63px;
	position: relative;
	top:-63px;
	left:10px;
}

.ill img{
	width:51px;
	height:63px;
}

/*　図　*/

img.zu{
	width:100%;
}

/*レンタルのお申込みについて*/

ul.step_box{
	margin:0;
	padding:0;
}

ul.step_box li{
	margin:0 0 10px;
	padding:10px;
	background-color:#eef7fb;
	position:relative;
}

ul.step_box li::after{
	content:'';
	bottom:-12px;
	left:50%;
	margin:0 0 0 -6px;
	border-color:#eef7fb transparent transparent transparent;
	border-style: solid;
	border-width: 6px 6px 6px 6px;
	position:absolute;
}

ul.step_box li:last-child::after{
	content:'';
	border:none;
}

ul.step_box li h6{
	margin:0;
	padding:13px 0 0;
	width:45px;
	height:45px;
	font-size:1.1rem;
	line-height:1.1em;
	color:#fff;
	font-weight:normal;
	text-align:center;
	background-color:#39d;
	box-sizing:border-box;
	float:left;
}

ul.step_box li p.title_p{
	margin:5px 0 0 10px;
	padding:0;
	font-size:1.4rem;
	line-height:1.3em;
	color:#39d;
	font-weight:bold;
	float:left;
}