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


.mainImgWrapper{
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 600px;
	margin-top: 70px;
}

.mainImg{
	height: 600px;
	background: url(../image/mainImg.png) no-repeat center 200px;
	background-size:500px 348px;
	background-color: #34a785;
	
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
	.mainImg{
	height: 600px;
	background: url(../image/mainImg@2x.png) no-repeat center 200px;
	background-size:500px 348px;
	background-color: #34a785;
}
}



.textArea{
	padding-top: 40px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	display: block;
}

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

.textArea p{
	
	color: #fff;
	font-size: 16px;
	padding: 10px 0 20px;
	
}


#functionWrapper{
	width: 100%;
	padding: 50px 20px;
	margin: 0 auto;
	box-sizing :border-box;
}

.function{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
}


.function h4{
	font-size: 30px;
	font-weight: bold;
	border-bottom: 1px solid;
	margin-bottom: 20px;
	
}

.functionTextArea li{
	padding-bottom: 10px;
}


.functionTextArea{
	font-size: 16px;
	color: #000;
}

.function2TextArea{
	width:100%;
	max-width: 850px;
	margin: 0 auto;
	margin-top: 30px;
}

.functionTextArea dt{
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
}

.functionTextArea dd{
	margin-bottom: 15px;
}

.imgRight{
	float: right;
}

.imgLeft{
	float: left;
}

.textLeft{
	text-align: left;
}

.right{
	float: right;
	
}

.originalTop .bold{
	padding-bottom: 10px;
	font-size: 17px;
	
}

.originalBtm{
	border: 2px solid #f2971b;
	margin-top: 20px;
}

.originalBtm p{
	background-color: #f2971b;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 5px 0px;
	margin-bottom: 10px;
	
	
}

.originalBtm dl{
	padding: 0 10px;
	
}

.iconArea1{
	width: 400px;
	float: left;
}

.iconArea2{
	width: 400px;
	float: right;
}

.iconArea dt,dd{
	text-align: left;
}






.nextBtn{
text-align: center;
}

.nextBtn a{
	margin: 0 auto;
	border: 2px solid ;
	padding: 10px 10px;
	text-align: center;
}

.nextBtn a:hover{
	color:#666;
	border-color:#666 ;
	text-decoration: underline;
}

/*==========================================
 ipad
===========================================*/

@media only screen and (max-width:768px){
	
.textArea{
	padding-top: 40px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	display: block;
}

.textArea h2{
	
	color: #fff;
	font-size: 34px;
	font-weight:bold;
	
}

.textArea p{
	
	color: #fff;
	font-size: 16px;
	padding: 10px 0 20px;	
}

#functionWrapper{
	width: 100%;
	padding: 50px 20px;
	margin: 0 auto;
	box-sizing :border-box;
}

.function{
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
}


.function h4{
	font-size: 28px;
	font-weight: bold;
	border-bottom: 1px solid;
	margin-bottom: 20px;
	
}

.functionTextArea li{
	padding-bottom: 10px;
}


.functionTextArea{
	font-size: 16px;
	color: #000;
	margin: 20px auto 0;
	display: inline-block;
}

.function2TextArea{
	width:100%;
	max-width: 400px;
	margin: 0 auto;
	margin-top: 30px;
}

.functionTextArea dt{
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
}

.functionTextArea dd{
	margin-bottom: 15px;
}

.imgRight{
	float: none;
}

.imgLeft{
	float: none;
}

.textLeft{
	text-align: left;
}

.right{
	float: none;
	
}
	
.iconArea1{
	width: 400px;
	float: none;
	margin: 0 auto;
	margin-bottom: 20px;
}

.iconArea2{
	width: 400px;
	float: none;
	margin: 0 auto;
}

.iconArea dt,dd{
	text-align: left;
}

.originalTop .bold{
	padding-bottom: 10px;
	font-size: 17px;
	
}

.originalBtm{
	border: 2px solid #f2971b;
	margin-top: 20px;
}

.originalBtm p{
	background-color: #f2971b;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 5px 0px;
	margin-bottom: 10px;
	
	
}

.originalBtm dl{
	padding: 0 10px;
	
}


	
	
.nextBtn{
	margin: 0 auto;
	max-width: 300px;
}

.nextBtn a{
	margin: 0 auto;
	border: 2px solid ;
	padding: 10px 10px;
	text-align: center;
	font-size: 15px;
}

.nextBtn a:hover{
	color:#34A785;
	border-color:#34A785 ;
	text-decoration: underline;
}
	
/*==========================================
 SP
===========================================*/

@media only screen and (max-width:480px){
	

.mainImgWrapper{
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 450px;
	margin-top: 70px;
}

.mainImg{
	height: 450px;
	background: url(../image/mainImg.png) no-repeat center 170px;
	background-size:300px 208.8px;
	background-color: #34a785;
	
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
	.mainImg{
	height: 450px;
	background: url(../image/mainImg@2x.png) no-repeat center 170px;
	background-size:300px 208.8px;
	background-color: #34a785;
}
}

	
.textArea{
	padding-top: 20px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	display: block;
}

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

.textArea p{
	
	color: #fff;
	font-size: 13px;
	padding: 10px 0 20px;
	
}

#functionWrapper{
	width: 100%;
	padding: 0px 10px;
	margin: 0 auto;
	box-sizing :border-box;
}

.function{
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
}


.function h4{
	font-size: 23px;
	font-weight: bold;
	border-bottom: 1px solid;
	margin-bottom: 20px;
	
}

.functionTextArea li{
	padding-bottom: 10px;
}


.functionTextArea{
	font-size: 15px;
	color: #000;
	margin: 20px auto 0;
	display: inline-block;
}

.function2TextArea{
	width:100%;
	max-width: 400px;
	margin: 0 auto;
	margin-top: 30px;
}

.functionTextArea dt{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.functionTextArea dd{
	margin-bottom: 15px;
}

.imgRight{
	float: none;
}

.imgLeft{
	float: none;
}

.textLeft{
	text-align: left;
}

.right{
	float: none;
	
}
	
.iconArea1{
	max-width: 300px;
	float: none;
	margin: 0 auto;
	margin-bottom: 20px;
}

.iconArea2{
	max-width: 300px;
	float: none;
	margin: 0 auto;
}

.iconArea dt,dd{
	text-align: left;
}
	
	.iconArea img{
		width: 300px;
		height: auto;
	}	

.originalTop .bold{
	padding-bottom: 10px;
	font-size: 17px;
	
}

.originalBtm{
	border: 2px solid #f2971b;
	margin-top: 20px;
}

.originalBtm p{
	background-color: #f2971b;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 5px 0px;
	margin-bottom: 10px;
	
	
}

.originalBtm dl{
	padding: 0 10px;
	
}

img.ipad{
	width:300px;
	height: auto;
	margin: 0 auto;
		
	}
	.imgArea{
		margin: 0 auto;
	}

.nextBtn{
	margin: 0 auto;
	max-width: 300px;
}

.nextBtn a{
	margin: 0 auto;
	border: 2px solid ;
	padding: 10px 10px;
	text-align: center;
	font-size: 15px;
}

.nextBtn a:hover{
	color:#34A785;
	border-color:#34A785 ;
	text-decoration: underline;
}	
	
}	@charset "UTF-8";
/* CSS Document */

