@charset "UTF-8";

/* ---------- ---------- ----------
    :: index ::

01. Heading

---------- ---------- ---------- */


/* ---------- ---------- ----------
:: for large screen ::
@media only screen and (min-width: 1025px) {
}
:: for medium screen ::
@media only screen and (min-width: 641px) and (max-width: 1024px) {
}
:: for small screen ::
@media only screen and (max-width: 640px) {
}
---------- ---------- ---------- */


/* 01. Heading
---------- ---------- ---------- */
/* 01-1. Heading Lv1 : category top
---------- ---------- */
/* text position */
@media only screen and (min-width: 1025px) {
    .corp-cat-headingLv1-top .corp-cat-headingLv1-top__pageTitle {
        top: 39%;
        left: 0%;
    }
}
@media only screen and (min-width: 1025px) {
    .corp-cat-headingLv1-top__pageTitle .l-Text {
        width: 42%;
    }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
    .corp-cat-headingLv1-top .corp-cat-headingLv1-top__pageTitle {
        top: 28%;
        left: 0%;
    }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
    .corp-cat-headingLv1-top__pageTitle .l-Text {
        width: 45%;
    }
}
@media only screen and (max-width: 640px) {
    .corp-cat-headingLv1-top .corp-cat-headingLv1-top__pageTitle {
        top: 10%;
        left: 0%;
    }
}
