@charset "UTF-8";
* {
  line-height: 150%;
  box-sizing: border-box;
}

img {
  width: 100%;
  display: block;
}

body {
  color: #2f2f2f;
  font-family: "MS PGothic", sans-serif;
  color: #707070;
  background: #f2f2f2;
  word-break: break-all;
}

a {
  color: #707070;
  text-decoration: none;
  display: block;
}

/*********************
footer
**********************/
.foot-box {
  background-image: url("../../src/foot/bg.png");
  background-size: cover;
  background-position: center center;
  padding: 100px 0;
}
.foot-box ul {
  width: 300px;
  max-width: 90%;
  margin: 0 auto;
  color: white;
  font-size: 20px;
}
.foot-box ul li {
  padding: 10px 0%;
  list-style: "ー ";
}
.foot-box ul a {
  color: white;
}
.foot-box ul ul {
  margin-top: 30px;
  font-size: 16px;
}
.foot-box ul ul li {
  border-bottom: solid 1px white;
  padding: 10px 10%;
  list-style: "";
}

.foot-box2 {
  padding: 70px 0 100px 0;
  background: #8e8e8e;
}
.foot-box2 a {
  width: 300px;
  max-width: 80%;
  margin: 0 auto;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media (max-width: 700px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}/*# sourceMappingURL=index.css.map */