/* Scss Document */
.policy-Section .inner {
  padding-top: 5rem;
  padding-bottom: 12.5rem;
}
.policy-Section .ttl {
  text-align: center;
  color: #47C76F;
  font-weight: 500;
  font-size: 2.4rem;
  position: relative;
  margin-bottom: 2rem;
}
.policy-Section .sttl {
  color: #47C76F;
  font-weight: 500;
  font-size: 1.8rem;
  position: relative;
  margin-bottom: 0.5rem;
  margin-top: 3rem;
}
.policy-Section .txt {
  font-size: 1.5rem;
}
.policy-Section .txt br.pc {
  display: none;
}
.policy-Section .txt a {
	text-decoration: underline;
}
.policy-Section .txt a:hover {
	text-decoration: none;
}

@media only screen and (min-width: 48em) {
  .policy-Section {
    background: #CAEC87;
    padding-bottom: 12.5rem;
  }
  .policy-Section .inner {
    background: #fff;
    width: 59rem;
    padding-top: 5rem;
    padding-bottom: 6rem;
    padding-left: 7rem;
    padding-right: 7rem;
    border-radius: 2rem;
  }
  .policy-Section .ttl {
    text-align: center;
    color: #47C76F;
    font-weight: 500;
    font-size: 1.75rem;
    position: relative;
  }
  .policy-Section .sttl {
    font-size: 1rem;
    position: relative;
    margin-bottom: 0.5rem;
    margin-top: 2.5rem;
  }
  .policy-Section .txt {
    font-size: 0.8rem;
  }
  .policy-Section .txt br.pc {
    display: block;
  }
}/*# sourceMappingURL=policy.css.map */