@charset "utf-8";
/* CSS Document */

ul.flow_cp {
	margin:0;
	padding: 0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	width:100%;
}

ul.flow_cp li {
	width:50%;
	list-style:none;
	padding: 0;
	margin: 0;
}
.lbox {
	width:35%!important;
}
.rbox {
	width:65%!important;
}

.icon1{
	background-color: #FF0000;
	font-size: 14px;
	border-radius: 5px;
	padding: 5px;
	color: #fff;
}

.icon2 {
	background-color: #FF3300;
	font-size: 14px;
	border-radius: 5px;
	padding: 5px;
	color: #fff;
}

.icon3 {
	background-color: #005777;
	font-size: 14px;
	border-radius: 5px;
	padding: 5px;
	color: #fff;
}
.sp-br {
	display:none;
}

@media screen and (max-width:640px){
	ul.flow_cp li {
		width:100%;
	}
	ul.flow_cp li img {
		padding-bottom:10px;
	}
	.lbox {
		width:100%!important;
	}
	.rbox {
		width:100%!important;
	}
	.sp-br {
		display:block;
	}
}

ul.link {
	line-height: 2em;
}
ul.link li {
	margin-right: 35px;
}
.arrow_btm {
	position: relative;
	display: inline-block;
	padding-left: 18px;
}
.arrow_btm::before {
	content: '';
	width: 7px;
	height: 7px;
	border: 0px;
	border-bottom: solid 2px #004386;
	border-right: solid 2px #004386;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -5px;
}
.l_txt {
	float : left;
	width : 500px;
}
.r_img {
	float : right;
}
.step_tb th, .step_tb td, .steps th {
	border : none;
}
.steps th {
	padding : 5px;
	text-align : center;
	color : #ffffff;
	background : #91cbc9;
}
.steps td {
	padding : 5px;
	background : #e9f5f4;
}

.r_frame {
	border :1px solid #ff0000;
	padding : 5px;
}
.ftcontents .r_cont {
	float : right;
	text-align : right;
}
.optionalService {
	width: 600px;
	margin: 10px auto;
	padding: 10px;
	border: 1px solid #ccc;
}
.optionalService ul {
	margin: 10px 0 0;
	padding: 0;
}
.optionalService ul li {
	list-style: none;
	margin-left: 0;
	padding: 5px;
	float: left;
	width: 50%;
	box-sizing: border-box;
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
	.ul.link li {
		margin-right: 0;
	}
	.l_txt {
		float : none;
		width : auto;
	}
	.r_img {
		float : none;
		width : auto;
		text-align : center;
	}
	.r_img img {
		width : 100%;
	}
	.ftcontents p {
		float : none;
	}
	.ftcontents .r_cont {
		float : left;
		text-align : left;
	}
	.optionalService {
		max-width: 100%;
	}
	.optionalService ul li {
		float: none;width: 100%;
	}
}

.tel_box_img img { max-width: 100%; }
.box_hq > h5 {
	font-weight: bold;
	background-image: linear-gradient(to right, #004386 2px, transparent 2px);
	background-size: 6px 2px;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 0.8em;
}
.box_hq > h5:first-child {
	margin-top: 0;
}
