#aboutPNHpage {
  background: linear-gradient(to top, #DEEBF2 0%, #DEEBF2 85.5%, transparent 0%, transparent 100%), url(../../common/images/bg_main_h.png) top center no-repeat;
  background-size: 100%;
  padding-bottom: 0;
}


#pagelink{
  padding-top: 25px;
  padding-bottom: 25px;
}

#pagelink ul li{
  padding-top: 30px;
  padding-bottom: 30px;
}

.inspection-treatment #pagelink.single ul{
  height: auto;
}
.inspection-treatment #pagelink.single ul li{
  min-height: auto;
}

.piaBgIllustPage {
  margin-bottom: 3em;
}

#maybeFeature.piaBgIllustPage dt{
  padding: 0px 0 0px 0px;
  background: #003F72;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-size: 1.04em;
  border-radius: 12px;
  padding: 3px 0 5px 0;
  position: relative;
  border: none;
  margin-bottom: 10px;
  line-height: 1.2;
}

.piaBgIllustPage dt sup {
  top: -0.4em;
  font-size: 14px !important;
}

.piaBgIllustPage dd {
  text-align: center;
  color: #013F72;
  margin-bottom: 10px;
}

.piaBgIllustPage dd ul {
  text-align: left;
  display: inline-block;
  margin: auto;
}

.piaBgIllustPage dd li {
  padding-left: 20px;
  position: relative;
}

.piaBgIllustPage dd li::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #003f72;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
}

#aboutPNHwrap h3 span {
  text-align: left;
  display: inline-block;
  line-height: 1.4;
}

.tableBox {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}

.tableDl {
  max-width: 680px;
  width: 72%;
}

.tableDl.btm {
  margin-bottom: 40px;
}

.tableDl dl {
  display: flex;
}

.tableDl dl dt,
.tableDl dl dd {
  padding: 8px;
}

.tableDl dl dt {
  background: #1d69b3;
  color: #fff;
  width: 31%;
}

.tableDl dl dd {
  width: 68%;
  background: #fff;
  border-top: 1px solid #1d69b3;
  border-right: 1px solid #1d69b3;
}

.tableDl dl:nth-of-type(n + 2) dt {
  border-top: 1px solid #fff;
}

.tableDl dl:first-of-type dt {
  border-top-left-radius: 10px;
}

.tableDl dl:last-of-type dt {
  border-bottom-left-radius: 10px;
}

.tableDl dl:first-of-type dd {
  border-top-right-radius: 10px;
  border-left: solid 1px #FFF;
}

.tableDl dl:last-of-type dd {
  border-bottom-right-radius: 10px;
}

.tableDl dl:last-of-type dd:last-of-type {
  border-bottom: 1px solid #1d69b3;
}

.tableImg {
  margin-left: 36px;
  width: calc(100% - 680px - 36px);
}

#pnh .tableImg p {
  margin-bottom: 0;
}


@media (max-width: 768px) {

  #aboutPNHpage {
    background: linear-gradient(to top, #DEEBF2 0%, #DEEBF2 97.5%, transparent 0%, transparent 100%), url(../../common/images/bg_main_h.png) top center no-repeat;
    background-size: 100%;
    padding-bottom: 0;
    padding-top: 0px;

  }

  .piaBgIllustPage {
    margin-bottom: 2em;
  }

  .piaBgIllustPage dd {
    text-align: left;
  }

  .tableBox {
    flex-direction: column-reverse;
  }

  .tableImg {
    width: 100%;
    margin: 20px auto 20px auto;
  }

  #pnh .tableImg p{
    margin-bottom: 20px;
  }

  .tableImg p img{
    margin: auto;
  }

  .tableDl.btm {
    margin-bottom: 0px;
  }
  
  .tableDl dl dd{
    border-left: 1px solid #1d69b3;
  }

  .tableDl dl dt,
  .tableDl dl dd,
  .tableDl {
    width: 100%;
  }
  .tableDl dl {
    flex-wrap: wrap;
  }

  .tableDl dl:first-of-type dd{
    border-left: 1px solid #1d69b3;
  }

  .tableDl dl:last-of-type dt,
  .tableDl dl:first-of-type dd {
    border-radius: 0;
  }
  .tableDl dl:first-of-type dt {
    border-top-right-radius: 10px;
  }
  .tableDl dl:last-of-type dd {
    border-bottom-left-radius: 10px;
  }
  .tableDl dl dt,
  .tableDl dl dd {
    padding: 16px;
  }

  .tableDl dl:nth-of-type(n + 2) dt{
    border-top: 0;
  }




  #pagelink{
    padding-top: 15px;
    padding-bottom: 40px;
  }
  
  #pagelink ul li{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #pagelink ul li a {
    text-decoration: underline;
    padding-bottom: 0px;
  }
}


#pagelink ul li:nth-child(1){
	padding-bottom: 0;
}