@charset "UTF-8";
/* ********************************************************************** */
/* For Contact */
/* ********************************************************************** */

/* ---------------------------------------------------------------------- */
/* PC */
/* ---------------------------------------------------------------------- */

/* news_list */
/* ---------------------------------------------------------------------- */
.news_list .ch3{
	margin-top: 0;
}
.news_list li{
	border-bottom: #323030 1px solid;
}
.news_list li:first-child{
	border-top: #323030 1px solid;
}
.news_list a{
	display: flex;
	align-items: center;
	padding: 1em 0;
	position: relative;
	min-height: 7em;
	line-height: 1.5;
}
.news_list a:hover{
	color: #fff;
	opacity: 1;
}
.news_list a::after{
	content: "";
	width: 40px;
	height: 25px;
	margin-right: 1em;
	background: url(/images_v2/icon_arrow_black.svg) no-repeat center center;
	background-size: contain;
	transition: all 0.3s ease;
}
.news_list a:hover::after{
	background-image: url(/images_v2/icon_arrow_white_right.svg);
}
.news_list a::before{
	content: "";
	background: #f18c40;
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	transition: width 0.3s;
	z-index: -1;
}
.news_list a:hover::before{
	width: 100%;
	top: 0;
	left: 0;
	right: auto;
}

.news_list .news_date{
	padding-left: 1em;
	width: 11em;
}
.news_list .news_title{
	flex: 1;
	padding-right: 2em;
	font-size: 20px;
}

/* pagination */
.pagination {
	margin: 4em auto 0;
}
.page-numbers{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 4em;
}
.pagination .current, .pagination a,.pagination .extend, .pagination .dots, .pagination .next, .pagination .prev {
	box-sizing: border-box;
	margin: 0 0.2em;
	width: 3em;
	height: 3em;
	font-weight: bold;
	border: 1px solid #323030;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pagination .current {
	background: #323030;
	color: #fff;
}
.pagination a:hover{
	border-color: #f18c40;	
	background-color: #f18c40;	
	color: #fff;
	width: 4em;
	height: 4em;
	opacity: 1;
}
.pagination .dots {
	border: none;
}
.pagination .next{
	margin-left: 2em;
}
.pagination .prev{
	margin-right: 2em;
}
.pagination .next::after,
.pagination .prev::after{
	content: "";
	width: 0.5em;
	height: 0.5em;
	border-top: 2px solid #323030;
	border-left: 2px solid #323030;
}
.pagination .next:hover::after,
.pagination .prev:hover::after{
	border-color: #fff;	
}
.pagination .next::after{
	transform: rotate(135deg);
}
.pagination .prev::after{
	transform: rotate(-45deg);
}
.screen-reader-text{
	display: none;
}

/* news_detail */
/* ---------------------------------------------------------------------- */

/* post_title */
.post_title{
	font-size: 36px;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #464646;
	line-height: 1.5;
	padding-bottom: 0.5em;
	margin-bottom: 3em;
}
.post_title .date{
	font-size: 28px;
}

/* btn_pagelinks */
.btn_pagelinks ul{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 7em;
	height: 5em;
}
.btn_pagelinks a{
	display: flex;
	align-items: center;
	height: 4em;
	margin: 0 0.5em;
	padding: 0 1em;
	border: 1px solid #fff;
	border-radius: 5px;
}
.btn_pagelinks a:hover{
	background-color: #f18c40;	
	color: #fff;
	height: 5em;
	opacity: 1;
}
.btn_pagelinks .index a{
	border-color: #464646;
	padding: 0 4em;
}
.btn_pagelinks .index a:hover{
	border-color: #fff;
}
.btn_pagelinks .prev a::before,
.btn_pagelinks .next a::after{
	display: block;
	font-size: 120%;
	font-weight: bold;
}
.btn_pagelinks .prev a::before{
	content: "＜";
	margin-right: 0.3em;
}
.btn_pagelinks .next a::after{
	content: "＞";
	margin-left: 0.3em;
}

/* End PC */
/* ---------------------------------------------------------------------- */

/* ---------------------------------------------------------------------- */
/* SP */
/* ---------------------------------------------------------------------- */
@media (max-width: 1000px) {

	/* news_list */
	/* ---------------------------------------------------------------------- */
	.news_list a{
		flex-wrap: wrap;
		align-items: center;
		padding: 1.5em 2em 1.5em 0;
		position: relative;
		min-height: 0;
	}
	.news_list a::after{
		position: absolute;
		right: 0;
		width: 1.8em;
		height: 1em;
		margin: 0;
	}
	.news_list .news_date{
		width: 100%;
		padding-left: 0;
	}
	.news_list .news_title{
		width: 100%;
		padding-right: 0;
		font-size: 1em;
	}

	/* pagination */
	.pagination {
		font-size: 0.75em;
	}

	/* news_detail */
	/* ---------------------------------------------------------------------- */

	/* post_title */
	.post_title{
		flex-direction: column;
		font-size: 7vw;
		margin-bottom: 1.5em;
	}
	.post_title .date{
		text-align: right;
		font-size: 5vw;
		line-height: 1;
	}

	/* btn_pagelinks */
	.btn_pagelinks ul{
		margin-top: 5em;
		height: 5em;
	}
	.btn_pagelinks a{
		height: 4em;
		margin: 0 0.2em;
		padding: 0 0.5em;
	}
	.btn_pagelinks a:hover{
		height: 5em;
		opacity: 1;
	}
	.btn_pagelinks .index a{
		padding: 0 1.5em;
	}
	.btn_pagelinks .index a:hover{
		border-color: #fff;
	}
	.btn_pagelinks .prev a::before,
	.btn_pagelinks .next a::after{
		display: block;
		font-size: 120%;
		font-weight: bold;
	}
	.btn_pagelinks .prev a::before{
		content: "＜";
		margin-right: 0.3em;
	}
	.btn_pagelinks .next a::after{
		content: "＞";
		margin-left: 0.3em;
	}

}
/* End @media (max-width:1000px) */
