@charset "utf-8";

#prologue {
	margin-bottom: 80px;
}
#prologue figure {
	width: min(100%, 600px);
    margin: 0 auto 30px;
}
#prologue p {
	font-size: var(--font-size-small);
    text-align: justify;
}
.sdgs-item {
	width: 47.5%;
    margin-right: 5%;
	margin-top: 60px;
}
.sdgs-item:first-child,
.sdgs-item:nth-child(2) {
    margin-top: 0;
}
.sdgs-item:nth-child(2n) {
    margin-right: 0;
}
#sdgs .base-hd {
    padding-bottom: 12px;
    border-bottom: 2px solid var(--color-grey);
}
#sdgs .base-hd-ja {
    font-size: 1.75rem;
}
.sdgs-badge {
	width: 140px;
}
.sdgs-txt {
	margin-top: 30px;
    text-align: justify;
    line-height: 1.6;
}
@media only screen and (max-width: 768px) {

#prologue {
    margin-bottom: 40px;
}
.sdgs-item {
	width: 100%;
    margin-right: 0;
}
.sdgs-item:nth-child(2) {
    margin-top: 60px;
}

}
@media only screen and (max-width: 480px) {

#sdgs .base-hd {
    margin-bottom: 20px;
}
.sdgs-item,
.sdgs-item:nth-child(2) {
	margin-top: 30px;
}
#sdgs .base-hd-ja {
    font-size: 1.375rem;
}
.sdgs-txt {
    margin-top: 12px;
}

}
