@charset "utf-8";

/* パンくずリスト */
#sec_law1 .block-topic-path--list {
    display: flex;
    font-size: 1.2rem;
}
#sec_law1 .block-topic-path--list a{
    text-decoration: underline;
    margin-right: 8px;
    color: #000;
}
#sec_law1 .block-topic-path--list a:hover{
    color: #EBC52F;
}

#sec_law1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}



#sec_law1 .wrap h1 {
    padding: 40px 0 0 0;
    margin: 0 0 20px 0;
    text-align: center;
}

#sec_law1 #sec_law {
    font-size: 14px;
}

#sec_law1 .table-wrap dl{
    display: flex;
    margin: 0;
    border: 1px solid #F4F5F5;
    border-bottom: none;
}

#sec_law1 .table-wrap dl:last-child {
    border-bottom: 1px solid #F4F5F5;
}

#sec_law1 .table-wrap dl dt {
    width: 25%;
    min-width: 25%;
    padding: 10px;
    text-align: left;
    display: table-cell;
    background-color: #D7DBDA;
}
#sec_law1 .table-wrap dl dd {
    width: calc(100% - 25%);
    padding: 10px;
    text-align: left;
    display: table-cell;
}

#sec_law1 .sec {
    margin-top: 30px;
    padding: 10px 0px 40px 0px;
    border-radius: 6px;
    background: #ffffff;
}



/* リンク */
#sec_law1 .link-color{
    color: #EBC52F;
    text-decoration: underline;
    cursor: pointer;
    transition: opacity 0.3s;
}

#sec_law1 a.link-color:hover {
    opacity: 0.7;
    color: #EBC52F;

}

/* #sec_law1 a:visited {
    color: #00BA8F;
} */

/* レスポンシブ */
@media screen and (max-width:480px) {
    .fs-l-main {
        padding: 8px 4%;
    }

    #sec_law1 .wrap h1 {
      font-size: 2.1rem;
    }
    
    #sec_law1 .table-wrap dl{
        flex-direction: column;
    }

    #sec_law1 .table-wrap dl dt {
        width: 100%;
    }
    #sec_law1 .table-wrap dl dd {
        width: 100%;
        margin-left: 0;
        padding: 15px 10px 15px 10px;
    }
    
}
