    .clear001 {
        height: 2rem;
        clear: both;
    }
    /* navigation */
    
    a {
        text-decoration: none!important;
    }
    
    img.g-pay {
        padding: 15px;
        width: 100%;
    }
    
    section.section-01 {
        text-align: center;
    }
    
    @media(max-width: 640px) {
        section.section-01 h2 {
            font-size: 25px!important;
            font-weight: 600;
            color: #00850a;
            font-family: auto!important;
        }
        h1.head-001 {
            padding-top: 10rem!important;
            font-size: 3rem;
            font-weight: 600;
            color: #00850a;
        }
    }