@charset "UTF-8";

/* ----------------------------------------------
 main
---------------------------------------------- */
section {
	padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
	section {
		padding-bottom: 0;
	}
}

figcaption{
	line-height: 1.5;
	margin: 5px 0 10px;
}

/* pan
------------------------------- */
/*.pan {
	background: #F5F5F5;
	line-height: 40px;
}
	.pan p {
		margin: 0 5%;
		font-size: 12px;
	}
	.pan p a {
		color: #333;
		text-decoration: none;
	}
	.pan p a .fa {
		color: #0A853B;
	}
@media only screen and (max-width: 767px) {
	.pan {
		display: none;
	}
}*/

/* categoryimg
------------------------------- */
#categoryimg {
	height: 120px;
/*	padding-top: 8.784%;*/
}
@media only screen and (max-width: 767px) {
	#categoryimg {
		height: 80px;
	}
}
#about #categoryimg {
	background: url(img/about_bg.jpg) no-repeat center;
	background-size: cover;
}
#activity #categoryimg {
	background: url(img/activity_bg.jpg) no-repeat center;
	background-size: cover;
}
#information #categoryimg {
	background: url(img/info_bg.jpg) no-repeat center;
	background-size: cover;
}

/* maintitle
------------------------------- */
.maintitle{
	padding: 35px 0 30px;
}
	.maintitle h1 {
		font-size: 30px;
		line-height: 1.33;
		text-align: center;
	}
	.maintitle p {
		margin-bottom: 0 !important;
		color: #2e53ae;
		font-size: 15px;
		line-height: 1.66;
		text-align: center;
	}

@media only screen and (max-width: 767px) {
	.maintitle{
		padding: 30px 0 10px;
	}
		.maintitle h1 {
			font-size: 20px;
		}
		.maintitle p {
			font-size: 12px;
		}
}
.info_title{
	overflow: hidden;
}
.info_title h2 {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DDD;
	font-size: 120%;
	font-weight: 500;
	line-height: 1.6;
}
.info_title p{
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 95%;
	text-align: right;
}
@media only screen and (max-width: 767px) {
	.info_title{
		padding: 0 10px;
	}
}
#contents h3,
.content h3 {
	margin-bottom: 20px;
	font-size: 120%;
	font-weight: 500;
	line-height: 1.6;
}
#contents p,
.content p {
	margin-bottom: 20px;
	line-height: 1.8;
}
@media only screen and (max-width: 767px) {
	#contents h3,
	.content h3 {
		margin: 0 10px 10px;
	}
	#contents p,
	.content p {
		margin: 0 20px 10px;
	}
}
#contents .chu {
	margin-bottom: 0;
	margin-left: 1em;
	text-indent: -1em;
}
img {
	-ms-interpolation-mode: bicubic;
}
img.rollover {
	vertical-align: bottom;
}
.figure {
	margin: 0 auto 10px;
}
.figure img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.figure figcaption {
	margin: 0;
	padding-top: 5px;
	font-size: 12px;
	text-align: left;
	line-height: 1.4;
}
.img_l {
	float: left;
	margin: 0 20px 10px 0;
	width: -webkit-min-content;
	width: -moz-min-content;
	width: min-content;
}
.img_r {
	float: right;
	margin: 0 0 10px 20px;
	width: -webkit-min-content;
	width: -moz-min-content;
	width: min-content;
}
.img_r img,
.img_l img {
	max-width: 470px;
}

.img_r_400 {
	width: 400px;
	float: right;
	margin: 0 0 10px 40px;
}

.img_r_400 img,
.img_l_400 img {
	width: 100%;
}

.is-back::before{
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.img_r,
	.img_l,
	.img_r_400,
	.img_l_400
	 {
		display: block;
		overflow: hidden;
		float: none;
		width: 100%;
		margin: 0 0 10px 0;
	}
	.figure img {
		max-width: 100%;
	}
	.figure figcaption {
		padding: 5px;
		text-align: left;
		background: #f5f5f5;
	}
}
/* ol
------------------------------- */
ol {
	counter-reset: li;
	padding: 0;
	list-style: none;
}
ol > li {
	position: relative;
	margin: 0 0 0 2em;
}
ol > li:before {
	content: counter(li) ".";
	counter-increment: li;
	position: absolute;
	top: 0;
	left: -2em;
	width: 1.5em;
	color: #333;
	text-align: right !important;
}

/* ul
------------------------------- */
.ul_chu {
	overflow: hidden;
}
.ul_chu li {
	padding: 0.2em 0 0.2em 1em;
	text-indent: -1em;
	line-height: 1.4;
}
.ul_list {
	overflow: hidden;
	margin-bottom: 10px;
}
.ul_list li {
	position: relative;
	padding: 0.2em 0 0.2em 1em;
	line-height: 1.4;
}
.ul_list li:before {
	position: absolute;
	top: 0.7em;
	left: 0;
	content: "●";
	color: #AAA;
	font-size: 50%;
	font-weight: bold;
	line-height: 1.1;
}
.ul_list_parallel {
	overflow: hidden;
	clear: both;
	margin: 0 0 20px;
	list-style: none;
}
.ul_list_parallel li {
	display: inline;
	float: left;
	padding: 0 2em 0 15px;
	background: url(img/ico_side_on.png) no-repeat 0 8px;
	font-size: 14px;
	word-wrap: break-word;
}
ul.ul_list_ph{
	list-style: none;
	margin-right: -40px;
}
ul.ul_list_ph li{
	float: left;
	margin: 0 40px 40px 0;
}
@media only screen and (max-width: 767px) {
	ul.ul_list_ph{
		margin: 0 10px;
	}
	ul.ul_list_ph li{
		width: 49%;
		margin: 0 0 7px;
	}
	ul.ul_list_ph li:nth-child(odd){ margin-right: 2%; }
	ul.ul_list_ph li img{ width: 100%; }
}
.ul_link {
	max-width: 750px;
	overflow: hidden;
	clear: both;
	margin: 40px auto 0;
	list-style: none;
}
.ul_link li {
	display: inline;
	float: left;
	width: 49%;
	margin-right: 2%;
}
.ul_link li:nth-child(2n+2){
	margin-right: 0;
}
.ul_link li a{
	display: block;
	padding: 15px;
	background: #094;
	color: #FFF;
	text-align: center;
}
.ul_link li.is-row--2 a{
	padding: 5px 15px;
	line-height: 1.6;
}
.ul_link li a:hover{
	background: #007A2B;
}
@media only screen and (max-width: 767px) {

	.ul_link {
		max-width: 750px;
		margin: 20px auto 0;
	}

	.ul_link li {
		display: block;
		float: none;
		width: 230px;
		margin: 0 auto 10px;
	}
	.ul_link li:nth-child(2n+2){
		margin: 0 auto;
	}
	.ul_link li a{
		padding: 10px;
	}
}
/* dl
------------------------------- */
dl.dl_table {
	margin: 0 0 10px;
	border-bottom: 1px solid #CCC;
	background: #ebf0fb;
}
dl.dl_table dt {
	float: left;
	width: 13.5em;
	padding: 10px 0 0 20px;
	border-top: 1px solid #CCC;
	font-weight: normal;
}
dl.dl_table dd {
	margin-left: 13.5em;
	padding: 10px 20px;
	background: #FFF;
	border-top: 1px solid #CCC;
}
@media only screen and (max-width: 767px) {
	dl.dl_table {
		margin: 0 20px 40px;
	}
		dl.dl_table dt {
			float: none;
			width: auto;
			padding: 5px 10px;
			font-weight: bold;
		}
		dl.dl_table dd {
			margin-left: 0;
			padding: 10px;
			border-top: none;
		}
}

/* ----------------------------------------------
 about > メッセージ
---------------------------------------------- */
#about01{
	margin-bottom: 20px;
	padding-bottom: 60px;
	border-bottom: 1px solid #CCC;
}
#message{
	min-height: 400px;
	margin-bottom: 30px;
	padding-top: 20px;
	background: url(img/message_bg.jpg) no-repeat center top;
}
	#message h2,
	#message p{
		color: #333;
		font-weight: bold;
		font-family:"游ゴシック","YuGothic","Noto Sans Japanese","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;
	}
	#message h2{
		margin-bottom: 20px;
		padding-left: 0.5em;
		font-size: 40px;
		line-height: 1.7;
		text-align: center;
	}
	#message p{
		font-size: 20px;
		line-height: 2.2;
		text-align: left;
	}

	#message p.name{
		text-align: right;
	}

	.message_chairman figure{
		text-align: right;
		display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
		align-items: center;
		justify-content: flex-end;
	}
	.message_chairman img{
		max-width: 150px;
		/* border-radius: 10px; */
	}

	/* .message_chairman figcaption .position{
		font-size: 14px;
	}

	.message_chairman figcaption .name{
		font-size: 16px;
	}
	 */
	.message_chairman figcaption{
		font-size: 16px;
		margin-right: 10px;
	}

.message_logo{
	text-align: right;
}
.message_logo img{
	max-width: 300px;
}

@media only screen and (max-width: 767px) {
	#about01{
		/* margin-bottom: 20px; */
		padding-bottom: 40px;
		margin: 0 10px 10px;
	}
	#message{
		min-height: 100px;
		height: auto;
		/* margin: 0 10px 10px; */
		padding-top: 10px;
		background-size: contain;
	}
		#message h2{
			margin: 0 0 10px;
			font-size: 23px;
		}
		#message p{
			font-size: 15px;
			line-height: 1.8;
			text-align: left;
		}
	.message_logo{
		width: 100%;
		padding: 10px;
		text-align: center;
	}
	
	.message_logo img{
		width: 100%;
	}
	
	.message_chairman figcaption{
		font-size: 14px;
	}
	
}

/* ----------------------------------------------
 activity > 活動内容
---------------------------------------------- */
.activity_content {
	margin-bottom: 50px;
}

.activity_content.is-bottom0{
	margin-bottom: 0px;
}

.activity_content:last-child {
	margin-bottom: 0px;
}



.activity_content .link {
	width: 300px;
	margin: 20px auto 0;
}

.activity_content .link.is-miss {
	width: 100%;
	margin: 20px auto 0;
}

.activity_content .link a{
	display: block;
	padding: 20px;
	background: #094;
	color: #FFF;
	text-align: center;
}

.activity_content .activity_list{
	margin-top:10px;
}

h2.activity_h2 {
	font-size: 25px;
	color:#019a3a;
	border-bottom : solid 1px #019a3a;
	padding-bottom:10px;
	font-weight: bold;
	line-height: 1.3;
	/* margin-bottom: 10px; */
	text-align: center;
}

.is-top80{
	padding-top: 80px;
}

h2.activity_aid_h2 {
	font-size: 40px;
	color:#333;
	border-bottom : solid 1px #333;
	padding-bottom:10px;
	font-weight: bold;
	line-height: 1.3;
	/* margin-bottom: 10px; */
	text-align: left;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
	flex-direction: column;
	margin-bottom: 20px;
}

h2.activity_aid_h2 small{
	font-size: 18px;
}

h3.activity_h3 {
	font-size: 22px !important;
	font-weight: bold !important;
	line-height: 1.3 !important;
	margin-bottom:10px !important;
}

.activity_dl{
	margin-bottom:15px;
}

.activity_dl dt{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8;
	margin-bottom:5px;
	padding-left: 20px;
}

.activity_dl dt::before {
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	width: 13px;
	height: 13px;
	border-radius: 13px;
	background: #019a3a;
}

.activity_dl dd{
	line-height: 1.8;
}

.activity_dl{
	margin-bottom:15px;
}

.activity_img_wrap{
	background: #F2F5EE;
	padding: 40px;
	margin: 0 auto;
	text-align: center;
}

.activity_text{
	overflow: hidden;
}

.activity_logo{
	text-align: center;
}

.activity_logo img{
	max-width: 310px;
	width: 100%;
}

.activity_about_txt{
	text-align: center;
}

.activity_link {
	overflow: hidden;
	clear: both;
	margin: 40px auto;
	list-style: none;
	max-width: 750px;
}
.activity_link li {
	display: inline;
	float: left;
	width: 49%;
	margin-right: 2%;
}
.activity_link li:nth-child(2n+2){
	margin-right: 0;
}
.activity_link li a{
	display: block;
	padding: 15px;
	color: #FFF;
	text-align: center;
	font-size: 20px;
}

.activity_link li.is-aid a{
	background: #51B432;
}

.activity_link li.is-support a{
	background: #F49E00;
}
.activity_link li.is-row--2 a{
	padding: 5px 15px;
	line-height: 1.6;
}


.activity_link li.is-aid a:hover{
	background: #007A2B;
}

.activity_link li.is-support a:hover{
	background: #cc8400;
}

@media only screen and (max-width: 767px) {

	h2.activity_aid_h2 {
		font-size: 25px;
	}

	h2.activity_aid_h2 small {
    font-size: 16px;
}

	.activity_img_wrap{
		margin: 0 20px;
	}

	.activity_img_wrap img{
		max-width: 260px;
	}

	.activity_link{
		margin: 20px auto;
	}

	.activity_link li {
		display: block;
		float: none;
		width: 70%;
		margin: 0 auto 10px;
	}
	.activity_link li:nth-child(2n+2){
		margin: 0 auto;
	}
	.activity_link li a{
		padding: 10px;
		font-size: 16px;
	}
	
}

.activity_text p{
	margin-top:20px;
}

.activity_about{
	margin-top: 35px;
	margin-bottom: 35px;
}
.activity_detail{
	margin-top: 60px;
	margin-bottom: 60px;
}

#activity_sponsor{
	width: 980px;
  margin: 0 auto 80px;
}

.hr_sponsor{
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #019a3a;
	margin: 1em 0;
	padding: 0;
}

.activity_ul li{
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding-left: 15px;
}

.activity_ul li span{
	text-indent: 1em;
}

.activity_ul li::before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	width: 5px;
	height: 5px;
	background: #019a3a;
}

.activity_sdgs_img{
	text-align: center;
	margin: 20px 0;
}

.activity_sdgs_img img{
	max-width: 480px;
	width: 100%;
}

.activity_sdgs_detail-col2{
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 50px;
}

.activity_sdgs_detailItem{
	position: relative;
	padding: 60px 30px 30px 30px;
	width: calc(50% - 20px);
}

.activity_sdgs_detailItem.is-aid{
	border: solid 5px #51B432;
	background: #EEF8E4;
}

.activity_sdgs_detailItem.is-support{
	border: solid 5px #F49E00;
	background: #FCEAD0;
}

.activity_sdgs_detailItem.is-partnership{
	width: 100%;
	border: solid 5px #023067;
	background: #EDF3FC;
	margin-top: 20px;
	padding: 30px 30px 30px 30px;
	display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
}

.activity_sdgs_detailItem_title{
	/* position: absolute;
	top: -30px;
	right: 18%;
	color: #fff;
	font-weight: bold;
	padding: 10px 80px;
	border-radius: 40px;
	font-size: 22px; */

	font-size: 16px;
	position: absolute;
	top: -30px;
	color: #fff;
	font-weight: bold;
	padding: 10px 80px;
	border-radius: 40px;
	font-size: 22px;
	margin: auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0;
  right: 0;
  margin: auto;

}

.activity_sdgs_detailItem p{
	margin-top: 20px;
	font-size: 15px;
	margin-bottom: 0 !important;
}

.activity_sdgs_detailItem.is-support p{
	margin-top: 55px;
}

.activity_sdgs_detailItem.is-aid .activity_sdgs_detailItem_title{
	background: #51B432;
	max-width: 300px;
}

.activity_sdgs_detailItem.is-support .activity_sdgs_detailItem_title{
	background: #F49E00;
	max-width: 320px;
}

.activity_sdgs_detailItem.is-partnership .activity_sdgs_detailItem_title{
	background: #023067;
}

.activity_sdgs_detailItem_img{
	text-align: center;
}

.activity_sdgs_detailItem_img img{
	height: 120px;
}

.activity_sdgs_detailItem_num {
	display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	line-height: 1.3;
	margin-top: 20px;
}

.activity_sdgs_detailItem_num span{
	font-weight: bold;
	font-size: 20px;
}

.activity_sdgs_detailItem_num span b{
	font-size: 30px;
}

.activity_sdgs_detail_arrow{
	margin: 0 auto;
	width: 100%;
	max-width: 630px;
}

.activity_sdgs_detailItem.is-support .activity_sdgs_detailItem_num span{
	color: #F49E00;
}

.activity_sdgs_detailItem.is-aid .activity_sdgs_detailItem_num span.sdgs_14{
	color: #0075BA;
}

.activity_sdgs_detailItem.is-aid .activity_sdgs_detailItem_num span.sdgs_15{
	color: #28A838;
}

.activity_sdgs_detailItem.is-partnership .activity_sdgs_detailItem_num span{
	color: #023067;
}

.activity_sdgs_detailItem.is-partnership .activity_sdgs_detailItem_num{
	color: #023067;
	flex-direction: inherit;
	margin-top: 0px;
}

.activity_sdgs_detailItem_about {
	margin-left: 20px;
}

@media only screen and (max-width: 767px) {

	.activity_sdgs_img{
    margin: 20px;
	}

	.activity_logo img {
    max-width: 220px;
	}

	h2.activity_h2 {
		font-size: 23px;
		margin: 0 10px 10px;
	}
	.activity_content,
	.activity_content:last-child{
		margin-bottom: 40px;
	}

	.activity_content .is-bottom0{
		margin-bottom: 0px;
	}

	.is-top80 {
    padding-top: 80px;
}

.is-top30 {
	padding-top: 30px;
}

	.activity_dl dt{
		font-size: 16px;
	}

	.activity_h3{
		font-size: 20px;
	}

	.activity_ul li::before {
		top: 9px;
	}

	.activity_content .link {
		width: 200px;
		margin: 20px auto 0 !important;
	}

	.activity_content .link.is-miss {
		width: 350px;
	}

	.activity_content .link a{
		padding:10px ;
	}

	.activity_about{
		margin: 15px 20px 15px;
	}
	.activity_detail{
		margin: 30px 20px 30px;
	}

	.activity_text p{
		margin: 0 !important;
	}

	#activity_sponsor{
		width: auto;
		margin: 0px 20px 40px 20px;
	}
	.activity_detailabout{
		width: auto;
    margin: 40px 20px 0 20px;
	}

	.activity_sdgs_detail-col2{
		flex-direction: column;
		margin-top: 20px;
	}

	.activity_sdgs_detailItem{
		width: 100%;
		padding: 40px 20px 20px 20px;
		position: relative;
	}

	.activity_sdgs_detailItem.is-aid::before{
		content: "";
    position: absolute;
    background: #51B432;
    bottom: -50px;
    left: 43%;
    width: 10px;
    height: 50px;
	}
	
	
	.activity_sdgs_detailItem p{
		font-size: 14px;
		margin: 10px 0px 0px!important;
	}

	.activity_sdgs_detailItem_num span b {
    font-size: 25px;
	}

	.activity_sdgs_detailItem_num span {
    font-size: 18px;
	}

	.activity_sdgs_detailItem.is-support {
    margin-top: 40px;
		}

		.activity_sdgs_detailItem.is-partnership .activity_sdgs_detailItem_num {
			flex-direction: column;
			margin-top: 10px;
	}

		.activity_sdgs_detail{
			padding: 0 20px;
		}

	.activity_sdgs_detailItem.is-partnership{
		flex-direction: column;
		width: 100%;
		padding: 20px;
	}

	.activity_sdgs_detailItem_title{
		font-size: 16px;
		padding: 5px 40px;
		top: -20px;
	}

	.activity_sdgs_detail_arrow{
    justify-items: center;
    display: flex;
  	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
  	-ms-flex-wrap: wrap;
		justify-content: center;
		margin-top: -10px;
	}

	.activity_sdgs_detailItem_about{
		margin-left: 0;
	}

	.activity_about_txt {
		text-align: left;
	}	

	.activity_sdgs_detailItem.is-aid .activity_sdgs_detailItem_title{
		max-width: 200px;
	}

	.activity_sdgs_detailItem.is-support .activity_sdgs_detailItem_title{
		max-width: 200px;
	}

	.activity_sdgs_detailItem_img img {
    height: 100px;
	}

	.activity_sdgs_detailItem_num{
		margin-top: 10px;
	}
}

@media only screen and (max-width: 414px) {

	.activity_sdgs_detailItem.is-aid::before{
    left: 37%;
	}
}

@media only screen and (max-width: 375px) {

	.activity_sdgs_detailItem.is-aid::before{
		left: 34%;
	}
}




/* ----------------------------------------------
 info > お知らせ
---------------------------------------------- */
.info_content{
	margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
	.info_content{
		margin-bottom: 10px;
	}
}


/* ----------------------------------------------
 top
---------------------------------------------- */
#information_box{
	padding-bottom: 30px;
}
#information_box .maintitle{
	padding: 35px 0 30px;
}
	#information_box .maintitle h2 {
		font-size: 30px;
		line-height: 1.33;
		text-align: center;
	}
	#information_box .maintitle p {
		margin-bottom: 0 !important;
		color: #2e53ae;
		font-size: 15px;
		line-height: 1.66;
		text-align: center;
	}
	#information_box .link{
		width: 200px;
		margin: 20px auto 0;
	}
	#information_box .link a{
		display: block;
		padding: 10px;
		background: #094;
		color: #FFF;
		text-align: center;
	}
	#information_box .link a:hover{
		background: #007A2B;
	}
@media only screen and (max-width: 767px) {
	#information_box{
		padding-bottom: 40px;
	}
	#information_box .maintitle{
		padding: 30px 0 10px;
	}

		#information_box .maintitle h2 {
			font-size: 20px;
		}
		#information_box .maintitle p {
			font-size: 12px;
		}
}

#information_box .tabs{
	margin:10px auto;
	position:relative;
}
.tab-buttons span{
	float:left;
	display:block;
	width: 25%;
	height: 40px;
	color:#333;
	font-size: 13px;
	font-weight: 500;
	text-align:center;
	line-height: 40px;
	cursor:pointer;
}
@media only screen and (max-width: 767px) {
	.tab-buttons span{
		width: 26%;
		height: 40px;
		padding: 5px 0;
		font-size: 10px;
		line-height: 15px;
	}
	.tab-buttons span:nth-child(1),
	.tab-buttons span:nth-child(5){
		width: 22%;
		padding: 0;
		line-height: 40px;
	}

	.tab-buttons span:nth-child(2),
	.tab-buttons span:nth-child(3){
		line-height: 29px;
	}
}
@media only screen and (max-width: 320px) {
	.tab-buttons span:nth-child(1),
	.tab-buttons span:nth-child(5){
		width: 23%;
	}
	.tab-buttons span:nth-child(2),
	.tab-buttons span:nth-child(3){
		width: 27%;
	}
	.tab-buttons span:nth-child(4){
		width: 23%;
	}
}

.tab-content{
	display: block;
	color:#333;
}
#lamp{
	top: 39px;
	width: 25%;
	height:2px;
	background:#333;
	display:block;
	position:absolute;
	transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
}
#lamp.content2{
	left:25%;
	transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
}
#lamp.content3{
	left: 50%;
	transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
}
#lamp.content4{
	left: 75%;
	transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
}
#lamp.content5{
	left:80%;
	transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
}
#lamp.content1{
	left:0;
	transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
}
@media only screen and (max-width: 767px) {
	#lamp.content1,
	#lamp.content5{
		width: 22%;
	}
	#lamp.content2,
	#lamp.content3,
	#lamp.content4{
		width:25%;
	}

	#lamp.content2{
		left: 22%;
	}

	#lamp.content3{
		left: 48%;
	}

}
@media only screen and (max-width: 320px) {
	#lamp.content1{
		width: 23%;
	}
	#lamp.content2{
		left: 23%;
		width: 27%;
	}
	#lamp.content3{
		left: 50%;
		width: 27%;
	}
	#lamp.content4{
		left: 77%;
		width: 23%;
	}
	#lamp.content5{
		left:85%;
		width:15%;
	}
}

#information_box ul {
	overflow: hidden;
	width: 100%;
	border-top: 1px solid #DDD;
}
/* #information_box .tab-content ul {
	overflow: auto;
	height: 283px;
}
.tab-content ul::-webkit-scrollbar{
	width: 8px;
}
.tab-content ul::-webkit-scrollbar-track{
	overflow: visible;
  background: #EFEFEF;
  width: 100%;
}
.tab-content ul::-webkit-scrollbar-thumb{
  background: #DDD;
  border-radius: 4px;
} */

	#information_box li{
		border-bottom: 1px dotted #DDD;
	}
	#information_box li .news_meta {
		float: left;
		display:block;
		width: 7.5em;
		font-size: 15px;
		line-height: 25px;
	}
	#information_box li .news_cate {
		float: left;
		display:block;
		width: 14em;
		font-size: 11px;
		line-height: 25px;
		text-align: center;
	}
	#information_box li .news_ttl {
		display: block;
		/* margin:0 0 0 18.5em; */
		font-size: 15px;
		line-height: 25px;
		margin-right: 10px;
	}
		#information_box li a{
			display: flex;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			-ms-flex-wrap: wrap;
			justify-content: space-between;
			margin: 0;
			padding: 15px 0;
			text-decoration: none !important;
		}
		#information_box li a:hover{
			background: #F5F5F5;
		}

		#information_box li a .news_detail {
			display: flex;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			-ms-flex-wrap: wrap;
		}

		#information_box li a .news_category {
			display: flex;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			-ms-flex-wrap: wrap;
			align-items: center;
		}

		#information_box li a .news_text {
			display: flex;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			-ms-flex-wrap: wrap;
			align-items: baseline;
		}

		#information_box li a .news_meta{
			padding: 0 1.5em;
			color: #333;
		}
		#information_box li a .news_cate{
			color: #FFF;
			display: flex;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			-ms-flex-wrap: wrap;
			align-items: center;
			justify-content: center;
			height: 30px;
		}

		#information_box li a .news_subcate{
			color: #333;
			background: #fff;
			border: solid 1px #333;
			display: flex;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			-ms-flex-wrap: wrap;
    	width: 10em;
    	font-size: 11px;
    	line-height: 25px;
    	text-align: center;
			margin-left: 10px;
			align-items: center;
			justify-content: center;
			height: 30px;
		}

		#information_box li a .is-mis{
			background: #4DB29D;
		}
		#information_box li a .is-aid{
			background: #6EBA39;
		}
		#information_box li a .is-press{
			background: #1dbbeb;
		}
		#information_box li a .is-etc{
			background: #f19149;
		}

		#information_box li a .disaster_support_work{
			background: #F49E00;
		}
		#information_box li a .natural_environmental_work{
			background: #51B432;
		}
		
		#information_box li a .no-sub{
		margin-right: 120px;
		}

		#information_box li a .news_post{
			/* display: flex;
			justify-content: center;
			align-items: center; */
			font-size: 12px;
			padding: 2px 8px;
			margin-left: 10px;
			background: #E83431;
			white-space: nowrap;
			border-radius: 5px;
			color: #fff;
			text-decoration: underline;
			text-decoration-color: #E83431;
		}

		#information_box li a .news_post.is-end {
			background: #AAA4A4;
			text-decoration: underline;
			text-decoration-color: #AAA4A4;
		}

		#information_box li a .news_ttl{
			/* padding: 0 20px; */
			color: #069;
			/* border-left: 4px solid #D3ECDB; */
			text-decoration: underline;
		}



		#information_box li a:hover .news_ttl{
			color: #069;
			text-decoration: none !important;
		}
@media only screen and (max-width: 767px) {

	#information_box li a .news_post{
		font-size: 9px;
		padding: 2px 10px;
	}

	#information_box ul {
		width: 100%;
		overflow: hidden;
	}
		/* #information_box .tab-content ul {
			height: 333px;
		} */
		#information_box li{
			border-bottom: 1px dotted #DDD;
		}
		#information_box li .news_meta {
			/* float: none; */
			display: inline-block;
			font-size: 14px;
			line-height: 20px;
		}
		#information_box li .news_cate {
			line-height: 20px;
		}
		#information_box li .news_ttl {
			clear: both;
			display: block;
			margin: 0;
			font-size: 14px;
			line-height: 20px;
		}
			#information_box li a{
				display: block;
				margin: 0;
				padding: 10px 20px;
				text-decoration: none !important;
			}

			#information_box li a .news_detail{
				flex-direction: column;
			}

			#information_box li a .news_subcate{
				margin-left: 0px;
			}
			
			/* #information_box li a .news_post{

			} */

			#information_box li a .news_category{
				padding-top: 5px;
			}

			#information_box li a:hover{
				background: #F5F5F5;
			}
			#information_box li a .news_meta{
				color: #333;
				padding: 0;
			}
			#information_box li a .news_cate{
				margin: 0 10px 0 0;
			}
			#information_box li a .news_ttl{
				padding: 0;
				color: #069;
				text-decoration: underline;
				/* border-left: 0; */
			}
			#information_box li a:hover .news_ttl{
				color: #069;
				text-decoration: none !important;
			}
}



/* ----------------------------------------------
 activity_box
---------------------------------------------- */
#activity_box {
	padding: 80px 0;
	background: url(img/activity_topbg.jpg) no-repeat center center;
}
@media only screen and (max-width: 767px) {
	#activity_box {
		background-size: cover;
	}
}
#activity_box h2 {
	font-size: 26px;
	line-height: 1.33;
	text-align: center;
	font-weight: bold;
}
@media only screen and (max-width: 767px) {
	#activity_box h2 {
		font-size: 16px;
	}
}
#activity_box .link{
	width: 300px;
	margin: 20px auto;
}
#activity_box .link a{
	display: block;
	padding: 20px;
	background: #094;
	color: #FFF;
	text-align: center;
}
#activity_box .link a:hover{
	background: #007A2B;
}
@media only screen and (max-width: 767px) {
	#activity_box .link{
		width: 200px;
		margin: 20px auto;
	}
	#activity_box .link a{
		padding: 10px;
	}
}

.activity_p {
	text-align: center;
	margin: 20px auto 0;
}

.activity_contents{
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	flex-direction: row;
	flex-wrap: wrap;
	width: 1060px;
	margin: 0 auto;
}
p + .activity_contents{
	margin-top: 40px;
}
.activity_contents > li{
	width: 50%;
	border-left: 1px solid #DDD;
}
.activity_contents > li:first-child{
	border-left: 0;
	border:none;
	margin-top: 0px;
  padding-top: 0px;
}
.banner_inner{
	width: 100%;
	padding: 0 30px;
}
@media only screen and (max-width: 1060px) {
	.activity_contents{
		width: 100%;
	}
	.banner_inner{
		padding: 0 20px;
	}
}
@media only screen and (max-width: 767px) {

	.activity_p {
		text-align: left;
		margin: 10px 20px;
	}

	.activity_contents{
		flex-direction: column;
		margin-top: 0;
	}
	p + .activity_contents{
		margin-top: 0;
	}
	.activity_contents > li{
		width: 100%;
		margin-top: 20px;
		padding-top: 20px;
		border-left: 0;
		border-top: 1px solid #DDD;
	}
	.banner_inner{
		width: 100%;
		padding: 0 20px;
	}
}
#activity_box h3 {
	/* margin-bottom: 20px; */
	font-size: 26px;
	font-weight: bold;
	line-height: 2.6;
	letter-spacing: 0.1em;
	text-align: center;
}
/* #activity_box li:nth-of-type(2) h3 {
	line-height: 1.3;
} */

/* #activity_box li.is-top h3{
	line-height: 2.6;
} */
#activity_box h3 span {
	color: #ed1c83;
}
#activity_box p {
	margin-top: 1em;
}
#activity_box figure {
	width: 100%;
}
#activity_box figure img {
	width: 100%;
	border: solid 1px #ddd;
}
#activity_box figcaption {
	text-align: center;
}
@media only screen and (max-width: 767px) {
	#activity_box {
		padding: 40px 0;
	}
	#activity_box h3 {
		margin-bottom: 5px;
		font-size: 16px;
	}
}
