@charset "utf-8";
/* CSS Document */
#Corporate {
	.box01 {
		border: 2px solid #666;
		padding: 20px;
		margin-top: 30px;
	}
	
	/* SDGS Icon */
	.sgdsbox01-logoList03 {
		display: flex;
		margin-top: 10px;
		width: 100%;
	}
	.sgdsbox01-logoList03-item + .sgdsbox01-logoList03-item {
		padding-left: 20px;
	}
	.sgdsbox01-logoList03-item img {
		width: 100%;
	}
	
	@media screen and (min-width: 768px),print {
		.box01 {
			padding: 30px;
			margin-top: 40px;
		}
	}
	
	.imgList {
		text-align: center;
	}
	.imgList-item + .imgList-item {
		margin-top: 20px;
	}
	@media screen and (min-width: 768px),print {
		.imgList {
			display: flex;
			justify-content: center;
		}
		.imgList-item + .imgList-item {
			margin-top: 0;
		}
		.imgList-item {
			padding: 0 30px;
		}
		.imgList-item img {
			width: 100%;
		}
	}
}


