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


.mainImgWrapper{
	position: relative;
	margin: 0 auto;
	width: 100%;
}
/*.mainImg img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}*/
.mainImg{
	width: 100%;
	min-height: 600px;
	height: auto;
	background: url(../image/mainImg.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@2x.jpg) no-repeat center bottom;
	background-size:cover;
}
}



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

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

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


#problemWrapper{
	width: 100%;
	background-color: #fffaeb;
	text-align: center;
	
}

.problem{
width: 500px;
margin: 0 auto;
padding: 30px 0;
	
}
.problem img{
	padding: 15px 0;
	margin: 0 auto;
}

.problem h4{
	font-size: 32px;
	font-weight: bold;
	
}

.number{
	color:#f7931e;
}

.problemText{
	font-size: 16px;
	
}

.reasonTop{
	color: #fff;
	background-color: red;
	padding: 5px 0;
	border: 1px solid red;	
	font-size: 15px;
}

.reasonBtm{
	color: red;
	background-color: #fff;
	border: 1px solid;
	padding: 5px 0;
	font-weight: bold;
	font-size: 20px;
}


.cause{
	text-align: center;
	padding: 30px 0;
	font-weight: bold;
}

.cause h4{
	text-align: center;
	padding: 5px 0;
	font-weight: bold;
	font-size: 20px;
}

.cause span{
	font-size: 30px;
	color:red;
	font-weight: bolder;
}

.causeText{
	font-size: 16px;
}


.cause img{
	padding: 20px 20px;
}

.causeImg{
	display: block;
	text-align:center;
	margin: 0 auto;
}	
.causeImg-sp{
	display: none;
	text-align:center;
margin: 0 auto;
}

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

.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{
	text-shadow: 2px 2px 4px #333;
	color: #fff;
	font-size: 32px;
	font-weight:bold;
	
}

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

.problem{
width: 450px;
margin: 0 auto;
padding: 30px 0;
	
}

.problem h4{
	font-size: 28px;
	font-weight: bold;
	
}

.number{
	color:#f7931e;
}

.problemText{
	font-size: 16px;
	
}

.reasonTop{
	color: #fff;
	background-color: red;
	padding: 5px 0;
	border: 1px solid red;	
	font-size: 14px;
}

.reasonBtm{
	color: red;
	background-color: #fff;
	border: 1px solid;
	padding: 5px 0;
	font-weight: bold;
font-size: 18px;
}

.cause{
	text-align: center;
	padding: 30px 0;
	font-weight: bold;
	font-size: 18px;
}

.cause h4{
	text-align: center;
	padding: 5px 0;
	font-weight: bold;
	font-size: 20px;
}

.cause span{
	font-size: 30px;
	color:red;
	font-weight: bolder;
}

.cause img{
	padding: 10px 10px;
}

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

.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.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@2x.jpg) no-repeat center bottom;
	background-size:cover;
}
}	
	
.textArea{
	padding-top: 20px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	display: block;
}

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

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

.problem{
width: 280px;
margin: 0 auto;
padding: 30px 0;
	
}

.problem h4{
	font-size: 20px;
	font-weight: bold;
	
}

.number{
	color:#f7931e;
}

.problemText{
	font-size: 15px;
	
}

.reasonTop{
	color: #fff;
	background-color: red;
	padding: 5px 0;
	border: 1px solid red;	
	font-size: 14px;
}

.reasonBtm{
	color: red;
	background-color: #fff;
	border: 1px solid;
	padding: 5px 0;
	font-weight: bold;
font-size: 16px;
}

.cause{
	text-align: center;
	padding: 30px 0;
	font-weight: bold;
	font-size: 18px;
}

.cause h4{
	text-align: center;
	padding: 5px 0;
	font-weight: bold;
	font-size: 20px;
}

.cause span{
	font-size: 30px;
	color:red;
	font-weight: bolder;
}
.causeText{
	font-size: 15px;
}
.cause img{
	padding: 20px 20px;
}
	
.causeImg{
	display: none;
}	
.causeImg-sp{
	display: block;
}	
.serif{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: bold;
	font-size: 18px;
	color:#f7931e;
}

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