@charset "utf-8";
/* CSS Document */
#sdgs-header-area {
	background-color: #45a7bc;
	color: #FFF;
	display: flex;
	padding: 50px 10%;
	width: 80%;
}
.header-left {
	text-align: center;
    width: 50%;
}
.header-right {
    padding-left: 4%;
	padding-top: 10%;
	width: 46%;
}
.header-right h2 {
	font-size: 48px;
	font-weight: bold;
	line-height: 1.3;
}
#sdgs-wrap {
	background: #FFF url("../sdgs/img/triangle.png") no-repeat top center;
	padding-top: 75px;
	width: 100%;
}
p.font-25 {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}
#sdgs-contents {
	margin: 0 auto 75px;
	display: flex;
	flex-wrap: wrap;
	width: 960px;
}
.sdgs-left {
	/*display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;*/
	display: grid;
    grid-template-columns: 1fr 1fr 1fr; 
    grid-template-rows: 1fr 1fr 1fr; 
	padding-right: 30px;
	margin: 50px 0 20px;
	width: 480px;
}
.sdgs-left div {
	margin: 5px;
	padding: 0;
}
.sdgs-right {
	color: #00a3b6;
	font-size: 18px;
	text-align: left;
	margin: 50px 0 20px;
	width: 450px;
}
.sdgs-right h3 {
	color: #00a3b6;
	font-size: 26px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}
.sdgs-right h3 .font-36 {
	font-size: 36px;
}
.sdgs-right p .black {
	color: #111;
	font-size: 18px;
	padding-bottom: 15px;
}
.sdgs-right ul {
	font-weight: bold;
	list-style-type: disc;
	padding-left: -1em;
	margin-left: 1em;
}
.sdgs-right li {
	line-height: 1.5;
	padding-bottom: 10px;
}


#sdgs-about {
	background-color: #e4e6e6;
	color: #345255;
	padding: 50px 100px;
	margin: 100px auto;
	width: 760px;
}
#sdgs-about p {
	text-align: center;
}
#sdgs-about h4 {
	font-size: 22px;
	text-align: left;
}
#sdgs-about ul {
	list-style-type: disc;
	padding-left: -1em;
	margin-left: 1em;
}
#sdgs-about li {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 20px;
}


/* ============================== */
/* ============================== */
/* ============================== */
 @media only screen and (min-width: 769px) {


}
@media screen and (max-width:1280px){
.header-right h2 {
	font-size: 50px;
}
	
}
@media screen and (max-width:1113px){
#sdgs-header-area {
	background-color: #45a7bc;
	color: #FFF;
	display: flex;
	padding: 50px 5%;
	width: 90%;
}
.header-left {
	text-align: left;
    width: 45%;
}
.header-right {
    padding-left: 4%;
	padding-top: 8%;
	width: 56%;
}
.header-right h2 {
	font-size: 45px;
	font-weight: bold;
	line-height: 1.3;
}
p.font-25 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

#sdgs-contents {
	margin: 0 5% 75px;
	display: flex;
	flex-wrap: wrap;
	width: 90%;
}
.sdgs-left {
	/*display: flex;
	flex-wrap: wrap;*/
    grid-template-columns: 1.5fr 1.5fr; 
    grid-template-rows: 0fr 0fr; 
    padding-right: 5%;
	width: 40%;
}
.sdgs-left div {
/*margin: 10px auto;
	width: 30%;*/
}
.sdgs-right {
	font-size: 16px;
	width: 45%;
}
.sdgs-right h3 {
	font-size: 22px;
}
.sdgs-right h3 .font-36 {
	font-size: 28px;
}
#sdgs-about {
	width: auto;
}



}

/* ============================== */
/* ============================== */
/* ============================== */

@media screen and (max-width:768px){
.header-right {
    padding-left: 4%;
	padding-top: 10%;
	width: 56%;
}
.header-right h2 {
	font-size: 31px;
	font-weight: bold;
	line-height: 1.3;
}

p.font-25 {
	font-size: 16px;
}

#sdgs-about {
	padding: 50px;
	margin: 100px auto;
	width: auto;
}

}


@media screen and (max-width:480px){
#sdgs-header-area {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 50px 5%;
	width: 90%;
}
.header-left {
    width: 100%;
}
.header-right {
    padding: 10% 0;
	text-align: center;
	width: 100%;
}
.header-right h2 {
	font-size: 30px;
}
p.font-25 {
	font-size: 16px;
	padding-left: 5%;
	padding-right: 5%;
}
#sdgs-contents {
	display: flex;
	flex-wrap: nowrap;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	flex-direction: column;
	}
	
	
.sdgs-left {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
    /*grid-template-columns: 1fr 1fr; 
    grid-template-rows: 1fr 1fr;*/ 
 	margin: 10px 0 0;
    padding-right: 0;
	width: 100%;
}
.sdgs-left div {
    margin: 10px 1% 10px 2%;
	width: 30%;
}
.sdgs-right {
	margin: 80px 0 0;
	width: 100%;
}
.sdgs-1 {
	order: 1;
}	
.sdgs-2 {
	order: 2;
}	
.sdgs-3 {
	order: 3;
}	
.sdgs-4 {
	order: 4;
}	
.sdgs-5 {
	order: 5;
}	
.sdgs-6 {
	order: 6;
}	
.sdgs-7 {
	order: 7;
}	
.sdgs-8 {
	order: 8;
}	

}
