@charset "UTF-8";

.news_list .news_list_item:not(:last-child){
	border-bottom: 1px dashed var(--linecolor);
}
.news_list .news_list_item a{
	display: flex;
	align-items: center;
	padding: 2em 0;
}
.news_list .news_list_item p.data{
	font-weight: 500;
	margin: 0 40px 0 0;
}
.news_list .news_list_item .title{
	line-height: 1.5;
}

.post_header .data{
	font-size: 1em;
	font-weight: 500;
	color: var(--linecolor);
	margin-bottom: 0.4em;
	padding-left: 0.2em;
}
.post_header .data::before{
	font: var(--fa-font-solid);
    content: "\f017";
}
.post_header h1.post_title{
	font-weight: 600;
    font-size: 1.8em;
    line-height: 1.5;
    margin-bottom: 40px;
}
ul.recently-area{
	margin-left: 1em;
}
ul.recently-area li:not(:last-child){
	margin-bottom: 0.5em !important;
}
ul.post_footer{
    border-top: 1px solid var(--linecolor);
    border-bottom: 1px solid var(--linecolor);
	margin-top: 80px;
	padding: 0.5em 0;
}
ul.post_footer li{
	display: inline-block;
	width: calc( 100% / 3 - 3px );
	text-align: center;
	text-align: center;
}
ul.post_footer li:nth-child(2){
	border-right: 1px dashed var(--linecolor);
	border-left: 1px dashed var(--linecolor);
}
ul.post_footer li a{
	display: block;
	text-align: center;
	padding: 0.5em 0;	
}

.news_list .news_list_item a:hover .title{
    color: var(--accentcolor);
    font-weight: 600;
    transition: all .5s;
}
.archive h2{
	font-size: 1.8em;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-bottom: 1.4em;
}


@media screen and (max-width: 840px) {
	/* 840px以下に適用されるCSS（タブレット用） */
}


@media screen and (max-width: 540px) {
	/* 540px以下に適用されるCSS（スマホ用） */

/* ----------------------
    news
---------------------- */
.news_list .news_list_item a{
	display: block;
}
.news_list .news_list_item p.data{
	margin-bottom: 0.5em;
}



}