@charset "utf-8";
/* CSS Document */
.main {
  background-color: #FFF8E9;
  padding-bottom: 90px;
  width: calc(100% - 270px);
  margin-left: 270px;
  }
@media screen and (max-width: 1024px) {
  .main {
    width: 100%;
    margin-left: 0px;
  }
}
@media screen and (max-width: 480px) {
  .main {
    padding-bottom: 60px;
    width: 100%;
    margin-left: 0px;
  }
  }
.section-top {
  margin-bottom: 70px;
  
}
.section-top__image {
  position: relative;
  width: 100%;
  height: 660px;
  background-image: url("images/membership_top.png");
  background-repeat: no-repeat;
  background-position: center center; 
  display: flex;
  justify-content: center;
  background-size: cover;
  margin-bottom: 16px;
}
.section-top__image h2 {
  position: absolute;
  top: 75.5%;
  left: 6.4%;
  font-size: 3.0rem;
  font-weight: 700;
  color: #FFF8E9;
  line-height: 4.5rem;
  text-shadow: 0px 2px 4px rgba(51, 51, 51, 0.78);
}
@media screen and (max-width: 480px) {
  .section-top {
    margin-bottom: 53px;
}
  .section-top__image {
  position: relative;
  width: 100%;
  height: 400px;
  background-image: url("images/(sp)membership_top.png");
  background-repeat: no-repeat;
  background-position: center center; 
  display: flex;
  justify-content: center;
  background-size: cover;
  margin-bottom: 30px;
}
  .section-top__image h2 {
  position: absolute;
  top: 75.5%;
  left: 3.4%;
  font-size: 1.8rem;
  line-height: 3.2rem;
}
  }
.Membership-form {
  max-width: 1170px;
  padding: 0 40px;
  margin: 0 auto;
}
.Membership-form__text {
  margin-bottom: 70px;
  line-height: 3.0rem;
}
.Membership-form__text a {
  color: #607d8b;
}
.Membership-form-body {
   height: 2814px;
}
.Membership-form-body iframe {
  width: 100%;
  height: 100%;
 
}
@media screen and (max-width: 480px) {
  .Membership-form {
    width: 375px; 
    padding: 0 24px;
  }
  .Membership-form__text {
    font-size: 1.4rem;
    line-height: 2.1rem;
  margin-bottom: 20px;
}
  .Membership-form-body {
    width: 327px;
    margin: 0 auto;
    height: 3090px;
  }
  
}
