@charset "utf-8";


/* ==================================================================
    canal4c_queenplatinum.css

=================================================================== */
/* ==================================================================
   ■ 共通指定
=================================================================== */
.contents section .lv3.title._l {
    margin-bottom: 30px;
}
.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
-------------------------------- */
#canal4c_queenplatinum .accent {
    background-image: url(../../images/canal4c/queenplatinum/accent_pc.jpg);
}
    #canal4c_queenplatinum .accent .heading {
        text-transform: capitalize;
        margin-bottom: 20px;
    }

/* --------------------------------
    □  explain
-------------------------------- */
#explain .boxArea {
    padding: 0;
    border: none;
}
#explain .boxArea .lv4.en {
    margin-bottom: 5px;
}
#explain .boxArea figure {
    width: 52%;
}
#explain .boxArea .txtArea {
    width: 42%;
}
#explain .boxArea .text + .asterisk {
    margin-top: 10px;
}

/* --------------------------------
    □  noteSec
-------------------------------- */
#noteSec {
    background: #F2F7FF;
    margin-bottom: 0;
}
#noteSec .asterisk {
    font-size: 1.6rem;
    margin-bottom: 0;
}

/* --------------------------------
   □  linkbtn
-------------------------------- */
#linkbtn {
    padding-top: 100px;
}
#linkbtn ul.list li {
    background-color: #7993BA;
    width: 32%;
    max-width: 476px;
    border: 1px solid #DEDEDE;
    margin-bottom: 0;
}
    #linkbtn ul.list li:nth-last-child(-n+2) {
        margin-bottom: 0
    }
#linkbtn ul.list li .txtArea {
    background-color: #7993BA;
    color: #fff;
    padding: 40px 30px 40px 20px;
}
#linkbtn ul.list li .txtArea .lv3.title {
    font-size: 2.0rem;
    margin-bottom: 0;
}
    #linkbtn ul.list li .txtArea .lv3.title span.num {
        font-size: 2.7rem;
    }
#linkbtn ul.list li .buttonStyle.arrow > span:before {
    background: url(../../images/common/icon/arrow_white.svg) no-repeat right center;
    background-size: contain;
    right: 6%;
}


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


@media (max-width: 1400px) and (min-width: 768px) {
    /* --------------------------------
       □  linkbtn
    -------------------------------- */
    #linkbtn ul.list li {
        width: 48%;
        max-width: 732px;
        margin-bottom: 45px;
    }
        #linkbtn ul.list li:nth-last-child(-n+2) {
            margin-bottom: 45px;
        }
        #linkbtn ul.list li:last-child {
            margin: 0 auto;
        }
        #linkbtn ul.list li .buttonStyle.arrow {
            justify-content: center;
        }
}


@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 {
        max-width: 280px;
        margin-top: 30px;
    }
        .contents .buttonStyle.light-blue a {
            font-size: 1.4rem;
            padding: 12px;
        }

    /* --------------------------------
       □  accent
    -------------------------------- */
    #canal4c_queenplatinum .accent {
        background-image: url(../../images/canal4c/queenplatinum/accent_sp.jpg);
        background-position: center;
    }
        #canal4c_queenplatinum .accent .txtArea {
            width: 92%;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
        }

    /* --------------------------------
       □  explain
    -------------------------------- */
    #explain .boxArea:not(:last-child) {
        margin-bottom: 40px;
    }
    #explain figure {
        margin-bottom: 10px;
    }

    /* --------------------------------
       □  noteSec
    -------------------------------- */
    #noteSec .asterisk {
        font-size: 1.4rem;
    }

    /* --------------------------------
       □  linkbtn
    -------------------------------- */
    #linkbtn {
        padding-top: 60px;
    }
    #linkbtn ul.list li {
        margin-bottom: 20px;
        max-width: 100%;
    }
        #linkbtn ul.list li:nth-last-child(-n+2) {
            margin-bottom: 20px;
        }
        #linkbtn ul.list li:last-child {
            margin-bottom: 0;
        }
    #linkbtn ul.list li .txtArea {
        padding: 20px 30px 20px 4%;
    }
    #linkbtn ul.list li .txtArea .lv3.title {
        font-size: 1.6rem;
        margin-bottom: 0;
    }

}