@charset "UTF-8";

/* //////////////////////////////////////////////////

　ニュースページのスタイル

////////////////////////////////////////////////// */


.news #pagetit {
	background-image: url(/assets/img/news/bg_pagetit.jpg);
}
.sec {
	margin-top: 50px;
}
/* title */
.ttl_wrap {
	 text-align: center;
 }
.ttl_wrap .tit01 {
	position: relative;
	display: inline-block;
	padding-bottom: 15px;
	margin-bottom: 70px;
	font-size: 1.857em;
	line-height: 1.2;
	text-align: center;
 }
 .tit01::before {
	 content: "";
	 position: absolute;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 border-bottom: 1px solid #ccc;
	 width : 40px ;
	 margin: 0 auto;
 }

@media screen and (max-width: 768px) {
	.sec {
		margin-top: 30px;
	}
	/* title */
	.tit01 {
		margin-bottom: 35px;
	}
	.tit01::after {
		bottom: -0.6em;
	}
}



/* ナビ
-------------------------------------------------- */

/*nav_archive*/
.nav_archive {
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}
.nav_archive a {
	display: block;
	margin: 2px 0;
	padding: 20px 40px;
	line-height: 1;
}
.nav_archive a.current {
	background: #155175;
	color: #fff;
}

/*pager*/
.pager {
	margin: 50px 0 40px;
}
.pager a {
	display: table-cell;
	width: 50px;
	height: 50px;
	border: 1px solid #d3d3d3;
	vertical-align: middle;
}
.pager a:hover {
	text-decoration: none;
	background: #d4e1ff;
}
.pager a.current {
	background: #f0f0f0;
}
.pager a.prev,
.pager a.next {
	border-color: #145074;
	background: #145074;
	color: #fff;
}
@media screen and (max-width: 768px) {
	/*nav_archive*/
	.nav_archive a {
		margin: 1px 0;
		padding: 15px 20px;
	}
	/*pager*/
	.pager {
		margin: 25px 0;
	}
	.pager a {
		width: 40px;
		height: 40px;
	}
}
@media screen and (max-width: 640px) {
}




/* 一覧
-------------------------------------------------- */
.news_wrap{
	margin-bottom: 40px;
}
.news_wrap h3{
	padding: 0.5em 1.0em;
	color: #fff;
	font-size: 1.25em;
	font-weight: bold;
	background: #145074;
}

.news_lists + .news_lists {
	margin-top: 60px;
}
.news .news_box {
	background: #f6f6f6;
	padding: 10px;
	margin-bottom: 10px;
}
.news_lists .news_box:hover {
	background: #ebebeb;
}
.news_lists .news_box:hover img {
	opacity: .7;
}

.news_lists .text {
	width: 715px;
	padding: 10px;
}
.news_lists .text02 {
	width: 100%;
	padding: 10px;
}

.news_lists .news_meta {
	margin-bottom: 10px;
}


.news_lists .date {
	padding-top: 2px;
}
@media screen and (max-width: 768px) {
	.news_lists + .news_lists {
		margin-top: 30px;
	}
	.news_lists .text {
		padding: 0px;
	}
	
	.news_lists .image {
		margin-top: 15px;
	}
	.news_lists .image img {
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
}



/* 詳細 
-------------------------------------------------- */
.news_post .news_box {
	padding: 20px 20px 40px;
	margin-bottom: 40px;
}
.news_post .news_meta {
	margin-bottom: 20px;
}
.news .back a {
	display: inline-block;
	border: 1px solid #145074;
	width: 490px;
	padding: 18px 10px;
	line-height: 1;
}
.news .back a:hover {
	text-decoration: none;
	opacity: 0.7;
}
@media screen and (max-width: 768px) {
	.news_post_content img {
		max-width: 100%;
		height: auto;
	}
	.news .back a {
		width: 250px;
		padding: 15px 10px;
		line-height: 1;
	}
}
@media screen and (max-width: 640px) {
	.news_post .news_box {
		padding: 10px 10px 20px;
		margin-bottom: 20px;
	}
}


.news_post h1,
.news_post h2,
.news_post h3,
.news_post h4,
.news_post h5,
.news_post h6 {
	clear: both;
	font-weight: 700;
}
.news_post b,
.news_post strong {
	font-weight: 700;
}
.news_post dfn,
.news_post cite,
.news_post em,
.news_post i {
	font-style: italic;
}
.news_post h1 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.1538;
	margin-top: 15px;
	margin-bottom: 10px;
}
.news_post h2{
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.3636;
	margin-top: 15px;
	margin-bottom: 10px;
}
.news_post h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-top: 15px;
	margin-bottom: 10px;
}
.news_post h4,
.news_post h5,
.news_post h6{
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.2;
	margin-top: 15px;
	margin-bottom: 10px;
}