@charset "utf-8";

/* 
############################################################
おすすめの記事 & 人気の記事ランキング　パーツ
【読み込み範囲】リノベーションとは/リノベーションの費用
############################################################
*/

/* = mod-recommendArticle
----------------------------------------------- */
/* おすすめの記事 & 人気の記事ランキング */
/* bottom side 共通  */
.mod-recommendArticle a {
    display: flex;
    flex-direction: row-reverse;
    text-decoration: none;
    color: inherit;
}
.mod-recommendArticle a:hover {
    text-decoration: underline;
    color: #ed4b03;
}
.mod-recommendArticle .title .new {
    color: #ed6103;
    font-size: 10px;
    font-weight: bold;
    vertical-align: text-top;
}
.mod-recommendArticle a:hover .thumbnail {
    opacity: .8;
}
/* 人気の記事ランキング */
/* bottom side 共通  */
.mod-recommendArticle .ranking li {
    position: relative;
    counter-increment: number;
}
.mod-recommendArticle .ranking li::after {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 2em solid transparent;
    border-left: 2em solid #ed6103;
    position: absolute;
}
.mod-recommendArticle .ranking li::before {
    content: counter(number);
    display: block;
    color: #fff;
    font-size: 10px;
    position: absolute;
    top: .2em;
    left: .5em;
    z-index: 1;
}

/* おすすめの記事 & 人気の記事ランキング */
/* bottom */
.mod-recommendArticle.bottom {
    background: #fff;
    padding: 40px 32px 30px;
    border-top: 1px solid #b8c8ca;
}
.mod-recommendArticle.bottom .heading {
    font-weight: bold;
    font-size: 18px;
    color: #ed6103;
    margin-bottom: 12px;
}
.mod-recommendArticle.bottom .title {
    width: calc(100% - 134px);
    padding: 0 16px;
    font-size: 14px;
    line-height: 1.2;
}
.mod-recommendArticle.bottom .ranking,
.mod-recommendArticle.bottom .recommend {
    display: flex;
    flex-wrap: wrap;
}
.mod-recommendArticle.bottom li {
    width: 50%;
    margin: 12px 0;
}
.mod-recommendArticle.bottom .thumbnail {
    border: 1px solid #b8c8ca;
}

/* おすすめの記事 & 人気の記事ランキング */
/* side */
.wrapRecommend {
    margin-top: 15px;
    border: 1px solid #b8c8ca;
    background: #fff;
    padding: 17px 13px 0;
    box-shadow: 0 0 4px 0 rgba(6, 0, 1, .1);
}
.mod-recommendArticle.side .heading {
    font-weight: bold;
    margin-bottom: 12px;
    padding-left: 10px;
    border-left: 3px solid #ed6103;
}
.mod-recommendArticle.side li {
    margin-bottom: 20px;
}
.mod-recommendArticle.side .title {
    width: calc(100% - 92px);
    font-size: 12px;
    padding-left: 12px;
    line-height: 1.4;
}
.mod-recommendArticle.side .thumbnail {
    width: 92px;
    height: 52px;
    border: 1px solid #b8c8ca;
}
