@charset "UTF-8";
/* ====================================================================================================
■ event index
==================================================================================================== */
#eventIndex .listGray .eventTtl {
    color: #ccc !important;
}
/*  ===== PC ===== */
@media screen and (min-width: 766px) , print {
    /* eventList */
    #eventIndex .eventList {
        margin-top: 64px;
        margin-bottom: 64px;
    }
    #eventIndex .eventList li a {
        position: relative;
        display: block;
        width: 100%;
        border-top: #ccc 1px solid;
    }
    #eventIndex .eventList li:last-child a {
        border-bottom: #ccc 1px solid;
    }
    #eventIndex .eventList li a:hover {
        border-top: #00ba47 1px solid;
        border-bottom: #00ba47 1px solid;
        margin-bottom: -1px;
        z-index: 10;
    }
    #eventIndex .eventList li.listGray a {
        cursor: default;
    }
    #eventIndex .eventList li.listGray a:hover {
        border-top: #ccc 1px solid;
        border-bottom: #ccc 1px solid;
        cursor: default;
    }
    #eventIndex .eventListInner {
        display: block;
        margin: 0 auto;
        padding: 48px 0 40px;
    }
    #eventIndex .eventListHead {
        display: table;
        width: 100%;
        line-height: 1;
        margin-bottom: 16px;
    }
    #eventIndex .eventListHead .eventNumber {
        display: table-cell;
        width: 50%;
        color: #EC1234;
    }
    #eventIndex .eventListHead .eventDate {
        display: table-cell;
        width: 50%;
        font-size: 14px;
        color: #000;
        text-align: right;
        vertical-align: middle;
    }
    #eventIndex .eventTtl {
        display: table-cell;
        font-size: 30px;
        color: #000;
        line-height: 1.5;
        vertical-align: middle;
    }
}
/*  ===== SP ===== */
@media screen and (max-width: 765px) {
    /* eventList */
    #eventIndex .eventList {
        margin-top: 12vw; /* 45px */
    }
    #eventIndex .eventList li a {
        position: relative;
        display: block;
        width: 100%;
        border-top: #ccc 1px solid;
    }
    #eventIndex .eventList li:last-child a {
        border-bottom: #ccc 1px solid;
    }
    #eventIndex .eventList li a:hover {
        border-top: #00ba47 1px solid;
        border-bottom: #00ba47 1px solid;
        margin-bottom: -1px;
        z-index: 10;
    }
    #eventIndex .eventList li.listGray a {
        cursor: default;
    }
    #eventIndex .eventList li.listGray a:hover {
        border-top: #ccc 1px solid;
        border-bottom: #ccc 1px solid;
        cursor: default;
    }
    #eventIndex .eventListInner {
        display: block;
        margin: 0 auto;
        padding-top: 8vw; /* 30px */
        padding-bottom: 8vw; /* 30px */
    }
    #eventIndex .eventListHead {
        display: table;
        width: 100%;
        line-height: 1;
        margin-bottom: 15px;
    }
    #eventIndex .eventListHead .eventNumber {
        display: table-cell;
        width: 50%;
        color: #EC1234;
    }
    #eventIndex .eventListHead .eventDate {
        display: table-cell;
        width: 50%;
        font-size: 10px;
        color: #000;
        text-align: right;
        vertical-align: middle;
    }
    #eventIndex .eventTtl {
        display: block;
        font-size: 5.3333vw; /* 20px */
        color: #000;
        line-height: 1.5;
    }
    #eventIndex .eventList01 .eventTtl .line,
    #eventIndex .eventList02 .eventTtl .line {
        display: block;
    }
    #eventIndex .eventList02 .eventTtl .line:last-child {
        text-indent: -0.5em;
    }
}