div#nr_text p a.ul {
  text-decoration: underline !important;
}
div#nr_text p a.ul:hover {
  color: #999;
}


@media screen and (max-width: 759px){
  h1.nr-header--1::first-line {
    text-align: left !important;
  }
}
.nr-header--1 i {
  white-space: nowrap;
  font-style: normal;
}

.nr-photoArea {
    padding-top: 15px;
    margin-bottom: 0;
}

.nr-photoArea img {
	width: 70%;
}

.local-movie {
    position: relative;
    max-width: 550px;
    margin: 30px auto 30px;
  }
  
.local-movie:before {
    content: "";
    display: block;
    padding-bottom: 56.25%;
  }
  
.local-movie iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
  
@media screen and (min-width: 760px), print {
    .nr-photoArea {
        margin-top: 50px;
        margin-bottom: 50px;
    }
  }

/**
 * local-section--5
 */

 .local-section--5 {
  margin-bottom: 60px;
}

.local-section--5 .local-title--2 {
  margin-top: 63px;
  margin-bottom: 26px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}

#nr_body .local-section--5 table {
  margin-bottom: 60px;
}

#nr_body .local-section--5 table th {
  vertical-align: top;
}

#nr_body .local-section--5 table .smaller {
  font-size: 12px;
}

.local-section--5 p.local-textlink {
  margin-bottom: 20px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.local-hr {
  width: 100%;
  height: 2px;
  background-color: #efefef;
}

.local-list li {
  position: relative;
  padding-left: 17px;
  line-height: 1.537;
  text-align: left;
  margin-bottom: 7px;
}

.local-list li:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  background: #efefef;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}


/**
 * local-section--6
 */

.local-section--6 h4 {
  margin-top: 20px;
}

.local-section--6 p {
  line-height: 28px;
}

.local-section--6 p span.smaller {
  font-size: 14px;
}


.local-photoArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.local-photoArea .local-photoArea--item {
  font-size: 0;
  width: 45%;
  margin: 0 auto 30px;

}

.local-photoArea .local-photoArea--item img {
  width: 100%;
}

p.notice--2 {
	padding-left: 31px;
	text-indent: -31px;
}


@media screen and (max-width: 759px) {
  .nr-photoArea img {
    width: 100%;
  }

  .local-photoArea {
    display: block;
  }

  .local-photoArea .local-photoArea--item {
    width: 70%;
    margin: 0 auto 25px;
  }

  span.narrow {
    letter-spacing: -0.5px;
  }

  br.hide_sp {
    display: none;
  }
}
