/*---------------------------------

  共通

---------------------------------*/

.table01{
    width: 100%;
}
.table01 tr{
    background: #fff;
}
.table01 tr:nth-child(2n-1){
    background: var(--bg02);
}
.table01 th{
    padding: 21px 12px;
    background: var(--main);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.table01 td{
    padding: 21px 12px;
    vertical-align: middle;
}
.table01 td:not(:first-child){
    border-left: 1px dotted #D3D3D3;
}

@media screen and (max-width:767px){
 
    .table01 td{
        padding: 16px 8px;
        font-size: 14px;
    }
    
}


/*---------------------------------

  bloc_academic_01

---------------------------------*/

.bloc_academic_01{
    padding: 120px 0 160px;
}
.bloc_academic_01 .white_box{
    padding: 32px;
    
}
.bloc_academic_01 .title_box{
    gap: 60px;
    align-items: center;
}
.bloc_academic_01 .title_basic{
    width: 320px;
    margin: 0;
}
.bloc_academic_01 .anchor_list{
    gap: 30px;
    margin: 64px 0 0;
}
.bloc_academic_01 .anchor_list li{
    position: relative;
}
.bloc_academic_01 .anchor_list li a{
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    text-underline-position: from-font;
}
.bloc_academic_01 .anchor_list li:not(:last-child)::after{
    content: '';
    position: absolute;
    top: 5px;
    right: -10px;
    width: 1px;
    height: 16px;
    background: var(--main);
}
.bloc_academic_01 .anchor_list li a::after{
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 10px;
    background: url(/wp-content/themes/cuse/img/common/arrow_r_w.png) no-repeat center;
    background-size: 12px 12px;
    background-color: var(--main);
    border-radius: 50%;
    transform: rotate(90deg);
    vertical-align: bottom;
}

.bloc_academic_01 .anchor_list:last-of-type li a:not(.next)::after{
    transform: rotate(-90deg);
}
.bloc_academic_01 .anchor_list li a.next::after{
    transform: rotate(0deg);
}


.bloc_academic_01 .academic_contents{

}
.bloc_academic_01 .year_section{
    margin: 56px 0 0;
}
.bloc_academic_01 .title_sideline{
    margin: 90px 0 32px;
}

.bloc_academic_01 .year_section table{
    width: 100%;
}
.bloc_academic_01 .year_section th{
    font-size: 21px;
}
.bloc_academic_01 .year_section td{
    padding: 20px;
    font-size: 16px;
}
.bloc_academic_01 .year_section td:first-of-type{
    width: 130px;
}
.bloc_academic_01 .year_section td:last-of-type{
    width: 100px;
    text-align: center;
}

.bloc_academic_01 .year_section td a{
    text-decoration: underline;
    text-underline-position: from-font;
}

.bloc_academic_01 .back_no{
    margin: 64px 0 0;
    text-align: right;
}



@media screen and (max-width:767px){ 

    .bloc_academic_01{
        padding: 80px 0 80px;
    }
    .bloc_academic_01 .anchor_list li a{
        width: 100%;
        font-size: 14px;
    }
    .bloc_academic_01 .anchor_list li:not(:last-child)::after{
        content: none;
    }
    
    .bloc_academic_01 .year_section th{
        font-size: 18px;
    }
    .bloc_academic_01 .year_section td{
        padding: 10px;
        font-size: 14px;
    }
    .bloc_academic_01 .year_section td:first-of-type{
        width: 100px;
    }
    
}
