@charset "utf-8";
/* CSS Document */
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*フッダーcss--------------------------------------------------------*/

#l-footer_wrapper img {
  width: 100%;
}
.review {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 20px;
}
.review .review_sp {
  display: none;
}
.gide {
  display: flex;
  justify-content: center;
  background-color: #f2f2f2;
  align-items: center;
  padding: 40px 0;
}
.gide a {
  text-decoration: none;
}
.gide1 {
  width: 20%;
  margin-right: 5%;
}
.gide1 div {
  display: flex;
  margin-right: 2%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gide_list li {
  width: 48%;
  list-style: none;
  line-height: 2;
}
.gide_list li a {
  color: #333;
}
.gide2 {
  width: 25%;
}
.gide2 p {
  margin: 0;
}

.footer_copy {
  background-color: #555;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}

.footer_copy p {
  display: block;
}
.footer_copy li {
  display: block;
  border: none;
  text-align: center;
  line-height: 2;
}
.footer_copy a {
  color: #fff;
  text-decoration: none;
}
.footer_copy div {
  margin: 0 40px;
}
.footer_copy div img {
  width: 100% !important;
}
.footer_copy div p {
  font-size: 14px;
}
#l-footer_wrapper h2 {
  font-size: 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .gide1 {
    width: 40%;
  }
  .gide2 {
    width: 40%;
  }
}
@media screen and (max-width: 480px) {
  .review .review_pc {
    display: none;
  }
  .review .review_sp {
    display: block;
  }
  .gide,
  .footer_copy {
    display: block;
  }
  .gide1 div {
    display: flex;
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .gide1 {
    width: 100%;
  }
  .gide2 {
    width: 95%;
    margin: 0 auto;
  }
  #l-footer_wrapper h2 {
    text-align: center;
  }
}