/***************************
FOOTER AREA
****************************/


footer {
  width: 100%;
  color: #FFF;
  background-color: #1d50a2;
}

.ftr_wrapper {
  padding: 40px 0px 10px;
  position: relative;
}

.ftr_content {
  display: flex;
  margin: 0px auto;
  justify-content: space-between;
  gap: 50px;
}

.ftr_menu {
  width: 65%;
  display: flex;
  justify-content: flex-end;
  color: #FFF;
  font-size: 14px;
}

.ftr_menu ul {
  margin-bottom: 20px;
  list-style-type: none;
}

.ftr_menu ul li {
  margin-bottom: 10px;
  line-height: 1.5em;
}

.ftr_menu ul a {
  font-size: 15px;
  color: #FFF;
  display: block;
}

.ftr_menu ul a:hover {
  text-decoration: underline;
}

.ftr_social {
  width: 35%;
  display: flex;
  gap: 10px;
}

.ftr_social div a {
  display: inline-block;
  padding: 8px;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  background-color: #fff;
}

.ftr_social div a img {
  width: 100%;
  height: 100%;
}

.ftr_social div:nth-child(3) a,
.ftr_social div:nth-child(6) a {
  padding: 0;
}

.ftr_social div:nth-child(3) a img,
.ftr_social div:nth-child(6) a img {
  border-radius: 50%;
}

.ftr_logo {
  display: inline-block;
}

.ftr_logo img {
  width: 100%;
  max-width: 200px;
  height: auto;
}

.ftr_menu ul {
  padding-left: 40px;
}

#footer-prefecture h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0;
  color: #fff;
}

.prefecture_wrap.container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.prefecture_wrap.container dl {
  margin: 0 0 10px 10px;
  padding: 0;
  list-style: none;
  text-align: left;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  width: 90px;
}

.prefecture_wrap.container dt {
  margin-bottom: 5px;
  font-size: 14px;
}

.prefecture_wrap.container dd {
  margin-left: 0;
  line-height: 1.5;
  font-size: 12px;
}

.prefecture_wrap.container dd a {
  color: #fff;
  font-weight: normal;
}

.prefecture_wrap.container dd a:hover {
  color: #fff;
  text-decoration: none;
}

#footer-prefecture dd:before {
  content: "\f138";
  font-family: FontAwesome;
  padding-right: 1em;
}

#footer-prefecture h3:before {
  content: '\f002';
  font-family: FontAwesome;
  padding-right: 10px;
}

@media only screen and (max-width: 1000px) {
  .ftr_content {
    flex-wrap: wrap;
  }
  .ftr_menu {
    justify-content: flex-start;
    width: 100%;
    padding: 0 20px;
  }
  .ftr_menu>div {
    width: 50%;
  }
  .ftr_menu ul {
    padding-left: 20px;
  }
  .ftr_social {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin: 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  footer {
    padding-bottom: 70px;
  }

  footer.default_footer {
    padding-bottom:0px;
  }

  .ftr_wrapper {
    padding: 20px 0;
  }

  .ftr_content {
    margin: 0;
  }

  .pc-only {
    display: none;
  }

  .ftr_content {
    padding: 0px 10px;
    display: block;
  }

  .ftr_menu {
    justify-content: flex-start;
    width: 100%;
    padding: 0px;
  }

  .ftr_menu ul{
    padding-left: 0px;
  }


  .ftr_menu ul a {
    font-size: 12px;
  }

  /* .ftr_menu>div {
    width: 50%;
  } */

  .ftr_social {
    width: 100%;
    justify-content: center;
    margin: 20px 0;
flex-wrap: nowrap;
    text-align: center;
  }

  .ftr_copyright {
    text-align: center;
    margin: 10px 0;
font-size: 12px;
  }

  .ftr_logo {
    display: none;
  }
}

@media only screen and (max-width: 428px) {
  .ftr_menu {
    padding: 0;
  }

  .ftr_menu ul {
    padding: 0 5px;
  }

  .ftr_social div a {
    width: 40px;
    height: 40px;
  }
}