.mainArea01 h2 {
  background: #5a5a5a;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .mainArea01 h2 {
    padding: 30px 80px;
  }
}

@media screen and (max-width: 350px) {
  .mainArea01 h2 {
    padding: 30px 60px;
  }
}

.policyArea01 .topTxt01 {
  font-size: 14px;
  margin-bottom: 30px;
}

.policyArea01 .policyContent01:not(:last-of-type) {
  margin-bottom: 30px;
}

.policyArea01 .policyContent01 h4 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 8px;
}

@media screen and (max-width: 350px) {
  .policyArea01 .policyContent01 h4 {
    font-size: 16px;
  }
}

.policyArea01 .policyContent01 .txt01 {
  font-size: 14px;
  line-height: 1.6;
}

.policyArea01 .policyContent01 .txt01:not(:last-of-type) {
  margin-bottom: 15px;
}

.policyArea01 .policyContent01 .txt01 a {
  color: #dc000f;
  text-decoration: underline;
}
