@charset "utf-8";
/* CSS Document */

.contribution_box {
    text-align: left;
    line-height: 1.6;
    margin: 30px 0 20px 0;
}

.contribution_box h4.title {
    margin: 10px 0 10px 0;
    margin-top: 10px;
    border-bottom: none;
}

/*写真(国内)*/
.pic_img_box {
    width: 100%;
    margin: 0 auto;
}

.pic_img_box .pic_box {
    margin: 0px auto 5px;
    width: 470px;
    text-align: left;
}

.pic_img_box .imgL {
    width: 452px;
}

/*写真(海外)*/

.office_photo{
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.office_photo h5{
	background: #daeddc;
	border-left: none;
	margin-top: 0;
	padding: 5px 10px;
	font-size: 116%;
}

.office_photo .photo{
	width: 49.5%;
	margin-bottom: 20px;
}
.office_photo .photo:last-child{
	margin-bottom: 0;
}
	.office_photo ul{
		display: flex;
		justify-content: space-between;
		margin-top: 20px;
	}
		.office_photo ul li{
			margin-right: 0;
		}
		.office_photo ul li span{
			display: block;
			background: none;
			font-size: 100%;
			color: #333;
			text-align: left;
			font-weight: normal;
			padding: 10px 0 0;
			max-width: 230px;
		}
		


@media screen and (max-width: 956px) {
	
/*写真*/
.pic_img_box .imgL {
    width: 100%;
}

.pic_img_box .pic_box {
    width: 100%;
}
.pic_img_box .pic_box ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.pic_img_box .pic_box li {
	margin-bottom: 10px;
	margin-right: 0 !important;
	width: 49%;
}

/*写真(海外)*/

.office_photo .photo {
    width: 100%;
	text-align: left;
}
	.office_photo ul li{
		width: 49%;
	}
	.office_photo ul li span {
		max-width: 100%;
	}

.flt_l.mb20{
	margin-bottom: 0 !important;
}

}
