@charset "utf-8";
.contacts {
  background: url("../common/images/bg_lines.png");
  padding: 40px 0;
}
.contacts .wrapper {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
.contacts .wrapper dl {
  background: #fff;
  box-sizing: border-box;
  padding: 10px;
  display: block;
  width: 460px;
  height: 190px;
  overflow: hidden;
  float: left;
  margin: 5px 10px;
}
.contacts .wrapper dl dt {
  background: #093e8d;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  line-height: 36px;
}
.contacts .wrapper dl dd {
  text-align: center;
  padding-top: 15px;
  font-size: 1.2rem;
}
.contacts .wrapper dl dd img {
  vertical-align: top;
  margin-right: 5px;
}
.contacts .wrapper dl dd p {
  margin-bottom: 10px;
}
.contacts .wrapper dl dd p.phone {
  color: #093e8d;
  font-weight: bold;
  font-size: 2.2rem;
}
.contacts .wrapper dl dd p.phone a {
  text-decoration: none;
  color: #093e8d;
}
.contacts .wrapper dl dd p.phone img {
  vertical-align: baseline;
}

.bottom_menu {
  padding: 30px 0;
}
.bottom_menu ul {
  width: 940px;
  margin: 0 auto;
  overflow: hidden;
}
.bottom_menu ul li {
  float: left;
  display: block;
  width: auto;
  margin-right: 70px;
  font-size: 1.4rem;
  font-weight: bold;
}
.bottom_menu ul li a {
  color: #093e8d;
  text-decoration: none;
}
.bottom_menu ul li:last-of-type {
  margin-right: 0;
}
.bottom_menu ul li ul {
  width: auto;
  margin: 0;
}
.bottom_menu ul li ul li {
  float: none;
  width: auto;
  font-size: 1.2rem;
  margin: 5px 0;
}
.bottom_menu ul li ul li a {
  color: #999999;
  text-decoration: none;
}

.bottom_links {
  background: #093e8d;
  padding: 10px 0 1px 0;
}
.bottom_links p {
  display: block;
  width: 960px;
  margin: 10px auto;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2;
}
.bottom_links p a {
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
}
.bottom_links p:last-of-type {
  width: 100%;
  border-top: 1px solid #5378af;
  padding-top: 10px;
}

.copyright {
  background: #252525;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 1.1rem;
}

@media screen and (min-width: 956px) {
  .contacts .wrapper dl dd {
    display: block !important;
    height: auto !important;
  }
}
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
/* SP */
@media screen and (max-width: 956px) {
  .contacts {
    background: url("../common/images/bg_lines.png");
    padding: 20px 0;
  }
  .contacts .wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .contacts .wrapper dl {
    background: #fff;
    box-sizing: border-box;
    padding: 5px 10px 0 10px;
    display: block;
    width: 100%;
    height: auto;
    overflow: inherit;
    float: none;
    margin: 0;
  }
  .contacts .wrapper dl:first-of-type {
    padding-top: 10px;
  }
  .contacts .wrapper dl:last-of-type {
    padding-bottom: 10px;
  }
  .contacts .wrapper dl dt {
    background: #093e8d url("../common/images/acc_arrow_closed.png") 96% 50% no-repeat;
    background-size: 10px 6px;
    color: #fff;
    padding-left: 10px;
    font-weight: bold;
    font-size: 1.3rem;
    text-align: left;
    line-height: 40px;
  }
  .contacts .wrapper dl dt.on {
    background: #093e8d url("../common/images/acc_arrow_opened.png") 96% 50% no-repeat;
    background-size: 10px 6px;
  }
  .contacts .wrapper dl dd {
    text-align: center;
    padding: 10px 10px 1px 10px;
    font-size: 1.2rem;
  }
  .contacts .wrapper dl dd.acc_wrapper {
    display: none;
  }
  .contacts .wrapper dl dd img {
    vertical-align: top;
    margin-right: 5px;
  }
  .contacts .wrapper dl dd p {
    margin-bottom: 7px;
  }
  .contacts .wrapper dl dd p.phone {
    color: #093e8d;
    font-weight: bold;
    font-size: 1.6rem;
  }
  .contacts .wrapper dl dd p.phone img {
    vertical-align: baseline;
  }
  .contacts .wrapper dl dd p.phone a {
    text-decoration: none;
    color: #093e8d;
  }

  .bottom_menu {
    padding: 0;
  }
  .bottom_menu ul {
    width: 100%;
    margin: 0 auto;
    overflow: inherit;
  }
  .bottom_menu ul li {
    float: none;
    display: block;
    width: 100%;
  }
  .bottom_menu ul li a {
    display: block;
    border-top: 2px solid #093e8d;
    color: #093e8d;
    text-decoration: none;
    padding: 15px 0 15px 40px;
    font-weight: bold;
    background: url("../common/images/icon_arrow_s2.png") 20px 20px no-repeat;
    background-size: 6px 10px;
  }
  .bottom_menu ul li.last {
    float: none;
    width: 100%;
  }
  .bottom_menu ul li ul {
    display: none;
  }

  .bottom_links {
    background: #093e8d;
    padding: 10px 0 1px 0;
  }
  .bottom_links p {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 10px;
    font-size: 1.1rem;
  }
  .bottom_links p a {
    margin: 0 5px;
  }
}

/*# sourceMappingURL=footer.css.map */
