@charset 'utf-8';
@media screen and (max-width: 740px) { 
    .TOP { overflow: hidden;}
    .TOP_TITLE { display:none; } 
    .TOP_TEXTS {top: 14vh; text-align: left; left: 5%;}
    h1 {display:inline-block; display: inline;
        box-decoration-break: clone;
        -webkit-box-decoration-break: clone; line-height: 1.7;}
        h1 span:first-child { margin-bottom:8px; line-height: 1.8; }
    .text-white-bg {
        background: #fffc;
        padding: 6px 12px;
        line-height: 1.6;
      }
      .top_attention { margin:0 ; border:none; background: #fffc;}
}

@media screen and (min-width: 740px) { 
    .TOP_TEXTS { text-align: left; left:5%; }
.text-white-bg {
    background: #fffc;
    padding: 6px 12px;
    display: inline-block !important;
    line-height: 1.6;
  }
  .TOP_START { margin-top:8px; font-size:58px; padding: 0 12px; }
}