@charset "utf-8";

footer{
	margin-top: 25px;
}
footer .b_bot{
    padding: 15px 16px 80px;
    border-top: 1px solid #ddd;
}
footer .b_only{
    margin-top: 0;
}
footer .b_bot .nav{
    display: flex;
    flex-wrap: wrap;
}
footer .b_bot .nav li{
    margin-bottom: 10px;
    padding-right: 12px;
}
footer .b_bot .nav li:nth-child(4) a{
    font-weight: 500;
    color: #E36B48;
}
footer .b_bot .nav li a{
    display: block;
    font-size: 12px;
}
footer .b_bot .company{
    margin-top: 5px;
}
footer .b_bot .company li{
    position: relative;
    display: inline;
    font-size: 11px;
    line-height: 17px;
    letter-spacing: 0;
    color: #b0b0b0;
}
footer .b_bot .company li span{
    position: relative;
    display: inline-block;
    top: -1px;
    margin: 0 3px;
    font-size: 0;
    width: 1px;
    height: 10px;
    background: #ddd;
    vertical-align: middle;
}
footer .b_bot .phone_number{}
footer .b_bot .phone_number a{
    font-size: 11px;
    font-weight: 500;
    color: #5135A4;
}
footer .b_bot .copyright{
    display: block;
    padding-top: 15px;
    font-size: 11px;
    color: #b0b0b0;
}
