@charset "utf-8";
/* About US */
@media screen and (768px <= width) {
  .powerPlantAnchor-btn {
    width: 22rem;
  }
}

.powerPlantList-ttl {
  max-width: min(65.3vw,40rem);
}
@media screen and (768px <= width) {
  .powerPlantList-ttl {
    max-width: 25rem;
    font-size: 2.0rem;
    padding: .3rem 0;
  }
}

.powerPlantModal-term {
  line-height: 1.2;
}
.powerPlantModal-desc {
  line-height: 1.2;
}

/* Contact US */
.mailFormBtn-btn {
  letter-spacing: 0;
  text-indent: 0;
}
