@charset "utf-8";

.breadcrumbs {
    padding: 18px 0;
    background: #f8f9fa;
    min-height: 40px;
}

.breadcrumbs h2 {
    font-size: 32px;
    font-weight: 300;
    margin: 0;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li + li {
    padding-left: 10px;
}

.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6b7b8d;
    content: "/";
}


.sub_bn {
    width: 100%;
    height: 330px;
    background-position: center;
    background-size: cover;
    text-align: center;
}
.sub_bn_txt {
    padding-top: 80px;
    text-align: center;
    vertical-align: middle;
}
.sub_bn .sub_top_cap {
    color: #ccc;
    font-size: 18px;
}
.sub_bn h2 {
    font-size: 44px;
    color: #fff;
    text-align: center;
    line-height: 1em;
    font-weight: 400;
}
#sub_top_tit {
    position: relative;
    padding-top: 80px;
}
#sub_top_tit:before {
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    background: #ddd;
    bottom: 80px;
    left: 50%;
    margin-left: -15px;
}