.section {
  width: 1100px;
  margin: 32px auto 0;
}

.rewarding_main .article_h3 {
  margin-top: 104px;
  text-align: center;
}

.rewarding_main .article_h3 h3 {
  font-size: 29px;
  font-weight: 600;
}

.rewarding_main .article_h3 .txt {
  margin-top: 48px;
  font-size: 18px;
  line-height: 1.7;
}

.rewarding_link {
  margin-top: 110px;
}

.env_cmp_container .detail_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.env_cmp_container .detail_wrap .item {
  width: calc((100% - 75px) / 2);
  margin-top: 95px;
  text-align: left;
}

.env_cmp_container .detail_wrap .item.item_full {
  width: 100%;
}

.env_cmp_container .detail_wrap .item .img {
  margin-bottom: 80px;
}

.env_cmp_container .detail_wrap .item h3 {
  position: relative;
  margin-bottom: 42px;
  font-size: 26px;
  line-height: 1;
}

.env_cmp_container .detail_wrap .item h3::after {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 13.5px;
  height: 1px;
  background-color: #aa0000;
  content: "";
}

.env_cmp_container .detail_wrap .item .subttl {
  color: #101010;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
}

.env_cmp_container .detail_wrap .item .subttl strong {
  color: #aa0000;
}

.env_cmp_container .detail_wrap .item .txt {
  margin-top: 20px;
  color: #101010;
  font-size: 15px;
  line-height: 27px;
}

@media screen and (max-width: 760px) {
  .main_rewarding .container {
    padding: 0;
  }
  .section {
    width: auto;
    padding: 0 4%;
  }
  .rewarding_main .article_h3 {
    margin-top: 10vw;
  }
  .rewarding_main .article_h3 h3 {
    font-size: 5.5vw;
    font-weight: 900;
    line-height: 1.6;
  }
  .rewarding_main .article_h3 .txt {
    margin: 5vw 5vw 0;
    font-size: 3.8vw;
  }
  .rewarding_link {
    margin-top: 10vw;
  }
  .env_cmp_container .detail_wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .env_cmp_container .detail_wrap .item {
    width: 100%;
    margin-top: 15vw;
  }
  .env_cmp_container .detail_wrap .item .txt {
    margin-top: 20px 0;
    color: #101010;
    font-size: 15px;
    line-height: 27px;
  }
  .env_cmp_container .detail_wrap .item .subttl {
    font-size: 6.5vw;
    line-height: 1.5;
  }
}
/*# sourceMappingURL=rewarding.css.map */
