@charset "utf-8";
@media screen and (max-width:640px){



/*--------------------------------------------------------Common*/

/*dlリスト偶数行背景*/
.w100{
	width:100px;
}
.w200{
	width:200px;
}
.listBorder01 dt{
	clear:left;
	float:left;
	padding:10px;
}
.listBorder01 dd{
	padding: 10px 10px 10px 120px;
}
.listBorder01 dl:nth-child(even){
	background: rgba(190,179,165,0.5);
}

/*tableデザイン01*/
.tbl01{
	border-collapse: collapse;
	border:1px solid #b38850;
}
.tbl01 th{
	font-weight: bold;
	color:#40331a;
}
.tbl01 th,.tbl01 td{
	padding:10px;
	border:1px solid #beb3a5;
}
.tbl01 tr:nth-child(even){
	background: rgba(190,179,165,0.5);
}

/*tableデザイン02*/
.tbl02{
	border-collapse: collapse;
	border:1px solid #655c4c;
}
.tbl02 th{
	font-weight: bold;
	color:#fff;
	background:#655c4c;
}
.tbl02 th,.tbl02 td{
	padding:10px;
	border:1px dotted #655c4c;
}
.tbl02 th{
	border:1px dotted #fff;
}
.tbl02 tr:nth-child(even){
	background:#dcdad7;
}
	

	#content p{
		line-height:1.8em!important;
	}
#content .box{
	margin-top:50px;
}
.box h3{
	margin-bottom: 20px;
	padding:0 0 0 24px;
	background: url(../../common/images/h3_icn.png) no-repeat 0 50%;
	border-bottom:1px solid #b38850;
	font-weight: bold;
	font-size:1.6rem;
}

.box h4{
	padding-left:15px;
	background:url(../images/arrow01.png) no-repeat 0 50%;
	font-size:1.6rem;
	font-weight:bold;
}
.box h5{
	font-weight: bold;
	font-size:1.4rem;
}
.listA li{
	padding-left:1em;
	background: url(../../common/images/list_a01.png)no-repeat 0 6px;
}

.listB li{
	padding-left:1em;
	background: url(../../common/images/list_a03.png)no-repeat 0 50%;
}
.enlarge{
	padding-left:1em;
	background:url(../images/icn_enlarge.png) no-repeat 0 50%;
}

/*linkボタン*/
.financialInfo .dwnld{
	padding:6px 0 6px 180px!important;
}
.dwnld a{
	display:inline-block;
	border-radius: 3px;
	padding:4px 12px 4px 24px;
	background:url(../../common/images/icn_dl_tri.png) no-repeat 8px 50% #eb6100;
	color:#fff;
	text-decoration:none;
}
.dwnld a:hover{
	background:url(../../common/images/icn_dl_tri.png) no-repeat 8px 50% #f38436;
}
	
.link01{
	float:right;
	clear: right;
	margin-top:10px;
}
.link01 a{
	display:inline-block;
	border-radius: 3px;
	padding:4px 12px 4px 24px;
	background:url(../../common/images/icn_dl_tri.png) no-repeat 8px 50% #eb6100;
	color:#fff;
	text-decoration:none;
}
.link01 a:hover{
	background:url(../../common/images/icn_dl_tri.png) no-repeat 8px 50% #f38436;
}
	
.link02{
	margin-top:10px;
}
.link02 a{
	display:block;
	border-radius: 3px;
	padding:4px 12px 4px 24px;
	background:url(../../common/images/icn_dl_tri.png) no-repeat 8px 50% #eb6100;
	color:#fff;
	text-decoration:none;
}
.link02 a:hover{
	background:url(../../common/images/icn_dl_tri.png) no-repeat 8px 50% #f38436;
}
	
/*--------------------------------------------------------whatdoing*/
.boxS{
	margin-bottom:30px;
}
.boxS>h4{
	padding:0;
	background:none;
	font-weight: bold;
	font-size:16px;
}
.boxS>h4 span{
	display:inline-block;
	width:16px;
	margin-right:5px;
	padding:2px;
	background:#b38850;
	border-radius: 2px;
	color:#fff;
	text-align: center;
	line-height:1;
}
.dlR{
	overflow: hidden;
}
.link01{
	float:right;
	clear: right;
	margin-top:10px;
}
.link01 a{
	display:inline-block;
	border-radius: 3px;
	padding:4px 12px 4px 24px;
	background:url(../../common/images/icn_dl_tri.png) no-repeat 8px 50% #eb6100;
	color:#fff;
	text-decoration:none;
}
.link01 a:hover{
	background:url(../../common/images/icn_dl_tri.png) no-repeat 8px 50% #f38436;
}

	
	
	

/*--------------------------------------------------------members*/
	#donate{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
#donate li{
	float:none;
	width:127px;
	margin-right:15px;
	margin:0 15px 15px 10px;
	border:1px solid #eee;
	border-radius: 5px;
}
	#donate li:nth-child(2n){
		margin:0 0 15px 0;
	}
#donate #donate04{
	margin-right:0;
}
#donate li a{
	display:block;
	width:127px;
	height:127px;
	border-radius: 5px;
}
#donate01 a{
	background:url(../images/btn_once.png) no-repeat;/**/	
}
#donate02 a{
	background:url(../images/btn_constant.png) no-repeat;/**/	
}
#donate03 a{
	background:url(../images/btn_goods.png) no-repeat;/**/	
}
#donate04 a{
	background:url(../images/btn_tax.png) no-repeat;/**/	
}
#donate05 a{
	background:url(../images/btn_legacy.png) no-repeat;/**/	
}
#donate li a:hover{
	opacity: 0.5;
}

.boxA{
	margin:10px 0 5px 0;
	padding:20px;
	border:1px solid #ccc;
	background:#fff;
}
.boxAborderless{
	margin:10px 0 5px 0;
	padding:20px;
	background:#fff;
}
.infoBank dt,.infoBank dd{
	font-weight: bold;
}
.infoBank dt{
	clear:left;
	float:left;
	width:80px;
}
.infoBank dd{
	padding-left:80px;
}


/*--------------------------------------------------------Volunteer*/
.boxVlt{
	position:relative;
	margin:20px 0 50px 0;
	padding:30px 20px;
	background:#fff;
	box-shadow:4px 7px 8px -2px #999;
-moz-box-shadow:4px 7px 8px -2px #999;
-webkit-box-shadow:4px 7px 8px -2px #999;
}
.boxVlt::after{
	content:"";
	display: block;
	clear: both;
}
.boxVlt h4{
	position:relative;
	margin-bottom:24px;
	padding:0 0 5px 10px;
	background:url(../images/img_border01.png) no-repeat bottom;
	color:#4d8912;
	font-weight: bold;
}
.boxVlt h4 span{
	display: inline-block;
	position: absolute;
	top:-46px;
	left:0px;
}
.boxVlt .blockTxt{
	width:100%;
}
.boxVlt .column2{
}
.boxVlt .blockImg{
	width:200px;
	margin:10px auto 0;
}
.boxVlt .blockImg img{
	border:1px solid #ccc;
}
.boxVlt .blockImg img:hover {
	border:1px solid #317896;
	opacity:0.5;
}
.boxVlt .boxB{
	margin:10px 5px;
	padding:14px 20px;
	border-radius: 4px;
	background:#ece4d5;
}

	.boxVlt .dl01 dt{
		clear:left;
		float:left;
		width:4em;
	}
	.boxVlt .dl01 dd{
		padding-left:4em;
	}
	
	
/*--------------------------------------------------------Newsletter*/
	.boxNlt{
		float:left;
		width:45%;
		margin:0 20px 20px 0;
	}
	.boxNlt:nth-chld(5n){
		margin-right:0;
		background:red/**/
	}
	.boxNlt .covImg img{
		border:1px solid #ccc;
	}
	.boxNlt .covImg a::after{
		content:"";
		display:none!important;
	}
	.boxNlt .dwnld{
		margin-bottom:5px;
	}
	.boxNlt .dwnld a{
		display:block;
	}

	
/*--------------------------------------------------------Publish*/
	#contentPub{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.boxPub{
		float:none;
		width:163px;
		margin:0 5px 50px 5px;
	}
/*	.boxPub:nth-child(4n){
		margin-right:0;
	}*/
	.boxPub .covImg img{
		border:1px solid #ccc;
		margin-bottom:10px;
	}
	.boxPub .covImg a::after{
		content:"";
		display:none!important;
	}
	.boxPub .dwnld{
		margin-bottom:5px;
	}
	.boxPub .dwnld a{
		display:block;
	}
	
/*inline*/
	#boxPubInline01{
		padding:14px 24px;
	}
	#boxPubInline01 h3{
		font-size:1.8rem;
		font-weight: bold;
	}
	.pubInlineL img{
		display: none;
	}
	.pubInlineR{
		margin-top:20px;
	}
	.pubInlineR dt{
		display: inline-block;
		margin-bottom:5px;
		padding:1px 6px;
		background:#ded9d2;
	}
	
	
	
/*--------------------------------------------------------Access*/
#content #accName{
	font-size:2rem;
	font-weight:bold;
	line-height: 1!important;
	}
#accName span{
	font-size:1.4rem;
	}
	#accPhone{
		margin-top:50px;
		margin-bottom:30px;
	}
#accPhone li{
	text-align: center;
	font-size:2rem;
	font-weight: bold;
	}
#content #accPhone li span{
	position:relative;
	top:-10px;
	font-size:10px;
	line-height: 1!important;
	}
	#accMap{
		border:1px solid #ccc;
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}
	#accMap iframe,
	#accMap object,
	#accMap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

	
	
/*--------------------------------------------------------Link*/
	#linkL{
	}
	#linkR{
	}
	#boxLink h3{
		margin-bottom:10px;
		font-size:1.5rem;
		color:#40331a;
	}
	#boxLink h3 span{
		font-size:1.2rem
	}
	#boxLink>div>div{
		margin-bottom:50px;
	}
	#boxLink li{
		margin-bottom:8px;
		padding-left:18px;
		background:url(../images/icn_link.png) no-repeat 0 0.5em;
	}
	#boxLink li a{
		color:#eb6100;
	}
	#boxLink li a[target="_blank"]{
		background: url(../../common/images/icn_target_blnk.png) no-repeat right;
		padding-right:20px;
	}
	
/*--------------------------------------------------------Sitemap*/
	.level2{
		margin-top:8px;
		
	}
	
}