@charset "UTF-8";
/* CSS Document */
.flowBox01 {
	text-align: center;
}
.h3Area {
	padding-top: 125px;
	width: 100%;
	min-height: 400px;
	background-image: url(../img/flow/bg01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sec03 {
    width: 100%;
    background-image: url(../img/service/bg02.png);
    background-position: top left;
    background-repeat: no-repeat;
	background: url(../img/service/bg02.png) left top no-repeat,
    url(../img/flow/bg03.png) right bottom no-repeat;
}
.flowBox01 p {
    text-align: center;
	padding: 80px 0;
    color: #000;
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
}
.flowBox02 {
	margin: 40px auto 0;
}
.wrapStep {
    position: relative;
	margin-top: 55px;
}
.wrapStep:after {
	border-color: #DDF21C transparent transparent transparent;
	content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-width: 45px 125px 0 125px;
}
.wrapStep:last-child {
	margin-bottom: 80px;
}
.wrapStep:last-child:after {
	border: none;
}
.wrapStep:nth-child(2n+1) {
	background-color: #FFFCF2;
}
.step {
	margin: 0 auto;
	padding: 45px 0;
	max-width: 900px;
	overflow: hidden;
}
.s_inner {
	overflow: hidden;
}
.step .number {
	float: left;
	width: 13%;
}
.step .txt {
	float: right;
	width: 83%;
}
.step .txt h4 {
	padding-top: 10px;
	color: #245359;
	font-size: 23px;
	font-weight: bold;
	border-bottom: 2px solid #84A728;
}
.step .txt p {
	padding-top: 10px;
	color: #D9A500;
	font-size: 16px;
	font-weight: bold;
}
.btn, .img {
	margin: 40px auto 0;
	text-align: center;
}
.btn a {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.btn a img {
	margin: 0 auto;
}
.btn a:hover {
	opacity: 0.7;
}
.step .img {
	margin: 0 auto;
}
.step .img ul {
	margin: 40px auto 0;
	width: 865px;
}
.step .img ul li {
	display: inline-block;
	margin: 0 20px;
}


@media screen and (max-width: 736px) {
.inner {
	width: 100%;
	padding: 0 6vw;
}
.h3Area {
	padding: 12vh 10vw;
	min-height: 0;
}
.flowBox01 p {
	padding: 12vh 0;
    color: #000;
    font-size: 4vw;
    line-height: 1.3;
	text-align: left;
}
.wrapStep:after {
    border-width: 25px 65px 0 65px;
}
.wrapStep:last-child {
	margin-bottom: 3vh;
}
.step {
	padding: 2vh 0;
	width: 100%;
}
.s_inner {
	width: 100%;
	padding: 0 6vw;
}
.step .number {
    width: 16%;
}
.step .txt {
	float: right;
	width: 80%;
}
.step .txt h4 {
	padding-top: 5px;
	font-size: 18px;
	border-bottom: none;
}
.step .txt p {
	font-size: 14px;
}
.step .img ul {
    width: 100%;
}
.step .img ul li {
	margin: 2vh 0;
	width: 100%;
}
}