@charset "UTF-8";
.side-sub-nav{
    margin-top: 0px;
}
.side-sub-nav__item{
    margin-top: 4px;
}
.online_help_toggle_title{
	position: relative;
}

.online_help_toggle_contents{
	display: none;
}
.subtitle_top {
	font-weight: bold;
    font-size: 1.4rem;
    display: flex;
    width: 100%;
    cursor: pointer;
}

.side-nav__parent{
	cursor: pointer;
}
.online_help_toggle_title.active{
    background: #e6f9fd;
    border-radius: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.online_help_toggle_title i {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 1em;
    font-weight: 600;
    cursor: pointer;
}

.online_help_toggle_title i::-webkit-details-marker {
    display: none;
}

.online_help_toggle_title i::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    border-bottom: 3px solid #838383;
    border-right: 3px solid #838383;
    content: '';
    transition: transform .3s;
}

.online_help_toggle_title.close i::after {
    transform: rotate(225deg);
}
li .active_help{
	background: #e6f9fd;
    colo
	border-radius: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
}

li .active_help a{
    color:#33bde9;
}

li .active_help a:hover{
    text-decoration: none;
}
@media (max-width: 768px) {
}
