@charset "utf-8";


/* ==================================================================
    brand_4c_calendarring.css

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

/* --------------------------------
   □  accent
-------------------------------- */
#brand_4c_calendarring .accent {
    background-image: url(../../images/4c/calendarring/accent_pc.jpg);
}
    #brand_4c_calendarring .accent .heading {
        text-transform: capitalize;
        margin-bottom: 20px;
    }

/* --------------------------------
   □ intro
-------------------------------- */
#intro p.text {
    line-height: 2.5;
}
    #intro p.text:last-child {
        margin-bottom: 0;
    }

/* --------------------------------
   □ explain
-------------------------------- */
#explain {
    padding-top: 0;
}
#explain .imagebox {
    margin-bottom: 0;
}
    #explain .imagebox + .imagebox {
        margin-top: 90px;
    }
#explain .imagebox figure {
    z-index: -1;
}
#explain .imagebox .txtArea {
    background: #fff;
    margin: 0 0 30px -90px;
    padding: 100px 60px;
    height: auto;
}
    #explain .imagebox.reverse .txtArea {
        margin: 0 -90px 30px 0;
    }
#explain .imagebox .txtArea .lv3.title {
    margin-bottom: 20px;
}

/* --------------------------------
   □ howtoOrder
-------------------------------- */
#howtoOrder {
    background: #F7F7F7;
}

/* ◆ imagebox
-------------------------------- */
#howtoOrder .imagebox {
    margin-bottom: 130px;
}
#howtoOrder .imagebox figure {
    width: 732px;
}
    #howtoOrder .imagebox figure img {
        width: 100%;
    }
#howtoOrder .imagebox .txtArea {
    position: relative;
    width: 860px;
    margin: 0 0 -30px -90px;
    height: auto;
}
#howtoOrder .imagebox .txtArea .boxArea {
    padding: 60px 100px 60px 140px;
}
    #howtoOrder .imagebox .boxArea.bg_blue-gray {
        background: #DCE2EB;
    }
#howtoOrder .imagebox .txtArea .text {
    line-height: 2.5;
}
    #howtoOrder .imagebox .txtArea .text.bold {
        margin-bottom: 0;
    }
    #howtoOrder .imagebox .txtArea .text + .text {
        margin-top: 30px;
    }

#howtoOrder .inner#stone .boxArea {
    padding: 60px 4% 20px;
}
#howtoOrder .inner#stone .boxArea .inner {
    max-width: 988px;
    margin: auto;
}
#howtoOrder .inner#stone .boxArea .inner .lv3.title._l {
    margin-bottom: 10px;
}

/* --------------------------------
   □ linkbtn
-------------------------------- */
#linkbtn {
    padding-top: 100px;
}


@media (max-width: 1600px) and (min-width: 768px) {
    /* --------------------------------
       □  howtoOrder
    -------------------------------- */
    #howtoOrder .imagebox {
        align-items: flex-start;
    }
}


@media (max-width: 1400px) and (min-width: 768px) {
    /* --------------------------------
       □  explain
    -------------------------------- */
    #explain .imagebox .txtArea {
        padding: 80px 60px;
    }

    /* --------------------------------
       □  howtoOrder
    -------------------------------- */
    #howtoOrder .imagebox .txtArea .boxArea {
        padding-right: 60px;
    }
}


@media (max-width: 1200px) and (min-width: 768px) {
    /* --------------------------------
       □  explain
    -------------------------------- */
    #explain .imagebox .txtArea {
        padding: 80px 4%;
    }

    /* --------------------------------
       □  howtoOrder
    -------------------------------- */
    #howtoOrder .imagebox .txtArea .boxArea {
        padding: 50px 4% 50px 120px;
    }
}


/* タブレット用
-------------------------------------------- */
@media (max-width: 999px) and (min-width: 768px) {
    /* --------------------------------
       □  explain
    -------------------------------- */
    #explain .imagebox .txtArea {
        padding: 50px 4%;
    }
}


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

    /* --------------------------------
       □  accent
    -------------------------------- */
    #brand_4c_calendarring .accent {
        background-image: url(../../images/4c/calendarring/accent_sp.png);
        background-position: center;
    }
        #brand_4c_calendarring .accent .txtArea {
            width: 92%;
            top: 8%;
            bottom: auto;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
        }

    /* --------------------------------
       □  intro
    -------------------------------- */
    #intro figure {
        margin-top: 20px;
    }
    #intro p.text {
        line-height: 1.8;
    }

    /* --------------------------------
       □  explain
    -------------------------------- */
    #explain {
        padding-bottom: 40px;
    }
    #explain .imagebox {
        margin-bottom: 0;
    }
    #explain .imagebox .txtArea,
    #explain .imagebox.reverse .txtArea {
        padding: 20px 4%;
        margin: 0 auto;
        height: auto;
    }
    #explain .imagebox + .imagebox {
        margin-top: 30px;
    }

    /* --------------------------------
       □  howtoOrder
    -------------------------------- */
    #howtoOrder .imagebox figure {
        width: auto !important;
        margin: 0 calc(50% - 50vw);
    }
    #howtoOrder .imagebox .txtArea {
        margin: 0 auto;
    }
    #howtoOrder .imagebox .txtArea .boxArea {
        padding: 30px 0;
    }
        #howtoOrder .imagebox .boxArea.bg_blue-gray {
            padding: 30px 4%;
        }
    #howtoOrder .imagebox {
        margin-bottom: 60px;
    }
        #howtoOrder .imagebox .txtArea .text {
            line-height: 2;
        }

    #howtoOrder .inner#stone {
        width: auto!important;
        margin: 0 calc(50% - 50vw); 
    }

    /* --------------------------------
       □  linkbtn
    -------------------------------- */
    #linkbtn {
        padding-top: 60px;
    }

}