#Contents section {
	padding: 50px 13.75% 80px;
	background: white;
}
#Contents section:empty {
	display: none;
}
#Contents section  *[onclick] {
	cursor: pointer;
}
#Contents section .contents.detail > * {
	position: relative;
}
#Contents section .imgBox {
	width: 100%;
}
#Contents section h2 {
	width: calc(100% - 2em);
	margin: 1em auto 0;
	padding: 0 1em .2em;
	border-bottom: solid 1px black;
	box-sizing: border-box;
}
#Contents section h2 span {
	font-size: .8em;
}
#Contents section time {
	display: block;
	width: 90%;
	padding: .5em 0;
	margin: auto;
	text-align: right;
}
#Contents section p {
	width: 90%;
	margin: 1em auto 2em;
	line-height: 1.7em;
}

#Contents section .image + .caption,
#Contents section .indicator + .caption {
	margin: -5px 5px 10px;
	width: calc(100% - 10px);
	text-align: right;
}
#Contents section .image span {
	position: relative;
	display: block;
	width: 100%;
}
#Contents section .image.slide {
	overflow: hidden;
}
#Contents section .image.slide span {
	position: absolute;
	display: none;
	top: 0; left: 0;
}
#Contents section .image.slide span.on {
}
#Contents section .image.slide span img {
	display: block;
	position: relative;
	margin: 0 auto;
	vertical-align: middle;
}
#Contents section .image.slide + .indicator {
	position: relative;
	margin: -30px 0 20px;
	padding: 0;
	width: 100%;
	height: 8px;
	text-align: center;
	font-size: 0;
	overflow: hidden;
}
#Contents section .image.slide + .indicator span {
	display: inline-block;
	margin: 0 5px;
	border-radius: 4px;
	width:8px;
	height: 8px;
	background-color: #FFF;
	opacity: 0.5;
}
#Contents section .image.slide + .indicator span.on {
	opacity: 1;
}

#Contents section .caption:empty {
	display: none;
}
#Contents section .wrapped {
    padding: 2em;
    border: solid 1px lightgray;
    box-sizing: border-box;
    line-height: 1.4em;
}
#Contents section ul {
	width: 100%;
	margin: 30px 0;
	padding: 2em;
	border: solid 1px lightgray;
	box-sizing: border-box;
}
#Contents section li {
	margin-bottom: .5em;
}
#Contents section li:last-of-type {
	margin-bottom: 0;
}
#Contents section .category {
	width: 90%;
	margin: 30px auto 0;
}

#Contents section .tag {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}
#Contents section .tag div {
	width: calc((100% - 15px) / 4);
	padding: 3px 0;
	margin-right: 5px;
	margin-bottom:3.5px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-align: center;
	background: #7d7d7d;
	opacity: .5;
}
#Contents section .tag div:nth-child(4n) {
	margin-right: 0;
}
#Contents section .tag .on {
	opacity: 1;
}

#Contents section a:after {
	display: inline-block;
	content: '';
	margin: 0 0 0.3em 5px;
	width: 1.2em;
	height: 1.2em;
	background-image: url(../../../../file/image/link2.png);
	background-size: contain;
	vertical-align: middle;
}
#Contents section a.pdf:after {
	background-image: url(../../../../file/image/pdf.png);
}