@charset "utf-8";




*{margin:0; padding: 0; list-style: none;}
a{text-decoration: none; color: #000;}
a:hover{text-decoration: underline;}
button{
  border:0; background-color: #fff; cursor: pointer;
}

body>p{cursor: pointer;}








div{
    text-align: center;
    margin-top: 145px;
}
div>p:first-child{line-height: 25px; color: #6b6b6b;}
div>img{
  width:1100px;
  display: block;
  margin:100px auto 0 auto;
}