@charset "utf-8";

/* ---------------------------------------- common */

#news-single .inside .maintt { 
	font-weight: 700; 
	line-height: 1.4;
}
#news-single .inside ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#news-single .inside .cate span { 
	display: inline-block;
	color: #008DDF;
	font-weight: 600; 
	background: #E4EFF8;
	padding: 3px 4px;
}
#news-single .inside .date { 
	color: #666; 
}

#news-single .inside .image {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	aspect-ratio: 1 / 0.563;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#news-single .inside .image > img,
#news-single .inside .image > picture {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
}
#news-single .inside .image .logo { 
	position: relative;
	z-index: 2;
	width: 28%;
	min-width: 100px;
	max-width: 200px;
}
#news-single .inside .image .imgtt {
	/*
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: calc( 2em * 1.6 );
	*/
	color: #fff;
	line-height: 1.6;
	font-weight: 600;
	position: relative;
	z-index: 2;
}

#news-single .archivelink {
	text-align: center;
}
#news-single .archivelink a {
	display: inline-block;
	background: var( --yellow-color );
	font-weight: 600;
	/* sp 16, pc 16 */
	font-size: 1.6rem;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#news-single .archivelink a:hover {
	background: var( --yellow-hover );
}

@media (max-width: 767px) {

	#news-single { 
		font-size: 1.4rem;
		padding: 2em 1.142857em 3.5em;
	}
	#news-single .inside { margin: 0 0 2.85em; }
	#news-single .inside ul {
		margin: 0 0 1em;
	}
	#news-single .inside .cate span { 
		font-size: 1.4rem;
	}
	#news-single .inside .date { 
		font-size: 1.4rem;
	}
	#news-single .inside .maintt {
		font-size: 2.4rem;
		margin: 0 0 1em;
	}

	#news-single .inside .image {
		padding: 1em 1.42857em;
	}

	#news-single .archivelink a {
		width: 15em;
		padding: 1em;
	}

} 

@media (min-width: 768px) {

	#news-single { 
		font-size: 1.6rem;
		padding: 7.5em 1.25em;
	}

	#news-single .inner {
		max-width: 800px;
		margin: 0 auto;
	}
	#news-single .inside { margin: 0 0 6em; }
	#news-single .inside ul {
		margin: 0 0 2em;
	}
	#news-single .inside .cate span { 
		font-size: 1.4rem;
	}
	#news-single .inside .date { 
		font-size: 1.6rem;
	}
	#news-single .inside .maintt {
		font-size: 3.6rem;
		margin: 0 0 1em;
	}
	
	#news-single .inside .image {
		padding: 1.875em 2.5em;
	}

	#news-single .archivelink a {
		width: 20em;
		padding: 1em;
	}

} 

/* ---------------------------------------- inquiry */

#inquiry { background: #F0F3F5; }