@charset "utf-8";
/*ご利用ガイドメニュー*/
.guide_menu{
	overflow:hidden;
	font-size:110%;
}
.guide_menu a{
	display: block;
	width:49.5%;
	float:left;
	text-align:center;
	color:#330f06;
	padding:20px 10px;
	border-radius:5px;
	font-weight:bold;
	background: #e6e3da;
	position: relative;
}
.guide_menu a:hover{
	opacity: 0.8;
	text-decoration: none;
}
.guide_menu span{
	font-size:80%;
	display:block;
	margin-bottom:5px;
	font-weight:normal;
}
.guide_menu a:nth-of-type(1){
	margin: 0 1% 1% 0;
}
.guide_menu a:nth-of-type(2){
	margin: 0 0 1% 0;
}
.guide_menu a:nth-of-type(3){
	margin:0 1% 0 0;
}
.guide_menu a:nth-of-type(4){
	margin: 0 0 1% 0;
}
.guide_menu i{
	color: #bf0000;
	font-size: 250%;
	position: absolute;
	left:18%;
	top:25px;
}
.fa-angle-double-right{
	font-weight: bold !important;
	left:19.5% !important;
}
/*フロー*/
.ren_flow{
	display:table;
	margin-bottom:15px;
	width:100%;
}
.ren_flow div{
	display:table-cell;
	padding:0 10px 0 20px;
	vertical-align:middle;
	width: 100%;
}
.bluecircle{
	display:block;
	width:80px;
	height:80px;
	line-height:80px;
	text-align:center;
	background:#3390ad;
	color:#fff;
	font-weight:bold;
	border-radius:100px;
	font-size:150%;
	margin:0;
}
.ren_flow > div > strong{
	border-bottom:1px solid #B5A475;
	display:block;
	margin-bottom:5px;
}
.ren_flow  .d{
	font-size:80%;
}

/*レスポンジブ*/
@media screen and (max-width:1199px){
	.guide_menu i{
		left:10%;
	}
	.fa-angle-double-right{
		left:12% !important;
	}
    section img{
        width: 100%;
    }
}
@media screen and (max-width:1023px){
	.guide_menu i{
		left:6%;
	}
	.fa-angle-double-right{
		left:9% !important;
}
	.guide_menu a{
		text-align: left;
		padding-left: 65px;
	}
}
@media screen and (max-width:767px){
	.guide_menu a{
		width: 100%;
		margin:3px 0 !important;
		text-align: center;
	}
	.guide_menu i{
		left:30%;
	}
	.fa-angle-double-right{
		left:31% !important;
	}
}
@media screen and (max-width:600px){
	.guide_menu i{
		left:22%;
	}
	.fa-angle-double-right{
		left:24% !important;
	}
}
@media screen and (max-width:414px){
	.guide_menu i{
		left:9%;
	}
	.fa-angle-double-right{
		left:12% !important;
	}
}