@charset "utf-8";

/* CSS Document */

/*----------------------------------------------------
 reset
----------------------------------------------------*/


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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

html { overflow-y: scroll; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea, {
margin: 0;
padding: 0;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul { list-style: none; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th { text-align: left; }

a:focus { outline: none; }

img{ vertical-align:middle; }

img {
	max-width: 100% ;
	height:auto ;
}
ul, menu, dd, dir{
	margin:0;
	padding:0;
}
ul,ol{
	margin:0;
	-webkit-padding-start:0;
	-moz-padding-start:0;
	-o-padding-start:0;
	-ms-padding-start:0;
}


/*----------------------------------------------------
 common
----------------------------------------------------*/


body {
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0;
	-webkit-text-size-adjust : 100% ;
	overflow:hidden;/* スクロール時横幅全体表示 */
	min-width:980px;
	background:#fff;
}
a{
	color:#313131;
}

a:hover{
	opacity:0.8;
}
/* IEイメージ枠なし */
a img {
	border-style:none;
}

strong{
	color:#F00;
	font-size:20px;
	font-weight:bold;
}


/*----------------------------------------------------
 contents
----------------------------------------------------*/

header{
	background: url(img/head.png) 0 0 no-repeat;
	padding-top:100%;
	height:0;
	background-size: contain;
	/* ◯秒かけてアニメーションする */
-webkit-animation-duration: 2s;
animation-duration: 2s;


}

.waku{
	width:980px;
	margin:0 auto 50px;
	padding:50px 0;
	text-align:center;
	/* box-shadow */
box-shadow:0px 0px 3px 3px #cbcbcb;
-moz-box-shadow:0px 0px 3px 3px #cbcbcb;
-webkit-box-shadow:0px 0px 3px 3px #cbcbcb;

}

.waku p{
	margin:0 auto 30px;
	text-align:left;
	width:700px;
}

.box{
	font-size:14px;
	text-align:center;
	margin-bottom:20px;
}


dl.list1,
dl.list2{
	margin:0 auto;
}

dl.list1 dt,
dl.list2 dt{
	margin-bottom:50px;
}

dl.list1 dd,
dl.list2 dd{
	width:700px;
	margin:0 auto 10px;
	text-align:left;
	font-size:22px;
	letter-spacing:0.1em;
	font-weight:bold;
	
}

dl.list1 dd:before{
	content: url(img/check.gif);
	margin-right:10px;
}
dl.list2 dd:before{
	content: url(img/batsu.gif);
}


.space{
	padding-bottom:100px;
}
.title{
	margin:100px auto 80px;
}
.right{
	float:right;
	margin:0 0 20px 20px;
}

/*----------------------------------------------------
 mail_box
----------------------------------------------------*/
.mail_box{
	width:899px;
	height:622px;
	margin:50px auto 0;
	background:url(img/mail.png) 0 0 no-repeat;
	position: relative;
}

.btn_box{
	position:absolute;
	top:250px;
	left:180px;
}



input.text{
	width:500px;
	border-radius:4px;
	display:block;
	height:40px;
	border:5px solid #bbb;
	padding:10px;
	font-size:16px;
	margin:0 auto 20px;
	color:#999;
}


.btn{
/* ◯秒かけてアニメーションする */
-webkit-animation-duration: 2s;
animation-duration: 2s;
/* ◯秒待ってからアニメーションする */
-webkit-animation-duration: 1s;
animation-delay:1s;

}

/* 注意書き */
.mail_box + ul{
	background:#eee;
	width:750px;
	padding:20px;
	margin:0 auto 50px;
}

.mail_box + ul li{
	text-align:left;
	font-size:13px;
}
.mail_box + ul li.last{
	margin:10px 0 0 0;
	font-size:15px;
}
.mail_box + ul li a{
	display:inline-block;
	margin-left:5px;
	color:#F00;
}


/*----------------------------------------------------
 footer
----------------------------------------------------*/


footer {
	position: relative;
	width:100%;
	bottom:0;
	height:60px;
	padding:10px 0 0;
	text-align:center;
	background:#00498E;
}

footer p{
	margin:20px auto;
	font-size:14px;
	color:#FFF;
}



/*----------------------------------------------------
 プライバシーポリシー
----------------------------------------------------*/
#pri{
	width:100%;
	margin:0 auto;
	text-align:left;
	color:#000;
	font-size:15px;
}
#pri div{
	width:50%;
	margin:0 auto;
}
#pri h1,
#pri h2{
	font-size:20px;
	padding:20px 0;
	margin-bottom:50px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	background:#000;
}

#pri dl{
	margin-bottom:30px;
}

#pri dt{
	border-bottom:1px solid #000;
	padding-left:10px;
	margin-bottom:20px;
	font-weight:bold;
}
#pri dd{
	margin-bottom:10px;
}


#pri ul{
	padding:10px;
	margin:10px auto;
}
#pri ul li{
	margin-bottom:10px;
}

#pri table{
	width:100%;
}
#pri th,
#pri td{
	padding:20px;
	background: #E8E8E8;
		border:2px solid #fff;

}
#pri th{
	background:#CCC;
	text-align:center;
	vertical-align:middle;
}
#pri td a{
	color:#C00;
}
.attent{
	font-size:13px;
	line-height:1.4;
	margin:20px auto 50px;
}

a.toppage{
	text-align:center;
	border-radius:4px;
	background:#000;
	color:#fff;
	padding:20px;
	width:300px;
	text-decoration:none;
	margin:0 auto 50px;

	color:#fff;
	display:block;
}
span{
	color: #09C;
}

/*----------------------------------------------------
 clearfix
----------------------------------------------------*/

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

