@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: 40%;
        left: 13%;
    }
}
@media only screen and (min-width: 1025px) {
    .corp-cat-headingLv1-top__pageTitle .l-Text {
        width: 52%;
    }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
    .corp-cat-headingLv1-top .corp-cat-headingLv1-top__pageTitle {
        top: 31%;
        left: 8%;
    }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
    .corp-cat-headingLv1-top__pageTitle .l-Text {
        width: 47%;
    }
}
@media only screen and (max-width: 640px) {
    .corp-cat-headingLv1-top .corp-cat-headingLv1-top__pageTitle {
        top: 10%;
        left: 0%;
    }
}
@media only screen and (max-width: 640px){
    .corp-cat-headingLv1-top__pageTitle .l-Text {
        width: 60%;
    }
}
