@charset "utf-8";
/* --------------------------------
 * Other Parts Design
 * -------------------------------- */
/* お問い合わせ
---------------------------------------------*/
.contact01 .box, .contact02 .box, .contact03 .box {
	margin: 0 auto;
	width: 80%;
}

@media (max-width: 767px) {
.contact01 .box, .contact02 .box, .contact03 .box {
	width: 100%;
}
}
.contact03 div iframe {
	margin-top: 30px;
}
/* サイトマップ
---------------------------------------------*/
/* レイアウト */
.sitemap01 .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sitemap01 .midashi {
	width: 100%;
}
.sitemap01 .box ul ul {
	margin-left: 1em;
	margin-bottom: 3em;
}
.sitemap01 .box li {
	margin-top: 10px;
}
