.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: transparent;
  line-height: 1.07142857;
  cursor: pointer;
  color: #0000FF;
  padding: 12px 40px;
  -webkit-appearance: none;
  border-radius: 100000px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid #0000FF;
}
.button:hover,
.button:focus {
  color: #fff;
  background-color: #0000FF;
}
@media (max-width: 767px) {
  .button {
    font-size: 20px;
    line-height: 1.6;
    padding: 2px 30px;
  }
}
@media (max-width: 1179px) {
  #head {
    max-width: 924px;
  }
}
@media (max-width: 1179px) {
  .section--one .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#head {
  margin-bottom: 0px;
}
@media (max-width: 1179px) {
  .section--one .main {
    max-width: 924px;
  }
}
@media (max-width: 1179px) {
  .section--one .main .seam.wide .body {
    width: 104%;
    margin-left: -2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section--one .main .seam.wide .part {
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
  }
  .section--one .main .seam.wide .part.tiny {
    width: 29.33333333%;
  }
  .section--one .main .seam.slim {
    width: 30.66666667%;
    margin-right: 4%;
  }
  .section--one .main .seam.slim + .seam.slim:nth-child(3n+1) {
    margin-right: 0;
  }
}
/*# sourceMappingURL=screen-medium.css.map */