@charset "utf-8";


/* ==================================================================
    pure_platinum.css

=================================================================== */

/* ==================================================================
   ■ 共通指定
=================================================================== */
.contents .text._s {
    margin-bottom: 0;
}
.contents .text._l {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 20px;
}

.contents .buttonStyle.light-blue {
    max-width: 348px;
    margin: 40px auto 0;
}
    .contents .buttonStyle.light-blue a {
        width: 100%;
        font-size: 1.6rem;
        padding: 17px 32px;
        text-align: center;
    }
    .contents .buttonStyle.light-blue a:hover {
        opacity: 1;
    }

/* --------------------------------
   □  accent
-------------------------------- */
#pure_platinum .accent {
    height: 200px;
}
    #pure_platinum .accent .heading {
        text-transform: capitalize;
    }

/* --------------------------------
   □  explain
-------------------------------- */
#explain {
    padding-top: 0;
    padding-bottom: 0;
}

/* --------------------------------
   □  designList01 / designList02 (.recommend)
-------------------------------- */
.contents .recommend {
    padding-top: 0;
}
.contents .recommend ul.itemList li.slick-slide {
    border: 1px solid #EFEFEF;
    padding: 20px;
}
.contents .recommend ul.itemList li figcaption {
    margin-left: -10px;
    margin-right: -10px;
}
.contents .recommend ul.itemList li .logo {
    position: static;
    margin-bottom: 10px;
    zoom: 1;
}


@media (max-width: 1600px) and (min-width: 768px) {
}


@media (max-width: 1400px) and (min-width: 768px) {
}


@media (max-width: 1200px) and (min-width: 768px) {
}


/* タブレット用
-------------------------------------------- */
@media (max-width: 999px) and (min-width: 768px) {
    /* ==================================================================
       ■ 共通指定
    =================================================================== */
    .contents .buttonStyle.light-blue {
        margin-top: 30px;
    }
}


@media only screen and (max-width : 767px) {
    /* ==================================================================
       ■ 共通指定
    =================================================================== */
    .contents .text,
    .contents .text._s {
        margin-bottom: 0;
    }
    .contents .text._l {
        font-size: 1.8rem;
    }

    .contents .buttonStyle.light-blue {
        width: 100%;
        max-width: 280px;
        margin-top: 30px;
    }
        .contents .buttonStyle.light-blue a {
            font-size: 1.4rem;
            padding: 12px 32px;
        }

    /* --------------------------------
       □  accent
    -------------------------------- */
    #pure_platinum .accent {
        height: 150px;
    }
        #pure_platinum .accent .heading {
            margin-bottom: 20px;
        }

    /* --------------------------------
       □  explain
    -------------------------------- */
    /* --------------------------------
       □  designList01 / designList02 (.recommend)
    -------------------------------- */
    .contents .recommend ul.itemList li.slick-slide {
        padding: 20px 10px;
    }

}