@charset "utf-8";

/* RESPONSIVE */
/* -------------------------------------------------- */
@media screen and (min-width: 1024px) {

	/* 980px以上用（PC用）の記述 */
	/* メインビジュアル */
	#fv::after {
		background: url(../../img/mv/mv_sdgs_search.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	
	.sdgsContent {
		padding-bottom: 50px;
	}
	
	.sdgsContent h2 {
		font-size: 2.4rem;
		font-weight: bold;
		padding-bottom: 10px;
	}
	
	.sdgsIcon {
		padding: 30px;
		border: 1px #ccc solid;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
	}
	
	.sdgsIcon li {
		padding: 0 7px 14px;
	}
	
	.sdgsIcon li a {
		transition: all 0.3s ease-in-out 0s;
	}
	
	.sdgsIcon li a:hover {
		opacity: 0.7;
	}
	
	#announce {
		font-size: 1.8rem;
		padding-bottom: 20px;
	}

}

@media screen and (min-width: 768px) and (max-width: 1023px) {

	/* 768px - 979px用（タブレット用）の記述 */
	/* メインビジュアル */
	#fv::after {
		background: url(../../img/mv/mv_sdgs_search.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	
	.sdgsContent {
		padding-bottom: 30px;
	}
	
	.sdgsContent h2 {
		font-size: 2.4rem;
		font-weight: bold;
		padding-bottom: 10px;
	}
	
	.sdgsIcon {
		padding: 30px;
		border: 1px #ccc solid;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
	}
	
	.sdgsIcon li {
		width: 20%;
		padding: 0 5px 10px;
	}
	
	.sdgsIcon li img {
		width: 100%;
		height: auto;
	}
	
	#announce {
		font-size: 1.6rem;
		padding-bottom: 20px;
	}


}

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

	/* 479px以下用（スマートフォン用）の記述 */
	/* メインビジュアル */
	#fv::after {
		background: url(../../img/mv/mv_sdgs_search.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	
	.sdgsContent {
		padding-bottom: 30px;
	}
	
	.sdgsContent h2 {
		font-size: 2.4rem;
		font-weight: bold;
		padding-bottom: 10px;
	}
	
	.sdgsIcon {
		padding: 20px;
		border: 1px #ccc solid;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
	}
	
	.sdgsIcon li {
		width: 25%;
		padding: 0 5px 10px;
	}
	
	.sdgsIcon li img {
		width: 100%;
		height: auto;
	}

	
	#announce {
		font-size: 1.6rem;
		padding-bottom: 20px;
	}
}

