/** Pagination **/
.Pagination {
	display: flex;
	align-items: center;
	justify-content:center;
	margin:100px auto 0px auto;	
}
.Pagination span.current{
	width: 51px;
	height: 51px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	overflow: hidden;
	background: #F7A928;
	border: none;
	font-size: 22px;
	color: #fff;
	transition: all 0.15s linear;
	margin:0 15px;
}
.Pagination a.page-numbers {
	color: #F7A928;
	width: 51px;
	height: 51px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	overflow: hidden;
	background: #fff;
	border: solid 1px #F7A928;
	font-size: 22px;
	transition: all 0.15s linear;
	margin:0 15px;
}
.Pagination a.prev,.Pagination .first-page{
	position:relative;
	color: #F7A928;
	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;
}
.Pagination a.next,.Pagination .last-page{
	position:relative;
	color: #F7A928;
	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;
	
}
.Pagination a.page-numbers:hover,.Pagination .first-page:hover,.Pagination .last-page:hover{
	background: #F7A928;
	color:#fff;
}

.c_pagination{
	display:flex;
	justify-content:center;
	align-items:center;
	max-width:850px;
	width:100%;
	margin:0 auto;
}
.c_pagination_a{
	margin:0 15px;
}
.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:#3c3ca5;
	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:95px;
	color:#F7A928;
	font-size:17px;
	border-radius:50px;
	position:relative;
}

.btn_white_single_next{
	position:absolute;
	top:60%;
	left:0px;
	transform:translate(0,-50%);
	font-size:11px;
}
.btn_white_single_prev{
	position:absolute;
	top:60%;
	right:0px;
	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%;
	font-size:22px;
}

.btn_black_single{
	display:inline-block;
	width:390px;
	max-width:100%;
	height:57px;
	background:#F7A928;
	color:#fff;font-size:17px;
	border-radius:50px;
	position:relative;
}
.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:#3c3ca5;
	color:#fff;font-size:17px;
	border-radius:50px;
	position:relative;
	border:1px #3c3ca5 solid;
}
.btn_itiran_text{
	display:flex;
	position:relative;
	align-items:center;
	height:100%;
	justify-content:center;
	width:100%;
}

.btn_itiran .text_2{
	display:none;
}

/** archive **/
#archive_main{
	position:relative;
	justify-content:space-between;
	/*flex-direction: row-reverse;*/
	z-index:1;
	margin: 0px auto 0px auto;
	height:auto;
	width:100%;
	max-width:1920px;
	justify-content:space-between;
	padding:100px 0 150px 0;
}


#blog_main{
	margin:0 auto;
	position:relative;
	max-width:950px;
	width:90%;
	margin:0px auto 0 auto;

}

#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;
	width:100%;
	margin:0px auto 0 auto;
	justify-content:space-between;
	flex-direction:row-reverse;	
}
.archive_flex_2{
	max-width:1000px;
	width:90%;
	margin:150px auto 0 auto;
}
.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_space{
	height:110px;	
}
.event_space_3{
	display:block;height:28px;
}
.event_space_archive_2{
	display:block;height:68px;
}

/** news_item **/
.news_flex_3_blog_1{
	display:flex;
	justify-content:space-between;
	gap:0 30px;
	width:100%;
	position:relative;
	margin:0 auto 0px auto;
	padding:0px 0;
	transition: transform 0.2s ;
/*	border-bottom:1px solid #aaa;*/
}
.news_flex_3_blog_1_title{
	font-size:18px;
	font-weight:bold;
}
.news_flex_3_blog_1_text{
	font-size:18px;
	line-height:180%;
}
.news_flex_3_blog_1_img{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	max-width:250px;
	height:240px;
	object-fit:cover;
	border-radius:15px;
	overflow:hidden;
}
.news_flex_3_blog_1_bun{
	text-align:left;
	box-sizing:border-box;
	margin:0 auto;
	width:100%;
	max-width:900px;
}
.news_flex_3_blog_1_img img{	
	max-width:100%;
	width:100%;
	height:auto;
	object-fit:cover;
}

/** syousai **/
#toukou_content_main{
	margin:10px 0 0 0;
}
#blog_syousai_page_main{
	position:relative;
	max-width:1920px;
	width:90%;
	margin:0 auto;
	padding:100px 0 150px 0;

	overflow:hidden;
}
#blog_syousai_page_main .cat_1c{
	position:absolute;
	left:-100px;
	bottom:0px;
}

#blog_syousai_page{
	position:relative;
	max-width:950px;
	width:90%;
	margin:0 auto 100px auto;
}
#blog_syousai_page .cat_1{
	position:absolute;
	right:-50px;
	bottom:-350px;
}
#blog_syousai_page .cat_2{
	position:absolute;
	left:-50px;
	bottom:-250px;
}
.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 {
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 12px solid #F7A928;
}
.triangle-right2_1 {
	position:absolute;
	left:35%;
	top:50%;
	transform:translate(-50%,-50%);
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 12px solid #F7A928;
}
.triangle-right2_2 {
	position:absolute;
	left:75%;
	top:50%;
	transform:translate(-50%,-50%);
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 12px solid #F7A928;
}
.triangle-left {
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 12px solid #F7A928;
}
.triangle-left2_1 {
	position:absolute;
	left:75%;
	top:50%;
	transform:translate(-50%,-50%);
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 12px solid #F7A928;
}
.triangle-left2_2 {
	position:absolute;
	left:35%;
	top:50%;
	transform:translate(-50%,-50%);
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 12px solid #F7A928;
}

@media screen and (max-width:1400px){
/** 1400_title cat **/
.title_1_main_contact2 .cat_1{
	position:absolute;
	left:20vw;
	top:-100px;
}
.title_1_main_contact3 .cat_1{
	position:absolute;
	left:20vw;
	top:-150px;
}
}
@media screen and (max-width:1024px) {
/** 1024_title cat **/
.title_1_main_contact2 .cat_1{
	position:absolute;
	left:10vw;
	top:-50px;
}
.title_1_main_contact3 .cat_1{
	position:absolute;
	left:11vw;
	top:-100px;
}	
/** 1024_pagenation**/
	
/*
.btn_white_single_text .text_1{
	display:none;
}
.btn_white_single{
	width:57px;
}
.btn_white_single_next{
	position:static;
}
.btn_white_single_prev{
	position:static;
}
*/
.c_pagination_a{
	margin:0 5px;
}
.btn_black_single{
	display:inline-block;
	width:156px;
	height:57px;
	max-width:100%;
	
	font-size:15px;
}

.archive_flex_1{
	display:block;
	max-width:90%;
	margin:100px auto;
}

.res_font_event_title_1{
	font-size:20px;
}
.res_font_event_title_2{
	font-size:17px;
}
.event_flex_1{
	display:block;
}
.archive_title{
	margin:100px auto 100px auto;
}
.event_flex_3{
	display:block;margin:0 auto;width:100%;text-align:center;
}
.event_flex_3_blog{
	display:inline-block;max-width:337.52px;margin:0 10px 50px 10px;width:45%;
}

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

@media screen and (max-width:784px) {
/** 784_title cat **/
.title_1_main_contact2 .cat_1{
	position:absolute;
	left:-10vw;
	top:-50px;
}
.title_1_main_contact3 .cat_1{
	position:absolute;
	left:0vw;
	top:-100px;
}	
/** 784_ archive**/
#blog_main{
	width:90%;
	grid-template-columns: repeat(2, 1fr);
	gap:60px;
}

/** 784_pagenation **/
.Pagination span.current{
	width: 35px;
	height: 35px;
	font-size: 15px;
	margin:0 5px;
}
.Pagination a.page-numbers {
	width: 35px;
	height: 35px;
	font-size: 15px;
	margin:0 5px;
}
	
/** 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;
	padding:0 0 150px 0;
}

#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{
	max-width:300px;
	width:100%;
	object-fit:cover;
	
}
}
@media screen and (max-width:500px) {

/** 784_pagenation **/
.Pagination {
	margin:50px auto 0px auto;	
}
.Pagination span.current{
	width: 30px;
	height: 30px;
	font-size: 12px;
	margin:0 4px;
}
.Pagination a.page-numbers {
	width: 30px;
	height: 30px;
	font-size: 12px;
	margin:0 4px;
}
	
.btn_white_single_text .text_1{
	display:none;
}
.btn_white_single{
	width:57px;
	height:50px;
}
.btn_white_single_next{
	position:static;
}
.btn_white_single_prev{
	position:static;
}

	
/** 500_ archive**/
#blog_main{
	width:90%;
	grid-template-columns: repeat(1, 1fr);
	gap:30px;
}
#blog_syousai_page_main{
	padding:0 0 150px 0;

}
#blog_syousai_page{
	margin:0 auto 150px auto;
}
}