@charset "Shift_JIS";

.TextLink::before {
    position: absolute;
    right: -8px;
    content: '';
    margin-left: -10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../images/right.svg) no-repeat 0 0;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
}

.JushoContainerArea{
    max-height: calc(80vh - 145px);
}

.JushoContainerArea_ul{
    display: flex;
    flex-direction: column;
    padding-left: 0px;
    padding-right: 10px;
    margin: 0px;
}

.JushoContainerListrArea_li{
    list-style: none;
    position: relative;
}


/* SP */
@media screen and (max-width: 1023px) {

    /* ŒÅ—L */
    .JushoContainerArea{
        max-height: 416px;
    }

}