@charset "UTF-8";

#mainContents:after,
header:after,
footer:after,
.clearfix:after{
	content : " ";
	display : block ;
	height : 0 ; 
	visibility : hidden ;
	clear : both ;
}
body{
	min-width: 1200px;
	color: #000;
	font-size: 16px;
}
body #mainContents{
	font-family: Verdana,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
}
body #mainContents ul,
body #mainContents ol,
body #mainContents figure{
	margin: 0;
	padding: 0;
}
body #mainContents ul li,
body #mainContents ol li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
body #mainContents p,
body #mainContents li,
body #mainContents dt,
body #mainContents dd,
body #mainContents th,
body #mainContents td{
	margin: 0;
	line-height : 140% ;
}
body #mainContents h1,
body #mainContents h2,
body #mainContents h3,
body #mainContents h4{
	margin: 0;
	line-height : 120% ;
}
body #mainContents img{
	vertical-align: bottom;
}
body #mainContents a,
body .opacity{
	color : #1897e0;
	text-decoration : underline ;
	transition-duration : 0.3s ;
	-webkit-transition : all 0.3s ease 0s ;
	-moz-transition : all 0.3s ease 0s ;
	-o-transition : all 0.3s ease 0s ;
}
body #mainContents a:hover{
	color: #c3002f
}
body .opacity:hover{
	text-decoration: none;
	opacity : 0.7 ;
	filter : alpha(opacity=70) ;
	-moz-opacity : 0.7 ;
	-ms-filter : "alpha(opacity=70)" ;
}

body #mainContents .effect{
	transition-duration : 1s ;
	-webkit-transition : all 1s ease 0s ;
	-moz-transition : all 1s ease 0s ;
	-o-transition : all 1s ease 0s ;
	opacity: 0;
}
body #mainContents .effect.effectout{
	opacity: 1;
}
/******************************************************************************
	common
******************************************************************************/
body #mainContents section{
	box-sizing: border-box;
	position: relative;
	width: 1200px;
	margin: 0 auto 60px;
}
body #mainContents .regist{
	width: 863px;
	margin: 0 auto 80px;
	text-align: center;
}
body #mainContents section ul.attention{
}
body #mainContents section ul.attention li{
	position: relative;
	padding: 0 0 0 15px;
	line-height: 160%;
	font-size: 14px;
}
body #mainContents section ul.attention li span{
	position: absolute;
	left: 0;
}
body #mainContents .regist p.btn{
}
body #mainContents .regist p.text{
}
body #mainContents .regist p.kiyaku{
	margin: 35px auto;
	font-size: 14px;
}
/******************************************************************************
	.header
******************************************************************************/
body #mainContents section.header{
	position: relative;
	width: auto;
	margin-bottom: 190px;
}
body #mainContents section.header h1{
	margin: 0 0 85px;
	text-align: center;
}
body #mainContents section.header .regist{
	margin: 0 auto;
}

/******************************************************************************
	.present
******************************************************************************/
body #mainContents section.present{
	box-sizing: border-box;
	width: 1000px;
	margin-bottom: 70px;
	padding: 40px 0;
	border: #c3002f 10px solid;
	background: #fff;
}
body #mainContents section.present:before{
	content: " ";
	position: absolute;
	left: 50%;
	top: -100px;
	width: 804px;
	height: 75px;
	margin-left: -402px;
	background: url("../img/txt_present03.png") center center no-repeat;
}
body #mainContents section.present h2{
	margin: 0 0 50px;
	text-align: center;
}
body #mainContents section.present h3{
	margin: 0 0 25px;
	text-align: center;
}
body #mainContents section.present p{
	width: 780px;
}
body #mainContents section.present p.text01{
	margin: 0 auto 15px;
}
body #mainContents section.present p.text02{
	margin: 0 auto 35px;
}
body #mainContents section.present ul.attention{
	width: 780px;
	margin: 0 auto;
}


/******************************************************************************
	.about
******************************************************************************/
body #mainContents section.about{
	max-width: 1200px;
	width: auto;
	padding: 0 0 70px;
	margin-bottom: 0;
	background: url("../img/bg_about.png") center center repeat;
}
body #mainContents section.about h2{
	margin: 0 0 65px;
	background: #000;
	text-align: center;
}
body #mainContents section.about ul.aboutList{
	width: 910px;
	margin: 0 auto 60px;
}
body #mainContents section.about ul.aboutList li{
	margin: 0 0 25px;
}
body #mainContents section.about ul.aboutList li:last-child{
	padding: 0;
	margin: 0;
}
body #mainContents section.about ul.aboutList li p{
	margin: 15px 0 0;
	font-size: 12px;
	color: #c3002f;
	line-height: 160%;
}
body #mainContents section.about ul.aboutList li ul{
	margin: 0;
}
body #mainContents section.about ul.aboutList li ul.alone{
	margin: 15px 0 0;
}
body #mainContents section.about ul.aboutList li ul li,
body #mainContents section.about ul.aboutList li ul li:last-child{
	position: relative;
	padding: 0 0 0 15px;
	margin: 0;
	border: none;
	line-height: 160%;
	font-size: 12px;
	color: #c3002f;
}
body #mainContents section.about ul.aboutList li ul li span{
	position: absolute;
	left: 0;
}
body #mainContents section.about .flow{
	width: 910px;
	margin: 0 auto 65px;
}
body #mainContents section.about .flow h3{
	margin: 0 0 30px;
	text-align: center;
}
body #mainContents section.about .target{
	box-sizing: border-box;
	width: 1000px;
	padding: 40px 0;
	margin: 0 auto 45px;
	border: #000 1px solid;
	background: #fff;
}
body #mainContents section.about .target h3{
	margin: 0 0 20px;
	text-align: center;
}
body #mainContents section.about .target p{
	margin: 0 0 35px;
	text-align: center;
}
body #mainContents section.about .target ul.carList{
	width: 920px;
	margin: 0 auto 15px;
}
body #mainContents section.about .target ul.carList li{
	float: left;
	margin: 0 0 30px;
}
body #mainContents section.about .target ul.attention{
	width: 920px;
	margin: 0 auto;
}
body #mainContents section.about .regist,
body #mainContents section.about .regist p.kiyaku{
	margin-bottom: 0;
}

/******************************************************************************
	#thanksMessage
******************************************************************************/
body #mainContents section#thanksMessage{
	margin: 20px auto 20px;
	border: #f00 2px solid;
	padding: 30px 0;
	text-align: center;
	color: #f00;
}
body #mainContents section#thanksMessage h2{
	margin: 0 0 15px;
}
body #mainContents section#thanksMessage p{
	margin: 0;
	font-weight: bold;
}
/******************************************************************************
	.kiyaku
******************************************************************************/
body .kiyaku{
	max-width: 720px;
}
body .kiyaku h2{
	margin: 0 0 20px;
	font-size: 18px;
	text-align: center;
}
body .kiyaku h3{
	margin: 20px 0 5px;
	font-size: 14px;
	font-weight: bold;
}
body .kiyaku p{
	margin: 0 0 20px;
	font-size: 12px;
	line-height: 160%;
}
body .kiyaku p.hasBottom{
	margin: 0;
}
body .kiyaku ul{
	margin: 0 0 20px;
	padding: 0;
	list-style-type: none;
}
body .kiyaku ul li{
	position: relative;
	margin: 0 0 0 25px;
	line-height: 160%;
	font-size: 12px;
	list-style-type: disc;
}
body .kiyaku ul li ol{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
body .kiyaku ul li ol li,
body .kiyaku ul li ul li{
	padding: 0 0 0 25px;
	margin: 0;
	list-style-type: none;
}
body .kiyaku ol.maru{
	padding: 0;
}
body .kiyaku ol.maru li{
	position: relative;
	padding: 0 0 0 25px;
	list-style-type: none;
	line-height: 160%;
	font-size: 12px;
}
body .kiyaku ol.maru li span{
	position: absolute;
	left: 0;
}
body .kiyaku ul.attention{
	margin-top: -15px;
}
body .kiyaku ul li ul.attention{
	margin: 0;
}
body .kiyaku ul.attention li{
	padding: 0 0 0 15px;
	margin: 0;
	list-style-type: none;
	color: #c3092f;
}
body .kiyaku ul li span{
	position: absolute;
	left: 0;
}
body .kiyaku table{
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 20px;
	font-size: 12px;
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
}
body .kiyaku table th,
body .kiyaku table td{
	padding: 5px 10px;
	border-bottom: #ccc 1px solid;
	border-right: #ccc 1px solid;
	text-align: center;
}
body .kiyaku table th{
	background: #fafafa;
}
body .kiyaku a{
	color : #1897e0;
	text-decoration : underline ;
}
body .kiyaku a:hover{
	color: #c3002f
}
body .kiyaku form{
	text-align: center;
}
body .kiyaku form fieldset{
	margin: 0 0 20px;
	padding: 0;
	border: none;
	font-size: 14px;
	line-height: 26px;
}
body .kiyaku form fieldset label{
	display: inline-block;
	position: relative;
	padding: 0 0 0 30px;
}
body .kiyaku form fieldset label input{
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
}
body .kiyaku form .regist .btn.disable a,
body .kiyaku form .regist .btn.disable a:hover{
	-webkit-filter: grayscale(1);
	filter: gray;
	filter: grayscale(1);
	cursor: default;
	opacity: 0.3;
}
body .kiyaku form .regist .btn a img{
	max-width: 100%;
}
/******************************************************************************
	#addLink
******************************************************************************/
body #mainContents #addLink{
	max-width: 1500px;
	margin: 0 auto;
	padding-top: 30px;
	background: #000;
	text-align: center;
	font-size: 16px;
}
body #mainContents #addLink a{
	padding: 0 24px 0 0;
	background: url("../img/ico_addlink.png") right center no-repeat;
	color: #fff;
	text-decoration: none;
}
