@charset "utf-8";
section{
    overflow: hidden;
}
.consultant_list{
    margin-bottom: -20px;
}
.consultant_list li{
    padding: 20px;
    border: 1px solid #e7e7e7;
    margin-bottom: 20px;
}
.list_box{
    margin-bottom: -15px;
}
.consultant_list table{
    width: 100%;
    margin-bottom: 15px;
}
.consultant_list table th{
    width: 10.1%;
}
.consultant_list table th img{
    width: 100%;
}
.consultant_list table td{
    color: #2e3f5d;
}
.consultant_list table td dl{
    margin-left: 20px;
}
.consultant_list table td dl dt{
    margin-bottom: 10px;
}
.detail_txt{
    margin-bottom: 15px;
}
/* SP */
@media only screen and (max-width: 767px){
    .consultant_list table th {
        width: 100%;
        display: block;
    }
    .consultant_list table th img{
        width: auto;
        margin: 0 auto;
    }
    .consultant_list table td {
        display: block;
    }
    .consultant_list table td dl {
        margin-left: 0;
    }
    .consultant_list table td dl dt{
        text-align: center;
    }
    .detail_txt p{
        font-size: 12px;
    }
}