@charset "utf-8";

/* 注意
----------------------------------------------- *
 * パスの指定は相対で。例：background-image: url(../img/thumb.png);
----------------------------------------------- */

.ui-frame-orange-bar {
    background-image: none;
    border-top: 1px solid #bdc8ca;
}

.mod-articleDetail > .wrap-ownerBody {
    margin: 0 60px;
    font-size: 16px;
    color: #4c4c4c;
}

.mod-ownerArticleHeader {
    font-size: 16px;
    color: #4c4c4c;
}

.mod-ownerArticleHeader .summary {
    line-height: 2;
    margin: 0 60px 40px;
}

.mod-ownerArticleHeader .articleTitle {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 60px 40px;
}

.mod-ownerArticleHeader .articleVisual {
    margin-bottom: 70px;
}

.mod-ownerArticleHeader img {
    width: 100%;
    height: auto;
    border-radius: 5px 5px 0 0;
}

.mod-ownerSummary {
    line-height: 1.9;
    margin-bottom: 60px;
}

.mod-ownerOutine {
    margin-bottom: 60px;
}

.mod-ownerOutine img {
    width: 40%;
    height: auto;
    float: right;
    padding: 10px 0 4px 10px;
}

.mod-ownerOutine .heading {
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 40px;
}

.mod-ownerOutine p {
    line-height: 2;
}

.mod-ownerRanking {
    margin-bottom: 60px;
}

.mod-ownerRanking .extraLink a::before {
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #4c4c4c;
    border-right: 2px solid #4c4c4c;
    transform: rotate(45deg);
    margin-right: 5px;
    vertical-align: 2px;
}

.mod-ownerRanking .ownerRanking {
    margin-bottom: 40px;
}

.mod-ownerRanking .icon {
    width: 20px;
    height: 20px;
    vertical-align: -5px;
    margin-right: .5em;
    fill: #4c4c4c;
}

.mod-ownerRanking .raikingFigure {
    margin-bottom: 70px;
}

.mod-ownerRanking img {
    width: 100%;
    height: auto;
}

.mod-ownerRanking .rankingList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mod-ownerRanking .rankingList + .rankingList {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #bdc8ca;
}

.mod-ownerRanking .rankingTitle {
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
    width: 100%;
    margin-bottom: 40px;
}

.mod-ownerRanking .rankingTitle .line {
    font-size: 18px;
}

.mod-ownerRanking .rankingList:nth-child(-n+3) .rankingTitle::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 7px;
}

.mod-ownerRanking .rankingList:nth-child(1) .rankingTitle::before {
    background-image: url(../img/ranking_1.png);
}

.mod-ownerRanking .rankingList:nth-child(2) .rankingTitle::before {
    background-image: url(../img/ranking_2.png);
}

.mod-ownerRanking .rankingList:nth-child(3) .rankingTitle::before {
    background-image: url(../img/ranking_3.png);
}

.mod-ownerRanking .rankingTitle .ranking {
    margin-right: .5em;
}

.mod-ownerRanking .summaryItem {
    display: flex;
    align-items: center;
}

.mod-ownerRanking .dataInfo .label,
.mod-ownerRanking .dataInfo .content {
    padding: 8px 0;
}

.mod-ownerRanking .dataInfo {
    font-size: 9px;
}

.mod-ownerRanking .dataInfo .label {
    background-image: radial-gradient(#707070 20%,#0000 0);
    background-size: 6px 6px;
    background-repeat: repeat-x;
    background-position: left center;
    margin-right: 8px;
    width: 200px;
    font-size: 14px;
}

.mod-ownerRanking .dataInfo .label span {
    background-color: #fff;
    padding-right: 8px;
}

.mod-ownerRanking .dataInfo .num {
    font-size: 16px;
    font-weight: bold;
}

.mod-ownerRanking .bukkenLinks {
    font-size: 15px;
}

.mod-ownerRanking .bukkenLinks .subHeading {
    color: #ed6103;
    font-weight: bold;
    text-align: center;
    margin-bottom: 14px;
}

.mod-ownerRanking .bukkenLinks .buttonLink {
    border: 1px solid #ed6103;
    border-radius: 100px;
    color: #ed6103;
    padding: 14px 30px;
    display: block;
    text-decoration: none;
    text-align: center;
    margin-bottom: 14px;
}

.mod-ownerRanking .bukkenLinks .buttonLink:hover {
    background-color: #ed6103;
    color: #fff;
}

.mod-ownerRanking .review {
    order: 3;
    line-height: 1.8;
    margin-top: 28px;
}

.mod-ownerConclusion {
    margin-bottom: 60px;
}

.mod-ownerConclusion .heading {
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 40px;
}

.mod-ownerConclusion .keypointText {
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 20px;
}

.mod-ownerConclusion p {
    line-height: 2.25;
}

.mod-ownerConclusion p:not(:last-of-type) {
    margin-bottom: 50px;
}

.mod-ownerOtherRanking {
  margin-bottom: 60px;
}

.mod-ownerOtherRanking .heading {
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 40px;
}

.mod-ownerOtherRanking .buttonLists {
    display: flex;
}

.mod-ownerOtherRanking .buttonLists .itemList {
    width: calc(100% / 3);
}

.mod-ownerOtherRanking .buttonLists .itemList:nth-child(even) {
    margin: 0 20px;
}

.mod-ownerOtherRanking .buttonLists .buttonLink {
    border: 1px solid #ed6103;
    border-radius: 100px;
    color: #ed6103;
    padding: 14px 30px;
    display: block;
    text-decoration: none;
    text-align: center;
}

.mod-ownerOtherRanking .buttonLists .buttonLink:hover {
    background-color: #ed6103;
    color: #fff;
}

.mod-ownerSurveyOverview {
    background-color: #f4f4f4;
    margin-bottom: 20px;
    padding: 60px 40px;
    font-size: 11px;
    line-height: 1.6;
}

.mod-ownerSurveyOverview .heading {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
}

.mod-ownerSurveyOverview .subHeading {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 24px;
}

.mod-ownerSurveyOverview .text {
    margin-bottom: 1em;
}

.mod-ownerSurveyOverview dl {
    margin-bottom: 40px;
}

.mod-ownerSurveyOverview dt {
    font-size: 10px;
    background-color: #e8e8e8;
    margin-bottom: 16px;
    padding: 6px 10px;
    display: inline-block;
}

.mod-ownerSurveyOverview dd {
    margin-bottom: 24px;
}
