@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.nav-business a {
	color: #fff;
	background-color: #b2c9b3;
}
#page-tit .bg {
	background: url(../images/index-images/main02.jpg) 50% -150px no-repeat;
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

.business-box {
	overflow: hidden;
	clear: both;
	margin-bottom: 80px;	
}
.business-box .image {
	width: 35%;
}
.business-box .image .number {
	position: relative;
	display: block;
	width: 60px;
	color: #fff;
	font-size: 2rem;
	font-family: 'Fira Sans', sans-serif;
	font-weight: bold;
	text-align: center;
	background-color: #ede747;
	padding: 17px 0;
	z-index: 1000;
}
.business-box .image img {
	position: relative;
	margin: -30px 0 0 30px;
}
.business-box .txt {
	width: 60%;
}
.tit-cmn03 {
	margin: 30px 0 20px 0;
}

.bg-green img {
	display: block;
	width: 70%;
	margin: 0 auto;
}

#flow {
	background-color: #e6efe6;
	padding: 50px 0;
}
#flow h2 {
	color: #467a45;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: center;
}
#flow h2 span {
	display: block;
	color: #1a1a1a;
	font-size: 3.5rem;
	line-height: 3.5rem;
	letter-spacing: 0.8rem;
	font-family: 'Catamaran', sans-serif;
	margin-bottom: 5px;
}

#flow li {
	float: left;
	width: 14.28%;
	color: #fff;
	text-align: center;
	background: url(../images/business-images/arrow.png) 90% 50% no-repeat;
	background-size: 15px;
}
#flow li:last-child {
	background: none;
}
#flow li .inner {
	width: 80%;
	background-color: #9bc09a;
	border-radius: 5px;
	padding: 15px;
}
#flow li:last-child .inner {
	background-color: #d7d01e;
}
#flow li img {
	display: block;
	width: 50%;
	margin: 0 auto 20px auto;
}


/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1200px){

.wrapper {
	max-width: 1600px;
}
}

@media screen and (min-width: 1025px){
}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

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

.business-box {
	margin-bottom: 60px;	
}
.business-box .image {
	width: 35%;
}
.business-box .txt {
	width: 55%;
}

.bg-green img {
	width: 100%;
}

#flow li {
	width: 25%;
	margin-bottom: 20px;
}

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

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

#page-tit .bg {
	background: url(../images/index-images/main02.jpg) 60% -150px no-repeat;
}

.business-box {
	margin-bottom: 40px;	
}
.business-box .image {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}
.business-box .txt {
	float: none;
	width: 100%;
}
.tit-cmn03 {
	margin-top: 0;
}

#flow {
	padding: 30px 0;
}
#flow h2 {
	font-size: 1.3rem;
	margin-bottom: 20px;
}
#flow h2 span {
	font-size: 3rem;
	line-height: 3rem;
}

#flow li {
	float: left;
	width: 50%;
	color: #fff;
	text-align: center;
	background: url(../images/business-images/arrow.png) 90% 50% no-repeat;
	background-size: 15px;
}
#flow li:last-child {
	margin: 0;
}
#flow li .inner {
	width: 80%;
	background-color: #9bc09a;
	border-radius: 5px;
	padding: 15px;
}

}

