/* Blog
---------------------------------------------------------- */


/* ----- key ----- */

.price .l-sub_top {
    background: url(../img/img_key.jpg) no-repeat center;
    background-size: cover;
}


/* ----- common ----- */

.c-cont_inner a {
    display: inline-block;
}

.price .c-cont_inner .c-note_base {
    margin-bottom: 16px;
}

.price_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: #eef6f5;
    padding: 40px 16px;
    margin-top: 30px;
}

.price_image_left {
    background: #06cfd3;
    border: 1px solid #06cfd3;
    width: 25%;
    text-align: center;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Shippori Mincho', serif;
    color: #fff;
    font-weight: bold;
}

.price_image_txtWrap {
    background: #fff;
    border: 1px solid #06cfd3;
    color: #06cfd3;
    width: calc(75% - 2em);
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2;
    padding: 16px;
    font-family: 'Shippori Mincho', serif;
    font-weight: 600;
    font-size: 0.9em;
}

.price_image_txt {
    width: calc((100% - 4em) / 3);
    padding: 0 5px;
}

.price_image_icn {
    padding: 0 0.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    color: #222;
}

.p-price_note {
    background: #eef6f5;
    padding: 22px 50px 18px;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
    margin-top: 16px;
}

.p-price_note .p-price_note_msg {
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: 16px;
    margin-bottom: 10px;
    font-family: 'Shippori Mincho', serif;
    color: #68c3c5;
    font-weight: 600;
}

.c-whitening .c-tbl_price01 th:first-child,
.c-whitening .c-tbl_price01 td:first-child{
    width: 50%;
}

.c-whitening .c-tbl_price01 th:nth-child(2),
.c-whitening .c-tbl_price01 td:nth-child(2){
    width: 50%;
}


/* =================================
 PC blog
================================= */

@media screen and (min-width: 768px) {
    .lg-object {
        padding: 50px!important;
    }
}


/* =================================
  IE blog
================================= */

_:-ms-lang(x)::-ms-backdrop,
.xxxxx {}


/* =================================
  PC min blog
================================= */

@media only screen and (max-width: 1240px) and (min-width: 768px) {}


/* =================================
  TAB blog
================================= */

@media screen and (min-width: 768px) and (max-width: 960px) {}


/* =================================
 SP blog
================================= */

@media screen and (max-width: 767px) {
    .price .c-cont_inner .c-note_base {
        margin-bottom: 10px;
    }
    /* .p-pric_tblWrap {
        overflow-x: scroll;
    }
    .p-pric_tblWrap table {
        width: 720px;
    } */
    .c-tbl_price01 th:first-child,
    .c-tbl_price01 td:first-child {
        width: 36%;
        padding: 4px;
    }
    .c-tbl_price01 th:nth-child(2),
    .c-tbl_price01 td:nth-child(2) {
        width: 31%;
        padding: 4px;
    }
    .c-tbl_price01 th:nth-child(3),
    .c-tbl_price01 td:nth-child(3) {
        width: 33%;
        padding: 4px;
    }
    .price_image {
        display: block;
        padding: 20px 10px;
        margin-top: 16px;
        text-align: center;
    }
    .price_image_left {
        width: 100%;
        text-align: center;
        padding: 10px;
    }
    .price_image_txtWrap {
        background: #fff;
        border: 1px solid #06cfd3;
        color: #06cfd3;
        width: 100%;
        display: block;
        padding: 10px;
    }
    .price_image_txt {
        width: 100%;
        padding: 10px;
    }
    .price_image_icn {
        padding: 10px 0 0;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        display: inline-block;
    }
    .price_image_txtWrap .price_image_icn {
        padding: 0;
    }
    .p-price_note {
        margin-top: 10px;
        padding: 16px;
        text-align: center;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .p-price_note .p-price_note_msg {
        font-size: 16px;
        font-size: 1.6rem;
        margin-top: 16px;
        margin-bottom: 8px;
    }
}


/* =================================
 iphone5s,SE blog
================================= */

@media screen and (max-width: 320px) {}