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



.mainImgWrapper{
	background-color: #95cecb;
	background-size: cover;
	display: block;
	margin: 0 auto;
	width: 100%;
	/*height: 800px;*/
	height: 900px;
	margin-top: 70px;
	position: relative;
	
}



/*@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){*/
					  
.box{
	display: block;
	margin: 0 auto;
	/*padding-top: 30px;*/
	padding-top: 140px;
    max-width: 1000px;
	height: 760px;
	background-image: url("../image/main_pc@2x.png") ;
    background-size: 760px 570px;
	background-position: center bottom;
	background-repeat:no-repeat;

}

.update{
	text-align: center;
	padding-bottom: 20px;
	margin: -100px auto 0;
}					  


.mainText{
	text-align: center;
	margin: 0 auto;
    height: auto;
	width:150px;
	background-color: #34a785;
	color: #fff;
	padding: 3px 0;	
	font-size: 17px;
}

.mainImgWrapper h2{
	text-align: center;
	margin: 0 auto;
	padding-top: 20px;
    height: auto;
	font-size: 45px;
	font-weight: bold;
	line-height: 1.4;
	
}

/*.mainImgWrapper h3{
	text-align: center;
	padding-top: 20px;
	margin: 0 auto;
    height: auto;
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	
	
}*/



.subText{
	background-color:rgba(255,255,255,0.7);
	position: absolute;
	text-align: left;
	bottom:60px;
	left: 50%;
	width:245px;
	font-size: 13px;
	margin-left: -130px;
	padding: 10px;	
	line-height: 1.6;
	
}


					  

.contentsWrapper{
	max-width: 1000px;
	height: auto;
}


.contents{
	display: block;
	height: 500px;
	max-width: 1000px;
	margin: 30px auto 0;
	position: relative;
}

.contents img{
	top:0px;
	left: 0px;
}

.textArea1,.textArea2,.textArea3,.textArea6,.textArea9{
	padding:30px 0 0 30px;
/*	position: absolute;
	top:30px;
	left: 30px;*/

	
}


.textArea4,.textArea5,.textArea7,.textArea8{
	padding:30px 30px 0 0;
	float: right;
/*	position: absolute;
	top:30px;
	right: 60px;*/

	
}

.section{
	display: block;
	height: 500px;
	max-width: 1000px;
	margin: 30px auto 0;
	position: relative;
}

/*----------step1----------*/
.step1-section{
	background: url(../image/step1_img.jpg) no-repeat center center;
	background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){

.step1-section{
	
	background: url(../image/step1_img@2x.jpg) no-repeat center center;
	background-size: cover;

}

}

.textArea1 h2{
	color: #fff;
	font-size: 40px;
	font-weight:bold;
	
}

.textArea1 h3{
	color: #fff;
	font-size: 23px;
	font-weight:bold;
	padding-top: 10px;
	
}
.textArea1 p{
	color: #fff;
	font-size: 16px;
	padding: 10px 0 20px;
	line-height: 1.8;
	
}

.textArea1 .yellow{
	color: #ffff00;
	
}
.textArea1 a,.textArea2 a{
	color: #fff;
}

 .moreBtn{
	font-size: 15px;
	 border: 2px solid #fff;
	 display: inline;
	 color: #fff;
	 padding: 10px;
	 text-shadow: 2px 2px 4px #666;
}
.moreBtn a{
	
	 color: #fff;
}


/*----------step2----------*/
.step2-section{
	background: url(../image/step2_img.jpg) no-repeat center center;
	background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){

.step2-section{
	background: url(../image/step2_img@2x.jpg) no-repeat center center;
	background-size: cover;

}

}

.textArea2 h2{
	text-shadow: 2px 2px 4px #666;
	color: #fff;
	font-size: 40px;
	font-weight:bold;
	
}

.textArea2 h3{
	text-shadow: 2px 2px 4px #666;
	color: #fff;
	font-size: 23px;
	font-weight:bold;
	padding: 5px 0 20px;
	
}

.textArea2-2{
	position: absolute;
	bottom: 20px;
	left: 30px;
}
.textArea2-2 p{
	color: red;
	font-size: 13px;
	padding-top: 10px;
	
}

.textArea2-2 .moreBtnRed{
	color: #fff;
	font-size: 15px;
	padding: 10px;
	background: red;
	display: inline;
	font-weight: bold;
	
}

.textArea2-2 .moreBtnRed a{
	color: #fff;
}

.textArea2-2 .moreBtnRed a:hover{
	color: #fff;
	text-decoration:none;
}


/*----------mainNav1----------*/
.mainNav1{
	background: url(../image/mainNav1_img.jpg) no-repeat right center;
	background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){

.mainNav1{
	
	background: url(../image/mainNav1_img@2x.jpg) no-repeat right center;
	background-size: cover;

}

}
.textArea3 h2{
	text-shadow: 2px 2px 4px #666;
	color: #fff;
	font-size: 40px;
	font-weight:bold;
	
}

.textArea3 h3{
	text-shadow: 2px 2px 4px #666;
	color: #fff;
	font-size: 23px;
	font-weight:bold;
	padding-top: 10px;
	
}
.textArea3 p{
	text-shadow: 2px 2px 4px #666;
	color: #fff;
	font-size: 13px;
	padding: 20px 0;
	line-height: 1.8;
	
}

/*----------mainNav2----------*/
.mainNav2{
	background: url(../image/mainNav2_img.jpg) no-repeat left center;
	background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){

.mainNav2{
	
	background: url(../image/mainNav2_img@2x.jpg) no-repeat left center;
	background-size: cover;

}
}

.textArea4 h2{
	color: #333;
	font-size: 40px;
	font-weight:bold;
	
}


.textArea4 p{
	color: #333;
	font-size: 14px;
	padding: 10px 0 20px;
	line-height: 1.8;
	
}

 .moreBtn_black{
	font-size: 15px;
	 border: 2px solid #333;
	 display: inline;
	 color: #333;
	 padding: 10px;

}


/*----------mainNav3----------*/

.mainNav3{
	background: url(../image/mainNav3_img.jpg) no-repeat center center;
	background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){

.mainNav3{
	
	background: url(../image/mainNav3_img@2x.jpg) no-repeat center center;
	background-size: cover;

}
}					  
.textArea5 h2{
	text-shadow: 2px 2px 4px #666;
	color: #fff;
	font-size: 40px;
	font-weight:bold;
	
}


.textArea5 p{
	text-shadow: 2px 2px 4px #666;
	color: #fff;
	font-size: 16px;
	padding: 10px 0 20px;
	line-height: 1.8;
	
}
					  
/*----------mainNav4----------*/					  
.mainNav4{
	background: url(../image/mainNav4_img.jpg) no-repeat right center;
	background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){

.mainNav4{
	
	background: url(../image/mainNav4_img@2x.jpg) no-repeat right center;
	background-size: cover;

}
}
.textArea6 h2{
	color: #333;
	font-size: 40px;
	font-weight:bold;
	
}


.textArea6 p{
	color: #333;
	font-size: 16px;
	padding: 10px 0 20px;
	line-height: 1.8;
	
}

/*----------mainNav5----------*/	
.mainNav5{
	background: url(../image/mainNav5_img.jpg) no-repeat center center;
	background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){

.mainNav5{
	
	background: url(../image/mainNav5_img@2x.jpg) no-repeat center center;
	background-size: cover;

}
}

.textArea7 h2{
	text-shadow: 2px 2px 4px #666;
	color: #fff;
	font-size: 40px;
	font-weight:bold;
	
}


.textArea7 p{
	text-shadow: 2px 2px 4px #666;
	color: #fff;
	font-size: 16px;
	padding: 10px 0 20px;
	line-height: 1.8;
	
}

/*----------mainNav6----------*/	
.mainNav6{
	background: url(../image/mainNav6_img.jpg) no-repeat left center;
	background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){

.mainNav6{
	
	background: url(../image/mainNav6_img@2x.jpg) no-repeat left center;
	background-size: cover;

}
}

.textArea8 h2{
	text-shadow: 2px 2px 4px #666;
	color: #fff;
	font-size: 40px;
	font-weight:bold;
	
}


.textArea8 p{
	text-shadow: 2px 2px 4px #666;
	color: #fff;
	font-size: 16px;
	padding: 10px 0 20px;
	line-height: 1.8;
	
}

/*----------mainNav7----------*/	
.mainNav7{
	background: url(../image/mainNav7_img.jpg) no-repeat right center;
	background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){

.mainNav7{
	
	background: url(../image/mainNav7_img@2x.jpg) no-repeat right center;
	background-size: cover;

}
}

.textArea9 h2{
	color: #000;
	font-size: 40px;
	font-weight:bold;
	
}


.textArea9 p{
	color: #000;
	font-size: 16px;
	padding: 10px 0 20px;
	line-height: 1.8;
	
}



/*==========================================
 ipad
===========================================*/
 @media only screen and (max-width:768px){
	 
	 
	.mainImgWrapper{	
	background-color: #95cecb;
	background-size: cover;
	margin: 0 auto;
	width: 100%;
	height: 600px;
	margin-top: 70px;
	position: relative;
}
	 
	 .box{
	display: block;
	margin: 0 auto;
	padding-top: 30px;
    max-width: 1000px;
	height: 570px;
	background-image: url("../image/main_pc.png") ;
	background-size: 560px 420px;
	background-position: center bottom;
	background-repeat:no-repeat;
	margin: 0 auto; 

}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
					  
.box{
	display: block;
	margin: 0 auto;
	padding-top: 30px;
    max-width: 1000px;
	height: 570px;
	background-image: url("../image/main_pc@2x.png") ;
	background-size: 560px 420px;
	background-position: center bottom;
	background-repeat:no-repeat;
	margin: 0 auto; 

}
}


	 
.mainText{
	text-align: center;
	margin: 0 auto;
    height: auto;
	width:130px;
	background-color: #34a785;
	color: #fff;
	padding: 3px 0;	
	font-size: 16px;	
}

.mainImgWrapper h2{
	text-align: center;
	margin: 0 auto;
	padding-top: 10px;
    height: auto;
	font-size: 38px;
	font-weight: bold;
	line-height: 1.4;
	
}

.mainImgWrapper h3{
	text-align: center;
	padding-top: 10px;
	margin: 0 auto;
    height: auto;
	font-size: 23px;
	color: #fff;
	font-weight: bold;
	
	
}	 


.subText{
	background-color:rgba(255,255,255,0.7);
	position: absolute;
	text-align: left;
	bottom:20px;
	left: 50%;
	width:220px;
	font-size: 12px;
	margin-left: -120px;
	padding: 10px;	
	line-height: 1.6;
	
} 
	 
 .contentsWrapper{
	max-width: 780px;
	height: auto;
}

.section{
	display: block;
	height: 500px;
	max-width: 780px;
	margin: 10px auto 0;	
}
	
/*-----------step1-----------*/	 
.textArea1 h2{
	color: #fff;
	font-size: 32px;
	font-weight:bold;
	
}


.textArea1 p{
	color: #fff;
	font-size: 15px;
	padding: 10px 0 20px;
	line-height: 1.8;
	
}
	 

	 
/*----------step2----------*/	 
.textArea2 h2{
	text-shadow: 2px 2px 4px #666;
	color: #fff;
	font-size: 32px;
	font-weight:bold;
	
}

.textArea2 h3{
	text-shadow: 2px 2px 4px #666;
	color: #fff;
	font-size: 22px;
	font-weight:bold;
	padding: 5px 0 20px;
	
}

.textArea2-2{
	position: absolute;
	bottom: 20px;
	left: 30px;
}
	 
.textArea2-2 p{
	color: red;
	font-size: 13px;
	padding-top: 10px;
	
}

.textArea2-2 .moreBtnRed{
	color: #fff;
	font-size: 15px;
	padding: 10px;
	background: red;
	display: inline;
	font-weight: bold;
	
}

/*----------mainNav1----------*/
	 
.textArea3 h2{
	text-shadow: 2px 2px 4px gray;
	color: #fff;
	font-size: 32px;
	font-weight:bold;
	
}

.textArea3 h3{
	text-shadow: 2px 2px 4px gray;
	color: #fff;
	font-size: 22px;
	font-weight:bold;
	padding-top: 10px;
	
}
.textArea3 p{
	text-shadow: 2px 2px 4px gray;
	color: #fff;
	font-size: 13px;
	padding: 20px 0;
	line-height: 1.8;
	
}

/*----------mainNav2----------*/
	 
.mainNav2{
	background: url(../image/mainNav2_img.jpg) no-repeat left center;
	background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){

.mainNav2{
	
	background: url(../image/mainNav2_img@2x.jpg) no-repeat left center;
	background-size: cover;

}
}

.textArea4 h2{
	color: #333;
	font-size: 32px;
	font-weight:bold;
	
}


.textArea4 p{
	color: #333;
	font-size: 15px;
	padding: 10px 0 20px;
	line-height: 1.8;
	
}

					  
/*----------mainNav3----------*/					  
					  
.textArea5 h2{
	text-shadow: 2px 2px 4px #666;
	color: #fff;
	font-size: 32px;
	font-weight:bold;
	
}


.textArea5 p{
	text-shadow: 2px 2px 4px #666;
	color: #fff;
	font-size: 15px;
	padding: 10px 0 20px;
	line-height: 1.8;
	
}	
					  
/*----------mainNav4----------*/						  
.textArea6 h2{
	color: #333;
	font-size: 32px;
	font-weight:bold;
	
}


.textArea6 p{
	color: #333;
	font-size: 15px;
	padding: 10px 0 20px;
	line-height: 1.8;
	
}
					  
/*----------mainNav5----------*/	


.textArea7 h2{
	text-shadow: 2px 2px 4px #666;
	color: #fff;
	font-size: 32x;
	font-weight:bold;
	
}


.textArea7 p{
	text-shadow: 2px 2px 4px #666;
	color: #fff;
	font-size: 15px;
	padding: 10px 0 20px;
	line-height: 1.8;
	
}
					  
/*----------mainNav6----------*/	


.textArea8 h2{
	text-shadow: 2px 2px 4px #666;
	color: #fff;
	font-size: 32px;
	font-weight:bold;
	
}


.textArea8 p{
	text-shadow: 2px 2px 4px #666;
	color: #fff;
	font-size: 15px;
	padding: 10px 0 20px;
	line-height: 1.8;
	
}
					  
/*----------mainNav7----------*/	


.textArea9 h2{
	color: #000;
	font-size: 32px;
	font-weight:bold;
	
}


.textArea9 p{
	color: #000;
	font-size: 15px;
	padding: 10px 0 20px;
	line-height: 1.8;
	
}					  
					  
 }

/*==========================================
 SP
===========================================*/

@media only screen and (max-width:480px){
	
.mainImgWrapper{
	background-color: #95cecb;
	background-size: cover;
	margin: 0 auto;
	width: 100%;
	/*height: 500px;*/
	height: 628px;
	margin-top: 70px;
	position: relative;
}

.box{
	display: block;
	margin: 0 auto;
	/*padding-top: 30px;*/
	padding-top: 158px;
    max-width: 480px;
	height: 470px;
	background-image: url("../image/main_pc-sp.png") ;
	background-size: 360px 280px;
	background-position: center bottom;
	background-repeat:no-repeat;

}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
					  
.box{
	display: block;
	margin: 0 auto;
	/*padding-top: 30px;*/
	padding-top: 158px;
    max-width: 480px;
	height: 470px;
	background-image: url("../image/main_pc-sp@2x.png") ;
	background-size: 360px 280px;
	background-position: center bottom;
	background-repeat:no-repeat;

}
}
	
.mainText{
	text-align: center;
	margin: 0 auto;
    height: auto;
	width:120px;
	background-color: #34a785;
	color: #fff;
	padding: 3px 0;	
	font-size: 15px;	
}

.mainImgWrapper h2{
	text-align: center;
	margin: 0 auto;
	padding-top: 20px;
    height: auto;
	font-size: 35px;
	font-weight: bold;
	line-height: 1.4;
	
}

.mainImgWrapper h3{
	text-align: center;
	padding-top: 20px;
	margin: 0 auto;
    height: auto;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	
	
}	
	 

.subText{
	background-color:rgba(255,255,255,0.7);
	position: absolute;
	text-align: left;
	bottom:15px;
	left: 50%;
	width:180px;
	font-size: 10px;
	margin-left: -100px;
	padding: 10px;	
	line-height: 1.6;
	
}
	
.section{
	display: block;
	height: 520px;
	max-width: 480px;
	margin: 10px auto 0;
	position: relative;
}

/*--------------------step1--------------------*/
.textArea1,.textArea2,.textArea3,.textArea4,.textArea5,.textArea6,.textArea7,.textArea8,.textArea9{
	margin:0 auto;
	text-align: center;
	float: none;
	padding: 15px 0 0 0;

	
}	

	
.step1-section{
	position: relative;
	background: url(../image/step1_img-sp.jpg) no-repeat center center;
	background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){

.step1-section{
	position: relative;
	background: url(../image/step1_img-sp@2x.jpg) no-repeat center center;
	background-size: cover;

}
}	
.textArea1 h2{
	color: #fff;
	font-size: 28px;
	font-weight:bold;
	
}


.textArea1 p{
	color: #fff;
	font-size: 15px;
	padding: 0px 0 20px;
	line-height: 1.8;
	
}
	
/*---step2---*/	
.step2-section{
	
	background: url(../image/step2_img-sp.jpg) no-repeat center center;
	background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){

.step2-section{
	
	background: url(../image/step2_img-sp@2x.jpg) no-repeat center center;
	background-size: cover;

}
}
	
.textArea2 h2{
	text-shadow: 2px 2px 4px #666;
	color: #fff;
	font-size: 28px;
	font-weight:bold;
	
}

.textArea2 h3{
	text-shadow: 2px 2px 4px #666;
	color: #fff;
	font-size: 20px;
	font-weight:bold;
	padding: 5px 0 20px;
	
}

.textArea2-2{
	position: absolute;
	bottom: 10px;
	margin: 0 auto;
	text-align: center;
}
	 
.textArea2-2 p{
	color: red;
	font-size: 13px;
	padding-top: 10px;
	
}

.textArea2-2 .moreBtnRed{
	color: #fff;
	font-size: 16px;
	padding: 10px;
	background: red;
	display: inline;
	font-weight: bold;
	
}
	
/*----------mainNav1----------*/

.mainNav1{
	background: url(../image/mainNav1_img-sp.jpg) no-repeat center center;
	background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){

.mainNav1{
	
	background: url(../image/mainNav1_img-sp@2x.jpg) no-repeat center center;
	background-size: cover;

}
}
	
.textArea3 h2{
	text-shadow: 2px 2px 4px #333;
	color: #fff;
	font-size: 28px;
	font-weight:bold;
	text-align: center;
	padding-bottom: 10px;
	
}

.textArea3 h3{
	display: none;
	/*text-shadow: 2px 2px 4px gray;
	color: #fff;
	font-size: 22px;
	font-weight:bold;
	padding-top: 10px;*/
	
}
.textArea3 p{
	display: none;
	/*text-shadow: 2px 2px 4px gray;
	color: #fff;
	font-size: 12px;
	padding: 20px 0;
	line-height: 1.8;*/
	
}
					  
/*----------mainNav2----------*/					  
.mainNav2{
	background: url(../image/mainNav2_img-sp.jpg) no-repeat center center;
	background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){

.mainNav2{
	
	background: url(../image/mainNav2_img-sp@2x.jpg) no-repeat center center;
	background-size: cover;

}
}

.textArea4 h2{
	color: #333;
	font-size: 28px;
	font-weight:bold;
	
}


.textArea4 p{
	color: #333;
	font-size: 16px;
	padding: 10px 0 20px;
	line-height: 1.8;
	
}
					  
/*----------mainNav3----------*/					  
.mainNav3{
	background: url(../image/mainNav3_img-sp.jpg) no-repeat center center;
	background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){

.mainNav3{
background: url(../image/mainNav3_img-sp@2x.jpg) no-repeat center center;
	background-size: cover;

}
}					  
.textArea5 h2{
	color: #000;
	font-size: 28px;
	font-weight:bold;
	
}


.textArea5 p{
	color: #000;
	font-size: 16px;
	padding: 10px 0 20px;
	line-height: 1.8;
	
}
	
.effect-moreBtn{
	font-size: 15px;
	 border: 2px solid #333;
	 display: inline;
	 color: #333;
	 padding: 10px;		
	}
	
.effect-moreBtn a{
	 color: #333;		
	}
	
/*----------mainNav4----------*/
.mainNav4{
	background: url(../image/mainNav4_img-sp.jpg) no-repeat center center;
	background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){

.mainNav4{
background: url(../image/mainNav4_img-sp@2x.jpg) no-repeat center center;
	background-size: cover;

}
}	
.textArea6 h2{
	text-shadow:none;
	color: #333;
	font-size: 28px;
	font-weight:bold;
	
}


.textArea6 p{
	text-shadow:none;
	color: #333;
	font-size: 16px;
	padding: 10px 0 20px;
	line-height: 1.8;
	
}
	
/*----------mainNav5----------*/	
.mainNav5{
	background: url(../image/mainNav5_img-sp.jpg) no-repeat right center;
	background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){

.mainNav5{
	
	background: url(../image/mainNav5_img-sp@2x.jpg) no-repeat right center;
	background-size: cover;

}
}
.textArea7 h2{
	text-shadow: 2px 2px 4px #666;
	color: #fff;
	font-size: 28px;
	font-weight:bold;
	
}


.textArea7 p{
	text-shadow: 2px 2px 4px #666;
	color: #fff;
	font-size: 16px;
	padding: 10px 0 20px;
	line-height: 1.8;
	
}
	
/*----------mainNav6----------*/	
.mainNav6{
	background: url(../image/mainNav6_img-sp.jpg) no-repeat center center;
	background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){

.mainNav6{
	
	background: url(../image/mainNav6_img-sp@2x.jpg) no-repeat center center;
	background-size: cover;

}
}

.textArea8 h2{
	text-shadow: 2px 2px 4px #666;
	color: #fff;
	font-size: 28px;
	font-weight:bold;
	
}


.textArea8 p{
	text-shadow: 2px 2px 4px #666;
	color: #fff;
	font-size: 16px;
	padding: 10px 0 20px;
	line-height: 1.8;
	
}	

/*----------mainNav7----------*/	
.mainNav7{
	background: url(../image/mainNav7_img-sp.jpg) no-repeat right center;
	background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){

.mainNav7{
	
	background: url(../image/mainNav7_img-sp@2x.jpg) no-repeat right center;
	background-size: cover;

}
}

.textArea9 h2{
	color: #000;
	font-size: 28px;
	font-weight:bold;
	
}


.textArea9 p{
	color: #000;
	font-size: 16px;
	padding: 10px 0 20px;
	line-height: 1.8;
	
}	
	
}
	 


 
	 

	 
		
	
	
