/* CSS Document */

.tabBlock ul{
	background	: url(../img/border_contribution_003.gif) repeat-x center bottom;
}

.contribution_box{
	text-align	: left;
	line-height	: 1.6;
	margin		: 50px 0 20px 0;
}

	.contribution_box h4.title{
		margin		: 10px 0 10px 0;
		border-bottom: none;
	}

.greentxt{
	color: #82be00;
	padding: 0 0 5px;
}

h5.icon01,h5.icon02,h5.icon03,h5.icon04{
	display: flex;
	align-items: flex-end;
	height: 54px;
}
h5.icon01:after{
	background:url(../img/icon_conservation_001.gif) top left no-repeat;
	width: 150px;
	height: 64px;
	display:block;
	content:"";
	margin-left: 10px;
}
h5.icon02:after{
	background:url(../img/icon_conservation_002.gif) top left no-repeat;
	width: 68px;
	height: 54px;
	display:block;
	content:"";
	margin-left: 10px;
}
h5.icon03:after{
	background:url(../img/icon_conservation_003.gif) top left no-repeat;
	width: 80px;
	height: 62px;
	display:block;
	content:"";
	margin-left: 10px;
}
h5.icon04:after{
	background:url(../img/icon_conservation_004.gif) top left no-repeat;
	width: 65px;
	height: 57px;
	display:block;
	content:"";
	margin-left: 10px;
}

/*写真3枚*/
.pic_box{
	margin		: 10px auto 5px;
	overflow	: hidden;
}

.pic_box p {
    text-indent: inherit;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width: 230px;
}

.pic_box p:nth-child(4n) {
	margin-right: 0;
}

	.pic_box ul li span{
		display: block;
		background: none;
		font-size: 100%;
		color: #333;
		text-align: left;
		font-weight: normal;
		padding: 10px 0 0;
	}
	.pic_box.ov.flex{
		flex-wrap: wrap;
		justify-content: flex-start;
	}



/*写真2枚*/
.pic_img_box {
    width: 100%;
    margin: 0 auto;
}
	.pic_img_box .pic_box {
		margin: 0px auto 5px;
		max-width: 470px;
		width: 100%;
	}
	
	.pic_img_box .imgL {
		width: 450px;
	}
	.pic_img_box .pic_box ul li{
		margin-right: 10px;
		max-width: 230px;
	}
	
	.pic_img_box .pic_box ul li:last-child{
		margin-right: 0px;
	}
	
	.pic_img_box .pic_box ul li.caption span{
		text-align: left;
		padding-top: 10px;
		display: block ruby;
	}

.marginBox{
	margin: 30px 0;
}

.mori_bnr{
	text-align: left;
	margin-top: 10px;
}

	.mori_bnr a{
		display: block;
	}
	
	.mori_bnr a:hover{
		opacity: 0.8;
	}
	
.caption {
    float: none;
    font-size:13px!important;
}

.caption .pcStyle{
	display:block !important;
}
.caption .spStyle{
	display: none !important;
}
@media screen and (max-width: 956px) {
	.contribution_box{
		margin-top: 10px;
	}
	
	.pic_img_box .imgL{
		max-width: 100%;
	}
	
	.pic_img_box .pic_box{
		float: left !important;
		width: 100%;
	}
	
	.pic_box ul li,.pic_img_box ul li{
		margin-bottom: 10px;
		width: 48.5%;
	}
	
	.pic_box li img,.pic_img_box li img{
		width: 100%;
	}
	
.pic_box.ov.flex {
    justify-content: space-between;
}
.pic_box.ov.flex p {
	width: 49%;
	margin-right: 0;
}

.imgR.pic_box.pic_box {
    display: flex;
}

.caption .pcStyle{
	display:none !important;
}
.caption .spStyle{
	display: block !important;
}

.tabBlock .spStyle{
	display: flex !important;

}

	h5{
		margin-top: 10px;
	}
	
	.greentxt {
		padding: 0;
	}

	h5.icon01, h5.icon02, h5.icon03, h5.icon04 {
		display: block;
		height: auto;
	}
	
	h5.icon01:after,h5.icon02:after,h5.icon03:after,h5.icon04:after{
		display:none;
	}
	
	figure.spStyle{
		width: 35%;
	}

}