@charset "utf-8";

/* -------------------------------------------------
	#busisup
------------------------------------------------- */

#busisup .col2-layout {
	margin-top: 50px;
}
#busisup .col2-layout .right > section + section {
	margin-top: 45px;
}

@media print, screen and (min-width:768px) {
	#busisup .h-leftBorder {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:767px) {
	#busisup .col2-layout {
		margin-top: 5vw;
	}
	#busisup .col2-layout .left img {
		display: block;
		width: 65%;
		margin: 0 auto;
	}
	#busisup .col2-layout .right > section {
		margin-top: 7vw;
	}
	#busisup .col2-layout .right > section + section {
		margin-top: 6vw;
	}
}

/* -------------------------------------------------
	#future
------------------------------------------------- */

#future .layout-type1 {
	margin-top: 50px;
}
#future .note {
	margin-top: 1.4em;
}

@media print, screen and (min-width:768px) {
	#future .h-leftBorder {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:767px) {
	#future .layout-type1 {
		margin-top: 5vw;
	}
}