@media all and (min-width: 751px) {
  body.activity #title {
    background-image: url(../images/activity/title-bg.jpg);
  }
  /* Index */
  #activity-index .testimonials-box .one-block:not(:last-of-type) {
    margin-bottom: 50px;
  }
  #activity-index .testimonials-box .one-block .s-title {
    position: relative;
    line-height: 1.55;
    margin-bottom: 7px;
  }
  #activity-index .testimonials-box .one-block .s-title:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #009BC3;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
  }
  #activity-index .testimonials-box .one-block .s-title .inner {
    display: inline-block;
    font-size: 125%; /* 20px */
    font-weight: bold;
    background-color: #ffffff;
    padding-right: 16px;
    position: relative;
    z-index: 2;
  }
  #activity-index .testimonials-box .one-block .images-box {
    display: grid;
    grid-template-columns: repeat(3, auto);
    justify-content: space-between;
    gap: 0;
  }
  #activity-index .testimonials-box .one-block .images-box .image img {
    vertical-align: middle;
  }
  #activity-index .testimonials-box .one-block .listmark-type01 .image {
    margin-bottom: 15px;
  }
  #activity-index .testimonials-box .one-block .listmark-type01 .full-box {
    margin-left: -17px;
  }
  #activity-exchange #exchange-society .image-outline {
    margin-bottom: 55px;
  }
  #activity-exchange #exchange-society .caption-left {
    display: block;
    position: relative;
  }
  #activity-exchange #exchange-society .caption-left figcaption {
    position: absolute;
    bottom: 0;
    left: -40px;
    transform: translateX(-100%);
    line-height: 1.2;
  }
}
@media only screen and (max-width: 750px) {
  body.activity #title {
    background-image: url(../images/activity/title-bg_sp.jpg);
  }
  /* INDEX */
  #activity-index .testimonials-box .one-block:not(:last-of-type) {
    margin-bottom: 35px;
  }
  #activity-index .testimonials-box .one-block .s-title {
    position: relative;
    line-height: 1.55;
    margin-bottom: 7px;
  }
  #activity-index .testimonials-box .one-block .s-title:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #009BC3;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
  }
  #activity-index .testimonials-box .one-block .s-title .inner {
    display: inline-block;
    font-size: 112.5%; /* 18px */
    font-weight: bold;
    background-color: #ffffff;
    padding-right: 16px;
    position: relative;
    z-index: 2;
  }
  #activity-index .testimonials-box .one-block .images-box .image img {
    vertical-align: middle;
  }
  #activity-index .testimonials-box .one-block .full-box {
    margin-left: -17px;
  }
  #activity-index .sa-faq {
    padding: 30px 18px;
  }
  #activity-exchange #exchange-society .image-outline {
    margin-bottom: 40px;
  }
}

/*# sourceMappingURL=page-activity.css.map */
