.anchor-contents_a11y_02 {
    color: rgb(0,0,0) !important;
    z-index: 201 !important;
}
.text-adjust-a11y {
    letter-spacing: 1em;
}
.text-adjust-a11y-nomal {
    letter-spacing: normal;
}
.text-a11y {
    line-height: 1;
    font-weight: bold;
}
.text-a11y--colored,
.text-adjust-a11y--colored {
    color: rgb(158, 0, 58) !important;
}
.th--a11y {
    color: rgb(0,0,0) !important;
}
.sr-only--a11y {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.nav-list-ul li{
    text-decoration: underline;
    font-size: 18px;
}

.table-info td{
    vertical-align: top;
}


.table-info td p{
    margin-top: 10px!important;
}

.table-info td.text-wrap{
    text-wrap: nowrap;
}

@media only screen and (min-width: 720px) {
    .container .row .nav-list-ul li a {
        display: block;
        margin: 0;
    }

    .table-info{
        margin-left: 15px;
    }

    .table-info .col_2{
        width: 10%;
    }

    .d-flex {
  display: flex !important;
}

    .align-items-stretch {
        align-items: stretch !important;
    }

    .btn-h{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .h-100 {
        height: 75px!important;
    }
}

.container .row .nav-list-ul{
    margin: 0
}

.container .row .nav-list-ul li a {
    border: unset;
    border-radius: unset;
    padding: 10px;
    position: relative;
    font-size: 1.8rem;
}


.container .row .nav-list-ul li a:before {
    content: none;
}

.container .row .nav-list-ul li a:after {
    content: none;
}

.container .row .nav-list-ul li a:hover {
   opacity: 0.7;
}

/* .nav-list-ul li a{
    color: #000;
    font-size: 18px;
} */

@media only screen and (max-width: 719px){
    .h1_sp{
        font-size: 36px !important;
    }
    .text-xlarge_sp{
        font-size: 26px !important;
    }
    .h2_sp{
        font-size: 28px !important;
    }
    .container .row ul li .text-medium_sp{
        margin-top: 0px !important;
    }
    .h3_sp{
        font-size: 1.9rem !important;
    }

    .container .row .nav-list-ul {
        display: block;

    }

    .d-block-sp{
        display: block!important;
    }


     .container .row .nav-list-ul li{
        width: 100%;
    }

     .container .row .nav-list-ul li a{
        text-align: left;
        display: block;
    }

    .table-info{
        margin-left: 5px;
    }

}