/* ------------------------------------------
	about What
--------------------------------------------- */

#aboutPNHwrap{
  padding-top: 0px;
  background: url(../images/bg_main.png) no-repeat top right -100px;
  background-size: 476px;
}

#breadcrumbPNH{
  margin-bottom: 0px;
}

#aboutPNHpage {
  background: linear-gradient(to top, #DEEBF2 0%, #DEEBF2 91.5%, transparent 0%, transparent 100%), url(../../common/images/bg_main_h.png) top center no-repeat;
  background-size: 100%;
  padding-top: 100px;
  padding-bottom: 0px;
  margin-bottom: 100px;
  /* position: relative;
  top: 20px; */
}

#aboutPNHpage.page02 {
  background: linear-gradient(to top, #DEEBF2 0%, #DEEBF2 91.5%, transparent 0%, transparent 100%), url(../../common/images/bg_main_h.png) top center no-repeat;
  background-size: 100%;
}
#aboutPNHpage.page03 {
  background: linear-gradient(to top, #DEEBF2 0%, #DEEBF2 87.5%, transparent 0%, transparent 100%), url(../../common/images/bg_main_h.png) top center no-repeat;
  background-size: 100%;
}
#aboutPNHpage.page04 {
  background: linear-gradient(to top, #DEEBF2 0%, #DEEBF2 96.5%, transparent 0%, transparent 100%), url(../../common/images/bg_main_h.png) top center no-repeat;
  background-size: 100%;
}

#aboutPNHpage.page02 #aboutPNHpageBG,
#aboutPNHpage.page04 #aboutPNHpageBG {
    background: url(../../common/images/bg_page_cloud.png) top center repeat-y;
    background-size: 100%;
}


.faqTxtHead{
  text-align: center;
  font-size: 22px;
  font-size: 1.145em;
  color: #003F72;
  margin-bottom: 20px;
}

#pnh h3{
  position: relative;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 20px;
  margin-bottom: 70px;
  text-align: center;
  font-size: 36px;
}

#pnh h3::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background: url(../../common/images/line_blue.png) no-repeat bottom center;
  background-size: 540px;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}

#pnh h3.charHead::before{
  content: "";
  position: absolute;
  width: 85px;
  height: 98px;
  right: 30px;
  top: -80px;
  background: url(../../common/images/img_h2.png) no-repeat top center;
  background-size: contain;
}



/* #pnh #aboutPNHwrap h3{
  margin-bottom: 100px;
} */


.wrapQA {
  background: #FFF;
  border-radius: 15px;
  padding: 50px 50px 10px 50px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  margin-bottom:  60px;

  /* margin-top: -100px;
  padding-top: 100px; */

}

#pnh .wrapQA p{
  margin-bottom: 0px;
}

.txtQ{
  font-size: 24px;
  font-size: 1.25em;
  position: relative;
  background: #F8ECEC;
  border-radius: 10px;
  padding: 20px 20px 20px 50px;
  margin-bottom: 70px;
}

#pnh .wrapQA .txtQ p{
  margin-bottom: 0px;
}



.txtQ::before{
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  background: url(../images/img_q.png) no-repeat top left;
  background-size: 62px;
  width: 62px;
  height: 105px;
}
.txtQ::after{
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  background: url(../images/img_q_char.png) no-repeat top left;
  background-size: 72px;
  width: 72px;
  height: 63px;
}

#pnh .txtA{
  font-size: 28px;
  font-size: 1.459em;
  color: #1D69B3;
  position: relative;
  background: #e7f0f7;
  border-radius: 10px;
  padding: 20px 20px 20px 135px;
  margin-bottom: 70px;  
}

#pnh .wrapQA p.txtA {
  margin-bottom: 30px;
}

p.txtA sup{
  position: relative;
  top: -0.5em;
  font-size: 18px;
}

.txtA::before{
  content: "";
  position: absolute;
  bottom: 5px;
  left: -20px;
  background: url(../images/img_a_char.png) no-repeat top left;
  background-size: 130px;
  width: 130px;
  height: 115px;
}
.txtA::after{
  content: "";
  position: absolute;
  top: -35px;
  right: -25px;
  background: url(../images/img_a.png) no-repeat top left;
  background-size: 62px;
  width: 62px;
  height:55px;
}

.txtADetail p{
  font-size: 24px;
}

.txtADetail p sup {
  top: -0.4em;
}

#pnh .wrapQA .txtADetail p{
  margin-bottom: 1em;
  word-break: break-all;
}

#pnh .wrapQA .txtADetail p.marginNone{
  margin-bottom: 0;
}

#pnh .txtADetail a{
  text-decoration: underline;
}

/* #pnh .txtADetail a:hover{
  color: #1d69b3;
} */

.txtADetail .comment{
  border: dotted 4px #1D69B3;
  border-radius: 10px;
  padding: 10px 100px 10px 20px;
  margin: 0 20px 0 20px;
  margin-bottom: 30px;
  background: url(../images/img_q_char.png) no-repeat center right 20px;
  background-size: 72px;
}

.txtADetail .comment.oneline {
  padding: 20px 100px 20px 20px;
}

.txtADetail .comment.char2{
  border: dotted 4px #1D69B3;
  border-radius: 10px;
  padding: 10px 20px 10px 110px;
  margin: 0 20px 0 20px;
  margin-bottom: 30px;
  background: none;
  background-size: 72px;
  position: relative;
}

.txtADetail .comment.char2::before{
  content: "";
  background: url(../images/img_a_char2.png) no-repeat center right;
  background-size: 87px;
  width: 107px;
  height: 101px;
  position: absolute;
  left: -10px;
  bottom: 0;
}


#pnh .txtADetail .comment p{
  margin-bottom: 0;
}

#pnh .txtADetail .comment a{
  text-decoration: underline;
}
/* #pnh .txtADetail .comment a:hover{
  color: #1d69b3;
} */

#pnh .wrapQA .note p{
  font-size: 12px;
  font-size: 0.625em;
  color: #333;
}
#pnh .wrapQA .note a{
  color: #333;
  text-decoration: none;
}

#pnh .wrapQA .note a:visited{
  /* color: #333; */・
  text-decoration: none;
}



/* #pnh .wrapQA .note a:hover{
  color: #1d69b3;
} */

.wrapQA .note p.indent{
  text-indent: -1em;
  padding-left: 1em;
}

.wrapQA .note p.indent2{
  text-indent: -1.7em;
  padding-left: 1.5em;
}

#pnh .btnBack a{
  display: block;
  width: 310px;
  border-radius: 50px;
  background: url(../images/ico_arrow_back.png) no-repeat center left 15px ,#5A3E00;
  background-size: 16px;
  color: #FFF;
  margin: auto;
  font-size: 18px;
  font-size: 0.94em;
  padding: 15px 0 15px 1em;
  text-align: center;
  text-decoration: none;
}

#pnh .btnBack a:visited{
  color: #FFF;
}

.letterSpacing{
  letter-spacing: -1.6px;
}

/* #pnh .btnBack a:hover{
  opacity: 0.8;
} */

.letterSpacing2{
  letter-spacing: -0.2px;
}

.pc2{
  display: block;
}

@media(max-width: 361px){
  .pc2{
    display: none;
  }
}

.note{
  font-family: Arial, Helvetica, Roboto, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

#pnh .wrapQA .note a.linkLine,
#pnh .wrapQA .note a.linkLine:visited{
  text-decoration: underline;
}


/* ------------------------------------------
	768 SP 
--------------------------------------------- */

@media(max-width: 768px){

  .piaWrap{
    width: calc(100% - 20px);
    padding: 0 10px;
  }

  #aboutPNHpage {
    background: linear-gradient(to top, #DEEBF2 0%, #DEEBF2 96.0%, transparent 0%, transparent 100%), url(../../common/images/bg_main_h.png) top center no-repeat;
    background-size: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 100px;
  }
  #aboutPNHpage.page02 {
    background: linear-gradient(to top, #DEEBF2 0%, #DEEBF2 98.5%, transparent 0%, transparent 100%), url(../../common/images/bg_main_h.png) top center no-repeat;
    background-size: 100%;
  }
  #aboutPNHpage.page03 {
    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%;
  }
 #aboutPNHpage.page04 {
    background: linear-gradient(to top, #DEEBF2 0%, #DEEBF2 99.5%, transparent 0%, transparent 100%), url(../../common/images/bg_main_h.png) top center no-repeat;
    background-size: 100%;
  }
 #aboutPNHpage.page05 {
    background: linear-gradient(to top, #DEEBF2 0%, #DEEBF2 98%, transparent 0%, transparent 100%), url(../../common/images/bg_main_h.png) top center no-repeat;
    background-size: 100%;
  }

  #aboutPNHpage.page02 #aboutPNHpageBG,
  #aboutPNHpage.page04 #aboutPNHpageBG {
    background: url(../../common/images/bg_page_cloud.png) top 10px center repeat-y;
  }


  /* #breadcrumbPNH + p{
    margin-bottom: 0;
  } */


  /* #breadcrumbPNH{
    margin-bottom: 50px;
  } */

  #breadcrumbPNH .piaWrapL {
    margin-bottom: 0%;
  }

  #aboutPNHwrap{
    background: none;
    padding-top: 0px;
  }

  #pnh h3{
    font-size: 28px;
    line-height: 1.3;
    margin: 0;
    margin-top: -20px;
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
  
  #pnh h3::after{
    content: "";
    position: absolute;
    width: 80%;
    height: 10px;
    background: url(../../common/images/sp/line_blue.png) no-repeat bottom center;
    background-size: 270px;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
  }

  #pnh h3.charHead::before{
    content: "";
    position: absolute;
    width: 60px;
    height: 69px;
    right: -20px;
    top: -120px;
    background: url(../../common/images/img_h2.png) no-repeat top center;
    background-size: contain;
  }








  .wrapQA{
    padding: 50px 20px 10px 20px;
  }

  #aboutPNHpage h2::before{
    content: "";
    position: absolute;
    width: 60px;
    height: 69px;
    right: -30px;
    top: -160px;
    background: url(../../common/images/img_h2.png) no-repeat top center;
    background-size: contain;
  }

  .txtQ {
    font-size: 24px;
    font-size: 1.25em;
    position: relative;
    background: #F8ECEC;
    border-radius: 10px;
    padding: 30px 20px 40px 30px;
    margin-bottom: 70px;
  }

  .txtQ::before {
    content: "";
    position: absolute;
    top: -35px;
    left: -10px;
    background: url(../images/img_q.png) no-repeat top left;
    background-size: 62px;
    width: 62px;
    height: 105px;
  }

  .txtQ::after {
    content: "";
    position: absolute;
    bottom: -20px;
    right: -10px;
    background: url(../images/img_q_char.png) no-repeat top left;
    background-size: 72px;
    width: 72px;
    height: 63px;
  }

  #pnh .txtA {
    font-size: 20px;
    font-size: 1.04em;
    color: #1D69B3;
    position: relative;
    background: #e7f0f7;
    border-radius: 10px;
    padding: 20px 20px 20px 20px;
    margin-bottom: 70px;
  }

  .txtA::after {
    content: "";
    position: absolute;
    top: -35px;
    left: -10px;
    background: url(../images/sp/img_a.png) no-repeat top left;
    background-size: 62px;
    width: 62px;
    height: 105px;
  }

  .txtA::before {
    display: none;
  }

  .txtADetail{
    background: url(../images/sp/img_a_char.png) no-repeat bottom right;
    background-size: 131px;
    padding-bottom: 110px;

  }

  .txtADetail.noImg{
    background: none;
    padding-bottom: 0px;
  }

  .charImg{
    width: 130px;
    text-align: right;
    margin-left: auto;
    position: relative;
  }

  .charImg img{
    margin-right: -10px;
  }

  .wrapQA .txtADetail p {
    font-size: 16px;
    word-break: break-all;
  }

  p.txtA sup{
    top: -0.2em;
  }


  .txtADetail .comment,
  .txtADetail .comment.oneline {
    padding: 10px 20px 30px 20px;
    margin: 0 0px 0 0px;
    margin-bottom: 30px;
    background: url(../images/img_q_char.png) no-repeat bottom -30px right 0px;
    background-size: 72px;
  }



  .txtADetail .comment.char2{
    padding: 10px 20px 40px 20px;
    margin: 0 0px 0 0px;
    margin-bottom: 30px;
    background: url(../images/img_a_char3.png) no-repeat bottom 0px right 10px;
    background-size: 46px;
  }
  
  .txtADetail .comment.char2::before{
    display: none;
  }

  .btnBack a{
    display: block;
    max-width: 240px;
    border-radius: 50px;
    background: url(../images/ico_arrow_back.png) no-repeat center left 15px ,#5A3E00;
    background-size: 16px;
    color: #FFF;
    margin: auto;
    font-size: 18px;
    padding: 15px 0 15px 10px;
    text-align: center;
  }

}


