@charset "UTF-8";
/* CSS Document */
.section-top {
  margin: 60px 0 100px;
  position: relative;
}
.top-inner {
  background-color: #EBFCFF;
  padding: 140px 0;
}
.section-inner {
  position: relative;
  padding-bottom: 120px;
}
.inner-wrapper {
  max-width: 1020px;
  margin: 0 auto;
  text-align: left;
}
.inner-wrapper h4 {
  font-size: 1.5em;
  margin-bottom: 30px;
}
.inner-wrapper p {
  line-height: 1.8;
  margin-bottom: 40px;
}
@media(max-width:1200px) {
  .inner-wrapper {
  max-width: 85%;
}
}
@media(max-width:896px) {
  .section-top {
  margin-bottom: 40px;
}
.top-inner {
  padding: 100px 0;
}
.section-inner {
  padding-bottom: 40px;
  }
.inner-wrapper h4 {
  font-size: 1.15em;
  margin-bottom: 20px;
}
.inner-wrapper p {
  font-size: 0.85em;
  letter-spacing: 0.1em;
}
}


