@charset "utf-8";
/* CSS Document */
.section-lower {
  width: 100%;
  margin-bottom:49px;
}
.section-lower__bg {
  position: relative;
  width: 100%;
  height: auto;
  object-position: top;
  padding-bottom: 120px;
}
.section-lower__rogo {
  position: absolute;
  font-family: vdl-yotag, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 2.6rem;
  top: 15px;
  left: 24px;
}
.section-lower__rogo a {
  color: #111;
  text-decoration: none;
}
.section__lower__inner {
  margin: 0 24px;
}
.section__lower__title {
  font-size: 2.0rem;
  padding-bottom: 2px;
  margin-bottom: 20px;
}
.section__lower__headline {
  font-size: 1.8rem;
  line-height: 2.3rem;
  margin-bottom: 10px;
}
.caption {
  position: relative;
}
.caption::before {
  content: attr(data-number);
  display: inline-block;
  margin-right: 7px;
  font-family: gemeli-mono, serif;
  font-weight: 300;
  font-style: normal;
  color: #1395AC;
  font-size: 1.6rem;
}
.discription__caption {
  margin-bottom: 10px;
}
@media(min-width:769px) {
  .section-lower__rogo {
    top: 22px;
    left: 10%;
  }
  .section-lower__inner {
    margin: 0 0 70px 10%;
  }
   .mail-button {
    transform: scale(1.8, 1.8)
  }
  .section__lower__inner {
  width: 464px;
    margin: 0 auto;
  }
  iframe {
    height: 125px;
  }
}
.section__lower__privasy__item {
  margin-bottom: 20px;
}
.section__lower__inner__right {
  margin-right: 24px;
}
@media(min-width:769px) {
  .section__lower__inner__right {
    margin-right: 10%;
  }
}
.thanks__title {
  padding-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
}
.section__lower__thanks__item {
  margin-bottom: 40px;
}



