@charset "utf-8";

/*
* style.css
* date---2023/08/31
*/


/*===============================================
	style.css
===============================================*/

#maintit2{
	margin-bottom: 40px;
}

.lead{
	margin-bottom: 40px;
	font-size: 18px;
}

.box_sdgs{
	margin-bottom: 60px;
}
.box_sdgs h4{
	padding: 5px 10px;
	margin-bottom: 20px;
	text-align: center;
}
.sdgs1 h4{
	border-top: 2px solid #FFDD00;
	background: #FFFAD9;
}
.sdgs2 h4{
	border-top: 2px solid #AFD58B;
	background: #E7F3D9;
}
.sdgs3 h4{
	border-top: 2px solid #B292CA;
	background: #EBE3F1;
}
.sdgs4 h4{
	border-top: 2px solid #62CCF2;
	background: #DDF3FB;
}

.dl_sdgs{
	display: flex;
}
.dl_sdgs dt{
	width: 200px;
}
.dl_sdgs dd{
	width: 500px;
}

ul.list{
	overflow: hidden;
	margin-top: -7px;
	list-style: none;
}
	ul.list li{
		position: relative;
		margin-top: 6px;
		padding-left: 1em;
		line-height: 1.5;
	}

	ul.list li:before{
		position: absolute;
		top: 8px;
		left: 2px;
		content: "";
		width: 6px;
		height: 6px;
		border-radius: 100%;
		background: #ccc;
	}

