@charset "UTF-8";

/*-----------------------------------------------------
sub
-------------------------------------------------------*/

#sub_content{
    padding: 100px 0 100px 0;
}

/*-----------------------------------------------------
global_sub
-------------------------------------------------------*/

.g_sub_t1{
	text-align: left;
}

.g_sub_t1 h2{
	font-size: var(--s32);
	line-height: var(--lh14);
	font-weight: bold;
}

.g_sub_t1 h2 span.s1{
	font-size: var(--s26);
	color: var(--main_color);
}

.g_sub_t2{
	text-align: left;
	position: relative;
}

.g_sub_t2 h2{
	font-size: var(--s28);
	line-height: var(--lh14);
	font-weight: bold;
	padding-left: 20px;
	color: var(--main_color);
}

.g_sub_t2::before {
    position: absolute;
    content: "";
    top: 50%;
	left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    height: 60%;
    border-radius: 10px;
    background: var(--main_color);
}

.g_sub_text{
	padding: 20px 0 30px;
	line-height: var(--lh18);
}

/*-----------------------------------------------------
sub_table
-------------------------------------------------------*/

.sub_table{
	padding: 40px 0 0 0;
}

.sub_table dl{
    padding: 30px 0px;
    border-bottom: solid 1px #ccc;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    line-height: var(--lh18);
}

.sub_table dl dt{
    padding-left: 20px;
    width: 25%;
    font-weight: bold;
}

.sub_table dl dd{
    padding-left: 20px;
    width: 75%;
}

/*-----------------------------------------------------
area_archive
-------------------------------------------------------*/
.area_arc_box{
	padding: 40px 0 0 0;
}

.area_arc_t a{
	display: inline-block;
	font-size: var(--s20);
	color: var(--main_color);
	margin-bottom: 26px;
}

.area_arc_box .wrap{
	padding: 42px;
	border: 1px solid var(--main_color);
	border-radius: 10px;
	margin-bottom: 40px;
}

.area_arc_address{
	background: var(--main_color2);
	display: inline-block;
	padding: 26px 36px;
	line-height: var(--lh16);
	margin-bottom: 26px;
	border-radius: 10px;
}

.area_arc_address span{
	font-weight: bold;
}

.area_arc_box ul{
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 16px;
}

.area_arc_box ul li{
	padding-left: 16px;
    position: relative;
}

.area_arc_box ul li:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 9px;
    top: 49%;
    left: 0;
    transform: translateY(-49%);
    -webkit-transform: translateY(-49%);
    -ms-transform: translateY(-49%);
    background: url(../../images/index/arrow_r.svg) no-repeat;
}
/*-----------------------------------------------------
area
-------------------------------------------------------*/
.area_main{
	max-width: 530px;
	padding: 60px 0 0 0;
	margin: 0 auto;
}

.area_main_t{
	width: 100%;
	background: var(--main_color);
	padding: 26px 0;
	margin-top: 80px;
}

.area_main_t h2{
	font-size: var(--s32);
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.area_main_t h2 span{
	color: #ffff00;
}

.area_box1{
    padding: 90px 0 80px 0;
    position: relative;
    z-index: 1;
}

.area_box1::after {
    content: "";
    position: absolute;
    background: var(--main_color2);
    width: 100%;
    height: 100%;
    top: -150px;
    padding-bottom: 150px;
    z-index: -1;
}

.area_box1 ul{
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.area_box1 ul li.text{
	width: 47%;
}

.area_box1 ul li.text h2{
	font-size: var(--s32);
	line-height: var(--lh14);
    color: var(--main_color);
	margin-bottom: 10px;
}

.area_box1 ul li.text {
	line-height: var(--lh18);
}

.area_box1 ul li.img{
	width: 46%;
}

.area_box1 ul li.img img{
	border-radius: 10px;
}


.area_box2 {
    padding: 80px 0 80px;
    position: relative;
}

.area_box2_table {
	padding: 40px 0 0 0;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
	text-align: center;
}

.area_box2_table .tb1 {
    width: 24%;
    height: 100%;
    margin-top: 61px;
    background: #f7f8f9;
    border-radius: 4px;
    border: 1px solid #ccc;

}

.area_box2_table li {
    padding: 26px 0;
}

.area_box2_table .tb1 li {
    border-bottom: 1px solid #ccc;
}

.area_box2_table .tb1 li:last-child {
    border: none;
}

.area_box2_table .tb2 {
    width: 24%;
    box-sizing: border-box;
    border: 3px solid var(--main_color);
    border-radius: 4px;
}

.area_box2_table .tb2 li {
    font-weight: bold;
}

.area_box2_table .tb2 li.t {
	text-align: center;
    background: var(--main_color)!important;
    color: #fff;
    font-size: var(--s20);
    position: relative;
    padding: 21px 0;
}

.area_box2_table .tb2 li:nth-child(odd) {
    background: #f7f8f9;
}

.area_box2_table .tb3 {
    width: 24%;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
}


.area_box2_table .tb3 li.t {
    padding: 23px 0;
    background: #eeeff0;
    font-weight: bold;
    border-radius: 4px 4px 0 0;
}

.area_box2_table .tb3 li:nth-child(odd) {
    background: #f7f8f9;
}

.area_box2_table .tb4 {
    width: 24%;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.area_box2_table .tb4 li.t {
    padding: 23px 0;
    background: #eeeff0;
    font-weight: bold;
    border-radius: 4px 4px 0 0;
}

.area_box2_table .tb4 li:nth-child(odd) {
    background: #f7f8f9
}

.area_box3{
	background: var(--main_color2);
	padding: 60px 0 60px;
}

.area_box3 .wrap{
	background: #fff;
	padding: 56px;
	border-radius: 10px;
}


.area_box3 dl{
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

.area_box3 dl dt{
	width: 40%;
}

.area_box3 dl dt h2{
	text-align: left;
	margin-bottom: 26px;
}

.area_box3 dl dt p{
	line-height: var(--lh18);
	margin-bottom: 16px;
}

.area_box3 .area_address{
    background: var(--main_color2);
    padding: 16px 26px;
    line-height: var(--lh16);
    border-radius: 10px;
}


.area_box3 dl dd{
	width: 54%;
}

.area_box3 .box7_list{
	padding: 0px;
}

.area_box4{
	padding: 60px 0 60px 0;
    background: var(--main_color2);
}

.area_box4 ul{
	padding-top: 40px;
  	display:-webkit-box;
	display: -webkit-flex;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	gap: 20px;
}

.area_box4 ul li{
  	display:-webkit-box;
	display: -webkit-flex;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	background: #fff;
	border-radius: 30px;
	padding: 20px 36px;
}

.area_box4 ul li .img{
	width: 14%;
}

.area_box4 ul li .text{
	width: 80%;
	line-height: var(--lh18);
}

/*-----------------------------------------------------
case
-------------------------------------------------------*/
.case_box{
	padding: 100px 0 100px 0;
}


.case_st{
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 16px;
}

.case_st span.ct{
	display: inline-block;
    padding: 8px 24px;
    color: #ffffff;
    font-size: var(--s15);
    background: var(--main_color);
    border-radius: 20px;
	margin-right: 16px;
}

.case_st span.area{
	font-weight: bold;
}

.case_st span.area a{
	display: inline-block;
	margin-right: 6px;
	text-decoration: underline!important;
}


.case_ctimg{
	width: 34%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 420px;
	border-radius: 10px;
	margin: 40px auto 40px;
}

.case_ctimg img{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.case_cttext{
	line-height: var(--lh20);
	padding-bottom: 60px;
}

.case_cttext img{
	max-width: 40%;
	height: auto;
	margin: 0 auto;
	padding: 26px 0 26px;
}

/*-----------------------------------------------------
line
-------------------------------------------------------*/
.line_box .wrap{
	padding-bottom: 50px;
    margin-bottom: 50px;
	border-bottom: 1px solid #ccc;
}


.line_btn a{
	display: inline-block;
    height: auto;
    padding: 16px 42px;
    background: #46c35b;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    border-radius: 56px;
}

.line_img{
	max-width: 180px;
}
/*-----------------------------------------------------
price
-------------------------------------------------------*/
.price_box{
	padding: 40px 0 0 0;
}


.price_average{
	padding: 40px 60px;
	border: 1px solid var(--main_color);
	border-radius: 10px;
	margin-bottom: 40px;
}

.price_average ul{
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	gap: 20px;
}


.price_average ul li{
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	gap: 20px;
}

.price_average ul li .img{
	width: 34%;
}

.price_average ul li .img img{
	padding: 20px;
	border-radius: 10px;
	background: var(--main_color2);
}


.price_average ul li .case{
	width: 60%;
}

.price_average ul li .case span{
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 16px 0;
	font-weight: bold;
}

.price_average ul li .case span.t{
	font-size: var(--s20);
	color: var(--main_color);
}

.price_option{
	margin-bottom: 40px;
}

.price_option table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 8px;
    overflow: hidden;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
}

.price_option table td{
	padding: 26px;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	font-weight: bold;
}

.price_option table td:nth-child(2) {
	width: 35%;
}

.price_option table tr:first-child td:first-child {
    border-top-left-radius: 8px;
}

.price_option table tr:first-child td:last-child {
    border-top-right-radius: 8px;
}

.price_option table tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

.price_option table tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}
/*-----------------------------------------------------
faq
-------------------------------------------------------*/
.faq_box{
	padding: 40px 0 0 0;
}

.faq_box ul{
	padding: 30px 0 50px 0;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	gap: 20px 0;
}

.faq_box ul li.q{
    background: #fff;
    padding: 30px 70px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
	font-weight: bold;
	border: 1px solid #ccc;
}

.faq_box ul li.q:hover{
    cursor: pointer;
}

.faq_box ul li.q::before{
    content: "";
    display: block;
    background: url("../../images/index/q.svg");
    height: 36px;
    width: 36px;
    background-size: 36px 36px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.faq_box ul li.q::after{
    content: "";
    background: url("../../images/index/icon_plus.svg");
    display: block;
    height: 18px;
    width: 18px;
    background-size: 18px 18px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    opacity: 1;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.faq_box ul li.q.active::after{
    background: url("../../images/index/icon_minus.svg");
    height: 2px;
    width: 18px;
    background-size: 18px 2px;
    opacity: 1;
    transform: translateY(-50%) rotate(180deg);
}

.faq_box ul li.a{
    display: none;
    padding: 16px 30px 30px 70px;
    position: relative;
    line-height: var(--lh18);
}


.faq_box ul li.a::before{
    content: "";
    display: block;
    background: url("../../images/index/a.svg");
    height: 36px;
    width: 36px;
    background-size: 36px 36px;
    position: absolute;
    top: 15px;
    left: 20px;
}

/*-----------------------------------------------------
flow
-------------------------------------------------------*/
.flow_box{
	padding: 40px 0 0 0;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	gap: 54px 0;
	counter-reset: num;
}

.flow_list {
    border: 2px solid var(--main_color);
    padding: 40px;
    border-radius: 10px;
    position: relative;
    overflow: visible;
}

.flow_list .head{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 15px;
    padding: 8px 24px;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: var(--s16);
    background: var(--main_color);
    border-radius: 10px;
}


.flow_list::before {
    position: absolute;
    content: "";
    display: block;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 25px 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	border-top-color: var(--main_color);
}

.flow_list::after {
    position: absolute;
    content: "";
    display: block;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 25px 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	margin-top: -2px;
    border-top-color: #FFFFFF;
}


.flow_list:last-child::before {
    display: none;

}

.flow_list:last-child::after {
    display: none;
}

.flow_list ul{
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flow_list ul li.left{
	width: 56%;
}

.flow_list ul li.left span.t{
	font-size: var(--s24);
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
	position: relative;
	counter-increment: num;
	padding-left: 40px;
}

.flow_list ul li.left span.t::before {
    position: absolute;
    top: 0;
    left: 0;
    content: counter(num);
    display: inline-block;
    width: 30px;
    height: 30px;
    padding-top: 1px;
    font-size: 18px;
    background: var(--main_color);
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 1;
    box-sizing: border-box;
	padding: 5px 0 0 3px;
}

.flow_list ul li.left p{
	line-height: var(--lh18);
}

.flow_list ul li.left .ct{
	border: 2px solid #ccc;
	padding: 26px;
	border-radius: 10px;
	margin-top: 20px;
}

.flow_list ul li.left .ct ul{
	padding: 0 0 0 0;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	gap: 16px 0;
}

.flow_list ul li.left .ct a{
	display: inline-block!important;
	color: #06a;
	font-weight: bold;
}

.flow_list ul li.left .ct a:hover{
	text-decoration: underline!important;
}

.flow_list ul li.right{
	width: 38%;
}

.flow_list ul li.right img{
	border-radius: 10px;
}

/*-----------------------------------------------------
mail
-------------------------------------------------------*/

.mail_tb{
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	border-top: 1px solid #eaeaea;
	padding: 0 0 0;
}

.mail_tb th,
.mail_tb td{
	padding: 50px 0 0 0;
	line-height: var(--lh16);
	text-align: left;
}

.mail_tb th{
	width: 28%;
	background: #fff;
}

.mail_tb td{
	width: 72%;
	background: #fff;
}

.mail_tb td input{
}

.mw_wp_form .error{
	font-size: 14px!important;
}


.mail_tb span.hissu{
	display: inline-block;
	margin: 0 0 0 8px;
	background: #F13716;
	padding: 4px 6px;
	font-size: var(--s13);
	color: #FFF;
	border-radius: 3px;
}

.mail_tb td input[type=text],[type=email],[type=tel]{
	width: 100%;
    height: 48px;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    background: #f7f7f7;
    border-radius: 3px;
}

.mail_tb td span.input_s input[type=text]{
	width: 60%;
}

.mail_tb td span.input_ss input[type=text]{
	width: 20%;
}

.mail_tb td input[type="text"]:focus, textarea:focus{
    border: 2px solid #eaeaea !important;
    outline: 0;
    box-sizing: border-box;
    transition: all 0.1s ease-out;
}

input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus::-moz-placeholder {
	color: transparent;
}
input:focus::-ms-input-placeholder {
	color: transparent;
}
input:focus::placeholder {
	color: transparent;
}

.mail_tb ::placeholder {
    color:#9f9e9f;
}

.mail_tb td label{
	display: inline-block;
	margin: 0 10px 0 0;
}

.mail_tb select{
	border:1px solid #ccc;
	padding: 4px 10px;

}

.mail_tb input[type=radio]{
	display: inline-block;
	position: relative;
	top:1px;
	margin: 6px 0;
}

.mail_tb input[type=checkbox]{
	display: inline-block;
	position: relative;
	top:2px;
	margin: 6px 0;
}

.mail_tb td input[type=file]{
	display: block;
	margin: 0 0 10px;
}

.mail_tb td span.txt{
	display: inline-block;
	margin: 0 16px 0 0;
}


.mail_tb td span.txt2{
	display: inline-block;
	margin: 0 16px 0 10px;
}


.mail_tb td textarea{
	width: 100%;
    height: 200px;
    padding: 15px;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    background: #f7f7f7;
    border-radius: 3px;
}


.mail_bt{
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	padding: 60px 0px 0 0px;
	border-collapse:0;
	border-spacing:0;
	text-align: center;
}

.mail_bt input.submit{
	width: 36%;
	padding: 22px 0 22px 0;
	border-radius: 100px;
	position: relative;
	display: inline-block;
	text-align: center;
	font-size: var(--s15);
	background: #fff;
	font-weight: bold;
	border: 1px solid #005BAC;
	cursor: pointer;
	color: #000000;
}

.mail_bt input.submit:hover{
	text-decoration: none;
    opacity: 0.8;
	cursor: pointer;
}

.trigger_other{
    height: 60px !important;
    margin-top: 15px;
}

/*-----------------------------------------------------
privacy
-------------------------------------------------------*/

.privacy_box{
	padding: 40px 0 0 0;
}

.privacy_box .text{
    line-height: var(--lh18);
    margin-bottom: 40px;
}

.privacy_box .list .row:first-child{
    border-top: 1px solid #ccc;
}

.privacy_box .list .row{
    padding: 35px 0px;
    border-bottom: 1px solid #ccc;
}

.privacy_box .list .row h3{
    display: block;
    font-weight: bold;
    padding-bottom: 16px;
}

.privacy_box .list .row p{
    line-height: var(--lh18);
}


/*-----------------------------------------------------
pagenation
-------------------------------------------------------*/

.pagenation{
	width: auto;
	text-align: center;
	margin: 0 auto;
  	display:-webkit-box;
	display: -webkit-flex;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	gap: 6px 10px;
}

a.page-numbers,
.pagination .current{
    color: #000;
	text-align: center;
	line-height: 1;
	padding: 14px 16px;
	display: inline-block;
	background: #fff;
	border: 1px solid #ccc;
	text-decoration: none;
	border-radius: 6px;
}

.current {
    color: #fff;
	background: var(--main_color);
	text-align: center;
	line-height: 1;
	padding: 14px 16px;
	display: inline-block;
	text-decoration: none;
	border-radius: 6px;
}

a.page-numbers:hover,
.pagination a:hover .current a:hover {
	color: #fff;
	background: var(--main_color);
	border: 1px solid var(--main_color);
	text-decoration: none;
}

/*-----------------------------------------------------
breadcrumb
-------------------------------------------------------*/

#breadcrumb{
    padding-top: 36px;
}

#breadcrumb ul{
    display: flex;
}

#breadcrumb ul li{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    font-size: var(--s13);
    white-space: nowrap;
}

#breadcrumb ul li::after {
    content: '>';
    padding: 0px 8px;
}


#breadcrumb ul li:last-child::after {
    content: none;
    padding: 0px;
}
