@import url("https://use.typekit.net/fdp7etr.css");
* {
  line-height: 150%;
}

img {
  width: 100%;
}

body {
  color: #2f2f2f;
  font-family: "MS PGothic", sans-serif;
}

a {
  color: #2f2f2f;
  text-decoration: none;
}

/*********************
title-box
**********************/
/*********************
more-btn
**********************/
/*********************
footer
**********************/
footer {
  background: #1a307b;
  color: white;
}
footer .footer-felx {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  max-width: 90%;
  padding: 70px 0;
}
footer .footer-felx .left {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding-right: 5%;
}
footer .footer-felx .left p {
  flex-grow: 1;
  line-height: 150%;
  margin-bottom: 20px;
}
footer .footer-felx .left p span {
  letter-spacing: 0.7em;
}
footer .footer-felx .left a {
  display: inline-block;
  color: white;
  padding: 20px 20px;
  border: solid 1px white;
  width: auto;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 20px;
}
footer .footer-felx .right {
  width: 50%;
  display: flex;
}
footer .footer-felx .right a {
  margin-right: 30px;
}
footer .footer-felx .right a img {
  width: 250px;
  max-width: 100%;
}
footer #scrollToTopBtn {
  background: transparent;
  border: none;
  box-shadow: none;
  color: white;
  margin: 30px auto;
}
footer #scrollToTopBtn span {
  border-bottom: solid 1px white;
  padding-bottom: 2px;
}
footer .logo {
  width: 300px;
  max-width: 90%;
  margin: 0 auto;
  padding-bottom: 40px;
  text-align: center;
  padding-bottom: 100px;
}
footer .logo img {
  margin-bottom: 30px;
}
footer .logo a {
  color: white;
  font-size: 10px;
}

.access {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  line-height: 150%;
  color: white;
  margin-bottom: 40px;
}
.access a {
  font-size: 40px;
  color: white;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 700px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  footer .footer-felx {
    flex-direction: column;
  }
  footer .footer-felx .left {
    width: 100%;
  }
  footer .footer-felx .left a {
    font-size: 18px;
  }
  footer .footer-felx .right {
    margin-top: 50px;
    width: 100%;
  }
}/*# sourceMappingURL=index.css.map */