@charset "utf-8";

/* common
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

a:link,
a:visited {
	color: #294587;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #d90909;
	text-decoration: underline;
}

img {
	border: none;
}

body {
	width: 100%;
	height: 100%;
	min-width: 1002px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: top center;
	-webkit-text-size-adjust: none;
	text-align: center;
	font-size: 18px;
	font-family: 'meiryo', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #353535;
}

/* backgroud-image
---------------------------------------------*/
#head1 {
	background: url("../images/header_01.png") no-repeat top center;
	height: 65px;
}

#head2 {
	background: url("../images/header_02.png") no-repeat top center;
	height: 418px;
}

#head3 {
	background: url("../images/header_03.png") no-repeat top center;
	height: 1317px;
}

#head4 {
	background: url("../images/header_04.png") no-repeat top center;
	height: 1376px;
}

/* フォームボタンのみ
---------------------------------------------*/
.form {
	background: url("../images/form.png") no-repeat top center;
	height: 300px;
}

.form_inner {
	text-align: center;
	width: 900px;
	margin: 0 auto;
	padding: 2rem 0 1rem;
}

.btn {
	display: block;
	animation-name: pulse;
	animation-duration: 2s;
	animation-iteration-count: 1000;
	margin: auto;
	margin-top: 30px;
}

/* ボタンのマウスオーバーで明るくする */
.btn:hover {
	filter: brightness(120%);
}

/* フォームボタンのみ
---------------------------------------------*/
.container {
	text-align: left;
	width: 1000px;
	margin: 0 auto;
}

.text {
	text-align: left;
	width: 850px;
	margin: 0 auto;
}

.wrap {
	background-image: url("../images/wrap.png");
	background-repeat: repeat-y;
	background-position: center top;
	background-position: 50% 0%;
}


/* footer
---------------------------------------------*/
.footer {
	background-color: #ffff;
	text-align: center;
	padding: 2rem 0;
	color: #404040;
	font-size: 0.8rem;
}

/* プライバシーポリシー、特商法 */
h2 {
	text-align: center;
}

.tb01 {
	width: 600px;
	margin: 30px auto;
	line-height: 180%;
	border-color: #ccc;
	border-style: solid;
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
}

.tb01 .title {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 6px;
	background-color: #e4e4e4;
	width: 35%;
}

.tb01 td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 6px;
	text-align: left;
	background-color: #FFFFFF;
}

.copyright {
	text-align: center;
	padding: 15px 0px;
}

.copyright a:link,
a:visited {
	color: #2236cf;
	text-decoration: underline;
}