@charset "utf-8";/* CSS Document */


/**************************************************************/


/**************************************************************/

.editor img {
    max-width: 100%;
    height: auto !important;
}

.editor:after {
    content: '';
    display: block;
    clear: both;
}

table {
    border-collapse: collapse !important;
}/*************************** about ***********************************/

.about-page {
    max-width: 1130px;
    margin: 0 auto;
}

.about-page .col {
    max-width: 530px;
}

.about-page .col2 {
    float: right;
}

.about-page .page3 {
    text-align: center;
}

.about-page .title {
    font-size: 20px;
    color: #212121;
    margin: 18px 0 10px;
    text-align: center;
    line-height: 30px;
}

@media screen and (max-width: 1080px) {
    .about-page .col {
        max-width: 100%;
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 767px) {
    .about-page .pic-group .col {
        float: none;
        width: auto;
    }
}/*************************** about ***********************************/


/*************************** price ***********************************/

.price-page {
    max-width: 1140px;
    margin: 0 auto;
}/*.price-page .title,
.service-page .title{
    color: #1F1F1F;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
}*/

.price-page .title,
.service-page .title {
    width: 100%;
    font-size: 28px;
    color: #202020;
    text-align: center;
    margin-bottom: 30px;
}

.price-page .info,
.service-page .info {
    font-size: 14px;
    color: #797979;
    margin-top: 10px;
}

.price-page .info span {
    color: #C30C20;
}

.price-page .page1 {
    width: 1042px;
    margin: 0 auto;
}

.service-page .page2 .features_big {
    margin-bottom: 70px;
    padding: 0 15px;
}

.features_big .pic .corner {
    padding: 10px;
}

.plan_list {
    margin: 0 auto;
    padding-bottom: 20px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.plan_animation {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -webkit-animation-name: slidein;
    -moz-animation-name: slidein;
}

@-webkit-keyframes slidein {
    from {
        padding-left: 100%;
        width: 300%;
        opacity: 0;
    }

    to {
        padding-left: 0%;
        width: 100%;
    }
}

@-moz-keyframes slidein {
    from {
        padding-left: 100%;
        width: 300%;
    }

    to {
        padding-left: 0%;
        width: 100%;
    }
}


.plan_list:after {
    content: '';
    display: block;
    clear: both;
}

.plan_list li {
    list-style: none;
    width: 25%;
    float: left;
    padding: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*  -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
        border-radius: 5px;*/
}

.plan_list .top {
    border: 1px solid #DDDDDD;
}

.plan_list .top:after,
.people_list:after,
.price-page .page3:after,
.features_list:after,
.process_list:after {
    content: '';
    display: block;
    clear: both;
}

.plan_list .price:before {
    content: 'NT$';
    font-size: 21px;
    margin-right: 5px;
}

.plan_list .no {
    width: 100%;
    height: 70px;
    background: # #E0E0E0;
    color: #474747;
    font-size: 30px;
    font-weight: bolder;
    padding: 10px 0px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    text-align: center;
}

.plan_list .price {
    width: 100%;
    height: 160px;
    background: #F29600;
    color: #FFF;
    font-size: 30px;
    font-weight: bolder;
    padding: 60px 0px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    line-height: 32px !important;
    text-align: center;
}

.plan_list li:nth-child(2) .price {
    background: #8DC21F;
}

.plan_list li:nth-child(3) .price {
    background: #00A0E8;
}

.plan_list li:nth-child(4) .price {
    background: #C30E22;
}

.plan_list .price span {
    font-size: 13px;
    color: #000000;
    float: right;
    line-height: 15px !important;
}

.plan_list .plan {
    width: 100%;
    color: #444444;
    float: right;
    text-align: center;
    font-size: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 0px 30px 0px;
    position: relative;
}

.plan_list .plan:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #F29600 transparent transparent transparent;
    border-width: 6px 6px 0 6px;
    transform: rotate(-90deg);
    position: absolute;
    left: -3px;
    top: 45%;
}

.plan_list li:nth-child(2) .plan:before {
    border-color: #8DC21F transparent transparent transparent;
}

.plan_list li:nth-child(3) .plan:before {
    border-color: #00A0E8 transparent transparent transparent;
}

.plan_list li:nth-child(4) .plan:before {
    border-color: #C30E22 transparent transparent transparent;
}

.plan_list .bottom {
    font-size: 14px;
    color: #797979;
    text-align: center;
    padding: 10px 0;
    background: url(../images/price/price_list_bg.jpg)top repeat-x, #E6E6E6;
}

.plan_list .bottom b {
    font-size: 21px;
    color: #1F1F1F;
    display: block;
    font-weight: normal;
}


.price-page .page2 .title {
    width: 100%;
    font-size: 28px;
    color: #202020;
    background: url(../images/about/list.jpg)center top no-repeat;
    padding-top: 108px;
    text-align: center;
    margin: 0px 0 40px;
}

.people_list {
    padding-bottom: 70px;
    border-bottom: 1px solid #CFCFCF;
    padding-left: 0 !important;
}

.people_list li {
    width: calc(100% / 6);
    float: left;
    padding: 0 15px;
    list-style: none;
    text-align: center;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.people_list .pic {
    width: 160px;
    height: 160px;
    margin: 0 auto;
    border: 1px solid #DDDDDD;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

.people_list .pic img {
    max-width: 100%;
    max-height: 100%;
    height: auto !important;
}

.people_list .name {
    font-size: 15px;
    color: #797979;
    margin: 8px 0;
}

.price-page .page3 {
    width: 100%;
    margin: 0 auto;
}

.price-page .page3 .title {
    margin: 60px 0 80px;
}

.plan_box {
    width: 100%;
    overflow: auto;
}

.price-page .page3 td {
    text-align: center;
    width: 25%;
    padding: 5px 15px;
    font-size: 14px;
    color: #000;
}

.td_top {
    border-bottom: 1px solid #777777;
    border-right: 1px solid #777777;
}

.td_right {
    border-right: 1px solid #777777;
}

.td_bottom {
    border-bottom: 1px solid #777777;
}

.left {
    text-align: left !important;
}

.price-page .page3 td:nth-child(2) {
    background: #F5FEDA;
}

.price-page .page3 .price:nth-child(2) {
    color: #FFF;
    font-weight: bold;
    background: #C30E22 !important;
}

.price-page .page3 .name {
    font-size: 18px;
    color: #212121;
    padding: 15px 15px;
}

.price-page .page3 .price {
    font-size: 16px;
    color: #CCCCCC;
    background: #444444 !important;
    padding: 10px 15px;
    border-top: 2px solid #000;
}

.price-page .page3 .ok {
    width: 17px;
    height: 22px;
    display: inline-block;
    background: url(../images/price/icon_ok.png)bottom no-repeat;
}

.price-page .page3 .ex {
    text-align: left;
    padding: 10px 15px;
    border-top: 2px solid #000;
    vertical-align: top;
}

.price-page .page3 .contact {
    border: 1px solid #8DC21F;
    color: #8DC21F;
    font-size: 16px;
    text-align: center;
    padding: 15px 0;
    display: block;
    max-width: 288px;
    margin: 50px auto 50px;
}

.price-page .page3 .contact:hover {
    color: #FFF;
    background: #8DC21F;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}


@media screen and (max-width: 1067px) {
    .price-page .page1 {
        max-width: 80%;
    }
    .plan_list li {
        width: 50%;
    }
    .people_list li {
        width: calc(100% / 4);
    }
}

@media screen and (max-width: 767px) {
    .price-page .page1 {
        max-width: 100%;
    }
    .people_list li {
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 570px) {
    .price-page .page1 {
        max-width: 80%;
    }
    .people_list li {
        width: calc(100% / 2);
    }
    .plan_list li {
        width: 100%;
    }
}

@media screen and (max-width: 415px) {
    .people_list li {
        width: calc(100% / 1);
    }
    .price-page .page1 {
        max-width: 80%;
    }
    .plan_list .price {
        width: 100%;
        float: none;
    }
    .plan_list .plan {
        width: 100%;
        padding: 10px 5px 10px 15px;
    }
    .plan_list .plan:before {
        display: none;
    }
}/*************************** price_rwd ***********************************/

.price_rwd_but a:hover {
    color: #9E4000;
}/*************************** service *********************************/

.service-page .title {
    margin-bottom: 90px;
}

.process {
    max-width: 860px;
    margin: 0 auto;
    background: url(../images/service/bg.jpg)center bottom no-repeat;
    min-height: 837px;
    margin-bottom: 75px;
    position: relative;
}

.process_list {
    padding: 0 !important;
}

.process_list li {
    width: 20%;
    height: 240px;
    list-style: none;
    float: left;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.process_list li:hover .pic {
    margin-top: -10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.process_list .pic {
    max-width: 150px;
    max-height: 150px;
    padding: 5px;
    border: 1px solid #DDDDDD;
    border-radius: 200px;
    box-shadow: 0px 0px 5px rgba(20%, 20%, 40%, 0.2);
    margin: 0 auto;
}

.process_list li:nth-child(1):hover .pic {
    background-color: #FCCC00;
}

.process_list li:nth-child(2):hover .pic {
    background-color: #00A79D;
}

.process_list li:nth-child(3):hover .pic {
    background-color: #F36523;
}

.process_list li:nth-child(4):hover .pic {
    background-color: #00A0E8;
}

.process_list li:nth-child(5):hover .pic {
    background-color: #8EC21F;
}

.process_list li:nth-child(6):hover .pic {
    background-color: #B44ABF;
}

.process_list .pic img {
    max-width: 100%;
    max-height: 100%;
    height: auto !important;
    -webkit-border-radius: 200px;
    border-radius: 200px;
}

.process .big {
    width: 394px;
    height: 221px;
    position: absolute;
    bottom: 123px;
    left: 222px;
}

.process_list li:nth-child(6) {
    display: none;
}

.process_list .name {
    text-align: center;
    font-size: 18px;
    margin: 10px 0;
    color: #202020;
}

.process_list .part {
    display: none;
}

.service-page .page2 {
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 60px;
    border-top: 1px solid #CFCFCF;
}

.features_list {
    padding-left: 0 !important;
    margin: 0;
}

.page2 .features_list.line {
    border-top: 2px dotted #CCC;
    padding-top: 50px;
}

.features_list li {
    width: 25%;
    float: left;
    padding: 0 15px;
    list-style: none;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.features_list .features_col {
    max-width: 248px;
    margin: 0 auto;
    position: relative;
}

.features_col.Pay:after,
.features_col.free:after {
    color: #FFF;
    position: absolute;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    left: 0;
    bottom: -20px;
    padding: 0 8px;
}

.features_col.Pay:after {
    content: '加購';
    background: #F26522;
}

.features_col.free:after {
    content: '免費';
    background: #8DC21F;
}

.features_list .pic .corner {
    padding: 10px;
}

.features_list .pic {
    max-width: 248px;
    height: 96px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.features_list .pic img {
    max-width: 100%;
    max-height: 100%;
    height: auto !important;
}

.features_list .name {
    font-size: 15px;
    color: #646464;
    margin: 8px 0;
}

@media screen and (max-width: 1100px) {
    .features_list li {
        width: 33.33%;
    }
}

@media screen and (max-width: 950px) {
    .process {
        min-height: inherit !important;
    }
    .process_list li {
        width: 33.33%;
    }
    .process_list li:nth-child(6) {
        display: inline-block;
    }
    .process_list .name {
        margin: 0px 0 10px;
    }
    .process_list .part {
        font-family: 'Nova Flat';
        text-align: center;
        font-size: 22px;
        font-weight: bold;
        display: block;
        line-height: 20px;
        margin: 10px 0 2px;
    }
    .process_list li:nth-child(1) .part {
        color: #FCCC00;
    }
    .process_list li:nth-child(2) .part {
        color: #00A79D;
    }
    .process_list li:nth-child(3) .part {
        color: #F36523;
    }
    .process_list li:nth-child(4) .part {
        color: #00A0E8;
    }
    .process_list li:nth-child(5) .part {
        color: #8EC21F;
    }
    .process_list li:nth-child(6) .part {
        color: #B44ABF;
    }
    .process .big {
        display: none;
    }
    .process {
        background: none;
        min-height: 837px;
        margin-bottom: 75px;
        position: relative;
    }
}

@media screen and (max-width: 850px) {
    .features_list li {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .process_list li {
        width: 50%;
    }
}

@media screen and (max-width: 580px) {
    .features_list li,
    .process_list li {
        width: 100%;
    }
}/*************************** service *********************************/


/*************************** contact *********************************/

.contact-page .list li {
    padding: 0;
}

.contact-page .pic {
    max-width: 928px;
    margin: 0 auto;
    position: relative;
}

.contact-page .pic .print {
    width: 130px;
    height: 40px;
    display: block;
    background: url(../images/contact/print.png)no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
}

.contact-page .from_box:after {
    content: '';
    display: block;
    clear: both;
}

.contact-page .from_box .col {
    max-width: 450px;
    float: left;
}

.contact-page .from_box .col2 {
    margin-left: 40px;
}

.contact-page .from_box .from_title {
    background: #9264A5;
    color: #FFF;
    text-align: center;
    font-size: 16px;
}

.contact-page .from_box li {
    list-style: none;
    text-align: center;
    background: #EEEEEE;
    line-height: 31px;
    font-weight: bold;
    height: 31px;
    overflow: auto;
}

.contact-page .from_box li:nth-child(even) {
    background: #FFF;
}

.contact-page .from_box ul {
    width: 49.5%;
    float: left;
    padding: 0;
    margin: 0;
}

.contact-page .from_box ul+ul {
    border-left: 1px solid #FFF;
}

.contact-page .from_box .add {
    background: #EBE3EE;
    color: #9264A5;
    text-align: center;
    font-size: 16px;
}

@media screen and (max-width: 1100px) {
    .contact-page .from_box .col,
    .contact-page .from_box .col2 {
        width: 100% !important;
        float: left !important;
        margin: 0;
    }
}/*************************** contact *********************************/


/*************************** notice ********************************/

.notice-page {
    max-width: 1100px;
    margin: 0 auto;
}

.notice-page .col {
    max-width: 500px;
}

.notice-page .col.col2 {
    float: right;
}

.notice-page .title {
    background: #8E5FA3;
    color: #FFF;
    font-weight: bold;
    display: inline-block !important;
    padding: 2px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1060px) {
    .notice-page .col {
        width: 100%;
        float: none;
    }
    .notice-page .col.col2 {
        float: none;
    }
}/*************************** notice ********************************/


/*************************** restaurant *****************************/

.restaurant-page .row {
    max-width: 1100px;
    margin: 0 auto;
}

.restaurant-page .col.col1 {
    width: calc(100% - 680px);
}

.restaurant-page .col.col2 {
    width: 680px;
}

@media screen and (max-width: 1110px) {
    .restaurant-page .col.col {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .restaurant-page .pic-group .col {
        float: none;
        width: auto;
    }
}/*************************** restaurant ******************************/


/*************************** terms ***********************************/

.terms-page {
    max-width: 1000px;
    margin: 0 auto;
}

.terms-page .page-title {
    text-align: center;
    color: #444;
    font-size: 25px;
    margin-bottom: 36px;
    line-height: 1.4;
}

.terms-page .title {
    color: #8CC01F;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 6px;
}/*************************** terms ***********************************/


/*************************** isclaimer ***********************************/

.disclaimer-page {
    max-width: 1000px;
    margin: 0 auto;
}/*------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Lato|Open+Sans|Roboto+Condensed');

.cart-price-page {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
}

.cart-price-page .list-h:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}

.cart-price-page .list-inline,
.cart-price-page .list-inline ul,
.cart-price-page .list-h,
.cart-price-page .list-h ul,
.cart-price-page .list-v,
.cart-price-page .list-v ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.cart-price-page .list-inline>li,
.cart-price-page .list-inline .item {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.cart-price-page .list-inline>li a,
.cart-price-page .list-inline .item a {
    display: inline-block;
    position: relative;
}

.cart-price-page .list-h>li,
.cart-price-page .list-h .item {
    float: left;
    box-sizing: border-box;
}

.cart-price-page .list-h>li a,
.cart-price-page .list-h .item a,
.cart-price-page .list-v li a {
    display: block;
    position: relative;
}

.cart-title01 {
    margin: 25px 0 15px 0;
    font-size: 26px;
    color: #1F1F1F;
    text-align: center;
}

.cart-title01 small {
    display: block;
    color: #8A8A7B;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

.cart-title02 {
    position: relative;
    font-size: 25px;
    color: #535353;
    text-align: center;
    background: rgba(234, 237, 242, 0.6);
    border: 1px solid rgba(171, 182, 200, 0.6);
    border-radius: 45px;
    padding: 3px 10px;
    margin: 0 0 45px 0;
}

.cart-title02 b {
    color: #D80000;
    margin: 0 0 0 15px;
    display: inline-block;
    font-size: 23px;
    font-family: 'Lato', sans-serif;
}

.cart-title02 b strong {
    font-size: 34px;
}

.cart-title02 .text_s_01 {
    width: 173px;
    height: 73px !important;
    top: -56px;
    right: 10%;
    position: absolute;
    max-height: none;
}

.cart-price-page .cart-ul01 {
    margin: 0 0 55px 0;
}

.cart-ul01 li {
    background: url(../images/_2017_rwd_cart/bg01.png) no-repeat bottom, url(../images/_2017_rwd_cart/ic01.png) no-repeat center right;
    padding: 25px 40px 20px 0;
    text-align: left;
    color: #545454;
    font-size: 25px;
    font-weight: bold;
}

.cart-ul01 b {
    font-family: 'Roboto Condensed', sans-serif;
    color: #84849F;
    font-size: 35px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 7px 0;
    border-bottom: 4px solid #84849F;
    line-height: 1.2;
}

.cart-ul01 span {
    color: #D80000;
}

.cart-price-page .cart-ul02 {
    margin: 0 -10px 55px;
}

.cart-ul02 li {
    width: 25%;
    padding: 0 10px;
}

.cart-ul02 li .box {
    border: 1px solid #DDDDDD;
    border-radius: 15px;
    overflow: hidden;
}

.cart-ul02 li span {
    padding: 10px 10px 10px 0;
    display: block;
    font-size: 18px;
    color: #545454;
    margin: 0 0 3px;
    background: url(../images/_2017_rwd_cart/shadow02.png) no-repeat center bottom;
}

.cart-ul02 li span b {
    font-size: 25px;
    margin: 0 5px 0 0;
}

.cart-ul02 li p {
    background: #8DC21F;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 17px;
    padding: 38px 0;
    font-weight: bold;
}

.cart-ul02 li:nth-child(2) p {
    background: #00A0E8;
}

.cart-ul02 li:nth-child(3) p {
    background: #C30E22;
}

.cart-ul02 li:nth-child(4) p {
    background: #F29600;
}

.cart-ul02 li p b {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 0 5px;
}

.cart-ul02 li strong {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+100 */
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0);
    /* IE6-9 */
    display: block;
    font-size: 18px;
    padding: 10px 10px 5px;
}

.cart-price-page .cart-ul03 {
    max-width: 370px;
    margin: 0 auto 35px;
}

.cart-ul03 li {
    margin: 0 0 15px;
    color: #525252;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
}

.cart-ul03 li a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fafafa+0,e5e5e5+100 */
    background: rgb(250, 250, 250);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(250, 250, 250, 1) 0%, rgba(229, 229, 229, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(250, 250, 250, 1) 0%, rgba(229, 229, 229, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(250, 250, 250, 1) 0%, rgba(229, 229, 229, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e5e5e5', GradientType=0);
    /* IE6-9 */
    border: 1px solid #D9D9D9;
    padding: 9px 9px 9px 80px;
    border-radius: 30px;
}

.cart-ul03 li b {
    font-weight: normal;
    color: #D90000;
    font-size: 15px;
    margin: 0 10px 0 0;
}

.cart-ul01-2 li {
    background: url(../images/_2017_rwd_cart/bg01.png) no-repeat bottom;
    padding: 25px 0 20px 0;
}

.cart-ul01-2 span {
    display: inline-block;
    width: calc(100% - 65px);
    vertical-align: top;
    margin: 0 0 0 10px;
    color: #000000;
    font-weight: normal;
    font-size: 20px;
}

.cart-ul01-2 b {
    color: #D80000;
    border-color: #D80000;
}

.cart-ul01-2 strong {
    display: block;
    color: #D80000;
    font-size: 23px;
}

.cart-ul01-2 li:nth-child(2) b {
    color: #F29600;
    border-color: #F29600;
}

.cart-ul01-2 li:nth-child(2) strong {
    color: #F29600;
}

.cart-ul01-2 li:nth-child(3) b {
    color: #8CC11F;
    border-color: #8CC11F;
}

.cart-ul01-2 li:nth-child(3) strong {
    color: #8CC11F;
}

.cart-ul01-2 li:nth-child(4) b {
    color: #009FE7;
    border-color: #009FE7;
}

.cart-ul01-2 li:nth-child(4) strong {
    color: #009FE7;
}

.cart-title01.ic01 {
    background: url(../images/_2017_rwd_cart/ic02.png) no-repeat bottom center;
    padding: 0 0 30px 0;
}

.cart-title03 {
    position: relative;
    font-size: 23px;
    color: #7D92B0;
    text-align: center;
    background: rgba(234, 237, 242, 0.6);
    border: 1px solid rgba(171, 182, 200, 0.6);
    border-radius: 45px;
    padding: 3px 10px;
    margin: 0 0 45px 0;
    font-weight: bold;
}


.cart-title03 .text_s_02 {
    width: 87px;
    height: 90px !important;
    top: -60px;
    right: 23%;
    position: absolute;
    max-height: none;
}

.cart-price-page .cart-ul04 {
    margin: 0 0 55px;
}

.cart-ul04 li {
    text-align: left;
    background: url(../images/_2017_rwd_cart/bg01.png) no-repeat bottom, url(../images/_2017_rwd_cart/ic01.png) no-repeat center left;
    padding: 25px 0 20px 50px;
    color: #444444;
    font-size: 18px;
}

.cart-ul04 li b {
    font-size: 23px;
    color: #2F6FB3;
}

.cart-ul04 li b span {
    float: right;
}

.cart-ul04 li p {
    margin: 10px 0 0 0;
}

.cart-title01.ic02 {
    background: url(../images/_2017_rwd_cart/ic03.png) no-repeat top center;
    padding: 50px 0 0 0;
}

.cart-price-page .cart-ul05 {}

.cart-ul05 li {
    text-align: left;
    color: #444444;
    font-size: 18px;
    padding: 15px 0;
}

.cart-ul05 li+li {
    border-top: 1px solid #DDDDDD;
}

.cart-ul05 li b {
    display: inline-block;
    background: #111111;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    border: 3px solid #FFBF00;
    vertical-align: top;
}

.cart-ul05 li p {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 50px);
    margin: 0 0 0 10px;
}

.cart-ul05 li span {
    display: block;
    color: #D90000;
    font-size: 23px;
    font-weight: bold;
    margin: -2px 0 5px 0;
}

.cart-price-box {
    text-align: left;
    color: #222;
    font-size: 20px;
    margin: 0 0 120px;
}

.cart-price-box img {
    display: block;
    margin: 0 auto;
}

.cart-price-box .title {
    color: #333333;
    font-size: 21px;
    border-bottom: 1px solid #DDDDDD;
    padding: 0 0 20px 0;
    max-width: 475px;
    margin: 40px auto 25px;
}

.cart-price-box .title b {
    color: #333333;
    font-size: 23px;
    margin: 0 0 0 10px;
}

.cart-price-box .cart-ul06 {
    margin: 10px 0;
}

.cart-ul06 li {
    border: 1px solid rgba(171, 182, 200, 0.6);
    border-radius: 45px;
    padding: 5px 135px 5px 50px;
    background: rgba(234, 237, 242, 0.6) url(../images/_2017_rwd_cart/ic06.png) no-repeat 98% 50%;
    margin: 0 0 15px;
    position: relative;
}

.cart-ul06 li:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #555555;
    border-radius: 50%;
    display: block;
    position: absolute;
    border: 4px solid #fff;
    top: 9px;
    left: 13px;
    z-index: 2;
}

.cart-ul06 li:after {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #AAAAAA;
    position: absolute;
    top: 8px;
    left: 12px;
    z-index: 1;
}

.cart-ul06 .cost {
    padding: 5px 135px 5px 170px;
}

.cart-ul06 .cost b {
    width: 125px;
    height: 41px;
    position: absolute;
    top: -1px;
    left: 24px;
    background: rgba(234, 237, 242, 0.6) url(../images/_2017_rwd_cart/text_s_03.png) no-repeat;
}

.cart-title04 {
    font-size: 24px;
    color: #1F1F1F;
    padding: 25px 0 0 0;
    margin: 25px 0;
    background: url('../images/_2017_rwd_cart/ic04.jpg') no-repeat center top;
}

.cart-ul07-tit {
    text-align: left;
    color: #000000;
    font-size: 17px;
    border-bottom: 1px solid #999999;
}

.cart-ul07-tit li,
.cart-ul07 li {
    padding: 15px;
    text-align: left;
}

.cart-ul07-tit .c01,
.cart-ul07 .c01 {
    width: 20%;
}

.cart-ul07-tit .c02,
.cart-ul07 .c02 {
    width: 60%;
}

.cart-ul07-tit .c03,
.cart-ul07 .c03 {
    width: 20%;
}

.cart-ul07-tit i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 4px 4px;
    border-color: #000 transparent transparent transparent;
}

.cart-price-page .cart-ul07 {
    display: table;
    width: 100%;
}

.cart-price-page .cart-ul07 li {
    border-bottom: 1px dotted #AAAAAA;
    display: table-cell;
    float: none;
    vertical-align: top;
}

.cart-price-page .cart-ul07 .c01 {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 40px 15px 10px;
}

.cart-ul07 .c02 {
    background: #F5F8F7;
    color: #333333;
    font-size: 16px;
    padding: 20px 25px;
}

.cart-ul07 .c03 {
    color: #E50000;
    font-size: 16px;
    font-weight: bold;
}

.cart-ul07 .c03 span {
    display: block;
    font-size: 22px;
}

.cart-ul07 .c03 span small {
    font-size: 16px;
}

.cart-title05 {
    background: #7E8FAB;
    border-radius: 30px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 5px 15px;
    margin: 80px 0 60px;
    position: relative;
}

.cart-title05:after {
    content: "";
    display: block;
    width: 16px;
    height: 18px;
    background: url('../images/_2017_rwd_cart/ic02.png');
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 15px 0 0 -8px;
}

.cart-price-page .cart-ul07-2 li {
    vertical-align: middle;
}

.cart-ul07-tit-2 .c01 {
    width: 20%;
}

.cart-ul07-tit-2 .c02 {
    width: 50%;
}

.cart-ul07-tit-2 .c03 {
    width: 30%;
}

.cart-ul07-2 .c01 {
    width: 20%;
    text-align: right;
    padding: 15px 40px 15px;
}

.cart-ul07-2 .c02 {
    width: 50%;
    color: #fff;
    font-size: 18px;
    position: relative;
    font-weight: bold;
    padding: 25px 15px 25px 20px;
    background: #F03D00 ;
    line-height: 1.5;
}

.cart-ul07-2 .c02 img{
    margin: 0 10px 5px 0;
}

.cart-ul07-2 .c02 img + p{
    margin: 0;
    width: calc(100% - 30px);
    display: inline-block;
    vertical-align: top;
}

.cart-ul07-2 .fz_b img{
    margin: 0 10px -9px 0;
}

.cart-ul07-2 .fz_b img + p{
    vertical-align: middle;
}


.cart-ul07-2 .c03 {
    width: 30%;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    padding: 15px 30px;
}

.cart-ul07-2 .color01 {
    color: #FFFF00;
    font-size: 16px;
    font-weight: normal;
}

.cart-ul07-2 .color01 span {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 0 10px;
    font-family: 'Roboto Condensed', sans-serif;
}

.cart-ul07-2 .color01 span b{
    font-size: 37px;
}

.cart-ul07-2 .color02 {
    color: #FFFF00;
    font-size: 18px;
}

.cart-ul07-2 .color03 span{
    font-size: 23px;
    color: #D80000;
    font-weight: bold;
}

.cart-ul07-2 .fz_c{
    color: #fff;
}

.cart-ul07-2 .fz_c img{
    margin: 0 10px -36px 0;
}

.cart-ul07-2 .fz_c span {
    display: block;
    color: #FFFF00;
    font-family: 'Roboto Condensed', "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;}


.cart-ul07-2 .fz_c span > b {
    font-size: 37px;
}

.cart-ul07-2 .fz_c b{
    color: #FFFF00;
    font-family: 'Roboto Condensed', sans-serif;
}

/*------------------------------------------*/

@media screen and (max-width: 1024px) {
    .cart-title03 .text_s_02 {
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    .cart-title02 .text_s_01 {
        right: 0;
    }
    .cart-ul02 li {
        width: 50%;
        margin: 0 0 25px;
    }
    .cart-ul06 li {
        border-radius: 10px;
        background: rgba(234, 237, 242, 0.6) url(../images/_2017_rwd_cart/ic06.png) no-repeat 50px 89%;
        padding: 5px 15px 25px 50px;
    }
    .cart-ul06 .cost {
        padding: 45px 15px 35px 50px;
    }
    .cart-price-page .cart-ul07-tit{
        display: none;
    }
    .cart-price-page .cart-ul07,
    .cart-price-page .cart-ul07 li{
        display: block;
        width: auto;
    }
    .cart-price-page .cart-ul07 li{
        padding: 10px 15px;
    }
    .cart-price-page .cart-ul07{
        border: 2px solid #ddd;
        margin: 0 0 15px;
    }
    .cart-ul07 .c03 span{
        display: inline-block;
    }
    .cart-price-page .cart-ul07 .c01{
        text-align: left;
        padding: 5px 20px 5px 10px;
        background: #eee;
    }
    .cart-ul07-2 .c02:before,
    .cart-ul07-2 .c03:before{
        content: attr(title);
        display: inline-block;
        color: #fff;
    }
    .cart-ul07-2 .c03:before{
        color: #999;
        font-weight: bold;
        display: block;
    }
    .cart-ul07-2 .fz_b img,
    .cart-ul07-2 .fz_c img{
    margin: 0 10px 5px 0;}
}


@media screen and (max-width: 600px) {
    .cart-ul04 li b span {
        float: none;
        display: block;
    }
    .cart-title02 {
        margin: 100px 0 0 0;
    }
    .cart-title02 .text_s_01 {
        top: -88px;
        right: 50%;
        margin: 0 -85px 0 0;
    }
    .cart-title02 .text_s_01 {}
    .cart-title03 .text_s_02 {
        right: -10px;
        top: -100px;
    }
}

@media screen and (max-width: 400px) {
    .cart-price-page .cart-ul02 {
        margin: 0 0 55px;
    }
    .cart-ul02 li {
        width: 100%;
        padding: 0;
        margin: 0 0 25px;
    }
    .cart-ul03 li a {
        padding: 9px 25px;
    }
}