@charset "UTF-8";
/* =========================================================
   えひめスクラムプロジェクト  EVENT LIST PAGE
   - 一覧の共通UI: list.css
   - ページヘッダー: common.css
   ========================================================= */

/* =========================================================
   PAGE HEAD ILLUST（ページ固有）
   ========================================================= */
.head__content .head__illust {
    width: 320px;
    position: relative;
}
.head__content .head__illust img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.list-filter.stt {
    max-width: 560px;
}
@media screen and (max-width: 1024px) {
    .head__content .head__illust {
        width: 290px;
    }
    .head__content .head__illust img {
        transform: translate(-50%, calc(-50% + 20px));
    }
}
@media screen and (max-width: 680px) {
    .head__content .head__illust {
        width: 200px;
    }
}
@media screen and (max-width: 500px) {
    .head__content .head__illust {
        width: 120px;
    }
}
