@media screen and (min-width: 769px) {  
  #step .step_no{
    font-size: 32px;
    border-bottom: #B9B9B9 solid 2px;
  }
  #step .step_no span{
    font-size: 26px;
  }
  #step .point{
    height: 100px;
    font-size: 24px;
    line-height: 100px;
    border-bottom: #B9B9B9 solid 2px;
    margin-bottom: 10px;
  }
  #step .point.line2{
    padding:15px 0 0;
    line-height: 1.4;
  }
  #safety .c-grid__col.image{
    width: 34%;
  }
  #safety .c-grid__col.text{
    width: 56%;
  }
  #safety h3.c-heading3_line{
    position: relative;
    font-size: 20px;    
    padding-bottom: 5px;
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
    border-bottom: #4D4A49 solid 1px;
  }
  .box_caution{
    background: #EFEBDF;
    padding: 30px;
    margin-bottom: 30px;
  }  
  #side_navigation {
    display: none;
  }
  
  
}


@media screen and (max-width: 768px) {     
    #step .step_no{
        font-size: 24px;
        border-bottom: #B9B9B9 solid 2px;
    }
    #step .step_no span{
      font-size: 20px;
    }
    #step .point{
        font-size: 18px;
        padding:10px 0;
        border-bottom: #B9B9B9 solid 2px;
        margin-bottom: 10px;
    }
    #step .c-grid--sp-col1 > * {
      margin-top: 10px;
    }
    #step .p-welfare-section{
      margin-top: 70px;
    }
    #safety br {
        display: block !important;
    }
    #safety h3.c-heading3_line{
        font-size: 20px;        
        text-align: center;
        padding-bottom: 5px;
        font-family: "HondaGlobalFontJP-Bold", sans-serif;
        border-bottom: #4D4A49 solid 1px;
      }
    #safety .c-grid__col.image .c-card__image{
        width: 80%;
        margin: 0 auto;
    }
    .box_caution{
        background: #EFEBDF;
        padding: 20px;
        margin-bottom: 20px;
    }    
}



