#sideBlock,#titleBox {
display: none;
}
#contents #contentsBlock {
width: 100%;
}
#content01,#content02 {
padding: 2% 0% 5% 4%;
background-image: url(/special/images/slibrary/looseleaf.png);
background-size: contain;
}

#navtab li {
border-radius: 10px 10px 0 0;
display: block;
width: 50%;
float: left;
line-height: 1.3em;
padding: 10px 0;
font-size: 20px;
font-weight: bold;
color: #1b1b1b;
}
#index > ul.tab > li.id01 > h2.sectiontitle,#index > ul.tab > li.id02 > h2.sectiontitle {
padding: 9px 0;
}  
#index > ul.tab > li.id01 > h2.label {
background-image: url(https://www.zoshindo.co.jp/special/images/slibrary/bg_line1.svg);
} #index > ul.tab > li.id02 > h2.label {
background-image: url(https://www.zoshindo.co.jp/special/images/slibrary/bg_line2.svg);
}
h2.label {
background-repeat-y: no-repeat;
height: 24px;
background-size: cover;
}

#navtab li a {
text-decoration: none;
color: white;
}
#navtab > li:nth-child(1) {
background: #009844;

}
#navtab > li:nth-child(2) {
background: #e50012;

}
.thumbbox {
width: 30%;
text-align: left;
position: relative;
padding-bottom: 30px;
font-size: 13px;
float: left;
background: white;
margin:2% 0% 0 2%;
height: 290px;
}
.thumbbox a {
    display: block;
    width: 100%;
    height: 160px;
    background: black;
}
.thumbbox img{
width: 100%;
}
.thumbtxt{
padding:5px;
}
.thumbbox h2{
margin-bottom: 7px;
font-size: 18px;
line-height: 1.2em;
} 
div.thumbtxt p {
padding-left: 5px;
}
.thumbpage {
background: #858585;
color: white;
padding: 3px;
font-size: 11px;
display: initial;
position: absolute;
right: 0;
bottom: 0;
}
.thumbtag {
margin-left: 5px;
font-size: 10px;
margin-top: 10px;
}
.thumbtag p {
width: unset;
margin: 0;
font-size: 10px;
line-height: 1.3em;
}
.thumbtag p:before {
content: "▶";
}
 
#topBtn {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 50px;
    line-height: 40px;
    text-align: center;
    background-color: #333;
    color: #fff;
    vertical-align: middle;
    border-radius: 10px 0px 0 0;
z-index: 99999;
}
.soon3last img {
    opacity: 1;
}
.soon3last > a::after {
    content: "";
    position: absolute;
    color: white;
    left: 50%;
    transform: translateX(-50%);
    top: 20%;
    font-size: 1.5em;
    width: 80%;
    font-weight: bold;
    text-align: center;
}
.soon3last > a {
pointer-events: none;
}

    /* --------------------
    202010_レスポンシブ対応
    -------------------- */
    @media screen and (max-width:480px) {
        /*　画面サイズが480pxまでのスマホ　*/
header .menu{
    display: none;
}
#navtab li {
    font-size: 14px;
}
h2.sectiontitle {
    font-size: 16px;
    padding: 1em 0;
    margin-bottom: 1em;
color: white;
font-weight: bold;
}
.nav h2.sectiontitle {
    background: #009844;
}
.nav2 h2.sectiontitle {
    background: #E50012;
}
.thumbbox {
    width: 80%;
    text-align: left;
    position: relative;
    padding-bottom: 30px;
    font-size: 13px;
    float: unset;
    background: white;
    margin: 10px auto;
    height: unset;
    display: block;
}
.alllist {
    height: 80vh;
    overflow: scroll;
}
.alllist p {
    font-size: .8em;
    width: 40%;
    display: inline-block;
    text-align: left;
    padding: .5em;
    vertical-align: top;
}
.alllist p a {
    text-decoration: none;
}
    /*　隠れているヘッダーとメニュー　*/
    #nav130.is-fixed div a img.logo,#nav1302.is-fixed div a img.logo{
        display: block;
    }
    #nav130,#nav1302 {
        width: 100%;
    }

    .nav_toggle,.nav_toggle2 {
        display: block;
        position: fixed;
        width: 1.75rem;
        height: 1.5rem;
        z-index: 9999999;
        background: black;
        top: 0;
        right: 0;
        border: solid 8px black;
        border-top: solid 11px black;
    }
    .nav_toggle i,.nav_toggle2 i {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #c1c1c1;
        position: absolute;
        transition: transform .5s, opacity .5s;
    }
    .nav_toggle i:nth-child(1),.nav_toggle2 i:nth-child(1) {
        top: 0;
    }
    .nav_toggle i:nth-child(2),.nav_toggle2 i:nth-child(2) {
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .nav,.nav2 {
        position: fixed;
        top: 3rem;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 1rem;
        opacity: 0;
        visibility: hidden;
        transition: opacity .5s, visibility .5s;
        z-index: 9999999;
        background: white;
    }
    .nav_toggle i:nth-child(3),.nav_toggle2 i:nth-child(3) {
        bottom: 0;}
    .nav_toggle.show i:nth-child(1),.nav_toggle2.show i:nth-child(1) {
        transform: translateY(10px) rotate(-45deg);
    }
    .nav_toggle.show i:nth-child(2),.nav_toggle2.show i:nth-child(2) {
        opacity: 0;
    }
    .nav_toggle.show i:nth-child(3) ,.nav_toggle2.show i:nth-child(3) {
        transform: translateY(-12px) rotate(45deg);
    }
    .nav.show,.nav2.show {
        opacity: 1;
        visibility: visible;
    }
    /*　メニューFIX解除　*/
    #nav130.is-fixed,#nav1302.is-fixed {
        position: unset;
        top: 0;
        z-index: 888888;
        width: 100%;
    }

    }