@charset "utf-8";

/* --------------------------------------------------------------------------------
	category
-------------------------------------------------------------------------------- */
/********** recent-post **********/
#main .recent-post h2 {
	padding: 0 0 35px;
	text-align: center;
	font-weight: bold;
	font-size: 28px;
}
#main .term_description {
	padding: 0 0 30px;
	line-height: 1.82;
	font-size: 16px;
}

#main .recent-post ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#main .recent-post ul li {
	width: 280px;
	margin: 0 20px 30px 0;
	line-height: 1.5;
}
#main .recent-post ul li:nth-of-type(3n) {
	margin-right: 0;
}

/* リンク */
#main .recent-post ul li a {
	display: block;
	text-decoration: none !important;
}

/* サムネイル */
#main .recent-post ul li .eye-catch-image {
	padding: 0 0 10px;
}
#main .recent-post ul li .eye-catch-image img {
	display: block;
	width: 100%;
	height: 157px;
	object-fit: cover;
}

/* 公開日・更新日 */
#main .recent-post ul li .datetime {
	display: flex;
	
	width: 100%;
	padding: 0 0 6px;
	font-size: 11px;
	white-space: nowrap;
}
#main .recent-post ul li .datetime .datetime-release {
	padding: 0 1em 0 0;
}
#main .recent-post ul li .datetime .datetime-value {
	letter-spacing: 0.1em;
}

/* 記事タイトル */
#main .recent-post ul li .title {
	font-size: 14px;
	font-weight: bold;
}
