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


.pointer {
	cursor: pointer;
}

#r1 {
	cursor: pointer;
}

#s1 {
	display: none;
	width: 100%;
	text-align: center;
}

#r2 {
	cursor: pointer;
}

#s2 {
	display: none;
	width: 100%;
	text-align: center;
}

#r3 {
	cursor: pointer;
}

#s3 {
	display: none;
	width: 100%;
	text-align: center;
}

#r4 {
	cursor: pointer;
}

#s4 {
	display: none;
	width: 100%;
	text-align: center;
}

#what {
	width: 100%;
   background: url("../images/what_bg3.jpg") top;
   background-size: 1200px;
   height: 360px;
}

.title_text_top {
   font-size: 1em;
}

#title_text {
   font-size: 35px;
}

.title_text2 {
	font-size: 60px;
}

@media screen and (max-width: 700px) {
	#what {
      font-size: 11px;
	width: 100%;
   background: url("../images/what_bg3.jpg") top ;
   background-size: 1200px;
   height: 500px;
	}
   
   .title_text_top {
      font-size: 0.9em;
   }
   
   #title_text {
      font-size: 25px;
   }
   
   .title_text2 {
      font-size: 35px;
   }
}

