.h1{
	font-size: 32px !important;
    color: #000000 !important;
    margin-top: 30px !important;
}
.list_anchor ul{
    background-color: #BEE2DD;
    padding: 20px !important;
    /* display: flex; */
    margin-top: 40px !important;
}

.list_anchor ul li{
    list-style: none;
    position: relative;
    background: none !important;
    padding-right: 20px !important;
    display: inline-block !important;
}

.list_anchor ul li a::before{
    content: "＞";
    position: absolute;
    top: 2px;
    left: 0;
    color: #000000;
    transform: rotate(90deg);
}

.list_anchor ul li a{
    padding-left: 8px !important;
    color: #000000 !important;
    text-decoration: none !important;
    font-size: 18px !important;
}

.list_anchor ul li a:hover{
    opacity: 0.5;
}

.h2{
    font-size: 28px !important;
    color: #000000;
    background: none !important;
    border-bottom: 3px solid #75757C;
}

.text_blue a{
    color: #0062AC !important;
    text-decoration: none !important;
    font-size: 18px !important;
}

.text_blue a:hover{
    opacity: 0.7;
}

.text_blue{
    text-align: right;
    margin-top: 20px !important;
}

.list_item{
    margin-top: 30px !important;
}

.item{
    display: flex;
    text-decoration: none !important;
    font-size: 16px !important;
    color: #000000 !important;
    margin-bottom: 20px !important;
}

.item:hover{
    opacity: 0.7;
    text-decoration: underline !important;
}

.item .date{
    margin-right: 30px !important;
    width: 125px;
}

.font-16{
    font-size: 16px !important;
}

.bg_e5e3df{
    background: #e5e3df !important;
}

@media only screen and (min-width: 659px) {
    .mt-lg-15{
        margin-top: 15px !important;
    }
}

@media only screen and (max-width: 658px) {
    .list_anchor ul{
        flex-direction: column;
    }

    .list_anchor ul li{
        padding-bottom: 10px !important;
        padding-right: 0 !important;
    }

    .h2{
        border-bottom: 3px solid #75757C !important;
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    .item{
        flex-direction: column;
    }

    .item .date{
        margin-right: 0 !important;
        width: 100%;
    }
}