.nr-photoArea img {
  max-width: 600px;
  width: 100%;
}

.notice--2 {
  margin-top: 5px;
}



@media screen and (min-width: 760px) and (max-width: 979px) {
  .hide_pc {
    display: block !important;
  }
}

@media screen and (max-width: 759px) {
  #nr_body .nr-section .mb_40px {
    margin-bottom: 40px;
  }

  .nr-header--1 {
    text-align: center;
  }

  .local-section .nr-section:first-child {
    margin-bottom: 20px;
  }

  table th,
  table td {}

  table td ul li {
    text-indent: -1em;
    margin-left: 1em;
  }

  .left_sp {
    display: flex !important;
    justify-content: center;
    text-align: left !important;
  }
}

@media screen and (min-width: 980px) {
  .nr-header--1 {
    font-size: 28px;
    white-space: nowrap;
  }
}

@media screen and (min-width: 760px) {
  .local-section .nr-section:first-child {
    margin-bottom: 40px;
  }

  .td_link {
    text-indent: -1.5em;
    padding-left: 2.8em !important;
  }
}