@media screen and (max-width: 759px) {
  h1.nr-header--1 {
    text-align: left;
  }
  h1.nr-header--1 span {
    display: inline;
    font-size: 20px;
  }
}

@media screen and (min-width: 760px) {
  .notice--2 {
    text-align: center;
  }
}


@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;
  }

}

@media screen and (min-width: 980px) {
  .nr-header--1 {
    font-size: 28px;
    white-space: nowrap;
  }

  div.nr-section {
    margin-bottom: 50px;
  }

}
@media screen and (max-width: 979px) {
  div.nr-section {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 760px) {
  .local-section .nr-section:first-child {
    margin-bottom: 40px;
  }
}

.local-title--3 {
  margin-top: 25px;
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}

@media screen and (max-width: 759px) {
  .local-title--3 {
    margin-top: 50px;
    font-size: 17px;
  }
}

@media screen and (min-width: 760px) {
  #nr_body table { 
    width: 80%;
    margin: auto;
  }
  #nr_body table th {
    width: 35%;
  }
  #nr_body table td {
    width: 65%;
    padding: calc(25px - 0.6em) 20px calc(25px - 0.6em) 20px;
  }
}

#nr_body table {
  margin-top: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  #nr_body table {
    margin-top: 30px;
  }
}

.nr-section h2 {
  font-weight: bold;
  margin: 0 0 20px;
}

.nr-photoArea {
  margin: 50px 0 0;
}
.nr-photoArea img {
  width: 500px;
}

@media screen and (max-width: 759px) {
  .nr-photoArea {
    margin-top: 30px;
  }
}