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

h3.center{
	text-align: center;
}

/*===================================
	.news_block01
=====================================*/

.news_block01{
	padding: 70px 0 170px;
}

.news_block01 .block_inner{
	width: 100%;
	max-width: 1050px;
	padding: 0 25px;
	box-sizing: border-box;
	margin: 0 auto;
}

.news_block01 .block_inner .select_area{
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
}

.news_block01 .block_inner .select_area .cat_wrap{
	width: 33.0%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news_block01 .block_inner .select_area .cat_wrap select{
	width: 75.7575%;/*250*/
	height: 57px;
	border: 2px solid #08305a;
	border-radius: 20px;
	background: url("../images/news/select_ico.svg")no-repeat #fff right 9.2% center;/*23*/
	background-size: 6.8% auto;/*17*/
	padding-left: 6.9696%;/*23*/
	box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
	font-size: 1.8rem;
	line-height: 1;
	color: #000;
}

.news_block01 .block_inner .select_area .cat_wrap p{
	width: calc(100% - 75.7575%);
	font-size: 1.8rem;
	color: #000;
}

.news_block01 .block_inner .select_area .arc_wrap{
	width: 15.6%;
	position: absolute;
	top: 0;
	right: 2px;
}

.news_block01 .block_inner .select_area .arc_wrap select{
	width: 100%;
	height: 57px;
	border-radius: 20px;
	background: url("../images/news/select_ico.svg")no-repeat #dce6ea right 12.1794% center;/*19*/
	background-size: 10.8974% auto;/*17*/
	padding-left: 16.6666%;/*26*/
	box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
	font-size: 1.8rem;
	line-height: 1;
	color: #000;
}

/**/

.news_block01 .block_inner .news_area{
	width: 100%;
	margin-top: 82px;
}

.news_block01 .block_inner .news_area ul.news_list{
	list-style: none;
}

.news_block01 .block_inner .news_area ul.news_list li{
	width: 100%;
}

.news_block01 .block_inner .news_area ul.news_list li + li{
	margin-top: 20px;
}

.news_block01 .block_inner .news_area ul.news_list li .box{
	cursor: pointer;
	width: 100%;
	display: flex;
	border-bottom: 3px solid #08305a;
	padding-bottom: 15px;
	box-sizing: border-box;
	position: relative;
}

.news_block01 .block_inner .news_area ul.news_list li .box::before{
	content: '';
	display: inline-block;
	background: url("../images/news/link_ico.svg")no-repeat;
	background-size: cover;
	width: 1.259%;
	aspect-ratio: 13 / 25;
	position: absolute;
	bottom: 45px;
	right: 3.8%;
	z-index: 1;
}

.news_block01 .block_inner .news_area ul.news_list li .box .thumb{
	width: 14.3%;
}

.news_block01 .block_inner .news_area ul.news_list li .box .thumb img{
	width: 100%;
	height: auto;
	max-height: 104px;
	object-fit: contain;
}

.news_block01 .block_inner .news_area ul.news_list li .box .news_detail{
	width: calc(100% - 14.3%);
	padding: 0 16.0% 0 2.3%;/*160 23*/
	box-sizing: border-box;
}

.news_block01 .block_inner .news_area ul.news_list li .box .news_detail .date_area{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 25px;
	padding-top: 4px;
}

.news_block01 .block_inner .news_area ul.news_list li .box .news_detail .date_area p.date_txt{
	font-size: 1.6rem;
	line-height: 1;
	color: #666666;
}

.news_block01 .block_inner .news_area ul.news_list li .box .news_detail .date_area .category a{
	font-size: 1.6rem;
	line-height: 1;
	color: #000;
}

.news_block01 .block_inner .news_area ul.news_list li .box .news_detail .date_area .category a.cat-1{
	color: #08305a;
}

.news_block01 .block_inner .news_area ul.news_list li .box .news_detail .date_area .category a.cat-8{
	color: #e81c24;
}

.news_block01 .block_inner .news_area ul.news_list li .box .news_detail .date_area .category a.cat-9{
	color: #008d45;
}

.news_block01 .block_inner .news_area ul.news_list li .box .news_detail .date_area .category a.cat-10{
	color: #ec5a24;
}

.news_block01 .block_inner .news_area ul.news_list li .box .news_detail .date_area .category a.cat-11{
	color: #29a6dd;
}

.news_block01 .block_inner .news_area ul.news_list li .box .news_detail .date_area .category a.cat-12{
	color: #00a498;
}

.news_block01 .block_inner .news_area ul.news_list li .box .news_detail p.news_tit{
	font-size: 1.8rem;
	line-height: 1.2777;
	color: #000000;
	padding-top: 22px;
}

/**/

.news_block01 .block_inner .wp-pagenavi{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 73px;
	position: relative;
}

.news_block01 .block_inner .wp-pagenavi a.page{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5.4%;
	aspect-ratio: 54/54;
	background: #dce6ea;
	border-radius: 50%;
	margin: 0 0.5%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
	font-size: 2.0rem;
	line-height: 1;
	color: #08305a;
}

.news_block01 .block_inner .wp-pagenavi span.current{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5.4%;
	aspect-ratio: 54/54;
	background: #08305a;
	border-radius: 50%;
	margin: 0 0.5%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
	font-size: 2.0rem;
	line-height: 1;
	color: #fff;
}

.news_block01 .block_inner .wp-pagenavi a.previouspostslink{
	width: 8.8%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
}

.news_block01 .block_inner .wp-pagenavi a.nextpostslink{
	width: 8.8%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 1;
}


.news_block01 .block_inner .wp-pagenavi a.previouspostslink img,
.news_block01 .block_inner .wp-pagenavi a.nextpostslink img{
	width: 100%;
	height: auto;
}

/*===================================
	.news_block02
=====================================*/

.news_block02{
	padding: 30px 0 113px;
}

.news_block02 .block_inner{
	width: 100%;
	max-width: 1150px;
	padding: 0 25px;
	box-sizing: border-box;
	margin: 0 auto;
}

.news_block02 .block_inner .post_tit_wrap{
	width: 100%;
	padding: 35px 4.5454% 60px;/*50*/
	background: #f3f9fd;
	border-radius: 20px;
	box-sizing: border-box;
	position: relative;
}

.news_block02 .block_inner .post_tit_wrap::before{
	content: '';
	display: inline-block;
	background: #08305a;
	width: 3px;
	height: 80.0%;
	position: absolute;
	top: 50%;
	left: 2.3636%;/*26*/
	transform: translateY(-50%);
	z-index: 1;
}

.news_block02 .block_inner .post_tit_wrap .date_area{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 19px;
}

.news_block02 .block_inner .post_tit_wrap .date_area p.date_txt{
	font-size: 1.6rem;
	line-height: 1;
	color: #666666;
}

.news_block02 .block_inner .post_tit_wrap .date_area .category a{
	font-size: 1.6rem;
	line-height: 1;
	color: #000;
}

.news_block02 .block_inner .post_tit_wrap .date_area .category a.cat-1{
	color: #08305a;
}

.news_block02 .block_inner .post_tit_wrap .date_area .category a.cat-8{
	color: #e81c24;
}

.news_block02 .block_inner .post_tit_wrap .date_area .category a.cat-9{
	color: #008d45;
}

.news_block02 .block_inner .post_tit_wrap .date_area .category a.cat-10{
	color: #ec5a24;
}

.news_block02 .block_inner .post_tit_wrap .date_area .category a.cat-11{
	color: #29a6dd;
}

.news_block02 .block_inner .post_tit_wrap .date_area .category a.cat-12{
	color: #00a498;
}

.news_block02 .block_inner .post_tit_wrap h2.post-tit{
	padding-top: 33px;
	font-size: 2.5rem;
	line-height: 1.20;
	color: #000;
	text-align: justify;
}

/**/

.news_block02 .block_inner .post_detail{
	width: 90.9090%;/*1000*/
	margin: 0 auto;
	padding: 32px 0 115px;
	border-bottom: 3px solid #08305a;
}

.news_block02 .block_inner .post_detail p.news_txt01,
.news_block02 .block_inner .post_detail p{
	font-size: 1.6rem;
	line-height: 1.625;
	color: #000000;
	text-align: justify;
	word-break: normal;
	overflow-wrap: break-word; /* 長すぎる英語などはここで強制改行可能 */
	white-space: normal;
}

.news_block02 .block_inner .post_detail p.has-text-align-center{
	text-align: center;
}

.news_block02 .block_inner .post_detail p.has-text-align-right{
	text-align: right;
}

.news_block02 .block_inner .post_detail p.news_txt01 a,
.news_block02 .block_inner .post_detail p a{
	color: #1A0DAB;
	text-decoration: underline;
}

.news_block02 .block_inner .post_detail ul{
	list-style: none;
}

.news_block02 .block_inner .post_detail ul li{
	padding-left: 1.25em;
	box-sizing: border-box;
	font-size: 1.6rem;
	line-height: 1.625;
	color: #000000;
	text-align: justify;
	position: relative;
	word-break: normal;
	overflow-wrap: break-word; /* 長すぎる英語などはここで強制改行可能 */
	white-space: normal;
}

.news_block02 .block_inner .post_detail ul li a{
	color: #1A0DAB;
	text-decoration: underline;
}

.news_block02 .block_inner .post_detail ul li::before{
	content: '■';
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1.625;
	color: #000000;
	position: absolute;
	top: 0;
	left: 0;
}

.news_block02 .block_inner .post_detail .wp-block-flexible-table-block-table tr td:first-child{
	width: 25%;
}

.news_block02 .block_inner .post_detail .wp-block-flexible-table-block-table tr td{
	word-break: normal;
	overflow-wrap: break-word; /* 長すぎる英語などはここで強制改行可能 */
	white-space: normal;
}

.news_block02 .block_inner .post_detail .pdfemb-viewer{
	margin: 0 auto !important;
}



/**/

.news_block02 .block_inner .wp-pagenavi{
	width: 90.9090%;/*1000*/
	margin: 64px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.news_block02 .block_inner .wp-pagenavi .bak_btn{
	width: 29.9%;
}

.news_block02 .block_inner .wp-pagenavi .bak_btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 68px;
	border-radius: 10px;
	background: url("../images/news/link_ico-wh.svg")no-repeat #08305a right 8.3612% center;/*25*/
	background-size: 3.3444% auto;/*10*/
	font-size: 2.0rem;
	line-height: 1;
	color: #fff;
}

.news_block02 .block_inner .wp-pagenavi a.previouspostslink{
	width: 8.8%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
}

.news_block02 .block_inner .wp-pagenavi a.nextpostslink{
	width: 8.8%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 1;
}


.news_block02 .block_inner .wp-pagenavi a.previouspostslink img,
.news_block02 .block_inner .wp-pagenavi a.nextpostslink img{
	width: 100%;
	height: auto;
}
