@charset "utf-8";
/* 
.w-100 {
    width: 100% !important;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row > * {
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: calc(var(--bs-gutter-x) * .5);
padding-left: calc(var(--bs-gutter-x) * .5);
margin-top: var(--bs-gutter-y);
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 576px) {
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
} */

.site-map {
    width: 100%;
    word-break: keep-all;
}


.site-map .top {
    padding: 40px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    max-width: 1660px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
    background: #eaeaea;
    border-radius: 8px;
}

.site-map .close-btn {
    padding: 4px 16px;
    color: #fff;
    background-color: #f9543b;
    border-radius: 6px;
    cursor: pointer;
}

.site-map .menu-list {
    max-width: 1660px;
    margin: 0 auto;
}

.site-map .menu-list .depth-1 {
	position:relative;
    padding: 36px;
    border : 1px solid #e4e4e4;
    border-radius : 16px;
    margin-bottom:1rem;
}

.site-map .depth-1 {
	
    width: 100%;
    /* padding: 35px 50px; */
    /* padding: 35px 0;
    border-bottom: 1px solid #dbdbdb; */

    display: flex;
}

.site-map .depth-1 div.tit{
	position: relative;
	font-size: clamp(1rem, 4vw, 1.5rem);
	font-weight: 700;
	width: clamp(15rem, 4vw, 15.25rem);
	/* margin-right: 48px; */
	/* margin-bottom: clamp(10rem, 4vh, 0rem); */
}

.site-map .depth-1 div.tit:after{
	
}

.site-map .depth-child{
	position:relative;
	padding: 0 36px 0 48px;
}

.site-map .depth-child:before{
	content:'';
	position:absolute;
	left:0;	
	top: 0px;
	bottom: 0px;
	width:1px;
	
	background:#e4e4e4;
}

/* .site-map .depth-1 ul:before{
	content:'';
	position:absolute;
	left:0;
	top: 10px;
	bottom: 10px;
	width:1px;
	
	background:#e4e4e4;
} */

/* .site-map .depth-1 > div {
    display: block;
    width: 270px;
    font-size: 26px;
    font-weight: bold;
    color: #333;
    color: var(--uou-color);
    vertical-align: top;
} */

.site-map .depth-1 ul.row{
	width:100%;
}

.site-map .depth-2 > a {
    display: block;
    /* width: 115px; */
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    color: #1d1d1d!important;
    margin: 10px 0;
}

.site-map .depth-3 > a {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    padding: 2px 0;
}

/* 
.site-map .depth-2 > ul {
    margin-top: 8px;
}

@media(max-width:1300px){
    .site-map .top {
        border-radius: unset;
        margin-top: unset;
        margin-bottom: unset;
    }
}
@media(max-width:1200px){
    .site-map .top {
        padding: 30px;
    }
}

@media(max-width:991px){
    .site-map .depth-1 {
        flex-direction: column;
    }
    .site-map .depth-1 > a {
    	margin-bottom: 50px;
    }
    .site-map .depth-2 {
	    margin-bottom: 30px;
	}
}

@media(max-width:375px) {
	.site-map .top img {
		width: 70%;
	}
    .site-map .top {
        padding: 30px 16px;
    }
    .site-map .depth-1 {
        padding: 35px 0;
    }
} */

@media(max-width: 495px){
	.site-map .depth-child{		
		padding: 0 16px 0 24px;
	}
	.site-map .depth-child:before{
		content:'';
		position:absolute;
		left:0px;	
		right: 0px;
		top: 0px;
		height:1px;
		width:100%;
		background:#e4e4e4;
	}
}