@charset "utf-8";


body > div.wrapper.index {
	background-color: rgba(248,246,243,1.00);
}

body > div.wrapper.index > section.content > div.content-wrapper {
	display: block;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
}

body > div.wrapper.index > section.content.index {
	padding: 0;
	display: block;
	width: 100%;
}

body > div.wrapper.index > section.content > div.content-wrapper > div.body {
	margin: 0 auto;
	padding: 0 0 70px;
	width: 1000px;
	box-sizing: border-box;
}

body > div.wrapper.index > section.content > div.content-wrapper > div.body > ul {
	display: flex;
	flex-wrap: wrap;
}

body > div.wrapper.index > section.content > div.content-wrapper > div.body > ul > li {
	margin-bottom: 0;
	width: 33.3%;
	padding: 10px;
	box-sizing: border-box;
	display: flex;
}

body > div.wrapper.index > section.content > div.content-wrapper > div.body > ul > li::before {
	display: none;
}

body > div.wrapper.index > section.content > div.content-wrapper > div.body > ul > li > a {
	display: flex;
	box-sizing: border-box;
	width: 100%;
	height: 100px;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.02);
	color: rgba(68,68,68,1.00);
	background-color: rgba(255,255,255,1.00);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: contain;
	text-decoration: none;
	font-size: 1.5rem;
}

body > div.wrapper.index > section.content > div.content-wrapper > div.body > ul > li > a:hover {
	opacity: 0.8;
}

body > div.wrapper.index > section.content > div.content-wrapper > div.body > ul > li > a > p {
	margin: 0;
	width: 100px;
}

body > div.wrapper.index > section.content > div.content-wrapper > div.body > ul > li > a > p > img {
	width: 100%;
	vertical-align: top;
}

body > div.wrapper.index > section.content > div.content-wrapper > div.body > ul > li > a > dl {
	padding: 1.33em;
	box-sizing: border-box;
	width: calc(100% - 100px);
}

body > div.wrapper.index > section.content > div.content-wrapper > div.body > ul > li > a > dl > dt {
	height: 2em;
	color: rgba(28,89,183,1.00);
	line-height: 1.3;
	font-size: 1.6rem;
	font-weight: bold;
}

body > div.wrapper.index > section.content > div.content-wrapper > div.body > ul > li > a > dl > dd > span {
	display: block;
	text-align: right;
	font-size: 1.5rem
}

body > div.wrapper.index > section.content > div.content-wrapper > div.body > ul > li > a > dl > dd > span.department {
	margin-bottom: 0.384em;
	font-size: 1.3rem;
}

body > div.wrapper > section.content > div.content-wrapper > div.body > p.name {
	margin-bottom: 2em;
	text-align: right;
	font-weight: bold;
}

body > div.wrapper > section.content > div.content-wrapper > div.body > p.name > span.department {
	margin-right: 1em;
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
}

body > div.wrapper > section.content > div.content-wrapper > div.body > p.note {
	margin-bottom: 2em;
	text-align: right;
	font-size: 1.4rem;
}

body > div.wrapper > section.content > div.content-wrapper > div.body > ul.photo {
	margin-left: 0;
	margin-bottom: 1.4em;
	text-align: center;
}

body > div.wrapper > section.content > div.content-wrapper > div.body > ul.photo > li {
	margin: 0 10px;
	padding: 0;
	display: inline-block;
	max-width: 300px;
	line-height: 1.4;
	vertical-align: top;
	text-align: center;
	font-size: 1.3rem;
}

body > div.wrapper > section.content > div.content-wrapper > div.body > ul.photo4 > li {
	max-width: 200px;
}

body > div.wrapper > section.content > div.content-wrapper > div.body > ul.photo4 > li + li {
	max-width: 400px;
}

body > div.wrapper > section.content > div.content-wrapper > div.body > ul.photo > li.vertical {
}

body > div.wrapper > section.content > div.content-wrapper > div.body > ul.photo > li::before {
	display: none;
}

body > div.wrapper > section.content > div.content-wrapper > div.body > ul.photo > li img {
	margin-bottom: 4px;
	width: 100%;
}

body > div.wrapper > section.content > div.content-wrapper > div.body > ul.photo > li a:hover > img {
	opacity: 0.7;
}

body > div.wrapper > section.content > div.content-wrapper > div.body > ul.photo.slide > li img {
	border: solid 1px rgba(208,208,208,1.00);
}

body > div.wrapper > section.content > div.content-wrapper > div.body > ul.photo > li.photo2 {
	margin: 0;
	padding: 0;
	display: block;
	max-width: none;
	line-height: 1.4;
	text-align: center;
	font-size: 1.3rem;
}

body > div.wrapper > section.content > div.content-wrapper > div.body > ul.photo > li.photo2 img {
	margin-bottom: 2px;
	width: 300px;
}

body > div.wrapper > section.content > div.content-wrapper > div.body > ul.photo > li.photo2 img:first-child {
	margin-right: 15px;
}

body > div.wrapper > section.content > div.content-wrapper > div.body > ul.photo > li.vertical img {
	width: auto;
	max-height: 300px;
}

p.button > a {
	margin-top: 0;
}

body > div.wrapper > section.content > div.local-nav > dl > dd {
	font-size: 1.3rem;
}

@media screen and (max-width: 1000px) {
	body > div.wrapper.index > section.content > div.content-wrapper > div.body {
		width: 100%;
	}
	
	body > div.wrapper.index > section.content > div.content-wrapper > div.body > ul {
		display: block;
	}
	
	body > div.wrapper.index > section.content > div.content-wrapper > div.body > ul > li {
		width: 100%;
	}
	
	body > div.wrapper.index > section.content > div.content-wrapper > div.body > ul > li > a > dl > dt {
		font-size: 1.5rem;
	}
	
	body > div.wrapper.index > section.content > div.content-wrapper > div.body > ul > li > a:hover {
		opacity: 1.0;
	}
	
	body > div.wrapper > section.content > div.content-wrapper > div.body > ul.photo > li {
		width: 40%;
	}
	
	body > div.wrapper > section.content > div.content-wrapper > div.body > ul.photo > li.vertical img {
		width: 100%;
		height: auto;
		max-height: none;
	}
	
	body > div.wrapper > section.content > div.content-wrapper > div.body > ul.photo > li.photo2 {
		margin: 0;
		padding: 0;
		display: block;
		max-width: none;
		line-height: 1.4;
		text-align: center;
		font-size: 1.3rem;
		width: 100%;
	}
	
	body > div.wrapper > section.content > div.content-wrapper > div.body > ul.photo > li img {
		width: 100%;
	}
	
	body > div.wrapper > section.content > div.content-wrapper > div.body > ul.photo > li a:hover > img {
		opacity: 1.0;
	}

	body > div.wrapper > section.content > div.content-wrapper > div.body > ul.photo > li.photo2 img {
		margin-bottom: 2px;
		width: 40%;
	}
	
	body > div.wrapper > section.content > div.content-wrapper > div.body > ul.photo > li img.photo3 {
		width: auto !important;
		height: 23vh !important;
	}

	body > div.wrapper > section.content > div.content-wrapper > div.body > ul.photo > li.photo2 img:first-child {
		margin-right: 1em;
	}

}