@charset "utf-8";

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

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

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
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;
		}
}

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

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

.news_header {
	min-height: 435px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	background-image: url('../img/bg_9.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

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

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

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


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
news
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

main > div {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 1300px;
		margin: 0 auto 90px;
		padding: 30px 0;
	}
	
div.news_left {
	width: calc(100% - 400px);
}

	div.news_left > h2 {
		font-size: 1.5em;
		margin: 60px auto 0;
		letter-spacing: 0.1em;
		text-indent: 0.1em;
	}
	
	div.news_left > ul {
		margin: 60px auto 0;
	}
	
		div.news_left > ul > li {
			width: 100%;
			margin: 60px auto 0;
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			flex-direction: row-reverse;
			border: 1px #898989 solid;
			padding: 25px 35px;
			box-sizing: border-box;
		}
		
		div.news_left > ul > li:first-child {
			margin-top: 0;
		}
		
		
			div.news_left > ul > li > a.news_img {
				display: block;
				width: 100%;
				max-width: 200px;
				background-position: center top;
				background-size: contain;
				background-repeat: no-repeat;
				border: 1px #898989 solid;
				box-sizing: border-box;
			}
			
			div.news_left > ul > li > a.news_img:hover {
				opacity: 0.5;
			}
			
			div.news_left > ul > li > a.news_img::before {
				content: '';
				display: block;
				width: 100%;
				padding-top: 100%;
			}
		
			div.news_left > ul > li > div {
				display: flex;
				flex-wrap: wrap;
				justify-content: flex-start;
				flex-direction: column;
				align-items: flex-start;
				width: calc(100% - 220px);
			}
			
				div.news_left > ul > li > div > p.news_title {
					font-size: 1.2em;
				}
				
				div.news_left > ul > li > div > p.news_date {
					margin: auto 0 0;
				}
				
				div.news_left > ul > li > div > div.news_det {
					margin: 10px 0 0;
					line-height: 1.75em;
				}
				
				div.news_left > ul > li > div > a.news_more {
					display: inline-block;
					padding: 2px 10px;
					border: 1px #898989 solid;
					margin: 10px 0 0;
				}
				
		
	div.news_left > div.news_link {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 100px auto 0;
	}
	
		div.news_left > div.news_link a:first-child::before {
			content: '〈　';
		}
		
		div.news_left > div.news_link a:last-child::after {
			content: '　〉';
		}
	
	

div.news_right {
	width: 270px;
}
	
		div.news_right > section > div.det {
			margin: 80px auto 0;
			line-height: 2.0em;
		}
		
		div.news_right > section > h3 {
			font-size: 1.1em;
			letter-spacing: 0.1em;
			margin: 60px 0 0;
		}
		
		div.news_right > section:first-child > h3 {
			background-color: #8fc31f;
			color: #fff;
			padding: 5px 10px;
		}
		
		
		div.news_right > section > ul {
			padding: 0 0 0 20px;
		}
		
			div.news_right > section > ul > li {
				margin: 20px 0;
			}
			
			div.news_right > section > ul > li:first-child {
				margin-top: 10px;
			}
			
		
section.news_detail {
	margin: 80px 0 0;
}

	section.news_detail > h3 {
		font-size: 1.2em;
	}
	
	section.news_detail > p.news_date {
		margin: 20px 0 0;
	}
	
	section.news_detail > img.news_img {
		margin: 15px 0 0;
		width: 100%;
		max-width: 400px;
	}
	
	section.news_detail > div.news_det {
		margin: 20px 0 0;
		line-height: 1.75em;
	}
	
		section.news_detail > div.news_det img {
			height: auto !important;
			max-width: 100%;
		}
	
	section.news_detail > dl.news_file {
		margin: 40px 0 0;
	}
	
		section.news_detail > dl.news_file > dt {
			font-size: 1.1em;
		}
		
		section.news_detail > dl.news_file > dd {
			padding: 0 0 0 10px;
		}
		
			section.news_detail > dl.news_file > dd > p {
				margin: 10px 0 0;
				position: relative;
				padding: 0 0 0 15px;
			}
			
			section.news_detail > dl.news_file > dd > p::before {
				content: '';
				display: block;
				width: 6px;
				height: 6px;
				background-color: #808080;
				border-radius: 50%;
				position: absolute;
				left: 0;
				top: 8px;
			}
			
		
	

p.news_return {
	margin: 100px auto 0;
	text-align: center;
	letter-spacing: 0.1em;
}

p.news_return + div.news_link {
	margin-top: 20px;
}

@media screen and (max-width: 1080px) {
div.news_left {
	width: calc(100% - 300px);
}

}

@media screen and (max-width: 960px) {
div.news_left,
div.news_right {
	width: 100%;
}
}

@media screen and (max-width: 550px) {
			div.news_left > ul > li > a.news_img {
				margin: 0 auto;
			}
			
			div.news_left > ul > li > div {
				width: 100%;
				margin: 20px 0 0;
			}
}
