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

.footer_section-inner {
  width: 100%;
  max-width: 1024px;
  margin: 40px auto;
}

.footer_section-inner img {
  display: block;
  margin: 20px auto;
  width: 60%;
}


.footer_medium {
  font-size: 27px;
  font-weight: bold;
}

.footer_small {
  font-size: 16px;
}

.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 {
  background-color: #a0b3b6;
  text-align: center;
  font-size: 16px;
  width: 100vw;
}

.footer07 a {
   color: #fff;
   text-decoration: none;
   font-size: 13px;
}

.footer07 li a:hover {
   color: #38342f;
}

.footer07 ul {
   margin: 0;
   padding: 20px 0;
   list-style: none;
   display: flex;
   justify-content: center;
   font-family: 'Century Gothic',sans-serif;
}

.footer07 li {
  padding: 10px;
}

.footer07 p, .footer07 a {
  color: #fff;
}

.footer07 .copyright {
   width: 100%;
   text-align: center;
   font-size: 9px;
   line-height: 2;
}

.footer07 .copyright a:hover {
  color: #38342f;
}




/** -------- タブレット -------- **/
@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;
  }

}
