@charset "utf-8";
/* CSS Document */

#news #main{
	position: relative;
}

#news #main .img{
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

#news #main .img{
	background-image: url("../img/main.jpg");
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 375px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

#news h1 svg{
	fill:#fff;
}

#news #main h2{
	font-size: 40px;
	color: #fff;
	padding: 60px 0 120px;
	max-width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width: 798px){
	#news #main h2{
		text-align: center;
	}
	#news #main .img {
		width: 100%;
		height: 100%;
		background-position: center left -150px;
		background-size: cover;
	}
}

#news #sec01{
	padding: 73px 0;
}

#news #sec01 .inner{
	max-width: 1000px;
	margin: 0 auto;
}

#news #sec01 .inner a.kiji{
	width: 100%;
	padding: 25px;
	border-bottom: solid 1px #464646;
	display: flex;
	align-items: center;
	color: #fff;
	word-wrap: break-word;
}

#news #sec01 .inner a.kiji span{
	padding-right: 25px;
}

#news #sec01 .inner a.kiji:hover{
	background: #2f2f2f;
	opacity: 1;
	color: #ffe100;
}

@media screen and (max-width: 798px){
	#news #sec01 .inner a.kiji{
		padding: 25px 0px;
		display: block;
	}
	#news #sec01 .inner {
		padding: 0 20px;
	}
	#news #sec01 .inner a.kiji span{
		display: block;
		margin-bottom: 10px;
	}
}

#news .pnavi{
	display: flex;
	margin-top: 48px;
}

#news .pnavi span{
	color: #000;
	background: #ffe100;
	padding: 6px 10px;
    line-height: 1;
	margin-right: 10px;
}

#news .pnavi a{
	background: #2f2f2f;
	color: #fff;
	padding: 6px 10px;
    line-height: 1;
	margin-right: 10px;
}

#news .pnavi a:hover{
	color: #000;
	background: #ffe100;
	opacity: 1;
}

#news #sec01 .detail{
	max-width: 1000px;
	margin: 0 auto;
	color: #fff;
}

#news #sec01 .detail h3{
	padding: 0 20px 25px;
	margin-bottom: 30px;
	border-bottom: solid 2px #2f2f2f;
	display: flex;
	align-items: center;
}

#news #sec01 .detail h3 span{
	width: 10%;
}

#news #sec01 .detail h3 div{
	word-wrap: break-word;
	width: 90%;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

#news #sec01 .detail article{
	word-wrap: break-word;
}

#news #sec01 .detail article p{
	padding: 0 20px;
	margin-bottom: 20px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

#news #sec01 .detail article p:last-child{
	margin-bottom: 0
}

#news #sec01 .detail article figure{
	margin-bottom: 20px;
}

#news #sec01 .detail article figure img{
	max-width: 1000px;
}

#news #sec01 .detail_pnavi{
	max-width: 1000px;
	margin: 30px auto 0;
}

#news #sec01 .detail_pnavi ul{
	display: flex;
	justify-content: space-between;
}

#news #sec01 .detail_pnavi ul li{
	width: calc(100% / 3) ;
	display: flex;
}

#news #sec01 .detail_pnavi a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#news #sec01 .detail_pnavi li.prev{
	justify-content: flex-start;
}

#news #sec01 .detail_pnavi li.arc{
	justify-content: center;
}

#news #sec01 .detail_pnavi li.next{
	justify-content: flex-end;
}

#news #sec01 .detail_pnavi li.prev a,
#news #sec01 .detail_pnavi li.next a{
	background: #2f2f2f;
	color: #fff;
	padding: 6px 10px;
	max-width: 70px;
}

#news #sec01 .detail_pnavi li.arc a{
	background: #ffe100;
	padding: 6px 30px;
	color: #000;
	font-weight: bold;
	max-width: 120px;
}

#news #sec01 .detail_pnavi li.arc a:hover{
	background: #fff;
	opacity: 1;
	transition: 0.5s ;
}

#news #sec01 .detail_pnavi a span{
	font-size: 10px;
}

#news #sec01 .detail_pnavi li.prev a span{
	margin-right: 5px;
}

#news #sec01 .detail_pnavi li.next a span{
	margin-left: 5px;
}

@media screen and (max-width: 798px){
	#news #sec01 .detail h3{
		display: block;
	}
	#news #sec01 .detail article figure{
		padding: 0 20px;
	}
	#news #sec01 .detail article figure img{
		width:100%;
		height: auto;
	}
	#news #sec01 .detail_pnavi ul{
		padding: 0 20px;
	}
	#news #sec01 .detail_pnavi li.arc a{
		padding: 5px 20px;
	}
	#news #sec01 .detail_pnavi a{
		font-size: 14px;
	}
}
