@charset "utf-8";

/* ------------------------
	format
------------------------ */

* { margin:0px; padding:0px;font-style:normal;text-indent: 0; font-weight:normal;
font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;}

a:link {color: #0eaee4;text-decoration: none;}
a:visited {color: #0eaee4;text-decoration: none;}
a:active {color: #0eaee4;text-decoration: none;}
a:hover {color: #0eaee4;text-decoration: underline;}


h1,h2,h3,h4,h5,h6,strong {
	font-weight:normal;
	font-style:normal;}
	
img {border:0px;vertical-align:top;}

ul,ol{list-style-type:none;}

.clear {clear:both;}
p {margin:0 0 10px 0;}


.mb5{margin:0 0 5px 0;}
.mb10{margin:0 0 10px 0;}
.mb15{margin:0 0 15px 0;}
.mb20{margin:0 0 20px 0;}
.mb30{margin:0 0 30px 0;}
.mb40{margin:0 0 40px 0;}
.mb50{margin:0 0 50px 0;}
.mb60{margin:0 0 60px 0;}
.mb100{margin:0 0 100px 0;}


/* new clearfix */  
.clearfix:after {  
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
    }  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */  

@media only screen and (min-width: 769px) {

/* ------------------------
	base
------------------------ */



body {
	width:100%;
	background: #FFFFFF;
	font-size:14px;
	line-height:1.8;
	color:#4D4D4D;
	min-width: 1000px;
}

#wrapper{
	padding:0 0 0 0;	
}

.sp{
	display:none;
}

.pc{
	display:block;
}

/* ------------------------
	footer
------------------------ */
address{
	width:100%;
	clear:both;
	background:#666;
	font-style:normal;
	font-size:11px;
	padding:8px 0 8px 0;
	text-align:center;
	color:#fff;
}

/* ------------------------
	header
------------------------ */

header {
	width:100%;
	overflow:hidden;
	margin:0 auto 100px auto;
	position:relative;
	z-index:10000;
	position:fixed;
	background: url('../img/common/gnavi_bg.png') repeat-x;
	padding:12px 0 15px 0;
}

.header_inner {
	width:980px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
}


.header_inner p#logo{
	float:left;
	padding:5px 0 0 0;
}

.header_inner h1{
	color:#fff;
	font-size:11px;
	float:right;
	margin:0 0 10px 0;
}

.header_inner ul.pc_menu{
	float:right;
}

.header_inner ul.pc_menu li{
	float:left;
	margin:0 0 0 8px;
}


/* ------------------------
	script base
------------------------ */


section {
    min-height: 700px;
    position: relative;
    min-width: 980px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

article{
    width: 980px;
    margin: 0 auto;
	position:relative;
	z-index:100;
}

article a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-ms-filter: alpha(opacity=80);
	opacity: 0.8;
	text-decoration:none;
}

.parallax-item{position:absolute;z-index:5;top:40px;left:400px;}

section:nth-of-type(1){background:#ffffff;height:700px;}
section:nth-of-type(2){background:#0eaee4;height:700px;}
section:nth-of-type(3){background:#e6e6e6;height:700px;}
section:nth-of-type(4){background:#0071bc;height:700px;}
section:nth-of-type(5){background:#222222;height:700px;}
section:nth-of-type(6){background:#0eaee4;height:700px;}
section:nth-of-type(7){background:#f2f2f2;height:700px;}
section:nth-of-type(8){background:#666666;height:700px;}
section:nth-of-type(9){background:#e6e6e6;min-height:700px;}


/* ------------------------
	01 main
------------------------ */

#main>div:nth-of-type(1) {
    background:url(../img/top/main_title.png) 50% 200px no-repeat fixed;
    margin: 0;
    height: 700px;
    position:absolute;
    width:100%;
    top:200px;left:0;
}

/* ------------------------
	02 service
------------------------ */


#service>div:nth-of-type(1) {
    background:url(../img/bg/image_01.png) 50% 0 no-repeat fixed;
    margin: 0;
    height: 700px;
    position:absolute;
    width:100%;
    top:0;left:0;
}

#service article{
	text-align:center;
	padding:150px 0 0 0;
}

#service article h2{
	color:#fff;
	font-size:24px;
	margin:0 0 30px 0;
}
#service article p{
	margin:0 0 30px 0;
}

#service2>div:nth-of-type(1) {
    background:url(../img/bg/image_02.png) 50% 0 no-repeat fixed;
    margin: 0;
    height: 700px;
    position:absolute;
    top:0;left:0;
    width:100%;
}

#service2 article{
	padding:130px 0 0 100px;
}

#service2 article h2{
	font-size:24px;
	margin:0 0 0 0;
}

#service2 article h2 strong{
	color:#0071bc;
	font-weight:bold;
}

#service2 article h2 br{
	display:none;
}

#service2 article p{
	margin:0 0 50px 0;
}

#service2 article dl{
	border-left:3px solid #8cceee;
	margin:0 0 30px 0;
	padding:2px 0 2px 15px;
}

#service2 article dl dt{
	font-size:18px;
	color:#199ddd;
	font-weight:bold;
}



#service3>div:nth-of-type(1) {
    background:url(../img/bg/image_03.png) 50% 0 no-repeat fixed;
    margin: 0;
    height: 700px;
    position:absolute;
    width:100%;
    top:0;left:0;
}

#service3 article{
	text-align:center;
	padding:150px 0 0 0;
}

#service3 article h2{
	color:#fff;
	font-size:24px;
	margin:0 0 30px 0;
}
#service3 article p{
	margin:0 0 30px 0;
}

#service3 br{
	display:none;
}


#service4>div:nth-of-type(1) {
    background:url(../img/bg/image_04.png) 50% 0 no-repeat fixed;
    margin: 0;
    height: 700px;
    position:absolute;
    top:0;left:0;
    width:100%;
}

#service4 article{
	padding:130px 0 0 100px;
	color:#fff;
}

#service4 article h2{
	font-size:24px;
	margin:0 0 0 0;
	color:#fff;
}

#service4 article h2 strong{
	color:#0eaee4;
	font-weight:bold;
}

#service4 article p{
	margin:0 0 50px 0;
}

#service4 article dl{
	border-left:3px solid #004579;
	margin:0 0 30px 0;
	padding:2px 0 2px 15px;
}

#service4 article dl dt{
	font-size:18px;
	color:#0eaee4;
	font-weight:bold;
}





/* ------------------------
	03 example
------------------------ */

#example>div:nth-of-type(1) {
    background:url(../img/bg/image_05.png) 50% 50% no-repeat fixed;
    margin: 0;
    height: 700px;
    position:absolute;
    top:0;left:0;
    width:100%;
}

#example article{
	padding:130px 0 0 0;
	color:#fff;
	text-align:right;
}

#example article ul{
	font-size:22px;
	padding:20px 0 0 0;
	color:#fff;
	margin:0 0 20px 0;
}

#example article ul li span{
	font-size:34px;
	font-weight:bold;
}

#example br{
	display:none;
}

/* ------------------------
	04 price
------------------------ */

#price>div:nth-of-type(1) {
    background:;
    margin: 0;
    height: 700px;
    position:absolute;
    top:0;left:0;
    width:100%;
}

#price article{
	padding:120px 0 0 0;
	text-align:center;
}


#price article dl{
	width:290px;
	float:left;
	padding:50px 0 0 0;
	margin:0 15px 60px 15px;
}

#price article dl dt{
    background:url(../img/top/line.png) repeat-x bottom;
	color:#0eaee4;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
	font-size:24px;
	font-weight:bold;
}

#price article dl dd{
	font-size:14px;
}

#price article dl dd strong{
	color:#0071bc;
	font-weight:bold;
}


/* ------------------------
	05 office
------------------------ */

#office>div:nth-of-type(1) {
    background:url(../img/bg/image_06.png) 50% 50% no-repeat fixed;
    margin: 0;
    height: 700px;
    position:absolute;
    top:0;left:0;
    width:100%;
}

#office article{
	padding:120px 0 0 0;
	color:#fff;
}


#office article dl{
	padding:50px 0 0 0;
	width:600px;
}

#office article dl dt{
	clear:left;
	float:left;
	padding:5px 5px 5px 5px;
	font-size:15px;
	font-weight:bold;
}

#office article dl dd{
	font-size:15px;
	padding:5px 5px 5px 100px;
	border-bottom:1px dotted #b3b3b3;
}

/* ------------------------
	06 faq
------------------------ */

#faq>div:nth-of-type(1) {
    background:url(../img/bg/image_07.png) 50% 50% no-repeat fixed;
    margin: 0;
    min-height: 700px;
    position:absolute;
    top:0;left:0;
    width:100%;
}

#faq article{
	padding:120px 0 80px 0;
}
#faq article p.btn{
	text-align:center;
}


#faq article dl{
	padding:10px 0 0 0;
	width:700px;
	border-top:1px dotted #b3b3b3;
	margin:20px 0 30px 0;
}

#faq article dl dt{
    background:url(../img/top/faq_01.png) left top no-repeat;
	font-size:15px;
	font-weight:bold;
	color:#0eaee4;
	padding:3px 0 10px 50px;
	margin:0;
}

#faq article dl dd{
    background:url(../img/top/faq_02.png) left top no-repeat;
	font-size:13px;
	padding:0 0 10px 50px;
	border-bottom:1px dotted #b3b3b3;
	margin:0 0 15px 0;
}

/* ------------------------
	07 contact
------------------------ */

div#contact_base {
    margin: 0;
    min-height: 700px;
    width:100%;
	font-size:13px;
}

#contact_base article{
	padding:120px 0 80px 0;
}
.contact_top {
	margin:0 0 30px 0;
}
.contact_top h2{
	color:#0eaee4;
	font-size:24px;
	font-weight:bold;
	margin:0 0 20px 0;
}
.contact_top a{
    background:url(../img/common/arrow.png) left center no-repeat;
	padding:0 0 0 18px;
	font-weight:bold;
}

/*----------------------
	contact form
----------------------*/


ul.error_flag{
	margin:0 0 40px 0;
	line-height:1.6;
	
}
#contact{
	margin:0 0 60px 0;
	clear:both;
	overflow:hidden;
	padding:0;
}


#contact dl{
	margin:0 0 30px 0;
	overflow:hidden;
	border-top:1px dotted #666;
}
#contact dl dt{
	font-weight:bold;
	clear:left;
	float:left;
	padding:10px 6px 8px 6px;
}

#contact dl dd{
	padding:10px 6px 8px 180px;
	border-bottom:1px dotted #666;
}

#contact dl dd#radio ul{
	overflow:hidden;
}

#contact dl dd#radio ul li{
	float:left;
	padding-right:20px;
}

#contact .short{
	width:80px;
}

#contact .short2{
	width:40px;
}

#contact .middle{
	width:400px;
}
#contact .wide{
	width:710px;
}

#contact input{
	padding:2px;
	margin:2px 2px 2px 0;
	font-size:13px;
}

#contact select{
	margin:4px 6px 4px 0;
}
#contact textarea{
	padding:2px;
	font-size:13px;
	width:700px;
}


#contact .contact_submit{
	text-align:center;
	margin:0 auto 60px auto;
}
#contact .contact_submit3 #submit{
	width:267px;
	height:56px;
	border:none;
	cursor:pointer;
	background:url(../img/common/btn_submit.png) no-repeat center center;

}

#contact .contact_submit3{
	text-align:center;
	margin:0 auto 60px auto;
	width:570px;

}
#contact .contact_submit3 form{
	float:left;
	width:267px;
	margin:0 10px 0 0;
}

#contact .contact_submit #confirm{
	width:267px;
	height:56px;
	border:none;
	cursor:pointer;
	background:url(../img/common/btn_confirm.png) no-repeat center center;

}

#contact .contact_submit3 #back{
	width:267px;
	height:56px;
	border:none;
	cursor:pointer;
	background:url(../img/common/btn_back.png) no-repeat center center;

}
#contact em{
	color:#EE0000;
	
}
.privacy{
	clear:both;
	margin:0 auto;
	padding:0 0 40px 0;
	overflow:hidden;
}
.privacy h2{
	color:#0eaee4;
	font-size:20px;
	font-weight:bold;
	margin:0 0 10px 0;
}

} /* /@media */



@media only screen and (max-width: 768px) {
/* ------------------------
	base
------------------------ */

body {
  -webkit-text-size-adjust: 100%;
}



#wrapper{
	width:100%;
	margin:0 auto;
}

.pc{
	display:none;
}

.sp{
	display:block;
}

img {
    max-width: 90%;
    height: auto;
}


/* ------------------------
	header
------------------------ */

header {
	width:100%;
	overflow:hidden;
	margin:0 auto;
	z-index:10000;
	position:fixed;
	/*background: url('../img/common/gnavi_bg_sp.png') repeat-x;*/
	background: #0EAEE4 ;
	box-shadow: 0px 3px 4px rgba(0,0,0,0.2);
  	-webkit-box-shadow: 0px 3px 4px rgba(0,0,0,0.2);
  	-moz-box-shadow: 0px 4px 3px rgba(0,0,0,0.2);
	padding:10px 0 0 0;
}

.header_inner {
	width:94%;
	overflow:hidden;
	margin:0 auto;
	position:relative;
}

.header_inner #logo{
	float:left;
	width:170px;
}

.button-toggle {
	float:right;
	width: 30px;
	height: 21px;
	margin:10px 0 10px 10px;
}
	
.menu {
	position: relative;
	width: 100%;
	background: #0EAEE4;
	color: #999;
	overflow: hidden;
	box-shadow: 0px 3px 4px rgba(0,0,0,0.2);
  	-webkit-box-shadow: 0px 3px 4px rgba(0,0,0,0.2);
  	-moz-box-shadow: 0px 4px 3px rgba(0,0,0,0.2);
}

.menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.menu li {
	position: relative;
}

.menu a {
	background:url(../img/common/arrow_sp.png) no-repeat;
	background-position:95% 50%;
	display: block;
	color: #fff;
	text-decoration: none;
	padding:0 10px;
	border-bottom: 1px solid #fff;
	height: 38px;
	line-height: 40px;
	font-size: 14px;
}

.menu a.last{
	background:url(../img/common/arrow_sp.png) no-repeat;
	background-position:95% 50%;
	display: block;
	color: #fff;
	text-decoration: none;
	padding:0 10px;
	border-bottom:none;
	height: 38px;
	line-height: 40px;
	font-size: 14px;
}


/* ------------------------
	01 main
------------------------ */
#main p{
	padding-top:96px;
	width:285px;
	margin:0 auto 50px;
}


/* ------------------------
	02 service
------------------------ */

/*--------service--------*/
#service{
	background:#0EAEE4 url(../img/bg/bg_01.png) no-repeat left center ;
}

#service span{
	display:none;
}

#service article{
	text-align:center;
	padding:60px 0 30px;
}

#service article h2{
	color:#FFF;
	font-size:21px;
}

#service p{
	padding-top:20px;
}


/*--------service2--------*/

#service2{
	background:#e6e6e6 url(../img/bg/bg_02.png) no-repeat right center;
}

#service2 article{
	padding:60px 10px 40px;
}

#service2 article h2{
	margin-bottom:15px;
	font-size:21px;
	text-align:center;
}

#service2 article h2 strong{
	color:#0071bc;
	font-weight:bold;
}

#service2 article p{
	margin:0 0 40px 0;
	font-size:11px;
	text-align:center;
}

#service2 article dl br{
	display:none;
}

#service2 article dl{
	border-left:3px solid #8cceee;
	margin:0 10px 20px;
	padding:2px 0 5px 15px;
}

#service2 article dl.last{
	margin-bottom:0px;
}

#service2 article dl dt{
	font-size:18px;
	color:#199ddd;
	font-weight:bold;
}

#service2 article dl dd{
	font-size:14px;
}

/*--------service3--------*/
#service3{
	background:#0071bc url(../img/bg/bg_03.png) no-repeat left center;
}

#service3 article{
	text-align:center;
	padding:60px 0 10px;
}

#service3 span{
	display:none;
}

#service3 article h2{
	color:#fff;
	font-size:21px;
	margin:0 0 30px 0;
}

#service3 article p{
	margin:0 0 30px 0;
}



/*--------service4--------*/
#service4{
	background:#222222 url(../img/bg/bg_04.png) no-repeat right center;
}

#service4 article{
	padding:60px 10px 40px;
}

#service4 article h2{
	text-align:center;
	color:#fff;
	font-size:21px;
	margin:0 0 15px 0;
}
#service4 article h2 strong{
	color:#0eaee4;
	font-weight:bold;
}

#service4 article p{
	margin:0 0 20px 0;
	color:#fff;
	font-size:11px;
	text-align:center;
}

#service4 article dl br{
	display:none;
}

#service4 article dl{
	border-left:3px solid #004579;
	margin:0 10px 30px;
	padding:2px 0 2px 15px;
}

#service4 article dl.last{
	margin-bottom:0px;
}

#service4 article dl dt{
	font-size:18px;
	color:#0eaee4;
	font-weight:bold;
}

#service4 article dl dd{
	color:#fff;
	font-size:14px;
}

/* ------------------------
	03 example
------------------------ */
#example{
	background:#0eaee4 url(../img/bg/bg_05.png) no-repeat left center;
}

#example article{
	text-align:center;
	padding:60px 0 30px;
	color:#fff;
}

#example article ul{
	font-size:21px;
	padding:40px 0 0 0;
	color:#fff;
	margin:0 0 20px 0;
}

#example article ul li{
	margin-bottom:30px;
}

#example article ul li span{
	font-size:34px;
	font-weight:bold;
}


/* ------------------------
	04 price
------------------------ */
#price{
	background:#e6e6e6;
}

#price article{
	padding:20px 0 20px;
	text-align:center;
}

#price article dl{
	width:250px;
	padding:20px 0 0 0;
	margin:0 auto 10px auto;
}

#price article dl dt{
    border-bottom:1px solid #CCC;
	color:#0eaee4;
	padding:0 0 3px 0;
	margin:0 0 8px 0;
	font-size:21px;
	font-weight:bold;
}

#price article dl dd{
	font-size:14px;
}

#price article dl dd strong{
	color:#0071bc;
	font-weight:bold;
}

/* ------------------------
	05 office
------------------------ */
#office{
	background:#666666;
}

#office article{
	padding:40px 20px 30px;
	color:#fff;
}

#office article dl{
	padding:15px 0 0 0;
}

#office article dl dt{
	clear:left;
	float:left;
	padding:5px 5px 5px 5px;
	font-size:15px;
	font-weight:bold;
}

#office article dl dd{
	font-size:15px;
	padding:5px 5px 5px 85px;
	border-bottom:1px dotted #b3b3b3;
}

/* ------------------------
	06 faq
------------------------ */
#faq{
	background:#e6e6e6 url(../img/bg/bg_07.png) no-repeat right center;
}

#faq article{
	padding:40px 20px 30px;
}

#faq article p.btn{
	text-align:center;
}


#faq article dl{
	padding:10px 0 0 0;
	border-top:1px dotted #b3b3b3;
	margin:20px 0 30px 0;
}

#faq article dl dt{
    background:url(../img/top/faq_01.png) left top no-repeat;
	font-size:15px;
	font-weight:bold;
	color:#0eaee4;
	padding:3px 0 10px 50px;
	margin:0;
}

#faq article dl dd{
    background:url(../img/top/faq_02.png) left top no-repeat;
	font-size:13px;
	padding:0 0 10px 50px;
	border-bottom:1px dotted #b3b3b3;
	margin:0 0 15px 0;
}


/* ------------------------
	footer
------------------------ */
address{
	width:100%;
	clear:both;
	background:#666;
	font-style:normal;
	font-size:11px;
	padding:8px 0 8px 0;
	text-align:center;
	color:#fff;
}


/*----------------------
	contact form
----------------------*/
.contact_top p {
	margin-bottom:20px;
}

#contact_base{
	width:90%;
	padding-top:80px;
	margin:0 auto;
}

#contact_base h2{
	font-size:21px;
	font-weight:bold;
	color:#0eaee4;
	margin-bottom:20px;
}

#contact_base{
	font-size:14px;
}

#contact dl{
	overflow:hidden;
	border-top:1px dotted #666;
}
#contact dl dt{
	font-weight:bold;
	padding:10px 6px 0 0;
}

#contact dl dd{
	padding:10px 6px 10px 0px;
	border-bottom:1px dotted #666;
}

#contact dl dd.last{
	border-bottom:none;
}

#contact .wide{
	width:100%;
	height:30px;
}

#contact textarea{
	padding:2px;
	font-size:13px;
	margin-bottom:20px;
	width:100%;
}

#contact .contact_submit{
	text-align:center;
	margin:0 auto 40px auto;
}

#contact em{
	color:#EE0000;	
}

#contact .contact_submit #confirm {
  width: 267px;
  height: 56px;
  border: none;
  cursor: pointer;
  background: url(../img/common/btn_confirm.png) no-repeat center center;
}

#contact_base .privacy{
	margin-bottom:40px;
}

#contact .contact_submit3 #back{
	width:267px;
	height:56px;
	border:none;
	cursor:pointer;
	background:url(../img/common/btn_back.png) no-repeat center center;

}

#contact .contact_submit3 #submit{
	width:267px;
	height:56px;
	border:none;
	cursor:pointer;
	background:url(../img/common/btn_submit.png) no-repeat center center;

}



} /* /@media */