/* CSS Document */
#top_img {
    width: 100vw;
    height: 500px;
    background: url("../img/business/top_business.jpg") no-repeat center center;
/*	background-attachment: fixed;*/
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}

#wall {
	max-width: 60%;
}

.row p {
/*    text-align: center;*/
}
.title {
/*	display: block;*/
	font-size: 35px;
	color: #326291;
	border-bottom: solid 4px #326291;
	margin-top: 40px;
	margin-bottom: 20px;
    text-align: center;
}

.cycle {
	width: 100%;
}
.cycle img {
/*	min-height: 30vh;*/
/*	text-align: center;*/
	width: 80%;
	display: block;
	margin: 40px auto;
  /* 上下中央寄せ */
}

.cycle p {
	width: 100%;
	font-size: 16px;
}
.sub_title {
/*	display: inline-block;*/
    text-align: center;
	margin-top: 30px;
	font-size: 25px;
	color: #118BBC;
/*	border-bottom: solid 4px #2B5F97;*/
	margin-bottom: 20px;
}
.business_flow .img_left {
	float: left;
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 0px;
}

.business_flow img {
	width: 100%;
	display: block;
	margin: 0 auto;
}
.business_flow p {
	width: 100%;
	font-size: 16px;
}
.business_flow a {
	color: blue;
	display: block;
	margin-top: 20px;
/*	padding: 20px 10px;*/
}
.right-text h2 {
	font-size: 30px
}
.clear {
	clear: both;
}
.arrow {
	background: url("../img/business/arrow.png") no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
	width: 74px;
	height: 40px;
/*	margin-left: 150px;*/
	margin: 30px auto 0 auto;
}