@charset "UTF-8";
/* CSS Document */

/* ------------------------------ SP ------------------------------ */

.pc-only { display: none; }

/* 基本 */
body {
	font-family: Roboto, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, sans-serif;
	font-size: calc(25vw / 7.5);
	line-height: calc(34vw / 25);
	text-align: left;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: top;
	color: #000;
	background: #FFF;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
}

a:link    { color: #E84720; text-decoration: none; }
a:visited { color: #E84720; text-decoration: none; }
a:active  { color: #E84720; text-decoration: none; }
a:hover   { color: #E84720; text-decoration: none; }

/* 汎用 */
.wrapper {
	position: relative;
	margin: 0 auto;
	width: calc(670vw / 7.5);
}
p {
	text-align: justify;
	text-justify: inter-ideograph;
}
dd {
	text-align: justify;
	text-justify: inter-ideograph;
}
hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

/* ページトップへスクロール */
.pagetop a {
	display: none!important;
	position: fixed!important;
	right: calc(20vw / 7.5)!important;
	bottom: calc(120vw / 7.5)!important;
	width: calc(60vw / 7.5)!important;
	font-size: calc(24vw / 7.5)!important;
	line-height: calc(60 / 24)!important;
	text-align: center!important;
	color: #FFF!important;
	background: #E84720!important;
	opacity: 0.65!important;
	display: block!important;
	transition: all 0.35s ease!important;
	z-index: 9!important;
}
.pagetop a:hover {
	opacity: 0.5!important;
}