@charset "utf-8";
/* CSS Document */


/*ご利用の流れページメイン画像
---------------------------------------------------------------------------*/

#mainimg {
	max-width: 1500px;	/*サイトの最大幅*/
	max-height: 142px;
	margin: 0 auto;
	padding: 0;
	background-image: url("../images/renovation/hed_img.jpg");
	background-repeat:no-repeat;
	text-align: center;
	border-bottom: solid 1px #999;
}
h2 {
	text-shadow: 0 0 10px #fff,0 0 15px #fff;
}

/*コンテンツの段落タグ設定*/
.contents {
	padding: 0px 40px 15px;	/*上、左右、下への余白*/
}

h4 {
	font-size: 1.3em;

}


/*ご利用の流れStep*/
.cacebox{
	display: flex;
	width: 100%;
	text-align: center;
	margin: 20px 0;
	align-items:center;
	padding-bottom: 20px;
	border-bottom: solid 1px #999;
}
.cacebox_revers{
	display: flex;
	width: 100%;
	text-align: center;
	margin: 10px 0;
	align-items:center; 
	padding-bottom: 20px;
	border-bottom: solid 1px #999;
}

.no_border {
	border-bottom: none;	
}


/*画像*/
	.flow_img_r {
		width: 40%;
		vertical-align: top;
		text-align: right;
		padding-left: 50px;
	}

	.flow_img_l {
		width: 40%;
		vertical-align: top;
		text-align: left;
		padding-right: 50px;
	}

/*Step*/
	.introduce {
		width: 59%;
		margin-right: 0px;
		display: flex;
		text-align: left;
	}
h4 {
	color: #005ca2;
	font-size: 1.2em;
	font-weight: 600;
}
.text {
	padding: 0 0 0 20px;
	font-size: 0.95em;
}

@media screen and (max-width: 650px) {
	.cacebox{
		flex-direction: column;
	}
	.cacebox_revers{
		flex-direction: column-reverse;
	}
	
	.introduce {
		width: 95%;
	}
	.flow_img_r {
		width: 50%;
		vertical-align: top;
		text-align: center;
		padding-left: 0;
		margin: 20px 0;
	}

	.flow_img_l {
		width: 50%;
		vertical-align: top;
		text-align: center;
		padding-right: 0;
		margin: 20px 0;
	}
}


/*Lリンクボックス*/
	.blogsboxL {
	}

	.blogsboxL:hover {
		opacity: 0.7 ;	/*半透明設定*/
	}

/*前ページへ戻る*/
#fo_mailboxl {
	width: 100%;
	display: block;
	background-color: #004590;
	margin-bottom: 60px;
}


#fo_mailboxl:hover {
	background-color: #6cc5d5;
}

/*お問合せメール*/
.mail-d  {
	width: 83%;
    padding:10px;
	margin: 0 auto 40px auto;
	text-align: center;
	background:#7abcff; /* グラデーション非対応の古いブラウザ用の単色 */
    background:linear-gradient(to bottom,  #7abcff 0%,#4096ee 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE8以下対応用 */
}

.mail-d:hover {
	opacity: 0.7 ;	/*半透明設定*/
	}

.mail-d a{
	display: block;
	color: aliceblue;
	font-weight: 600
}


.mail-d a:hover{
	color: #0046a0;
}



