#aboutPNHpage {
  background: linear-gradient(to top, #DEEBF2 0%, #DEEBF2 75.5%, transparent 0%, transparent 100%), url(../../common/images/bg_main_h.png) top center no-repeat;
  background-size: 100%;
  padding-top: 100px;
  padding-bottom: 50px;
  margin-bottom: 100px;
}

#aboutPNHpagecloud {
  background: linear-gradient(to top, #DEEBF2 0%, #DEEBF2 84%, transparent 0%, transparent 100%), url(../../common/images/bg_main_h02.png) top center no-repeat;
  background-size: 100%;
  padding-top: 450px;
  padding-top: 33.0%;
  padding-bottom: 0px;
  margin-bottom: 100px;
  margin-top: -200px;
}

.marginNL {
  left: -8%;
}

.figcomment {
  display: flex;
  flex-wrap: wrap;
}

.figcommentLeft {
  width: 518px;
}

#aboutPNHwrap .figcommentLeft p {
  margin-bottom: 0;
}

.figcommentRight {
  width: calc(111% - 518px);
  margin-left: -14%;
  margin-top: 20%;
}

#aboutPNHwrap .figcommentLeft p:nth-child(1) {
  /* background: #1D69B3; */
  border-radius: 20px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  padding: 2px 0 5px 0;
  margin-bottom: 20px;
}

#aboutPNHwrap .figcommentLeft p:nth-child(3) {
  font-size: 16px;
  margin-bottom: 20px;
}

.figcommentRight {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.figcommentRight p:nth-child(3) {
  width: 116px;
  height: auto;
  padding-top: 30px;
  margin-left: 20px;
}

.inspection-treatment .wrapWhite {
  margin-top: 24px;
  position: relative;
}

.figcommentRight {
  flex-wrap: nowrap;
}

.figcommentRight p.comment {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  padding: 20px 20px 20px 20px;
  margin: 0;
  box-sizing: border-box;
  /* width: calc(100% - 105px); */
}

.figcommentRight p.comment::after {
  content: "";
  position: absolute;
  background: #fff;
  right: -22px;
  top: 13px;
  width: 47px;
  height: 40px;
  z-index: 1;
  background: url(../../common/images/img_talk.png) top left no-repeat;
  /* transform: rotate(180deg); */
}



/* piaBgIllustPage */

#maybeFeature.piaBgIllustPage a{
  color: #333;
}


#maybeFeature.piaBgIllustPage {
  display: block;
  position: relative;
  margin-bottom: 16px;
}

#maybeFeature.piaBgIllustPage p {
  text-align: center;
}



#maybeFeature.piaBgIllustPage h4:nth-child(1) {
  font-size: 26px;
  font-size: 1.35em;
  margin-bottom: 20px;
  position: relative;
  line-height: 1.5;
  margin-top: 0px;
  text-align: center;
}

#maybeFeature.piaBgIllustPage p:nth-child(2){
  position: relative;
}

#maybeFeature.piaBgIllustPage p:nth-child(2) img{
  position: absolute;
  width: 140px;
  top: -100px;
  left: 0;
}

#maybeFeature.piaBgIllustPage p:nth-child(2) {
  font-size: 20px;
  font-size: 1.04em;
  color: #333;
}

#maybeFeature.piaBgIllustPage p:nth-child(3) {
  position: absolute;
  top: 40px;
}

#maybeFeature.piaBgIllustPage dl {
  background: none;
  padding: 0px 0 0px 0px;
}

#maybeFeature.piaBgIllustPage dl dt {
  background: none;
  padding: 0px 0 0px 0px;
  background: #003f72;
  color: #fff;
  text-align: center;
  font-size: 20px;
  border-radius: 12px;
  padding: 3px 0 5px 0;
  position: relative;
  margin-bottom: 10px;
  border: none;
}

#maybeFeature.piaBgIllustPage dl dd {
  background: none;
  padding: 0px 0 0px 0px;
  margin-bottom: 1.5em;
  font-size: 20px;
  color: #333;
}

#maybeFeature.piaBgIllustPage dl dd sup {
  font-size: 12px;
  position: relative;
  top: -6px;
}

#itemTable th:nth-child(1),
#itemTable th:nth-child(2){
  border-spacing: 0;
  border-right: solid 1px #FFF;
  
}

.txtSpace{
  letter-spacing: -0.3px;
}

/* ------------------------------------------
	768 SP 
--------------------------------------------- */

@media (max-width: 768px) {

  .inspection-treatment #aboutPNHpage {
    background: linear-gradient(to top, #deebf2 0%, #deebf2 87%, transparent 0%, transparent 100%), url(../../common/images/bg_main_h.png) top center no-repeat;
    background-size: contain;
    padding-bottom: 0;
    padding-top: 0px;
  }

  #aboutPNHpagecloud {
    background: linear-gradient(to top, #DEEBF2 0%, #DEEBF2 92%, transparent 0%, transparent 100%), url(../../common/images/bg_main_h02.png) top center no-repeat;
    background-size: 100%;
    padding-top: 35%;
    padding-bottom: 0px;
    margin-bottom: 100px;
    margin-top: -100px;
  }


  .figcomment {
    display: block;
    flex-wrap: wrap;
  }

  .figcommentLeft {
    width: 100%;
  }

  .figcommentRight {
    width: 100%;
    margin-top: 4%;
  }

  .figcommentLeft p:nth-child(1) {
    /* background: #1d69b3; */
    border-radius: 20px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    padding: 2px 0 5px 0;
  }

  .figcommentLeft p:nth-child(3) {
    font-size: 16px;
  }

  .figcommentRight {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .figcommentRight p:nth-child(1) {
    background: none;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    z-index: 2;
    padding: 0;
    width: auto;
    height: auto;
    margin: 0px;
  }
  .figcommentRight p:nth-child(1)::after {
    content: none;
  }

  .figcommentRight p.sp {
    width: 80px;
    margin-right: 0px;
  }

  .figcommentRight p.comment {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    padding: 20px 20px 20px 20px;
    margin: 0;
    box-sizing: border-box;
    width: calc(100% - 105px);
  }

  .figcommentRight p:nth-child(2) {
    height: auto;
  }

  .inspection-treatment .figcommentRight {
    justify-content: center;
    margin-left: auto;
    flex-wrap: nowrap;
  }

  .figcommentRight p.comment::after {
    content: "";
    left: auto;
  }

  .inspection-treatment .figcommentRight p.sp {
    margin-left: 25px;
  }

  .inspection-treatment .wrapWhite {
    margin-top: 56px;
  }

  #aboutPNHwrap p.textNote {
    margin-top: 10px;
  }

  #maybeFeature.piaBgIllustPage p:nth-child(3) {
    top: 129px;
  }

  #maybeFeature.piaBgIllustPage p:nth-child(2) {
    width: 65%;
    text-align: left;
    margin-left: auto;
  }
  #maybeFeature.piaBgIllustPage:before,
  #maybeFeature.piaBgIllustPage:after {
    background: #deebf2 !important;
  }

  #pnh #maybeFeature.piaBgIllustPage h4:nth-child(1) {
    font-size: 18px;
    font-size: 0.94em;
  }

  #maybeFeature.piaBgIllustPage p:nth-child(2){
    font-size: 16px;
    font-size: 0.835em;
  }
  #maybeFeature.piaBgIllustPage p:nth-child(3) {
    bottom: 0;
    left: 0px;
    width: 80px;
  }

  #maybeFeature.piaBgIllustPage dl dt{
    font-size: 17px;
    font-size: 0.885em;
  }

  #maybeFeature.piaBgIllustPage dl dd{
    font-size: 16px;
    font-size: 0.835em;
  }

  #maybeFeature.piaBgIllustPage p:nth-child(2){
    position: relative;
    width: 100%;
    padding-left: 90px;

  }
  #maybeFeature.piaBgIllustPage p:nth-child(2) img{
    position: absolute;
    width: 80px;
    top: 0;
    left: 0;
  }

  .piaBgIllustPage.noBtm{
    padding-top: 15px;
  }

  #pnh .piaBgIllustPage.noBtm p.sp{
    margin-bottom: 10px;
  }


}

.sp2{
  display: block;
}



@media(max-width: 370px){
  .sp2{
    display: none;
  }
}

