.policy .mod__section-kv {
  background: url("/_assets/images/policy/img-policy-kv.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.policy__article {
  margin-top: 32px;
}

.policy__content-ttl {
  padding: 10px 40px;
  background: #f0f9f7;
  position: relative;
}

.policy__content-ttl:before {
  content: "";
  position: absolute;
  display: inline-block;
  background: #cf7956;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 24px;
}

.policy__content-ttl h4 {
  font-size: 2.8rem;
  color: #0c6850;
  font-weight: bold;
}

.policy__content-text {
  padding: 24px 40px 0;
}

.policy__content-text p {
  font-size: 1.6rem;
}

.policy .mod__content-article-box:last-child {
  padding-bottom: 0;
}

.policy__contact-text {
  font-size: 1.6rem;
  line-height: 3.0rem;
}

.policy__contact-no-box {
  padding: 16px 0;
}

.policy__contact-no {
  font-size: 2.8rem;
}

.policy__contact-tel-btn {
  position: relative;
  text-align: left !important;
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 14px 20px;
  border-radius: 0;
  background: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  color: #84b431;
  border: 1px solid #c9ceb7;
}

.policy__contact-tel-btn:hover {
  opacity: 1;
  background: -webkit-linear-gradient(20deg, #84b432, #e9cf02);
  background: linear-gradient(70deg, #84b432, #e9cf02);
  color: #fff;
}

.policy__contact-tel-btn:hover {
  background: -webkit-linear-gradient(20deg, #84b432, #e9cf02);
  background: linear-gradient(70deg, #84b432, #e9cf02);
  color: #fff;
}

.policy__contact-tel-btn:after {
  font-size: 1.8rem;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .policy .mod__section-kv {
    background: url("/_assets/images/policy/img-policy-kv-sp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .policy__article {
    margin-top: 15px;
  }
  .policy__content-ttl {
    padding: 10px 10px 10px 26px;
  }
  .policy__content-ttl:before {
    width: 5px;
    height: 24px;
  }
  .policy__content-ttl h4 {
    font-size: 2.0rem;
    line-height: 3.0rem;
  }
  .policy__content-text {
    padding: 15px 20px 0;
  }
  .policy__content-text p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .policy__contact-text {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
  .policy__contact-no-box {
    padding: 8px 0;
    font-size: 1.6rem;
  }
  .policy__contact-no {
    font-size: 1.6rem;
  }
  .policy__contact-tel-btn {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 14px 10px;
    border-radius: 0;
    background: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    color: #84b431;
    border: 1px solid #c9ceb7;
  }
}
/*# sourceMappingURL=../maps/policy/style.css.map */
