/*============================
MV
============================*/
#mv {
	background-image: url(../img/mv03.jpg);
}

#mv.event {
	background-image: url(../img/mv02.jpg);
}

#mv.stamprally {
	background-image: url(../img/stamprally_mv.jpg);
}

/*============================
一覧ページ
============================*/
#news_list_wrap {
	padding-bottom: 1.00rem;
}

#news_list_wrap .list {
	border-top: 1px solid #CCC;
}

#news_list_wrap .list .detail {
	border-bottom: 1px solid #CCC;
}

#news_list_wrap .list .detail a {
	text-decoration: none;
	color: #111;
	padding: 0.20rem 0;
	display: flex;
	align-items: center;
	font-size: 0.14rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	#news_list_wrap .list .detail a {
		flex-wrap: wrap;
		padding-right: 0.40rem;
	}
}

#news_list_wrap .list .detail a::after {
	content: "";
	width: 0.10rem;
	height: 0.10rem;
	background-image: url(../common/img/icon_right_bold_black.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.5;
	position: absolute;
	right: 0.10rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

#news_list_wrap .list .detail a:hover::after {
	right: 0.05rem;
}

/* 日付 */
#news_list_wrap .list .detail a .date {
	font-family: 'Poppins', sans-serif;
	width: 1.00rem;
}

@media screen and (max-width: 599px) {
	#news_list_wrap .list .detail a .date {
		width: 1.00rem;
		padding-bottom: 0.10rem;
	}
}

/* カテゴリ */
#news_list_wrap .list .detail a .category {
	width: 1.80rem;
}

#news_list_wrap .list .detail a .category span {
	display: inline-block;
	border: 1px solid #111;
	padding: 0.04rem 0.10rem 0.07rem;
	border-radius: 0.20rem;
	font-size: 0.12rem;
	letter-spacing: 0.10em;
}

@media screen and (max-width: 599px) {
	#news_list_wrap .list .detail a .category span {
		padding: 0.03rem 0.10rem 0.05rem;
		font-size: 0.11rem;
		position: relative;
		top: -0.06rem;
	}
}

/* タイトル */
#news_list_wrap .list .detail a .title {
	font-size: 0.18rem;
	letter-spacing: 0.075em;
	font-weight: 500;
	transition: all 0.3s;
}

@media screen and (max-width: 599px) {
	#news_list_wrap .list .detail a .title {
		font-size: 0.16rem;
		line-height: 1.50;
	}
}

#news_list_wrap .list .detail a:hover .title {
	color: #E62413;
}
