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

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

.sp-only { display: none; }

/* 基本 */
body {
	font-size: calc(16rem / 16);
	min-width: 1280px;
	font-family: Roboto, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, sans-serif;
	line-height: calc(24em / 16);
	text-align: left;
	letter-spacing: 0.015em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: top;
	color: #000;
	background: #FFF;
}
b, strong, .bold {
	font-family: Roboto, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
}
h1, h2, h3, h4, h5, h6,
th {
	font-family: Roboto, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
}

/* 電話発信無効 */
a[href*="tel:"] {
	pointer-events: none;
	display: inline-block; /* IE */
}

/* IE用　*/
_:-ms-lang(x)::-ms-backdrop, body, b, strong, .bold, h1, h2, h3, h4, h5, h6, th { font-family: Roboto, Meiryo, sans-serif; }

a         { transition: all 0.35s ease }
a:link    { color: #000; text-decoration: none; }
a:visited { color: #000; text-decoration: none; }
a:active  { color: #000; text-decoration: none; }
a:hover   { color: #000; text-decoration: none; opacity: 0.55; }

/* 汎用 */
.wrapper {
	margin: 0 auto;
	width: 1280px;
	padding: 0 50px;
}
p {
	text-align: justify;
	text-justify: inter-ideograph;
}
hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.blue {
	color: #2E5075;
}
.red {
	color: #ED1C24;
}

/* ページトップへスクロール */
.pagetop {
	position: fixed;
	right: 0;
	bottom: 0;
	background: #2E5075;
	opacity: 1;
	display: none;
	z-index: 9;
}
.pagetop a {
	width: 60px;
	height: 60px;
	padding: 18px 18px;
	font-size: calc(24rem / 16);
	line-height: calc(24em / 24);
	color: #FFF;
	display: block;
}
.pagetop a:hover {
	opacity: 0.35;
}