@font-face {
  font-family: 'Fjalla One';
  src: url('/common/font/fjallaone-regular.eot');
  src: url('/common/font/fjallaone-regular.eot?#iefix') format('embedded-opentype'), url('/common/font/fjallaone-regular.woff') format('woff'), url('/common/font/fjallaone-regular.ttf') format('truetype'), url('/common/font/fjallaone-regular.svg#fjalla_oneregular') format('svg');
}
/* ==========================================================================
   Index
   ========================================================================== */
.professional {
  text-align: center;
}
.head-text {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .head-text {
    margin-top: 30px;
  }
}
.support-image {
  margin-top: 70px;
}
.support-image > p {
  margin-top: 70px;
}
.support-image > p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .support-image {
    margin-top: 35px;
  }
  body:not(.non-responsive) .support-image > p {
    margin-top: 35px;
  }
  body:not(.non-responsive) .support-image > p:first-child {
    margin-top: 0;
  }
}
.bottom-text {
  margin-top: 80px;
}
.bottom-text > figure {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .bottom-text {
    margin-top: 40px;
  }
  body:not(.non-responsive) .bottom-text > figure {
    margin-top: 40px;
  }
}
.contact {
  margin-top: 80px;
  padding: 40px 0;
  border-top: 1px solid #cdcfd3;
  border-bottom: 1px solid #cdcfd3;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .contact {
    margin-top: 40px;
  }
}
.contact_text {
  font-size: 1.6em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .contact_text {
    font-size: 1.4em;
  }
}
.contact_list {
  display: table;
  margin: 30px auto 0;
}
.contact_list > li {
  display: table-cell;
  padding-left: 60px;
}
.contact_list > li:first-child {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .contact_list > li {
    display: block;
    margin-top: 10px;
    padding: 0;
  }
  body:not(.non-responsive) .contact_list > li:first-child {
    margin-top: 0;
  }
}
.contact_button p {
  width: auto;
}
