@charset 'UTF-8';
/*
 * renew2026_info.css
 */
 
/* ==========================================================

/info/ 一覧・詳細

========================================================== */

/* category */
.category .tag {
	color: #302B29;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	display: inline-block;
	white-space: nowrap;
	border: none;
	border-radius: 999px;
	background:#ccc;
	padding: .6rem 1.4rem;
}
.category .tag.all {
	background:#ccc;
}
.category .tag.bbiq {
	color: #fff;
	background:#0077BF;
	border: none;
}
.category .tag.srvc {
	color: #fff;
	background:#D5343B;
	border: none;
}
.category .tag._etc {
	color: #302B29;
	background:#B3B3B3;
	border: none;
}
.category .tag.pres {
	color: #fff;
	background:#167E3B;
	border: none;
}
.category .tag.maintenance {
	color: #000;
	background:#ffd84f;
	border: none;
}

/* news_list */
.news_list {
	border-top: 1px solid #949494;
	margin-bottom: 4.8rem;
}
.news_list li {
	border-bottom: 1px solid #949494;
}
.news_list li a {
	font-size: 1.6rem;
	line-height: 1.7;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 2.4rem 0;
	transition: opacity .3s ease-out 0s;
}
.news_list li a:hover,
.news_list li a:focus,
.news_list li a:active {
	transition: opacity .3s ease-out 0s;
}
.news_list li a .title{
	width: 100%;
	display: block;
	padding-right: 3.2rem;
	margin-top: 1.6rem;
	position: relative;
}
.news_list li a:hover .title {
	text-decoration: underline;
}
.news_list li a[target='_blank'] .title,
.news_list li a[href$='.pdf'] .title {
	vertical-align: middle;
}
.news_list li a[target='_blank'] .title:after,
.news_list li a[href$='.pdf'] .title:after {
	content: '';
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.news_list li a[target='_blank'] .title:after {
		width: 22px;
		height: 22px;
		mask-position: center center;
		mask-repeat: no-repeat;
		mask-size: contain;
		mask-image: url(../img/renew2026/ico_blank.svg);
		background: #D5343B;
}
.news_list li a[href$='.pdf'] .title:after {
	width: 23px;
	height: 28px;
	mask-image: none;
	background: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	background-image: url(../img/renew2026/ico_pdf.svg);
}
.news_list li a time {
	font-size: 1.6rem;
	font-weight: 700;
	margin-right: 2rem;
}
.news_list li a .category {
	margin-right: .8rem;
}
.news_list li a .ico_new span{
	color: #D5343B;
	font-size: 1.6rem;
	font-weight: 700;
	background-color: transparent;
	padding: .8rem;
	margin: 0;
}

@media screen and (max-width: 768px) {
	.news_list{
		margin-bottom: 2em;
	}
}




