@charset "utf-8";
.safety_content .lead_txt p {
    padding-bottom: 15px;
}

.safety_table table tr {
	background: none;
	border-top: 1px solid #CCCCCC;
	border-bottom: none;
}
.safety_table table tr:last-child {
    border-bottom: 1px solid #CCCCCC;
}
.safety_table table th {
	width: 25%;
    font-weight: 600;
	padding: 23px 40px 23px 0;
}
.safety_table table td {
	padding: 23px 0px;
}
.safety_table table {
    margin-bottom: 160px;
}
h4.sec02 {
    margin-top: 80px;
}
.section_wrap.sec_02 {
    margin-bottom: 160px;
}
.section_wrap.sec_03 {
    margin-bottom: 160px;
}
.section_wrap.sec_04 .center.sec_04_img {
	margin: 70px 0 40px;
}

.section_wrap.sec_04 img {
    margin: 0 auto;
}
.sdgs_area {
    margin-top: 50px;
}
.sdgs_area h3{
	display:inline-block;
	margin:0 0 28px;
	border-bottom:none;
	position:relative;
	font-size: 2.0rem;
    font-weight: 600;
}
.sdgs_area ul{
	display:flex;
	flex-wrap:wrap;
	margin-left:0;
	padding-left: 0;
}
.sdgs_area ul li{
	width:48%;
	margin-right:4%;
	list-style:none;
	border:1px solid #ccc;
	padding: 25px 50px;
	min-height:180px;
	box-sizing:border-box;
	margin-bottom: 40px;
}
.sdgs_area ul li:nth-child(2n){
	margin-right:0;
}
.sdgs_area .sdgs_column{
	display:flex;
	flex-wrap:wrap;
}
.sdgs_area .sdgs_img{
	width: 26%;
    	max-width: 120px;
	margin-right:7%;
}
.sdgs_area p{
	width:67%;
	margin-bottom: 0;
}
.sdgs_ttl01{
	color:#00b050;
}
 .sdgs_ttl01:after{
	content:"";
	position:absolute;
	background:#00b050;
	width:100%;
	height:1px;
	bottom:0;
	left:0;
}
.sdgs_ttl02{
	color:#c00000;
}
.sdgs_ttl02:after{
	content:"";
	position:absolute;
	background:#c00000;
	width:100%;
	height:1px;
	bottom:0;
	left:0;
}
.sdgs_ttl03{
	color:#c65911;
}
.sdgs_ttl03:after{
	content:"";
	position:absolute;
	background:#c65911;
	width:100%;
	height:1px;
	bottom:0;
	left:0;
}
.sdgs_ttl04{
	color:#f5a20b;
}
.sdgs_ttl04:after{
	content:"";
	position:absolute;
	background:#f5a20b;
	width:100%;
	height:1px;
	bottom:0;
	left:0;
}
.sdgs_ttl05{
	color:#548235;
}
.sdgs_ttl05:after{
	content:"";
	position:absolute;
	background:#548235;
	width:100%;
	height:1px;
	bottom:0;
	left:0;
}
.sdgs_ttl06{
	color:#28A838;
}
.sdgs_ttl06:after{
	content:"";
	position:absolute;
	background:#28A838;
	width:100%;
	height:1px;
	bottom:0;
	left:0;
}
.sdgs_ttl07{
	color:#203764;
}
.sdgs_ttl07:after{
	content:"";
	position:absolute;
	background:#203764;
	width:100%;
	height:1px;
	bottom:0;
	left:0;
}



@media screen and (max-width: 767px) {
	.section_wrap.sec_02 {
		margin-bottom: 60px;
	}
	.sdgs_area ul li{
		width:100%;
		margin-right:0;
		min-height:160px;
	}
	.content .sdgs_img{
		max-width:100%;
	}
	.content .sdgs_img img{
		width:100%;
		max-width:100%;
	}
	.sdgs_area ul li {
		padding: 10px 15px 10px;

	}
	.sdgs_area h3 {

		font-size: 1.5rem;
	}
	.sdgs_area ul li {
		margin-bottom: 10px;
	}
	.section_wrap.sec_04 .center.sec_04_img {
		margin: 25px 0 20px;
	}
	.sdgs_area {
		margin-top: 25px;
	}
	.sdgs_area .sdgs_img {
		width: 25%;
		margin-right: 5%;
	}
	.sdgs_area h3 {
		margin: 0px 0 15px;
	}
	.safety_table table {
		margin-bottom: 60px;
	}
	.safety_table table th {
		width: 35%;
		padding: 20px 20px 20px 0;
	}
	.section_wrap.sec_03 {
		margin-bottom: 60px;
	}
}