html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

ul, li {
  list-style: none !important;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #333;
  line-height: 1.6;
  background: #fff;
  overflow-x: hidden;
}
body.menu-open {
  overflow: hidden !important;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
  color: #007bff;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-header {
  background: #f0f8ff;
  padding: 60px 0;
  margin-bottom: 40px;
  text-align: center;
}
.page-header h1 {
  color: #007bff;
  font-size: 28px;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
.page-header h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: #007bff;
}

.fade-in-up, .js-fade {
  opacity: 0;
  will-change: opacity, transform;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.fade-in-up.fade-in-up, .js-fade.fade-in-up {
  transform: translateY(30px);
}
.fade-in-up.js-fade, .js-fade.js-fade {
  transform: translateY(40px);
  transition-duration: 1s;
}
.fade-in-up.is-active, .fade-in-up.is-visible, .js-fade.is-active, .js-fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/*# sourceMappingURL=common.css.map */
