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

/* ------------------------------ PC ------------------------------ */

.sp-only { display: none; }

/* 基本 */
body {
	min-width: 1280px;
	font-family: Roboto, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-size: calc(16rem / 16);
	line-height: calc(24em / 16);
	text-align: left;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: top;
	color: #000;
	background: #FFF;
}

/* IE用　*/
_:lang(x)::-ms-backdrop, body {
	font-family: Roboto, Meiryo, sans-serif;
} 

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: 1280px;
	padding: 0 100px;
}
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: 50px!important;
	bottom: 48px!important;
	width: 60px!important;
	font-size: calc(24rem / 16)!important;
	line-height: calc(60em / 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;
}