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


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

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

/*ご利用の流れ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;
	}
}


.m_font {
	font-family: a-otf-ud-shin-maru-go-pr6n;
	font-size: 1.4em;
	padding-top: 30px;
}

@media screen and (max-width: 820px) {
	.col_box{
		justify-content: space-around;
}
	.m_font {
		width: 100%;
		padding-top: 0px;
}
}



/*安心の100%保障*/
.glay_box {
	background-color: #f2f2f2;
	margin: 20px 0;
	padding: 20px 0 30px;
	text-align: center;
}


h5 {
	font-size: 2em;
	font-family:a-otf-midashi-mi-ma31-pr6n;
	font-weight: 600;
	color: #005ca2;
	background: linear-gradient(transparent 50%, #ffff66 60%);
	margin: 20px auto;
	width: 50%;
}

@media screen and (max-width: 800px) {
	h5 {
	font-size: 1.8em;
	background: linear-gradient(transparent 50%, #ffff66 60%);
}
}
@media screen and (max-width: 650px) {
	h5 {

	background: linear-gradient(transparent 60%, #ffff66 60%);
	width: 60%;
}
}

@media screen and (max-width: 550px) {
	h5 {
	font-size: 1.8em;
	width: 80%;
	text-align: center;
}
	.glay_box {
	text-align: left;
}
}

@media screen and (max-width: 490px) {
	h5 {
	font-size: 1.5em;
	width: 90%;
}

}

.sfont {
	font-size: 60%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: normal;
}


