
div.nr-section p {
    text-indent: 15px;
}
div.nr-section p.relate {
    text-indent: 0;
}
i{
  font-style: italic;
}
@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(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 > 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;
  }
}


@media screen and (max-width: 759px) {
  .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 > 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;
  }
}
