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

.button3 div {
  text-align: center;
}
.sns {
  margin-top: 120px;
}
.sns > p {
  text-align: center;
  font-size: 30px;
  line-height: 1.4;
  margin: 20px 0 20px;
}
@media screen and (max-width: 430px) {
  .sns > p {
    font-size: 24px;
  }
}
.sns ul {
  display: flex;
  justify-content: space-between;
  width: 300px;
  margin: 0 auto 40px;
}
.sns ul li {
  width: 80px;
}
@media screen and (max-width: 430px) {
  .sns {
    margin-top: 60px;
  }
}
.syuzai {
}
.syuzai a {
  display: block;
  font-size: 30px;
  color: #fff;
  background-color: #036eb7;
  border: 1px solid #036eb7;
  width: 98%;
  max-width: 490px;
  text-align: center;
  padding: 30px 0;
  border-radius: 10px;
  margin: 60px auto;
  transition: .3s;
}
.syuzai.twoline a {
  padding: 7px 0;
  line-height: 1.2
}
.syuzai a:hover {
  background-color: #fff;
  color: #036eb7;
}
@media screen and (max-width: 430px) {
  .syuzai a {
    margin: 30px auto;
    font-size: 24px;
  }
}