i {
  font-style: italic;
}

@media screen and (max-width: 759px) {
  h1.nr-header--1 {
    text-align: left;
  }
  h1.nr-header--1 span {
    display: inline;
    font-size: 20px;
  }
}

.nr-photoArea {
  margin-bottom: 40px;
}
.nr-photoArea img {
  max-width: 850px;
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 759px) {
  .nr-photoArea {
    margin-bottom: 28px;
  }
  .nr-photoArea img {
    margin-top: 28px;
  }
}


.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;
  }

  .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) {
  h1.nr-header--1 span {
    font-size: 30px;
  }
  .local-section .nr-section:first-child {
    margin-bottom: 40px;
  }
}

.local-title--3 {
  margin-top: 60px;
  margin-bottom: 26px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 759px) {
  .local-title--3 {
    margin-top: 40px;
    font-size: 17px;
  }
}

@media screen and (min-width: 760px) {
  #nr_body table { 
    width: auto;
    margin: auto;
  }
}