.entry_end{
    margin-bottom: 30px;
    text-align: center;
    font-size: 20px;
}

.gmap{
    margin-top: 15px;
    padding-top: 75%;
    position: relative;
    height: 0;
}
.gmap iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.job_top_box .job_no{
    font-size: 19px;
    font-weight: bold;
    display: inline-block;
    padding-top: 5px;
}

.infobox ul.labellist{
    overflow: hidden;
    max-height: 50px;
}
.consultant_voice {
    display: flex;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #FFEDB9;
    padding: 20px;
    align-items: center;
}
.consultant_voice img {
    width: 100px;
}
.consultant_voice p{
    margin-left:10px;
    line-height: 26px;
}
.staff_voice {
    display: flex;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #FFEDB9;
    padding: 20px;
    align-items: center;
}
.staff_voice img {
    width: 100px;
}
.staff_voice p{
    margin-left:10px;
    line-height: 26px;
}
/***SP***/
@media screen and (max-width: 767px) {
    .entry_end{
        padding-top:30px;
    }
}