@charset "UTF-8";
/* CSS Document */

/* -------------------------------- PC版のスタイルここから ------------------------------------*/

@media print, screen and (min-width: 751px) {

    .category-wrap{
        display: block;
        margin-top: 0;
    }



    .test-list-wrap{
        border: 3px solid #F2F2F2;
        padding: 32px;
        position: relative;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
        max-width: 1150px;
        width: 94%;
    }


    .test-list-wrap .test-ttl{
        font-weight: bold;
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 32px;
        position: relative;
    }


    .test-list-wrap .read-item-inner{
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
        -webkit-align-items: flex-start;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .test-list-wrap .read-item-inner .box01{
        width: 100%;
    }

    .test-list-wrap .read-item-inner h4{
        font-weight: bold;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 8px;
    }

    .test-list-wrap .read-item-inner .txt-box p{
        font-size: 16px;
        line-height: 26px;
    }

    .test-list-wrap .read-item-inner .txt-box+.txt-box{
        margin-top: 16px;
    }

    .test-list-wrap .read-item-inner .box03{
        width: 100%;
    }

    .test-list-wrap .read-item-inner .box02{
        width: 100%;
        margin-bottom: 24px;
    }

    .test-list-wrap .read-item-inner .table01{
        width: 100%;
    }

    .test-list-wrap .read-item-inner .table02{
        width: 50%;
    }

    .test-list-wrap .read-item-inner table tr:first-child{
        border-bottom: 2px solid #898989;
    }

    .test-list-wrap .read-item-inner table tr:first-child th{
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .test-list-wrap .read-item-inner table tr+tr th{
        padding-left:0;
    }

    .test-list-wrap .read-item-inner table  tr+tr{
        border-bottom:  1px solid #CCCCCC;
    }


    .test-list-wrap .read-item-inner table th,
    .test-list-wrap .read-item-inner table td{
        padding: 16px;
        vertical-align: top;
        font-size: 16px;
        line-height: 26px;
    }

    .test-list-wrap .read-item-inner .box03 dl{
        margin-bottom: 0;
    }

    .test-list-wrap .read-item-inner .box03 dl+dl{
        margin-top: 24px;
    }

    .test-list-wrap .read-item-inner .box03 dt{
        font-weight: bold;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0;
    }

    .test-list-wrap .read-item-inner .box03 dd{
        font-size: 16px;
        line-height: 26px;
        margin-top: 8px;
        margin-bottom: 0;
    }



    .test-list-wrap .read-item-inner .box04 dl{
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
        -webkit-align-items: flex-start;
    }

    .test-list-wrap .read-item-inner .box04 dl+dl{
        margin-top: 24px;
    }

    .test-list-wrap .read-item-inner .box04 dt{
        width: 15%;
        font-weight: bold;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0;
    }

    .test-list-wrap .read-item-inner .box04 dd{
        width: 83%;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0;
        margin-left: 2%;
    }

    .test-list-wrap a.btn-basic{
        width: 430px;
        float: right;
        margin-top: 40px;
    }

    .test-list-wrap .read-trigger,
    .test-list-wrap .read-btn{
        display: none;
    }

}


/* -------------------------------- SP版のスタイルここから ------------------------------------*/

@media screen and (max-width: 750px) {

    .category-wrap{
       display: block;
        margin-top: 0;
    }

    .test-list-wrap{
        width: 92%;
        border: 1px solid #CCCCCC;
        padding: 16px;
        position: relative;
        overflow: hidden;
        margin-right: auto;
        margin-left: auto;
    }

    .test-list-wrap .test-ttl{
        font-weight: bold;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 8px;
        position: relative;
    }

    .test-list-wrap .read-item-inner{
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        align-items: flex-start;
        -webkit-align-items: flex-start;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .test-list-wrap .read-item-inner h4{
        font-weight: bold;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 4px;
    }

    .test-list-wrap .read-item-inner .txt-box p{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0
    }

    .test-list-wrap .read-item-inner .txt-box+.txt-box{
        margin-top: 16px;
    }

    .test-list-wrap .read-item-inner .box01{
        width: 100%;
        margin-bottom: 8px;
    }

    .test-list-wrap .read-item-inner .box02{
        width: 100%;
        margin-bottom: 16px;
    }

    .test-list-wrap .read-item-inner .sp-scroll{
        width: 100%;
        overflow-x: scroll;
    }

    .test-list-wrap .read-item-inner .table01{
        width: 900px;
        position: relative;
    }

    .test-list-wrap .read-item-inner .table02{
        width: 100%;
        position: relative;
    }


    .test-list-wrap .read-item-inner table tr:first-child th:after{
        content: '';
        width: 100%;
        height: 2px;
        background: #898989;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2;
    }

    .test-list-wrap .read-item-inner table tr:first-child th{
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .test-list-wrap .read-item-inner .table01 tr:first-child th:first-child{
        width: 120px;
    }


    .test-list-wrap .read-item-inner table tr:first-child th:first-child{
        position: sticky;
        z-index: 1;
        left: 0;
        background: #F2F2F2;
		  width: 120px;
    }

    .test-list-wrap .read-item-inner table tr+tr th{
        padding-left:8px;
        position: sticky;
        z-index: 1;
        left: 0;
        background: #F2F2F2;
    }

    .test-list-wrap .read-item-inner table tr+tr td:after,
    .test-list-wrap .read-item-inner table tr+tr th:after{
        content: '';
        width: 100%;
        height: 1px;
        background: #ccc;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2;
    }


    .test-list-wrap .read-item-inner table th,
    .test-list-wrap .read-item-inner table td{
        padding: 8px;
        vertical-align: top;
        font-size: 14px;
        line-height: 20px;
        position: relative;
    }

    .test-list-wrap .read-item-inner .box03{
        width: 100%;
        order: 3;
        margin-bottom: 24px;
    }

    .test-list-wrap .read-item-inner .box03 dl{
        margin-bottom: 0;
    }

    .test-list-wrap .read-item-inner .box03 dl+dl{
        margin-top: 16px;
    }

    .test-list-wrap .read-item-inner .box03 dt{
        font-weight: bold;
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 0;
    }

    .test-list-wrap .read-item-inner .box03 dd{
        font-size: 14px;
        line-height: 26px;
        margin-top: 0;
        margin-bottom: 0;
    }


    .test-list-wrap a.btn-basic{
        max-width: 100%;
        display: block;
    }


}
