@charset "UTF-8";



/* ------------------------------
	.head_ttl_box
------------------------------ */
.head_ttl_box{
	background: url(../img/news/head_ttl_img.jpg) no-repeat center center;
	background-size: cover;
}


@media screen and (max-width: 768px){
}



/* ------------------------------
	.news
------------------------------ */
.news .wrap{
	padding: 60px 0 120px;
}

.news_list li{
	border-top: 1px solid #e6e6e6;
}
.news_list li:last-child{
	border-bottom: 1px solid #e6e6e6;
}
.news_list li.nolink,
.news_list li a{
	display: flex;
	padding: 15px 0;
	font-size: 1.4rem;
	line-height: 1.6;
	word-break : break-all;
}

.news_list li .date{
	flex-shrink: 0;
	display: block;
	width: 175px;
}


@media screen and (max-width: 768px){
	.news .wrap{
		padding: 30px 0 60px;
	}

	.news_list li.nolink,
	.news_list li a{
		padding: 12px 0;
		font-size: 1.3rem;
	}

	.news_list li.nolink,
	.news_list li a{
		flex-wrap: wrap;
	}

	.news_list li .date{
		width: 100%;
	}
}



/* ------------------------------
	.pager
------------------------------ */
.news .list_pager{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
}

.news .list_pager li + li{
	margin-left: 10px;
}

.news .list_pager li a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #fff;
	border: 1px solid #e6e6e6;
	color: #083c67;
}
.news .list_pager li.current a{
	border: 0;
	background: #083c67;
	color: #fff;
}

.news .list_pager li.prev a{
	background: #fff url(../img/news/ico_prev.png) no-repeat center center;
	background-size: 7px;
}
.news .list_pager li.next a{
	background: #fff url(../img/news/ico_next.png) no-repeat center center;
	background-size: 7px;
}


.news_details .news_pager{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
}

.news_details .news_pager li + li{
	margin-left: 20px;
}

.news_details .news_pager li a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	padding: 0 15px;
	background: #fff;
	border: 1px solid #e6e6e6;
	color: #083c67;
}
.news_details .news_pager li.prev a{
	padding: 0 17px 0 35px;
	background: #fff url(../img/news/ico_prev.png) no-repeat center center;
	background-size: 7px;
	background-position: 18px center;
}
.news_details .news_pager li.next a{
	padding: 0 35px 0 17px;
	background: #fff url(../img/news/ico_next.png) no-repeat;
	background-size: 7px;
	background-position: calc(100% - 18px) center;
}

.ie .news_details .news_pager li a,
.ie .news_details .news_pager li.prev a,
.ie .news_details .news_pager li.next a{
	padding-bottom: 2px;
}


@media screen and (max-width: 768px){
	.news .list_pager{
		margin-top: 30px;
	}

	.news .list_pager li + li{
		margin-left: 5px;
	}
	.news .list_pager li a{
		width: 30px;
		height: 30px;
		font-size: 1.2rem;
	}


	.news_details .news_pager{
		margin-top: 30px;
	}

	.news_details .news_pager li + li{
		margin-left: 10px;
	}

	.news_details .news_pager li a{
		height: 30px;
		padding: 0 10px;
		font-size: 1.2rem;
	}

	.news_details .news_pager li.prev a{
		padding: 0 10px 0 23px;
		background-position: 10px center;
	}
	.news_details .news_pager li.next a{
		padding: 0 23px 0 10px;
		background-position: calc(100% - 10px) center;
	}
}



/* ------------------------------
	.news_details
------------------------------ */
.news_details .head_box{
	padding-left: 30px;
	margin-bottom: 35px;
	border-left: 4px solid #083c67;
}

.news_details .head_box .date{
	line-height: 1.6;
}

.news_details .head_box .ttl{
	margin-top: 5px;
	font-size: 2.4rem;
	line-height: 1.6;
	word-break : break-all;
}


@media screen and (max-width: 768px) {
	.news_details .head_box{
		padding-left: 15px;
		margin-bottom: 20px;
	}

	.news_details .head_box .ttl{
		font-size: 1.8rem;
	}
}



/* ------------------------------
    wp
------------------------------ */
.news_content p{
	line-height: 2;
	color: #3e3a39;
	margin-top: 1em;
}

.news_content > *:first-child{
	margin-top: 0 !important;
}
.news_content > *:last-child{
	margin-bottom: 0 !important;
	word-break : break-all;
}

.news_content{
	overflow: hidden;
}
.aligncenter{
	display: block;
	margin: 0 auto;
}
.alignright{
	float:right;
	margin-left: 15px;
}
.alignleft{
	float:left;
	margin-right: 15px;
}
.news_content p{
	overflow: hidden;
}
.news_content p::after{
	content: "";
	clear: both;
}

.news_content h1{
	font-weight: bold;
	font-size: 2.4rem;
	margin-top: 1em;
	line-height: 2;
}

.news_content h2{
	font-weight: bold;
	font-size: 2.2rem;
	margin-top: 1em;
	line-height: 2;
}

.news_content h3{
	font-weight: bold;
	font-size: 2rem;
	margin-top: 1em;
	line-height: 2;
}

.news_content h4{
	font-weight: bold;
	font-size: 1.8rem;
	margin-top: 1em;
	line-height: 2;
}

.news_content h5{
	font-weight: bold;
	font-size: 1.6rem;
	margin-top: 1em;
	line-height: 2;
}

.news_content h6{
	font-weight: bold;
	margin-top: 1em;
	line-height: 2;
}

.news_content blockquote {
	position: relative;
	margin: 2em 0;
	padding: 1.2em 6em 2.2em;
	border: 1px solid #CCC;
	border-radius: 6px;
}

.news_content blockquote:before,
.news_content blockquote:after{
	position: absolute;
	font-size: 4em;
	opacity: .1;
	content: '“';
	line-height: 1;
}

.news_content blockquote:before{
	top: 15px;
	left: 20px;
}

.news_content blockquote:after{
	bottom: 15px;
	right: 20px;
	transform: rotateY(180deg);
}

.news_content ol{
	margin-top: 1em;
}

.news_content ol li{
	list-style-type:decimal;
	list-style-position: inside;
	margin-top: 0.5em;
	line-height: 2;
}

.news_content ul{
	margin-top: 1em;
}

.news_content ul li{
	list-style-type:disc;
	list-style-position: inside;
	margin-top: 0.5em;
	line-height: 2;
}

@media screen and (max-width: 768px) {
	.news_content p{
		line-height: 1.8;
	}

	.wp-block-image .alignleft,
	.wp-block-image .alignright{
		float:none;
		margin:0.5em auto;
		text-align: center;
	}

	.wp-block-image .aligncenter>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image .alignright>figcaption{
		text-align: left;
	}

	.news_content h1{
		font-size: 1.8rem;
		line-height: 1.8;
	}

	.news_content h2{
		font-size: 1.7rem;
		line-height: 1.8;
	}

	.news_content h3{
		font-size: 1.6rem;
		line-height: 1.8;
	}

	.news_content h4{
		font-size: 1.5rem;
		line-height: 1.8;
	}

	.news_content h5{
		font-size: 1.4rem;
		line-height: 1.8;
	}

	.news_content h6{
		line-height: 1.8;
	}

	.news_content ol li{
		line-height: 1.8;
	}

	.news_content ul li{
		line-height: 1.8;
	}
}
