@charset "UTF-8";

/* ---------- ---------- ----------
　00. 共通設定
---------- ---------- ---------- */


/* ---------- ---------- ----------
:: 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) {
}
---------- ---------- ---------- */

/*-- ------------------------------
　00. 共通設定
------------------------------ */

/* フォント色パターン */
.stories-fontcolor--01 {
    color: #007c7a;
}

.corp-movieItem-01-wrapper .corp-movieItem-01 .l-Movie__caption {
    font-family: "Neue-Helvetica-Paneuropean-Bold", FP-HiraginoUDSansStdN-W6, sans-serif !important;
}<!--0.00018191337585449-->