@charset "Shift_JIS";

/* *******************　全体設定　******************* */
footer {
  width: 100vw;
  background-image: url("../img/footer/footer_bg.png");
  background-size: cover;
  background-attachment: fixed;
  background-position: top right;
  font-size: 80%;
}

footer a {
  text-decoration: none;
}

footer a:hover {
  position: relative;
  opacity: .5;
}


footer p {
  margin-top: 10px;
  font-size: 75%;
}

footer img {
  display: block;
  width: 100px;
  margin: auto;
  padding-bottom: 15px;
}

.kiyaku {
  width: 100%;
  margin: 0
  padding: 8px 0;
  background-color: #FFF;
  opacity: .9;
  text-align: center;
  line-height: 35px;
}

.kiyaku a {
  color: #000;

}

.footer_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}

.footer_box {
  margin: 10px;
}

.footer_box.migi {
  padding-bottom: 10px;
}
