@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
	line-height: 1.5em;
}

ul {
	margin: 0;
	padding: 0;
}

img { vertical-align: bottom; }
blockquote, q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }

a,a:link,
a:visited {
	color: #f00;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #f00;
	text-decoration: none;
}

.sp { display: none; }
.pc { display: block; }
.tcenter { text-align: center; }

/* for modern brouser */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix { display: inline-block; }
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/**/

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	font-family: "", -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
	font-size:15px;
	line-height: 1.75em;
	color: #fff;
	-webkit-text-size-adjust: none;
	text-align: center;
	background: #000 url(../images/bg.jpg) repeat-y top center;
	background-size:100% auto;
}
.line1 { background: url(../images/line.gif) repeat-y right top; }
.line2 { background: url(../images/line.gif) repeat-y left top; }
.main {
	background: url(../images/main.png) no-repeat center top;
	background-size:100% auto;
}

div.blank img {
	width: 100%;
	max-width: 100%;
}
h1 img { max-width: 85%; }
h2 { margin: 0 0 -2em; }
h3 {
	font-size: 1.75em;
	padding: 0 4em;
}
p {
	max-width: 750px;
	margin: 0 auto;
	padding: 1em 4em;
}
strong { color: #00fcfd; }
small { font-size: 0.8em; }
.red { color: #f00; }

ul.rule,
ol {
	max-width: 750px;
	margin: 0 auto;
	padding: 1em 4em;
	text-align: left;
}
ul.rule li { list-style-type: disc; }
ol li { list-style-type: decimal; }

div.kiyaku {
	max-width: 750px;
	height: 300px;
	margin: 1em auto 0;
	padding: 1em 4em;
	font-size: 0.8em;
	overflow: auto;
	text-align: left;
	border: #f00 solid 1px;
	background: rgba(255,0,0,0.25);
}

ul.bn {
	text-align: center;
	margin: 0 auto 1em;
	max-width: 1050px;
}
ul.bn li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 10px;
}

footer {
	font-size: 0.8em;
	padding: 4em 0;
}


@media all and (min-width: 0px) and (max-width: 736px) {
	.sp { display: block; }
	.pc { display: none; }
	img, .btn input { max-width: 85%; }
	body {
		font-size: 10px;
		padding: 0;
	}
	div.kiyaku {
		width: 75%;
		padding: 1em 2em;
	}
	ul.bn { width: 100%; }
	ul.bn li {
		width: 100%;
		margin: 2vw 0;
	}
	ul.bn li img {
		max-width: 100%;
	}

}