/* footer
------------------------------------------- */
#footer {
  background: #e9f0f5;
}
.footerNavWrap,
.footer__bkInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 0 60px;
}
.footerNavUnity {
  width: 25%;
  padding: 0 30px;
  box-sizing: border-box;
  border-left: 1px solid #ccd2d6;
}
.footerNavUnity:first-child {
  padding-left: 0;
  border-left: 0;
}
.footerNavList__title,
.footerNavList__title a  {
  margin: 20px 0 15px;
  font-size: 13px;
  /* font-weight: bold; */
}
.footerNavList__title-trigger {
  pointer-events: none;
  font-weight: bold;
}
.footerNavList__title a {
  color: #333333;
  text-decoration: none;

}
.footerNav {
  display: block
}
.footerNav li > a {
  margin-bottom: 10px;
  padding-left: 13px;
  background: url("/sitemiraiz_Azvky7qpc/cms/smz_media/img/common/icon_footernav_list.png") no-repeat left center;
  font-size: 12px;
  line-height: 2;
}
.footerNav li > a.mediaPC {
  margin-bottom: 0;
}
.footerNav__nest {
  margin: 0 0 7px 17px;
}
.footerNav__nest a {
  position: relative;
  padding-left: 13px;
  font-size: 12px;
}
.footerNav__nest a::before {
  position: absolute;
  top: 0;
  left: 1px;
  width: 6px;
  height: 6px;
  border-left: 1px solid #737678;
  border-bottom: 1px solid #737678;
  content: "";
}
.footerNav__nest-first a::after {
  position: absolute;
  bottom: -1px;
  left: 1px;
  width: 6px;
  height: 6px;
  border-left: 1px solid #737678;
  content: "";
}
.footer__bk {
  padding: 11px 0;
  background: #0285c1;
  color: #fff;
}
.footer__bkInner {
  align-items: center;
  padding: 0;
  font-size: 12px;
}
.footer__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  order: 2;
  overflow: hidden;
}
.footer__sns li:first-child {
  margin-right: 15px;
}



@media screen and (max-width: 1100px) {
  .footerNavWrap {
    padding: 40px 15px 60px;
  }
  .footer__bk {
    padding: 17px 10px;
  }
}



@media screen and (max-width: 769px) {

  .footerNavWrap {
    display: block;
    padding: 0;
  }
  .footerNavUnity {
    width: 100%;
    padding: 0;
    border-left: 0;
  }
  .footerNavList__title {
    position: relative;
    margin: 0;
    padding: 15px 17px;
    background: #0285c1;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    pointer-events: auto;
  }
  .footerNavList__title a {
    display: block;
    margin: 0;
    color: #fff;
  }
  .footerNavList__title::before,
  .footerNavList__title::after,
  .footerNav__nestParent > a:before,
  .footerNav__nestParent > a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 17px;
    width: 10px;
    height: 1px;
    background: #fff;
    margin: auto;
    content: "";
  }
  .footerNav li.footerNav__nestParent > a:before,
  .footerNav li.footerNav__nestParent > a:after {
    background: #0285c1;
    border: 0;
    transform: rotate(0);
  }
  .footerNav li.footerNav__nestParent > a:after {
    right: 21px;
    width: 1px;
    height: 10px;
  }
  .footerNavList__title::after {
    right: 21px;
    width: 1px;
    height: 10px;
  }
  .footerNav {
    display: none;
  }
  .footerNav li a {
    display: block;
    position: relative;
    margin: 0;
    padding: 17px;
    border-bottom: 1px solid #fff;
    background: none;
    font-size: 14px;
    line-height: 1;
  }
  .footerNav li a::after {
    position: absolute;
    top: 0;
    right: 17px;
    bottom: 0;
    width: 7px;
    height: 7px;
    margin: auto;
    border-right: 1px solid #0285c1;
    border-bottom: 1px solid #0285c1;
    transform: rotate(-45deg);
    content: "";
  }
  .footerNav li > .footerNav__nest,
  .footerNav__nestWrap {
    display: none;
    background: #f7f7f7;
  }
  .footerNav li .footerNav__nest a {
    padding-left: 35px;
  }
  .footerNav__nest a::before {
    top: 0;
    bottom: 0;
    left: 17px;
    margin: auto;
  }
  .footerNav__nest-first a::after {
    border-left: 0;
    left: auto;
  }
  .footerNav__nest {
    margin: 0;
  }
  .footerNavList__title-arrowNone::before {
    width: 7px;
    height: 7px;
    background: none;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
  }
  .footerNavList__title-arrowNone::after {
    display: none;
  }
  .footer__bk {
      padding: 0;
  }
  .footer__sns {
    justify-content: center;
    order: 0;
    width: 100%;
    padding: 15px 0;
  }
  .copyright {
    width: 100%;
    padding: 15px 0;
    background: #fff;
    color: #0285c1;
    text-align: center;
  }
}
@media (max-width: 767px){
	.wrapper footer{
	margin-bottom:70px;
	}
}
.footerNav li a{
	color:#333333;
	text-decoration:none;
}
