/*ページネーション*/
.Pagination {
	display: flex;
	align-items: center;
	margin:100px auto 0px auto;
	justify-content:center;
}
.Pagination span.current{
	width: 38px;
	height: 38px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	overflow: hidden;
	background: #1F487C;
	border: none;
	font-size: 20px;
	font-weight:bold;
	color: #fff;
	transition: all 0.15s linear;
	margin-right: 13px;
}
.Pagination a.page-numbers {
	color: #9A9696;
	width: 38px;
	height: 38px;
	border-radius:5px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	overflow: hidden;
	background: #fff;
	border: solid 1px #707070;
	font-size: 22px;
	
	transition: all 0.15s linear;
	margin-right: 13px;
}
.Pagination a.prev{
	color: #9A9696;
	width: 38px;
	height: 38px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	border:none;
	overflow: hidden;
	font-size: 20px;
	font-weight: bold;
	transition: all 0.15s linear;
	margin-right: 35px;
}
.Pagination a.next{
	color: #9A9696;
	width: 38px;
	height: 38px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	overflow: hidden;
	border:none;
	font-size: 20px;
	font-weight: bold;
	transition: all 0.15s linear;
	margin-left:22px;
}
.Pagination a.page-numbers:hover{
	background: #1F487C;
	color:#fff;
}

.c_pagination{
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:100%;
	max-width:900px;
	margin:0 auto;
}

.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:#45b035;
	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{
	position:relative;
	font-size:20px;
	font-weight:bold;
	max-width:156px;
	width:90%;
	height:50px;
	color:#1F487C;
	border-radius:10px;
	display:flex;
	align-items:center;
	justify-content:center;
}

.btn_black_single{
	position:relative;
	font-size:12px;
	font-weight:bold;
	max-width:206px;
	width:90%;
	height:50px;
	color:#fff;
	border-radius:10px;
	background:#1F487C;
	
	display:flex;
	align-items:center;
	justify-content:center;
}


/*アーカイブ*/
#archive_main{
	position:relative;
	z-index:1;
	margin:100px auto 0 auto;
	width:90%;
	max-width:900px;
}
#archive_main .kugiri_1{
	height:1px;
	border-bottom:#1F487C solid 1px;
	width:100%;
	margin:20px 0 30px 0;
	display:block;
}
#blog_main{
	width:100%;
	margin:0 auto;
	
}
#blog_sub{
	position:fixed;
	max-width:900px;
	width:100%;
	top:20%;
	left:50%;
	transform:translatex(-50%);
}
#blog_sub .all_year{
	position:relative;
	background:#1F487C;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	height:35px;
	display:flex;
	justify-content:center;
	align-items:center;	
	cursor:pointer;
	z-index:5;
}
#blog_sub .one_year{
	background:#fff;
	color:#1F487C;
	font-size:12px;
	height:0px;
	opacity:0;
	display:flex;
	justify-content:center;
	align-items:center;	
	border:1px #1F487C solid;
	box-sizing:border-box;
	transition:height 0.3s,opacity 0.3s;
	
}
#blog_sub .one_year a{
	color:#1F487C;
	font-weight:bold;
	font-size:12px;
}
#checkyear{
	display:none;
}
#checkyear:checked ~.one_year{
	height:35px;
	opacity:1;
}

#blog_sub_2{
	margin-left:auto;
	width:229px;
	z-index:5;
	background:#eee;
	transition:0.3s;
	opacity: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;
}

/*お知らせ*/

.news_flex_3_blog_1{
	display:flex;
	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_1_title{
	font-size:22px;
	font-weight:bold;
	color:#1F487C;
}
.news_flex_3_blog_1_date{
	font-size:22px;
	font-weight:bold;
	color:#1F487C;
}
.news_flex_3_blog_1_text{
	font-size:16px;
	line-height:180%;
}
.news_flex_3_blog_1_img{
	width:403px;
	height:270px;
	object-fit:cover;
	overflow:hidden;
}
.news_flex_3_blog_1_bun{
	text-align:left;
	box-sizing:border-box;
	margin:0 auto;
	max-width:417px;
	width:100%;
}
.news_flex_3_blog_1_img img{
	max-width:100%;
	width:403px;
	height:270px;
	object-fit:cover;
}

/*記事詳細*/
#toukou_content_main{
	margin:10px 0 0 0;
}
#blog_syousai_page{
	max-width:900px;
	width:100%;
	margin:0 auto;
	
}
.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;
}

/*アーカイブ*/
.archive_flex_1{
	display:block;
	max-width:90%;
	margin:100px auto;
}


/*アーカイブ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_1_img{
	margin:0 auto;
}
}

@media screen and (max-width:784px) {
.btn_white_single{
	position:relative;
	font-size:12px;
}
/*アーカイブ784*/

.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{
	
}
.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;
}
}

@media screen and (max-width:430px) {
/*特集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;
}
}