@charset "utf-8";
/* ------------------------------
    common
------------------------------ */

#pagettl {
	background: url(../img/news/bg_pagettl.jpg) no-repeat center / cover;
}

#pagettl.under {
	padding: 0;
	height: 290px;
}

#pagettl.under .wrap {
	height: 100%;
	position: relative;
}

#pagettl .txt_pagettl{
	color: #fff;
}

#pagettl.under .txt_pagettl {
/* 	width: 500px; */
	width: 15em;
	padding-top: 0;
	font-size: 3rem;
	font-weight: bold;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

#pagettl.under .txt_pagettl:before {
	display: none;
}


/*pager*/

.pager {
	margin-top: 85px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pager li {
	margin: 0 15px;
	position: relative;
}

.pager li a {
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 48px;
	border: 1px solid #000;
	transition: .3s;
	color: #222;
	padding: 0;
}

.pager li a.arw {
	border: none;
}

.pager li.btn a::before {
	background: #222;
}

.pager li.current a {
	background: #000;
	color: #fff;
	pointer-events: none;
}

.pager .arw {
	border: none;
	width: 41px;
	height: 50px;
	position: relative;
}

.pager .arw::before,
.pager .arw::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	transition: all .3s ease;
}

.pager .arw::before {
	width: 41px;
	height: 1px;
	background: #3d4975;
}

.pager .arw::after {
	right: 2px;
	top: 1px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #3d4975;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
}

@media screen and (min-width: 769px) {
	.pager li a:hover {
		color: #fff;
	}
	.pager .arw:hover::before {
		right: -20px;
	}
	.pager .arw:hover::after {
		right: -18px;
	}

	.ie .pager li a {
		padding-top: 3px;
	}

}

@media screen and (max-width: 768px) {
	#pagettl {
		background: url(../img/news/bg_pagettl_sp.jpg) no-repeat center bottom / cover;
	}
	/*下層*/
	#pagettl.under {
		height: 175px;
	}

	#pagettl.under .txt_pagettl {
/* 		width: 42%; */
		font-size: 1.5rem;
	}

	.pager {
		margin-top: 40px;
	}
	.pager li {
		margin: 0 7.5px;
		position: relative;
	}
	.pager li a {
		width: 40px;
		height: 40px;
		line-height: 38px;
	}

	.pager .arw {
		width: 20px;
		height: 40px;
	}
	.pager .arw::before {
		width: 20px;
	}
	.pager .arw::after {
		width: 5px;
		height: 5px;
		right: 1px;
	}


}

/* ------------------------------
    #contents
------------------------------ */

#contents .cate_list {
	flex-wrap: wrap;
	justify-content: flex-start;
}

#contents .cate_list li {
	padding: 0 36px 10px 34px;
	position: relative;
}

#contents .cate_list li:before {
	content: "/";
	position: absolute;
	right: 0;
	top: 0;
	font-weight: bold;
}

#contents .cate_list li:last-child:before {
	display: none;
}

#contents .cate_list li a {
	font-weight: bold;
}

#contents .list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-top: 15px;
}

#contents .list .item {
	width: 300px;
	margin-top: 25px;
}

#contents .list .item a {
	display: block;
}

#contents .list .item .img img {
	width: 100%;
}

#contents .list .item + .item {
	margin-left: 50px;
}

#contents .list .item:nth-child(3n + 1) {
	margin-left: 0;
}

#contents .list .item .txt {
	padding: 15px 0;
}

#contents .list .item .txt .info {
	display: flex;
	justify-content: flex-start;
}

#contents .list .item .txt .date {
	display: inline-block;
	color: #8E8E8E;
	font-size: 1.2rem;
}

#contents .list .item .txt .category {
	display: inline-block;
	color: #3d4975;
	font-size: 1.25rem;
	margin-left: 1em;
}

#contents .list .item .txt .newsttl {
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.7;
}

#contents .list .item a:hover .link_txt::before {
	width: 100%;
}


/*category*/

#contents.category .list {
	margin-top: 0;
}

#contents.category .list .item:nth-child(-n+3) {
	margin-top: 0;
}

/*記事詳細*/
#contents.detail .news_contents{
	padding-bottom: 15px;
}

#contents.detail .news_contents :not(.btn) a{
	position: relative;
	display: inline-block;
}
#contents.detail .news_contents :not(.btn) a::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #222;
	transition: .3s;
	transform: translateX(-50%);
}
#contents.detail .news_contents a:hover::before {
   width: 0;
}

#contents.detail .news_contents .head {
	margin-bottom: 50px;
}

#contents.detail .news_contents .head .info {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 16px;
}

#contents.detail .news_contents .head .info .date {
	display: inline-block;
	color: #8E8E8E;
	font-size: 1.4rem;
}

#contents.detail .news_contents .head .info .category {
	display: inline-block;
	color: #3d4975;
	font-size: 1.6rem;
	margin-left: 1em;
	margin-top: 0;
}
#contents.detail .news_contents .head .newsttl {
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.5;
}
#contents.detail .news_contents p + p{
	margin-top: 50px;
}

/*見出し*/
#contents.detail .news_contents h2{
	font-weight: bold;
	font-size: 2.0rem;
	padding-left: 1em;
	position: relative;
	margin-top: 50px;
	margin-bottom: 5px;
	line-height: 1.4;
}
#contents.detail .news_contents h2::before{
	content: "";
	display: inline-block;
	width: 12px;
	height: 4px;
	background: #3d4975;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}
.ie #contents.detail .news_contents h2::before{
	margin-top: -6px;
}

#contents.detail .news_contents h3{
	font-weight: bold;
	font-size: 1.8rem;
	margin-top: 50px;
	margin-bottom: 4px;
	line-height: 1.4;
}

#contents.detail .news_contents h4{
	font-weight: bold;
	color: #3d4975;
	font-size: 1.6rem;
	margin-bottom: 4px;
	line-height: 1.3;
	margin-top: 20px;
}


@media screen and (max-width: 768px) {
	#contents .cate_list li {
		width: 50%;
		padding: 0 1em;
		text-align: center;
	}
	#contents .cate_list li:before {
		right: -.5em;
		top: 2px;
	}
	#contents .cate_list li:nth-child(even):before {
		display: none;
	}
	#contents .cate_list li a {
		line-height: 1.8;
	}

	#contents .list {
		margin-top: 25px;
	}
	#contents .list .item {
		width: 100%;
		margin-top: 15px;
	}
	#contents .list .item:first-child {
		margin-top: 0;
	}
	#contents .list .item + .item {
		margin-left: 0;
	}
	#contents .list .item .txt {
		padding: 10px 0;
	}

	#contents .list .item .txt .date {
		font-size: 1rem;
	}
	#contents .list .item .txt .category {
		font-size: 1rem;
	}
	#contents .list .item .txt .newsttl {
		font-size: 1.15rem;
		margin-top: 3px;
	}

	/*category*/
	#contents.category .list .item:nth-child(-n+3) {
		margin-top: 15px;
	}
	#contents.category .list .item:first-child {
		margin-top: 0;
	}

	/*記事詳細*/
	#contents.detail .news_contents{
		padding-bottom: 0;
	}
	#contents.detail .news_contents .head {
		margin-bottom: 25px;
	}

	#contents.detail .news_contents .head .info {
		margin-bottom: 8px;
	}

	#contents.detail .news_contents .head .info .date {
		font-size: 1.2rem;
	}

	#contents.detail .news_contents .head .info .category {
		font-size: 1.3rem;
	}
	#contents.detail .news_contents .head .newsttl {
		font-size: 1.8rem;
	}
	#contents.detail .news_contents p + p{
		margin-top: 25px;
	}
	
	
	/*見出し*/
	#contents.detail .news_contents h2{
		font-size: 1.5rem;
		padding-left: .8em;
		margin-top: 25px;
		margin-bottom: 3px;
	}
	#contents.detail .news_contents h2::before{
		width: 6px;
		height: 2px;
		margin-top: -3px;
	}
	.ie #contents.detail .news_contents h2::before{
		margin-top: -4px;
	}
	#contents.detail .news_contents h3{
		font-size: 1.4rem;
		margin-top: 25px;
		margin-bottom: 2px;
	}
	#contents.detail .news_contents h4{
		font-size: 1.2rem;
		margin-bottom: 2px;
		margin-top: 10px;
	}
}