/*
$4ewsColor: 
    /*col01: #238561,
  col02: #67a2b7,
  col03: #d2843e,
  col04: #cf775b,
  col05: #cf9942,
  col06: #926c28,
  col07: #cc7175,
  col08: #608ea1,
  col09: #5b609a,
  col10: #487390,
  col11: #4e9386,
  col12: #79a153,
  col13: #817499
);
*/
/**/
main section {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  main section .map {
    padding-bottom: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  main section .map {
    padding-bottom: 2rem !important;
  }
}

.r_date {
  position: relative;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .r_date {
    padding-bottom: 1rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .r_date {
    padding-bottom: 2rem;
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 769px) {
  .data_set table .map {
    height: 70.4rem;
  }
}
@media screen and (max-width: 768px) {
  .data_set table .map {
    height: 62rem;
  }
}
.data_set table .map > iframe {
  width: 100%;
  height: 100%;
}