/* ------------------------------------------
	Mainv
--------------------------------------------- */

#aboutPNHnav {
  display: none;
}

#pnhMainv {
  background: url(../images/bg_mainv.jpg) no-repeat bottom center #7d9dc6;
  background-size: auto;
  background-repeat: no-repeat;
  width: 100%;
  margin: auto;
  margin-top: 20px;

  /*  max-width: 1600px;*/
}

#pnhMainv .piaWrap {
  height: 555px;
  padding: 0;
  margin: auto;
  min-width: 1100px;
  width: 100%;
  overflow-x: clip;

}

.aboutPNH {
  width: 1100px;
  position: relative;
  margin: auto;
}

#pnhMainv ul {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  top: 20px;
  bottom: 0;
  right: -40px;
  width: 715px;
  height: 500px;

}

#pnhMainv ul li {
  width: 210px;
  height: 210px;
  margin-right: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 28px;
  line-height: 0.9;
  letter-spacing: -0.1px;
  transition: all 0.5s 0s ease;
}

#pnhMainv ul li:nth-child(3) {
  margin-right: 0px;
}

#pnhMainv ul li span {
  font-size: 20px;
  line-height: 1.0;
}

#pnhMainv ul li a {
  display: block;
  height: 100%;
  padding-top: 45px;
  text-decoration: none;
}

#pnhMainv ul li a:visited{
  color: #5A3E00;
}

#pnhMainv ul li#circle01 {
  /*  animation: move1 6s linear infinite;*/
  animation: move1 4s linear both;
  background: url(../images/img_mainv01.png) no-repeat center bottom, #F9F9F4;
}

@keyframes move1 {
  50% {
    border-radius: 65% 97% 57% 100% / 78% 70% 73% 74%;
  }

  75% {
    border-radius: 79% 81% 85% 70% / 65% 72% 80% 85%;
  }
}

#pnhMainv ul li#circle02 {
  animation: move2 4s linear both;
  background: url(../images/img_mainv02.png) no-repeat center bottom -3px, #F9F9F4;
}

@keyframes move2 {
  50% {

    border-radius: 79% 81% 85% 70% / 65% 72% 80% 85%;
  }

  75% {
    border-radius: 65% 97% 57% 100% / 78% 70% 73% 74%;
  }
}

#pnhMainv ul li#circle03 {
  animation: move3 4s linear both;
  background: url(../images/img_mainv03.png) no-repeat center bottom -5px, #F9F9F4;
}

@keyframes move3 {
  50% {
    border-radius: 78% 70% 73% 74% / 65% 97% 57% 100%;
  }

  75% {
    border-radius: 79% 81% 85% 70% / 65% 72% 80% 85%;
  }
}

#pnhMainv ul li#circle04 {
  animation: move4 4s linear both;
  background: url(../images/img_mainv04.png) no-repeat center bottom -5px, #F9F9F4;
  width: 220px;
}

@keyframes move4 {
  50% {
    border-radius: 79% 81% 85% 70% / 78% 70% 73% 74%;
  }

  75% {
    border-radius: 65% 97% 57% 100% / 65% 72% 80% 85%;
  }
}


#pnhMainv ul li#circle05 {
  animation: move5 4s linear both;
  background: url(../images/img_mainv05.png) no-repeat center bottom, #F9F9F4;
}

@keyframes move5 {
  50% {
    border-radius: 65% 72% 80% 85% / 78% 70% 73% 74%;
  }

  75% {
    border-radius: 79% 81% 85% 70% / 65% 97% 57% 100%;
  }
}

#pnhMainv ul li#circle04,
#pnhMainv ul li#circle05 {
  line-height: 1.2;
}

#pnhMainv ul li#circle04 a,
#pnhMainv ul li#circle05 a {
  padding-top: 35px;
}


#pnhMainvSp {
  display: none;
}

#spNavi {
  display: none;
}



/* ------------------------------------------
	What
--------------------------------------------- */
#piaWhat {
  background: url(../images/bg_what_cloud.png) no-repeat top center;
  background-size: contain;
  padding-top: 30px;
  margin-bottom: 140px;
}

#piaWhatcloud {
  background: url(../images/bg_what_out.png) no-repeat center 115px;
  background-size: 1550px;
  padding-top: 90px;

}

#piaWhat .piaWrap {
  background:
    url(../images/bg_what_top.png) no-repeat top center,
    linear-gradient(to bottom,
      rgba(255, 0, 0, 0) 0px,
      rgba(255, 0, 0, 0) 197px,
      #DEEBF2 197px);
  background-size: contain;
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;

}

#piaWhat h2 span,
#piaLife h2 span {
  position: relative;
}

#pnhRatio {
  background: #FFF;
  border-radius: 20px;
  padding: 20px 20px 20px 20px;
  text-align: center;
  display: flex;
  margin-bottom: 100px;
  position: relative;

}

#pnhRatio dl {
  width: 50%;
}

#pnhRatio dl:nth-child(1) {
  background: url(../images/line_what_cnt.png) no-repeat top 15px right;
  background-size: contain;
  padding-right: 20px;
  width: calc(55% - 20px);
}

#pnhRatio dl:nth-child(1) dt {
  margin-bottom: 20px;
}

#pnhRatio dl:nth-child(1) dd {
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding-right: 0.6em;
}

#pnhRatio dl:nth-child(1) dd span {
  font-size: 68px;
  position: absolute;
  top: 50px;
  right: 36px;
}

#pnhRatio dl dd sup {
  position: absolute;
  right: -10px;
  top: 8px;
  font-size: 25px;
}


#pnhRatio dl dt {
  font-size: 34px;
  font-size: 1.8em;
}

#pnhRatio dl dt sup {
  font-size: 22px;
  font-size: 0.647em;
}

#pnhRatio dl dt span {
  display: block;
  font-size: 28px;
  font-size: 0.8em;
  padding-top: 5px;
}

#pnhRatio dl dd {
  font-size: 114px;
  color: #1D69B3;
  position: relative;
}

#pnhRatio dl dd span {
  font-size: 68px;
}



#pnhRatio dl:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
}

#pnhRatio dl:nth-child(2) dt {
  width: 100%;
}

#pnhRatio dl:nth-child(2) dd {
  width: 50%;
  font-size: 25px;
}

#pnhRatio dl:nth-child(2) dd span:nth-child(2) {
  font-size: 114px;
}

#pnhRatio dl:nth-child(2) dd span:nth-child(3) {
  font-size: 25px;
  display: block;
}

#pnhRatio dl:nth-child(2) dd.pnhRatioW span:nth-child(3) {
  font-size: 25px;
  display: block;
  color: #006C47;
}

#pnhRatio dl:nth-child(2) dd.pnhRatioW span:nth-child(1) {
  font-size: 114px;
}

#pnhRatio dl:nth-child(2) dd.pnhRatioW img {
  margin-left: -10px;
}


#pnhRatio dl dd.pnhRatioM,
#pnhRatio dl dd.pnhRatioW,
#pnhRatio dl dd.pnhRatioM span,
#pnhRatio dl dd.pnhRatioW span {
  line-height: 1.2;
  margin-top: -7px;
  position: relative;
}

#pnhRatio dl dd img {
  display: inline-block;
  position: relative;
  top: 2px;
}

#pnhRatio dl dd.pnhRatioM {
  position: relative;
}

#pnhRatio dl dd.pnhRatioM::after {
  content: "：";
  width: 60px;
  height: 150px;
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 0;
  margin: auto;
  font-size: 114px;
  color: #003F72;
}

#pnhRatio dl dd.pnhRatioW {
  color: #62B500;
}

.whatChar {
  position: absolute;
  position: absolute;
  bottom: -55px;
  right: -60px;
}

/* #pnhRatio dl dd.pnhRatioM::before{
  content: "";
  position: absolute;
  background: url(../images/bg_what_man.png) no-repeat;
  width: 32px;
  height: 85px;
  top: 0;
  left: 0;

} */

/* キャラクター動き1 ---------- */

.animate-scale {
  animation: scale-animation 1s forwards;
}

@keyframes scale-animation {
  0% {
    transform: scale(1);
  }

  90% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}


.charAnime01 {
  /*  animation: anime01 2.1s infinite ease;*/
  animation: anime01 4.1s both ease;
}

@keyframes anime01 {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(-5deg);
  }

  50% {
    transform: rotate(0deg);
  }

  75% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

/* キャラクター動き2 ---------- */
.charAnime02 {
  animation: anime02 4.7s both ease;
}

@keyframes anime02 {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(-5deg);
  }

  50% {
    transform: rotate(0deg);
  }

  75% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}


#piaSymptoms p {
  font-size: 29px;
  font-size: 1.6em;

  margin-bottom: 60px;
}

#piaSymptomsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}

#piaSymptomsList li {
  width: 202px;
  text-align: center;
  font-size: 22px;
  font-size: 1.0em;
  margin: 0 15px 20px 15px;
  line-height: 1;
}

#piaSymptomsList li img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}


#piaWhatIllust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#piaWhatIllust::before,
#piaWhatIllust::after {
  background: #DEEBF2;
}



#piaWhatIllust p {
  width: 46%;
  box-sizing: border-box;
  /*  padding: 0 20px;*/
}

#piaWhatIllust dl {
  width: 54%;
  padding-left: 30px;
  letter-spacing: -0.5px;
}


#piaAbout {
  background: url(../images/bg_about.png) no-repeat top right;
  padding-bottom: 50px;
}

#piaAboutBG {
  background: url(../images/bg_about_cloud.png) no-repeat top left;
}

#piaAbout h2 {
  margin-bottom: 40px;
  position: relative;
}

#piaAbout h2 img {
  position: absolute;
  right: 150px;
  top: -50px;
}

#piaAbout h2 span {
  background: url(../../common/images/line_brown.png) no-repeat top center;
  background-size: 547px;
}

.piaTopHeadline{
  position: relative;
}

#piaAbout .piaTopHeadline h2{
  margin-bottom: 20px;
} 

.piaTopHeadline span{
  font-size: 24px;
  font-size: 1.25em;


  display: block;
  background: url(../../common/images/line_brown.png) no-repeat top center;
  background-size: 547px;
  padding-top: 25px;
  margin-top: 15px;
  line-height: 1.5; 
  text-align: center;
}

.topCharaHeadline{
  position: absolute;
  right: 150px;
  top: -50px;
}
@media(max-width: 768px){

  .piaTopHeadline span{
    background: url(../../common/images/sp/line_brown.png) no-repeat top center;
    background-size: 270px;
    font-size: 20px;
    font-size: 1em;
  }

  .topCharaHeadline{
    position: absolute;
    right: 0px;
    top: 32px;
    width: 70px;
  }
}
@media(max-width: 370px){
  .topCharaHeadline{
    right: -10px;
  }
}


.aboutImg {
  position: relative;
  margin-bottom: 50px;
}

.aboutImg img:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 0;
}


#piaAboutIllust {
  padding: 35px 0px 10px 50px;
  flex-direction: row-reverse;
}

#piaAboutIllust dl {
  width: 53%;
  letter-spacing: -0.5px;
  box-sizing: border-box;
  padding-right: 20px;
}


#pnh #piaAboutIllust p {
  width: 47%;
  box-sizing: border-box;
  /*  padding: 0 20px;*/
}

#piaAboutIllust:before,
#piaAboutIllust:after {
  background: url(../images/bg_base.jpg);
}

#piaAboutIllust:before {
  content: "";
  position: absolute;
  left: -30px;
  top: -30px;
  background: url(../../common/images/bg_base.jpg);
  width: 50px;
  height: 50px;
}

#piaAboutIllust::after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: -30px;
  background: url(../../common/images/bg_base.jpg);
  width: 50px;
  height: 50px;
}


#piaLife {
  background: url(../images/bg_life.png) no-repeat top center;
  background-size: contain;
  padding-top: 170px;
  padding-bottom: 0px;
}

#piaLifeBG {
  background: url(../images/bg_life_book.png) no-repeat bottom center #DEEBF2;
  margin-bottom: 0px;
  padding-bottom: 90px;
}

#apSys {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
}

.apSysL {
  width: 50%;
  text-align: center;
}

#pnh .apSysL p:nth-child(1) {
  font-size: 22px;
  font-size: 1.375em;
  margin-bottom: 20px;
}

#pnh .apSysL p:nth-child(2) {
  font-size: 40px;
  font-size: 2.5em;
  color: #003F72;
  line-height: 1.2;
  margin-bottom: 20px;
}

#pnh .apSysL p:nth-child(3) {
  font-size: 21px;
  font-size: 1.3125em;
  margin-bottom: 50px;
}

#pnh .apSysL p:nth-child(4) {
  font-family: Arial, Helvetica, Roboto, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-size: 0.75em;

  color: #333;
  text-align: left;
}

.apSysR {
  width: 50%;
  position: relative;
}

.graphBG {
  position: relative;
  overflow: hidden;
}

.graphBG img:nth-child(1) {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.graphBG span {
  position: absolute;
  display: block;
  width: 100%;
  height: 300px;
  background: #DEEBF2;
  bottom: 30px;
  left: 30px;
  z-index: 2;
  transition: opacity 3s, bottom 1s;
}


.lifeChar01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 145px;
}


#apSysIllust {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

#apSysIllust .apSysL {
  width: 47%;
  box-sizing: border-box;
  padding: 100px 80px 0 0px;
}

#apSysIllust .apSysL p {
  margin-bottom: 70px;
}

#apSysIllust .apSysR {
  width: 53%;
}



#apSysIllust .piaBgIllust {
  padding: 40px 30px;
  display: block;
}

#apSysIllust .piaBgIllust dl {
  width: 100%;
}

#apSysIllust .piaBgIllust dl sup {
  font-size: 14px;
}

#apSysIllust .piaBgIllust ul {
  width: 100%;
  font-family: Arial, Helvetica, Roboto, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-size: 0.625em;
  color: #333;
}

#apSysIllust .piaBgIllust ul li {
  padding-left: 2em;
  text-indent: -2.0em;
}

#apSysIllust .piaBgIllust ul .asterisk {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

#apSysIllust .piaBgIllust ul li sup {
  position: relative;
  top: 0px;
  font-size: 10px;
}

#piaQuestion {
  background: url(../images/bg_quesution_cloud.png) no-repeat top center;
  padding-top: 120px;
}

#piaQuestion h2 span {
  background: url(../../common/images/line_brown.png) no-repeat top center;
  background-size: 547px;
}

#piaQuestion ul {
  background: url(../images/bg_quesution_illust.png) no-repeat bottom right;
  background-size: 250px;
  margin-bottom: 70px;
}

#piaQuestion ul li {
  font-size: 20px;
  font-size: 1.0em;
  background: url(../images/bg_quesution_list.png) no-repeat center left;
  background-size: 40px;
  padding: 10px 0 10px 50px;
  margin-bottom: 20px;
  line-height: 1.5;
  transition: 0.5s;
  cursor: pointer;
}

#pnh #piaQuestion ul li a{
  text-decoration: underline;
}

/* #piaQuestion ul li:hover {
  background: url(../images/bg_quesution_list_hover.png) no-repeat center left;
  background-size: 40px;
} */

#piaQuestion ul li a:visited {
  color: #5A3E00;
}

#piaQuestion .btnLink {
  margin-bottom: 100px;
}

.piaBgIllust dt {
  cursor: pointer;
}

#pnh .piaBgIllust dt a {
  display: block;
  line-height: 1.3;
  padding: 5px;
  text-decoration: underline;
}

#pnh .piaBgIllust dt a:visited {
  color: #FFF;
  text-decoration: none;
}

/* #pnh .piaBgIllust dt a:hover {
  color: #FFF;
}

#pnh .piaBgIllust dt:hover {
  opacity: 0.7;
} */



#pnh .btnLinkPNH.topLinkBtn {
  margin-bottom: 100px;
}

#pnh .btnLinkBlue.topLinkBtn {
  margin-bottom: 100px;
}

#pnh .btnLinkBlue.topLinkBtn a:visited{
  color: #5A3E00;
}


/* ------------------------------------------
	768 SP
--------------------------------------------- */

/* ------------------------------------------
	Layout
--------------------------------------------- */
@media(max-width: 768px) {

  #pia {
    min-width: auto;
  }

  .piaWrap {
    width: calc(100% - 40px);
    padding: 0 20px;
    margin: auto;
    box-sizing: border-box;
    /*  background: rgba(0,0,0,0.7);*/
  }
}


#pnhRatio p.scrollCnt {
  font-size: 114px;
  width: 100%;
  position: relative;
  margin-bottom: 0;
}

#pnhRatio dl:nth-child(1) dd p.scrollCnt span.countUp {
  font-size: 117px;
  opacity: 1;
  left: 20px;
  top: -5px;
}

#pnhRatio dl:nth-child(1) dd p.scrollCnt span.countUp::after {
  position: relative;
  top: -58px;
  /* left: 200px; */
  right: 20px;
  font-size: 117px;
  bottom: 0px;
  opacity: 1;
}


/* ------------------------------------------
	SP 
--------------------------------------------- */
@media(max-width: 768px) {

  #aboutPNHnav {
    display: block;
  }
  #aboutPNHnav{
    display: none;
  }

  #pnhMainv {
    background: url(../images/sp/bg_mainv.jpg) no-repeat bottom -110px center;
    background-size: cover;
    margin-top: 0;
  }

  #pnhMainv .piaWrap {
    min-width: 100%;
    height: 350px;
  }

  #pnhMainv ul {
    display: none;
  }

  #pnhMainvSp {
    display: block;
  }

  #pnhMainvSp ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #F9F9F4;
  }


  #pnhMainvSp li a {
    width: 100%;
    height: 110px;
    display: block;
    font-size: 20px;
    font-size: 1.25em;
    line-height: 1.3;
    position: relative;
    border-bottom: solid 1px #c9c0ab;
  }

  #pnhMainvSp li a:visited{
    color: #5A3E00;
  }

  #pnhMainvSp li a strong {
    font-size: 28px;

    font-weight: normal;
  }

  #pnhMainvSp li a span {
    font-size: 20px;

    line-height: 1.2;
  }

  #pnhMainvSp li a span:nth-child(1) {
    position: absolute;
    display: block;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 200px;
    height: 40px;
  }


  #pnhMainvSp li:nth-child(1) a {
    background: url(../images/sp/bg_mainv_01.png) no-repeat center center;
    background-size: contain;
  }

  #pnhMainvSp li:nth-child(2) a {
    background: url(../images/sp/bg_mainv_02.png) no-repeat center center;
    background-size: contain;

  }

  #pnhMainvSp li:nth-child(2) a span {
    height: 65px;
    width: 270px;
    padding-left: 110px;

  }

  #pnhMainvSp li:nth-child(3) a {
    background: url(../images/sp/bg_mainv_03.png) no-repeat center center;
    background-size: contain;
  }

  #pnhMainvSp li:nth-child(3) a span {
    left: -80px;
  }

  #pnhMainvSp li:nth-child(4) a {
    background: url(../images/sp/bg_mainv_04.png) no-repeat center center;
    background-size: contain;
    letter-spacing: -2px;
  }

  #pnhMainvSp li:nth-child(4) a span {
    height: 65px;
    width: 190px;
    left: 110px;
  }

  #pnhMainvSp li:nth-child(5) a {
    background: url(../images/sp/bg_mainv_05.png) no-repeat center center;
    background-size: contain;

  }

  #pnhMainvSp li:nth-child(5) a span {
    left: 20px;
  }

  #piaWhat {
    background: url(../images/sp/bg_what_cloud.png) no-repeat top center;
    background-size: contain;
    padding-top: 30px;
    margin-bottom: 10px;
  }



  #piaWhatcloud {
    padding-top: 30px;
  }



  #piaWhat .piaWrap {
    background: url(../images/bg_what_top.png) no-repeat top center, linear-gradient(to bottom, rgba(255, 0, 0, 0) 70px, rgba(255, 0, 0, 0) 0px, #DEEBF2 60px);
    overflow: hidden;
    background-size: 140%;
    /* padding-top: 100px; */
    padding-bottom: 50px;
    margin-bottom: 0px;
    position: relative;
  }

  #piaWhat h2 {
    margin-bottom: 40px;
  }

  #piaWhat {
    position: relative;
  }

  #piaLife h2 span {
    position: relative;
    background: url(../../common/images/sp/line_white.png) no-repeat top center;
    background-size: 270px;
  }


  /* #pnh #piaWhat h2 span::before,
  #pnh #piaLife h2 span::before{
    content: "";
    position: absolute;
    width: 80%;
    height: 10px;
    background: url(../../common/images/sp/line_blue.png) no-repeat top center;
    background-size: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  } */

  .whatCharLeft {
    position: absolute;
    top: 0;
    left: 0;
  }

  .whatCharRight {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 45px;
  }

  #pnhRatio {
    display: block;
    margin-bottom: 50px;
  }

  #pnhRatio dl {
    width: 100%;
  }



  #pnhRatio dl:nth-child(1) {
    background: url(../images/line_what_cnt02.png) repeat-x bottom left;
    background-size: 18px;
    width: 100%;
    padding: 0 0 30px 0;
    margin-bottom: 30px;
  }

  #pnhRatio dl dt {
    font-size: 20px;
    font-size: 1.0em;
  }

  #pnhRatio dl dt sup {
    font-size: 12px;
    font-size: 0.6em;
  }


  #pnhRatio dl dd {
    font-size: 71px;
    color: #1D69B3;
    position: relative;
  }

  #pnhRatio dl:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  #pnhRatio dl:nth-child(2) dd {
    width: 38%;
    font-size: 25px;
  }

  #pnhRatio dl:nth-child(1) dd span {
    font-size: 43px;
    position: absolute;
    top: 30px;
    right: 0px;
    left: 175px;
    margin: auto;
  }

  #pnhRatio dl dd sup {
    position: absolute;
    right: 0px;
    top: 5px;
    left: 30px;
    margin: auto;
    font-size: 12px;
  }

  #pnhRatio dl:nth-child(2) dd span:nth-child(2) {
    font-size: 71px;
  }

  #pnhRatio dl dd img {
    display: inline-block;
    position: relative;
    top: 0px;
    width: 20px;
    margin: 0 5px;
  }

  #pnhRatio dl:nth-child(2) dd.pnhRatioW span:nth-child(1) {
    font-size: 71px;
  }

  #pnhRatio dl:nth-child(2) dd.pnhRatioW img {
    width: 24px;
    margin-left: -5px;
  }

  #pnhRatio dl:nth-child(2) dd.pnhRatioW span:nth-child(3) {
    font-size: 18px;
    display: block;
    padding-top: 10px;

  }

  #pnhRatio dl:nth-child(2) dd span:nth-child(3) {
    font-size: 18px;
    padding-top: 10px;
  }

  #pnhRatio dl dd.pnhRatioM::after {
    content: "：";
    width: 30px;
    height: 85px;
    position: absolute;
    top: -5px;
    bottom: 0;
    right: 0;
    margin: auto;
    font-size: 60px;
    color: #003F72;
  }

  #pnhRatio p.scrollCnt {
    font-size: 71px;
    width: 100%;
    /* background: #003F72; */
    height: 112px;
  }

  #pnhRatio dl:nth-child(1) dd p.scrollCnt span {
    opacity: 0;
    top: 0px;
    left: 0px;
    font-size: 71px;
  }

  #pnhRatio dl:nth-child(1) dd p.scrollCnt span.countUp {
    font-size: 71px;
  }

  #pnhRatio dl:nth-child(1) dd p.scrollCnt span.countUp::after {
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    font-size: 71px;
    bottom: 0px;
  }


  #pnh #piaSymptoms p {
    font-size: 22px;
    font-size: 1.1em;
    margin-bottom: 30px;
    text-align: center;
  }

  #piaSymptomsList li {
    width: calc(50% - 10px);
    font-size: 14px;
    font-size: 0.7em;
    margin: 0 20px 20px 0px;
  }

  #piaSymptomsList li:nth-child(2n) {
    margin-right: 0;
  }

  #piaWhatIllust {
    display: block;
    padding: 35px 17px 10px 17px;
    margin-bottom: 60px;
    width: 100%;
  }

  #piaWhatIllust img {
    padding: 0 20px;
  }


  .piaBgIllust:before {
    left: -25px;
    top: -25px;
    background: url(../../common/images/bg_base.jpg) repeat top left;
    width: 40px;
    height: 40px;
  }

  .piaBgIllust:after {
    bottom: -25px;
    right: -25px;
    background: url(../../common/images/bg_base.jpg) repeat top left;
    width: 40px;
    height: 40px;
  }

  #pnh #piaWhatIllust p {
    width: 100%;
    margin-bottom: 30px;
  }

  #piaWhatIllust dl {
    width: 100%;
    padding-left: 0px;
    letter-spacing: -0.5px;
  }

  #piaAboutBG {
    background: none;
  }

  #piaAbout {
    background: url(../images/bg_about.png) no-repeat top -100px right -100px;
    background-size: 400px;
    padding-top: 100px;
  }

  #piaAbout h2 img {
    position: absolute;
    right: 0px;
    top: 32px;
    width: 70px;
  }

  #piaAbout h2 span {
    background: url(../../common/images/sp/line_brown.png) no-repeat top center;
    background-size: 270px;
  }

  .aboutImg img:nth-child(2) {
    width: 48px;
    position: absolute;
    bottom: -20px;
    left: 0;
  }

  #piaAboutIllust {
    display: block;
    padding: 20px 17px 20px 17px;
    width: 100%;
  }

  #piaAboutIllust dl {
    width: 100%;
    padding: 0;
  }

  .piaBgIllust dt,
  #piaAboutIllust dt {
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 0.9em;
  }

  .piaBgIllust dd,
  #piaAboutIllust dd {
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 0.8em;
  }

  #pnh #piaAboutIllust p {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;

  }



  #piaAboutIllust p img {
    position: relative;
    right: -20px;
  }


  #piaAboutIllust:before {
    content: "";
    position: absolute;
    left: -30px;
    top: -30px;
    background: url(../../common/images/bg_base.jpg);
    width: 50px;
    height: 50px;
    border-bottom: solid 2px #003F72;
    transform: rotate(-45deg);
  }

  #piaAboutIllust:after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: -30px;
    background: url(../../common/images/bg_base.jpg) !important;
    width: 50px;
    height: 50px;
    border-top: solid 2px #003F72;
    transform: rotate(-45deg);
  }

  #piaLife {
    background: url(../images/sp/bg_life_book.png) no-repeat top -0px center;
    background-size: contain;
    /* background: none; */
    padding-top: 120px;
  }

  #piaLifeBG {
    /* background: url(../images/bg_life.png) no-repeat top center; */
    background: none;
    /* background: #DEEBF2; */
    background: linear-gradient(to bottom, transparent 0, transparent 500px, #DEEBF2 100px, #DEEBF2 100%);
    background-size: contain;
    /* padding-top: 170px; */
    padding-bottom: 0px;

    margin-bottom: 0px;
    padding-bottom: 50px;
  }

  #apSys {
    display: block;
    margin-bottom: 0;

  }

  .apSysL {
    width: 100%;
  }

  .apSysR {
    width: 100%;
  }

  .graphBG {
    position: relative;
    overflow: hidden;
  }

  .graphBG span {
    position: absolute;
    display: block;
    width: 100%;
    height: 440px;
    background: #DEEBF2;
    bottom: 30px;
    bottom: 6.5%;
    left: 6%;
    z-index: 2;
    transition: opacity 3s, bottom 1s;
  }

  .apSysL p:nth-child(1) {
    font-size: 20px;
    margin-bottom: 1em;
  }

  .apSysL p:nth-child(2) {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .apSysL p:nth-child(3) {
    font-size: 20px;
    margin-bottom: 20px;
  }

  #apSysIllust {
    display: block;
  }

  #apSysIllust .piaBgIllust {
    padding: 40px 20px;
    display: block;
  }

  #apSysIllust .piaBgIllust::before,
  #apSysIllust .piaBgIllust::after {
    background: #DEEBF2;
  }


  #apSysIllust .apSysR {
    width: 100%;
  }

  #apSysIllust .apSysR img {
    width: calc(100% - 60px);
    margin: auto;
    margin-bottom: 20px;
  }

  #apSysIllust .piaBgIllust ul {
    margin-bottom: 40px;
  }

  .apSysR.piaBgIllust dt {
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 0.9em;
  }

  .apSysR.piaBgIllust dd {
    font-size: 16px;
    font-size: 0.8em;
  }

  #apSys .apSysR p:nth-child(2) {
    font-family: Arial, Helvetica, Roboto, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 12px;
    font-size: 0.6em;
    color: #333;
    text-align: left;
    padding: 20px 0 0 0;
    margin-bottom: 30px;
  }

  #pnh .apSysL p:nth-child(2) {
    font-size: 32px;
  }

  #piaQuestion h2 {
    margin-bottom: 20px;
  }

  #piaQuestion h2 span {
    background: url(../../common/images/sp/line_brown.png) no-repeat top center;
    background-size: 270px;
  }

  #piaQuestion {
    background: url(../images/sp/bg_quesution_cloud.png) no-repeat top center;
    background-size: 100%;
    padding-top: 100px;
  }

  #piaQuestion ul {
    background: url(../images/bg_quesution_illust.png) no-repeat center top;
    background-size: 130px;
    padding-top: 180px;
    margin-bottom: 70px;
  }

  #piaQuestion ul li {
    font-size: 18px;
    font-size: 0.94em;
    background: url(../images/bg_quesution_list.png) no-repeat center left;
    background-size: 40px;
    padding: 10px 0 10px 50px;
    margin-bottom: 20px;
    line-height: 1.5;
  }

  #piaQuestion .piaWrap {
    padding: 0 0px;
  }

}


@media(max-width: 660px) {
  #pnhMainv {
    background: url(../images/sp/bg_mainv.jpg) no-repeat bottom -50px center;
    background-size: cover;
  }
}

@media(max-width: 600px) {
  #pnhMainv {
    background: url(../images/sp/bg_mainv.jpg) no-repeat bottom 0px center;
    background-size: cover;
  }
}

@media(max-width: 370px) {

  #pnhRatio dl:nth-child(1) dd p.scrollCnt span.countUp {
    font-size: 68px;
  }

  #pnhRatio dl:nth-child(1) dd span {
    font-size: 43px;
    left: 165px;
  }

  #pnh .apSysL p:nth-child(2) {
    font-size: 26px;
  }

  #pnh .btnLinkPNH a {
    font-size: 18px;
    padding: 20px 20px 20px 10px;
  }
}

#pnh .icoTab::after{
  padding-bottom: 4px;
}