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



/*------------------------------------------------------------
	ttl
------------------------------------------------------------*/
.ttl{
  text-align: center;
}
.ttl h2{
    font-family: "Zen Kaku Gothic New";
	font-size: 36px;
  font-weight: 200;
  line-height: 2;
}
.ttl p{
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
@media only screen and (max-width:768px) {
.ttl h2{
  font-size: 32px;
}
.ttl p{
  font-size: 16px;
}

	
	
}