@charset "utf-8";


header {
	width: 100%;
	background-color: #fff;
	z-index:10;
}

footer {
	width: 100%;
	background-color: #fff;
	z-index:11;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
main
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

main {
	display: block;
	width: calc(100% - 20px);
	max-width: 1240px;
	margin: 0 auto;
	position: relative;
}

.content_header {
	min-height: 435px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

	.content_header > div {
		width: 400px;
		height: 160px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		color: red;
	}
	
		.content_header > div > p {
			color: #898989;
			height: 120px;
			white-space: nowrap;
			text-indent: 100%;
			overflow: hidden;
		}
		
		.content_header > div > span {
			display: block;
			width: 60px;
			background-image: url('../img/dot.svg');
			background-position: center;
			background-size: contain;
			background-repeat: no-repeat;
		}
		
		.content_header > div > span::before {
			content: '';
			display: block;
			width: 100%;
			padding-top: 100%;
		}
		
@media screen and (max-width: 1550px) {
	.content_header > div {
		width: 400px;
		height: 160px;
	}
}

@media screen and (max-width: 550px) {
		.content_header > div {
			width: 360px;
			height: 130px;
		}
		
			.content_header > div > span {
				width: 40px;
			}
			
			.content_header > div > p {
				height: 105px;
			}
}

@media screen and (max-width: 450px) {
		.content_header > div {
			width: 280px;
			height: 120px;
		}
		
			.content_header > div > p {
				height: 90px;
				font-size: 0.85em;
			}
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
logo_color
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

#logo {
	display: block;
	width: calc(100% - 20px);
	max-width: 120px;
	margin: 15px auto 0;
	background-image: url('../img/logo_color.svg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#logo::before {
	content: '';
	display: block;
	padding-top: 100%;
}

@media screen and (max-width: 450px) {
	#logo {
		max-width: 85px;
		margin: 10px auto 0;
	}
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
menu
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

#menu {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 20px auto 0;
	padding: 0 40px;
	box-sizing: border-box;
	flex-wrap: wrap;
	align-items: center;
}
	
	#menu > p {
		padding: 15px;
	}
	
	#menu > p.active {
		background-color: #8fc31f;
	}
	
		#menu > p > a.menu {
			display: block;
			width: 60px;
			height: 60px;
			background-position: center;
			background-size: contain;
			background-repeat: no-repeat;
			white-space: nowrap;
			text-indent: 100%;
			overflow: hidden;
		}
		
		#menu > p > a.menu_1 {
			background-image: url('../img/page_menu_1.svg');
		}
		#menu > p > a.menu_1:hover {
			background-image: url('../img/page_menu_1_on.svg');
		}
		
		#menu > p > a.menu_2 {
			background-image: url('../img/page_menu_2.svg');
		}
		#menu > p > a.menu_2:hover {
			background-image: url('../img/page_menu_2_on.svg');
		}
		
		#menu > p > a.menu_3 {
			background-image: url('../img/page_menu_3.svg');
		}
		#menu > p > a.menu_3:hover {
			background-image: url('../img/page_menu_3_on.svg');
		}
		
		#menu > p > a.menu_4 {
			background-image: url('../img/page_menu_4.svg');
		}
		#menu > p > a.menu_4:hover {
			background-image: url('../img/page_menu_4_on.svg');
		}
		
		#menu > p > a.menu_5 {
			background-image: url('../img/page_menu_5.svg');
		}
		#menu > p > a.menu_5:hover {
			background-image: url('../img/page_menu_5_on.svg');
		}
		
		#menu > p > a.menu_6 {
			background-image: url('../img/page_menu_6.svg');
		}
		#menu > p > a.menu_6:hover {
			background-image: url('../img/page_menu_6_on.svg');
		}
		
		#menu > p > a.menu_7 {
			background-image: url('../img/page_menu_7.svg');
		}
		#menu > p > a.menu_7:hover {
			background-image: url('../img/page_menu_7_on.svg');
		}
		
		#menu > p > a.menu_8 {
			background-image: url('../img/page_menu_8.svg');
		}
		#menu > p > a.menu_8:hover {
			background-image: url('../img/page_menu_8_on.svg');
		}
		
		#menu > p > a.menu_9 {
			background-image: url('../img/page_menu_9.svg');
		}
		#menu > p > a.menu_9:hover {
			background-image: url('../img/page_menu_9_on.svg');
		}
		
		#menu > p > a.menu_10 {
			background-image: url('../img/page_menu_10.svg');
		}
		#menu > p > a.menu_10:hover {
			background-image: url('../img/page_menu_10_on.svg');
		}
		
		#menu > p > a.menu_11 {
			background-image: url('../img/page_menu_11.svg');
		}
		#menu > p > a.menu_11:hover {
			background-image: url('../img/page_menu_11_on.svg');
		}
		
		#menu > p > a.menu_12 {
			background-image: url('../img/page_menu_12.svg');
		}
		#menu > p > a.menu_12:hover {
			background-image: url('../img/page_menu_12_on.svg');
		}
		
		#menu > p > a.menu_13 {
			background-image: url('../img/page_menu_13.svg');
		}
		#menu > p > a.menu_13:hover {
			background-image: url('../img/page_menu_13_on.svg');
		}
		
		#menu > p.active > a.menu_1 {
			background-image: url('../img/menu_1.svg');
		}
		#menu > p.active > a.menu_1:hover {
			background-image: url('../img/menu_1_on.svg');
		}
		
		#menu > p.active > a.menu_2 {
			background-image: url('../img/menu_2.svg');
		}
		#menu > p.active > a.menu_2:hover {
			background-image: url('../img/menu_2_on.svg');
		}
		
		#menu > p.active > a.menu_3 {
			background-image: url('../img/menu_3.svg');
		}
		#menu > p.active > a.menu_3:hover {
			background-image: url('../img/menu_3_on.svg');
		}
		
		#menu > p.active > a.menu_4 {
			background-image: url('../img/menu_4.svg');
		}
		#menu > p.active > a.menu_4:hover {
			background-image: url('../img/menu_4_on.svg');
		}
		
		#menu > p.active > a.menu_5 {
			background-image: url('../img/menu_5.svg');
		}
		#menu > p.active > a.menu_5:hover {
			background-image: url('../img/menu_5_on.svg');
		}
		
		#menu > p.active > a.menu_6 {
			background-image: url('../img/menu_6.svg');
		}
		#menu > p.active > a.menu_6:hover {
			background-image: url('../img/menu_6_on.svg');
		}
		
		#menu > p.active > a.menu_7 {
			background-image: url('../img/menu_7.svg');
		}
		#menu > p.active > a.menu_7:hover {
			background-image: url('../img/menu_7_on.svg');
		}
		
		#menu > p.active > a.menu_8 {
			background-image: url('../img/menu_8.svg');
		}
		#menu > p.active > a.menu_8:hover {
			background-image: url('../img/menu_8_on.svg');
		}
		
		#menu > p.active > a.menu_9 {
			background-image: url('../img/menu_9.svg');
		}
		#menu > p.active > a.menu_9:hover {
			background-image: url('../img/menu_9_on.svg');
		}
		
		#menu > p.active > a.menu_10 {
			background-image: url('../img/menu_10.svg');
		}
		#menu > p.active > a.menu_10:hover {
			background-image: url('../img/menu_10_on.svg');
		}
		
		#menu > p.active > a.menu_11 {
			background-image: url('../img/menu_11.svg');
		}
		#menu > p.active > a.menu_11:hover {
			background-image: url('../img/menu_11_on.svg');
		}
		
		#menu > p.active > a.menu_12 {
			background-image: url('../img/menu_12.svg');
		}
		#menu > p.active > a.menu_12:hover {
			background-image: url('../img/menu_12_on.svg');
		}
		
		#menu > p.active > a.menu_13 {
			background-image: url('../img/menu_13.svg');
		}
		#menu > p.active > a.menu_13:hover {
			background-image: url('../img/menu_13_on.svg');
		}
		
	#menu > img.dot {
		display: block;
		width: 100%;
		max-width: 25px;
	}

@media screen and (max-width: 1550px) {
	#menu {
		max-width: 810px;
		padding: 10px;
		justify-content: center;
	}
		
		#menu > img.dot:nth-child(14) {
			display: none;
		}
}
@media screen and (max-width: 800px) {
	#menu {
		max-width: 470px;
		justify-content: space-between;
		margin: 0 auto;
	}
	
		#menu > p {
			padding: 10px;
		}
	
		#menu > p > a.menu_10,
		#menu > p > a.menu_11,
		#menu > p > a.menu_12,
		#menu > p > a.menu_13 {
			width: 45px;
			height: 45px;
		}
		
	#menu > img.dot {
		max-width: 20px;
	}
	
		#menu > img.dot:nth-child(14) {
			display: block;
		}
		
		#menu > img.dot:nth-child(8),
		#menu > img.dot:nth-child(16) {
			display: none;
		}
}

@media screen and (max-width: 450px) {
	#menu {
		max-width: 400px;
		padding: 10px 0 0;
		justify-content: center;
	}
		
		#menu > img.dot:nth-child(14),
		#menu > img.dot {
			display: none;
		}
		
		/*#menu > p > a.menu_6 {*/
		#menu > p:nth-child(11) {
			margin-left: 30px;
		}
		
		/*#menu > p > a.menu_9 {*/
		#menu > p:nth-child(17) {
			margin-right: 30px;
		}
		
		#menu > p:nth-child(19),
		#menu > p:nth-child(21),
		#menu > p:nth-child(23),
		#menu > p:nth-child(25) {
			padding: 0 10px 10px;
		}
		
}

@media screen and (max-width: 400px) {
	#menu {
		max-width: 260px;
		justify-content: space-between;
		padding: 10px 0 5px;
	}
	
		#menu > p {
			padding: 2px;
		}
		
		/*#menu > p > a.menu_6 {
			margin-left: 0;
		}
		#menu > p > a.menu_9 {
			margin-right: 0;
		}
		*/
		#menu > p:nth-child(11),
		#menu > p:nth-child(17) {
			margin: 0;
		}
		
		#menu > p > a.menu_10,
		#menu > p > a.menu_11,
		#menu > p > a.menu_12,
		#menu > p > a.menu_13 {
			width: 35px;
			height: 35px;
		}
		
		#menu > p:nth-child(19),
		#menu > p:nth-child(21),
		#menu > p:nth-child(23),
		#menu > p:nth-child(25) {
			padding: 0 5px;
		}
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
footer
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

#footer_link {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	max-width: 1600px;
	//margin: 20px auto 0;
	margin: 0 auto;
	border-top: 2px #898989 solid;
	box-sizing: border-box;
}

	#footer_link > a {
		display: inline-block;
		margin: 10px 20px;
		color: #898989;
	}


#copylight {
	width: 100%;
	text-align: center;
	padding: 0 0 5px;
	border-bottom: 1px #898989 solid;
}

@media screen and (max-width: 800px) {
	#footer_link {
		max-width: 600px;
	}
}

@media screen and (max-width: 450px) {
	#copylight {
		font-size: 0.8em;
	}
	
	#footer_link > a {
		margin: 5px 10px;
		font-size: 0.85em;
	}
}
