@charset "UTF-8";
#keyvisual {
	position: relative;
	background: #f4f094;
	padding: 20px 0 0 0;
	width: 100%;
	border-bottom: solid 7px #000000;
}
#keyvisual .mainImg{
	position: relative;
	margin: 0 auto;
	width: 60%;
	max-width: 400px;
}
#keyvisual .icon_three{
	position: relative;
	margin: -10px auto 0 auto;
	width: 100%;
	height: 30px;
	background-size: contain;
	background-position: calc(100% - 10px) calc(100% + 5px);
	background-repeat: no-repeat;
	background-image: url("../../img/common/icon_three.png");
}


@media screen and (min-width: 769px) {
	#keyvisual {padding: 40px 0 30px 0; border-bottom: solid 15px #000000;}
	#keyvisual .icon_three{
		position: absolute;
		margin: auto;
		height: 60px;
		max-width: 1200px;
		bottom: 0;
		left: 40%;
		transform: translateX(-50%);
		background-position: calc(100% - 10px) calc(100% + 9px);
	}
}
