/* MEDIA QUERIES
 * ----------------------------------------------- */
.section-adopter .detail-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
  line-height: 1.5;
  text-align: center;
  color: #6cb0a6;
  border: 1px solid #6cb0a6;
}
.section-adopter .list-detail {
  color: #6cb0a6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 500;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.section-adopter .notice-wrapper {
  text-align: justify;
}
.section-adopter .is-green .detail-text {
  background-color: #005b56;
  color: #fff;
  border-color: #005b56;
}
.section-adopter .list-notice {
  font-weight: 300;
}
.section-adopter .list-notice > li {
  padding-left: 1em;
  text-indent: -1em;
}

@media print, (min-width: 768px) {
  .section-adopter {
    padding: 80px 0 69px;
  }
  .section-adopter .title-primary {
    margin-bottom: 27px;
  }
  .section-adopter .adopter-list > li:not(:last-child) {
    margin-bottom: 66px;
  }
  .section-adopter .list-notice {
    margin-top: 3px;
    font-size: 13px;
    line-height: 2.31;
  }
  .section-adopter .list-detail {
    font-size: 15px;
    margin-right: -24px;
  }
  .section-adopter .list-detail > li {
    margin: 0 21px 20px 0;
    width: 142px;
  }
  .section-adopter .list-detail > li.is-green {
    width: 182px;
    margin-right: 22px;
  }
  .section-adopter .detail-text {
    min-height: 50px;
    padding: 7px 7px 9px;
  }
  .is-firefox .section-adopter .detail-text {
    padding-top: 6px;
  }
  .section-adopter .notice-wrapper {
    margin-bottom: 32px;
    line-height: 2.23;
  }
  .section-adopter .notice-time {
    font-size: 16px;
  }
  .section-adopter .is-margin-bottom {
    margin-bottom: -10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-adopter {
    padding: 0.48rem 0;
  }
  .section-adopter .title-primary {
    margin-bottom: 0.15rem;
    padding-left: 0;
    padding-right: 0;
    letter-spacing: 0;
  }
  .section-adopter .title-primary > span.is-scale {
    -ms-transform: scaleX(0.9);
        transform: scaleX(0.9);
    -ms-transform-origin: center center;
        transform-origin: center center;
    display: block;
    margin: 0 -0.15rem;
    padding: 0 0.08rem;
  }
  .section-adopter .adopter-list > li:not(:last-child) {
    margin-bottom: 0.44rem;
  }
  .section-adopter .list-notice {
    margin: 0.1rem 0 0.2rem;
    font-size: 0.1rem;
  }
  .section-adopter .list-detail {
    font-size: 0.14rem;
    margin-right: -0.14rem;
  }
  .section-adopter .list-detail > li {
    width: 33.3333%;
    padding-right: 0.14rem;
    margin-bottom: 0.14rem;
  }
  .section-adopter .list-detail > li.is-green {
    width: 50%;
  }
  .section-adopter .detail-text {
    min-height: 0.38rem;
    padding: 0.03rem 0.03rem 0.04rem;
  }
  .section-adopter .notice-wrapper {
    margin-bottom: 0.16rem;
  }
  .section-adopter .notice-time {
    font-size: 0.13rem;
    line-height: 1.4;
  }
  .section-adopter .is-margin-bottom {
    margin-bottom: -0.1rem;
  }
}

/*# sourceMappingURL=adopter.css.map */