#page.in.example section.lead {
  padding: 40px 0;
}
#page.in.example section.lead .lead-txt {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  #page.in.example section.lead {
    padding: 28px 0;
  }
  #page.in.example section.lead .lead-txt {
    font-size: 15px;
  }
}
#page.in.example .example-block {
  margin-bottom: 80px;
}
#page.in.example .example-block .example-gallery {
  max-width: 720px;
  margin: 68px auto 0;
}
#page.in.example .example-block .example-gallery-thumb {
  margin-top: 25px;
  padding: 0 68px;
  position: relative;
}
#page.in.example .example-block .example-gallery-thumb:before,
#page.in.example .example-block .example-gallery-thumb:after {
  content: "";
  width: 68px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
#page.in.example .example-block .example-gallery-thumb:after {
  left: auto;
  right: 0;
}
#page.in.example .example-block .example-gallery-thumb-arrow {
  width: 28px;
  height: 100%;
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#page.in.example .example-block .example-gallery-thumb-arrow:before {
  content: "";
  width: 100%;
  padding-top: 100%;
  height: 0;
  background: url(../img/base/arrow.png) no-repeat center/contain, #3bb0bf;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#page.in.example .example-block .example-gallery-thumb-arrow--prev {
  right: auto;
  left: 20px;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#page.in.example .example-block .example-gallery-thumb-arrow.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
#page.in.example .example-block .example-gallery-thumb-item {
  cursor: pointer;
}
#page.in.example .example-block .example-txtbox {
  margin-top: 72px;
  color: #282828;
}
#page.in.example .example-block .example-lead {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.43;
  margin-bottom: 20px;
}
#page.in.example .example-block .example-txt {
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.03em;
}
#page.in.example .example-block .example-plan {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #page.in.example .example-block {
    margin-bottom: 60px;
    overflow: hidden;
  }
  #page.in.example .example-block .example-gallery {
    margin-top: 35px;
  }
  #page.in.example .example-block .example-gallery-thumb {
    padding: 0;
    overflow: visible;
  }
  #page.in.example .example-block .example-gallery-thumb:before,
  #page.in.example .example-block .example-gallery-thumb:after {
    display: none;
  }
  #page.in.example .example-block .example-gallery-thumb-arrow {
    display: none;
  }
  #page.in.example .example-block .example-txtbox {
    margin-top: 50px;
  }
  #page.in.example .example-block .example-lead {
    font-size: 17px;
    line-height: 1.65;
  }
  #page.in.example .example-block .example-txt {
    line-height: 1.67;
  }
  #page.in.example .example-block .example-plan {
    margin-top: 20px;
  }
}