/** -----------------------------------
    footer
-------------------------------------**/

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

.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: "Noto Sans JP","Yu Gothic", YuGothic, sans-serif;
   letter-spacing: 2px;
}

.footer07 li {
  padding: 10px;
}

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

.footer07 .copyright {
   font-size: 14px;
   font-family: "Noto Sans JP","Yu Gothic", YuGothic, sans-serif;
}

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

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

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

.col-2_items {
  width: 100%;
}

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: 10px;
  }

}
