*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
body {

}
@media screen and (max-width : 767px) {
    .contents-wrapper {
        color: #555;
        padding:0px;
    }
}
@media screen and (min-width : 768px) {
    .contents-wrapper {
        color: #555;
        padding:20px;
    }
}
.topicblock {
    width:auto;
    float:none;
    margin-left:260px;
}
.topics {
    border:1px solid #ccc;
    border-radius:5px;
    padding:8px;
    z-index: 100;
    position: relative;
    height:100px;
    font-size:90%;
    background:#fff;
    overflow:hidden;
}
.topics:hover {
    height:auto;
    overflow:none;
}
.topics span.topicdata {
    display:block;
    padding-left: 5em;
    text-indent: -5em;
}
.topics span.priority1 {
    background:#c00;
    color:#fff;
    border-radius:5px;
    font-size:10px;
    padding:2px;
    margin-right:5px;
}
.topics span.priority2 {
    background:#F5A9A9;
    border-radius:5px;
    font-size:10px;
    padding:2px;
    margin-right:5px;
}
.topics span.priority3 {
    background:#ddd;
    color:#fff;
    border-radius:5px;
    font-size:10px;
    padding:2px;
    margin-right:5px;
}
.topics span.priority4 {
    background:#00c;
    color:#fff;
    border-radius:5px;
    font-size:10px;
    padding:2px;
    margin-right:5px;
}
.topicdate {
    font-size: 11px;
}
@media screen and (max-width : 374px) {
    .topslogo {
        width:250px;
        float:left;
    }
}
@media screen and (min-width : 375px) {
    .topslogo {
        width:300px;
        float:left;
    }
}
.topicinside {
    margin: 0 0 0 auto;
    width:400px;
}
.topicinside h4 {
    margin:0 0 5px 0;
}
.topicdiv {
    margin-bottom:20px;
    height:82px;
    width:100%;
}
div.footer {
    width:100%;
    text-align:center;
    margin-top:40px;
    font-size:11px;
}
ul, li {
    list-style-type:none;
}
ul li a {
    display: block;
}
.dl-list {
    margin: 40px 0 40px 0;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
    justify-content: space-around;
}
.p-bgWhite {

}
.p-roundBox10 {
    border-radius: 10px;
    overflow: hidden;
}
@media screen and (max-width : 374px) {
    .dl-list li {
        color: #333;
        width: 110px;
        text-align: center;
        margin:10px;
        vertical-align:top;
    }
}
@media screen and (min-width : 375px) {
    .dl-list li {
        color: #333;
        width: 130px;
        text-align: center;
        margin:10px;
        vertical-align:top;
    }
}
@media screen and (max-width : 374px) {
    .insideliblock {
        position: relative;
        padding: 15px;
        width: 110px;
        height: 110px;
        background-color: #fff;
        border-radius: 20px;
        text-decoration: none;
        line-height:1;
    }
}
@media screen and (min-width : 375px) {
    .insideliblock {
        position: relative;
        padding: 15px;
        width: 128px;
        height: 128px;
        background-color: #fff;
        border-radius: 20px;
        text-decoration: none;
    }
}
.insideliblock:hover {
    background-color: #F0FFEB;
}
.insideliblock img {
    /*width: 64px;*/
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
}

.dl-list li dl {
    display: table;
    width: 100%;
}
.dl-list li dt {
    width: 185px;
    text-align: center;
}
.dl-list li dt, .dl-list li dd {
    display: table-cell;
}
.l-header img, .l-contents img, .l-nav-contents img, .l-footer img {
    max-width: 100%;
    height: auto;
}
.p-pageMain-contwrap {
    padding: 10px;
}
.p-pageMain-contBody:not(:last-child) {
    margin-bottom: 30px;
}
.p-pageMain-contBody {
    border-radius: 10px;
    background-color: #f8e0f1;/*#f1eee9;*/
    clear:both;
    margin-top:80px;
}
.l-contents {
    letter-spacing: 1px;
    max-width:864px;
    margin:auto;
}
.m-hansans-regular {
    font-weight: 400;
    font-family: 'Han Sans Japanese';
}
.l-header a:link, .l-header a:visited, .l-nav-contents a:link, .l-nav-contents a:visited, .l-contents a:link, .l-contents a:visited {
    color: #555555;
}
.l-header a, .l-nav-contents a, .l-contents a {
    color: #555555;
}
.dl-description {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    margin-bottom: 3px;
}
.dl-description h3 {
    margin:auto;
    font-weight:bold;
    font-size:60%;
}
.topicinside h4.resp {
    display:none;
}
input, label {
    display:none;
}
@media screen and (max-width: 767px) {
    .topicblock {
        width: 100% !important;
        float: none !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        z-index: 9999 !important;
    }
    .topicinside {
        width:100% !important;
    }
    .topics {
        display:none;
    }
    .topicinside h4.pc {
        display:none;
    }
    .topicinside h4.resp {
        background:#000;
        padding:5px;
        color:#fff;
        display:block;
    }
    input:checked + .topics {
    height: auto;
    padding: 10px;
    box-sizing: border-box;
        display:block !important;
    }
    label {
        display:block !important;
        width:60px;
        padding:8px 8px 0 8px;
        color:#fff;
        margin:0 0 0 auto;
    }
}
/*
@media screen and (max-width: 767px) {
        .p-roundBox10 {
                padding:10px;
        }
        .p-pageMain-contwrap {
                padding:0;
        }
        .dl-list li {
                width:40%;
        }

}
*/
.cell.is-empty {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
