@charset "utf-8";
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#pagePath::before {
	background: #E9F4F0;
}
#main {
	padding-bottom: 21.1rem;
}
#main .pageTitle {
	margin-bottom: 5.7rem;
}
#main .introText {
	margin-bottom: 4.9rem;
	font-size: 2rem;
	letter-spacing: 0.1em;
	color: #5A5959;
}
#main .backTop {
	display: flex;
	justify-content: center;
}
#main .backTop a {
	width: 22rem;
	height: 5.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	background: #122C5C url(../img/common/icon06.png) no-repeat right 2.4rem center / 0.8rem;
	border-radius: 4rem;
}

@media all and (max-width: 896px) {
    #main {
		padding-bottom: 16rem;
	}
	#main .pageTitle {
		margin-bottom: 2.5rem;
	}
	#main .introText {
		margin-bottom: 2.5rem;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
	}
    #main .backTop a {
		max-width: 100%;
	}

}