@charset "utf-8";

#main .esg_s {
	display: flex;
    justify-content: space-between;
    padding: 0 15px 0 15px;
	margin: 0 0 20px 0;
	border-left: 4px solid #cc0000;
	background-size: 100% 100%;
	text-decoration: none;
}
#main .esg_s h3.std {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
    padding-right:  15px;
}
#main .esg_s h3.std span {
    display: inline-block;
    padding-top: 5px;
	font-size: 14px;
	font-weight: normal;
}
@media screen and (max-width: 720px) {
    #main .esg_s {
		display: block;
	}
    #main .esg_s h3.std {
        padding: 10px 0;
	}
}

.esg_img {
	display: flex;
    justify-content: center;
}
.esg_img img {
	padding-left: 10px;
}
.esg_img img:first-child {
	padding-left: 0;
}
@media screen and (max-width: 720px) {
    .esg_img {
		display: block;
	}
     .esg_img {
		text-align: center;
	}
     .esg_img img {
        width: 100%;
        height: auto;
		padding-left: 0;
	}
}