@charset "utf-8";
img { image-rendering: -webkit-optimize-contrast; }

.h-appeal.bdr_bottom {
	border-bottom: 1px solid #EE5D44;
}
.step-tag {
	position: relative;
	padding-top: 70px;
}
.step-tag .step-tag-top {
	position: absolute;
	top: 0;
	left: 50%;
	font-size: 20px;
	font-weight: bold;
	padding: 0.2em 1em;
	transform: translate(-50%, 0);
	background-color: #EE5D44;
	color: #fff;
	border-radius: 0 0 8px 8px;
}

/* map */
/* #map iframe {
    width:  100%;
    min-height: 350px;
    border: none !important;
} */

#map iframe {
	width: 100%;
	min-height: 350px;
	border: none !important;
	height: auto; /* 高さを自動に */
}


@media screen and (min-width: 768px) {
	#map iframe {
		min-height: 650px;
	}
}
@media screen and (max-width: 767px) {
	.w-85-sp {
		width: 85%;
	}
}