@charset "utf-8";
/*////////////////////////////////////
business
////////////////////////////////////*/

@media screen and (min-width: 768px) {
#direct {
	position: relative;
	width: 100%;
	padding: 80px 0;
}
.direct_title {
	position: relative;
	text-align: center;
	width: 90%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-size: 24px;
	font-weight: bold;
	background:url("../img/titleback.jpg");
	color: #FFF;
	margin-bottom: 30px;
	padding: 5px 0;
}
.direct_subtitle {
	position: relative;
	width: 90%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	color: #555;
	border-left:5px solid #077910;
	padding-left: 10px;
	margin-bottom: 10px;
}
.direct_word {
	position: relative;
	width: 90%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	border-top: 1px solid #999;
	padding-top: 10px;
	margin-bottom: 50px;
}
.direct_offer {
	position: relative;
	width: 90%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.direct_left {
	position: relative;
	width: 45%;
	float: left;
	margin-right: 5%;
	font-size: 16px;
	line-height: 1.6;
}
.direct_right {
	position: relative;
	width: 45%;
	float: left;
	padding-left: 5%;
	border-left: 1px solid #999;
	font-size: 16px;
	line-height: 1.6;
}
.direct_left span,
.direct_right span {
	color: #077910;
}
#step {
	position: relative;
	width: 90%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#direct {
	position: relative;
	width: 100%;
	padding: 5px 0;
	background: #FFF;
}
.direct_title {
	position: relative;
	text-align: center;
	width: 100%;
	max-width: 767px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	font-weight: bold;
	background:url("../img/titleback.jpg");
	color: #FFF;
	margin-bottom: 30px;
	padding: 5px 0;
}
.direct_subtitle {
	position: relative;
	width: 90%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	color: #555;
	border-left:5px solid #077910;
	padding-left: 10px;
	margin-bottom: 10px;
}
.direct_word {
	position: relative;
	width: 90%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	border-top: 1px solid #999;
	padding-top: 10px;
	margin-bottom: 50px;
}
.direct_offer {
	position: relative;
	width: 90%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.direct_left {
	position: relative;
	width: 100%;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 30px;
}
.direct_right {
	position: relative;
	width: 100%;
	font-size: 16px;
	line-height: 1.6;
}
.direct_left span,
.direct_right span {
	color: #077910;
}
#step {
	position: relative;
	width: 90%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
}

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

}
@media screen and (min-width: 0px) and (max-width: 767px) {

}