/*
$breakpoints-min: (
    'xs': 'screen and (min-width: 481px)',
    'sm': 'screen and (min-width: 769px)',
    'md': 'screen and (min-width: 990px)',
    'lg': 'screen and (min-width: 1367px)',
    'xl': 'screen and (min-width: 1921px)',
) !default;
 */
#wrapper-under .sitemap-junction .junction {
    display: block;
}

#wrapper-under .sitemap-junction .junction-h2-area {
    margin-bottom: 18px;
    width: auto;
    margin-left: 35px;
}

@media screen and (max-width: 767px) {
    #wrapper-under .sitemap-junction .junction-h2-area {
        margin-left: 0;
    }
}

#wrapper-under .sitemap-junction .junction-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: auto;
    margin-left: 35px;
}

@media screen and (max-width: 767px) {
    #wrapper-under .sitemap-junction .junction-wrap {
        margin-left: 0;
    }
}

#wrapper-under .sitemap-junction .junction-wrap::after {
    content: none;
}

#wrapper-under .sitemap-junction .junction-wrap-in {
    width: calc((100% - 35px) / 2);
}

@media screen and (max-width: 767px) {
    #wrapper-under .sitemap-junction .junction-wrap-in {
        width: 100%;
    }
}

#wrapper-under .sitemap-junction .junction-link-second a {
    display: block;
    padding-left: 20px;
    font-weight: bold;
    position: relative;
    text-decoration: none;
}

#wrapper-under .sitemap-junction .junction-link-second a::before {
    position: absolute;
    top: 8px;
    left: 2px;
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #007a63;
    border-left: 2px solid #007a63;
    transform: rotate(135deg);
}

#wrapper-under .sitemap-junction .junction-link-second a:hover {
    color: #007a63;
}

#wrapper-under .sitemap-junction .junction-list-area {
    margin-bottom: 15px;
    background-color: #f1f3ee;
    padding: 15px 15px 10px 15px;
}

#wrapper-under .sitemap-junction .junction-list-area li {
    padding-bottom: 8px;
}

#wrapper-under .sitemap-junction .junction-list-area li a {
    display: block;
    position: relative;
    padding-left: 20px;
    text-decoration: none;
}

#wrapper-under .sitemap-junction .junction-list-area li a::after {
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #007a63;
    border-left: 2px solid #007a63;
    transform: rotate(135deg);
}

#wrapper-under .sitemap-junction .junction-list-area li a:hover {
    color: #007a63;
}
