@charset "UTF-8";
body * {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.w1200 {
  max-width: 1200px;
  margin: 0 auto;
}

/*-------------------------------header-------------*/
.header {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.header .logo {
  padding: 0 38px 36px;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  margin: 0 auto 0;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-top: 30px;
  text-align: center;
}

.header .logo span {
  text-align: center;
}

.header .logo .h_logo, .header .logo span {
  display: block;
  margin: 0 auto;
}

/*-------------------------------footer-------------*/
.footer {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #76c7c8;
  width: 100%;
  border-radius: 0 0 20px 20px;
  padding: 22px 0;
}

.footer .small {
  text-align: center;
}

.footer small {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
/*# sourceMappingURL=templates.css.map */