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

.mainImgWrapper{
	position: relative;
	margin: 0 auto;
	width: 100%;
}

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



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



#causeWrapper{
	width: 1000px;
	margin: 20px auto;
	
}

.cause{
	float: left;
	width: 320px;
	margin-right: 20px;
	padding: 15px 0;
	background:#ebfaf5;
	text-align: center;
	border-radius: 10px;
	
}

.cause-last{
	margin-right: 0px;
	
}
.cause img{
	padding: 10px 0;
	margin: 0 auto;
}

.cause h4{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	
}

.cause span{
	font-size: 28px;
	font-weight: bolder;
}

.causeText{
	font-size: 16px;	
}

#manArea {
	margin: 0px auto 50px;
	width: 100%;
	text-align: center;
		
}

#manArea h4{
	font-size: 26px;
	font-weight: bold;
	
}

#manWrapper{
	margin: 0px auto 15px;
	width: 600px;
	text-align: center;
		
}

.balloon{
	position: relative;
	text-align: center;
	color: #fff;
	background-color: #009fe8;
	min-width: 280px;
	max-width: 100%;
	padding: 5px 0;
	margin: 30px 0;
	font-size: 24px;
	border-radius: 5px;
	
}
.balloon p{
	font-weight: bold;
}


.balloon:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #009fe8;
}

.man1{
	float: left;
		
}
.man2{
	float: right;
		
}



.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: #fff;
	display: block;
}

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

#causeWrapper{
	width: 100%;
	max-width: 768px;
	margin: 20px auto;
	
}

.cause{
	float: none;
	width: 320px;
	margin-right: 0;
	margin: 0 auto 20px;
	padding: 15px 0;
	background: #ebfaf5;
	text-align: center;
	border-radius: 10px;
	
}

.cause-last{
	margin-right: auto;
	
}
.cause img{
	padding: 10px 0;
	margin: 0 auto;
}

.cause h4{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	
}

.cause span{
	font-size: 28px;
	font-weight: bolder;
}

.causeText{
	font-size: 16px;	
}

#manArea {
	margin: 0px auto 50px;
	width: 100%;
	text-align: center;
		
}

#manArea h4{
	font-size: 24px;
	font-weight: bold;
}

#manWrapper{
	margin: 0px auto 15px;
	width: 600px;
	text-align: center;
		
}

.balloon{
	position: relative;
	text-align: center;
	color: #fff;
	background-color: #009fe8;
	min-width: 280px;
	max-width: 100%;
	padding: 5px 0;
	margin: 30px 0;
	font-size: 22px;
	border-radius: 5px;
	
}
.balloon p{
	font-weight: bold;
}


.balloon:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #009fe8;
}

.man1{
	float: left;
		
}
.man2{
	float: right;
		
}

	
	
	
	
.nextBtn{
	text-align: center;
}

.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;
}
}	
	
.mainTextArea{
	padding-top: 20px;
	margin: 0 auto;
	text-align: center;
	color: #000;
	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: 15px;
	padding: 10px 0 20px;
	
}

#causeWrapper{
	width: 100%;
	max-width: 480px;
	margin: 20px auto;
	
}

.cause{
	float: none;
	width: 300px;
	margin-right: 0;
	margin: 0 auto 20px;
	padding: 10px 0;
	background: #ebfaf5;
	text-align: center;
	border-radius: 10px;
	
}

.cause-last{
	margin-right: auto;
	
}
.cause img{
	padding: 10px 0;
	margin: 0 auto;
}

.cause h4{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	
}

.cause span{
	font-size: 28px;
	font-weight: bolder;
}

.causeText{
	font-size: 16px;	
}

#manArea {
	margin: 0px auto 50px;
	width: 100%;
	text-align: center;
		
}

#manArea h4{
	font-size: 24px;
	font-weight: bold;
}

#manWrapper{
	margin: 0px auto 15px;
	width: 270px;
	text-align: center;
		
}

.balloon{
	position: relative;
	text-align: center;
	color: #fff;
	background-color: #009fe8;
	width: 280px;
	max-width: 100%;
	padding: 5px 0;
	margin: 30px 0;
	font-size: 22px;
	border-radius: 5px;
	
}
.balloon p{
	font-weight: bold;
}


.balloon:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #009fe8;
}

.man1{
	float: none;
		
}
.man2{
	float: none;
		
}



.nextBtn{
	text-align: center;
}

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

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