@charset "UTF-8";

/* 新着情報
======================================================*/
.title_wrap{
	background: url(../img/news/title_bg_pc.jpg) no-repeat center/cover;
}

.article{
	margin: 0 0 45px;
}
	.date{
		color: #767676;
		font-size: 18px;
	}
	.article_title{
		border-bottom: 1px solid #9F9F9F;
		padding-bottom: 15px;
		margin-bottom: 25px;
		font-size: 28px;
		letter-spacing: .1em;
		font-weight: 500;
	}
	.article_wrap{
		display: flex;
	}
	.photo{
		width: 240px;
		height: 170px;
		flex-shrink: 0;
		margin-right: 35px;
	}
	.txt_area p{
		margin-bottom: 35px;
		letter-spacing: .075em;
	}
	.link_list li:not(:last-child){
		margin-bottom: 5px;
	}
	.link_list li a{
		color: #9A3B3B;
		text-decoration: underline;
	}
	.link_list li a[href$=".pdf"]{
		color: #000;
		text-decoration: none;
	}
	.link_list li a[href$=".pdf"]::after{
		content: "PDF";
		display: inline-block;
		border: 1px solid #000;
		width: 50px;
		margin-left: 5px;
		font-size: 14px;
		text-align: center;
	}

.pagenav{
	display: flex;
	align-items: center;
	margin: 100px auto 0;
	max-width: 340px;
	position: relative;
}
	.pagenav .prev{
		position: absolute;
		transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		top: 50%;
		left: 0;
	}
	.pagenav .next{
		position: absolute;
		transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		top: 50%;
		right: 0;
	}
	.pagenav .prev a::before,
	.pagenav .next a::after{
		display: inline-block;
		content: "";
		vertical-align: middle;
		width: 8px;
		height: 8px;
	}
	.pagenav .prev a::before{
		border-bottom: 1px solid #000;
		border-left: 1px solid #000;
		-webkit-transform: rotate(45deg)translateX(-48%);
		transform: rotate(45deg)translateX(-48%);
		margin: 0 5px -4px 0;
	}
	.pagenav .next a::after{
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		-webkit-transform: rotate(45deg)translateX(-48%);
		transform: rotate(45deg)translateX(-48%);
		margin: 0 0 -4px 5px;
	}

.pagenav ol{
	display: flex;
	margin: 0 auto;
}
	.pagenav ol li{
		margin: 0 10px;
		height: 50px;
		width: 50px;
		line-height: 48px;
		text-align: center;
	}
	.pagenav ol li.now,
	.pagenav ol li a:hover{
		border: none;
		background: #7B1C22;
		color: #fff;
		opacity: 1;
	}
	.pagenav ol li a{
		display: block;
		border: 1px solid #000;
	}


/* ▼▼▼ 480px〜768px
======================================================*/
@media screen and (max-width: 768px) {
	.title_wrap{
		background: url(../img/news/title_bg_sp.jpg) no-repeat center/cover;
	}

	.article{
		margin: 0 0 60px;
	}
		.date{
			font-size: 16px;
		}
		.article_title{
			font-size: 20px;
		}
		.article_wrap{
			display: block;
		}
		.photo{
			width: 100%;
			height: 64vw;
			margin: 0 0 20px;
		}
		.txt_area p{
			margin-bottom: 50px;
		}
		.link_list li:not(:last-child){
			margin-bottom: 10px;
		}

	.pagenav{
		margin: 0;
		font-size: 16px;
	}
	.pagenav ol li{
		margin: 0 5px;
	}
}
