@charset "UTF-8";

.member_kouza .l-footer .l-staticfooter-main {
  padding: 60px 0 170px;
}
.float-button__wrap {
  display: none;
  width: 100%;
  background-color: #FFF2F2;
  height: auto;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.side_by_side {
  display: flex;
  justify-content: center;
  max-width: 800px;
  margin: 15px auto;
  gap: 30px;
}
.side_by_side--lead {
  width: 70%;
  margin: 0 auto 10px;
}
.side_by_side--lead img {
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .member_kouza .l-footer .l-staticfooter-main {
    padding: 60px 0 43%;
  }
  .float-button__wrap {
    padding: 20px 12px 30px;
  }
  .side_by_side {
    margin: 0;
    gap: 8px;
  }
  .side_by_side--lead {
    width: 86%;
    margin: 0 auto 5px;
  }
}
