@charset "UTF-8";

/* internship */

.opencompany .block > * + * {
    margin-top: 37px;
}
.opencompany .blockTitle {
    line-height: 48px;
}
.opencompany .blockText {
    letter-spacing: 0.08em;
    line-height: 30px;
}

#internship_contents {
    width: 100%;
    max-width: 1000px;
}
#internship_contents .internship_held {
    margin-top: 95px;
}
#internship_contents .internship_held .internship_title {
    padding: 9px 20px;
    border: 1px solid var(--c-b_blue);
    color: var(--c-b_blue);
    line-height: 36px;
}



#internship_contents .held_table {
    width: 100%;
    display: flex;
    line-height: 30px;
}
#internship_contents .held_table .tb_tt {
    width: 150px;
    padding: 23px 0;
    color: var(--c-b_blue);
    text-align: right;
}
#internship_contents .held_table .tbb_line {
    padding: 23px 30px;
}
#internship_contents .held_table .tbb_line .tb_txt {
    display: flex;
    justify-content: flex-start;
}
#internship_contents .held_table .tbb_line .tb_txt01 {
    width: 85px;
}
#internship_contents .held_table .tbb_line .tb_txt02 {
    display: flex;
    justify-content: flex-start;
}
#internship_contents .held_table .tbb_line .tb_txt02 .day {
    width: 230px;
}



#internship_contents table {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
}
#internship_contents table th {
    width: 150px;
    padding: 23px 0;
    color: var(--c-b_blue);
    text-align: right;
    border-bottom: 1px solid var(--c-b_blue);
    vertical-align: top;
}
#internship_contents table td {
    width: calc( 100% - 150px );
    padding: 23px 0 23px 30px;
    border-bottom: 1px solid var(--c-b_gray);
    vertical-align: top;
}
#internship_contents table th:first-child {
    border-top: 1px solid var(--c-b_blue);
}
#internship_contents table tr:first-child td {
    border-top: 1px solid var(--c-b_gray);
}

#internship_contents table ul li {
    text-indent: -1em;
    padding-left: 1em;
    padding-bottom: 15px;
}
#internship_contents table ul.note_list li {
    text-indent: 0;
    padding-left: 0;
}
#internship_contents table ul.note_list li p {
    font-size: 15px;
}
#internship_contents table ul li:last-child {
    padding-bottom: 0;
}
#internship_contents .internship_note {
    margin-top: 25px;
    line-height: 22px;
}






/* article */
@media screen and (min-width:769px), print{
}


@media screen and (max-width:768px){
    
    
    .opencompany #pageTitle {
        margin-bottom: 78px;
    }
    .opencompany .blockTitle {
        line-height: 36px;
    }
    .opencompany .blockText {
        line-height: 28px;
    }
    .opencompany .block > * + * {
        margin-top: 21px;
    }

    #internship_contents .internship_held {
        margin-top: 67px;
    }
    #internship_contents .internship_held .internship_title {
        padding: 2px 10px;
        line-height: 28px;
    }

    #internship_contents .held_table {
        display: block;
        line-height: 28px;
    }
    #internship_contents .held_table .tb_tt {
        width: auto;
        padding: 18px 0 12px;
        text-align: left;
    }
    #internship_contents .held_table .tbb_line {
        padding: 0 0 5px;
    }
    #internship_contents .held_table .tbb_line .tb_txt01 {
        width: 75px;
    }
    #internship_contents .held_table .tbb_line .tb_txt01.ls01 {
        letter-spacing: 0.01em;
    }
    #internship_contents .held_table .tbb_line .tb_txt02 {
        width: calc( 100% - 75px );
        padding-left: 15px;
        display: block;
        font-size: 14px;
    }
    #internship_contents .held_table .tbb_line .tb_txt02 .day {
        width: auto;
    }
    #internship_contents .held_table .tbb_line .tb_txt02 .back {
        padding-left: 16px;
    }




    #internship_contents table {
        font-size: 14px;
        line-height: 28px;
    }
    #internship_contents table th {
        width: 75px;
        padding: 8px 0;
    }
    #internship_contents table td {
        width: calc( 100% - 75px );
        padding: 8px 0 8px 15px;
    }
    #internship_contents table td .ls01 {
        letter-spacing: 0.01em;
    }
    #internship_contents table ul li {
        padding-bottom: 0;
    }
    
    
    #internship_contents .internship_note {
        margin-top: 20px;
        line-height: 24px;
    }
    #internship_contents .internship_note li {
        text-indent: -1em;
        padding-left: 1em;
    }
    #internship_contents table ul.note_list li p {
        font-size: 14px;
    }

    
}



