/*
Theme Name: Vertice Child
Theme URI: https://nagasaki-dm.com/
Description: Verticeの子テーマ
Author: 有限会社長崎ダイレクトセンター
Template: vertice
Version: 1.0.0
Text Domain: vertice-child
*/
/* パンくずリスト */
.ndc-breadcrumbs {
    max-width: 960px;
    margin: 0 auto 18px;
    padding: 0 15px;
    font-size: 13px;
    line-height: 1.8;
    color: #777;
    overflow-wrap: anywhere;
}

.ndc-breadcrumbs a{
    color:#1f5fae;
    font-weight:500;
}

.ndc-breadcrumbs a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .ndc-breadcrumbs {
        margin-bottom: 14px;
        padding: 0 15px;
        font-size: 12px;
        line-height: 1.7;
    }
}
/* パンくず余白調整 */
.ndc-breadcrumbs{
    margin:30px 0 40px; !important;
    font-size:14px;
    line-height:1.8;
}