@charset "utf-8";

body#news.index .year_filtering {
	position: relative;
	width: 100%;
	margin: 0 auto 40px auto;
	border-radius: 10px;
	border-top: 1px solid var(--UCS-Black);
	border-right: 1px solid var(--UCS-Black);
	border-left: 1px solid var(--UCS-Black);
	background: #fff;
	box-shadow: 2px 2px 0 0 var(--UCS-Black);
}
body#news.index .year_filtering::after {
	content: '';
	position: absolute;
	background: url(../../images/news/arrow-b.svg) no-repeat;
	background-size: contain;
	width: 18px;
	height: 18px;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto 0;
	pointer-events: none;
}
body#news.index .year_filtering #year_filtering {
	width: 100%;
	cursor: pointer;
	padding: 16px 20px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
}
body#news.index .news .news-list {
	text-align: left;
}
body#news.index .news .news-list li {
	border-bottom: solid 1px var(--UCS-Gray-2);
}
body#news.index .news .news-list li time {
	display: inline-block;
	margin-bottom: 3px;
	font-size: 1.2rem;
	font-weight: 700;
	color: var(--UCS-Gray-2);
}
body#news.index .news .news-list li .new_label {
	position: relative;
	vertical-align: middle;
	display: inline-block;
	width: 40px;
	height: 13px;
	line-height: 15px;
	color:#fff;
	text-align: center;
	font-family: "Akshar", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	border-radius: 30px;
	background: var(--UCS-Pink);
	margin: 0 0 3px 8px;
}
body#news.index .news .news_year {
	display: none;
}
body#news.index .news .news_year.is_active {
	display: block;
}
body#news.index .news .news-list a {
	display: block;
	position: relative;
	padding: 20px 35px 24px 18px;
	font-size: 1.4rem;
}
body#news.index .news .news-list a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	width: 12px;
	height: 12px;
	margin: auto;
	border-top: 2px solid var(--UCS-Gray-1);
	border-right: 2px solid var(--UCS-Gray-1);
	transform: rotate(45deg);
	z-index: 2;
}

body#news.index .news a[target="_blank"]::before,
body#news.index .news a[target="_blank"]::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 15px;
}
body#news.index .news a[target="_blank"]::before {
	right: 10px;
	width: 15px;
	height: 2px;
	background: var(--UCS-Gray-1);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
body#news.index .news a[target="_blank"]::after {
	right: 11px;
	width: 12px;
	height: 12px;
	border-top: 2px solid var(--UCS-Gray-1);
	border-right: 2px solid var(--UCS-Gray-1);
	transform: rotate(0deg);
}
body#news.index .news a[href$=".pdf"]::after {
	right: 10px;
	width: 14px;
	height: 14px;
	background: url(../../images/ico_file-pdf.svg) no-repeat;
	border: none;
}
body#news.index .news .news-list a span {
	 display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (min-width: 768px) {
	body#news.index .year_filtering {
    width: 500px;
	}
	body#news.index .news .news-list a {
    padding: 32px 55px 32px 10px;
		font-size: 1.6rem;
	}
	body#news.index .news .news-list a::after {
    right: 31px;
	}
	body#news.index .news a[target="_blank"]::before {
    right: 30px;
	}	
	body#news.index .news .news-list li time {
    margin-bottom: 5px;
		font-size: 1.4rem;
	}
	body#news.index .news .news-list li .new_label {
		margin: 0 0 3px 8px;
		font-size: 1.2rem;
	}
	body#news.index .news .news-list a span {
		-webkit-line-clamp: 1;
	}
	body#news.index .news .news-list li a:hover span {
		color: var(--UCS-Orange);
	}
}

body#news.detail::before {
	content: none;
}

body#news.detail .news_detail .news_content .considerations {
	margin-top: 53px;
}
body#news.detail .news_detail .posting_data {
	color: var(--UCS-Gray-1);
	font-size: 1.4rem;
	font-weight: 400;
	margin-top: 30px;
}