

/* body{
   max-width:800px;
   width: 100%;
   margin: auto;
} */

/* ↑公開時に削除 */

.free_contents p{
   margin: 0;
   letter-spacing: 1.7px;
   font-size: 16px;
}


.free_contents img{
width: 100%;
}

.mb0{
    margin-bottom: 0 !important;
}

.mb15{
    margin-bottom: 15px !important;
}
.mb10{
    margin-bottom: 10px !important;
}
.mb20{
    margin-bottom: 20px !important;
}

.mb30{
    margin-bottom: 30px !important;
}


.mb34{
    margin-bottom: 34px !important;
}


.mb50{
    margin-bottom: 50px !important;
}




.grbg{
    background-color:#F1F9F2;
    font-size: 16px;
    font-weight: bold;
    padding: 23px 30px;
    border-radius: 15px;
    list-style: 1.8;
    color: #232323;
    margin-bottom: 20px;
}

.grbg span{
    margin-right: 10px;
}

.line {
      text-align: center;
      margin: -4px auto 10px auto;
  }

  .line-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      width: 400px;
      max-width: 100%;
      height: 40px;
      background-color: #06C755;
      color: #fff;
      font-size: 12px;
      font-weight: bold;
      text-decoration: none;
      border-radius: 29px;
      letter-spacing: 0.05em;
  }
  .line-btn img{
    margin-bottom: 0;
    width: 28px !important;
    height: 28px;
  }

  .line a{
    color: #fff !important;
    font-weight: normal;
    text-decoration: none;
  }
.list-item {
    display: flex;
    line-height: 1.8;
}
.list-item span {
    flex-shrink: 0;
}

.small-text{
    font-size: 12px !important;
    text-align: center;
    color: #ff000f;
}

.free_nav.anchorLink {
    display: flex;
    gap: 20px;
}

.anchor {
    flex: 1;
    height: 90px;
    background: #FCE9CD;
    border-radius: 20px;
}

.anchor a {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    text-decoration: none;
    color: #232323;
}

.anchor .number {
    font-size: 40px;
    font-weight: bold;
    color: #0D5928;
    line-height: 1;
    flex-shrink: 0;
}

.anchor .ttl {
    flex: 1;
}

.anchor .ttl .en {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 2px;
}

.anchor .ttl .ja {
    font-size: 12px;
    font-weight:bold;
}

.anchor .ico {
    flex-shrink: 0;
}

.title {
    display: flex;
    align-items: center;
    gap: 15px;

}

.title .no {
    font-size: 50px;
    font-weight: bold;
    color: #0D5928;
    line-height: 1;
    flex-shrink: 0;
}

.title .text {
    display: flex;
    align-items: baseline;
    gap: 10px;
    border-left: 1px solid #000;
    padding-left: 15px;
    height: 75px;
    align-items: center;
    color: #0D5928;
    font-size: 14px;
    font-weight: bold;
}

.title .text .en {
    font-size: 22px;
    font-weight: bold;
}

.step-list {
      display: flex;
      align-items: center;
      gap: 16px;
      border-radius: 8px;
      font-size: 16px;
      font-weight: bold;
      color: #333;
  }

  .step-list .no {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 60px;
      height: 60px;
      min-width: 50px;
      background: #FCE9CD;
      border-radius: 50%;
      color: #0D5928;
      font-size: 10px;
      font-weight: bold;
      line-height: 1;
      margin-bottom: 0;
  }

  .step-list .no span {
      font-size: 30px;
      line-height: 1;
  }

  .nomal-list{
    font-size: 16px;
    margin: 15px 0;
    
  }
    .nomal-list span{
        margin-right: 10px;
    }

    .grbg.sml{
        font-weight: normal;
        font-size: 14px;
        padding: 20px;
        margin-bottom: 30px;
    }

    .license{
        font-size: 10px !important;
        text-align: center;
    }
  
img.pcn.pdfg{
padding: 30px 15px 0;
}

.wdth{
    width: 614px !important;
    margin-left: 93px;
}
span.nopdg{
    margin-top: 0;
}



.pcn{display: none;}


@media (max-width: 767px){

   .free_contents{
      padding:0 15px;
   }
.pcn{display: block;}

.free_nav.anchorLink {
    flex-direction: column;
}
.anchor {
    flex: none;
    width: 100%;
}

.wdth{
       width: 100% !important;
       margin: auto;
}
.title .no{
   font-size: 40px;
}
.title .text{
   height: 60px;
}

.appBanner_sp{
display: none;
}
.p-footer{padding-top: 1px;}
.appBanner_pc{
display: block;
width: 100%;
}

#hopping .titile_{
    padding: 27px 30px 20px 32px;
}
.spn{display: none;
   }


 .ft_extBnr{
        background-color:#232323;
        text-align: center;
        padding: 20px 8px;
    }
   .ft_extBnr img{
    max-width: 480px;
   }}


   @media (max-width: 480px){
     .ft_extBnr{
        padding:20px 8px;
     }
    .ft_extBnr img{
    width: 100%;
   }


}