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

.sub_title_h2.beBtn {
	position: relative;
}

.p_right {
	position: absolute;
	right: 0;
	top: 5px;
	z-index: 5;
}

@media screen and (max-width: 629px) {
	.p_right {
		position: static;
		text-align: center;
		margin-bottom: 12px;
	}
}

@media screen and (max-width: 930px) {
	.w920 {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}


section#cont_01 .bg_box {
	background: #f4fcfe;
    padding: 15px;
    box-sizing: border-box;
}

section#cont_01 .bg_box .subTitle_h3 {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 12px;
	padding: 6px 0;
}


section#cont_01 .w655 {
	margin: 35px auto 0 auto;
	width: 655px;
}

@media screen and (max-width: 699px) {
	section#cont_01 .w655 {
		width: 100%;
	}
}

section#cont_01 .anker_wrap {
	text-align: center;
	display: inline-block;
	
}


section#cont_01 .anker_wrap:after {
	content: '';
	display: block;
	clear: both;
}

section#cont_01 .anker_wrap .box {
	display: inline-block;
	margin-bottom: 15px !important;
	margin: 0 5px 15px 5px;
}


section#cont_01 .anker_wrap .box a {
	text-decoration: none;
}

section#cont_01 .anker_wrap .box .btn_wrap {
	border: 1px solid #ebebeb;
	display: inline-block;
	border-radius: 10px;
	padding: 4px 12px 24px;
	box-sizing: border-box;
	position: relative;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

section#cont_01 .anker_wrap .box .btn_wrap:hover {
	background: #2bbbe6;
	border: 1px solid #2bbbe6;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

section#cont_01 .anker_wrap .box .btn_wrap p {
	margin-bottom: 0;
	line-height: 1.6em;
	color: #000;
	font-weight: bold;
	letter-spacing: 0;
	
	-webkit-transition: all .3s;
	transition: all .3s;
}

section#cont_01 .anker_wrap .box .btn_wrap:hover p {
	color: #fff;
	
	-webkit-transition: all .3s;
	transition: all .3s;
}

section#cont_01 .anker_wrap .box .btn_wrap .arr {
	content: '';
	width: 13px;
	height: 13px;
	display: block;
	
	position: absolute;
	bottom: 12px;
	left: 50%;
	margin-left: -9.9px;
}

section#cont_01 .anker_wrap .box .btn_wrap .arr:before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	border-left: 1px solid #2bbbe6;
	border-bottom: 1px solid #2bbbe6;
	transform: rotate(-45deg);
	
	-webkit-transition: all .3s;
	transition: all .3s;	
}

section#cont_01 .anker_wrap .box .btn_wrap:hover .arr:before {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	
	-webkit-transition: all .3s;
	transition: all .3s;	
}





section#cont_02 .stepFlowWrap .stepTitle_h3 {
	background: #2bbbe6;
	padding: 12px 150px 10px 12px;
	box-sizing: border-box;
	margin-bottom: 12px;
}

@media screen and (max-width: 899px) {
	section#cont_02 .stepFlowWrap .stepTitle_h3 {
		padding: 12px;	
	}
}

section#cont_02 .stepFlowWrap .stepTitle_h3 h3 {
	color: #ffffff;
	font-size: 16px;
}

@media screen and (max-width: 767px) {
	section#cont_02 .stepFlowWrap .stepTitle_h3 h3 {
		font-size: 14px;
	}
}


section#cont_02 .c_box.stepFlowWrap {
	position: relative;
	margin-bottom: 45px;
}

section#cont_02 .c_box.stepFlowWrap .contWrap .key_photo {
	position: absolute;
	text-align: center;
	right: 0;
	z-index: 6;
}

@media screen and (max-width: 767px) {
	section#cont_02 .c_box.stepFlowWrap .contWrap .key_photo {
		position: static;
		margin-bottom: 15px;
	}
}

section#cont_02 .c_box.stepFlowWrap.c_box01 .contWrap .key_photo {
	top: -15px;
}

section#cont_02 .c_box.stepFlowWrap.c_box02 .contWrap .key_photo {
	top: -15px;
}

section#cont_02 .c_box.stepFlowWrap.c_box03 .contWrap .key_photo {
	top: -15px;
}

section#cont_02 .c_box.stepFlowWrap.c_box04 .contWrap .key_photo {
	top: -15px;
}

@media screen and (max-width: 899px) {
	section#cont_02 .c_box.stepFlowWrap.c_box01 .contWrap .key_photo {
		top: 0;
	}
	
	section#cont_02 .c_box.stepFlowWrap.c_box02 .contWrap .key_photo {
		top: 0;
	}
	
	section#cont_02 .c_box.stepFlowWrap.c_box03 .contWrap .key_photo {
		top: 0;
	}
	
	section#cont_02 .c_box.stepFlowWrap.c_box04 .contWrap .key_photo {
		top: 0;
	}
}

section#cont_02 .c_box.stepFlowWrap .contWrap .accContWrap .btn_wrap {
	position: relative;
	z-index: 9;
}

section#cont_02 .c_box.stepFlowWrap .contWrap .accContWrap .accCont {
	border: 1px solid #fb7800;
	padding: 35px 20px 20px 20px;
	box-sizing: border-box;
	position: relative;
	top: -20px;
	z-index: 5;
	
	display: none;
}

section#cont_02 .c_box.stepFlowWrap .contWrap .accContWrap .accCont .photo {
	text-align: center;
	margin-bottom: 1em;
}

section#cont_02 .c_box.stepFlowWrap .contWrap .accContWrap .accCont .photo.floatWrapPhoto {
	float: left;
	width: 150px;
	margin-right: 20px;
}

@media screen and (max-width: 767px) {
	section#cont_02 .c_box.stepFlowWrap .contWrap .accContWrap .accCont .photo.floatWrapPhoto {
		float: none;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
}

section#cont_02 .c_box.stepFlowWrap .contWrap .txt_wrap {
	padding-right: 150px;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	section#cont_02 .c_box.stepFlowWrap .contWrap .txt_wrap {
		padding: 0;	
	}
}

section#cont_03 .stepFlowWrap .stepTitle_h3 {
	background: #2bbbe6;
	padding: 12px 12px 12px 12px;
	box-sizing: border-box;
	margin-bottom: 12px;
}


section#cont_03 .stepFlowWrap .stepTitle_h3 h3 {
	color: #ffffff;
	font-size: 16px;
}

section#cont_03 .c_box.c_box02.stepFlowWrap .stepTitle_h3 {
	position: relative;
}



section#cont_03 .c_box.c_box02.stepFlowWrap .stepTitle_h3 .p_right {
	right: 5px;
}

section#cont_03 .c_box.c_box02.stepFlowWrap .stepTitle_h3 .btn_wrap.p_right a:hover {
	border: 1px solid #fff;
}

@media screen and (max-width: 629px) {
	section#cont_03 .c_box.c_box02.stepFlowWrap .stepTitle_h3 h3 {
		margin-bottom: 12px;	
	}
	
	section#cont_03 .c_box.c_box02.stepFlowWrap .stepTitle_h3 .btn_wrap {
		margin-bottom: 0;	
	}
}

section#cont_03 .stepFlowWrap .listWrap_02 {
	border: 2px solid #2bbbe6;
	background: #f4fcfe;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 25px;
}

section#cont_03 .stepFlowWrap .listWrap_02 ul {
	margin-bottom: 0;
}

section#cont_03 .stepFlowWrap .listWrap_02 ul li {
	border-bottom: 1px solid #e5e5e5;
	padding: 6px 0 8px 0.8em;
	font-size: 15px;
	font-weight: bold;
	text-indent: -0.8em;
	line-height: 1.8em;
}


section#cont_03 .stepFlowWrap .bg_wrap {
	background: #ffffec;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 25px;
	position: relative;
}

section#cont_03 .stepFlowWrap .bg_wrap .txt_wrap {
	width: 75%;
}

section#cont_03 .stepFlowWrap .bg_wrap .photo_wrap {
	width: 25%;
	position: absolute;
	right: 0;
	bottom: 5px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	section#cont_03 .stepFlowWrap .bg_wrap .txt_wrap {
		width: 100%;
	}
	
	section#cont_03 .stepFlowWrap .bg_wrap .photo_wrap {
		width: 220px;
		position: static;
		margin-left: auto;
		margin-right: auto;
	}
}

section#cont_03 .stepFlowWrap .bg_wrap .bg_cont_01 {
	position: relative;
}

section#cont_03 .stepFlowWrap .bg_wrap .bg_cont_01 .photo_wrap {
	top: 50%;
	margin-top: -140px;
}

@media screen and (max-width: 899px) {
	section#cont_03 .stepFlowWrap .bg_wrap .bg_cont_01:after {
		content: '';
		display: block;
		clear: both;	
	}
	
	section#cont_03 .stepFlowWrap .bg_wrap .bg_cont_01 .txt_wrap {
		float: left;
		width: 70%;
	}
	
	section#cont_03 .stepFlowWrap .bg_wrap .bg_cont_01 .photo_wrap {
		position: static;
		float: right;
		margin-top: 0;	
		top: 0;
	}
}


@media screen and (max-width: 767px) {
	section#cont_03 .stepFlowWrap .bg_wrap .bg_cont_01:after {
		content: '';
		display: block;
		clear: both;	
	}
	
	section#cont_03 .stepFlowWrap .bg_wrap .bg_cont_01 .txt_wrap {
		float: none;
		width: 100%;
	}
	
	section#cont_03 .stepFlowWrap .bg_wrap .bg_cont_01 .photo_wrap {
		float: none;
		width: 220px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}
}

section#cont_03 .stepFlowWrap .bg_wrap .bg_cont_02 {
	position: relative;
}

section#cont_03 .stepFlowWrap .bg_wrap .bg_cont_02 .photo_wrap {
	top: 0;
}

@media screen and (max-width: 899px) {
	section#cont_03 .stepFlowWrap .bg_wrap .bg_cont_02:after {
		content: '';
		display: block;
		clear: both;	
	}
	
	section#cont_03 .stepFlowWrap .bg_wrap .bg_cont_02 .txt_wrap {
		float: left;
		width: 70%;
	}
	
	section#cont_03 .stepFlowWrap .bg_wrap .bg_cont_02 .photo_wrap {
		position: static;
		float: right;
		margin-top: 0;	
		top: 0;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 767px) {
	section#cont_03 .stepFlowWrap .bg_wrap .bg_cont_02:after {
		content: '';
		display: block;
		clear: both;	
	}
	
	section#cont_03 .stepFlowWrap .bg_wrap .bg_cont_02 .txt_wrap {
		float: none;
		width: 100%;
	}
	
	section#cont_03 .stepFlowWrap .bg_wrap .bg_cont_02 .photo_wrap {
		float: none;
		width: 220px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}
}





section#cont_03 .stepFlowWrap .stepTitle_h3 {
	background: #2bbbe6;
	padding: 12px 150px 10px 12px;
	box-sizing: border-box;
	margin-bottom: 12px;
}

@media screen and (max-width: 899px) {
	section#cont_03 .stepFlowWrap .stepTitle_h3 {
		padding: 12px;	
	}
}

section#cont_03 .stepFlowWrap .stepTitle_h3 h3 {
	color: #ffffff;
	font-size: 16px;
}

@media screen and (max-width: 767px) {
	section#cont_03 .stepFlowWrap .stepTitle_h3 h3 {
		font-size: 14px;
	}
}

section#cont_03 .c_box.c_box03.stepFlowWrap .stepTitle_h3 {
	position: relative;
}

section#cont_03 .c_box.c_box03.stepFlowWrap .stepTitle_h3 .p_right {
	right: 5px;
}

section#cont_03 .c_box.c_box03.stepFlowWrap .stepTitle_h3 .btn_wrap.p_right a:hover {
	border: 1px solid #fff;
}

@media screen and (max-width: 629px) {
	section#cont_03 .c_box.c_box03.stepFlowWrap .stepTitle_h3 h3 {
		margin-bottom: 12px;	
	}
	
	section#cont_03 .c_box.c_box03.stepFlowWrap .stepTitle_h3 .btn_wrap {
		margin-bottom: 0;	
	}
}


section#cont_03 .c_box.c_box03.stepFlowWrap .listWrap_02 .contBox {
	margin-bottom: 15px;
}

section#cont_03 .c_box.c_box03.stepFlowWrap .listWrap_02 .contBox:last-child {
	margin-bottom: 0;
}

section#cont_03 .c_box.c_box03.stepFlowWrap .listWrap_02 .contBox:after {
	content: '';
	clear: both;
	display: block;
}

section#cont_03 .c_box.c_box03.stepFlowWrap .listWrap_02 .contBox .photo {
	float: right;
	width: 270px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	section#cont_03 .c_box.c_box03.stepFlowWrap .listWrap_02 .contBox .photo {
		width: 100%;
		float: none;
		margin-bottom: 12px;
	}
}

section#cont_03 .c_box.c_box03.stepFlowWrap .listWrap_02 .contBox .txt_wrap {
	float: left;
	width: calc( 100% - 290px );
}

@media screen and (max-width: 767px) {
	section#cont_03 .c_box.c_box03.stepFlowWrap .listWrap_02 .contBox .txt_wrap {
		width: 100%;
		float: none;
	}
}


section#cont_03 .c_box.c_box03.stepFlowWrap .listWrap_02 ul li {

	margin-bottom: 15px;
}




section#cont_03 .btnWrapper {
	width: 560px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 599px) {
	section#cont_03 .btnWrapper {
		width: 100%;
	}
}

section#cont_03 .btnWrapper:after {
	content: '';
	clear: both;
	display: block;
}

section#cont_03 .btnWrapper .unit {
	width: 50%;
	text-align: center;
	float: left;
}


@media screen and (max-width: 599px) {
	section#cont_03 .btnWrapper .unit {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
}