@charset "UTF-8";

/* keeper_lineup.cssから移植 20251217 ----------------------------------- */
/* dia2 */
.dia2 .addGradient { background: #fff url("../img/bg_contents_gradient09.png") 50% 152px no-repeat; }
.dia2 #lineupTitleArea { padding-right: 406px; }
@media screen and (min-width: 0px) and (max-width: 667px) { .dia2 #lineupTitleArea { padding-right: 0px; } }
.dia2 #lineupTitleArea:after { top: 0; right: -18px; width: 394px; height: 506px; background: url("../img/lineup/coating/bg_dia2_01.png") 100% 0 no-repeat; }
@media screen and (min-width: 0px) and (max-width: 667px) { .dia2 #lineupTitleArea:after { background-size: 82px auto; top: -6px; right: -10px; height: 200px; } }
.dia2 #mentenaceArea .headingCountAlpha > li { padding: 0 10px 10px; background-color: #fff; }
.dia2 #mentenaceArea .headingCountAlpha > li .headingLv04 { margin: 0 -10px; }
.dia2 #mentenaceArea .headingCountAlpha [class^="gridCoatingInfo"] > li dl > dd { padding: 6px 4px 4px; }
.dia2_diamond_pre { padding: 0px 0px 10px; }

/* ページ最下部のダイヤIIケーパーメンテナンスinfo */
.dia2_info {
    margin: 2rem 0 1rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.dia2_info div.item1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.dia2_info div.item1 img {
    display: inline-block;
    max-height: 2rem;
    width: 380px;
    margin-right: 5px;
}
.dia2_info p {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2.5rem;
}
.dia2_info p.point {
    color: #e50012;
}
.dia2_info.dis-sp {
    display: none;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
    .dia2_info.dis-pc { display: none; }
    .dia2_info.dis-sp {
        margin: 2rem 0 1rem 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .dia2_info div.item1 {
        margin-bottom: 0.3rem;
    }
    .dia2_info div.item1 img {
        width: 80%;
    }
    .dia2_info p {
        font-size: 1.05em;
        font-weight: bold;
        line-height: 1.3rem;
    }
    .dia2_info div.item2 {
        text-align: center;
    }
}
/* ページ最下部のダイヤIIケーパーメンテナンスinfo end*/
/* keeper_lineup.cssから移植 20251217 end----------------------------------- */


/* --- 自浄効果 --- */
.process-content .process-flex {
    display: flex;
    justify-content: space-between;
}
.process-content .process-flex > .process-desc {
    width: 165px;
    font-size: 0.7rem;
}

/* その他 */
.hr-lineup {
    border: 0.5px solid #e8e8e8;
    margin: 20px 0;
}

@media screen and (max-width: 667px) {
    /* 水シミ */
    .tokkyo-content .waterSpot img {
        width: 100%;
        margin-bottom: 20px;
    }
    /* 自浄効果 */
    .process-content .process-flex {
        display: none;
    }
}
