@charset "UTF-8";
/* reset
------------------------------------------------------------------------------------*/


.footer {
  position: relative;
  background-color: #fff;
  color: #333;
  font-family: "Hiragino UD Sans W3 JIS2004", sans-serif;
  position: relative;
  word-break: break-word;
  width: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  font-size: 16px;
}
.footer a {
  color: #333;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: rgba(0, 0, 0, 0);
  color: inherit;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer a img {
  width: 100%;
}

.footer .txt-link .icon-img {
  width: 16px;
  display: inline;
  position: static;
  vertical-align: middle;
  margin: -3px 0 0 8px;
}

.footer__top {
  background-color: #f6f6f4;
  padding: 38px 0;
}

.footer__top .nav-list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 48px;
  margin-bottom: 12px;
  font-weight: bold;
}

.footer__top .nav-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 50px;
  font-weight: normal;
}

.footer__bottom {
  width: 100%;
  margin: 38px auto 0;
}

.footer__sns .footer__sns-ttl {
  font-size: 18px;
  text-align: center;
  font-family: "Hiragino UD Sans W6 JIS2004", sans-serif;
  margin-bottom: 15px;
}

.footer__sns .link-area {
  text-align: center;
  margin-bottom: 30px;
}

.footer__sns .link-area .txt-link {
  font-size: 16px;
  font-family: "Hiragino UD Sans W6 JIS2004", sans-serif;
}

.footer__bottom .other-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 31px;
  max-width: 880px;
  margin: 0 auto 40px;
  font-weight: normal;
}

.footer__bottom .other-list .other-list__item {
  font-size: 13px;
}

.footer__bottom .logo-list {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 64px;
  margin-bottom: 30px;
}

.footer__bottom .logo-list .logo-list__item {
  width: 180px;
}

.footer__bottom .logo-list .logo-list__item--dshc {
  width: 273px;
}

.footer .c_right {
  background-color: #005baa;
  color: #fff;
  text-align: center;
  font-size: 10px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: normal;
}
.footer .c_right br {
  display: none;
}
@media (max-width: 850px) {
  .footer .c_right br {
    display: block;
  }
}

.footer__sns .link-area .txt-link {
  font-size: 16px;
  font-family: "Hiragino UD Sans W6 JIS2004", sans-serif;
  text-decoration: underline;
  color: #005baa;
  font-weight: bold;
}

.footer__sns-ttl {
  font-weight: bold;
}

.footer .btn-top {
  display: none;
}

.footer__top .nav-list1 a {
  display: block;
  font-size: 18px;
  font-family: "Hiragino UD Sans W6 JIS2004", sans-serif;
}

.footer__top .nav-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 50px;
}

.footer__top .nav-list2 a {
  font-size: 16px;
  display: block;
}

.footer #ot-sdk-btn.ot-sdk-show-settings {
  color: #333 !important;
  border: none !important;
  height: auto !important;
  white-space: normal !important;
  word-wrap: break-word !important;
  padding: 0 !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  -webkit-transition: none !important;
  transition: none !important;
  font-family: "Hiragino UD Sans W3 JIS2004", sans-serif !important;
  background-color: #fff;
  cursor: pointer;
}

.footer #ot-sdk-btn.ot-sdk-show-settings:hover {
  color: #333 !important;
  background-color: #fff !important;
}

@media only screen and (max-width: 1024px) {
  .footer__top {
    padding: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .footer__top .nav-list1 {
    gap: 0;
    margin-bottom: 0;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    font-weight: bold;
  }
  .footer__top .nav-list1 .nav-list__item:first-child {
    display: none;
  }
  .footer__top .nav-list1 .nav-list__item:nth-child(even) {
    border-right: 1px solid #ccc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .footer__top .nav-list1 .nav-list__item {
    width: 50%;
    border-bottom: 1px solid #ccc;
  }
  .footer__top .nav-list1 a {
    font-size: 16px;
    padding: 18px 23px;
  }
  .footer__top .nav-list2 .nav-list__item:nth-child(odd) {
    border-right: 1px solid #ccc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .footer__top .nav-list2 .nav-list__item {
    width: 50%;
    border-bottom: 1px solid #ccc;
  }
  .footer__top .nav-list2 {
    gap: 0;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  .footer__top .nav-list2 a {
    font-size: 14px;
    padding: 11px 23px;
  }
  .footer__top .nav-list2 .nav-list__item:last-child {
    border-bottom: none;
  }
  .footer__bottom .wrap__other-list {
    border-top: 1px solid #ccc;
  }
  .footer__bottom .other-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px 32px;
    padding: 40px 46px 0 23px;
    margin-bottom: 40px;
  }
  .footer__bottom .logo-list {
    width: 180px;
    margin-bottom: 33px;
  }
  .footer__bottom .logo-list .logo-list__item + .logo-list__item {
    margin-top: 20px;
  }
  .footer .c_right {
    text-align: left;
    height: auto;
    font-size: 12px;
    padding: 16px 0;
  }
  .footer__sns .footer__sns-ttl {
    font-size: 16px;
  }
  .footer__bottom .other-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 18px 32px;
    padding: 40px 46px 0 23px;
    margin-bottom: 40px;
  }
  .footer__bottom {
    width: 100%;
    margin: 40px auto 0;
  }
  .footer__sns .link-area {
    text-align: center;
    margin-bottom: 33px;
  }
}




