.tokusho_title h1{
    margin-top:30px;
    text-align:center;
}

.tokusho_wrap{
    display:flex;
    justify-content:center;
    margin-bottom:50px;

}


.tokusho_list table{
    margin:0 auto;
}

.tokusho_list dl{
    margin-top:30px;
    display:flex;
}

.tokusho_list dl dt{
    width:200px;
}

/*　レスポンシブ（768px以下） */
@media screen and (max-width:768px){
    .tokusho_list{
        margin:10px;
    }
}

/*　レスポンシブ（768px以下） */
@media screen and (max-width:768px){
    .tokusho_list{
        margin:10px;
    }
    .tokusho_list dl{
        flex-direction:column;
    }
}

/*　レスポンシブ（400px以下） */
@media screen and (max-width:450px){
}