@charset "UTF-8";
/* CSS Document */
/* ttlArea */
.ttlArea .inner .item .left h1:after {
	content: url("../img/news/h1_txt.svg");
	width: 80px;
}
.ttlArea .inner .item .right .img {
	background-image: url("../img/news/ttl_bg.webp");
}



/* newsArea */
.newsArea {
	background-image: url("../img/sub/content_bg.webp");
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 450px;
}


.newsArea .inner {
	padding:80px 100px;
	text-align: center;
}
.newsArea .inner h2 {
	display: inline-block;
	position: relative;
	font-weight: 600;
	font-size: 27px;
	color: #231815;
	text-align: center;
}

.newsArea .inner h2:after{
	position: absolute;
	content: url("../img/common/hc_l.svg");
	width: 28px;
	bottom:-20px;
	left:50%;
	transform: translateX(-50%);
}

.newsArea .inner .news {
	margin: 0 auto;
	padding-top: 60px;
}
.newsArea .inner .news li {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px dotted #d6d6d6;
}
.newsArea .inner .news li span {
	display: block;
}
.newsArea .inner .news li .date {
	width: 120px;
	color: #115aa1;
	padding: 10px 0;
}
.newsArea .inner .news li .ttl {
	width: 780px;
	margin-left: 20px;
	text-align: left;
}
.newsArea .inner .btnArea {
	display: flex;
	justify-content: center;
	padding-top: 16px;
}

/*singleContainer*/
.singleContainer {
	padding-top: 75px;
	padding-bottom: 200px;
}
.singleContainer .inner {
	padding: 0 80px;
}

.singleContainer .inner .single .txt p {
	text-align: justify;
	font-size: 15px;
}
.singleContainer .inner .single .txt p img {
	height: auto;
}
.singleContainer .inner .single .txt p:not(:first-child) {
  margin-top: 1em;
}

.singleContainer .inner .single p.date {
	text-align: right;
	color: #115aa1;
}
.singleContainer .inner .single h2.ttl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 53px;
	margin-bottom: 56px;
	font-size: 19px;
	text-align: justify;
	font-weight: 700;
	color: #115aa1;
}
/*ページャー*/
.pager {
	font-size: 15px;
	padding: 50px 0;
	text-align: center;
}
.pager span,
.pager a {
	margin-left: 20px;
	padding: 5px 10px;
	font-size: 12px;
	color: #888;
}
.pager span:hover,
.pager a:hover {
	background-color: #003366;
	color: #fff;
}
.singleContainer .inner .pager a:hover {
	opacity: .8;
	background-color: transparent;
}
.pager .current {
	background-color: #003366;
	color: #fff;
}
.pager .next,
.pager .prev {
	border: none;
}
.pager .next:hover,
.pager .prev:hover {
	color: #003366;
	background-color: transparent;
}
.pager {
	overflow: hidden;
	padding: 70px 40px 30px;
}
.pager .prev {
	float: left;
}
.pager .next {
	float: right;
}
.pager .prev a,
.pager .next a {
	color: #777;
}
.pager .prev a:hover,
.pager .next a:hover {
	color: #888;
}


@media screen and (max-width: 1000px) {
/* newsArea */
	.newsArea .inner {
		padding: 80px 6vw;
	}
	
	.newsArea .inner .news {
		max-width: 100%;
		width: 100%;
		padding-top: 60px;
	}
	.newsArea .inner .news li {
		display: block;
		padding: 12px 16px;
	}
	.newsArea .inner .news li .date {
		line-height: 1.2;
		text-align: left;
	}
	.newsArea .inner .news li .ttl {
		width: 100%;
		margin-left: 0;
	}
	
/*singleContainer*/
	.singleContainer .inner {
		padding: 40px 6vw 30px;
	}
	.singleContainer .inner .single .txt p {
		font-size: 13px;
	}
	.singleContainer .inner .single p.date {
		padding-block: 15px;
	}
  .singleContainer .inner .single h2.ttl {
    font-size: 17px;
    margin-bottom: 30px;
    line-height: 1.2;
  }
  .singleContainer {
    padding-top: 0px;
    padding-bottom: 60px;
  }
}	

@media screen and (max-width: 767px) {
/* newsArea */
	.newsArea .inner {
		padding: 40px 6vw;
	}
	.newsArea .inner .news{
		padding-top:40px;
	}
	.newsArea .inner h2{
		font-size: 20px;
	}
}	

@media screen and (max-width: 600px) {
/* newsArea */
	.newsArea .inner{
		padding: 40px 6vw;
	}
	.newsArea .inner .news li .ttl {
		line-height: 1.4;
	}
	
	.singleContainer .inner .single h2.ttl {
    font-size: 14px;
  }
	
}	