@charset "utf-8";

/* ========================================================================================================================/
	
	Document : style.css

/======================================================================================================================== */

/* ------------------------------------------------------------------------------------------------------------------------/
	SDGsの取組み
/------------------------------------------------------------------------------------------------------------------------ */

.sdgs .catch {
	font-size: 32px;
	font-weight: bold;
	color: #03a3d7;
	margin-bottom: 30px;
	line-height: 48px;
	text-align: center;
	padding-top: 20px;
}

.sdgs h3 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
  background: #fff;
  box-shadow: 0 0 0 4px #fff;
  color: #000;
}
.sdgs h3::before {
  content: unset;
  margin-right: 0px;
  position: relative;
  top: 0px;
}

.sdgs .mv {
	margin-bottom: 30px;
}

.sdgs .comment {
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 50px;
}

.sdgs-list-primary {
}

.sdgs-list-primary .list {
	background-color: #ffffff;
	/*padding: 40px;*/
	margin-bottom: 30px;
}

.sdgs-list-primary .list:after {
	content: "";
	clear: both;
	display: block;
}

.sdgs-list-primary .list p {
	font-size: 16px;
}

.sdgs-list-primary .list h4 {
	position: relative;
	height: 60px;
	padding-left: 75px;
	line-height: 60px;
	font-size: 22px;
	color: #0e9ce6;
	margin-bottom: 30px;
    border-bottom: 3px solid #0e9ce6 !important;
}

.sdgs-list-primary .list h4 span {
	width: 60px;
	height: 60px;
	background-color: #0e9ce6;
	color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 60px;
	text-align: center;
	font-weight: bold;
	font-size: 32px;
}

.sdgs-list-primary .list img {
	float: right;
	margin-left: 20px;
}