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

  共通

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

.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_research_01

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

.bloc_research_01{
    padding: 120px 0 160px;
}

.bloc_research_01 .title_basic{
    margin: 0 0 64px;
}
.bloc_research_01 td{
    font-size: 16px;
    text-align: center;
}
.bloc_research_01 td:nth-child(3){
    text-align: left;
}


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

    .bloc_research_01{
        padding: 80px 0 80px;
    }

    .bloc_research_01 th:last-child{
        display: none;
    }
    .bloc_research_01 td:last-child{
        display: none;
    }
    
}
