@charset "utf-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on: 2024/08/22
    Theme Name: corekara
    Author: COREKARA inc.
    Version: 7.0.0
    Description:
    License: GNU General Public License v2.0
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Theme URI:
    Tags:
    Author URI:
*/

#bread_crumb ul {
    display: flex;
	flex-wrap: wrap;
    gap: 0 32px;
}
#bread_crumb ul li {
    position: relative;
    font-family: "ten-mincho-antique", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: .05em;
}
#bread_crumb ul li:not(:last-child):after {
    position: absolute;
    top: 50%;
    right: -23px;
    content: "";
    display: block;
    width: 12px;
    height: 1px;
    background: #040315;
}

