@charset "utf-8";

.main-image {
	position: relative;
	max-width: 1250px;
	margin: 0 auto;
}
.main-image span {
	position: absolute;
	margin: 0;padding: 0;
	top:10px;
	left:10px;
}
.sdgs1 {
	padding: 2px;
	border: 2px solid #E4011E;
}
.sdgs2 {
	padding: 2px;
	border: 2px solid #D6A600;
}
.sdgs3 {
	padding: 2px;
	border: 2px solid #1B973A;
}
.sdgs4 {
	padding: 2px;
	border: 2px solid #C50E28;
}
.sdgs8 {
	padding: 2px;
	border: 2px solid #970A31;
}
.sdgs12 {
	padding: 2px;
	border: 2px solid #D39206;
}
.sdgs14 {
	padding: 2px;
	border: 2px solid #0075BA;
}
.sdgs17 {
	padding: 2px;
	border: 2px solid #023067;
}
.sdgs1 .title {
	background: no-repeat url("../img/sdgs1.gif");
	background-color: #E4011E;
	background-size: contain;
	height: 125px;
	position: relative;
	margin-bottom: 2px;
}
.sdgs2 .title {
	background: no-repeat url("../img/sdgs2.gif");
	background-color: #D6A600;
	background-size: contain;
	height: 125px;
	position: relative;
	margin-bottom: 2px;
}
.sdgs3 .title {
	background: no-repeat url("../img/sdgs3.gif");
	background-color: #1B973A;
	background-size: contain;
	height: 125px;
	position: relative;
	margin-bottom: 2px;
}
.sdgs4 .title {
	background: no-repeat url("../img/sdgs4.gif");
	background-color: #C50E28;
	background-size: contain;
	height: 125px;
	position: relative;
	margin-bottom: 2px;
}
.sdgs8 .title {
	background: no-repeat url("../img/sdgs8.gif");
	background-color: #970A31;
	background-size: contain;
	height: 125px;
	position: relative;
	margin-bottom: 2px;
}
.sdgs12 .title {
	background: no-repeat url("../img/sdgs12.gif");
	background-color: #D39206;
	background-size: contain;
	height: 125px;
	position: relative;
	margin-bottom: 2px;
}
.sdgs14 .title {
	background: no-repeat url("../img/sdgs14.gif");
	background-color: #0075BA;
	background-size: contain;
	height: 125px;
	position: relative;
	margin-bottom: 2px;
}
.sdgs17 .title {
	background: no-repeat url("../img/sdgs17.gif");
	background-color: #023067;
	background-size: contain;
	height: 125px;
	position: relative;
	margin-bottom: 2px;
}
@media screen and (max-width: 720px) {
	.sdgs1 .title,
	.sdgs2 .title,
	.sdgs3 .title,
	.sdgs4 .title,
	.sdgs8 .title,
	.sdgs12 .title,
	.sdgs14 .title,
	.sdgs17 .title{
		height: 85px;
	}
}
.sdgs1 h3,
.sdgs2 h3,
.sdgs3 h3,
.sdgs4 h3,
.sdgs8 h3,
.sdgs12 h3,
.sdgs14 h3,
.sdgs17 h3{
	padding-left: 135px;
	font-size: 1.8rem;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
	border: none;
	color: #FFFFFF;
}
@media screen and (max-width: 720px) {
	.sdgs1 h3,
	.sdgs2 h3,
	.sdgs3 h3,
	.sdgs4 h3,
	.sdgs8 h3,
	.sdgs12 h3,
	.sdgs14 h3,
	.sdgs17 h3{
		padding-left: 90px;
		font-size: 1.1rem;
	}
}
.sdgs1 h3 span,
.sdgs2 h3 span,
.sdgs3 h3 span,
.sdgs4 h3 span,
.sdgs8 h3 span,
.sdgs12 h3 span,
.sdgs14 h3 span,
.sdgs17 h3 span{
	font-size: 1.1rem;
	display: block;
}
@media screen and (max-width: 720px) {
	.sdgs1 h3 span,
	.sdgs2 h3 span,
	.sdgs3 h3 span,
	.sdgs4 h3 span,
	.sdgs8 h3 span,
	.sdgs12 h3 span,
	.sdgs14 h3 span,
	.sdgs17 h3 span{
		display: none;
	}
}

.box3 {
	border: 1px solid #1B973A;
	background-color: #E8FBED;
}
.box12 {
	border: 1px solid #D39206;
	background-color: #D39206;
	color:#FFFFFF;
}
.box17 {
	border: 1px solid #333;
}
.box17-1 {
	border: 1px solid #333;
}
.sdgs17-title {
	text-align: center;
	font-size: 1.5rem;
	background: #eee;
	line-height: 1.5rem;
	font-weight: bold;
}
.sdgs17-title span {
	font-size: 1.2rem;
}
.sdgs17-title1 {
	font-size: 1.3rem;
	background:#023067;
	color:#fff;
	line-height: 1.2rem;
	margin: 1rem 0;font-weight: bold;
}


/* フッター
------------------------------------------------------------*/
footer {
	/*max-width: 760px;*/
	margin: 50px auto 300px auto;
	padding-top: 20px; 
	background-color: #3B3F88;
	color:#FFF;
}
@media screen and (max-width: 599px) {
	footer {
		margin-bottom: 300px;
	}
}
small {
	text-align: center;
	padding: 2rem 0;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 2em;
	display: block;
	font-size: 14px;
}
.footerbox {max-width: 760px;margin: 5px auto 0 auto;}

/*=====================================*/
