@charset "utf-8";





@media screen and (max-width: 420px){

    .ib{
        position:relative;
        }
        
        .sub-top-imagess1 {
            position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 292px;
    padding: 23px 20px;
    height: 68px;
    box-sizing: border-box;
    /* background: black; */
    opacity: 0.8;
    font-size: 13px;
        }
        
        .sub-hero-sub {
            margin: 0 auto;
            text-align: center;
            color: white;
            font-weight: bold;
            font-size: 14px;
        }
    
    ｝