@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_02 .box_relative {
	position: relative;
}

section#cont_02 .c_box01 {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	background: #f4fcfe;
	border: 4px solid #2bbbe6;
	padding: 15px;
	box-sizing: border-box;
	
}

@media screen and (max-width: 629px) {
	section#cont_02 .c_box01 {
		width: 100%;
	}
}

section#cont_02 .c_box01 .unit {
	margin-bottom: 25px;
}

section#cont_02 .c_box01 .unit:last-child {
	margin-bottom: 0;
}

section#cont_02 .c_box01 .unit.unit_01 .photo {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
}

@media screen and (max-width: 899px) {
	section#cont_02 .c_box01 .unit.unit_01 .photo  {
		position: static;
		width: 120px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}
}


section#cont_02 .c_box01 .unit.unit_02 .photo {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -130px;
	text-align: center;
}

@media screen and (max-width: 899px) {
	section#cont_02 .c_box01 .unit.unit_02 .photo {
		position: static;
		width: 120px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
		margin-top: 0;
	}
}

section#cont_02 .c_box01 .unit.unit_03 .photo {
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
}

@media screen and (max-width: 899px) {
	section#cont_02 .c_box01 .unit.unit_03 .photo {
		position: static;
		width: 120px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 989px) {
	section#cont_02 .c_box01 .unit.unit_01 .photo  img {
		width: 70%;	
	}
	
	section#cont_02 .c_box01 .unit.unit_02 .photo  img {
		width: 70%;	
	}
	
	section#cont_02 .c_box01 .unit.unit_03 .photo  img {
		width: 70%;	
	}
}

@media screen and (max-width: 899px) {
	section#cont_02 .c_box01 .unit.unit_01 .photo  img {
		width: 100%;	
	}
	
	section#cont_02 .c_box01 .unit.unit_02 .photo  img {
		width: 100%;	
	}
	
	section#cont_02 .c_box01 .unit.unit_03 .photo  img {
		width: 100%;	
	}
}

section#cont_02 .unit .subTitle {
	border-bottom: 1px solid #e5e5e5;
	padding: 6px 0;
	margin-bottom: 8px;
}

section#cont_02 .unit .subTitle .icon {
	width: 38px;
	height: 38px;
	display: inline-block;
	vertical-align: middle;
	background: #2bbbe6;
	border-radius: 50%;
	position: relative;
	margin-right: 6px;
	top: -3px;
}

section#cont_02 .unit .subTitle .icon .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}

section#cont_02 .unit .btn_wrap a {
	background: #fff;
}

section#cont_02 .unit .btn_wrap:hover a {
	background: #2bbbe6;
}


section#cont_02 .c_box02 {
	margin-top: 35px;
	text-align: center;
}


section#cont_02 .c_box03 .box_relative {
	position: relative;
	padding-bottom: 100px;
	width: 840px;
	margin-left: auto;
	margin-right: auto;
}


@media screen and (max-width: 899px) {
	section#cont_02 .c_box03 .box_relative {
		width: 100%;	
	}
}

@media screen and (max-width: 629px) {
	section#cont_02 .c_box03 .box_relative {
		padding-bottom: 0;
	}
	
	section#cont_02 .c_box03 p.ft18 {
		font-size: 16px;
	}
}

section#cont_02 .c_box03 .box_relative .bg_wrap .txtList {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	position: relative;
	z-index: 5;
	background: #fff;
}

@media screen and (max-width: 629px) {
	section#cont_02 .c_box03 .box_relative .bg_wrap .txtList {
		width: 100%;	
	}
}

section#cont_02 .c_box03 .box_relative .bg_wrap .txtList .waku {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 25px 50px;
	background: #fff;
	border: 4px solid #2bbbe6;
	position: relative;
	z-index:  5;
	border-radius: 30px;
}

@media screen and (max-width: 629px) {
	section#cont_02 .c_box03 .box_relative .bg_wrap .txtList .waku {
		padding: 15px;
	}
}

section#cont_02 .c_box03 .box_relative .bg_wrap .txtList:before {
	content: '';
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background: #ffff00;
	border: 4px solid #ffff00;
	position: absolute;
	z-index:  -1;
	left: 5px;
	top: 5px;
	border-radius: 30px;
}

section#cont_02 .c_box03 .box_relative .txtList ul {
	margin-bottom: 0;
}

section#cont_02 .c_box03 .box_relative .txtList ul li {
	font-size: 15px;
	font-weight: bold;
	line-height: 2.2em;
	padding-left: 1em;
	text-indent: -1em;
}

@media screen and (max-width: 767px) {
	section#cont_02 .c_box03 .box_relative .txtList ul li {
		font-size: 14px;
		line-height: 1.8em;	
	}
}

section#cont_02 .c_box03 .box_relative .photo li:first-child {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
}

section#cont_02 .c_box03 .box_relative .photo li:last-child {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 9;
}

@media screen and (max-width: 629px) {
	section#cont_02 .c_box03 .box_relative .photo li:first-child {
		position: static;
	}
	
	section#cont_02 .c_box03 .box_relative .photo li:last-child {
		position: static;
		padding-top: 10%;
	}
	
	section#cont_02 .c_box03 .box_relative .photo ul {
		width: 80%;	
		margin-left: auto;
		margin-right: auto;
		margin-top: 15px;
	}
	
	section#cont_02 .c_box03 .box_relative .photo ul:after {
		content: '';
		clear: both;
		display: block;
	}
	
	section#cont_02 .c_box03 .box_relative .photo ul li {
		width: 50%;
		text-align: center;
		float: left;
	}
}



section#cont_02 .c_box04 {
	background: #f4fcfe;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
}


section#cont_02 .c_box04 .btn_wrap a {
	background: #fff;
}

section#cont_02 .c_box04 .btn_wrap:hover a {
	background: #2bbbe6;
}



section#cont_02 .c_box04 .subTitle {
	background: #2bbbe6;
	padding: 6px;
	box-sizing: border-box;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 20px;
	
	position: relative;
}

@media screen and (max-width: 629px) {
	section#cont_02 .c_box04 .subTitle { 
		padding: 12px 6px;
	}
}

section#cont_02 .c_box04 .subTitle h3 {
	color: #fff;
	position: relative;
	z-index: 3;
}


section#cont_02 .c_box04 .subTitle:after {
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	background: #2bbbe6;
	position: absolute;
	margin-left: -12.5px;
	left: 50%;
	bottom: -8px;
	transform: rotate(45deg);
}

section#cont_03 .c_box01 {
	margin-bottom: 35px;
}

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

@media screen and (max-width: 767px) {
	section#cont_03 .stepFlowWrap .stepTitle_h3 {
		text-align: center;
	}
}

section#cont_03 .stepFlowWrap {
	margin-bottom: 25px;
}

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

section#cont_03 .stepFlowWrap .stepTitle_h3 .step_icon {
	background: #ffffff;
	padding: 4px 12px;
	display: inline-block;
	box-sizing: border-box;
	border-radius: 16px;
	margin-bottom: 5px;
	font-weight: bold;
}

section#cont_03 .stepFlowWrap .stepTitle_h3 .step_icon .stepNum {
	color: #2bbbe6;
	margin-right: 1em;
}

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

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

section#cont_03 .stepFlowWrap .contWrap .photo {
	width: 200px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	section#cont_03 .stepFlowWrap .contWrap .photo {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}

section#cont_03 .stepFlowWrap .contWrap .txt_wrap {
	width: calc( 100% - 200px );
	padding-top: 12px;
}

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


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



section#cont_04 .stepFlowWrap .stepTitle_h3 .stepNum {
	color: #2bbbe6;
	background: #ffffff;
	width: 32px;
	height: 32px;
	display: inline-block;
	border-radius: 50%;
	position: relative;
	vertical-align: middle;
	margin-right: 6px;
	top: -2px;
}

section#cont_04 .stepFlowWrap .stepTitle_h3 .stepNum .num {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

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

section#cont_04 .stepFlowWrap .contWrap {
	margin-bottom: 25px;
}

section#cont_04 .stepFlowWrap .contWrap:after {
	content: '';
	clear: both;
	display: block;
}

section#cont_04 .stepFlowWrap .contWrap .photo {
	width: 200px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	section#cont_04 .stepFlowWrap .contWrap .photo {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}

section#cont_04 .stepFlowWrap .contWrap .txt_wrap {
	width: calc( 100% - 200px );
	padding-top: 12px;
}

@media screen and (max-width: 767px) {
	section#cont_04 .stepFlowWrap .contWrap .txt_wrap {
		float: none;
		width: 100%;
	}
}



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


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

section#cont_05 .stepFlowWrap .contWrap {
	margin-bottom: 25px;
}

section#cont_05 .stepFlowWrap .contWrap:after {
	content: '';
	clear: both;
	display: block;
}

section#cont_05 .stepFlowWrap .contWrap .photo {
	width: 200px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	section#cont_05 .stepFlowWrap .contWrap .photo {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}

section#cont_05 .stepFlowWrap .contWrap .txt_wrap {
	width: calc( 100% - 200px );
	padding-top: 12px;
}

@media screen and (max-width: 767px) {
	section#cont_05 .stepFlowWrap .contWrap .txt_wrap {
		float: none;
		width: 100%;
	}
}

section#cont_05 .stepFlowWrap .contWrap .txt_wrap .listWrap .circle {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #2bbbe6;
	border-radius: 50%;
	margin-right: 6px;
	position: relative;
	vertical-align: middle;
	top: -2px;
}

section#cont_05 .stepFlowWrap .contWrap .txt_wrap .listWrap li {
	text-indent: -20px;
	border-bottom: 1px dotted #d9d9d9;
	padding: 8px 0 6px 20px;
}

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

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

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

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


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


@media screen and (max-width: 599px) {
	
}

