﻿@charset "UTF-8";

/* ▼▼▼ トピックス
=====================================*/
#title_area{
	background: url(../img/news/title_bg.jpg) no-repeat center/cover;
	}
.news_list{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	}
	.news_list .news{
		width: 47%;
		margin-bottom: 80px;
		}
	.news_list .news a {
		display: block;
		color: #000;
		}
	.news_list .news .date {
		color: #000;
		margin: 10px 0;
		}
	.news_list .txt_box	{
		font-size: 24px;
		text-decoration: underline;
		}
	.news_list .news .news_img{
		height: 282px;
	}
	.news_list .news .news_img:hover{
		opacity: 0.6;
		}
	.news_list .news .txt_box:hover{
		text-decoration: none;
		}

.pagenav {
	padding: 60px 0 0;
	margin: 0 auto;
	width: 500px;
	line-height: 50px;
	text-align: center;
	position: relative;
	}
.detail .pagenav {
	width: 100%;
	padding: 30px 0 0;
	}
	.pagenav ol {
		display: inline-block;
		margin: 0 auto;
		overflow: hidden;
		}
		.pagenav ol li {
			float: left;
			width: 50px;
			background: #0068B7;
			margin-right: 10px;
			color: #fff;
			font-weight: bold;
			text-align: center;
			}
		.pagenav ol li:last-child {margin-right: 0;}
			.pagenav ol li a {
				display: block;
				background: #fff;
				border: 1px solid #000;
				color: #000;
				}
			.pagenav ol li a:hover {
				background: none;
				border: none;
				color: #fff;
				text-decoration: none;
				}
	.pagenav .prev,
	.pagenav .next {
		position: absolute;
		top: 60px;
		left: 0;
		font-weight: bold;
		}
	.pagenav .next {
		left: inherit;
		right: 0;
		}
	.pagenav .prev:before,
	.pagenav .next:after{
		display: inline-block;
		content: "";
		width: 10px;
		height: 10px;

		vertical-align: middle;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		}
	.pagenav .prev:before {
		border-right: 0;
		border-top: 0;
		border-bottom: 1px solid #000;
		border-left: 1px solid #000;
		}
	.pagenav .next:after {
		border-right: 1px solid #000;
		border-top: 1px solid #000;
		border-bottom: 0;
		border-left: 0;
		}
	.pagenav .prev a{
		color: #000;
		margin-left: 5px;
		}
	.pagenav .next a{
		color: #000;
		margin-right: 5px;
		}
	.pagenav > p:hover{
		opacity: 0.6;
		}


/* 詳細 */
article {
	margin-bottom: 60px;
	clear: both;
	overflow: hidden;
	}
	article .date span{
		margin-left: 20px;
		}
	article h2 {
		margin: 30px auto;
		font-size: 26px;
		overflow: hidden;
		}
	article .inner {
		overflow: hidden;
		}
	article .photo{
		float: right;
		width: 45%;
		margin-left: 50px;
		}
		.main_img{
			margin-bottom: 30px;
			height: 270px;
		}
		.thumb{
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			-webkit-justify-content: space-between;
			-ms-flex-pack: justify;
			justify-content: space-between;
			}
		.thumb li{
			width:32%;
			cursor: pointer;
			height: 86.42px;
            border: 1px solid #ccc;
            overflow: hidden;
			}
	article .inner	.txt_box{
		margin-bottom: 40px;
		}
	article ul.link li a {
		padding-left: 20px;
		color: #3D58A2;
		font-size: 18px;
		}
	article ul.link li a:not([href$=".pdf"]):before{
		width: 7px;
		height: 7px;
		border-right: 1px solid #3D58A2;
		border-top: 1px solid #3D58A2;
		border-bottom: 0;
		border-left: 0;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		top: 7px;
		}
	.more_btn a{
		margin: 0 auto;
		}
	.more_btn a:after{
		display: none;
		}

/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 768px) {

.news_list .news{
	width: 100%;
	margin-bottom: 40px;
	}
	.news_list .news .date {
		margin: 10px 0 5px;
		}
	.news_list .txt_box	{
		font-size: 18px;
		}
		.news_list .news .news_img{
			height: 54vw;
		}

.pagenav {
	padding: 60px 0 0;
	margin: 0 auto;
	width: 280px;
	line-height: 45px;
	text-align: center;
	position: relative;
	}
.detail .pagenav {
	width: 100%;
	padding: 50px 0 0;
	}
	.pagenav ol {
		display: inline-block;
		margin: 0 auto;
		overflow: hidden;
		}
		.pagenav ol li {
			float: left;
			width: 45px;
			background: #0068B7;
			margin-right: 10px;
			color: #fff;
			font-weight: bold;
			text-align: center;
			}
		.pagenav ol li:last-child {margin-right: 0;}
			.pagenav ol li a {
				display: block;
				background: #fff;
				border: 1px solid #000;
				color: #000;
				}
			.pagenav ol li a:hover {
				background: none;
				border: none;
				color: #fff;
				text-decoration: none;
				}
	.pagenav .prev,
	.pagenav .next {
		position: absolute;
		top: 0px;
		left: 0;
		font-weight: bold;
		}
	.pagenav .next {
		left: inherit;
		right: 0;
		}
	.pagenav .prev:before,
	.pagenav .next:after{
		display: inline-block;
		content: "";
		width: 10px;
		height: 10px;

		vertical-align: middle;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		}
	.pagenav .prev:before {
		border-right: 0;
		border-top: 0;
		border-bottom: 1px solid #000;
		border-left: 1px solid #000;
		}
	.pagenav .next:after {
		border-right: 1px solid #000;
		border-top: 1px solid #000;
		border-bottom: 0;
		border-left: 0;
		}
	.pagenav .prev a{
		color: #000;
		margin-left: 5px;
		}
	.pagenav .next a{
		color: #000;
		margin-right: 5px;
		}
	.pagenav > p:hover{
		opacity: 0.6;
		}

/* 詳細 */
article {
	margin-bottom: 30px;
	clear: both;
	overflow: hidden;
	}
	article .date span{
		margin-left: 20px;
		}
	article h2 {
		margin: 20px auto;
		font-size: 20px;
		overflow: hidden;
		}
	article .photo{
		float: none;
		width: 100%;
		margin: 0 0 20px;
		}
		.main_img{
			margin-bottom: 10px;
			height: 54vw;
			}
		.thumb li{
			height: 86.42px;
			height: 17.5vw;
			}
	article .inner	.txt_box{
		margin-bottom: 20px;
		}
	article ul.link li a {
		padding-left: 15px;
		font-size: 16px;
		}
	ul.link li a:before{
		content: "";
		position: absolute;
		left: 0;
		}
}
