@charset "utf-8";

/*-----------------------------------------------------------------------------* 2020改修 */

/* common */

.container{
	min-width: 100%;
}

.contents_lead{
	background: #e9f0f4;
}
.works_detail_year .contents_lead{
	background: rgba(0,156,71,0.1);
}
.contents_lead_inner{
	width: 86%;
	margin: 0 auto;
	padding: 60px 0 80px;
}
.contents_lead a{
	text-decoration: underline;
}

.btn2{
	position: relative;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 14px 70px 14px 60px;
}
.btn2:after{
	content: "";
	background: none;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 40px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn2:hover{
}
.btn2:hover:after{
}

@media screen and (max-width: 767px) {

	.contents_lead{
		text-align: left;
	}

	.btn{
		width: 80%;
	}

	.btn2{
		width: 90%;
	}
	.btn2:after{
	}
	.btn2:hover{
	}
	.btn2:hover:after{
	}

}


/* ヘッダー */

.nav_menu a{
	padding: 0 30px 0 20px;
}
.nav_menu:hover{
	/*background: rgba(195, 238, 221, 0.6);*/
}
.nav_menu:last-child a, .nav_menu:nth-last-child(2) a{
	padding: 0 10px;
}
.nav_menu:nth-last-child(3) a{
	padding: 0 20px;
}
.nav_menu_arrow{
	display: none;
}
.nav_menu:hover .nav_menu_arrow{
	display: block;
	position: absolute;
	top: 68%;
	left: 50%;
	margin-left: -25px;
	height: 17px;
	width: 42px;
	overflow: hidden;
	z-index: 10;
	vertical-align: bottom;
}
.scr_header .nav_menu:hover .nav_menu_arrow{
	top: 64%;
}
#nav_menu_works.nav_menu:hover .nav_menu_arrow{
}
#nav_menu_works_detail.nav_menu:hover .nav_menu_arrow{
}
.nav_menu:hover .nav_menu_arrow:before{
	content: "";
	display: block;
	text-align: center;
	margin: 10px auto;
	vertical-align: middle;
	width: 23px;
	height: 23px;
	transform: rotate(-45deg);
	background: #fff;
	box-shadow: 0 3px 13px 0 rgba(0,0,0,0.2);
}

#nav_menu_about, #nav_menu_works, #nav_menu_works_detail{
	position: relative;
}
#nav_menu_about:after, #nav_menu_works:after, #nav_menu_works_detail:after{
	content: "";
	background: none;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 15px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#nav_menu_about ul, #nav_menu_works ul, #nav_menu_works_detail ul{
	display: none;
	position: absolute;
	z-index: 2;
	top: 84%;
	left: 0;
	background: #fff;
	box-shadow: 0 10px 16px 4px rgba(0,0,0,0.2);
	width: 220px;
	text-align: left;
}
#nav_menu_about:hover ul, #nav_menu_works:hover ul, #nav_menu_works_detail:hover ul{
	display: block;
}

.nav_menu_menu{
	position: relative;
}
.nav_menu_menu a{
	position: relative;
	width: 100%;
	height: auto;
	line-height: 1;
	padding: 15px 40px;
	box-sizing: border-box;
	text-align: left;
}
.nav_menu_menu a:after{
	content: "";
	background: none;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	right: 40px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #0e9af7;
	border-right: 1px solid #0e9af7;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav_menu_menu:nth-child(2) a:after{
	border-top: 1px solid #009c47;
	border-right: 1px solid #009c47;
}
.nav_menu_menu:nth-child(3) a:after{
	border-top: 1px solid #ffb200;
	border-right: 1px solid #ffb200;
}
.nav_menu_menu:nth-child(3) a:after{
	border-top: 1px solid #ff4a00;
	border-right: 1px solid #ff4a00;
}

#nav_menu_about .nav_menu_menu:first-child a:after, #nav_menu_works .nav_menu_menu:first-child a:after, #nav_menu_works_detail .nav_menu_menu:first-child a:after{
	margin-top: 4px;
}
#nav_menu_about .nav_menu_menu:last-child a:after, #nav_menu_works .nav_menu_menu:last-child a:after, #nav_menu_works_detail .nav_menu_menu:last-child a:after{
	margin-top: -11px;
}
#nav_menu_about .nav_menu_menu:first-child a, #nav_menu_works .nav_menu_menu:first-child a, #nav_menu_works_detail .nav_menu_menu:first-child a{
	padding-top: 30px;
}
#nav_menu_about .nav_menu_menu:last-child a, #nav_menu_works .nav_menu_menu:last-child a, #nav_menu_works_detail .nav_menu_menu:last-child a{
	padding-bottom: 30px;
}
#nav_menu_works .nav_menu_menu a, #nav_menu_works_detail .nav_menu_menu a{
}
#nav_menu_works:hover ul .nav_menu_menu a, #nav_menu_works_detail .nav_menu_menu a{
}
.nav_menu_menu:after{
}

#header.scr_header .nav_menu_menu a{
	height: auto;
	line-height: 1;
}

@media screen and (max-width: 767px) {

	#nav_menu_about ul, #nav_menu_works ul, #nav_menu_works_detail ul{
		display: block;
		position: static;
		box-shadow: none;
	}
	#nav_menu_about:hover ul, #nav_menu_works:hover ul, #nav_menu_works_detail:hover ul{
	}
	.nav_menu_menu{
		border-top: 1px dashed rgba(0,0,0,0.3);
	}
	.nav_menu_menu a{
	}
	#nav_menu_works:hover ul .nav_menu_menu a, #nav_menu_works_detail .nav_menu_menu a{
		width: auto;
	}
	.nav_menu_menu:before{
		content: "";
		position: absolute;
		width: 10px;
		height: 1px;
		background: #000;
		top: 50%;
		left: 20px;
	}
	.nav_menu_menu:after{
	}

	#header.scr_header .nav_menu_menu a{
	}

	.on .nav_menus{
	}
	.on .nav_menu_menu a{
		padding-left: 40px;
	}

}



/* フッター */

.footer_bnr{
}

.footer_body{
	width: 90%;
	max-width: 940px;
}
.footer_info_body{
	margin-top: 20px;
}

.contact_btns{
	display: inline-block;
}
.contact_btn{
	margin: 0 auto;
	margin-left: 10px;
	padding: 0 30px;
	line-height: 50px;
	height: 55px;
	text-align: center;
}
#footer_btn_fb{
	margin: 0 auto;
}

.footer_links_content{
	position: relative;
	float: right;
	text-align: left;
	padding-left: 3%;
	box-sizing: border-box;
}
.footer_links_content:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: #000;
}
.footer_links{
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.footer_links li{
	display: block;
}
.footer_links li b{
}
.footer_links li a, .footer_links li:first-child a{
	display: block;
	padding: 8px 10px;
	font-size: 14px;
}
.footer_links li a:after{
	display: none;
}
.sub_link{
	position: relative;
	padding-left: 18px;
}
.sub_link:before{
	content: "";
	position: absolute;
	width: 8px;
	height: 1px;
	background: #000;
	top: 50%;
	left: 12px;
}

@media screen and (max-width: 980px) {

	.footer_content {
		float: none;
		padding-top: 50px;
	}
	.footer_info{
		text-align: center;
	}
	.footer_info_body {
		display: block;
	}
	.footer_links_content{
		float: none;
		padding: 0 0 40px;
		text-align: center;
	}
	.footer_links_content:before{
		content: "";
		position: absolute;
		top: auto;
		left: 20%;
		bottom: 0;
		width: 60%;
		height: 1px;
		background: #000;
	}

}@media screen and (max-width: 767px) {

	.footer_bnr {
		border-top: none;
	}

	.footer_body{
		width: 100%;
	}
	.footer_content{
	}
	.footer_info_body{
	}
	#footer_logo{
		display: block;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.contact_btns{
		display: block;
	}
	.contact_btn{
		width: 100%;
		max-width: 280px;
		margin: 20px auto 0;
	}
	#footer_btn_fb{
	}

	.footer_links_content{
		width: 90%;
		margin: 0 auto;
	}
	.footer_links_content:before{
		width: 100%;
		left: 0;
	}
	.footer_links{
		display: block;
	}
	.footer_links li{
	}
	.footer_links li b{
	}
	.footer_links li a, .footer_links li:first-child a{
		padding: 15px 10px;
	}
	.footer_links li a:after{
	}
	.footer_links li.sub_link{
		display: inline-block;
		padding: 0;
	}
	.footer_links li.sub_link:before{
		display: none;
	}

}



/* 詳細ページ */

.single .container{
	min-width: auto;
}
.single.post .contents{
	margin: 150px auto 0;
}
.single .article, .works_contents .article{
	margin: 0 auto;
	width: 86%;
	max-width: 800px;
	text-align: left;
}

.post_header{
}
.post_header_ttl{
	line-height: 1.6;
	font-size: 30px;
}
.post_header_date{
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	margin-top: 25px;
}
.post_header_cat{
	display: inline-block;
	margin-left: 15px;
	vertical-align: middle;
	margin-top: -10px;
}
.post_header_cat a{
	display: block;
	border: 1px solid #000;
	border-radius: 100px;
	padding: 8px 18px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}

.post_entry{
	margin: 60px auto 0;
}

.post_entry_ttl{
	text-align: center;
	font-size: 36px;
}

.post_entry_profile{
}
.post_entry_profile .post_entry_ttl{
	text-align: left;
}
.post_entry_profile h3{
	position: relative;
	font-size: 20px;
	margin: 30px 0 0 20px;
}
.post_entry_profile h3:before{
	content: "";
	position: absolute;
	background: #fffd1b;
	width: 8px;
	height: 100%;
	margin-left: -20px;
}
.post_entry_profile p{
	margin-top: 15px;
}

.post_entry_sns{
	text-align: center;
	margin: 40px auto 0;
}
.post_entry_sns:after{
	content: "";
	display: block;
	border-bottom: 2px solid #000;
}
.post_entry_sns a{
	display: inline-block;
	padding: 20px 15px;
}
.post_entry_sns img{
}

.post_entry_contents{
}
.post_entry_contents h2{
	font-size: 22px;
	margin-top: 50px;
}
.post_entry_contents h2:after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #000;
	margin-top: 15px;
}
.post_entry_contents h3{
	margin-top: 50px;
	margin-left: 20px;
	font-size: 20px;
	line-height: 1.6;
	position: relative;
}
.post_entry_contents h3:before{
	content: "";
	position: absolute;
	background: #c3eedd;
	width: 6px;
	height: 100%;
	margin-left: -20px;
}
.post_entry_contents h4{
	display: inline-block;
	margin-top: 40px;
	font-size: 18px;
	position: relative;
}
.post_entry_contents h4:after{
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: #c3eedd;
	margin-top: 10px;
}
.post_entry_contents p{
	margin-top: 25px;
	line-height: 2.4;
}
.post_entry_contents a{
	text-decoration: underline;
}
.post_entry_contents strong{
	font-weight: bold;
	background: linear-gradient(transparent 60%, #c3eedd 60%);
}
.post_entry_contents img{
	width: 100%;
	height: auto;
}
figcaption{
	margin: 10px 0 0;
	opacity: 0.7;
}
blockquote{
	margin: 34px 0 0;
	background: #ddede7;
	padding: 30px;
	border-radius: 5px;
}
blockquote p{
   margin: 0;
}
blockquote cite{
   text-align: right;
   margin: 10px 0 0;
   display: block;
   opacity: 0.7;
}
.post_entry_contents ul{
	margin-top: 20px;
}
.post_entry_contents li{
	padding: 6px 10px 6px 0;
	margin-left: 1.8em;
	line-height: 1.6;
	text-align: justify;
	list-style-type: square;
	font-weight: bold;
}
.post_entry_contents figure{
	margin: 30px 0 0;
	position: relative;
}
.wp-block-embed-youtube .wp-block-embed__wrapper{
	position: relative;
	padding: 56.25% 0 0;
}
.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.post_information{
	text-align: center;
	margin-top: 80px;
}
.post_information_ttl{
}
.post_info_body{
	margin-top: 40px;
}
.post_info_list{
	border-top: 1px solid rgba(0,0,0,0.5);
	padding: 0 15px 0 0;
	font-size: 15px;
	word-break: break-all;
	line-height: 1.6;
	text-align: left;
}
.post_info_list:last-child{
	border-bottom: 1px solid rgba(0,0,0,0.5);
}
.post_info_body a{
	text-decoration: underline;
	padding: 20px 0;
}
.post_info_list_ttl{
    padding: 20px 0.8em 20px 15px;
    min-width: 5em;
    display: table-cell;
    vertical-align: top;
    font-weight: bold;
}
.post_info_list_txt{
	padding: 20px 0 20px 15px;
	display: table-cell;
}
.post_info_list_iframe{
	padding: 20px;
}
.post_info_list_iframe iframe{
	width: 100%;
}
.post_entry_contents ul.blocks-gallery-grid{
}
.post_entry_contents li.blocks-gallery-item{
}
.post_entry_contents .blocks-gallery-item__caption{
	box-sizing: border-box;
}

/* シェア */

.sns{
	margin: 65px auto 60px;
	text-align: center;
}
.sns_ttl{
	font-size: 16px;
	margin-bottom: 15px;
}
.sns_body{
}
.sns_btn{
	margin: 0 10px;
}

/* 記事ページング */

.navigation{
	margin-top: 60px;
}
.prev-next{
	display: block;
	margin: 0 auto 60px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	max-width: 620px;
	width: 90%;
	overflow: hidden;
}
.prev, .next{
	position: relative;
	width: 50%;
}
.prev:before, .next:before{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 10px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.prev a, .next a{
	display: block;
	box-sizing: border-box;
}
.prev{
	text-align: left;
	float: left;
}
.prev:before{
	left: 10px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.prev:after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 20%;
	right: 0;
	width: 1px;
	height: 60%;
	background: #000;
}
.prev a{
	padding: 20px 10px 20px 25px;
}
.next{
	text-align: right;
	float: right;
}
.next a{
	padding-right: 30px;
	padding: 20px 25px 20px 10px;
}
.back{
}
.single.post .btn, .archive.post .btn{
	color: #fff;
}
.archive.post .btns_wrapper{
	margin: 80px auto 0;
}

@media screen and (max-width: 1300px) {

	.single #header_logo{
		height: 110px;
		width: 110px;
		padding: 16px;
		left: 2%;
	}

}
@media screen and (max-width: 767px) {

	.single #header_logo {
		width: 70px;
		height: 70px;
		padding: 10px;
		left: 5px;
	}

	.single.post .contents{
	    margin: 100px auto 80px;
	}
	.single .article{
	}

	.post_header{
		margin: 15px auto 0;
	}
	.post_header_ttl{
		font-size: 22px;
	}
	.post_header_date{
		display: inline-block;
		font-size: 18px;
		font-weight: bold;
		margin-top: 20px;
	}
	.post_header_cat{
	    margin-left: 10px
	}
	.post_header_cat a{
		padding: 6px 15px;
		font-size: 13px;
	}

	.post_entry{
		margin: 40px auto 0;
	}

	.post_entry_ttl{
		font-size: 32px;
	}

	.post_entry_profile{
	}
	.post_entry_profile .post_entry_ttl{
	}
	.post_entry_profile h3{
		font-size: 18px;
	}
	.post_entry_profile h3:before{
	}
	.post_entry_profile p{
	}

	.post_entry_sns{
	}
	.post_entry_sns:after{
	}
	.post_entry_sns a{
	}
	.post_entry_sns img{
	}

	.post_entry_contents{
		margin: 50px auto 0;
	}
	.post_entry_contents h2{
	}
	.post_entry_contents h2:after{
	}
	.post_entry_contents h3{
	}
	.post_txt h3:before{
	}
	.post_entry_contents h4{
	}
	.post_entry_contents p{
	}
	.post_entry_contents a{
	}
	.post_entry_contents strong{
	}
	.post_entry_contents img{
	}
	.post_entry_contents ul{
	}
	.post_entry_contents li{
	}

	.wp-embedded-content{
		width: 100%;
	}

	.post_information{
		margin-top: 40px;
	}
	.post_info_body{
		margin-top: 30px;
	}
	.post_info_list{
	}
	.post_info_list:last-child{
	}
	.post_info_body a{
	}
	.post_info_list_ttl{
	}
	.post_info_list_txt{
	}
	.post_info_list_iframe{
		padding: 20px 10px;
	}
	.post_info_list_iframe iframe{
		height: 250px;
	}
	.post_entry_contents ul.blocks-gallery-grid{
		margin: 0 auto;
	}
	.post_entry_contents li.blocks-gallery-item{
		margin: 16px auto 0;
		padding: 6px 6px;
	}
	.post_entry_contents li.blocks-gallery-item:first-child{
		margin-top: 0; 
	}
	.post_entry_contents .blocks-gallery-item__caption{
	}

	/* シェア */

	.sns{
	}
	.sns_ttl{
	}
	.sns_body{
	}
	.sns_btn{
	}

	/* 記事ページング */

	.navigation{
	}
	.prev-next{
	}
	.prev, .next{
	}
	.prev:before, .next:before{
	}
	.prev a, .next a{
	}
	.prev{
	}
	.prev:before{
	}
	.prev:after{
	}
	.prev a{
	}
	.next{
	}
	.next:before{
	}
	.next a{
	}
	.back{
	}

}



/* 記事一覧 */

.article #menus{
    border-bottom: 1px solid rgba(0,156,71,1);
}

.post_lists{
	text-align: left;
	margin: 0 auto;
	width: 90%;
	max-width: 1200px;
}
.post_list{
	position: relative;
	display: inline-block;
	width: 23%;
	margin: 4% 0.7% 0;
	box-sizing: border-box;
	vertical-align: top;
}
.post_list:hover{
}
.post_list > a{
	display: block;
	padding-bottom: 5%;
}

.img_wrapper{
	position: relative;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	margin: auto 0;
	overflow: hidden;
}
.img_wrapper img{
	position: absolute;
	left: -500px;
	top: -500px;
	bottom: -500px;
	right: -500px;
	display: block;
	margin: auto;
	width: 100%;
	height: auto;
}
.post_list_img_wrapper{
	height: auto;
	padding-top: 60%;
}
.post_list_img{
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.post_list:hover .post_list_img{
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transform: scale(1.1);
}

.post_list_txts{
	padding: 7% 0 0;
	text-align: left;
}
.post_list_txts_meta{
	font-size: 14px;
	font-weight: bold;
}
.post_list_txts_ttl{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	overflow: hidden;
	height: 50px;
	max-height: 50px;
	margin-top: 3%;
}
.post_list_txts_txt{
	font-size: 14px;
	line-height: 1.6;
	margin-top: 3%;
	overflow: hidden;
	height: 47px;
	max-height: 47px;
}
.post_list_tag{
}
.post_list_tag_item{
	font-size: 12px;
	border: 1px solid #000;
	padding: 5px 10px;
	border-radius: 12px;
	margin: 0 3% 2% 0;
	box-sizing: border-box;
	display: inline-block;
}
.post_list_tag_item:first-child{
}
.post_list_tag_item:hover{
	border: none;
	background: #000;
	color: #fff;
}


/* タグ */

.tagList{
	text-align: center;
	width: 90%;
	max-width: 500px;
	margin: 80px auto 0;
}
.tagList_body{
	margin: 30px auto 0;
}
.tagList_item{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	margin: 5px;
	border: 1px solid #000;
	border-radius: 15px;
	box-sizing: border-box;
}
.tagList_item:hover{
	background: #000;
	color: #fff;
}
.on.tagList_item{
	background: #000;
	color: #fff;
}

/* ページング */

.paging{
	margin-top: 150px;
}
.paging span{
	color: rgba(0,0,0,0.4);
}
.nonsort_pager{
}
.searchResult_menu{
}
.searchResult_menu-bottom{
}
.searchResult_menu_pager{
}
.searchResult_menu_pager_item{
	font-size: 20px;
	font-weight: bold;
	padding: 0 15px;
}
.on.searchResult_menu_pager_item{
	color: rgba(0,0,0,0.4);
}
.searchResult_menu_pager_item-next{
}

@media screen and (max-width: 767px) {

	.menu a {
		padding: 25px 15px;
		font-size: 16px;
	}
	
	.post_lists{
	}
	.post_list{
		width: 48%;
		margin: 40px auto 0;
	}
	.post_list:nth-child(even){
		margin-left: 2.5%;
	}
	.post_list > a{
	}
	.post_list_img_wrapper{
	}
	.post_list_img{
	}
	.post_list_cat{
	}
	.post_list_txts{
	    text-align: left;
	}
	.post_list_txts_ttl{
		height: auto;
	}
	.post_list_txts_txt{
		height: auto;
	}
	.post_list_tag{
	}

	/* タグ */

	.tagList{
		max-width: 86%;
	}
	.tagList_ttl{
	}
	.tagList_body{
	}
	.tagList_item{
	}
	.on.tagList_item{
	}

}



/* 活動内容 */

.works_lists{
	max-width: 1200px;
    margin: 100px auto 0;
 	width: 86%;
}
.works_list{
	display: inline-block;
	width: 30%;
	margin-left: 5%;
	vertical-align: top;
}
.works_list:first-child{
	margin-left: 0;
}
.works_list_ttl{
}
.works_list_ttl_img{
	width: 100%;
	height: auto;
	max-width: 160px;
}
.works_list_img_wrapper{
	height: auto;
	padding-top: 70%;
	margin-top: 30px;
}
.works_list_img{
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.works_list:hover .works_list_img{
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transform: scale(1.1);
}
.works_list_txt{
	text-align: left;
	margin-top: 20px;
	min-height: 128px;
}
.works_list_btn{
	margin-top: 35px;
	background: #009c47;
	padding: 13px 50px 13px 40px;
}
.works_list_btn:after{
    right: 30px;
}

@media screen and (max-width: 929px) {

	.works_list_txt{
		min-height: 160px;
	}

}@media screen and (max-width: 767px) {

	.works_lists{
	}
	.works_list{
		display: block;
		width: 100%;
		max-width: 400px;
		margin: 60px auto 0;
	}
	.works_list:first-child{
	margin: 0 auto;
	}
	.works_list_img_wrapper{
		margin-top: 20px;
	}
	.works_list_img{
	}
	.works_list_txt{
		margin-top: 25px;
		min-height: auto;
	}
	.works_list_btn{
		margin-top: 25px;
	}

}



/* 助成事業詳細 */

#works_detail_2_main{
	overflow-y: hidden;
}
#works_detail_2_main p.pankuzu{
	white-space: nowrap;
}

#sec_work_detail{
	max-width: 800px;
	width: 86%;
	border: none;
	padding-bottom: 0;
}
#sec_work_detail .sec_ttl{
	color: #000;
}
#sec_work_detail .sec_ttl span {
    border-bottom: 2px solid #000;
}
.work_detail_img{
	width: 100%;
	height: auto;
}
#sec_work_detail .sec_body .text{
    width: 100%;
}
#sec_work_detail .sec_body .lead{
	font-size: 24px;
	color: #009c47;
}
.single-works_detail .post_lists{
	width: 100%;
}
.single-works_detail .post_entry_ttl{
	font-size: 24px;
}
.back_works{
	top: 0;
}
.works_detail_year .back_works{
    margin-left: -127px;
}


@media screen and (max-width: 767px) {

	#sec_work_detail .sec_body .lead{
		font-size: 18px;
	}
	#sec_work_detail .sec_ttl{
		text-align: left;
	}
	.work_detail_img{
		margin-bottom: 25px;
	}
	.works_detail_year .back_works {
		position: static;
		margin-left: 0;
	}

}



/* 助成事業一覧 */

.selected_body {
  display: none;
}

.selected_body.on {
  display: block;
}

.apply_bnr_contents{
	margin: 40px auto 0;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(0,156,71,0.6);
}
.apply_bnr{
}

.post_lists{
    margin: 0px auto 60px;
}
.works_detail .post_list_txts_ttl{
	margin-top: 0;
}
.archive.works_detail .post_list_txts_ttl:before{
	content: "";
	background: url(images/icon_number_1.png) 0 center no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
	margin-top: -3px;
}
.archive.works_detail .post_list:nth-child(2) .post_list_txts_ttl:before{
    background: url(images/icon_number_2.png) 0 center no-repeat;
	background-size: 20px 20px;
}
.archive.works_detail .post_list:nth-child(3) .post_list_txts_ttl:before{
    background: url(images/icon_number_3.png) 0 center no-repeat;
	background-size: 20px 20px;
}
.archive.works_detail .post_list:nth-child(4) .post_list_txts_ttl:before{
    background: url(images/icon_number_4.png) 0 center no-repeat;
	background-size: 20px 20px;
}
.archive.works_detail .post_list:nth-child(5) .post_list_txts_ttl:before{
    background: url(images/icon_number_5.png) 0 center no-repeat;
	background-size: 20px 20px;
}
.archive.works_detail .post_list:nth-child(6) .post_list_txts_ttl:before{
    background: url(images/icon_number_6.png) 0 center no-repeat;
	background-size: 20px 20px;
}
.archive.works_detail .post_list:nth-child(7) .post_list_txts_ttl:before{
    background: url(images/icon_number_7.png) 0 center no-repeat;
	background-size: 20px 20px;
}
.archive.works_detail .post_list:nth-child(8) .post_list_txts_ttl:before{
    background: url(images/icon_number_8.png) 0 center no-repeat;
	background-size: 20px 20px;
}
.archive.works_detail .post_list:nth-child(9) .post_list_txts_ttl:before{
    background: url(images/icon_number_9.png) 0 center no-repeat;
	background-size: 20px 20px;
}
.archive.works_detail .post_list:nth-child(10) .post_list_txts_ttl:before{
    background: url(images/icon_number_10.png) 0 center no-repeat;
	background-size: 20px 20px;
}
.archive.works_detail .post_list:nth-child(11) .post_list_txts_ttl:before{
    background: url(images/icon_number_11.png) 0 center no-repeat;
	background-size: 20px 20px;
}
.archive.works_detail .post_list:nth-child(12) .post_list_txts_ttl:before{
    background: url(images/icon_number_12.png) 0 center no-repeat;
	background-size: 20px 20px;
}
.archive.works_detail .post_list:nth-child(13) .post_list_txts_ttl:before{
    background: url(images/icon_number_13.png) 0 center no-repeat;
	background-size: 20px 20px;
}
.archive.works_detail post_list:nth-child(14) .post_list_txts_ttl:before{
    background: url(images/icon_number_14.png) 0 center no-repeat;
	background-size: 20px 20px;
}
.archive.works_detail .post_list:nth-child(15) .post_list_txts_ttl:before{
    background: url(images/icon_number_15.png) 0 center no-repeat;
	background-size: 20px 20px;
}
.archive.works_detail .post_list:nth-child(16) .post_list_txts_ttl:before{
    background: url(images/icon_number_16.png) 0 center no-repeat;
	background-size: 20px 20px;
}
.archive.works_detail .post_list:nth-child(17) .post_list_txts_ttl:before{
    background: url(images/icon_number_17.png) 0 center no-repeat;
	background-size: 20px 20px;
}
.archive.works_detail .post_list:nth-child(18) .post_list_txts_ttl:before{
    background: url(images/icon_number_18.png) 0 center no-repeat;
	background-size: 20px 20px;
}
.archive.works_detail .post_list:nth-child(19) .post_list_txts_ttl:before{
    background: url(images/icon_number_19.png) 0 center no-repeat;
	background-size: 20px 20px;
}
.archive.works_detail .post_list:nth-child(20) .post_list_txts_ttl:before{
    background: url(images/icon_number_20.png) 0 center no-repeat;
	background-size: 20px 20px;
}

.tax-works_detail_tag #menus{
    border-bottom: 1px solid rgba(0,156,71,1);
}
.tax-works_detail_tag .menu a.on{
}
.tax-works_detail_tag .menu a.on:after, .tax-works_detail_cat .menu a.on:after{
	display: none;
}




/* 助成事業一覧_過去の年度 */

#year_menus{
	width: 86%;
	max-width: 800px;
	margin: 60px auto 0;
	text-align: left;
}
.year_menu{
	display: inline-block;
	width: 29%;
	margin: 2%;
}
.year_menu a{
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #009c47;
	border-radius: 100px;
	box-sizing: border-box;
	border: 1px solid #009c47;
	text-align: center;
	padding: 20px 0;
}
.year_menu a:hover{
	background: #009c47;
	color: #fff;
}

@media screen and (max-width: 767px) {

	#year_menus{
	}
	.year_menu{
		width: 45%;
		margin: 3% 2%;
	}
	.year_menu a{
		font-size: 18px;
	}

}




/* 自然体験事業・教育事業 */

.works_contents_body{
	padding-bottom: 80px;
	margin-bottom: 80px;
}
.works_contents_body:last-child{
	margin-bottom: 0;
}
.works_contents_body .article{
	margin: 120px auto 0;
	border-top: 1px solid #000;
	padding-top: 80px;
}
.works_contents_body .article:first-child{
	border: none;
	padding-top: 0
	;
}

.works_contents_body .post_entry_body{
	margin-top: 60px;
}
.works_contents_body .post_entry_ttl{
	font-size: 24px;
}
.works_contents_body .post_lists{
	width: 100%;
}



/* お問い合わせ */

.contact_body{
	width: 86%;
	max-width: 480px;
	margin: 100px auto 80px;
}
.contact_body_contents{
}

/* フォーム */

.contact_form{
}
.form_box{
	margin-bottom: 20px;
}
.label{
	display: block;
	vertical-align: top;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
}
.must:after {
    content: "必須";
    background-color: #c3eedd;
    font-size: 11px;
	font-weight: bold;
    margin-left: 10px;
    border-radius: 2px;
    padding: 3px;
}

.wpcf7-list-item-label{
	font-size: 16px;
}

input[type="text"], textarea, input[type="tel"], input[type="email"]{
	-webkit-appearance : none;
	font-size: 16px;
}
input[type="text"], input[type="tel"], input[type="email"] {
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	padding: 0 2%;
	border: 1px solid #000;
}
textarea{
	width: 100%;
	height: 250px;
	box-sizing: border-box;
	border: 1px solid #000;
	resize: none;
	padding: 2%;
}

.form_text{
}

div.wpcf7-mail-sent-ok{
	border: none;
	background: #fffd1b;
}
span.wpcf7-not-valid-tip{
	text-align: left;
	margin-top: 5px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: 1px solid #f00;
	margin: 30px auto 0;
	padding: 0.7em;
}

span.wpcf7-form-control-wrap.your_file{
	text-align: left;
    display: block;
}
span.wpcf7-form-control-wrap input[type="file"]{
}

.btn_submit_wrapper{
	position: relative;
	display: inline-block;
}
input[type="submit"]{
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	background: #0e9af7;
    border-radius: 100px;
    padding: 18px 80px 20px;
    display: inline-block;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.btn_submit_wrapper:hover input[type="submit"]{
	cursor: pointer;
	opacity: 0.7;
}
div.wpcf7 .ajax-loader{
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: -35px;
}

@media screen and (max-width: 767px) {

	.contact_body{
		margin: 60px auto 40px;
	}
	.contact_body_contents{
	}

}





/* 今年度の募集について */


.apply .contact_body{
	width: 100%;
	margin: 0 auto;
}
.apply .contact_body_contents{
}




/* あくるめ財団について */

.member tr:nth-child(3) td:last-of-type{
	padding-top: 0;
}



/* トップページ */

#top_sec_news{
	margin-top: -1px;
}
#top_sec_news .top_sec_inner{
	padding: 60px 0 80px;
}
#top_sec_news .top_sec_ttl{
	position: static;
	margin: 0 auto;
}
#top_sec_news .top_sec_body{
	display: block;
	margin: 0 auto;
}
#top_sec_news .top_sec_body:before{
	display: none;
}
.top_sec_news_btn{
	margin-top: 60px;
	background: none;
	color: #000;
	border: 1px solid #000;
	margin: 0 auto;
	padding: 18px 70px 18px 60px;
}
.top_sec_news_btn:after{
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}
.top_sec_news_btn:hover{
	background: #000;
	color: #fff;
	opacity: 1;
}
.top_sec_news_btn:hover:after{
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

#top_sec_news .post_lists{
	width: 100%;
	margin-bottom: 50px;
}
#top_sec_news .post_list{
	background: #fff;
}
#top_sec_news .post_list:hover{
}

#top_sec_news .img_wrapper{
}
#top_sec_news .img_wrapper img{
}
#top_sec_news .post_list_img_wrapper{
}
#top_sec_news .post_list_img{
}
#top_sec_news .post_list:hover .post_list_img{
}

#top_sec_news .post_list_txts{
	padding: 7% 7% 0;
}
#top_sec_news .post_list_txts_meta{
}
#top_sec_news .post_list_txts_ttl{
}
#top_sec_news .post_list_tag{
	padding: 5%;
}
#top_sec_news .post_list_tag_item{
}
#top_sec_news .post_list_tag_item:first-child{
}
#top_sec_news .post_list_tag_item:hover{
}

.top_work_body{
	height: 750px;
}
#top_sec_work .works_lists{
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	
	#top_sec_news{
	}
	#top_sec_news .top_sec_inner{
		width: 90%;
		padding: 30px 0 50px;
	}
	#top_sec_news .top_sec_ttl{
		display: block;
	}
	#top_sec_news .top_sec_ttl img{
		width: 80px;
		height: auto;
	}
	#top_sec_news .top_sec_body{
	}
	#top_sec_news .top_sec_body:before{
	}
	.top_sec_news_btn{
		width: 80%;
		padding: 17px 70px 17px 60px;
	}

	#top_sec_news .post_lists{
		margin: 0 auto 40px;
	}
	#top_sec_news .post_list{
		margin: 30px auto 0;
	}
	#top_sec_news .post_list:nth-child(even){
    	margin-left: 2.5%;
	}
	#top_sec_news .post_list:hover{
	}

	#top_sec_news .img_wrapper{
	}
	#top_sec_news .img_wrapper img{
	}
	#top_sec_news .post_list_img_wrapper{
	}
	#top_sec_news .post_list_img{
	}
	#top_sec_news .post_list:hover .post_list_img{
	}

	#top_sec_news .post_list_txts{
	}
	#top_sec_news .post_list_txts_meta{
	}
	#top_sec_news .post_list_txts_ttl{
	}
	#top_sec_news .post_list_tag{
	}
	#top_sec_news .post_list_tag_item{
	}
	#top_sec_news .post_list_tag_item:first-child{
	}
	#top_sec_news .post_list_tag_item:hover{
	}

	.top_work_body {
		height: auto;
	}
	#top_sec_work .works_lists{
		margin: 80px auto 0;
	}

	#top_sec_faq .btn {
		width: auto;
	}

}


















