@charset "UTF-8";

.footer {
  box-sizing: border-box;
  background: #f7f5f6;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  color: #222;
  letter-spacing: 0;
  box-sizing: border-box;
}

.footer * {
  box-sizing: border-box;
}

.footer a:link,
.footer a:visited,
.footer a:hover,
.footer a:active {
  color: initial;
}

.footer_inner {
  width: 100%;
  padding: 65px 0 30px;
}
@media screen and (min-width: 768px) {
  .footer_inner {
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1270px;
    padding: 80px 20px;
    margin: auto;
  }
}

@media screen and (min-width: 768px) {
  .footer_wrap {
    display:flex;
    width: 680px;
  }
}
@media screen and (max-width: 767px) {
  .footer_wrap {
    max-width: 310px;
    margin: 0 auto 64px;
    padding: 0 15px;
  }
}

@media screen and (min-width: 768px) {
  .footer .service_box {
    min-width: 264px;
    margin-right: 9.41%;
  }
}
@media screen and (max-width: 767px) {
  .footer .service_box {
    margin-bottom: 40px;
    text-align: center;
  }
}

.footer .service_box > dt {
  margin-bottom: 12px;
  padding: 0 10px 8px;
  border-bottom: solid 1px #222;
  font-weight: 700;
  text-align: center;
}
.footer .service_box > dd {
  margin: 8px 0;
}
@media screen and (max-width: 767px) {
  .footer .service_box > dt {
    display: inline-block;
    margin-bottom: 7px;
    padding: 0 5px 8px;
  }
}

.footer_btn {
  display:flex;
  width: 100%;
  min-height: 44px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  background: #fff;
  border: solid 1px #dedede;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
}
.footer_btn img {
  margin-right: 10px;
}
.footer_btn .icon_line {
  width: 22px;
}
.footer_btn .icon_mail {
  width: 19px;
}
@media screen and (max-width: 767px) {
  .footer_btn img {
    margin-right: 8px;
  }
  .footer_btn .icon_line {
    width: 18px;
  }
  .footer_btn .icon_mail {
    width: 16px;
  }
}

@media screen and (min-width: 768px) {
  .footer_nav {
    display:flex;
    width: 100%;
    border-left: solid 1px #dedede;
    padding-left: 9.41%;
  }
  .footer_nav_list {
    width: 50%;
    padding-left: 0;
    margin-bottom: -15px;
    font-weight: 700;
  }
  .footer_nav_list > li {
    margin-bottom: 15px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .footer_nav {
    margin-bottom: 32px;
  }
  .footer_nav_list {
    display:flex;
    flex-wrap: wrap;
    border-top: solid 1px #dedede;
    font-size: 12px;
    font-weight: 700;
  }
  .footer_nav_list > li {
    width: 50%;
    border-bottom: solid 1px #dedede;
    text-align: center;
  }
  .footer_nav_list > li:nth-child(odd) {
    border-right: solid 1px #dedede;
  }
  .footer_nav_list > li a {
    display: block;
    padding: 14px 10px;
  }
}

.footer .sns_list {
  display:flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 70px;
  margin-left: -25px;
}
.footer .sns_list > li {
  margin-left: 25px;
}
.footer .sns_list > li img {
  width: auto;
  height: 28px;
}
.footer .copyright {
  margin-bottom: 10px;
  font-size: 10px;
  text-align: right;
}
.footer_other_nav {
  display:flex;
  justify-content: flex-end;
  font-size: 11px;
  font-weight: 700;
}
.footer_other_nav > li {
  position: relative;
  padding: 0 0.5em;
}
.footer_other_nav > li:not(:first-child) {
  border-left: solid 1px #b2b2b2;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    margin-bottom: 13px;
    font-size: 9px;
    text-align: center;
  }
  .footer_other_nav {
    font-size: 10px;
  }
  .footer_other_nav > li {
    padding: 0.3em 0.5em;
  }
}