/* ------------------------------------------
	about symptom
--------------------------------------------- */

#aboutPNHpage {
  background: linear-gradient(to top, #DEEBF2 0%, #DEEBF2 92.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;
}


#aboutPNHpage{
  padding-bottom: 0;
}

.aboutPNHpageBG{
  padding-bottom: 10px;
}

#pagelink ul{
  padding-bottom: 10px;
}

#pagelink ul li{
  width: 20%;
  height: 290px;
  padding: 0 30px 0 0px;
}

#pagelink ul li:nth-child(1){
  width: 12%;
  align-items: normal;
  padding-top: 10px;
}

#pagelink ul li:nth-child(2){
  width: 25%;
}

#pagelink ul li:nth-child(3){
  width: 27%;
}

#pagelink ul li:nth-child(4){
  width: 35%;
}

#pagelink ul li div{

  text-align: left;
  text-indent: -1em;
  padding-left: 1em;  
}

#pagelink ul li div p{
  margin-bottom: 0px;
  font-size: 16px;
  font-size: 0.8em;
}


ul.underTxt{
  margin-bottom: 40px;
}

.factor{
  display: flex;
  flex-wrap: wrap;
     justify-content: center;
}

.factor li{
  text-align: center;
  width: 33%;

}

.factor li img{
  height: 240px;
  margin: auto;
  width: auto;
}

.factor li span{
  background: #1D69B3;
  border-radius: 8px;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-size: 1.0em;
  padding: 4px 20px 6px 20px;
  line-height: 1.1;
  display: inline-block;
  vertical-align: middle;
}

#hemolysis .charLeft{
  margin-bottom: 40px;

}

.symptomList{
  margin-bottom: 120px;
}

.symptomList dt{
  font-size: 28px;
  font-size: 1.455em;
  margin-bottom: 1em;
  text-align: center;
}

.symptomList dd{
  font-size: 20px;
  font-size: 1.04em;
  margin-bottom: 1.5em;
}

.symptomList dd .symptomsHead{
  font-size: 18px;
  font-size: 0.9em;
  /* box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1); */
  border-radius: 10px;
  /* border-bottom-left-radius: 0; */
  background: #FFF;
  display: flex;
  margin-bottom: 120px;
  position: relative;
  z-index: 1;
}

.symptomList dd .symptomsHead p{
  margin-bottom: 0px;
  font-size: 18px;
  font-size: 1em;
  width: calc(100% - 170px);
  display: inline-block;

}

.symptomList dd.symptomCase01 .symptomsHead{
  width: 430px;
  margin: auto;
  margin-bottom: 40px;
  border-bottom-right-radius: 0px;
}

.symptomList dd.symptomCase01 .symptomsHead span{
  width: 210px;
}

.symptomList dd.symptomCase01 .symptomsHead + p{
  width: 430px;
  margin: auto;
  font-size: 18px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #FFF;
  margin-top: -41px;
  margin-bottom: 40px;
}

.symptomList dd.symptomCase01 .symptomsHead + p img{
  margin: auto;
}



.symptomList dd .symptomsHead span{
  font-size: 16px;
  font-size: 0.89em;
  display: inline-block;
  position: relative;
  background: #72C7E7;
  border-top-left-radius: 10px;
  padding: 9px 0px 12px 15px;
  margin-right: 14px;
  color: #FFF;
  height: 48px;
  width: 150px;
  vertical-align: top;

}

#pnh .symptomList dd .symptomsHead p:nth-child(2){
  padding: 8px 0 0 0;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1em;
}

.symptomList dd .symptomsHead span::after{
  content: "";
  position: absolute;
  width: 24px;
  height: 100%;
  background: #FFF;
  position: absolute;
  right: -12px;
  top:0;
  transform: skewX(-27deg);
}

.symptomList dd .charRight p:nth-child(1){
  width: 100%;
  margin-bottom: 40px;
}

.symptomList dd .charRight p:nth-child(2){
  width: 118px;
  padding-top: 50px;
}


.symptomList dd .charRight p:nth-child(1)::after{
  top: 52px;
}

.txtCenter img{
  margin: auto;
}

.symptomBG{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.symptomBG div:nth-child(1){
  width: calc(100% - 260px);
}

.symptomBG .symptomBGimg{
  width: 230px;
  margin-top: -10px;
}

.symptomBG p{
  margin-bottom: 1.5em;
}

#aboutPNHpagecloud{
  padding-top: 31%;
  padding-bottom: 0px;
  margin-top: -250px;
}

.symptomList dd.symptomCase04{
  margin-bottom: 2em;
}

.symptomList dd.symptomCase04 p.txtCenter img{
  max-width: 530px;
}




.symptomCase04img p:nth-child(1){
  width: 392px;
}

.symptomCase04img p:nth-child(2){
  width: calc(100% - 422px);
}

.symptomCase04img{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}

.symptomList .charLeft .comment{
  width: 90%;
}

.symptomList .charLeft .comment::after{
  top: 47px
}

.symptomList dd.symptomShadow{
  display: none;
}

.symSP{
  display: none;
}

.symptomWrapSmall .charRight{
  position: relative;
  right: 50px;
}
.symptomWrapSmall .charLeft{
  position: relative;
  left: 80px;
}

sup{
  font-size: 14px;
}

.txtSpace{
  letter-spacing: -0.2px;
}

/* ------------------------------------------
	768 SP 
--------------------------------------------- */

@media(max-width: 768px){
  #aboutPNHpagecloud{
    background: linear-gradient(to top, #DEEBF2 0%, #DEEBF2 96%, transparent 0%, transparent 100%),
     url(../../common/images/bg_main_h02.png) top center no-repeat;
    background-size: 100%;
    padding-top: 33%;
    padding-bottom: 50px;
    margin-bottom: 100px;
    margin-top: -90px;
  }

  #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: 10px;
  }

  .wrapWhiteNS{
    margin-bottom: 20px;
  }


  #pagelink ul{
    display: block;
  }

  #pagelink ul li{
    width: 100%;
    height: auto;
    padding: 0 30px 20px 30px;
  }


  
  #pagelink ul li:nth-child(1){
    width: 100%;
    align-items: normal;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  #pagelink ul li:nth-child(2),
  #pagelink ul li:nth-child(3),
  #pagelink ul li:nth-child(4){
    width: 100%;
  }
  
  #pagelink ul li div{
    font-size: 16px;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;  
  }





  .factor{
    display: block;
  }
  
  .factor li{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .factor li img{
    margin: auto;
  }
  
  .factor li span{
    font-size: 24px;
    padding: 4px 20px 5px 20px;
    line-height: 1.1;
    display: inline-block;
  }

  .symptomList{
    margin-bottom: 50px;
  }

  .symptomList dt{
    font-size: 20px;
    font-size: 1.04em;
  }

  .symptomList dd{
    font-size: 16px;
    font-size: 0.835em;
  }

  .symptomList dd sup{
    font-size: 10px;
  }

  .symptomList dd.symptomShadow{
    display: block;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    margin-bottom: 90px;
  }

  .symptomBG div:nth-child(1) {
    width: 100%;
  }

  .symptomCase04img{
    display: block;
    margin-bottom: 10px;
  }

  .symptomList .symptomShadow.noBtm{
    margin-bottom: 40px;
  }
  
  .symptomCase04img p:nth-child(1){
    width: 100%;
  }
  
  .symptomCase04img p:nth-child(2){
    width: 100%;
  }

  .symptomList dd.symptomCase04 .symptomsHead{
    display: block;
    border-bottom-left-radius: 15px;
  }

  .symptomList dd.symptomCase04 .symptomsHead span{
    width: 150px;
  }

  #pnh .symptomList dd.symptomCase04 .symptomsHead p{
    margin-bottom: 0px;
    font-size: 18px;
    width: 100%;
    padding: 15px 15px 15px 15px;
    
  }

  .symptomList dd.symptomCase04 p.txtCenter img{
    max-width: inherit;
    width: 100%;
  }

  .symSP{
    display: flex;
    margin-bottom: 60px;
  }


  .symptomWrapSmall .charRight{
    position: relative;
    right: 0px;
  }
  .symptomWrapSmall .charLeft{
    position: relative;
    left: 0px;
  }
  

}



@media(max-width: 460px){
  .sp2{
    display: block;
    padding-left: 1.0em;
  }
}