/* ------------------------------
騙り・詐欺
------------------------------ */

h2 {
  line-height: 1.5;
  letter-spacing: 0.05em;
  & span{font-size: 60%;}
}

.katari__wrap{
  & ul{
    list-style: none;
    margin-bottom: 40px;
    & li{
      margin-bottom: 32px;
      padding-left: 1em; 
      text-indent: -1em;
    }
    & li:last-of-type{
      margin-bottom: 0px;
    }
    & li span.text__blue{
      color:var(--blue04);     
    }
  }
  & .text__attention{
    color:var(  --red01);
    font-weight:700;
    padding-left: 1em; 
      text-indent: -1em;
  }
}

 


@media screen and ( max-width:767px ) {
  .page__title{
    h2 {
      padding: 24px;
      height: auto;
      font-size: 5vw;
    }
   }
}