/* 就活ラボラトリー　レスポンシブ対応
-------------------------------------------------- */

#lng_wrapper .labo_list .content_li > h3 + p a {
    font-size: 14px;
    font-size: 1.4rem;
    background-size: 18px;
}

#lng_wrapper .labo_list .com_advice_box dd p strong {
    font-size: 16px;
    font-size: 1.6rem;
}
#lng_wrapper .labo_list .com_advice_box dd p {
    font-size: 14px;
    font-size: 1.4rem;
}

#lng_wrapper #backnumber{
    display: none;
}

.returnBtn{
    text-align: center;
    margin-top: 30px;
}
.returnBtn a{
    color:#444 !important;
    display: inline-block;
    padding: 15px;
    line-height: 1;
    width: 50%;
    border:1px solid #ddd;
}

/* sp */
@media screen and (max-width: 768px) {

    #lng_wrapper .rn_heading {
        display: block;
        background: #5c5f63;
        background: -moz-linear-gradient(top, #5c5f63 0%, #000000 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5c5f63), color-stop(100%, #000000));
        background: -webkit-linear-gradient(top, #5c5f63 0%, #000000 100%);
        background: -o-linear-gradient(top, #5c5f63 0%, #000000 100%);
        background: -ms-linear-gradient(top, #5c5f63 0%, #000000 100%);
        background: linear-gradient(top, #5c5f63 0%, #000000 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5f63', endColorstr='#000000',GradientType=0 );
        color: #FFFFFF;
        padding: 8px 0px 8px 10px !important;
        font-weight: bold;
        border-bottom-width: 3px;
        border-bottom-style: solid;
        border-bottom-color: #ffd907;
        font-size: 14px;
        line-height: 1.6;
        text-align: left;
        margin-bottom: 0;
    }

    #lng_wrapper .labo_list .tab{
        display: none;
    }

    #lng_wrapper .rn_heading:before,
    #lng_wrapper .rn_heading:after{
        display: none;
    }

    #lng_wrapper .labo_list .content_li {
        padding: 0;
    }
    #lng_wrapper .labo_list .content_li > h3 {
        margin-bottom: 0;
        padding: 10px 10px 5px;
    }
    #lng_wrapper .labo_list .content_li > h3 span {
        border-bottom: none;
        font-size: 16px;
        font-size: 1.6rem;
    }
    #lng_wrapper .labo_list .content_li > h3 + p {
        margin-left: 10px;
    }
    #lng_wrapper .labo_list .content_li > h3 + p a {
        padding-left: 20px;
        background-size: 15px;
        font-size: 14px;
        font-size: 1.4rem;
        text-decoration: underline;
    }
    #lng_wrapper .labo_list .com_advice_box {
        padding: 10px 0 0 0;
    }
    #lng_wrapper .labo_list .com_advice_box h3 {
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }
    #lng_wrapper .labo_list .com_advice_box h3 p {
        text-align: center;
    }
    #lng_wrapper .labo_list .com_advice_box dl {
        margin: 0;
        padding: 10px;
        border: none;
        border-bottom: 1px solid #ddd;
    }
    #lng_wrapper .labo_list .com_advice_box dl:last-child {
        border-bottom: 0;
    }
    #lng_wrapper .labo_list .com_advice_box dt {
        border-bottom: none;
        padding: 0;
    }
    #lng_wrapper .labo_list .com_advice_box dt .com_img {
        padding: 0 10px 0 0;
    }
    

    #lng_wrapper .btn {
        display: block;
        margin: 15px 0;
    }
    #lng_wrapper .btn a {
        display: block;
        padding: 10px 10px;
        font-size: 12px;
        margin-bottom: 10px;
    }
    #lng_wrapper .btn a.comBt {
        margin-right: 0;
        margin-bottom: 10px;
    }

    /* backnumber */
    #lng_wrapper #backnumber{
        display: block;
    }
    #lng_wrapper #backnumber ul{
        margin: 10px 0 30px;
        padding-left: 10px;
    }
    #lng_wrapper #backnumber select{
        border:1px solid #333;
        -webkit-appearance:auto;
        appearance:auto;
    }

    /* lab_atc */
    #lng_wrapper .labo_list .com_advice_box dl.lab_atc{
        border: 1px solid #ddd;
        margin: 10px;
    }

    .returnBtn{
        margin-top: 20px;
    }
    .returnBtn{
        margin-bottom: 15px;
    }
    
    

}