@charset "utf-8";
/* CSS Document */
#top_visual {
	background: #90B35D;
}
.access .catch span {
	font-size: 80%;
}
.access_wrap01 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}
.access_wrap01 figure {
	width: 550px;
}
.access_wrap02 .access_02, 
.access_wrap02 .access_04 {
	float: left;
	width: 660px;
}
.access_wrap02 .access_03 {
	float: right;
	width: 430px;
}
.access_05 {
	width: 800px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.access_wrap01 {
		display: block;
	}
	.access_wrap01 figure {
		width: 100%;
	}
	.access_wrap02 .access_02, 
	.access_wrap02 .access_04 {
		float: left;
		width: 100%;
	}
	.access_wrap02 .access_03 {
		float: right;
		width: 100%;
	}
	.access_05 {
		width: 100%;
	}
}