/*  section  */
#Contents section {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 0 0 100px;
}
#Contents section h1{
	margin: 0.83em 0;
	width: 100%;
	font-size: 2rem;
	font-weight: 700;
	line-height:1.4em;
}
#Contents section .detail_date {
    margin-bottom: -1.4em;
}
#Contents section .date{
    width: 100%;
    margin: -0.83em 0 .83em 0;
}
#Contents section .description {
	width: 100%;
	line-height:1.8em;
	text-align: justify;
}
#Contents section .description h1,
#Contents section .description h2,
#Contents section .description h3,
#Contents section .description h4,
#Contents section .description h5 {
	margin: 0.83em 0;
	width: 100%;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4em;
}
#Contents section .description h1 {
	font-size: 2rem;
}
#Contents section .description h2 {
	font-size: 1.4rem;
}
#Contents section .description h3 {
	font-size: 1.2rem;
}
#Contents section .description h4 {
	font-size: 1.2rem;
	font-weight: 500;
}
#Contents section .description h5 {
	font-size: 1rem;
}
#Contents section .description p {
	margin: 0 0 20px;
	border: 1px none #999;
}
#Contents section .description .image {
	margin: 0 0 20px;
	padding: 10px;
	background-color: #ddd;
}
#Contents section .description .image div {
	width: 100%;
	text-align: center;
}
#Contents section .description .image div img {
	display: inline-block;
	max-width: 100%;
	max-height: 400px;
	object-fit: contain;
	cursor: pointer;
}
#Contents section .description .image div span {
	display: inline-block;
	margin: 5px 0 0;
	width: 100%;
	line-height: 1.4em;
}
#Contents section .description .image div span:empty {
	display: none;
}
#Contents section .description a.pdf {
	display: block;
	margin: 0 0 20px;
	padding: 0;
	font-size: 1.2rem;
	color: #000;
}
#Contents section .description a.pdf::before {
	display: inline-block;
	content: '';
	margin: 0 8px 0 0;
	width: 27px;
	height: 30px;
	background-image: url('../../../../file/image/icon_note.png');
	background-size: contain;
	vertical-align: middle;
}

#Contents section .description .spec {
	padding-left: 1em;
	border-left: solid 1px black;
	margin: 0 0 20px;
}
#Contents section .description .spec:empty {
	display: none;
}
#Contents section .description .spec dl {
/*	display: flex;*/
	flex-wrap: wrap;
}
#Contents section .description .spec dt {
/*	width: 5em;
	margin-right: 10px;*/
	color: #999;
	font-weight: 700;
}
#Contents section .description .spec dd {
/*	width: calc( 100% - 5em - 10px );*/
    margin-left:1em;
}
#Contents section .description .spec dd:not( :last-child ) {
	margin-bottom: .5em;
}

/* .popup */
#Popup .popup.article {
	position: fixed;
	display: block;
	top: 0;
	margin: 0;
	width: 100%;
	height: 100vh;
	padding: 85px 172px;
	background: rgba(255, 255, 255, .9);
	box-shadow: none;
	z-index: 1;
}
#Popup .popup.article .popup_img {
	position: relative;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-size:  contain;
	background-repeat: no-repeat;
}
#Popup .popup.article .caption {
	position: absolute;
	bottom: 50px;
	width: calc( 100% - 348px );
	padding: .5em;
	background: rgba(255, 255, 255, .9);
	text-align: center;
}
#Popup .popup.article .wrap_btn > div {
	position: fixed;
	width: 42px;
	height: 42px;
	text-align: center;
	font-size: 2em;
	line-height: 42px;
	cursor: pointer;
}
#Popup .popup.article .wrap_btn .close {
	top: 10px;
	right: 10px;
	background-image: url(../../../../file/image/btn_close.svg);
}
#Popup .popup.article .wrap_btn .back {
	top: 50%;
	left: 10px;
	background-image: url(../../../../file/image/btn_prev.svg);
}
#Popup .popup.article .wrap_btn .next {
	top: 50%;
	right: 10px;
	background-image: url(../../../../file/image/btn_next.svg);
}

@media screen and (min-width:1400px){
	#Contents section .description {
/*		columns: 2;*/
	}

}
