@charset "utf-8";
*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
html.dw1680under {
	font-size: 54.6875%;
}
body {
	color: #333;
	background: #fff;
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 10px; font-size: 1.0em;
	line-height: 1.7;
	text-align: center;
}

/* --- link --- */

a {
	color: #333;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:visited:after {
	text-decoration: none;
}
a:hover {
	color: #333;
}
footer a{
	color: #fff;
}
footer a:hover {
	color: #fff;
	opacity: .7;
}
footer a.contactButton{
	color: #11257B;
}

/* --- general --- */

h2 {
	margin: 0 0 0.5em 0;
	font-size: 1.5em;
}
h3 {
	margin: 0 0 1em 0;

	color: #333;
	font-size: 1.2em;
}
p {
	font-size: 1.2em;
	margin-bottom: 1.5em;
}
table {
	margin-bottom: 1.5em;
	font-size: 1.2em;
	line-height: 1.7;
}
