.inner {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .inner {
    width: 1280px;
  }
}

.section {
  padding: 74px 0;
}
.section .basic_title {
  margin-bottom: 30px;
  text-align: center;
}
.section .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section .question li {
  min-height: 0%;
  margin: 15px;
}
.section .basic_btn {
  margin: 20px auto;
  text-align: center;
}
.section.blog .fade_banner {
  position: relative;
  margin: 15px 0;
  text-align: center;
}
.section.blog .fade_banner a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
}
@media screen and (min-width: 769px) {
  .section.blog .fade_banner img {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .section.blog .fade_banner:hover img {
    opacity: 0.8;
  }
}
.section.blog .blog_content {
  text-align: center;
  font-size: 0;
}
.section.blog .blog_content figure {
  display: inline-block;
  margin: 15px;
}

.js-scroll-fade .article {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .section {
    padding: 6vw 0;
  }
  .section img {
    width: 100%;
    height: auto;
  }
  .section .question {
    padding: 0 3vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section .question li {
    width: 48.5%;
    margin: 0;
    margin-bottom: 3vw;
  }
  .section .question.more_contents {
    display: none;
  }
  .section.blog {
    padding: 0 3vw;
  }
  .section.blog .fade_banner {
    margin: 0 0 3vw;
  }
  .section.blog .blog_content figure {
    display: block;
    margin: 0 0 3vw;
  }
  .section .basic_btn {
    margin: 1vw 0 8vw;
    padding: 0 8vw;
  }
  .section .basic_btn.more_btn {
    display: block;
  }
  .section .basic_btn.more_btn.open {
    display: none !important;
  }
}

/*# sourceMappingURL=exuding.css.map */