.unborder-edge th,
.unborder-edge td {
    border: 0px;
    border-top: 0px;
    border-bottom: 0px !important;
}

.unborder-edge th:not(:last-child),
.unborder-edge td:not(:last-child) {
    border-right: 1px solid #dee2e6;
}

/* @media screen and (max-width: 1200px) {
    .shipping-header {
        padding-left: 230px;
    }
}

@media screen and (max-width: 992px) {
    .shipping-header {
        padding-left: 206px;
    }
}

@media screen and (max-width: 768px) {
    .shipping-header {
        padding-left: 152px;
    }
} */
 
@media screen and (max-width: 768px) {

    h1,
    .heading-1 {
        font-size: 26px;
        line-height: 1;
    }
    p {font-size: 14px;}
    
    h2,
    .heading-2 {
        font-size: 24px
    }

    h3,
    .heading-2 {
        font-size: 22px
    }
    tr {font-size: 14px;}
    img .logo-sticky{width: 100%;}

     .mascot {     
    margin-top: 0;
    width: 64%;
  }

  .Mascot_css {
        position: absolute;
        top: 11px;
        left: 45%;
        transform: translateX(-50%);
        width: 237px;
        z-index: 10;
  }
  
   .Mascot_regist{
      position: absolute;
        top: 40px;
        left: 44%;
        transform: translateX(-50%);
        width: 170px;
        z-index: 10;
  }
}