@charset "UTF-8";
/*-----------------------------------
  フッター
-----------------------------------*/
.d-footer_in {
 width: 970px;
 margin-left: auto;
 margin-right: auto;
}
@media (max-width:767px) {
 .d-footer_in {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 !important;
 }
}
/*-----------------------------------
  フッターリンクメニュー
-----------------------------------*/
.d-footer_navi {
 padding: 1.5em 10px;
 font-size: 1.3rem;
 text-align: center;
}
.d-footer_navi ul {
 width: 14%;
 margin: 0 0 0 10px;
 padding-right: 1em;
 display: inline-block;
 vertical-align: top;
 font-size: 14px;
}
.d-footer_navi ul li {
 margin-bottom: 5px;
 border-bottom: dotted 1px #01999E80;
 line-height: 2;
 font-size: .9em;
}
.d-footer_navi ul li a {
 color: #333333;
 display: block;
}
.d-footer_navi ul li a i {
 margin-right: 5px;
}
.d-footer_navi ul:last-child {
 width: 17%;
}
.d-footer_navi ul li a:hover {
 color: #EB5505;
}
.d-footer_navi ul li:hover {
 border-bottom: dotted 1px #EB5505;
}
@media (max-width:767px) {
 section.footer__wrap_footer2 {
  margin: 0px;
 }
 section.footer__wrap_footer2 .footer_drawer-nav {
  margin: 0;
  padding: 0;
  background: #fff;
  box-sizing: border-box;
 }
 section.footer__wrap_footer2 ul.footer_drawer-footer {
  display: inline-flex;
  flex-flow: wrap;
  width: 100%;
 }
 section.footer__wrap_footer2 ul.footer_drawer-footer li {
  flex-basis: 50%;
  margin: 0;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
  font-size: 12px;
  border-top: 1px solid #ccc;
 }
 section.footer__wrap_footer2 ul.footer_drawer-footer li a {
  font-size: 12px;
  display: block;
  margin: 0;
  padding: 1em 0;
  background: #FAFAFA;
  color: #000;
  border-radius: 3px;
  transition: .2s;
  position: relative;
  line-height: 1.5;
  text-decoration: none;
 }
 section.footer__wrap_footer2 .footer_drawer-footer li a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  position: absolute;
  top: calc(50% - 8px);
  right: .7em;
  bottom: 0;
  margin: auto;
  color: #9A9A9A;
  font-size: 11px;
 }
 section.footer__wrap_footer2 ul.footer_drawer-footer li:nth-last-child(2) {
  border-bottom: 1px solid #ccc;
  position: relative;
  top: 1px;
 }
 section.footer__wrap_footer2 ul.footer_drawer-footer li:nth-of-type(even) {
  border-left: 1px solid #ccc;
 }
}
/*-----------------------------------
  コピーライト
-----------------------------------*/
.d-footer_copyright {
 color: white;
 background-color: #ccc;
 min-width: 1000px;
 line-height: 1.4;
 text-align: center;
 font-size: 1.1rem;
 padding: 2em 2.2em;
}
@media (max-width:767px) {
 .d-footer_copyright {
  padding: 8px 4px 107px;
  text-align: center;
  font-size: 11px;
  min-width: 100% !important;
 }
}
@media screen and (max-width:320px) {
 .d-footer_copyright {
  padding: 8px 4px 81px;
  font-size: 10px;
 }
}