@charset "UTF-8";
.contentSide{
    margin-left: 40px;
    width: 260px;
}
.contentSide section h3{
    font-size: 20px;
    margin-bottom:20px;
}
.contentSide section{
    margin-top: 40px;
}
.contentSide section:first-child{
    margin-top: 0px;
}
.contentSide section ul li + li{
  margin-top: 20px;
}
.contentSide section ul li a{
    position: relative;
    padding-left: 13px;
    display: inline-block;
}
.contentSide section ul li a:hover{
    color: #502469;
    opacity: 0.5;
}
.arrow_red{
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 0.5em;
    display: block;
}

.arrow_red::before, .arrow4::after {
    position: absolute;
    bottom: 10px;
    left:13px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.sample5_1::before{
    top: 0.5em;
    left: 0px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #502469;
    border-right: 1px solid #502469;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.side_navi .s_naviColorScroll{
    position: -webkit-sticky;
    position: sticky;
    top:0;
}
@media screen and (max-width: 1040px) {
    .arrow_red{
        width: 5px;
        height: 5px;
        position: absolute;
        left: 0;
        top: 10px;
        display: block;
    }
}


@media screen and (max-width: 767px) {
    .boder_rg{
        margin-top: 60px;
    }
    .contentSide {
        width: 100%;
        margin-left: 0px;
        margin-bottom: 60px;
        padding-bottom: 40px;
        border-bottom:solid 1px #b9b9b9;
    }
    .contentSide section h3{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .contentSide section {
        margin-top: 15px;
    }
    .side_navi ul{
       font-size: 14px;
       display: flex;
       flex-wrap: wrap;
    }
    .contentSide section ul li + li {
        margin-top: 0px;
    }
    .contentSide section ul li{
        margin-right: 30px;
        line-height: 1.5;
    }
    .w1080 .area div:last-child {
        line-height: 1;
    }
}