#aboutPNHpage {
  background: linear-gradient(to top, #DEEBF2 0%, #DEEBF2 96%, 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;
}

#aboutPNHpageBG {
  padding-bottom: 40px;
}

#pnh h2 span{
  background: none;
}

#pnh #aboutPNHpage h2#caseA::before,
#pnh #aboutPNHpage h2#caseB::before,
#pnh #aboutPNHpage h2.modelcaseMovie::before{
  display: none;
}

@media(max-width: 768px){
  #pnh #aboutPNHpage h2#caseB::before,
  #pnh #aboutPNHpage h2.modelcaseMovie::before{
    display: none;
  }
}

#pnh .contentsLink h2{
  display: block;
}



#pagelink {
  padding: 20px 10px 10px 10px;
}

#pagelink ul {
  align-items: center;
}

#pagelink ul li {
  height: 170px;
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 10px;
  flex-direction: column;
  justify-content: center;
  text-align: left;
      padding: 0 50px 10px 20px;
}



#pagelink ul li:nth-child(1) {
  padding: 0 10px 10px 0;
}

#pagelink ul li:nth-child(2),
#pagelink ul li:nth-child(3) {
  width: auto;
}


#pagelink ul li div {
  text-align: left;
/*  text-indent: -1em;*/
  padding-left: 1.5em;
}

#pagelink ul li div p {
  margin-bottom: 0px;
  font-size: 16px;
}

#pagelink ul li:nth-child(2) a:first-child .pageListTitle{
    margin-bottom: 1rem;
}



/*
#pagelink ul li div.pageListTitle{
  display: flex;
}

#pagelink ul li div.pageListTitle:first-child{

}

#pagelink ul li div.pageListTitle div:first-child{
  width: 7em;
}
#pagelink ul li div.pageListTitle div:nth-child(2){
  text-decoration: underline;
  padding-left: 1em;
}
*/

@media(max-width: 768px){
  #pagelink ul li{
    text-align: center;
  }
/*
  #pagelink ul li div.pageListTitle div:nth-child(2){
    padding-left: 0em;
  }
*/
}


#aboutPNHwrap p .textNote {
  text-align: left;
  font-size: 10px;
  color: #333;
  display: block;
  padding-top: 10px;
}


#pnh figcaption.indent {
  text-indent: -2em;
  padding-left: 2em;
}

#pnh 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;
  font-size: 0.5em;
}

#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;
  color: #333;
  text-indent: -2em;
  padding-left: 2em;
  margin: 0;
}

p.textHeading.fontMin {
  font-size: 20px;
}

.wrapWhite {
  position: relative;
  z-index: 1;
}

.method {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.method.bcaseflex {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 50px;
}

@media(max-width: 768px){
  .method.bcaseflex {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;

  }
}




#pnh .method a {
  display: block;
  text-decoration: none;
}

#pnh .method p {
  margin-bottom: 0;
}

.method1,
.method2,
.method3,
.method4 {
  width: 202px;
  border-radius: 10px;
  margin-bottom: 20px;
  background: #FFF;
  color: #7030A0;
}

.method2 {
  color: #8D1B3D;
}

.method3 {
  color:#006C47;
}

.method4 {
  color: #1D69B2;
}

#pnh .method .method1 .methodtit,
#pnh .method .method2 .methodtit,
#pnh .method .method3 .methodtit,
#pnh .method .method4 .methodtit {
  display: block;
  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;
}

#pnh .method .method2 .methodtit {
  background: #8D1B3D;
  color: #8D1B3D;
}

#pnh .method .method3 .methodtit {
  background: #006C47;
  color: #006C47;
}

#pnh .method .method4 .methodtit {
  background: #1D69B2;
  color: #1D69B2;
}


.method .method1 .methodtit span,
.method .method2 .methodtit span,
.method .method3 .methodtit span,
.method .method4 .methodtit span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #FFF;
  font-size: 28px;
  line-height: 1;
}

.method h4 .txtCenter{
  font-size: 20px;
  font-size: 1.00em;
  line-height: 1.5;
}

.method1 h4 span:nth-child(2),
.method2 h4 span:nth-child(2),
.method3 h4 span:nth-child(2),
.method4 h4 span:nth-child(2) {
  background: url(../images/high-medical-expenses/ico_arrow01.png) no-repeat bottom 15px center #FFF;
  background-size: 38px;
  min-height: 250px;
  padding: 20px 18px 50px 18px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left: solid 2px #7030A0;
  border-right: solid 2px #7030A0;
  border-bottom: solid 2px #7030A0;
  display: flex;
  align-items: center;
  color: #7030A0;
}

.method4 h4 span:nth-child(2) {
  padding: 20px 15px 50px 15px;
}


.method2 h4 span:nth-child(2) {
  background: url(../images/common/ico_arrow02.png) no-repeat bottom 15px center #FFF;
  background-size: 38px;
  border-left: solid 2px #8D1B3D;
  border-right: solid 2px #8D1B3D;
  border-bottom: solid 2px #8D1B3D;
  color: #8D1B3D;
}

.method3 h4 span:nth-child(2) {
  background: url(../images/common/ico_arrow03.png) no-repeat bottom 15px center #FFF;
  background-size: 38px;
  border-left: solid 2px #006C47;
  border-right: solid 2px #006C47;
  border-bottom: solid 2px #006C47;
  color: #006C47;
}

.method4 h4 span:nth-child(2) {
  background: url(../images/common/ico_arrow04.png) no-repeat bottom 15px center #FFF;
  background-size: 38px;
  border-left: solid 2px #1D69B2;
  border-right: solid 2px #1D69B2;
  border-bottom: solid 2px #1D69B2;
  color: #1D69B2;
}

.methodDetal {
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}


#aboutPNHwrap .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: 40px;
  display: flex;
  align-items: center;
  line-height: 1.2;
}

.methodDetal .methodtit span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #FFF;
  font-size: 26px;
  line-height: 1;
  color: #7030A0;
  text-align: center;
  margin-right: 15px;
}

#pnh #aboutPNHwrap .methodDetal .textHead {
  color: #7030A0;
  text-align: center;
  font-size: 28px;
  font-size: 1.459em;  
  margin-bottom: 20px;
}

#png #aboutPNHwrap .methodDetal p {
  font-size: 18px;
}

#aboutPNHwrap .methodDetal figure {
  margin-bottom: 0;
}



.methodDetal div {
  padding: 20px 40px 30px 40px;
  margin-bottom: 10px;
}
.methodDetal div.noBtm {
  padding: 20px 40px 10px 40px;
  margin-bottom: 0px;
}


.methodDetal div.explanation {
  padding: 0;
  color: #333;
  font-size: 19px;
  font-size: 0.99em;
}

/* .explanation .line {
  text-decoration: underline;
} */

#pnh .explanation a{
  text-decoration: underline;
  color: #333;
}

#pnh .explanation a:visited{
  color: #333;
}

.explanation .noLine{
 text-decoration: none !important;
}

.explanation .linkLine{
 text-decoration: underline;
}

.explanation .indent{
 padding-left: 1em;
}

.explanation .txtBold{
  font-weight: bold;
}

.explanation .color {
  color: #7030A0;
}
.explanation .colorRed {
  color: #8D1B3D;
}
.explanation .colorGreen {
  color: #006C47;
}
.explanation .colorBlue {
  color: #1D69B2;
}

#pnh #aboutPNHwrap .methodDetal div p {
  margin-bottom: 20px;
}

#pnh #aboutPNHwrap .methodDetal div p.noBtm {
  margin-bottom: 0px;
}

#aboutPNHwrap .methodDetal div p.textNote {
  text-align: left;
  margin-bottom: 40px;
  text-indent: -0.7em;
  padding-left: 1em;

}

#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-bottom: 20px;
  max-width: 860px;
  margin: auto;
}

#aboutPNHwrap .methodDetal.colorRed .methodtit2 {
  color: #8D1B3D;
  border: solid 2px #8D1B3D;
}

#aboutPNHwrap .methodDetal.colorRed .textNote {
  margin-bottom: 0px;
  font-size: 12px;
  font-size: 0.625em;
}

#aboutPNHwrap .methodDetal.colorRed .textNote.btm {
  margin-bottom: 20px;
}


#aboutPNHwrap .methodDetal.colorRed .methodtit {
  background: #8D1B3D;
}

.methodDetal.colorRed .methodtit span {
  color: #8D1B3D;
}

#pnh #aboutPNHwrap .methodDetal.colorRed .textHead {
  color: #8D1B3D;
}

#pnh #aboutPNHwrap .methodDetal.colorGreen .methodtit {
  background: #006C47;
}

.methodDetal.colorGreen .methodtit span {
  color: #006C47;
}

#pnh #aboutPNHwrap .methodDetal.colorGreen .textHead {
  color: #006C47;
}

#aboutPNHwrap .methodDetal.colorGreen .methodtit2 {
  color: #008D5D;
  border: solid 2px #006C47;
}


#pnh #aboutPNHwrap .methodDetal.colorBlue .methodtit {
  background: #1D69B2;
}

.methodDetal.colorBlue .methodtit span {
  color: #1D69B2;
}

#pnh #aboutPNHwrap .methodDetal.colorBlue .textHead {
  color: #1D69B2;
}

#aboutPNHwrap .methodDetal.colorBlue .methodtit2 {
  color: #1D69B2;
  border: solid 2px #1D69B2;
}


#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;
}

.methodDetal div.checklist p {
  color: #333;
  font-size: 16px;
  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;
  color: #333;
  margin-bottom: 20px;
}

ul.textNote li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

ul.textNote+p {
  font-size: 12px;
  color: #333;
  text-align: right;
}


.checklist2 {
  background: #FFF;
  border-radius: 10px;
  max-width: 630px;
  margin: auto;
  margin-bottom: 30px;
  padding: 30px 40px 30px 40px;
  font-size: 16px;
}

.checklist2 p {
  color: #333;
  font-size: 22px;
  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;
  text-decoration: underline;
  margin-bottom: 10px;
}

#pnh figcaption.indent1em ul {
  margin-bottom: 1em;
}

#pnh figcaption.indent1em ul li {
  text-indent: -0.7em;
  padding-left: 0.7em;
}

.charRight.boxCenter,
.charLeft.boxCenter {
  justify-content: center;
}

.charRight.boxCenter p:nth-child(1) {
  width: 620px;
}


@media(max-width: 768px) {
  #aboutPNHpage {
    background: linear-gradient(to top, #DEEBF2 0%, #DEEBF2 99.3%, 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;
  }

  #bgMainv dt .txtMin {
    font-size: 16px;
    color: #5A3E00;
    display: block;
    padding-top: 10px;
  }

  #pagelink ul li{
    padding-left: 1em;
  }
  


  #pagelink ul li:nth-child(1),
  #pagelink ul li:nth-child(2) {
    width: 100%;
    height: 100%;
    text-align: center;
    background: none;
    padding-bottom: 0;
  }
  
  @media(max-width: 768px){
    #pagelink {
        padding: 20px 20px 20px 20px;

    }
    
    #pagelink ul li {
        padding: 10px 10px 30px 1.5em;
        margin: 0 0px;
        height: auto;
        height: auto;
      text-align: left;
      text-indent: 0;
    }
    
    
    #pagelink ul li:nth-child(1) {
      padding: 10px 0 10px 0;
      text-align: center;

    }

    #pagelink ul li:nth-child(2) {
      padding: 10px 10px 30px 1em;
      text-align: left;
      min-height: inherit;
      background: url(../../common/images/line_dotted.png) repeat-x bottom -10px left;
      background-size: 16px;
    }
    #pagelink ul li:nth-child(3) {
      padding: 10px 10px 30px 1em;
      text-align: left;
      min-height: inherit;
    }

  }
  

  #pagelink ul li:nth-child(1) {
    height: auto;
  }

  #pagelink ul li a {
    padding-bottom: 0;
  }
  
  #pagelink ul li div.pageListTitle{
    flex-direction: column;
  }
  
  #pagelink ul li div.pageListTitle div:first-child{
    width: 200px;
  }
  
  #pagelink ul li div{
    padding-left: 0.0em;
    text-indent: 0;
  }
  
  #pagelink ul li br{
    display: block;
  }

  .charLeft p.comment.wide {
    width: calc(100% - 116px);
  }

  .charLeft div.comment {
    width: calc(100% - 105px);
    font-size: 16px;
    font-size: 0.835em;
  }

  #aboutPNHwrap .charLeft div.textNote {
    width: calc(100%);
    padding: 10px 0 0 0px;
    text-align: left;
  }

  #pnh #aboutPNHwrap .methodDetal .textHead {
    color: #7030A0;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
  }

  .method {
    display: block;
  }

  #pnh .method a {
    display: flex;
    width: 100%;
  }

  .method1,
  .method2,
  .method3,
  .method4 {
    width: 100%;
    border-radius: 10px;
    border: solid 2px #7030A0;
    margin-bottom: 20px;
    background: #FFF;
    color: #7030A0;
    display: flex;
    border: none;
  }

  #pnh .method h4{
    font-size: 0;
    display: flex;
    width: 100%;
  }

  #pnh .method .method1 .methodtit,
  #pnh .method .method2 .methodtit,
  #pnh .method .method3 .methodtit,
  #pnh .method .method4 .methodtit {
    display: inline-flex;
    align-items: center;
    border-top-right-radius: 0px;
    border-radius: 10px 0 0px 10px;
    padding: 0 10px;
    margin-left: 0px;
    height: 100%;
  }

  .method .method1 .methodtit span,
  .method .method2 .methodtit span,
  .method .method3 .methodtit span,
  .method .method4 .methodtit span {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #FFF;
    font-size: 26px;
    line-height: 1;
    color: #7030A0;

  }

  .method1 h4 span:nth-child(2),
  .method2 h4 span:nth-child(2),
  .method3 h4 span:nth-child(2),
  .method4 h4 span:nth-child(2) {
    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;
    margin-left: -1px;
    width: 100%;
    min-height: auto;
    justify-content: center;
  }

  #pnh .method1 h4 .txtCenter,
  #pnh .method2 h4 .txtCenter,
  #pnh .method3 h4 .txtCenter,
  #pnh .method4 h4 .txtCenter {

    margin-bottom: 0;
    font-size: 16px;
    font-size: 1rem;
  }

  .method2 h4 span:nth-child(2) {
    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 .methodtit span {
    color: #8D1B3D;
  }

  .method3 h4 span:nth-child(2) {
    background: url(../images/common/sp/ico_arrow03.png) no-repeat center right 20px #FFF;
    background-size: 14px;
    border-top: 2px solid #008D5D;
    border-bottom: 2px solid #008D5D;
    border-right: 2px solid #008D5D;
    color: #006C47;
  }

  .method .method3 .methodtit span {
    color: #006C47;
  }

  .method4 h4 span:nth-child(2) {
    background: url(../images/common/sp/ico_arrow04.png) no-repeat center right 20px #FFF;
    background-size: 14px;
    border-top: 2px solid #1D69B2;
    border-bottom: 2px solid #1D69B2;
    border-right: 2px solid #1D69B2;
    color: #1D69B2;
  }

  .method .method4 .methodtit span {
    color: #1D69B2;
  }

  #aboutPNHwrap .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 30px 20px;
    margin-bottom: 10px;
  }

  .methodDetal div.noBtm {
    padding: 20px 20px 10px 20px;
    margin-bottom: 0px;
  }

  #aboutPNHwrap .methodDetal div p {
    font-size: 16px;
    font-size: 0.835em;
  }

  #aboutPNHwrap .methodDetal div p.textNote {
    margin-bottom: 20px;
    padding-top: 10px;
  }

  #aboutPNHwrap .methodDetal .methodtit2 {
    padding: 7px 10px 8px 10px;
    font-size: 18px;
    font-size: 0.94em;
    margin: 0 10px;
  }

  #aboutPNHwrap .methodDetal div p.txtScroll {
    margin-bottom: 15px;
  }

}

@media(max-width: 380px) {
  #aboutPNHwrap .methodDetal .methodtit2 {
    font-size: 16px;
    font-size: 0.835em;
  }
}


@media(max-width: 340px) {
  #aboutPNHwrap .methodDetal .methodtit2 {
    font-size: 14px;
    font-size: 0.727em;    
  }
}

.caseAwrap{
  position: relative;
}

#pnh .txtAtt1{
  font-size: 12px;
  /* font-size: 0.835em; */
  color: #333;
  text-indent: -0.6em;
  padding-left: 1em;

  position: absolute;
  bottom: 130px;
  left: 18px;
  display: inline-block;
  white-space: nowrap;
  font-family: Arial, Helvetica, Roboto, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

#pnh .txtAtt2{
  font-size: 14px;
  /* font-size: 0.835em; */
  color: #333;
  text-indent: -0.6em;
  padding-left: 1em;

  position: absolute;
  bottom: 10px;
  left: 18px;
  display: inline-block;
  white-space: nowrap;
  font-family: Arial, Helvetica, Roboto, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
}


@media (max-width: 768px) {

  /* #pnh .txtAtt{
    font-size: 16px;
    font-size: 0.60em;
  } */


  #aboutPNHwrap div.spScroll {
      overflow-x: auto;
      margin-bottom: 10px;
      position: relative;
  }
}

#pnh p.txtReset{
  width: auto;
  margin-right: 0px;
  margin-bottom: 0;
}

.explanation_list li{
  text-indent: -1em;
 padding-left: 1em;
}

.txt-nowrap{
  white-space: nowrap;
}
@media(max-width: 768px){
  .txt-nowrap{
    white-space: inherit;
    display: inline-block;
  }
}

html .iframe1{
    display: block;
    width: 100%;
    max-width: 768px;
    height: auto;
    aspect-ratio: 16 / 9;
    margin: 2.5rem auto;
}

html body .wrap-movie iframe{
  margin: auto;
  position: inherit !important;
  aspect-ratio: 16 / 9;
}

#pnh #aboutPNHpage p.charR{
    position: relative;
}

#pnh #aboutPNHpage p.charR::before {
    content: "";
    position: absolute;
    width: 85px;
    height: 98px;
    top: -5.5em;
    right: -30px;
    background: url(../../common/images/img_h2.png) no-repeat top center;
    background-size: contain;
}


@media(max-width: 768px){
    #pnh #aboutPNHpage p.charR::before {
        top: -4.2em;
        right: -0px;
        width: 55px;
        height: 63px;
    }
}

