
.info{
  width: 720px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px auto 0;
}

.info p{
  width: 48%;
  margin-top: 30px;
}

.info a{
  display: block;
  background: #085bc2;
  height: 70px;
  line-height:70px;
  text-align: center;
  padding: 0 10px;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
}

.info a:hover{
  opacity: 0.7;
}

.info a img{
  vertical-align: middle;
}

.seigo{
  width: 720px;
  padding: 30px;
  border: solid 1px #696969;
  margin: 0 auto;
}