<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.slideContentPage-pagelist &gt; li .sublist-child {
	display: none;
	border-top: 1px #fff dotted;
}

.slideContentPage-pagelist &gt; li .sublist-child li:not(:last-child) {
    border-bottom: 1px #fff dotted;
}
.slideContentPage-pagelist &gt; li .sublist-child li {
    background-color: #CCCCCC;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.slideContentPage-pagelist &gt; li .pagelist-child li.sublist-parent {
	position: relative;
	background-color: #ccc;
}

.slideContentPage-pagelist &gt; li .pagelist-child li.sublist-parent &gt; a {
	display: block;
	margin: 0 0 0 30px;
	height: 40px;
	font-size: 13px;
	line-height: 40px;
	color: #FFF;
}

.slideContentPage-pagelist &gt; li .pagelist-child li.sublist-parent a {
	margin: 0 0 0 20px;
}

.slideContentPage-pagelist &gt; li .pagelist-child li.sublist-parent ul li a {
	margin: 0 0 0 30px;
}


.slideContentPage-pagelist &gt; li .pagelist-child li.sublist-parent &gt; span {
    position: absolute;
    margin-top: 0;
    top: 0;
    right: 0px;
    width: 40px;
    height: 40px;
    background: url("../images/common/side-page-list-plus-w.png") no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
    background-position: center center;
    cursor: pointer;
    z-index: 2;
}

.slideContentPage-pagelist &gt; li .pagelist-child li.sublist-parent.open &gt; span {
    background: url("../images/common/side-page-list-minus-w.png") no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
    background-position: center center;
}

.sp .sublist-child li {
	color: #fff;
}


.sp .sublist-child li a {
	color: #fff;
}

.sp .sublist-child li a::before {
	color: #fff;
	content: "-";
	margin-right: 0.5em;
	display: inline-block;
}










</pre></body></html>