/* ------------------------------------------
	about What
--------------------------------------------- */

#aboutPNHpage{
  padding-bottom: 0;
}

#aboutPNHpageBG{
  padding-bottom: 50px;
}

.imgCase{
  display: flex;
  flex-wrap: wrap;
  width: 800px;
  margin: auto;
  margin-bottom: 10px;
}

.imgCase li{
  width: 50%;
  box-sizing: border-box;
  text-align: center;
  font-size: 24px;
  font-size: 1.25em;
  padding: 10px 0 20px 0;
}

.imgCase li img{
  display: inline;
}

.imgCase li span{
  display: block;
  font-size: 16px;
  font-size: 0.64em;
  padding-top: 5px;
}

.imgCase li:nth-child(1){
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
}

.imgCase li:nth-child(2){
  border-bottom: solid 1px #fff;
}

.imgCase li:nth-child(3){
  border-right: solid 1px #fff;
  padding-top: 2em;
}

.imgCase li:nth-child(4){
  padding-top: 2em;
}

.marginNL{
  left: -8%;
}

.figcomment{
  display: flex;
  flex-wrap: wrap;
}

.figcommentLeft{
  width: 35%;
}

#aboutPNHwrap .figcommentLeft p{
  margin-bottom: 0;
}

.figcommentRight{
  width: 65%;
}

#aboutPNHwrap .figcommentLeft p:nth-child(1){
  background: #1D69B3;
  border-radius: 12px;
  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;

}

.figcommentRight p:nth-child(2){
  background: #FFF;
  border-radius: 15px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  padding: 20px 20px 20px 20px;
  width: 405px;
  height: 215px;
  margin: 10px 30px 0 30px;
}

.figcommentRight p:nth-child(2)::after{
  content: "";
  position: absolute;
  background: #FFF;
  right: -37px;
  top: 90px;
  width: 47px;
  height: 40px;
  z-index: 1;
  background: url(../../common/images/img_talk.png) top left no-repeat;
}

.figcommentRight p:nth-child(3){
  width: 116px;
  height: 100%;
  padding-top: 90px;
}

#pnh figure.noBtm{
  margin-bottom: 0;
}



/* ------------------------------------------
	768 SP 
--------------------------------------------- */

@media(max-width: 768px){

  #aboutPNHpage {
    background: linear-gradient(to top, #DEEBF2 0%, #DEEBF2 98.0%, transparent 0%, transparent 100%), url(../../common/images/bg_main_h.png) top center no-repeat;
    background-size: 100%;
    padding-top: 0px;
  }


  .imgCase{
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .imgCase li{
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    /* font-size: 24px; */
    padding: 10px 0 20px 0;
    border: none;
  }

  #aboutPNHwrap .imgCase li p{
    /* font-size: 24px; */
    margin-bottom: 10px;
  }

  .imgCase li img{
    display: inline;
    width: 210px;
  }

  .imgCase li span{
    display: block;
    padding-top: 5px;
  }

  .imgCase li:nth-child(1){
    border: none;
  }

  .imgCase li:nth-child(2){
    border: none;
  }

  .imgCase li:nth-child(3){
    border: none;
    padding-top: 2em;
  }

  .imgCase li:nth-child(4){
    padding-top: 2em;
  }

  .figcomment{
    display: block;
    flex-wrap: wrap;
  }
  
  .figcommentLeft{
    width: 100%;
  }
  
  .figcommentRight{
    width: 100%;
  }
  
  .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: 25px;
  }
  
  .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;

  }

  .figcommentRight p.comment::after{
		content: "";
		position: absolute;
		background: #FFF;
		left: -22px;
		top: 13px;
		width: 47px;
		height: 40px;
		z-index: 1;
		background: url(../../common/images/img_talk.png) top left no-repeat;
		transform: rotate(180deg);
  }

  .imgBlood img{
    max-width: 100%;
    margin: auto;
  }
  

}


.spWrap510,
.spWrap460,
.spWrap410,
.spWrap380,
.spWrap,
.spWrapA,
.spWrapB,
.spWrapC{
  display: none;
}
@media(max-width: 510px){
  .spWrap510 {
    display: block;
  }
}
@media(max-width: 460px){
  .spWrap460 {
    display: block;
  }
}
@media(max-width: 440px){
  .spWrapA {
    display: block;
  }
}
@media(max-width: 410px){
  .spWrap410,
  .spWrap{
    display: block;
  }
}

@media(max-width: 380px){
  .spWrap380{
    display: block;
  }
}

@media(max-width: 370px){
  .spWrapA{
    display: none;
  }
  .spWrapB{
    display: block;
  }
}
@media(max-width: 340px){
  .spWrapA,
  .spWrapB{
    display: none;
  }
  .spWrapC{
    display: block;
  }
}

#pnh a.noLine{
  text-decoration: none;
}

#pnh p.txtReset{
  width: auto;
  margin-right: 0px;
  margin-bottom: 0;
}