/*
  footer
-----------------------------------------------------*/
.l-footer {
  color: #333;
  background-color: #fff;
  text-rendering: optimizeLegibility;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", "Roboto", sans-serif;
  font-weight: normal;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  transition: background-color 1s, color 1s;
}

.l-footer__wrapper {
  max-width: 968px;
  width: 90%;
  margin: 0 auto;
}

.l-footer__navblock {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-footer__navblock {
    display: block;
    padding: 3rem 0 2rem;
    background: #EFEFEF;
  }
}
.l-footer__comblock {
  padding: 2rem 0 3.5rem;
  background: #EFEFEF;
}
@media screen and (min-width: 768px) {
  .l-footer__comblock {
    margin-top: 0;
    padding: 3rem 0 3.5rem;
    background: #fff;
  }
}
.l-footer__logo {
  display: none;
  width: 60%;
  margin: 0 auto 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    display: block;
    width: 27.5%;
  }
}
.l-footer__nav {
  display: flex;
  flex-wrap: wrap;
}
.l-footer__nav dl {
  width: 30%;
}
.l-footer__nav dl:not(:last-child) {
  margin-right: 5%;
}
.l-footer__nav dl dt {
  text-align: center;
  padding: 0.2em 0.5em;
  margin-bottom: 1rem;
  color: #fff;
  font-weight: 600;
  background: #093C11;
  border-radius: 16px;
}
.l-footer__nav dl dt:not(:first-child) {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.l-footer__nav dl dd {
  border-bottom: 1px solid #c7c3c1;
  padding: 0.5em 0;
  font-size: 0.875rem;
  border: 0;
  padding: 0;
}
.l-footer__nav dl a {
  display: block;
  position: relative;
  position: static;
}
.l-footer__nav dl a[target=namakon] svg {
  display: inline-block;
  height: 0.8em;
  fill: #333;
  margin-left: 0.3em;
}
.l-footer__outline {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .l-footer__outline {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.l-footer__outline__logo {
  width: 60%;
  margin: 0 auto 1em;
}
@media screen and (min-width: 768px) {
  .l-footer__outline__logo {
    width: 25%;
    margin: 0;
  }
}
.l-footer__outline__logo a {
  display: block;
}
.l-footer__outline__address {
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .l-footer__outline__address {
    font-size: 0.75rem;
    width: 68%;
  }
}
.l-footer__outline__address address {
  font-style: normal;
}
.l-footer__outline__address dl {
  display: flex;
/*  justify-content: space-between;*/
}
@media screen and (min-width: 768px) {
  .l-footer__outline__address dl {
/*    display: block;*/
  }
}
.l-footer__outline__address dl dt {
  width: 6em;
}
@media screen and (min-width: 768px) {
  .l-footer__outline__address dl dt {
    width: auto;
    display: inline-block;
  }
}
.l-footer__outline__address dl dd {
  width: calc(100% - 7em);
}
@media screen and (min-width: 768px) {
  .l-footer__outline__address dl dd {
    width: auto;
    display: inline-block;
    margin-left: 1em;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__sns {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.l-footer__sns__lnk {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .l-footer__sns__lnk {
    width: 8%;
    margin-bottom: 0;
    margin-left: 7%;
  }
}
.l-footer__sns__lnk ul {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-footer__sns__lnk ul {
    justify-content: space-between;
  }
}
.l-footer__sns__lnk ul li {
  margin: 0 0.5em;
}
@media screen and (min-width: 768px) {
  .l-footer__sns__lnk ul li {
    margin: 0;
  }
}
.l-footer__sns__regist {
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .l-footer__sns__regist {
    font-size: 0.75rem;
    width: 68%;
  }
}
.l-footer__sns__regist ul li {
  display: inline-block;
}
.l-footer__sns__regist ul li:first-child {
  margin-right: 2em;
}
.l-footer__copy {
  margin-top: 2.5rem;
  font-size: 0.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__copy {
    margin-top: 5.5rem;
  }
}

.l-footer .c-sp { display: block; }
@media screen and (min-width: 768px) {
  .l-footer .c-sp { display: none; }
}