.tbl_photo td {
  vertical-align: middle;
}

.tbl-photo .photo span {
  font-weight: 700;
}

.img-center {
  text-align: center;
}

#single_frame {
  padding: 0;
  max-width: none;
}

#single_frame i {
  font-style: italic;
}

.single_frame_inner:has(.nr-header--1) {
  padding-bottom: 0;
}

.single_frame_heade_inner {
  margin: 0 auto;
  padding: 1px 0 68px;
  max-width: 860px;
  color: #fff;
}

.nr-header--1 {
  line-height: 1.75;
}

.single_frame_inner {
  margin: 0 auto;
  padding: 50px 0 30px;
  max-width: 860px;
}

.mv {
  text-align: center;
  line-height: 0;
}

.mv img {
  width: 100%;
  height: auto;
  max-width: 1423px;
}


@media screen and (min-width: 760px) and (max-width: 979px) {

  .single_frame_inner {
    width: auto;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 760px) {

  .tbl-photo {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
  }

  .tbl-photo__inner {
    display: table;
    border-collapse: collapse;
    width: 49%;
  }

  .tbl-photo__inner>div {
    display: table-cell;
  }

  .tbl-photo__inner>div:first-child {
    border-bottom: none;
  }

  .tbl-photo__inner>div.name {
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    background: #f7f7f7;
    width: 30%;
    font-size: 14px;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
  }

  .tbl-photo__inner>div.photo {
    text-align: center;
    font-size: 12px;
    padding: 20px 0;
    border-left: none;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
  }

  .tbl-photo .tbl-photo__inner:nth-child(5) {
    border-bottom: 1px solid #e6e6e6;
  }

  .tbl-photo .tbl-photo__inner:last-child {
    border-bottom: 1px solid #e6e6e6;
  }

  .tbl-photo__inner>div.photo img {
    width: 200px;
  }

  .nr-section>p {
    margin-bottom: 30px;
  }

  .nr-section .nr-hr2:first-child {
    margin-bottom: 40px;
  }

  .nr-section .nr-hr2:last-child {
    margin-top: 40px;
  }

  .section-relate {
    margin-bottom: 40px;
  }

  .mv {
    padding: 0 20px;
  }
}


@media screen and (max-width: 759px) {

  .nr-header--1::first-line {
    text-align: left;
  }

  .single_frame_inner {
    width: auto;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tbl-photo {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
  }

  .tbl-photo__inner {
    display: table;
    border-collapse: collapse;
    width: 100%;
  }

  .tbl-photo__inner>div {
    display: table-cell;
  }

  .tbl-photo__inner>div:first-child {
    border-bottom: none;
  }

  .tbl-photo__inner>div.name {
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    background: #f7f7f7;
    width: 30%;
    font-size: 14px;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
  }

  .tbl-photo__inner>div.photo {
    text-align: center;
    font-size: 12px;
    padding: 20px 0;
    border-left: none;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
  }

  .tbl-photo .tbl-photo__inner:nth-child(9) {
    border-bottom: 1px solid #e6e6e6;
  }

  .tbl-photo .tbl-photo__inner:last-child {
    border-bottom: 1px solid #e6e6e6;
  }

  .tbl-photo__inner>div.photo img {
    width: 200px;
  }

  .nr-section {
    margin-bottom: 30px;
  }

  .nr-section .nr-hr2:last-child {
    margin-top: 20px;
  }

  .section-relate {
    margin-bottom: 30px;
  }

  .mv {
    padding: 0 10px;
  }
}