    /*----------------------------------------------------
    PC・SPサイト共通css
----------------------------------------------------*/
/* 2022.03.08 */
.kanren {
    border: 1px solid #111;
    padding: 20px 20px 0 20px;
}

.midasi {
    background: #f2f4f6;
    margin: 10px;
    padding: 1.5rem 3rem;
    font-size: 2rem;
}

/* 2022.03.08 end */
div#toc {
    border: 1px solid #404e5b;
    padding: 20px;
    margin: 0 auto;
}

div#toc p {
    text-align: center;
    margin: 0 auto;
}

div#toc br {
    display: none;
}

#toc .contents_btn {
    position: relative;
    width: 200px;
    min-height: 60px;
    line-height: 60px;
    margin: 0 auto;
    background: linear-gradient(to bottom, #3d3c3c 0%, #131313 100%);
    border-radius: 10px;
    color: #fff;
    text-align: center;
}

.contents_btn:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 198px;
    min-height: 58px;
    display: block;
    border: 1px solid #fff;
    border-radius: 9px;
    box-sizing: border-box;
}

div#toc ul {
    margin: 10px;
}


.list-wrap {
    margin: 0 auto;
    width: 85%;
}

.list-heading {
    font-size: 2rem;
}

ul.link-list {
    margin: 1.5rem 0;
    line-height: 1.7;
}

ul.link-list li {
    list-style: disc;
    text-decoration: underline;
}

h4.ttl02-2 a {
    color: #fff;
    text-decoration: underline;
    font-size: 2rem;
}

.l-footer-copy a:before {
    content: "【PR】";
}

/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 769px) {

    /*/////////////PC用のCSSをここに作成してください。/////////////*/
    /*/////////////必ず中括弧の中に作成してください。/////////////*/
    div#toc {
        width: 50%;

    }

    .fixBansp {
        display: none;
    }
    .logo_block .sitename:before {
        background: #fff;
        color: #000;
        content: "PR";
        display: inline-block;
        font-size: 100%;
        line-height: 1.4;
        margin-right: 1rem;
        padding: 0 1rem;
    }
.float_btn a {
    display: block;
    background:none;
	width:250px;
    background-size: 17px auto;
    max-width: 250px;
    margin: 0 0 0 auto;
    box-sizing: border-box;
    padding: 0rem;
    color: #fff;
    box-shadow: 0px 0px 0px 0px#9a9a9a; 
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    position: relative;
}
#page .slide_wrap h2 {
    margin: 0;
}
.js-scrollable-notice {
    display: none;
}
}



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 768px) {

    /*/////////////SP用のCSSをここに作成してください。/////////////*/
    /*/////////////必ず中括弧の中に作成してください。/////////////*/
    div#toc {
        width: 90%;
    }

    /*20221026*/

    .float_btn {
        display: none !important;
    }

    
    .fixBansp {
        position: fixed;
        bottom: 0px;
        z-index: 10;
        width: 100%;
    }

    .under-fix-btn-area {
        display: flex;
        justify-content: space-around;
        background: #e5e5e5;
        padding: 10px;
    }

.l-footer-copy-wrapper {
    padding-bottom: 114px;
}
.logo_block .sitename:before {
    background: #000;
    color: #fff;
    content: "PR";
    display: inline-block;
    font-size: 100%;
    line-height: 1.4;
    margin-right: 1rem;
    padding: 0 1rem;
}
    .js-scrollable-notice {
        display: block;
        margin: 0 0 0.5rem 0;
    }
    .js-scrollable {
        margin: 0 auto;
        overflow: auto;
    }
    .js-scrollable table:not([class]) {
        display: table;
        table-layout: fixed;
        width: 70rem;
        margin: 0;
    }

.js-scrollable table tr {
    display: flex;
}
.js-scrollable table tr th, td {
  width: 33.33%;
}
}