@charset "utf-8";
h2{
  margin-bottom: 20px;
}
h1 {
  text-align:center;
}
.logo h1 img{
  width:83%;
  margin-bottom: 80px;
}
.logo .img{
  margin-bottom: 80px;
}
.logo p img{
  width:100%;
}
.logo dt,
.logo dd {
	line-height:1.8;
}


@media screen and (max-width:768px) { 

#wrapper{
  width:100%;
  margin: 20px auto 0;
}
h2{
  font-size: 1.5em;
}
.logo h1 img{
  width:83%;
  margin-bottom: 40px;
}
.logo p img{
  width:100%;
}
}