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


/*.mainImg img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}*/
.Wrapper{
	overflow: hidden;
}

.mainImg{
	width: 100%;
	min-height: 600px;
	height: auto;
	background: url(../image/mainImg_merit.jpg) no-repeat center bottom;
	background-size:cover;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
	.mainImg{
	width: 100%;
min-height: 600px;	
	height: auto;
	background: url(../image/mainImg_merit@2x.jpg) no-repeat center bottom;
	background-size:cover;
}
}



.mainTextArea{
	padding-top: 40px;
	margin: 0 auto;
	text-align: center;
	display: block;
}

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

.mainTextArea p{
	text-shadow: 2px 2px 4px #fff;
	color: #000;
	font-size: 14px;
	padding: 10px 0 20px;
	
}


.contentsWrapper{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

#demeritWrapper{
	width: 100%;
	background-color: #DBDCDC;
	text-align: center;
	
}

#meritWrapper{
	width: 100%;
	background-color: #D2ECFA;
	text-align: center;
	
}

.spImg{
	display: none;	
}

.serif{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: bold;
	font-size: 23px;
	color:#0099de;
}

.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){
	
.mainTextArea{
	padding-top: 40px;
	margin: 0 auto;
	text-align: center;
	color: #000;
	display: block;
}

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

.mainTextArea p{
	text-shadow: 2px 2px 4px #fff;
	color: #000;
	font-size: 13px;
	padding: 10px 0 20px;
	
}



.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){
	

.mainImg{
	width: 100%;
	min-height: 550px;
	height: auto;
	background: url(../image/mainImg-sp_merit.jpg) no-repeat center bottom;
	background-size:cover;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
	.mainImg{
	width: 100%;
min-height: 550px;	
	height: auto;
	background: url(../image/mainImg-sp_merit@2x.jpg) no-repeat center bottom;
	background-size:cover;
}
}	
	
.mainTextArea{
	padding-top: 20px;
	margin: 0 auto;
	text-align: center;
	display: block;
}

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

.mainTextArea p{
	text-shadow: 2px 2px 4px #fff;
	color: #000;
	font-size: 13px;
	padding: 10px 0 20px;
	
}

.spImg{
	display: block;
	width: 100%;
	height: auto;
}
	
.pcImg{
		display: none;
	}	

.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;
}	
	
}	

