@charset "utf-8";

section#sdgs {
}
section#sdgs h3#sdgsLogo {
	width: auto;
	max-width: 720px;
	margin: 0 auto 50px auto;
}
section#sdgs h3.title01 {
	margin-top: 80px;
}
section#sdgs h4.title02 {
	margin-top: 50px;
}
section#sdgs div.sdgsBlock {
	display: flex;
	justify-content: space-between;
}
section#sdgs div.sdgsBlock div.sdgsBlockLeft {
	width: 47.5%;
}
section#sdgs div.sdgsBlock div.sdgsBlockRight {
	width: 47.5%;
}



/* タブレット用
------------------------------------------------------------------------------------ */
@media screen and (min-width:768px) and (max-width:1279px) {
	section#sdgs div.sdgsBlock div.sdgsBlockLeft,
	section#sdgs div.sdgsBlock div.sdgsBlockRight {
		width: calc((100% - 50px) / 2);
	}
}



/* スマホ用
------------------------------------------------------------------------------------ */
@media screen and (max-width:767px) {
	section#sdgs h3.title01 {
		margin-top: 50px;
	}
	section#sdgs h4.title02 {
		margin-top: 30px;
	}
	section#sdgs div.sdgsBlock {
		flex-wrap: wrap;
	}
	section#sdgs div.sdgsBlock div.sdgsBlockLeft {
		width: 100%;
		margin-top: 30px;
		order: 2;
	}
	section#sdgs div.sdgsBlock div.sdgsBlockRight {
		width: 100%;
		order: 1;
	}
}
