@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

/* ==========================================================================
	CONTENTS
	========================================================================== */

.lead {
	margin-bottom: 50px;
}
.lead img {
	display: block;
	width: 70%;
	margin: 40px auto 60px auto;
}
h2.tit {
	font-size: 2rem;
	background-color: #fff;
	border-bottom: solid 2px #0a528f;
	padding: 10px;
	margin-bottom: 30px;
}
.sdgs-icon {
	margin-bottom: 50px;
}
.sdgs-icon .inner {
	overflow: hidden;
	border-bottom: dashed 1px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.sdgs-icon h3 {
	color: #0a528f;
	font-size: 1.8rem;
	border-left: solid 5px;
	padding-left: 10px;
}
.sdgs-icon .img {
	float: left;
	width: 30%;
}
.sdgs-icon .txt {
	float: right;
	width: 65%;
}
.partner .txt {
	float: left;
	width: 80%;
}
.partner .img {
	float: right;
	width: 18%;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){


}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

@media screen and (max-width:1024px){

.lead img {
	width: 80%;
}

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

@media screen and (max-width: 640px) {

.lead {
	margin-bottom: 30px;
}
.lead img {
	width: 100%;
	margin: 20px auto 30px auto;
}
h2.tit {
	font-size: 1.8rem;
	margin-bottom: 20px;
}
.sdgs-icon {
	margin-bottom: 30px;
}
.sdgs-icon .inner {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.sdgs-icon h3 {
	font-size: 1.6rem;
}
.sdgs-icon .img {
	display: block;
	float: none;
	width: 70%;
	margin: 0 auto;
}
.sdgs-icon .txt {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}
.partner .txt {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}
.partner .img {
	display: block;
	float: none;
	width: 70%;
	margin: 0 auto;
}

}

