/*
$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
);
*/
#header_nav > li.category_index.delay {
  pointer-events: none;
}

/**/
main section {
  position: relative;
  width: 100%;
}
.data_set table dl {
  position: relative;
}
@media screen and (min-width: 769px) {
  .data_set table dl {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .data_set table dl {
    display: block;
  }
}

.data_set table dl dt {
  position: relative;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .data_set table dl dt {
    width: 26rem;
  }
}

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

@media screen and (min-width: 769px) {
  .data_set .mgn {
    padding-top: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  .data_set .mgn {
    padding-top: 3rem !important;
  }
}

@media screen and (min-width: 769px) {
  .data_set .mgn_btm {
    padding-bottom: 3rem !important;
  }
}
@media screen and (max-width: 768px) {
  .data_set .mgn_btm {
    padding-bottom: 4rem !important;
  }
}

.tgl_set {
  position: relative;
  border-bottom: #cfcfcf 1px solid !important;
}

.tgl_set dl {
  position: relative;
  border-top: #cfcfcf 1px solid !important;
}

.tgl_set dl dt {
  position: relative;
}
@media screen and (min-width: 769px) {
  .tgl_set dl dt {
    padding: 2rem 0;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .tgl_set dl dt {
    padding: 4rem 0;
  }
}

.tgl_set dl dt h4 {
  position: relative;
  color: #333333;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .tgl_set dl dt h4 {
    line-height: 1.5em;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .tgl_set dl dt h4 {
    line-height: 1.5em;
    font-size: 3.6rem;
    letter-spacing: 0.05em;
  }
}

.tgl_set dl dt:before,
.tgl_set dl dt:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: #0068b2;
  transition: 0.4s ease-in-out;
}
@media screen and (min-width: 769px) {
  .tgl_set dl dt:before,
  .tgl_set dl dt:after {
    width: 2.4rem;
    height: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .tgl_set dl dt:before,
  .tgl_set dl dt:after {
    width: 3.8rem;
    height: 0.4rem;
  }
}

.tgl_set dl dt:after {
  transform: rotate(90deg);
}

.tgl_set dt.active:after {
  transform: rotate(0);
}

.tgl_set dl dd {
  position: relative;
  border-top: #cfcfcf 1px solid !important;
  display: none;
}
@media screen and (min-width: 769px) {
  .tgl_set dl dd {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 768px) {
  .tgl_set dl dd {
    padding: 5rem 0;
  }
}

.tgl_set dl dd .h5_set {
  position: relative;
}
@media screen and (min-width: 769px) {
  .tgl_set dl dd .h5_set {
    padding: 0 0 3rem;
  }
}
@media screen and (max-width: 768px) {
  .tgl_set dl dd .h5_set {
    padding: 0 0 4rem;
  }
}

.tgl_set dl dd .h5_set h5 {
  position: relative;
  color: #0068b2;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .tgl_set dl dd .h5_set h5 {
    line-height: 1.5em;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .tgl_set dl dd .h5_set h5 {
    line-height: 1.5em;
    font-size: 3.6rem;
    letter-spacing: 0.05em;
  }
}

.tgl_set dl dd .h5_set p {
  position: relative;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .tgl_set dl dd .h5_set p {
    line-height: 1.7em;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    padding: 1rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .tgl_set dl dd .h5_set p {
    line-height: 1.7em;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
    padding: 1rem 0 0;
  }
}

@media screen and (min-width: 769px) {
  main section .map + .map_link {
    margin-top: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  main section .map + .map_link {
    margin-top: 2rem !important;
  }
}

main section .cap {
  position: relative;
  color: #8a8a8a;
  word-break: break-all;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  main section .cap {
    line-height: 1.7em;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  main section .cap {
    line-height: 1.7em;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    padding-top: 2rem;
  }
}