@charset "UTF-8";
/* CSS Document */

html{
}


body {
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", Meiryo, メイリオ, "游ゴシック", YuGothic, sans-serif;
	font-size: 16px;	
	font-weight: normal;
	letter-spacing: 0.03em;
	line-height: 1.8em;
	position:relative;
}

.section {
	-webkit-background-size: cover;
	background-size: cover;
	border: 0px solid #fff;
}

/* section1 */

#section1 {
	background-position: 50% 50%;
	overflow: hidden;
}


.logo {
	position: absolute; 
	left: 30px;
	top: 20px;
	z-index: 10;
}

#section1 h1 {
	position: absolute; 
	left: 50%;
	top: 45%;
	margin-left: -250px;
	margin-top: 0px;
	z-index: 10;
}

#section1 p {
	position: absolute; 
	left: 50%;
	top: 45%;
	margin-left: -400px;
	margin-top: 90px;
	z-index: 10;
}

.mov {
	position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    min-height: 100%;
    z-index: -100;
    background-color: #111;
}

/* section2 */

#section2 {
	background-color: #fff;
	background-image: url(../img/bg02.jpg);
	background-position: 50% 50%;
}

.etitle {
	position: absolute;	
	top: 5%;
	left: 50%;
}

.jtitle {
	position: absolute;	
	top: 5%;
	margin-top: 85px;
	left: 50%;	
}

#text21 {
	margin-left: -123px;
}

p#text22 {
	margin-left: -107px;
}

p#text23 {
	position: absolute;	
	bottom: 0%;
	left: 50%;
	margin-left: -399px;
	margin-bottom: 40px;
}

p#arrow21 {
	position: absolute;	
	bottom: 0%;
	left: 50%;
	margin-left: -22px;
	margin-bottom: 90px;

}

p.comment {
	text-align: center;
	font-size: 13px;
	line-height: 1.8em;
	color: #666;
}

p#comment1 {
	position: absolute;
	top: 22%;
	left: 22%;
	margin-left: -100px;
	margin-top: 20px;
}

p#comment2 {
	position: absolute;
	top: 55%;
	left: 18%;
	margin-left: -100px;
	margin-top: 30px;
}

p#comment3 {
	position: absolute;
	top: 37%;
	left: 46%;
	margin-left: -100px;
	margin-top: 30px;
}

p#comment4 {
	position: absolute;
	top: 68%;
	left: 40%;
	margin-left: -100px;
	margin-top: 20px;
}
p#comment5 {
	position: absolute;
	top: 24%;
	left: 80%;
	margin-left: -100px;
	margin-top: 20px;
}
p#comment6 {
	position: absolute;
	top: 53%;
	left: 65%;
	margin-left: -100px;
	margin-top: 20px;
}
p#comment7 {
	position: absolute;
	top: 68%;
	left: 82%;
	margin-left: -100px;
	margin-top: 20px;
}

/* section3 */

#section3 {
	background-image: url(../img/bg03.jpg);
	background-position: 50% 50%
}

#text31 {
	margin-left: -198px;
}

p#text32 {
	margin-left: -151px;
}

div#process {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -480px;
	margin-top: -200px;
}

.box-left {
	display: block;
	width: 480px;
	height: 64px;
	float: left;
	margin-left: 1px;
	color: #000;
	clear: both;

	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0.5)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#80ffffff',GradientType=1 );
	opacity: 1;
}

.box-right {
	display: block;
	width: 480px;
	height: 64px;
	float: left;
	margin: 0;
	color: #000;

	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0.5)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#80ffffff',GradientType=1 );
	opacity: 1;
}

.box-left:hover, .box-right:hover {
	opacity: 0.8;
}

.fig {
	position: relative;
	top: 15px;
	left: 30px;
	float: left;
}

.icn {
	position: relative;
	top: 15px;
	left: 20px;
	padding: 0 20px 0 20px;
	float: left;
}

h2.processtitle {
	position: relative;	
	top: 20px;
	left: 20px;
	font-size: 16px;
	color: #444;
	opacity: 1.0;
	float: left;
}

p.processtext {
	padding: 12px 18px 0 18px;
	font-size: 12px;
	line-height: 1.8em;
	color: #333;
	opacity: 1.0;
}

div.whiteborder {
	display: block;
	width: 900px;
	height: 1px;
	background-color: #fff;
	opacity: 0.6;
	clear: both;
}

/* section4 */

#section4 {
	background-image: url(../img/bg04.jpg);
	background-position: 50% 50%
}

#text41 {
	margin-left: -157px;
}

p#text42 {
	margin-left: -93px;
}

div#benefits {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -450px;
	margin-top: -200px;
}

.box {
	width: 900px;
	height: 99px;
	display: block;
	color: #000;

	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0.5)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#80ffffff',GradientType=1 );
	opacity: 0.9;
}

.box:hover {
	opacity: 0.8;
}

.fig2 {
	position: relative;
	top: 33px;
	left: 30px;
	float: left;
}

h2.benefittitle {
	position: relative;	
	top: 36px;
	left: 150px;
	font-size: 17px;
	color: #444;
	opacity: 1.0;
	float: left;
}


/* section5 */
#section5 {
	background-image: url(../img/bg05.jpg);
	background-position: 50% 50%
}

#text51 {
	margin-top: 10px;
	margin-left: -131px;
}

p#text52 {
	margin-left: -92px;
}

p#text53 {
	position: absolute;
	top: 55%;
	left: 50%;
	margin-left: -370px;
	margin-top: -40px;
}

/* section6 */

#section6 {
	background-color: #f6f6f6;
}

#text61 {
	position: absolute;
	top: 30px;
	margin-left: -65px;
}

p#text62 {
	position: absolute;
	top: 20px;
	margin-left: -67px;
}

div#qanda {
	position: absolute;
	top: 160px;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	z-index: 1;
}

.qa {
	position: relative;
	top: -2px;
	padding-right: 40px;
	float: left;
}

p.qandatext {
	font-size: 14px;
	line-height: 1.7em;
	margin-bottom: 18px;
}

p.qandatext a {
	color: #000;
}

p.question {
	color: 000;
}

p.answer {
	color: #444;
}

p#questionmark {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -200px 0 0 -100px;
	opacity: 0.9;
	z-index: 0;
}

/* section7 */

#section7 {
	background-color: #f6f6f6;
	text-align: center;
	margin: 0;
	overflow: scroll;
}

#text71 {
	position: absolute;
	top: 30px;
	margin-left: -95px;
}

p#text72 {
	position: absolute;
	top: 10px;
	margin-left: -63px;
}

div#contact {
	position: absolute;
	top: 140px;
	left: 50%;
	width: 900px;
	margin-left: -450px;
	border-top: 0px dotted #999;
	text-align: left;
	color: #333;
}

#section7 h2 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.01em;
	line-height: 2em;
	margin-top: 5px;
	margin-bottom: 0px;
}

.box2 i {
	padding-right: 5px;
}

.box2 i {
	font-size: 20px;
}

p.text_normal3 {
	width: 900px;
	margin-bottom: 25px;
	font-size: 13px;
	line-height: 1.8em;
	color: #000;
}

p.text_normal3 a {
	color: #000;
}

div.form {
	text-align: left;
	border-top: 1px dotted #999;;
	width: 960px;
	margin: 0 auto 60px auto;
	padding-top: 20px;
}

form dt {
	text-align: left;
	clear: both;	
	float: left;
	width: 150px;	
	font-size: 13px;
}

form dd {
	float: left;
	font-size: 13px;

}

form dd input {
	width: 600px;
	height: 20px;
	border: solid 1px #999;

}

form dd textarea {
	width: 600px;
	height: 120px;
	border: solid 1px #999;
}

form dl {
	padding: 10px 5px 10px 5px;

}

form dl:after {
	content: "";
	display: block;
	clear: both;
}

#submit_button {
	position: relative;
	left: 50%;
	margin: 20px 0 10px -100px;
	clear: both;
	padding: 5px;
	font-size: 12px;
	display: block;
	width: 150px;
	height: 30px;
	border: solid 1px #999;
	background-color: #fff;
	border-radius: 12px;
}

#submit_button:hover {
	background-color: #eee;
}


#copyright {
	position: absolute;
	bottom: 10px;
	left: 50%;
	width: 600px;
	margin: 80px 0 0 -300px;
	font-size: 11px;	
	color: #666;
}







