@charset "utf-8";
main h1 {
	border-top: 3px solid #ff7abc;
	border-bottom: 3px solid #ff7abc;
	color: #ff7abc;
	background-image: url(../images/info/bg-title.png);
	background-size: min(173.6px, calc(100% - 170px));
}
.post-box {
	border: 1px solid #ff7abc;
}
#post-01 p,
#post-02 p,
#post-03 p {
	padding: 0 10px;
	font-size: 14px;
}
#post-01 ul,
.step-box ul {
	padding: 0 10px 0 34px;
	font-size: 14px;
}
#post-01 div {
	padding: 0 0 130px;
}
#leaflet {
	padding: 0 10px;
	display: block;
}
#leaflet img {
	width: 100%;
}
#post-01-img01,
#post-01-img02 {
	width: 200px;
	position: absolute;
	left: calc(50% - 100px);
}
#post-01-img01 {
	bottom: -14px;
	z-index: 1;
}
#post-01-img02 {
	bottom: 1px;
	z-index: 0;
}
#contact {
	margin-bottom: 10px;
	padding: 0 0 10px;
	border-bottom: 3px dashed #ffe1f0;
}
#tel {
	width: 100%;
	margin: 0 0 10px;
	padding: 0 10px;
}
#mail {
	width: fit-content;
	margin: 0 auto;
	display: block;
}
.step-box h3 span {
	padding: 5px 0;
	font-family: sans-serif;
	font-weight: bold;
	text-align: center;
	background: #ffe370;
	display: block;
}
#other {
	margin-bottom: 10px;
	text-align: center;
}
#post-02-img {
	margin: 0 auto 10px;
	display: block;
}
#support {
	padding: 0 10px;
}
@media only screen and (min-width: 768px) {
	#post-01 div {
		width: fit-content;
		margin-bottom: 15px;
		padding: 0 0 0 20px;
		position: relative;
		z-index: 2;
	}
	#leaflet img {
		width: unset;
		margin: 0 auto;
		display: block;
	}
	#post-01-img01 {
		width: unset;
		left: unset;
		right: 40px;
		bottom: -35px;
	}
	#post-01-img02 {
		width: unset;
		left: unset;
		right: 10px;
	}
	#contact {
		width: 100%;
		max-width: 788px;
		min-height: 105px;
		margin: 0 auto 20px;
		padding: 0 10px 20px;
		text-align: center;
		background: url(../images/info/lead-bg-l.png) no-repeat center left content-box,
			url(../images/info/lead-bg-r.png) no-repeat center right content-box;
	}
	#tel {
		width: unset;
		margin: 0 60px 0 0;
	}
	#mail {
		display: inline-block;
	}
	.step-box {
		width: 100%;
		max-width: 974px;
		margin: 0 auto;
		padding: 0 10px;
		position: relative;
		display: flex;
		align-items: flex-start;
	}
	.step-box h3 {
		margin: 0;
	}
	.step-box h3 span {
		display: none;
	}
	.narrow1 {
		padding-right: 420px;
	}
	.narrow2 {
		padding-right: 430px;
	}
	.narrow1 p,
	.narrow1 ul {
		margin-bottom: 5px;
		line-height: 1.4;
	}
	#other > img:first-child,
	#support > img:first-child {
		width: 55px;
	}
	#other {
		margin: 0;
		position: absolute;
		top: 0;
		right: 1px;
		z-index: 0;
	}
	#post-02-img {
		margin: 0;
		position: absolute;
		bottom: 40px;
		right: 40px;
	}
	#support {
		margin: 0;
		position: absolute;
		top: 0;
		right: 1px;
		z-index: 0;
	}
	#support a {
		margin-left: 14px;
	}
	.front {
		position: relative;
		z-index: 1;
	}
	#post-03 p {
		padding: 0 10px 0 40px; 
	}
	#post-03 .big-size {
		font-size: 20px;
	}
}
