@charset "utf-8";

/*---------------------------------------------

デザインスタイル

-----------------------------------------------*/

* html, p, th, td, h1, h2, h3, h4, li, dt, dd, figure, small, address, input, textarea {font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif, Verdana;}

html{font-size: 62.5%;}

body {
	color: #000;
	-webkit-text-size-adjust: 100%;
}

/* ▼ヘッダーPC */
header {padding: 50px 0;}

header h1 {
	font-size: 24px; font-size: 2.4rem;
	font-feature-settings: "palt" 1;
	text-align: center;
}

/* ▼コンテンツPC */
article {
}

#contents {
	width: 1000px;
	margin: 0 auto;
}

.loginbtn a {
	display: block;
	width: 180px;
	padding: 15px 0;
	margin: 150px auto;
	background: #000;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 18px; font-size: 1.8rem;
	font-weight: bold;
	font-feature-settings: "palt" 1;
	border-radius: 10px;
}

/* ▼フッターPC */
footer {padding: 20px 0;}

footer p {
	text-align: center;
	font-size: 16px; font-size: 1.6rem;
	font-feature-settings: "palt" 1;
	padding: 25px 0;
}
