/** -----------------------------------
    footer
-------------------------------------**/
/* #footer_contact {
  width: 100vw;
  text-align: center;
  padding: 100px 0;
} */

/* .footer_button a {
  display: block;
  text-align: center;
  margin: 32px auto;
  padding: 1em 1em;
  max-width: 320px;
  color: #fff;
  background-color: #444444;
  font-size: 15px;
  text-decoration: none;
  transition: 0.8s;
}

.footer_button a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #444444;
  transition: 0.8s;
}

.footer_a {
  font-size: 15px;
  color: #707070;
  text-decoration: none;
  transition: 0.8s;
}

.footer_a:hover {
  text-decoration: underline;
  transition: 0.8s;
} */

#footer {
  text-align: center;
  font-size: 16px;
  width: 90vw;
  margin: 0 auto;
  position: relative;
}

.footer07 a {
   color: #2C2C2C;
   text-decoration: none;
   font-size: 15px;
}

.footer07 li a:hover {
   color: #fff;
}

.footer07 ul {
   margin: 0;
   padding: 20px 0;
   list-style: none;
   display: block;
   text-align: left;
   font-family: "Hiragino Mincho ProN", YuMincho,	serif;
   letter-spacing: 2px;
}

.footer07 li {
  padding: 5px 10px;
}

.footer07 p, .footer07 a {
  color: #2C2C2C;
}

.footer07 .copyright {
    position: absolute;
    bottom: 50px;
    right: 10px;
   font-size: 14px;
       letter-spacing: 1px;
   font-family: "Hiragino Mincho ProN", YuMincho,	serif;
}

.footer07 .footer-logo{
    position: absolute;
top: 23px;
    right: 10px;
    width: 20%;
    height: auto;
}


.footer07 .copyright a:hover {
  color: #fff;
}

.privacy-policy {
  margin-top: 40px;
}

.col-2_items_flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

hr {
 height: 1px;
 background-color: #646464;
 width: 100%;
 border: none;
 margin: 20px auto 40px;
}

/** -------- タブレット -------- **/
@media screen and (max-width: 1024px){

}
/** -------- スマホ-------- **/
@media screen and (max-width: 767px) {
  #footer {
    padding: 16px 0;
    font-size: 11px;
  }

  .footer07 ul {
      padding: 16px 0;
  }

  .footer07 li {
      padding: 8px;
  }

  .footer07 a {
      font-size: 13px;
  }
.footer07 .footer-logo {
    top: 40px;
    width: 36%;
}
  .footer07 .copyright {
    bottom: 60px;
    font-size: 10px;
}

}
