@charset "utf-8";

a,a:visited {
  text-decoration: none;
  outline: none;
  color: #02e;
}
a:hover {
  color: #fa0;
  outline: none;
}
a[href*="tel:"] { cursor: default; }

button { outline: none; }

p {
  position: relative;
  margin: 0 0 0.7em;
  background: url(../img/transparent.png);
}
p a,p a:visited {
  text-decoration: underline;
}
td { background: url(../img/transparent.png); }

html {
  min-height: 100%;
  font-size: 6.25%;
  overflow-y: scroll;
}
body {
  font: 10rem/1 "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  color: #fff;
  overflow-x: hidden;
}
.mac body, .safari body { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; }

h1,h2,h3,h4,h5,h6 {
  margin: 0;
}
ul,ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dl,dt,dd {margin: 0;}
button {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button:active,button:focus {
  border: none;
  outline: none;
}
figure {
  margin: 0;
}
em { font-style: normal; }

.text_center {
  padding: 0 10px 0 0;
  text-align: center;
}
.brackets_mgn {
  margin: 0 -0.2em 0 -0.5em;
}

a.official_btn {
}
.footer_bg {
  position: relative;
  background: #000 ;
  padding: 24px 0 28px;
  z-index: 10000;
}
.footer_bg:before {
  content: "";
  position: absolute;
  top: -6px;
  right: 0; left: 0;
  display: block;
  width: 100%;
  height: 10px;
  background: url(../img/footer_line.png) 50% 0 no-repeat;
}
footer {
  position: relative;
  width: 810px;
  padding: 10px 0 0;
  margin: 0 auto;
  text-align: left;
}
footer .spec {
  margin: 0 0 14px;
}
.social_wrapper ul {
  position: absolute;
  top: 531px;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 8px;
}
.social_wrapper ul li {
  margin: 0 5px;
}
.social_wrapper ul li:last-child {
  display: none;
}
.social_wrapper ul li a {
  display: block;
  width: 50px;
  height: 50px;
}
.social_wrapper ul li a img {
  width: 100%;
}
.company {
  margin: 0 0 8px;
  text-align: right;
}
.copyright {
  text-align: right;
  font-size: 13rem;
}

.pc-hide {
  display: none;
}
@media screen and (max-width:840px) {
  footer {
    width: 710px;
    padding: 4px 0 0;
    margin: 0 auto;
    text-align: left;
  }
  footer .spec {
    margin: 0 0 26px;
  }
  footer .spec img {
    width: 100%;
  }
  .social_wrapper ul {
    position: static;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 24px;
  }
  .social_wrapper ul li {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 12px;
    text-align: center;
  }
  .social_wrapper ul li:last-child {
    display: block;
  }
  .social_wrapper ul li a {
    width: 100px;
    height: 100px;
  }
  .company {
    margin: 0 0 24px;
    text-align: center;
  }
  .company img {
    width: 176px;
    height: 62px;
  }
  .copyright {
    text-align: center;
    font-size: 28rem;
  }
}