/* CSS Document */

#detail{
	padding-top: 0;
	}

#detailTitle{}
	#detailTitle h2{
		position: relative;
		display: flex;
		flex-direction: column;
		margin-left: 1em;
		padding-top: 1.5em;
		}
		#detailTitle h2:before{
			content: "Information";
			margin-left: 2em;
			}
		#detailTitle h2:after{
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			height: 2.5em;
			border-left: 1px solid #1696ac;
			}
	#detailTitle h2+div{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		grid-gap: 0.5em 0;
		margin: 1em 0 0 0;
		}
	#detailTitle time{
		margin-right: 1.5em;
		font-size: 0.875em;
		}
	#detailTitle ul{
		display: flex;
		align-items: center;
		margin: 0;
		}
	#detailTitle li{
		font-size: 0.875em;
		}
		#detailTitle li[class]{
			border: 1px solid;
			margin-right: 0.5em;
			padding: 0.5em 0.8em;
			text-transform: uppercase;
			order: -1;
			}
			#detailTitle li[class].tagNew{
				border-color: currentColor;
				color: #A7000B;
				}
			#detailTitle li[class].tagCheck{
				background: #4D596A;
				border-color: transparent;
				color: #fff;
				}
		#detailTitle li:not([class]){
			margin-left: 0.5em;
			line-height: 1.5em;
			}

#detailImages{}
	#detailImages li{}
		#detailImages li[data-caption]{
			position: relative;
			}
		#detailImages li[data-caption]:not([data-caption=""]):before{
			content: attr(data-caption);
			position: absolute;
			left: 0;
			bottom: 0;
			width: 100%;
			padding: 0.8em;
			background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
			border-radius: 0 0 12px 12px;
			color: #fff;
			z-index: 1;
			}
		#detailImages li a{
			display: block;
			text-align: center;
			}
			#detailImages li a:hover{
				opacity: 0.75;
				}
			#detailImages li img{
				margin: auto;
				}
	#detailImages .slide{
		position: relative;
		height: 0;
		opacity: 0;
		transition: opacity 0.2s ease-out;
		}
	#detailImages .slick-initialized{
		height: auto;
		opacity: 1;
		}
	#detailImages .slick-list{
		margin: 0 -0.5em;
		}
	#detailImages .slick-slide{
		margin: 0 0.5em;
		border-radius: 12px;
		}
	#detailImages .slick-arrow{
		position: absolute;
		top: 50%;
		z-index: 1;
		}
	#detailImages .slick-prev{
		left: 0;
		}
	#detailImages .slick-next{
		right: 0;
		}

#detailText{}
	#detailText.fr-view{
		color: #000;
		line-height: 1.7em;
		}

#detailFiles{}
	#detailFiles ul{
		display: flex;
		flex-direction: column;
		}
	#detailFiles li{}
		#detailFiles li a{
			position: relative;
			display: flex;
			align-items: center;
			justify-content: center;
			width: 100%;
			padding: 1em;
			padding-right: 3em;
			background: #fff;
			border: 1px solid #b2b6bc;
			border-radius: 6px;
			color: inherit;
			font-weight: bold;
			text-align: center;
			line-height: 1.5em;
			text-decoration: none;
			}
		#detailFiles li i{
			position: absolute;
			top: calc(50% - 0.5em);
			right: 1em;
			}
	#detailFiles li+li{
		margin-top: 1em;
		}

#detailLinks{}
	#detailLinks ul{
		display: flex;
		flex-direction: column;
		}
	#detailLinks li{}
		#detailLinks li a{
			position: relative;
			display: flex;
			align-items: center;
			justify-content: center;
			padding-left: 1.5em;
			color: inherit;
			fill: #00b0ca;
			font-weight: bold;
			text-align: center;
			line-height: 1.5em;
			text-decoration: none;
			}
			#detailLinks li a:hover{
				text-decoration: underline;
				}
		#detailLinks li i{
			position: absolute;
			top: calc(50% - 0.5em);
			left: 0;
			}
	#detailLinks li+li{
		margin-top: 1em;
		}

#pagenation{
	padding-top: 0;
	}
	#pagenation [rel="list"]{
		display: none;
		}




/* for all */
@media (max-width: 1200px) {
/*1200px以下*/
}
@media (max-width: 992px) {
/*991px以下*/
}


/* for mobile */
@media (max-width: 767.98px) {
/*767以下px*/
#detailTitle{}
	#detailTitle h2+div{
		margin-left: 1.25em;
		}
#detailBody{}
	#detailBody > [id]{
		margin-top: 2em;
		}
}
@media (max-width: 767.98px) and (orientation:portrait) {
/*767px以下 縦向き*/
#detailFiles{}
	#detailFiles a{
		width: 100%;
		}
#detailLinks{}
	#detailLinks a{
		width: 100%;
		}
}
@media (max-width: 767.98px) and (orientation:landscape) {
/*767px以下 横向き*/
}
@media (min-width: 768px), (min-width: 576px) and (max-width: 767.98px) and (orientation:landscape) {
/*576px～767px横向き, 768px以上,*/
#detailLinks{}
	#detailFiles ul{
		align-items: flex-start;
		}
#detailLinks{}
	#detailLinks ul{
		align-items: flex-start;
		}
}
@media (min-width: 768px) and (max-width: 992px), (min-width: 576px) and (max-width: 767.98px) and (orientation:landscape) {
/*576px～767px横向き, 768px～991px*/
}


/* for TabletPC */
@media (min-width: 768px) {
/*768px以上*/
#detailTitle{}
	#detailTitle h2+div{
		margin-left: 2em;
		}
}
@media (min-width: 768px) and (max-width: 1200px) {
/*768px～1200px*/
}
@media (min-width: 768px) and (max-width: 992px) {
/*768px～992px*/
#detailBody{}
	#detailBody > [id]{
		margin-top: 3em;
		}
}


/* for PC */
@media (min-width: 992px) {
/*992px以上*/
#detailBody{}
	#detailBody > [id]{
		margin-top: 4em;
		}
}
@media (min-width: 992px) and (max-width: 1200px) {
/*992px～1199px*/
}
@media (min-width: 1200px) {
/*1200px以上*/
/*#detailBody{
	padding: 0 90px;
	}*/
}




