@charset "UTF-8";
/*-----------------------------------

	news_list

-----------------------------------*/
#news_list {
	padding-bottom: 40px;
}
#news_list ul.list {
	border-top: 1px solid #e1e3e3;
	padding-bottom: 70px;
}
#news_list ul.list li {
	border-bottom: 1px solid #e1e3e3;
}
#news_list ul.list li a {
	padding: 30px;
	display: flex !important;
	align-items: center;
	gap: 40px;
}
#news_list ul.list li a time {
	width: 80px;
	font: 500 1.5rem/1 var(--fEN);
	color: #7d8484;
}
#news_list ul.list li a p {
	width: calc(100% - 120px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#news_list ul.page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
#news_list ul.page-numbers li * {
	display: block;
	width: 46px;
	height: 46px;
	font: 500 1.9rem/44px var(--fEN);
	text-align: center;
}
#news_list ul.page-numbers li span.current {
	border-radius: 50%;
	border: 1px solid var(--mClr);
}
#news_list ul.page-numbers li a.prev,
#news_list ul.page-numbers li a.next {
	width: 29px;
	height: 29px;
	background: url(../img/news/news_pager_arrow.svg) no-repeat center center/contain;
}
#news_list ul.page-numbers li a.prev {
	margin-right: 60px;
}
#news_list ul.page-numbers li a.next {
	margin-left: 60px;
	transform: scale(-1,1);
}
@media screen and (max-width: 640px) {
	#news_list {
		padding-bottom: 0;
	}
	#news_list ul.list {
		padding-bottom: 40px;
	}
	#news_list ul.list li a {
		padding: 20px 0;
		flex-direction: column;
		align-items: normal;
		gap: 5px;
	}
	#news_list ul.list li a time {
		font: 600 1.3rem/1 var(--fEN);
	}
	#news_list ul.list li a p {
		width: 100%;
	}
	#news_list ul.page-numbers {
		gap: 5px;
	}
	#news_list ul.page-numbers li * {
		width: 32px;
		height: 32px;
		font: 500 1.5rem/2 var(--fJA);
	}
	#news_list ul.page-numbers li a.prev,
	#news_list ul.page-numbers li a.next {
		width: 21px;
		height: 21px;
	}
	#news_list ul.page-numbers li a.prev {
		margin-right: 20px;
	}
	#news_list ul.page-numbers li a.next {
		margin-left: 20px;
	}
}
/*-----------------------------------

	news_details

-----------------------------------*/
#news_details {
	padding-bottom: 80px;
}
#news_details .contents_inner {
	max-width: 1000px;
}
#news_details article .ttlArea {
	margin: 0 auto 60px;
	padding-bottom: 30px;
	border-bottom: 1px solid var(--mClr);
}
#news_details article .ttlArea time {
	display: block;
	font: 500 1.5rem/1 var(--fEN);
	margin-bottom: 20px;
}
#news_details article .ttlArea h2 {
	font: 700 2.6rem/1.46 var(--fJA);
}
#news_details article .contArea {
	width: min(960px,95%);
	margin: 0 auto;
}
#news_details article .contArea > *:not(:last-child) {
	margin-bottom: 40px;
}
#news_details article .contArea h1,
#news_details article .contArea h2,
#news_details article .contArea h3 {
	font: 700 2.2rem/1.3 var(--fJA);
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e1e1;
	position: relative;
}
#news_details article .contArea h1::before,
#news_details article .contArea h2::before,
#news_details article .contArea h3::before {
	content: "";
	width: 50px;
	height: 1px;
	background: var(--mClr);
	position: absolute;
	bottom: -1px;
	left: 0;
}
#news_details article .contArea p {
	line-height: 1.88;
}
#news_details article .contArea img {
	display: block;
	width: max-content;
}
#news_details article .contArea img.alignleft {
	margin-right: auto;
}
#news_details article .contArea img.aligncenter {
	margin: 0 auto;
}
#news_details article .contArea img.alignright {
	margin-left: auto;
}
#news_details article .contArea h4,
#news_details article .contArea h5,
#news_details article .contArea h6 {
	display: block;
	font: 700 1.9rem/1.3 var(--fJA);
	padding-left: 18px;
	position: relative;
	margin-bottom: 20px !important;
}
#news_details article .contArea h4::before,
#news_details article .contArea h5::before,
#news_details article .contArea h6::before {
	content: "";
	width: 5px;
	height: 100%;
	background: var(--mClr);
	border-radius: calc(1px/0);
	position: absolute;
	top: 0;
	left: 0;
}
#news_details a.back {
	width: max-content;
	margin: 25px 0 0 auto;
	padding-right: 65px;
	background: url(../img/news/news_back_arrow.svg) no-repeat right center/50px;
	font: 500 1.7rem/50px var(--fJA);
}
@media screen and (max-width: 640px) {
	#news_details {
		padding-bottom: 40px;
	}
	#news_details article .ttlArea {
		margin: 0 auto 30px;
		padding-bottom: 15px;
	}
	#news_details article .ttlArea time {
		font: 400 1.1rem/1 var(--fEN);
		margin-bottom: 10px;
	}
	#news_details article .ttlArea h2 {
		font: 700 1.8rem/1.46 var(--fJA);
	}
	#news_details article .contArea > *:not(:last-child) {
		margin-bottom: 20px;
	}
	#news_details article .contArea h1,
	#news_details article .contArea h2,
	#news_details article .contArea h3 {
		font: 700 1.7rem/1.3 var(--fJA);
		padding-bottom: 10px;
	}
	#news_details article .contArea h1::before,
	#news_details article .contArea h2::before,
	#news_details article .contArea h3::before {
		width: 30px;
	}
	#news_details article .contArea h4,
	#news_details article .contArea h5,
	#news_details article .contArea h6 {
		font: 700 1.6rem/1.3 var(--fJA);
		padding-left: 14px;
		margin-bottom: 10px !important;
	}
	#news_details article .contArea h4::before,
	#news_details article .contArea h5::before,
	#news_details article .contArea h6::before {
		width: 3px;
	}
	#news_details a.back {
		margin: 15px 0 0 auto;
		padding-right: 45px;
		background: url(../img/news/news_back_arrow.svg) no-repeat right center/36px;
		font: 700 1.5rem/36px var(--fJA);
	}
}