ul.sideArticle__list {
    background: #fff;
    padding: 10px;
}
.sideArticle__list .sideArticle__item+.sideArticle__item {
    margin-top: 0;
}
.sideArticle__list .sideArticle__item{
    display: flex;
    position: relative;
    height: 70px;
    padding: 7px 5px;
    border-bottom: 1px dashed #c8c8c8;
}
.sideArticle__item img{
    width: 30%;
    margin-right: 2%;
    object-fit: cover;
}
.sideArticle__item p{
    width: 68%;
    line-height: 1.2;
}
.sideArticle__item .sideArticle__anc{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.wpp-list li:nth-child(1):before {
    content: "";
    background-image: url(../img/column/rank1.png);
    display: inline-block;
    width: 35px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -5px;
    left: -5px;
}
.wpp-list li:nth-child(2):before {
    content: "";
    background-image: url(../img/column/rank2.png);
    display: inline-block;
    width: 35px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -5px;
    left: -5px;
}
.wpp-list li:nth-child(3):before {
    content: "";
    background-image: url(../img/column/rank3.png);
    display: inline-block;
    width: 35px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -5px;
    left: -5px;
}
p.kanren-ttl {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
}
.component-kanren{
    display: block !important;
    margin: 0;
    padding: 1.5em 2em;
}
.kanren-box{
    display: flex;
    justify-content: space-between;
}
.kanren-box .col-sm.item{
    display: flex;
    align-items: center;
}
.kanren-box .col-sm.item img {
    height: fit-content;
}
.component-kanren .heading{
    display: inline;
}
.component-kanren .text{
    font-size: 12px;
    line-height: 1.5;
    margin: .93333em 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.component-kanren .btn__link{
    max-width: 45rem;
    margin: auto;
}
.component-kanren .btn__link a {
    margin-top: 15px;
    font-size: 13px;
    background: #ffff00;
    color: #000;
    border: 2px solid #cbcb00;
}
@media screen and (max-width: 1023px){
    .sideCategory{
        position: relative;
    }
    .sideCategory__heading::before{
        content: "＋";
        position: absolute;
        right: 20px;
    }
    .sideCategory__heading.active::before{
        content: "ー";
    }
    .sideCategoryList{
        display: none;
    }
    .sideCategoryList.active{
        display: block;
    }
    .sideCategoryList__item {
        display: inline-block;
    }
    h3.sideCategory__heading.default::before{
        content: "ー";
        position: absolute;
        right: 20px;
    }
    h3.sideCategory__heading.default.active::before{
        content: "＋";
    }
    ul.sideCategoryList.default{
        display: block;
    }
    /* コラム */
    ul.sideArticle__list {
        padding: 0;
    }
}
@media screen and (max-width: 480px){
    p.kanren-ttl {
        line-height: 1.5;
    }
    .component-kanren {
        padding: 1.2em 1em;
    }
    .kanren-box .col-sm.item{
        width: 35%;
    }
    .kanren-box .col-lg.item{
        width: 60%;
        margin-top: 0 !important;
    }
    .component-kanren .heading{
        display: block;
        font-size: 15px;
        background: none;
    }
    .component-kanren .text{
        display: none !important;
    }
    .component-kanren .btn__link a{
        margin-top: 10px;
        min-height: 2rem;
    }
}