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