@charset "UTF-8";
/*
Please Write this css !
*/

.topicpath {
    position: relative;
    z-index: 100;
    margin-top: 0;
    height: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -4rem
}
.topicpath li {
    color: #2099d3
}

.topicpath li.is-here {
    color: #fff
}


/*Only PC*/
@media screen and (min-width: 768px) {
    main .sec-detail .title-area {
        top:124px
    }
    main .sec-detail .detail-area .inner .sticky-item {
        top:calc(124px + 13rem);
    }
}

/*Only SP*/
@media screen and (max-width: 767px) {
    main .sec-detail .title-area{
        top:90px;
    }
    .topicpath {
        height:3rem
    }
}



