@charset"utf-8";

/*font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;*/
/*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/


/* ============================================
*
　共通
*
===============================================*/
.pagination{
	text-align: center;
	margin-top: 50px;
}
.pagination .pn{
	width: 35px;
	display: inline-block;
	height: 35px;
	border: 1px solid #000;
	padding-top: 5px;
	text-align: center;
	color: #000;
	margin: 0 4px;
}
.pagination .pn:hover{
	background: #00349D;
	color: #fff;
	opacity: 1;
}
header{
    height: 150px;
    position: relative;
    overflow: hidden;
    background-image: url(../../img/ttl_mv.png);
    background-size: cover;
    background-position: center;
}
header .flex{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 1080px;
	justify-content: space-between;
}
header .flex h1{
	color: #fff;
	font-size: 1.9rem;
}
header .flex h1 span{
	color: #fff;
	font-size: 1.3rem;
	display: block;
}
.breadcrumbs{
	margin-top: 10px;
}
.breadcrumbs a{
	text-decoration: underline;
}
.breadcrumbs p{
	font-size: 1.3rem;
}
.page .main{
	margin-top: 70px;
}
.page .inner{
	width: 1080px;
	margin: 0 auto;
	justify-content: space-between;
	position: relative;
}
.page .h2_ttl{
	position: relative;
}
.page h2{
	font-size: 4.6rem;
    line-height: 1;
}
.page h2 span{
	font-size: 1.4rem;
	line-height: 1;
	display: block;
	font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	color: #00349D;
	font-weight: bold;
	margin-top: 8px;
}
.news dl{
	display: flex;
	padding: 15px;
	/* border-bottom: 1px solid #a7a7a7; */
	background: #f0f3f5;
	margin-bottom: 10px;
}
.news .article{
	/*border-top: 1px solid #a7a7a7;*/
	margin-top: 30px;
}
.news dl dt{
	font-weight: bold;
    color: #00349d;
    margin-right: 20px;
}
.news dl dd{
	font-weight: 600;
	font-size: 1.5rem;
}
.news dl dd p{
	font-weight: normal;
	font-size: 1.4rem;
}
.news dl dd a{
	    color: #00349d;
	text-decoration: underline;
	margin-right: 15px;
}
body footer{
	background: #fff;
	margin-top: 70px;
	padding: 0px;
	margin-bottom: 70px;
}
footer .inner{
	background-image: url(../../img/bg.png);
	padding: 70px 116px;
}
footer h2,footer h2 span{
	color: #fff;
}
footer .flex{
	align-items: center;
}
footer h2{
	margin-right: 116px;
	margin-bottom: 0px;
}
footer .txt{
	color: #fff;
}
h2.v2{
	font-weight: 800;
	font-size: 3rem;
	text-align: center;
	line-height: 1;
}
h2.v2 span{
	font-weight: normal;
	font-size: 1.6rem;
	line-height: 1;
	margin-top: 10px;
	display: block;
}
/*
SP用設定
----------------------------------*/
@media only screen and (max-width: 767px){
	header{
		height: 150px;
		position: relative;
		overflow: hidden;
		background-image: url(../../img/ttl_mv.png);
		background-size: cover;
		background-position: left;
		padding: 8%;
	}
	header .flex{
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 90%;
		justify-content: space-between;
	}
	header .logo{
		width: 120px;
		display: block;
	}
	header .flex h1{
		color: #fff;
		font-size: 1.6rem;
		margin-bottom: 5%;
	}
	header .flex h1 span{
		color: #fff;
		font-size: 1rem;
		display: block;
	}
	.breadcrumbs{
		display: none;
	}
	.page .main{
		margin-top: 50px;
	}
	.page .inner{
		width: 100%;
		margin: 0 auto;
		justify-content: space-between;
		position: relative;
	}
	.page .inner{
		width: 90%;
		margin: 0 auto;
		justify-content: space-between;
		position: relative;
	}
	.page h2{
		font-size: 4.6rem;
		line-height: 1;
	}
	.page h2 span{
		font-size: 1.4rem;
		line-height: 1;
		display: block;
		font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
		color: #00349D;
		font-weight: bold;
		margin-top: 8px;
	}
	.news dl{
		display: block;
		padding: 15px;
		/* border-bottom: 1px solid #a7a7a7; */
		background: #f0f3f5;
		margin-bottom: 10px;
	}
	.news .article{
		/*border-top: 1px solid #a7a7a7;*/
		margin-top: 30px;
	}
	.news dl dt{
		font-weight: bold;
		color: #00349d;
		margin-right: 20px;
	}
	.news dl dd{
		font-weight: normal;
	}
	body footer{
		background: #fff;
		margin-top: 50px;
		padding: 0px;
		margin-bottom: 50px;
	}
	footer .inner{
		padding: 8%;
		width: 100%;
	}
	footer h2,footer h2 span{
		color: #fff;
	}
	footer .flex{
		align-items: center;
	}
	footer h2{
		margin-right: auto;
		margin-bottom: 55;
	}
	footer .txt{
		color: #fff;
	}
	h2.v2{
		font-weight: 800;
		font-size: 2.5rem;
		text-align: center;
		line-height: 1;
		color: #fff;
		margin-bottom: 5%;
	}
	h2.v2 span{
		font-weight: normal;
		font-size: 1.6rem;
		line-height: 1;
		margin-top: 10px;
		display: block;
	}
	.pagination .pn{
		margin: 0;
	}
}/*---------------------SP用ここまで*/
