/*ページネーション*/
.Pagination {
	display: flex;
	align-items: center;
	margin:100px auto 0px auto;
	justify-content:center;
}
.Pagination .prev{
	position:relative;
}
.Pagination .next{
	position:relative;
}

.Pagination span.current{
	width: 51px;
	height: 51px;
	border-radius: 50%;
	display: flex;
	justify-content:center;
	align-items:center;
	flex-wrap: wrap;
	overflow: hidden;
	background: #00699a;
	border: none;
	font-size: 22px;
	color: #fff;
	transition: all 0.15s linear;
	margin-right:13px;
}
.Pagination a.page-numbers {
	width: 51px;
	height: 51px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;

	flex-wrap: wrap;
	overflow: hidden;
	color: #fff;
	background: #9fa0a0;
	font-size: 22px;
	transition: all 0.15s linear;
	margin-right: 13px;
}
.Pagination a.prev{
	color: #000;
	background: #fff;
	width: 41px;
	height: 41px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	border:none;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	transition: all 0.15s linear;
	margin-right: 35px;
}
.Pagination a.next{
	color: #000;
	background: #fff;
	width: 41px;
	height: 41px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	overflow: hidden;
	border:none;
	font-size: 16px;
	font-weight: bold;
	transition: all 0.15s linear;
	margin-left:22px;
}
.Pagination a.page-numbers:hover{
	/*background: #00699a;*/
	opacity:1;
	color:#00699a;
}
.Pagination a.next:hover{
	background: #9fa0a0;
	opacity:1;
}
.c_pagination{
	display:flex;
	justify-content:center;
	align-items:center;
	max-width:850px;
	margin:0 auto;
	
}

.c_pagination_a{
	margin:0 15px;
	transition:opacity 0.2s;
}
.c_pagination_a:hover{
	opacity:0.8;
}
.btn_nextprev{
	width:64px;
	margin-top:5px;
}
.btn_nextprev_a{
	color:#000;
	font-size:15px;
	vertical-align:top;
}
.btn_kiji_count{
	text-align:center;
	background:#e6e6e6;
	width:24px;
	height:24px;
	border-radius:24px;
	font-size:15px;
}
.btn_nextprev2{
	display:inline-block;
	width:256px;max-width:100%;
	height:57px;
	background:#fff;
	color:#00699a;
	font-size:17px;
	border-radius:50px;
	position:relative;
	border:1px black solid;
}
.btn_nextprev2_text{
	display:flex;
	position:relative;
	align-items:center;
	height:100%;
	justify-content:center;
	width:100%;
}
.btn_white_single{
	display:inline-block;
	width:256px;
	max-width:100%;
	height:57px;
	background:#fff;
	color:#00699a;
	font-size:17px;
	border-radius:50px;
	position:relative;
	border:1px black solid;
}
.btn_white_single_next{
	position:absolute;top:50%;left:30px;transform:translate(0,-50%);font-size:11px;
}
.btn_white_single_prev{
	position:absolute;top:50%;right:30px;transform:translate(0,-50%);font-size:11px;
}
.btn_white_single_text{
	display:flex;
	position:relative;
	align-items:center;
	height:100%;
	justify-content:center;
	width:100%;
}
.btn_black_single{
	display:inline-block;
	width:256px;
	max-width:100%;
	height:57px;
	background:#00699a;
	color:#fff;font-size:17px;
	border-radius:50px;
	position:relative;
	border:1px #00699a solid;
}
.btn_black_single_text{
	display:flex;
	position:relative;
	align-items:center;
	height:100%;
	justify-content:center;
	width:100%;

}

.btn_itiran{
	display:inline-block;
	width:256px;
	max-width:100%;
	height:57px;
	background:#00699a;
	color:#fff;font-size:17px;
	border-radius:50px;
	position:relative;
	border:1px #00699a solid;
}
.btn_itiran_text{
	display:flex;
	position:relative;
	align-items:center;
	height:100%;
	justify-content:center;
	width:100%;
}
.btn_itiran .text_1{
	
}
.btn_itiran .text_2{
	display:none;
}
/** category **/
/*
.news_sub_1 .news_tab{
	max-width:1100px;
	margin:50px auto 100px auto;
	display:flex;
}
.news_sub_1 .news_tab_sub{
	width:100%;
	color:#fff;
	font-size:15px;
	text-align:center;
	padding:22px 0;
	box-sizing:border-box;
	border-radius:10px;
}
.news_sub_1 .news_tab_sub:not(:first-child){
	margin-left:5px;
}
.news_sub_1 .news_tab_sub:hover{
	cursor:pointer;
}
*/

.news_sub_1 .news_tab{
	max-width:200px;
	width:100%;
}

.news_sub_1 .news_tab_sub{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	font-size:16px;
	text-align:center;
	padding:15px 0;
	box-sizing:border-box;
	color:#231815;
}
.news_sub_1 .news_tab_sub:hover{
	color:#00396a;
	opacity:1;
}
.news_sub_1 .news_1 .flex_1{
	display:flex;
	align-items:center;
	color:#012648;
	padding:20px 35px;
}
.news_sub_1 .news_1 .flex_1:not(:last-child){
	border-bottom:2px #b5b5b6 dashed;
}
.news_sub_1 .news_1 .flex_2{
	display:flex;
	align-items:center;
}
.news_sub_1 .news_1 .date_1{
	display:flex;
	align-items:center;
	justify-content:center;
	width:55px;
	height:55px;
	font-size:15px;
	font-weight:bold;
	color:#fff;
	margin-right:10px;
	background:#00699a;
}
.news_sub_1 .news_1 .cate_1{
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	width:160px;
	height:25px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	margin-right:20px;
	background:#e60012;
}
.news_sub_1 .news_1 .cate_1 a{
	font-size:16px;
	font-weight:bold;
	color:#fff;
}
.news_sub_1 .news_1 .text_1{
	font-size:15px;
	letter-spacing:0px;
	color:#231815;
}



/** archive **/
#archive_main{
	display:flex;
	position:relative;
	justify-content:space-between;
	/*flex-direction: row-reverse;*/
	z-index:1;
	margin:50px auto 0 auto;
	height:auto;
	width:90%;
	max-width:1100px;
	justify-content:space-between;
}

#blog_main{
	width:100%;
	max-width:1100px;
	
}
#blog_main .cate_1{
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	width:160px;
	height:25px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	margin-right:20px;
	background:#e60012;
}

#blog_sub{
	height:100%;
	width:100%;
	max-width:279px;
	position:sticky;
    top:150px;
	right:0;z-index:1;
}
.archive_flex_1{
	display:flex;
	max-width:1200px;
	margin:0px auto 0 auto;
	justify-content:space-between;
	flex-direction:row-reverse;	
}
.archive_flex_1_sub_1{
	flex:0.8;
}
.archive_flex_1_sub_2{
	flex:0.2;
}
.archive_flex_2{
	max-width:1000px;width:90%;margin:150px auto 0 auto;
}

/*検索*/
.search_space{
	text-align:center;padding:70px 0 100px 0;
}

/*イベント*/
.res_font_event_title_1{
	font-size:21px;
}
.res_font_event_title_2{
	font-size:18px;
}

/*アーカイブ*/
.archive_title{
	display:flex;max-width:1500px;margin:100px auto 200px auto;width:90%;color:#E57A7A;align-items:center;
}
.archive_title_text_1{
	font-size:45px;font-weight:bold;
}
.archive_title_text_2{
	font-size:27px;font-weight:bold;margin-left:35px;
}
.event_flex_3{
	display:flex;justify-content:space-between;width:100%;max-width:1000px;margin:0 auto;
}

.event_flex_3_blog{
	border:2px solid black;background:#fff;border-radius:20px;width:100%;max-width:444.23px;position:relative;margin:0 auto;
	flex:0.315;
	transition: transform 0.2s ;
}
.event_flex_3_blog:hover{
	transform:scale(1.05);
}
.event_flex_3_blog a{
	color:#000;
	opacity:1;
}
.event_space{
	height:110px;	
}
.event_space_3{
	display:block;height:28px;
}
.event_space_archive_2{
	display:block;height:68px;
}

/*お知らせ*/
.news_flex_3_blog_1{
	display:flex;
	justify-content:space-between;
	background:#fff;
	width:100%;
	position:relative;
	margin:0 auto 0px auto;
	padding:10px 0;
	transition: transform 0.2s ;
}
.news_flex_3_blog_1:not(:last-child){
	border-bottom:1px #b5b5b6 solid;
}
.news_flex_3_blog_2{
	background:#fff;
	width:100%;
	position:relative;
	margin:0 auto 0px auto;
	padding:20px 0px;
	box-sizing:border-box;
	transition: transform 0.2s ;
	
}
.news_flex_3_blog_1_title{
	font-size:16px;
}
.news_flex_3_blog_1_title_2{
	font-size:25px;
	color:#00699a;
}
.news_flex_3_blog_1_bun{
	text-align:left;
	box-sizing:border-box;
	margin:0 auto;
	max-width:900px;
	width:100%;
}
.news_flex_3_blog_1_bun .bun_a{
	color:#333;
}
.news_flex_3_blog_1_bun:hover .bun_a{
	color:#00396a;
}
.news_flex_3_blog_1_bun  .cate_flex{
	display:flex;
	align-items:center;
	flex-wrap: wrap;
	gap:5px 0;
}
.news_flex_3_blog_1_bun_2{
	text-align:left;
	box-sizing:border-box;
	margin:0 auto;
	max-width:1320px;
	width:100%;
}
.news_flex_3_blog_1_date{
	font-size:16px;
	line-height:180%;
	color:#231815;
}
.news_flex_3_blog_1_text{
	font-size:16px;
	line-height:180%;
	color:#231815;
}
.news_flex_3_blog_1_bun_2 a:hover .news_flex_3_blog_1_text{
	color:#00396a;
}
.news_flex_3_blog_1_text_2{
	font-size:16px;
	line-height:180%;
}
.news_flex_3_blog_1_url{
	font-size:15px;
	color:#888;
}
.news_flex_3_blog_1_img{
	width:250px;
	height:180px;
	object-fit:cover;
	border-radius:15px;
	overflow:hidden;
}

.news_flex_3_blog_1_img img{
	max-width:100%;
	width:280px;
	height:180px;
	object-fit:cover;
}

/*記事詳細*/
#toukou_content_main{
	margin:0 0 0 0;
	font-size:16px;
	line-height:150%;
}
#toukou_content_main a{
	font-size:16px;
}
#blog_syousai_page{
	max-width:1100px;
	width:90%;
	margin:50px auto 50px auto;
}
#blog_syousai_page .date_1{
	font-size:18px;
}
#blog_syousai_page  .cate_flex{
	display:flex;
	align-items:center;
	flex-wrap: wrap;
	gap:5px 10px;
}
#blog_syousai_page .cate_1{
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	width:160px;
	height:25px;
	margin-right:20px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	background:#e60012;
}
#blog_syousai_page .cate_1:hover{
	opacity:0.8;
}
#blog_syousai_page .flex_1{
	display:flex;
	align-items:center;
	margin:5px 0 0px 0;
	
}
.toiawase_form1_td input[type="text"]{
	height:70px;
	width:100%;
	background:#F7F8F8;
	outline:solid 1px #aaa;
	border:none;
	border-radius:10px;
	font-size:18px;
	padding:0 40px;
	box-sizing:border-box;
	font-weight:bold;
}
.toiawase_form1_td {
	margin:30px auto 0 auto;
	min-height:50px;width:100%;
	max-width:500px;
}
.submit1{
	border:none;
	font-size:20px;
	font-weight:bold;
	max-width:148px;
	width:90%;
	height:65px;
	color:#fff;
	border-radius:40px;
	background:#012648;
	margin:30px auto 0 auto;
}
.submit1:hover{
opacity:0.7;cursor:pointer;
}
.triangle-right {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #6B635C;
}
.triangle-left {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 12px solid #6B635C;
}
@media screen and (max-width:1700px) {

}

@media screen and (max-width:1366px) {
.res_font_event_title_1{
	font-size:19px;
}
.res_font_event_title_2{
	font-size:16px;
}
}

@media screen and (max-width:1024px) {
/*ページネーション*/
.Pagination {
	margin:0 auto 100px auto;
}
/*
.c_pagination{
	display:block;
	justify-content:center;
	align-items:center;
	max-width:850px;
	margin:0 auto;
}
*/
.c_pagination_a{
	margin:20px auto 15px auto;
	text-align:center;
	display:block;
	width:90%;
}

.btn_white_single{
	display:inline-block;
	width:150px;
	height:37px;
}
.btn_white_single_text{
	font-size:12px;
}
.btn_black_single{
	display:inline-block;
	width:150px;
	height:37px;
}
.btn_black_single_text{
	font-size:12px;
}

/*アーカイブ*/
.archive_flex_1{
	display:block;
	max-width:90%;
	margin:100px auto;
}
/*特集1024*/
.special_flex_1{
	display:block;
}
.special_space_2{
	display:block;height:28px;
}
.special_btn_margin{
	margin:70px auto 300px auto;
}
	
/*イベント1024*/
.res_font_event_title_1{
	font-size:20px;
}
.res_font_event_title_2{
	font-size:17px;
}

	
/*アーカイブ1024*/
.archive_title{
	margin:100px auto 100px auto;
}
.news_flex_3_blog_1{
	display:block;
	justify-content:space-between;
	background:#fff;
	width:100%;position:relative;
	margin:0 auto 50px auto;
	padding:20px 0;
	transition: transform 0.2s ;
}
.news_flex_3_blog_2{
	display:block;
	justify-content:space-between;
	background:#fff;
	width:100%;position:relative;
	margin:0 auto 10px auto;
	padding:20px 0;
	transition: transform 0.2s ;
}

}

@media screen and (max-width:784px) {
/** 784_category **/
.news_sub_1 .title_1{
	font-size:30px;
}
.news_sub_1 .news_1{
	width:100%;
}
.news_sub_1 .news_tab{
	max-width:100%;
	flex-wrap: wrap;
	display:flex;
}
.news_sub_1 .news_tab_sub {
	font-size:12px;
	width: calc(100% / 3 - 0px);
	margin:0px 0px;
	border-radius:0px 0px 0 0;
	padding:15px 0;
	border-right:none;
/*	border-bottom:5px solid #888;*/
}

.news_sub_1 .news_tab_sub:not(:first-child){
	margin-left:0px;
}
.news_sub_1 .news_tab{
	flex-wrap: wrap;	
}
#blog_main .cate_1{
	padding:0 10px;
	width:auto;
	height:20px;
	font-size:12px;
}

.news_flex_3_blog_1_title_2{
	font-size:20px;
}
.news_flex_3_blog_1_title{
	font-size:20px;
}

.news_flex_3_blog_1_text{
	font-size:16px;
}
.news_flex_3_blog_1_text_2{
	font-size:15px;

}

/** 784_archive **/
.archive_title{
	display:block;width:90%;
}
.archive_title_text_1{
	font-size:31px;
}
.archive_title_text_2{
	font-size:16px;margin-left:0;
}
#archive_main{
	display:block;		
}
#blog_sub{
	width:100%;max-width:1000px;
	position:static;
}
.news_flex_3_blog_1_img{
	width:100%;
	height:250px;

}
.news_flex_3_blog_1_bun{
	text-align:left;box-sizing:border-box;margin:0 0 0 0;margin:0 auto;
	max-width:580px;
	width:100%;
}
.news_flex_3_blog_1_img img{
	width:100%;
	height:250px;
	object-fit:cover;
}
#blog_syousai_page  .cate_flex{
	margin:10px 0;
}
#blog_syousai_page .flex_1{
	display:block;
}

}
@media screen and (max-width:500px) {
/*検索*/
.search_space{
	text-align:center;padding:0px 0 50px 0;
}



}
@media screen and (max-width:430px) {
/** **/
.btn_white_single{
	display:inline-block;
	width:auto;
	padding:0 10px;
	height:37px;
}
.btn_white_single_text{
	font-size:12px;
}
.btn_white_single_prev .triangle-right{
	display:none;
}
.btn_black_single{
	display:inline-block;
	width:auto;
	padding:0 10px;
	max-width:100%;
	height:37px;
}
.btn_black_single_text{
	font-size:12px;
}
.btn_white_single_next .triangle-left{
	display:none;
}
/*特集430*/
.special_flex_2{
	display:block;
}
.special_space_2{
	display:block;height:20px;
}
.special_btn_margin{
	margin:70px auto 200px auto;
}	
/*イベント430*/
.event_space{
	height:50px;	
}
.event_space_2{
	display:block;height:20px;
}
.event_space_3{
	display:inline;height:0;
}
}