@charset "UTF-8";
body {
  color: #292929;
  font-size: 16px;
  font-size: 1rem;
  font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  line-height: 1.6;
}

@media (max-width: 769px) {
  body {
    font-size: 0.875rem;
  }
}

.midTitle {
  width: 100%;
  background: #3e3a3a;
  background-size: cover;
}

.Cnt {
  width: 800px;
  margin: 0 auto;
}

@media (max-width: 769px) {
  .Cnt {
    width: 98%;
  }
}

.Cnt h2 {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  margin: 0 auto;
  padding: 50px 0;
  color: #fff;
  text-align: center;
}

@media (max-width: 769px) {
  .Cnt h2 {
    font-weight: bold;
    font-size: 20px;
    margin: 0 auto;
    padding: 30px 0;
    color: #fff;
  }
}

a {
  color: #303030;
}

footer {
  color: #303030;
  background-image: url(../img/footer_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  padding-top: 13px;
}

@media (max-width: 769px) {
  footer {
    background-image: url(../img/footer_bgsp.jpg);
    padding-bottom: get_vw(30);
  }
}

footer a {
  text-decoration: none;
}

footer .logo {
  width: 207px;
  margin: 0 auto;
}

@media (max-width: 769px) {
  footer .logo {
    width: 31.8%;
  }
}

footer .logo img {
  width: 100%;
}

footer .link {
  margin-top: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 769px) {
  footer .link {
    font-size: 11px;
  }
}

footer .link a {
  margin-left: 10px;
  margin-right: 10px;
}

@media (max-width: 769px) {
  footer .link a {
    font-size: 11px;
  }
}

@media (max-width: 769px) {
  footer .copyright {
    font-size: 11px;
  }
}
/*# sourceMappingURL=style.css.map */