@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 {
			margin-left: 30px;
		}
		#menu > p > a.menu_9 {
			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 > 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;
	min-height: 545px;
	margin: 0 auto;
	position: relative;
}

.list_header {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	margin: 20px auto 40px;
}

	.list_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;
	}
	
	div#list_header_1 > div {
		background-image: url('../img/menu_1_gray.svg');
	}
	
	div#list_header_3 > div {
		background-image: url('../img/menu_3_gray.svg');
	}
	
	div#list_header_4 > div {
		background-image: url('../img/menu_4_gray.svg');
	}
	
	div#list_header_5 > div {
		background-image: url('../img/menu_5_gray.svg');
	}
	
	div#list_header_6 > div {
		background-image: url('../img/menu_6_gray.svg');
	}
	
	div#list_header_7 > div {
		background-image: url('../img/menu_7_gray.svg');
	}
	
		.list_header > div > p {
			color: #898989;
			height: 120px;
		}
		
		.list_header > div > span {
			display: block;
			width: 60px;
			background-image: url('../img/dot_gray.svg');
			background-position: center;
			background-size: contain;
			background-repeat: no-repeat;
		}
		
		.list_header > div > span::before {
			content: '';
			display: block;
			width: 100%;
			padding-top: 100%;
		}
		

div.list {
	display: flex;
	flex-wrap: wrap;
}

	div.list > section {
		width: calc(33.3333% - 40px);
		box-sizing: border-box;
		padding: 10px 20px;
		background-color: #dcdddd;
		margin: 0 0 60px;
		display: flex;
		flex-wrap: wrap;
		flex-flow: column;
	}
	
	div.list > section:nth-child(3n - 1) {
		margin: 0 60px 60px;
	}

		div.list > section > h3 {
			width: 100%;
			text-align: center;
			line-height: 1.75em;
			padding: 8px 0;
			font-weight: 500;
		}
		
		div.list > section > div.pic_box {
			width: 100%;
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
			align-items: center;
		}
		
			div.list > section > div.pic_box > p {
				width: calc(50% - 5px);
				background-image: url('../img/bg_1.jpg');
				background-position: center;
				background-size: cover;
				background-repeat: no-repeat;
			}
			
			div.list > section > div.pic_box > p:nth-child(2) {
				margin: 0 0 0 10px;
			}
			
			div.list > section > div.pic_box > p::before {
				content: '';
				display: block;
				width: 100%;
				padding-top: 75%;
			}
			
		div.list > section > div.det {
			width: 100%;
			margin: 15px 0 0;
			font-size: 0.85em;
			font-weight: 500;
		}
		
		div.list > section > dl {
			width: 100%;
			margin: 20px 0 0;
			font-size: 0.85em;
			font-weight: 500;
		}
		
		div.list > section > dl.time {
			margin-bottom: 20px;
		}
		
		div.list > section > dl.link {
			margin-top: auto;
		}
		
			div.list > section > dl.link > dt {
				background-color: #000;
				color: #fff;
				line-height: 1.75em;
				padding: 2px 10px;
				width: 170px;
				text-align: center;
			}
			
			div.list > section > dl.link > dd {
				margin: 5px 0 0 0;
			}
			
a.close {
	display: block;
	width: 40px;
	position: absolute;
	right: 10px;
	top: 30px;
}

a.close:hover {
	opacity: 0.5;
}

	a.close > img {
		width: 100%;
	}

	
@media screen and (max-width: 1550px) {
	.list_header > div {
		width: 400px;
		height: 160px;
	}
}

@media screen and (max-width: 960px) {
	div.list > section {
		width: calc(33.3333% - 20px);
	}
	
	div.list > section:nth-child(3n - 1) {
		margin: 0 30px 60px;
	}
}

@media screen and (max-width: 800px) {
	div.list > section {
		width: calc(50% - 10px);
	}
	
	div.list > section:nth-child(3n - 1) {
		margin: 0 0 60px;
	}
	
	div.list > section:nth-child(2n) {
		margin: 0 0 60px 20px;
	}
}

@media screen and (max-width: 550px) {
		.list_header > div {
			width: 360px;
			height: 130px;
		}
		
			.list_header > div > span {
				width: 40px;
			}
			
			.list_header > div > p {
				height: 105px;
			}
	
	div.list > section {
		width: 100%;
	}
	
	div.list > section,
	div.list > section:nth-child(2n) {
		margin: 0 0 40px;
	}
	
	a.close {
		width: 30px;
		top: 0;
	}
}

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