@charset "UTF-8";
@import 'subpage.css';


/*--------------------------------------------
 navi
--------------------------------------------*/
.widget{
	margin-bottom: 3rem;
}
.widget-title{
	position: relative;
	font-weight: 600;
	padding: 0 0 2rem;
	border-bottom: 3px solid #ddd;
}
.widget-title::after{
	position: absolute;
	content: "";
	left: 0;
	bottom: -3px;
	width: 100px;
	height: 3px;
	background: #e40001;;
}
.widget_archive a::after{
	content: "年";
}
.widget_tag_cloud a{
	font-size: 1.5rem!important;
}


/*--------------------------------------------
 main
--------------------------------------------*/
.main{
	font-size: 1.6rem;
	line-height: 1.8;
}
.main .news-title{
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.6;
	margin: 0 0 2rem;
}
.main .news-info, .main .post-categories{
	margin: 0;
	padding: 0;
	list-style: none;
}
.main .news-info{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
	font-size: .9em;
	padding-bottom: 1.5rem;
	margin-bottom: 3rem;
}
.post-categories{
	display: flex;
}
.post-categories li{
	margin-right: 1rem;
}
.post-categories a{
	display: inline-block;
	text-decoration: none;
    color: #e40001;
    font-size: 1.3rem;
    padding: 0 1rem;
    border: 1px solid #e40001;
    border-radius: 50px;
}

@media screen and (max-width: 767px){
	.main{
		font-size: 1.4rem;
		line-height: 1.8;
	}
	.main .news-title{
		font-size: 1.9rem;
		line-height: 1.5;
	}
}

/*--------------------------------------------
 デザイン
--------------------------------------------*/
.conts_body{
	margin-bottom: 6rem;
	padding-bottom: 5rem;
	border-bottom: 1px solid #ddd;
}

.tag-list{
	margin: -3rem 0 6rem;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.tag-list li{
	margin-right: 1rem;
}
.tag-list li a{
	display: inline-block;
    text-decoration: none;
    color: #666;
    font-size: 1.3rem;
    padding: 0 1rem;
    border: 1px solid #999;
    border-radius: 50px;
}

/*--------------------------------------------
 一覧
--------------------------------------------*/
.category-name{
	font-size: 2.6rem;
	font-weight: 600;
	margin: 0 0 2rem;
}
.news_list{
	flex: 1;
	list-style: none;
	margin: 0 0 4rem;
	padding: 0;
}
.news_list li a{
	position: relative;
	display: flex;
    align-items: center;
    text-decoration: none;
    padding: 2.2rem 5rem 2.2rem 1.5rem;
    border-top: 1px solid #eee;
}
.news_list li a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.2rem;
	margin: auto;
	width: 1.6rem;
	height: 1.6rem;
	color: #aaa;
	font-size: 1.6rem;
	line-height: 1;
	content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    transition: .5s;
	}
	@media (hover: hover) {
		.news_list li a:hover::after{
			position: absolute;
			right: .5rem;
		}
	}
.news_list li:last-child a{
    border-bottom: 1px solid #eee;
}
.news_list li a .title{
	flex: 1;
}
.news_list li a .cat{
	display: inline-block;
	color: #e40001;
	font-size: 1.3rem;
	padding: 0 1rem;
	margin: 0 2rem;
	border: 1px solid #e40001;
	border-radius: 50px;
}
@media screen and (max-width: 767px){
	.category-name{
		font-size: 2rem;
	}
	.news_list{
		margin: 0 0 3rem;
	}
	.news_list li a{
		display: block;
		padding: 2rem 5rem 2rem 1rem;
	}
	.news_list li a .date{
		margin-bottom: .5rem;
	}
}

