#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;
}

#aboutPNHpagecloud {
  background: linear-gradient(to top, #DEEBF2 0%, #DEEBF2 0%, transparent 0%, transparent 100%), url(../../common/images/bg_main_h02.png) top center no-repeat;
  background-size: 100%;
  padding-top: 450px;
  padding-bottom: 0px;
  margin-bottom: 100px;
  margin-top: -200px;
}


#pagelink ul li{
  padding-right: 20px;
  height: auto;
  padding-top: 0px;
  padding-bottom: 10px;
}

#pagelink ul li:nth-child(1){
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px 0 0;
  
}

#pagelink ul li:nth-child(2){
  width: 24%;
}

#pagelink ul li:nth-child(3){
  width: 61%;
}

#pagelink ul li div {
  text-align: left;
  padding-right: 30px;
}

#pagelink ul li div p {
  margin-bottom: 0px;
  font-size: 16px;
  font-size: 0.8em;
  text-indent: -2.5em;
  padding-left: 2.5em;
}


#aboutPNHwrap p .textNote{
  text-align: left;
  font-size: 10px;
  color: #333;
  display: block;
  padding-top: 10px;
}

.aboutTxt{
  margin-bottom: 30px;
}

.aboutTxt li{
  font-size: 20px;
}

.aboutTxt span{
  color: #003F72;
}

.aboutTxt li.indent{
  text-indent: -7em;
  padding-left: 7em;
}

figcaption.indent{
  text-indent: -2em;
  padding-left: 2em;
}

figcaption.indent1em{
  text-indent: -1.5em;
  padding-left: 1.5em;
}


.charLeft{
  flex-wrap: wrap;
}

.charLeft div.comment{
  width: calc(100% - 276px);
}

.charLeft div.comment sup{
  font-size: 10px;
}

#aboutPNHwrap .charLeft div.textNote{
  width: calc(100% - 136px);
  padding: 10px 0 0 146px;
  text-align: left;
}

#aboutPNHwrap .charLeft div.textNote p{
  width: 100%;
  padding: 0;
  font-size: 12px;
  font-size: 0.601em;
  color: #333;
  text-indent: -1.5em;
  padding-left: 2em;
  margin: 0;
  font-family: Arial, Helvetica, Roboto, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

p.textHeading.fontMin{
  font-size: 20px;
}

.wrapWhite{
  position: relative;
}

.method{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#pnh .method a{
  display: block;
  text-decoration: none;
}

.method .method1 p.methodtit,
.method .method2 p.methodtit{
  text-align: center;
  padding: 10px 0 10px 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #7030A0;
  margin-bottom: 0px;
  font-size: 18px;
}

.method .method1 p.methodtit span,
.method .method2 p.methodtit span{
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #FFF;
  font-size: 28px;
  line-height: 1;
  color: #7030A0;
}


.method1,
.method2{
  width: 460px;
  border-radius: 10px;
  border: solid 1px #7030A0;
  margin-bottom: 40px;
  background: #FFF;
  color: #7030A0;
}

#pnh .method p{
  margin-bottom: 0;
  font-size: 18px;
  font-size: 0.94em;
}

.method1 div,
.method2 div{
  background: url(../images/common/ico_arrow01.png) no-repeat bottom 15px center #FFF;
  background-size: 38px;
  padding: 20px 20px 50px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #7030A0;
}

.method2 div{
  color: #8D1B3D;
}

.method1 div p,
.method2 div p{
  font-size: 18px;
  margin-bottom: 0;
}

.method2{
  border: solid 1px #8D1B3D;

}

.method .method2 p.methodtit{
  background:#8D1B3D;
}
.method .method2 p.methodtit span{
  color: #8D1B3D;
}

.method2 div{
  background: url(../images/common/ico_arrow02.png) no-repeat bottom 15px center #FFF;
  background-size: 38px;
}

.methodDetal{
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}


#pnh .methodDetal .methodtit{
  color: #FFF;
  padding: 15px 0 15px 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #7030A0;
  margin-bottom: 0px;
  font-size: 28px;
  font-size: 1.459em;
  padding-left: 60px;
  display: flex;
  align-items: baseline;
  line-height: 1.2;
}

.methodDetal .methodtit span{
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #FFF;
  font-size: 28px;
  line-height: 1;
  color: #7030A0;
  text-align: center;
  margin-right: 15px;
}

#pnh .methodDetal.colorRed .methodtit{
  background: #8D1B3D;
}

#pnh .methodDetal.colorRed .methodtit span{
  color: #8D1B3D;
}



.methodDetal div{
  padding: 20px 40px 20px 40px;
  margin-bottom: 10px;
}

#aboutPNHwrap .methodDetal div p{
  margin-bottom: 0;
}



#aboutPNHwrap .methodDetal .methodtit2{
  border-radius: 50px;
  text-align: center;
  color: #7030A0;
  font-size: 20px;
  font-size: 1.04em;
  padding: 7px 0 8px 0;
  line-height: 1.1;
  border: solid 2px #7030A0;
  margin: 0 auto 20px auto;
  max-width: 860px;
}

#aboutPNHwrap .methodDetal.colorRed .methodtit2{
  color: #8D1B3D;
  border: solid 2px #8D1B3D;
  max-width: 860px;
}

#pnh .methodDetal figure img{
  min-width: 820px;
}

.methodDetal div.checklist{
  border: solid 2px #DE7800;
  border-radius: 10px;
  max-width: 560px;
  margin: auto;
  padding: 15px 0 15px 0;
  font-size: 16px;
  font-size: 0.835em;
}

#pnh .methodDetal div.checklist p{
  color: #333;
  font-size: 16px;
  font-size: 1em;
  text-align: center;
}

.methodDetal div.checklist ul{
  color: #333;
  padding-left: 40px;
  margin-bottom: 15px;
}


#aboutPNHwrap .methodDetal div.checklist p:first-child{
  margin-bottom: 15px;
}

.methodDetal div.checklist ul li{
  background: url(../images/high-medical-expenses/ico_check.png) no-repeat center left;
  background-size: 17px;
  padding: 0 0 0 25px;
}

ul.textNote{
  font-size: 12px;
  font-size: 0.625em;
  color: #333;
  margin-bottom: 20px;
  font-family: Arial, Helvetica, Roboto, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

ul.textNote li{
  text-indent: -1.5em;
  padding-left: 2.0em;
}

#symAnemia + ul.textNote li{
  text-indent: -2.0em;
}

.methodDetal div.checklist ul li sup{
  font-size: 12px;
  font-size: 0.625em;
}

#pnh figcaption,
#pnh figcaption span.txtRight{
  font-family: Arial,
  Helvetica, 
  Roboto, 
  "メイリオ", 
  Meiryo, 
  "ヒラギノ角ゴ Pro W3", 
  "Hiragino Kaku Gothic ProN", 
  sans-serif;
}

#pnh ul.textNote + p{
  font-size: 12px;
  font-size: 0.625em;
  color: #333;
  text-align: right;
  font-family: Arial,
  Helvetica, 
  Roboto, 
  "メイリオ", 
  Meiryo, 
  "ヒラギノ角ゴ Pro W3", 
  "Hiragino Kaku Gothic ProN", 
  sans-serif;
}

#pnh ul.textNote + p a,
#pnh ul.textNote + p a:visited{
  color: #333;
  text-decoration: none;
}

#pnh ul.textNote + p a:hover{
  color: #1d69b3;
}


.checklist2{
  background: #FFF;
  border-radius: 10px;
  max-width: 630px;
  margin: auto;
  margin-bottom: 30px;
  padding: 30px 40px 30px 40px;
}

#pnh .checklist2 p{
  color: #333;
  font-size: 22px;
  font-size: 1.145em;
  text-align: center;
  margin-bottom: 20px;
}

.checklist2 ul{
  color: #333;
  margin-bottom: 15px;
}

.checklist2 ul li{
  background: url(../images/high-medical-expenses/ico_check.png) no-repeat top 5px left;
  background-size: 17px;
  padding: 0 0 0 25px;
  font-size: 16px;
  font-size: 0.835em;
  text-decoration: underline;
  margin-bottom: 10px;
}

figcaption.indent1em ul{
  margin-bottom: 1em;
}

figcaption.indent1em ul li{
  text-indent: -0.7em;
  padding-left: 0.7em;
}

.figNote span{
  display: block;
}

.figNote span.btm{
  margin-bottom: 20px;
}

#pnh figure.marginBtm{
  margin-bottom: 65px;
}

.indent1em span.noBtm{
  margin-bottom: 0;
}

#pnh .charLeft.marginBtm{
  margin-bottom: 65px;
}

#pnh ul.textNote + p a.linkLine,
#pnh ul.textNote + p a.linkLine:visited{
  text-decoration: underline;
}







@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;
    margin-bottom: 100px;
  }
  
  #aboutPNHpagecloud {
    background: linear-gradient(to top, #DEEBF2 0%, #DEEBF2 69%, transparent 0%, transparent 100%), url(../../common/images/bg_main_h02.png) top center no-repeat;
    background-size: 100%;
    padding-top: 150px;
    padding-bottom: 0px;
    margin-bottom: 100px;
    margin-top: -60px;
  }

  #aboutPNHpagecloud .aboutPNHpageBG{
    padding-bottom: 20px;
  }

  #aboutPNHpageBG{
    padding-bottom: 20px;
  }

  #bgMainv dt .txtMin{
    font-size: 16px;
    color: #5A3E00;
    display: block;
    padding-top: 10px;
  }

  #pagelink ul li div {
    text-align: left;
    padding-left: 0em;
    padding-right: 0;
    margin-left: -1.7em;
  }




  #pagelink ul li{
    padding-top: 5px;
    padding-bottom: 25px;
    padding-left: 25px;
  }


  #pagelink ul li:nth-child(1){
    width: 100%;
    align-items: normal;
    padding-top: 0px;
    padding-right: 0;
    text-indent: 0;
  }
  
  #pagelink ul li:nth-child(2){
    width: 100%;
  }
  
  #pagelink ul li:nth-child(3){
    width: 100%;
  }


  .charLeft p.comment.wide{
    width: calc(100% - 116px);
  }


  .aboutTxt{
    margin-bottom: 30px;
  }
  
  .aboutTxt li{
    font-size: 16px;
  }
  
  .aboutTxt span{
    color: #003F72;
  }
  
  .aboutTxt li.indent{
    text-indent: 0em;
    padding-left: 0em;
  }

  .aboutTxt li:first-child{
    margin-bottom: 10px;
  }

  .aboutTxt li:last-child{
    padding-top: 10px;
  }

  .charLeft div.comment{
    width: calc(100% - 105px);
    font-size: 16px;
  }

  #aboutPNHwrap .charLeft div.textNote {
    width: calc(100%);
    padding: 10px 0 0 0px;
    text-align: left;
  }

  .method {
    display: block;
  }

  #pnh .method a{
    display: flex;
    text-decoration: none;
    width: 100%;
  }

  .method1,
  .method2{
    width: 100%;
    border-radius: 10px;
    border: solid 2px #7030A0;
    margin-bottom: 20px;
    background: #FFF;
    color: #7030A0;
    display: flex;
    border: none;
  }

  .method .method1 p.methodtit,
  .method .method2 p.methodtit{
    display: flex;
    align-items: center;
    border-top-right-radius: 0px;
    border-radius: 10px 0 0px 10px;
    padding: 0 10px;
    margin-left: 0px;
    color: #7030A0;

  }

  .method .method1 a p.methodtit span,
  .method .method2 a p.methodtit span {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #FFF;
    font-size: 26px;
    line-height: 1;

  }

  .method1 div,
  .method2 div{
    background: url(../images/common/sp/ico_arrow01.png) no-repeat center right 20px #FFF;
    background-size: 14px;
    padding: 20px 40px 20px 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-radius: 0px 10px 10px 0px;
    text-align: left;
    border-top: 2px solid #7030A0;
    border-bottom: 2px solid #7030A0;
    border-right: 2px solid #7030A0;
    color: #7030A0;
    margin-left: -1px;
    width: 100%;

  }

  .method1 div p.txtCenter,
  .method2 div p.txtCenter{
    text-align: left;
  }

  .method2 div{
    background: url(../images/common/sp/ico_arrow02.png) no-repeat center right 20px #FFF;
    background-size: 14px;
    border-top: 2px solid #8D1B3D;
    border-bottom: 2px solid #8D1B3D;
    border-right: 2px solid #8D1B3D;
    color: #8D1B3D;
  }

  .method .method2 p.methodtit span{
    color: #8D1B3D;
  }


  #pnh .methodDetal .methodtit {
    color: #FFF;
    padding: 15px 0 15px 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #7030A0;
    margin-bottom: 0px;
    font-size: 20px;
    font-size: 1.04em;
    display: block;
    line-height: 1.2;
    text-align: center;
    padding: 15px 20px;
  }

  .methodDetal .methodtit span {
    display: block;
    width: 30px;
    height: 30px;
    margin: auto;
    border-radius: 50%;
    background: #FFF;
    font-size: 26px;
    line-height: 1;
    color: #7030A0;
    text-align: center;
    margin-bottom: 10px;

  }

  .methodDetal div{
    padding: 20px 20px 20px 20px;
    margin-bottom: 10px;
  }



  #aboutPNHwrap .methodDetal .methodtit2{
    padding: 7px 10px 8px 10px;
    font-size: 18px;
    margin: 0 20px 0 20px;
  }

  #aboutPNHwrap .methodDetal div p.txtScroll{
    margin-bottom: 15px;
  }

  .methodDetal div.checklist{
    border: solid 2px #DE7800;
    border-radius: 10px;
    max-width: auto;
    margin: auto;
    padding: 15px 20px 15px 20px;
    font-size: 16px;
    font-size: 0.835em;
  }

  .methodDetal div.checklist ul {
    color: #333;
    padding-left: 0px;
    margin-bottom: 15px;
  }

  .methodDetal div.checklist ul li {
    background: url(../images/high-medical-expenses/ico_check.png) no-repeat top 4px left;
    background-size: 17px;
    padding: 0 0 0 25px;
  }

  #pnh .methodDetal div.checklist p.txtLeft {
    text-align: left;
  }


  .checklist2 {
    margin-bottom: 30px;
    padding: 20px 20px 20px 20px;
  }

  #pnh .checklist2 p {
    font-size: 20px;
  }




}


@media(max-width: 380px){
  #aboutPNHwrap .methodDetal .methodtit2{
    font-size: 16px;
  }
}


@media(max-width: 340px){
  #aboutPNHwrap .methodDetal .methodtit2{
    font-size: 14px;

  }
}

.sp2,
.sp3{
  display: none;
}

@media(max-width: 768px){
  .sp3{
    display: block;
  }
}

@media(max-width: 355px){
  .sp2{
    display: block;
  }
  .sp3{
    display: none;
  }
}