@charset "utf-8";
.ttl_top_com { padding-top:70px; }
.ttl_top_com:before {
	content: '';
	position: absolute;
	width: 77px;
	height: 60px;
	background: url('/assets/images/common/icon_attempt.svg') no-repeat top center;
	background-size: contain;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}


.com_mv {	/* main visual */
	background: url('/assets/images/initiatives/kv_initiatives.jpg') no-repeat top center;
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}

.scroll-wrap.health_seminar_table .mod_table tr th,
.scroll-wrap.health_seminar_table .mod_table tr td {
	white-space: wrap;
	min-width: 110px;
}

.img_box img{
	border: 1px solid #c2c2c2;
}

#initiatives_sdgs .img_box img{
	border: none;
}
/* SP --------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
	.ttl_top_com { padding-top: 1.2rem; margin-bottom: .6rem;}
	.ttl_top_com:before {
        width: 1rem;
        height: 1rem;
    }

	.scroll-wrap.health_seminar_table .mod_table tr th,
	.scroll-wrap.health_seminar_table .mod_table tr td {
		white-space: nowrap;
		min-width: unset;
	}

	#initiatives_sdgs .clm05-1.img_box{
		margin-bottom: var(--main-gap);
	}

	#initiatives_sdgs .clm05-1.img_box img{
		width: 50% !important;
	}
}