html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.6px;
  color: #333;
  font-family: "Source Sans Pro", sans-serif;
  min-width: 1200px;
}
@media (max-width: 835px) {
  body {
    min-width: 100%;
  }
}

a {
  text-decoration: none;
  color: #333;
}

li {
  list-style: none;
}

* {
  box-sizing: border-box;
}

h2 {
  font-size: 3.2rem;
}
@media (max-width: 835px) {
  h2 {
    font-size: 2.4rem;
  }
}

.wrapper {
  width: 1200px;
  padding: 0 20px;
  margin: 64px auto 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 835px) {
  .wrapper {
    display: block;
    width: 100%;
    margin-top: 32px;
  }
}

.common-button {
  display: block;
  width: 250px;
  padding: 12px 20px;
  background-color: #ffffff;
  text-align: center;
  line-height: 32px;
  font-weight: 700;
  border-radius: 32px;
  margin: 40px auto 0;
  border: 1px solid #CDCDCD;
}
.common-button:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.common-button {
  display: block;
}/*# sourceMappingURL=common.css.map */