/* フッターウィジェット */

#footer_widget {
  padding: 2rem 0 1rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer_widget {
  font-size: 12px !important;
  width: 300px !important;
  margin: 0 0 30px 0 !important;
}

.footer_widget a {
  color: #2a2a2a !important;
}

#footer_widget.footer_widget_type2 {
  -webkit-flex-wrap: none;
  -ms-flex-wrap: none;
  flex-wrap: none;
}

#footer_widget.footer_widget_type2 .ml_ad_widget {
  width: 25%;
  /*margin-right:2%;*/
  margin-right: 8%;
}

#footer_widget.footer_widget_type2 .widget_nav_menu {
  /*width:20%;*/
  width: 17%;
}

#footer_widget.footer_widget_type2 .tcdw_banner_list_widget {
  width: 30.666%;
}

/* エリア・カテゴリーメニュー */
#footer_nav li {
  font-size: 12px !important;
}

#footer_widget .footer-menu ul {
  font-weight: 800;
  color: rgb(42, 42, 42);
}

.logo-area {
  line-height: 0;
}

#footer_logo .logo {
  line-height: 0;
}

#copyright {
  font-weight: 800;
  width: 40%;
  color: rgb(42, 42, 42);
}

#copyright span {
  white-space: pre;
}

#footer_contents a {
  color: rgb(42, 42, 42);
}

#footer_social_link li:before {
  color: rgb(1, 59, 150);
}

.logo a {
  display: block;
}

.footer-menu {
  margin-left: auto;
  margin-right: auto;
}

.footer-menu li {
  display: inline;
  padding-left: 3vw;
}

.footer-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 1024px) {
  #copyright {
    width: 100%;
    margin: 0;
    padding: 0 0 1rem;
    /* margin: 1rem 0;
      padding: 0; */
    background: none;
    display: flex;
    font-size: 100%;
    justify-content: center;
  }

  #copyright span {
    display: block;
  }

  #footer_social_link {
    display: none;
  }

  .footer-menu ul {
    display: flex;
    flex-wrap: wrap;
  }

  .footer-menu ul li {
    margin: 0.2rem;
  }

  #footer_widget .footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 360px) {
  #copyright {
    font-size: 70%;
  }
}

@media only screen and (max-width: 436px) {
  #copyright {
    font-size: 70%;
  }
}

@media only screen and (max-width: 767px) {
  #footer_widget {
    margin: 0;
    border-bottom: 1px solid rgb(68, 68, 68);
  }
}

@media only screen and (max-width: 1024px) {
  #footer_contents {
    padding: 0;
  }

  #footer_widget {
    padding: 1rem 0;
  }
}
