@charset "utf-8";
/* index_ja.css */

/***********************************************************/
@media all and (max-width: 370px) {
    /* 320px~370px 고려한 글자 크기 */

    article.raise-loop .wrapper-txt h2 {
        font-size: 38px;
    }

    article.ai-pet-life .wrapper-txt h2 {
        font-size: 32px;
    }

    article.ai-pet-life .wrapper-txt h2 span {
        width: 56px;
    }

    article.ai-pet-life .wrapper-txt h3 {
        font-size: 23px;
    }

    article.pet-shop .wrapper-txt h2 {
        font-size: 32px;
    }
}



/***********************************************************/