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

h3.center{
	text-align: center;
}

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

.news_block01{
	padding: 28px 0 72px;
}

.news_block01 .block_inner{
	width: 83.3333%;/*600*/
	margin: 0 auto;
}

.news_block01 .block_inner .select_area{
	width: 76.25%;/*457.5*/
	margin: 0 auto;
}

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

.news_block01 .block_inner .select_area .cat_wrap select{
	width: 73.4426%;/*336*/
	height: 3.85rem;
	border: 1px solid #08305a;
	border-radius: 1.35rem;
	background: url("../images/news/select_ico.svg")no-repeat #fff right 9.226% center;/*31*/
	background-size: 6.8% auto;/*17*/
	padding-left: 6.5573%;/*30*/
	box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
	font-size: 1.3rem;
	line-height: 1;
	color: #000;
}

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

.news_block01 .block_inner .select_area .arc_wrap{
	width: 45.9016%;/*210*/
	margin: 2.05rem 0 0 auto;
}

.news_block01 .block_inner .select_area .arc_wrap select{
	width: 100%;
	height: 3.85rem;
	border-radius: 1.35rem;
	background: url("../images/news/select_ico.svg")no-repeat #dce6ea right 15.7142% center;/*33*/
	background-size: 10.9523% auto;/*23*/
	padding-left: 16.6666%;/*35*/
	box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
	font-size: 1.3rem;
	line-height: 1;
	color: #000;
}

/**/


.news_block01 .block_inner .news_area{
	width: 100%;
	margin-top: 3.25rem;
}

.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: 16px;
}

.news_block01 .block_inner .news_area ul.news_list li .box{
	cursor: pointer;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 0.15rem solid #08305a;
	padding-bottom: 14px;
	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: 2.3333%;/*14*/
	aspect-ratio: 13 / 25;
	position: absolute;
	bottom: 1.75rem;
	right: 3.5%;/*21*/
	z-index: 1;
}


.news_block01 .block_inner .news_area ul.news_list li .box .date_area{
	width: 100%;
	margin-bottom: 6px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 11px;
}

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

.news_block01 .block_inner .news_area ul.news_list li .box .date_area .category{
	line-height: 0;
}

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

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

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

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

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

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

.news_block01 .block_inner .news_area ul.news_list li .box .date_area .category a.cat-12{
	color: #00a498;
}
.news_block01 .block_inner .news_area ul.news_list li .box .thumb{
	width: 23.8333%;/*143*/
}

.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 .thumb p.date_txt{
	font-size: 1.0rem;
	line-height: 1;
	margin-bottom: 6px;
}
*/

.news_block01 .block_inner .news_area ul.news_list li .box .news_detail{
	width: calc(100% - 23.8333%);
	padding: 0 10.0% 0 2.833%;/*60 17*/
	box-sizing: border-box;
}

.news_block01 .block_inner .news_area ul.news_list li .box .news_detail p.news_tit{
	font-size: 1.3rem;
	line-height: 1.3846;
	color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/**/

.news_block01 .block_inner .wp-pagenavi{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 5.25rem;
	padding: 0 24.1666%;/*145*/
	box-sizing: border-box;
	position: relative;
}

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

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

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

.news_block01 .block_inner .wp-pagenavi a.nextpostslink{
	width: 44px;
	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: 2.15rem 0 64px;
}

.news_block02 .block_inner{
	width: 90.2777%;/*650*/
	margin: 0 auto;
}

.news_block02 .block_inner .post_tit_wrap{
	width: 100%;
	padding: 14px 3.8461% 14px 7.6923%;/*25 50*/
	background: #f3f9fd;
	border-radius: 0.95rem;
	box-sizing: border-box;
	position: relative;
}

.news_block02 .block_inner .post_tit_wrap::before{
	content: '';
	display: inline-block;
	background: #08305a;
	width: 0.15rem;
	height: 77.4193%;/*144*/
	position: absolute;
	top: 50%;
	left: 3.8461%;/*25*/
	transform: translateY(-50%);
	z-index: 1;
}

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

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

.news_block02 .block_inner .post_tit_wrap .date_area .category{
	line-height: 0;
}

.news_block02 .block_inner .post_tit_wrap .date_area .category a{
	font-size: 1.15rem;
	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: 10px;
	font-size: 1.5rem;
	line-height: 1.3333;
	color: #000;
	text-align: justify;
}

/**/

.news_block02 .block_inner .post_detail{
	width: 92.3076%;/*600*/
	margin: 0 auto;
	padding: 2.25rem 0 34px;
	border-bottom: 0.15rem solid #08305a;
}

.news_block02 .block_inner .post_detail p.news_txt01,
.news_block02 .block_inner .post_detail p{
	font-size: 1.3rem;
	line-height: 1.7307;
	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.3rem;
	line-height: 1.7307;
	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.3rem;
	line-height: 1.7307;
	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: 92.3076%;/*600*/
	margin: 29px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.news_block02 .block_inner .wp-pagenavi .bak_btn{
	width: 50.0%;/*300*/
}

.news_block02 .block_inner .wp-pagenavi .bak_btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	border-radius: 5px;
	background: url("../images/news/link_ico-wh.svg")no-repeat #08305a right 10.0% center;/*30*/
	background-size: 4.0% auto;/*12*/
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #fff;
}

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

.news_block02 .block_inner .wp-pagenavi a.nextpostslink{
	width: 14.6666%;/*88*/
	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;
}
