/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.main-content {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow-x: hidden;
}

@media screen and (min-width: 480px) {
  .main-content {
    max-width: 640px;
  }
}

@media screen and (min-width: 768px) {
  .main-content {
    max-width: 768px;
  }
}

@media screen and (min-width: 1024px) {
  .main-content {
    max-width: 1024px;
  }
}

@media screen and (min-width: 1280px) {
  .main-content {
    max-width: 1280px;
  }
}

.main-content__carousel {
  width: 100%;
  margin: 40px auto 0;
}

.main-content__title {
  font-size: 25px;
  font-weight: 600;
  color: #252314;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .main-content__title {
    font-size: 37.5px;
  }
}

.main-content__carousel-item {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.main-content__carousel-item::before {
  content: '';
  display: block;
  padding-top: 56.25%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.main-content__carousel-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 50;
}

.main-content__carousel-dots {
  width: 60%;
  margin: 8px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-content__carousel-dots li {
  margin: 0 24px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #efefef;
}

.main-content__carousel-dots li.slick-active {
  background: #252314;
}

.main-content__carousel-dots li button {
  visibility: hidden;
}

.article-body {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 5%;
  padding-right: 5%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  word-wrap: break-word;
}

@media screen and (min-width: 1024px) {
  .article-body {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 480px) {
  .article-body {
    max-width: 640px;
  }
}

@media screen and (min-width: 768px) {
  .article-body {
    max-width: 768px;
  }
}

@media screen and (min-width: 1024px) {
  .article-body {
    max-width: 1024px;
  }
}

@media screen and (min-width: 1280px) {
  .article-body {
    max-width: 1280px;
  }
}

.article-body h2 {
  font-size: 25px;
  font-weight: 600;
  padding: 0.25em 0;
  margin: 60px 0 30px;
  border-bottom: 0.2em #25883e solid;
}

.article-body h3 {
  font-size: 22px;
  font-weight: 600;
  padding: 0.25em 0;
  margin: 3em 0 2em;
  border-bottom: 0.2em #25883e solid;
}

.article-body p,
.article-body ul {
  margin-bottom: 1em;
}

.article-body p {
  font-size: 16px;
}

.article-body ul,
.article-body ol {
  background: #efefef;
  border: #707070 2px solid;
  padding: 1em;
}

.article-body ul li,
.article-body ol li {
  margin-left: 1em;
  margin-bottom: 0.5em;
}

.article-body ul li {
  list-style: disc;
}

.article-body ol li {
  list-style: decimal;
}

.article-body a {
  color: #25883e;
  text-decoration: underline;
}

.article-body a:hover {
  color: #707070;
}

.article-body blockquote {
  border-left: 0.2em #efefef solid;
  padding: 1em;
  margin-bottom: 2em;
}

.article-body blockquote p {
  margin-bottom: 2em;
}

.article-body blockquote cite {
  color: #707070;
  font-style: italic;
}

@media screen and (min-width: 1280px) {
  .article-body {
    max-width: 1024px;
  }
}

.article-body__text {
  margin-top: 20px;
}

.article-body__button {
  width: 280px;
  height: 56px;
  line-height: 56px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px #25883e solid;
  border-radius: 10px;
  text-align: center;
  background-color: #ffffff;
  margin-top: 40px;
}

.article-body__button:hover {
  background-color: #25883e;
  color: #ffffff;
}

.article-body__button a {
  display: block;
  padding-left: 23.33333px;
  padding-right: 23.33333px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.article-body__button a {
  display: block;
}

.information {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .information {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.information__card {
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 5%;
}

.information__head {
  position: relative;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.information__title {
  font-size: 18px;
  font-weight: 600;
  color: #25883e;
  line-height: 1.5;
  color: #707070;
}

@media screen and (min-width: 768px) {
  .information__title {
    font-size: 27px;
  }
}

.information__toggle-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  width: 36px;
  border-radius: 100%;
  border: #252314 1px solid;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.information__toggle-button::before {
  content: '';
  position: absolute;
  border: #252314 1px solid;
  background-color: #252314;
  width: 20px;
}

.information__toggle-button::after {
  content: '';
  background-color: #252314;
  position: absolute;
  border: #252314 1px solid;
  height: 20px;
}

.information__toggle-button--open {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.information__toggle-button:hover {
  background-color: #efefef;
}

.information__body {
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  height: auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media screen and (min-width: 1024px) {
  .information__body {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.information__body--hidden {
  margin: 0;
  height: 0;
  opacity: 0;
}

.information__body h2,
.information__body h3,
.information__body h4,
.information__body h5,
.information__body h6 {
  border-bottom: 0;
  font-weight: 600;
  margin: 0.5em 0 0.3em;
}

.information__body h2 {
  font-size: 1.3em;
}

.information__body h3 {
  font-size: 1.2em;
}

.information__body h4 {
  font-size: 1.1em;
}

.information__body h4 {
  font-size: 1.1em;
}

.information__body h5 {
  font-size: 1em;
}

.information__body h6 {
  font-size: 0.9em;
}

.information__body p {
  margin-top: 0.25em;
}
/*# sourceMappingURL=style.css.map */