@charset "UTF-8";

.project-catch-eles .map-wrap {
  aspect-ratio: 1/.24;
  margin: 0 calc(50% - 50vw);
  height: 650px;
  width: 100vw;
}
.project-catch-eles iframe {
  height: 100%;
  width: 100%;
}
.tbl-project-wrap {
  height: 500px;
  overflow-y: scroll;
}
.tbl-project td a {
  color: #0478D2;
  text-decoration: underline;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
  .project-catch-eles .map-wrap {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .project-catch-eles .map-wrap {
    aspect-ratio: 1/1;
    height: auto;
  }
}

