.nr-photoArea img{
  width: 400px;
}

@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;
   }
}
@media screen and (min-width: 760px) {
	.local-section .nr-section:first-child{
  		margin-bottom: 40px;
  	}
}