@charset "utf-8";
/* 新着一覧 */
.flex_wrap a {
	width: 100%;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}
.category-topics .inner {
	margin-top: 40px;
	padding-bottom: 60px;
}
.category-topics .flex_wrap {
	margin-top: 40px;
	position: relative;
}
.category-topics .flex_wrap::after {
	content: "";
	position: absolute;
	width: calc(100% + 100px); 
	height: 1px;
	left: -100px;
	bottom: 0;
	background-image: linear-gradient(to right, #a9a9a9 0%, #a9a9a9 50%, transparent 50%, transparent 100%);
	background-size: 10px 100%;
	background-repeat: repeat-x;
}
.category-topics .flex_wrap a {
	background: url("../images/common/topics_to_more_on.svg") no-repeat;
	background-position: bottom right;
	background-size: 31.6px 31.6px;
}
.category-topics .flex_wrap a:hover {
	background: url("../images/common/topics_to_more_off.svg") no-repeat;
	background-position: bottom right;
	background-size: 31.6px 31.6px;
	opacity: 1;
}
.category-topics .flex_wrap .img_area {
	width: 38.2%;
}
.category-topics .flex_wrap .txt_area {
	width: calc(58.8% - 0px);
	padding-right: 30px;
}
#archive .post-category,
.category-topics .flex_wrap .txt_area .post-category {
	margin: 0 0 20px;
	padding: 1% 5%;
	font-size: 0.8rem;
	line-height: 1;
	color: #b8b8b8;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #b8b8b8;
	border-radius: 50px;
}
.category-topics .flex_wrap .txt_area .post-date {
	font-size: 0.8rem;
	color: #b8b8b8;
	display: block;
}
.category-topics .flex_wrap .txt_area .post-title {
	font-size: 1rem;
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	.category-topics .flex_wrap .txt_area .post-category {
		margin: 0 0 3px;
	}
}
