/****************************************************************************************/
h1 {
	margin-top: 36px;
	margin-bottom: 53px;
}

h1 .jp {
	font-size: 2.8rem;
}

h2 {
	font-size: 3.3rem;
}

h3 {
	font-size: 2rem;
}

h4 {
	text-align: left;
}
/****************************************************************************************/
#top-image img {
	max-width: 100%;
}
/****************************************************************************************/
#top-text {
	margin-top: 29px;
}

#top-text .desc {
	margin-top: 16px;
	line-height: 2.9rem;
	text-align: left;
}

#top-text .about-sdgs {
	margin-top: 28px;
}
#top-text .about-sdgs .block {
	padding: 27px 18px 25px 18px;
}
#top-text .about-sdgs .block .body {
	line-height: 2.7rem;
}
/****************************************************************************************/
#policy {
	margin-top: 54px;
}

#policy h3:before,
#policy h3:after {
	width: 32px;
}
#policy h3:before {
	transform: translateX(-45px);
}
#policy h3:after {
	margin-left: 13px;
}
/*******************************************/
#policy .image-texts {
	margin-top: 32px;
}

#policy .image-text:nth-child(n+2) {
	margin-top: 35px;
}

#policy .image-text .image img {
	width: 100%;
}
/*******************************************/
#policy .image-text .text {
	margin-top: 22px;
}

#policy .image-text .text .title {
	font-size: 1.6rem;
	font-weight: bold;
}

#policy .image-text .text .body {
	margin-top: 18px;
	line-height: 2.7rem;
}
/****************************************************************************************/
#post-list {
	margin-top: 34px;
}

#post-list .post {
	padding-top: 10px;
	padding-bottom: 9px;
	display: flex;
	align-items: center;
}

#post-list .post .image {
	height: calc(100vw * 0.25);
	width: calc(100vw * 0.25);
}

#post-list .post .texts {
	margin-left: 10px;
}
#post-list .post .texts .date {
	line-height: 1.2rem;
}
#post-list .post .title {
	margin-top: 9px;
}
/****************************************************************************************/