/* ------------------------------------------
	about epidemiology
--------------------------------------------- */

#aboutPNHpage{
  background: linear-gradient(to top, #DEEBF2 0%, #DEEBF2 94.0%, transparent 0%, transparent 100%),
  url(../../common/images/bg_main_h.png) top center no-repeat;
  background-size: 100%;
  padding-top: 100px;
  padding-bottom: 0px;
}

#aboutPNHpageBG{
  padding-bottom: 0px;
}

.wrapCount{
  display: flex;
  flex-wrap: wrap;
  background: url(../images/epidemiology/bg_japan.png) no-repeat top center;
  background-size: contain;
  padding: 100px 0 50px 0;
}

.wrapCount + p{
  margin-bottom: 50px;
}

.wrapCount div{
  text-align: center;
  width: 50%;
}

#pnh .wrapCount div p:nth-child(1){
  font-size: 30px;
  font-size: 1.565em;
  color: #5A3E00;
  margin-bottom: 10px;
}
#pnh .wrapCount div p:nth-child(1) sup{
  font-size: 18px;
  font-size: 0.6em;
  top: -0.5px;
}

#pnh .wrapCount div p:nth-child(2){
  font-size: 70px;
  color: #003F72;
  line-height: 1.2;
  background: #FFF;
  border-radius: 50%;
  width: 240px;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  flex-direction: column;
position: relative;
}

#aboutPNHwrap .wrapCount div p:nth-child(2) span{
  font-size: 40px;
  display: block;
}

#aboutPNHwrap .wrapCount div p:nth-child(2)  sup{
font-size: 20px;
    position: absolute;
    top: 3.5em;
    right: 2em;
}

#pnh .wrapCount div p:nth-child(3){
  font-size: 30px;
  font-size: 1.565em;
  color: #5A3E00;
  margin-bottom: 10px;
}
#pnh .wrapCount div p:nth-child(3) sup{
  left: -10px;
  top: -1px;
  font-size: 16px;
}

.genderRatio{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.genderRatio div{
  text-align: center;
  width: 48%;
}

.genderRatio + .charLeft .pc{
  padding-top: 25px;
}


#pagelink ul li{
  height: 150px;
  padding-top: 10px;
}

@media(max-width: 768px){
  #pagelink ul li{
    height: auto;
    padding-top: 0px;
  }
}


#pnh .epidemiologyChar .comment{
  margin-bottom: 0px;
}

#pnh .epidemiologyAtt{
  font-size: 12px;
  color: #333;
  margin-left: 16.8em;
  text-align: left;
}

.figText{
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;

}

#pnh .figText span:nth-child(2){
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.charLeft.epidemiologyChar{
  margin-bottom: 80px;
}


/* ------------------------------------------
	768 SP 
--------------------------------------------- */

@media(max-width: 768px){

  #aboutPNHpage{
    background: linear-gradient(to top, #DEEBF2 0%, #DEEBF2 97.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;
  }

  #aboutPNHpageBG{
    padding-bottom: 1px;
  }

  .wrapCount{
    display: block;
    flex-wrap: wrap;
    background: url(../images/epidemiology/sp/bg_japan.png) no-repeat center center;
    background-size: contain;
    padding: 0px 0 20px 0;
  }


  #aboutPNHwrap .wrapCount + p{
    margin-bottom: 50px;
  }
  
  .wrapCount div{
    text-align: center;
    width: 100%;
  }

  #pnh .wrapCount div p:nth-child(1){
    margin-bottom: 10px;
  }

  #pnh .wrapCount div p:nth-child(3){
    margin-bottom: 40px;
  }

  .genderRatio{
    display: block;
  }
  
  .genderRatio div{
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .genderRatio div img{
    width: 100%;
  }
  
  .genderRatio + .charLeft .pc{
    padding-top: 25px;
  }


}





.sp2,
.sp380{
  display: none;
}

@media(max-width: 585px){
  .sp2{
    display: block;
  }

}

@media(max-width: 380px){
  .sp380{
    display: block;
  }
}

