@charset "utf-8";

/* Reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
h1,h2,h3,h4,h5,h6,b,strong { font-weight: normal;}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
input, select {
	vertical-align:middle;
}


/* ===================================================
	Base CSS
====================================================== */
body {
	min-width: 1100px; min-height: 100vh; color: #000;
	font-size: 14px; font-weight: normal; line-height: 1.5;
	background: #fff;
	font-family:"Yu Gothic Medium", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt"; letter-spacing: 0.08em;
}

@media screen and (max-width: 600px) {
	body,
	input,
	select,
	textarea { font-size: 15px;}
	body { min-width: 0;}
}

/* ---------------------------------------------------
	Layout
------------------------------------------------------ */
h1, h2, p, form { text-align: center; }
h1 { padding: 40px 0; margin: 0 auto; }
h2 { margin-bottom: 15px; font-size: 25px; font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif; }
h2 + p { margin-bottom: 40px; line-height: 1.8; }
form { max-width: 800px; width: 94%; margin: 50px auto; padding: 50px 0; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }
input { display: block; width: 280px; height: 36px; margin: 0 auto; padding: 5px 10px; font-size: 18px;
	border: 1px solid #ccc; border-radius: 3px; }
button { margin-top: 12px; width: 280px; height: 42px; font-size: 15px; border-radius: 3px; color: #fff; background: #3992d1; transition: background .3s; }
button:hover { background: #2d81bc; }

/* reset */
input, button { appearance: none; outline: none; }
button { border: none; }


@media screen and (max-width: 600px) {
	h1 { padding: 40px 4% 30px; }
	h2 { font-size: 22px; }
	h2 + p { width: 92%; margin: 0 auto; font-size: 14px; text-align: left; line-height: 1.5; }
	form { margin: 30px auto; padding: 40px 0; }
}

