@charset "utf-8";

.consultant_list li{
    margin-bottom: 30px;
}
.list_ttl{
    margin-bottom: 30px;
}
.list_ttl img{
    margin-bottom: 30px;
}
.list_ttl h4{
    font-size: 18px;
    line-height: 1;
    padding-bottom: 20px;
    color: #ae2c3d;
    background: url("../images/icon/line02_icon.gif") no-repeat left bottom;
}
.list_txt{
    padding-bottom: 28px;
    border-bottom: 1px solid #e7e7e7;
}
#company_btn{
    text-align: center;
}
#company_btn a{
    display: inline-block;
    width: 170px;
    text-align: center;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    background-color: #ae2c3d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#company_btn a:hover{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
#map{
    height: 350px;
}

/* SP */
@media only screen and (max-width: 767px){
    .consultant_list li {
        margin-bottom: 20px;
    }
    .list_ttl {
        margin-bottom: 18px;
    }
    .list_ttl img {
        margin-bottom: 20px;
        width: 30px;
    }
    .list_txt {
        font-size: 12px;
        padding-bottom: 18px;
    }
    .list_ttl h4 {
        font-size: 14px;
    }
    #map{
        height: 200px;
    }
}