@charset "utf-8";
@import url('slick.css');
/* ==========================================================================

    CONTENT CSS

========================================================================== */
/*
    // MediaQuery display width.
        DESCTOP : 1300 or more
        LAPTOP  : 960 - 1299
        TABLET  : 640 - 959
        PHONE   : 639 or less
*/

body.notification header .js-Chlang,
body.notification #burger-menu .block:last-child{
  display: none;
}
body.notification header .logo a,
body.notification header .content a,
body.notification footer .f-nav > nav a,
body.notification #burger-menu a{
  pointer-events: none;
  color: #ccc;
}
/* ==========================================================================
    LATEST OF JAPAN   main.loj
========================================================================== */
.area-bbc{
    margin-bottom: 1rem;
}
.area-bbc .-inner{
    padding: 1.4em 30px 1.6em;
    text-align: center;
}
.area-bbc .called-sub-category > div{
    padding: 0 5em 1.6em;
}
.area-bbc .col.flex-width{
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    width: auto;
    margin: auto;
    white-space: nowrap;
}
.area-bbc .-inner.called-sub-category{
    padding: 0 0 0;
}
.area-bbc i{
    display: block;
}
.area-bbc i[class*="pict-"]{
    width: 5.0rem;
    height: 5.0rem;
    margin: auto;
    border-radius: 0.5rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
    .pict-travel{
        background-color: #3051ba;
        background-image: url("../img/cmn/pict-travel.png");
    }
    .pict-shopping{
        background-color: #fc28ee;
        background-image: url("../img/cmn/pict-shopping.png");
    }
    .pict-food{
        background-color: #fc2662;
        background-image: url("../img/cmn/pict-food.png");
    }
    .pict-culture{
        background-color: #a54ed1;
        background-image: url("../img/cmn/pict-culture.png");
    }
    .pict-online,
    .pict-online_store{
        background-color: #ff4550;
        background-image: url("../img/cmn/pict-online.png");
    }
    .pict-transport{
        background-color: #ffa801;
        background-image: url("../img/cmn/pict-transport.png");
    }
    .pict-retail,
    .pict-retail_store{
        background-color: #fc28ee;
        background-image: url("../img/cmn/pict-retail.png");
    }
    .pict-rest,
    .pict-restaurant{
        background-color: #ff2662;
        background-image: url("../img/cmn/pict-rest.png");
    }
    .pict-leisure{
        background-color: #1f88db;
        background-image: url("../img/cmn/pict-leisure.png");
    }
    .pict-relax,
    .pict-relaxation{
        background-color: #a54ed1;
        background-image: url("../img/cmn/pict-relax.png");
    }
    .pict-enter,
    .pict-entertainment{
        background-color: #ff6600;
        background-image: url("../img/cmn/pict-enter.png");
    }
    .pict-hotel{
        background-color: #833006;
        background-image: url("../img/cmn/pict-hotel.png");
    }
    .pict-others{
        background-color: #1ab0ae;
        background-image: url("../img/cmn/pict-other.png");
    }
.area-bbc .count-0,
.area-bbc .empty{
    pointer-events: none;
}
.area-bbc .cate-item.count-0 span{
    color: #ccc;
}
.area-bbc .count-0 i[class*="pict-"],
.area-bbc .empty i[class*="pict-"]{
    background-color: #d9d9d9;
}
.area-bbc span{
    display: block;
    font-size: 87.5%;
    color: #363636;
}
.area-bbc .-row{
    width: 100%;
    margin: auto;
}
.area-bbc .-row.flex-width{
    padding: 0 3.0%;
}
.area-bbc .col-left,
.area-bbc .col-right{
    width: 9%;
}
.loj .area-bbc .col-left,
.loj .area-bbc .col-right{
    width: 19%;
}
.area-bbc .col-left{
    text-align: left;
    padding-left: 1em;
}
.loj .area-bbc .col-left{
    text-align: center;
}
.area-bbc .col-left.border{
    border-right: #c7c7c7 1px solid;
}
.loj .area-bbc .col-left.border{
    border-right: #fff 1px solid;
}
.tips-detail .onePhoto-Layout.KV .img,
.tips-detail .onePhoto-Layout.KV .text{
  padding-left: 0;
  padding-right: 0;
}
.area-bbc .pageback{
    padding-top: 3em;
}
.pageback{
    display: inline-block;
}
.loj .pageback{
    text-align: center;
    display: inline-block;
}
.pageback > a{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.loj .pageback > a{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.pageback > a i{
    width: 5.0rem;
    height: 5.0rem;
    display: block;
    background: url(../img/svg/i-back.svg) no-repeat center center;
    background-size: contain;
}
.loj .pageback > a i{
    margin-right: 2.0rem;
}
.area-bbc nav a,
.cate-item{
    display: inline-block;
    width: 10.6rem;
    cursor: pointer;
}
    .loj .area-bbc nav .cate-item{
        width: 13rem;
    }
.area-bbc .cate-item{
    padding: 1rem 0;
    border-radius: 0.5em 0.5em 0 0;
}
.area-bbc .cate-item:hover{
    text-decoration: none;
}
.area-bbc .cate-item:hover span{
    color: #008ef0;
}
.cate-item.active{
    background: #fff;
}
.called-sub-category .cate-box nav{
    background: #fff;
    text-align: left;
    padding: 1em;
    border-radius: 0.5em;
}
@media print, screen and (min-width:1261px){
    .scroll-area{
        width: 100% !important;
    }
    .scroll-area .scroll-content{
        overflow: hidden;
        white-space: nowrap;
    }
}
@media print, screen and (max-width:1260px){
    .area-bbc.-row{
        display: block;
        margin-bottom: 0;
    }
    .area-bbc .col.flex-width{
        -webkit-box-flex: none;
        flex: none;
        display: block;
        width: 100%;
        max-width: 100%;

    }
    .area-bbc .col-left.border,
    .area-bbc .col-right{
        border: none;
        width: 0;
        padding: 0;
        margin: 0;
    }
    .area-bbc .category1-list button{
        white-space: nowrap;
    }
    .area-bbc .pageback{
        position: absolute;
        left: 0;
        top: 0;
        padding: 1em 2em;
    }
    .area-bbc .pageback a span{
        display: none;
    }
    .scroll-area{
        width: 100%;
        overflow: hidden;
    }
    .scroll-area .scroll-content{
        overflow: auto;
        white-space: nowrap;
    }
    .mCSB_scrollTools.mCSB_scrollTools_horizontal{
        width: 100px;
        margin: auto;
    }
    .area-bbc .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
        height: 6px;
        background-color: #eee;
        bottom: 8px;
    }
    .area-bbc .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
        height: 8px;
        background-color: #008ef0;
    }
    .area-bbc .mCSB_horizontal.mCSB_inside>.mCSB_container{
        margin-bottom: 17px;
    }
    .area-bbc .mCSB_scrollTools.mCSB_scrollTools_horizontal{
        bottom: 10px;
        position: relative;
        width: auto;
        margin-left: 30vw;
        margin-right: 30vw;
    }
    #category2-list .mCSB_draggerRail{
        background-color: #ccc;
    }
}
@media print, screen and (max-width:991px){
    #category2-list nav{
        white-space: nowrap;
    }
    #category2-list div.cate-box{
        padding: 0;
    }
    #category2-list div.cate-box > nav{
        border-radius: 0;
    }
    #category2-list > .col{
        padding: 0;
    }
    .bg-gray #bbc-scroll .mCSB_container{
        margin-bottom: 0;
    }
    .bg-gray #bbc-scroll .mCSB_scrollTools{
        width: 0;
        height: 0;
        overflow: hidden;
        opacity: 0;
    }
    #category2-list .mCSB_container{
        padding-right: 30px;
        background: #fff;
    }
}
/*button*/
.area-bbc button{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
}
.area-bbc button span{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 0.2em;
    padding-right: 0.2em;
}
.to-back-content a{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: #008ee0 1px dashed;
}
.to-back-content i:before{
    content: "";
    width: 5.0rem;
    height: 5.0rem;
    display: block;
    background: url(../img/svg/i-back-grp.svg) no-repeat center center;
    background-size: contain;
}
/*called-sub-category*/
.called-sub-category button{
    position: relative;
    display: inline-block;
    background-color: #fff;
    border: #ddd 1px solid;
    border-radius: 4px;
    padding: 0.3em 0.6em;
    min-width: 4em;
    margin: 2px;
}
.called-sub-category button.active{
    border-color: #008ef0;
    background-color: #008ef0;
    color: #fff;
}
.called-sub-category button.active span{
    color: #fff;
}
.called-sub-category button.count-0,
.called-sub-category button.empty,
.called-sub-category button[data-count="0"]{
    opacity: 0.3;
    border-color: #ccc;
    background-color: #ccc;
    pointer-events: none;
}
#entry-list{
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
#entry-list.loading{
    opacity: 0.3;
}
.area-rank .box .img{
    position: relative;
}
.area-rank .box .img:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4em 4em 0 0;
    border-color: #008ef0 transparent transparent transparent;
    position: absolute;
    left: 0;
    top: 0;
}
.area-rank .box .img:after{
    content: "";
    width: 2em;
    height: 2em;
    text-align: center;
    line-height: 2.2;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 110%;
}
.area-rank .box:nth-of-type(1) .img:after{
    content: "1";
}
.area-rank .box:nth-of-type(2) .img:after{
    content: "2";
}
.area-rank .box:nth-of-type(3) .img:after{
    content: "3";
}
.area-pickup h2{
    font-weight: 700;
}
.area-rank h2{
    color: #008ef0;
}
.area-feed .sec-inner{
    padding: 3em 5.625em;
}
.area-feed .btns{
    padding-top: 2em;
}
.area-btm .sec-inner,
.area-links .sec-inner{
    padding-left: 3.125em;
    padding-right: 3.125em;
}
.area-btm.cs a{
    display: inline-block;
    margin: 0 0.5em 0.5em 0;
}
.area-links .sec-inner > .text-center{
    border-top: #c7c7c7 1px solid;
    padding-top: 3em;
}
.area-info{
    color: #666;
    font-size: 81.25%;
    line-height: 1.5;
}
.area-btm .sec-inner > div{
    border-top: #c7c7c7 1px solid;
    padding: 2em 3em;
}
@media print, screen and (max-width:991px){
    .area-feed .sec-inner{
        padding-left: 1em;
        padding-right: 1em;
    }
}

/*you may also like*/
.slick-slide > div,
.slick-slide .slide-item,
.area-feed .slick-list,
.area-feed .slick-track{
    height: 100%;
}
.slick-arrow{
    position: absolute;
    top: 50%;
    width: 5.0rem;
    height: 5.0rem;
    text-indent: -999%;
    overflow: hidden;
    border: none;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}
.slick-prev{
    background-image: url(../img/svg/i-prev.svg);
    -webkit-transform: translate(-25%,-50%);
    transform: translate(-25%,-50%);
}
.slick-next{
    background-image: url(../img/svg/i-next.svg);
    -webkit-transform: translate(25%,-50%);
    transform: translate(25%,-50%);
}
.slick-prev{
    left: 0;
}
.slick-next{
    right: 0;
}
.slide-item .box-body{
    border-color: #dcdcdc;
}
.slide-item .box-body:hover{
  text-decoration: none;
  border-color: #008ef0;
}
.slick-slide .more{
    margin: 0;
}
.slick-slide .r-label{
    width: 100%;
    text-align: center;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.area-feed .slide-item{
    display: block;
}
.area-feed .slide-item div.-row{
    margin-top: auto;
    -ms-flex-line-pack: end;
    align-content: flex-end;
}
.area-feed .slide-item .img + .-row{
    padding-top: 1em;
}
.slide-item .ttl{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1.7rem;
    line-height: 1.5;
    margin-bottom: 0.8em;
    height: 3em;
    max-height: 3em;
    color: initial;
    text-decoration: none;
}


/* ==========================================================================
   LIFE WITH JCB   main.lwj
========================================================================== */
main.lwj .content-block{
    padding: 3em 4.375em;
    color: #363636;
}
main.lwj [class*="-Layout"]{
    padding: 3rem 3rem 3rem;
}
main.lwj [class*="-Layout"] .cont{
    min-height: 18em;
}
main.lwj [class*="-Layout"] .ttl{
    color: #008ef0;
    font-size: 156.25%;
}
main.lwj [class*="-Layout"] .sub-ttl{
    font-size: 125%;
    font-weight: normal;
    margin-bottom: 0.5em;
}
main.lwj .spacer-Layout{
    padding-left: 0;
    padding-right: 0;
}
main.lwj .spacer-Layout .inner{
    margin-left: -2.0rem;
    margin-right: -2.0rem;
}
main.lwj .twoPhoto-Layout .inner{
    background-color: #fff;
    height: 100%;
}
main.lwj .Security.twoPhoto-Layout .inner{
    background-color: transparent;
}
main.lwj .area-apply .btns{
   padding-top: 1em;
}
main.lwj .area-apply span{
    display: block;
    color: #008ef0;
    font-size: 125%;
    line-height: 1.2;
}
main.lwj .area-apply span strong{
    font-size: 300%;
    font-weight: 200;
    padding: 0 0.1em;
}
.sec-inner.btm-visual{
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.sec-inner.btm-visual .content{
    display: block;
    position: absolute;
    left: 50%;
    top: 0%;
    width: 80%;
    height: 100%;
    max-width: 500px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    padding: 0;
    border: none;
}
.sec-inner.btm-visual .content .-row{
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sec-inner.btm-visual .text{
    margin-bottom: 4em;
}
main.lwj .brand .text-Layout{
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}
main.lwj .brand .text-Layout .ttl{
    margin-bottom: 1.5em;
}
main.lwj .brand .text-Layout .sub-ttl{
    font-size: 156.25%;
}
main.lwj .brand .text-Layout p{
    line-height: 2.5;
    margin-bottom: 2.5em;
}
main.lwj .brand .text-Layout p:last-child{
    margin-bottom: 0;
}
main.lwj .read-box .btns{
    margin-left: -1rem;
    margin-right: -1rem;
}
main.lwj .read-box .btns [class*="-btn"]{
    margin: 1rem;
}
@media print, screen and (max-width:991px){
    main.lwj .content-block{
        padding-left: 1em;
        padding-right: 1em;
    }
    main.lwj [class*="-Layout"]{
        padding: 1rem;
    }
    main.lwj .read-box > .col{
        width: 100%;
    }
    main.lwj .read-box > .col.bnr{
        order: 1;
        text-align: right;
        margin-bottom: 1em;
    }
    main.lwj .read-box > .col.text{
        order: 2;
    }
    .btm-visual .img{
        position: relative;
        height: 0;
        padding-top: 80%;
        overflow: hidden;
    }
    .btm-visual .img > img{
        position: absolute;
        left: 50%;
        top: 0;
        height: 100%;
        width: auto;
        max-width: 999%;
        transform: translateX(-50%);
    }
    main.lwj .btm-visual .img > img{
        left: 0%;
    }
}
/*accordion*/
.accordion .tgl{
    display: inline-block;
    width: 2em;
    height: 2em;
    background: #888;
    border-radius: 50%;
    background-color: #fff;
    border: #008ef0 1px solid;
    position: absolute;
    right: -4em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.accordion .tgl:before,
.accordion .tgl:after{
    content: "";
    display: block;
    width: 50%;
    height: 2px;
    background-color: #008ef0;
    position: absolute;
    top: 50%;
    left: 50%;
}
.accordion .tgl:after{
    -webkit-transform: translate(-50%,-50%) rotate(90deg);
    transform: translate(-50%,-50%) rotate(90deg);
}
.accordion .tgl:before,
.accordion .tgl.active:after{
    -webkit-transform: translate(-50%,-50%) rotate(0deg);
    transform: translate(-50%,-50%) rotate(0deg);
}
main.lwj .faqs{
    border-bottom: #c7c7c7 1px solid;
}
main.lwj .faqs dl{
    border-top: #c7c7c7 1px solid;
    padding: 0 12rem 0 4rem;
}
main.lwj .faqs dt,
main.lwj .faqs dd{
    padding: 1.4em 0;
}
main.lwj .faqs dd{
    border-top: #c7c7c7 1px dashed;
}
.accordion dt{
    font-size: 125%;
    color: #008ef0;
    position: relative;
}
.faqs dd{
    font-size: 125%;
}
.faqs span.head{
    color: #008ef0;
    font-size: 200%;
    line-height: 1;
    font-weight: 200;
    width: 7.0rem;
}
.faqs dd span.text{
    font-size: 80%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}



/* ==========================================================================
   CAMPAIGN   main.campaign
========================================================================== */
main.loj h1{
    padding-bottom: 2em;
}
.area-offers article{
    padding: 1rem;
}
.area-offers article .article-body{
    padding: 2rem;
    background-color: #fff;
    height: 100%;
}
.area-offers article .article-body > *{
  max-width: 100%;
}
.area-offers article .article-body > .-row{
    margin-top: auto;
    -ms-flex-line-pack: end;
    align-content: flex-end;
}
.area-offers article .show-grp .vertical-middle{
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.area-offers article .o-label{
    margin-bottom: 0;
    margin-top: auto;
}
.area-offers article .i-more{
    width: 5.0rem;
    height: 5.0rem;
    display: block;
    background: url(../img/svg/i-back.svg) no-repeat center center;
    background-size: contain;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: auto;
}
.locate.dummy{
    height: 0;
    padding-top: 40%;
    background-color: #fff;
    border: #fff 1px solid;
}
.d-offers .slide-item a{
    text-decoration: none;
    transition: .2s;
}
.d-offers .slide-item a .img{
  border: #fff 1px solid;
}
.d-offers .slide-item a:hover .ttl{
  color: #008ef0;
}
.d-offers .slide-item a:hover .img{
  border-color: #008ef0;
}
.d-offers .slide-item a.disabled,
.modal .regions .region.disabled{
    opacity: 0.3;
    pointer-events: none;
}
.d-offers .slide-item .box-body{
    border-color: transparent;
}
.d-offers .slide-item .ttl{
    margin-bottom: 0;
    color: initial;
}
.d-offers .slide-item .more{
    height: 5rem;
    padding-top: 0.6em;
}
.modal .regions .country > a.disabled{
    opacity: 0.3;
    pointer-events: none;
}
@media print, screen and (max-width:639px){
    [class*="area-"] h2.text-center{
        text-align: left !important;
        padding: 0 1rem;
        margin-bottom: 0;
        padding-right: 50%;
    }
    #offers-branch-wrap  h2.text-center{
        padding-right: 0;
    }
    [class*="-entry"] [class*="area-"] h2.text-center{
        padding-right: 0;
        text-align: center !important;
        margin-bottom: 0.8em;
    }
    .location-Layout h3{
        text-align: left !important;
    }
    .locate.dummy{
        padding-top: 66%;
    }
    .area-offers article .article-body{
        padding: 1rem;
    }
}


/* ==========================================================================
   OFFERS   main.offers
========================================================================== */

    .c-online,
    .c-online_store,
    .c-OnlineStore{
        background-color: #ff4550;
    }
    .c-transport,
    .c-Transport{
        background-color: #ffa801;
    }
    .c-retail,
    .c-retail_store,
    .c-RetailStore{
        background-color: #fc28ee;
    }
    .c-rest,
    .c-restaurant,
    .c-Restaurant{
        background-color: #ff2662;
    }
    .c-leisure,
    .c-Leisure{
        background-color: #1f88db;
    }
    .c-relax,
    .c-relaxation,
    .c-Relaxation{
        background-color: #a54ed1;
    }
    .c-enter,
    .c-entertainment,
    .c-Entertainment{
        background-color: #ff6600;
    }
    .c-hotel,
    .c-Hotel{
        background-color: #833006;
    }
    .c-other,
    .c-others,
    .c-Others{
        background-color: #1ab0ae;
    }

[class*="kv-slider-"] {

}
.kv-slider-for .box{
    padding: 0;
}
[class*="-row"] .kv-slider-nav{
    padding: 0 40px;
}
.kv-slider-nav .slick-track{
    xtransform: translate3d(0,0,0) !important;
}
.kv-slider-nav .slide-item{
    position: relative;
}
.kv-slider-nav .slick-current .slide-item:after{
    content: "";
    position: absolute;
    left: 1rem;
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    background-color: rgba(0,142,237,0.5);
}
[class*="-detail"] .inner.narrow{
    padding-left: 3rem;
    padding-right: 3rem;
}
.offers-detail .inner.narrow .accordion dt{
    margin-left: -3rem;
    margin-right: -3rem;
}
.offers-detail .acc-Layout .accordion h3{
    padding-right: 6em;
    margin-bottom: 0;
}
.offers-detail .spacer-Layout{
    padding-left: 0;
    padding-right: 0;
}
.offers-detail .spacer-Layout .inner{
    margin-left: -2.0rem;
    margin-right: -2.0rem;
}
@media print, screen and (max-width:991px){
    [class*="-detail"] .inner.narrow{
        padding-left: 0;
        padding-right: 0;
    }
    .offers-detail .spacer-Layout .inner{
        margin-left: -1em;
        margin-right: -1em;
    }
    .offers-detail .inner.narrow .accordion dt{
        margin-left: 0;
        margin-right: 0;
    }
    .offers-detail .acc-Layout .accordion h3{
        padding-right: 2em;
    }
}

/* ==========================================================================
   SERVICE   main.service
========================================================================== */
.service-detail{
    margin-bottom: 2rem;
}
.service-detail .content-block{
    background-color: #efefef;
    padding: 0 8.6rem;
    color: #333;
}
.service-detail .content-block:last-child{
    padding-bottom: 6em;
}
.service-detail + .area-sns > .sec-inner{
    border-top: none;
}
.service-detail [class*="-Layout"]{
    padding: 1.4rem;
}
.service-detail .spacer-Layout .inner{
    margin-left: -4.4rem;
    margin-right: -4.4rem;
    padding-top: 4rem;
}
.service-detail a.inner:hover{
    text-decoration: none;
}
.servicePhoto-Layout .inner{
    padding: 0.4em 2rem 2rem;
    display: block;
}
.servicePhoto-Layout .inner:after{
    display: none;
}
.servicePhoto-Layout h3{
    height: 3.5em;
    font-size: 1.7rem;
    color: #555;
    line-height: 1.2;
    align-items: center;
    overflow: hidden;
}
.servicePhoto-Layout .img{
    margin-bottom: 1rem;
}
.servicePhoto-Layout .o-label{
    display: inline-block;
    width: auto;
    min-width: 11rem;
}
.servicePhoto-Layout .icons{
}
.serviceList-Layout .inner{
    padding: 6rem 0;
}
.serviceList-Layout .list-item{
    padding: 0 2rem;
}
.serviceList-Layout .list-item > p{
    border-top: #c7c7c7 1px solid;
    border-bottom: #c7c7c7 1px solid;
    margin-top: -1px;
    margin-bottom: 0;
    padding: 2rem;
}
.servicePhoto-Layout p{
    margin-bottom: 0;
}
a.card-tgl{
  color: initial;
}
a.card-tgl:hover{
  text-decoration: none;
  color: #008ef0;
}
.content.service .img .float{
  position: absolute;
  right: 0;
  bottom: 100%;
  z-index: 20;
  padding: 2rem;
  width: 350px;
  max-width: 100%;
}
#card-type.modal .content{
  width: 800px;
}
#card-type .type-cards{
  padding-bottom: 4em;
}
#card-type .type-cards .-row .col{
  padding: 0 1rem;
}
#card-type .type-cards .-row .col p{
  border-top: #c7c7c7 1px solid;
  padding: 1em;
}
#card-type .type-cards .-row .col p [class*="totc-"]{
  margin-right: 1em;
}
#card-type .type-cards .-row .col span{
  display: inline-block;

}
[class*="totc-"]{
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.8rem;
    text-align: center;
    color: #fff;
    font-size: 87.5%;
    border-radius: 50%;
    white-space: nowrap;
}
[class*="totc-"] + [class*="totc-"]{
    margin-left: 0.5em;
}
[lang="zh-cmn-Hant-CN"] [class*="totc-"]{
  font-size: 50%;
  line-height: 2.6rem;
}
.totc-ul,
.totc-et,
.totc-pr,
.totc-ps,
.totc-pc,
.totc-pl{
    background: rgb(17,17,17);
    background: -webkit-linear-gradient(305deg, rgba(17,17,17,1) 0%, rgba(153,153,153,1) 100%);
    background: linear-gradient(145deg, rgba(17,17,17,1) 0%, rgba(153,153,153,1) 100%);
}
.totc-go{
    background: rgb(17,17,17);
    background: -webkit-linear-gradient(305deg, #a4864a 0%, #d9caa9 100%);
    background: linear-gradient(145deg, #a4864a 0%, #d9caa9 100%);
}
.totc-st{
    background: rgb(17,17,17);
    background: -webkit-linear-gradient(305deg, #17438c 0%, #2473b8 100%);
    background: linear-gradient(145deg, #17438c 0%, #2473b8 100%);
}
.hidden-spacer{
    margin: 0;
    padding: 0;
}
.col-12.servicePhoto-Layout .text{
    color: #fff;
    padding: 1.4em 2.4em;
}
.col-12.servicePhoto-Layout .text.override p{
    margin-right: -30%;
    position: relative;
    z-index: 2;
    font-size: 112.5%;
}
.col-12.servicePhoto-Layout h3{
    height: auto;
    margin-bottom: 0.6em;
}
.col-12.servicePhoto-Layout .img-area{
    margin-bottom: 1rem;
}
.col-12.servicePhoto-Layout .labels{
    margin-right: 2em;
}
.col-12.servicePhoto-Layout .img-area .img{
    margin-bottom: 0;
}
@media print, screen and (max-width:1024px){
    .content.service .img .float{
      bottom: auto;
      top: 100%;
      width: 100%;
    }
    .content.service .main-visual .img{
      margin-bottom: 4.8em;
    }
    #card-type.modal .content{
      width: 100%;
    }
}
@media print, screen and (max-width:991px){
    .service-detail .content-block{
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media print, screen and (max-width:480px){
    .service-detail .servicePhoto-Layout{
        width: 100%;
    }
    .service-detail .servicePhoto-Layout img{
        background-repeat: none;
        background-position: center center;
        background-size: cover;
    }
}

/* ==========================================================================
   INDEX   main.index
========================================================================== */
main .kv .slick-dots{
    text-align: center;
    padding: 1.2rem 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
main .kv .slick-dots li{
    display: inline-block;
    list-style: none;
    padding: 0 1rem;
    margin: 0;
    flex: 1;
    max-width: 8.0rem;
}
main .kv .slick-dots button{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    background: #cacaca;
    position: relative;
    text-indent: -999%;
    overflow: hidden;
    display: block;
    width: 100%;;
    max-width: 100%;
    height: 0.6rem;
}
main .kv .slick-dots li.slick-active button{
    background: #018ff1;
}
main .cp_bnrs .sec-inner{
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 0;
    padding-bottom: 0;
}
[class*="cont-"].sec-inner .cont{
    padding: 3.6rem;
}
.cont-service .cont{
    background-color: #0053af;
    color: #fff;
}
.cont-tips .cont{
    background-color: #e6ded3;
}
.cont-svs .cont{
    background-color: #0053af;
    color: #fff;
}
[class*="cont-"].sec-inner .cont h3{
    font-size: 3.0rem;
}
[class*="cont-"].sec-inner .cont .text{
    margin-bottom: 2em;
}
[class*="cont-"].sec-inner .cont [class*="-btn"]{
    min-width: 12em;
}
.cont-service .cont .blue-btn{
    background-color: #fff;
    color: #0088f1
}
@media screen and (max-width:911px){
    main.index .cp_bnrs .sec-inner{
        padding: 0;
    }
}

/*loading*/
#button{
  display:block;
  margin:20px auto;
  padding:10px 30px;
  background-color:#eee;
  border:solid #ccc 1px;
  cursor: pointer;
}
#overlay{
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.4);
}
.cv-spinner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  -webkit-animation: sp-anime 0.8s infinite linear;
  animation: sp-anime 0.8s infinite linear;
}
@-webkit-keyframes sp-anime {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sp-anime {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.is-hide{
  display:none;
}


/*term*/
.content.term h1{
    font-size: 3.0rem;
    color: #008ef0;
    font-weight: normal;
    margin-bottom: 1em;
}
.content.term h2{
    font-size: 2.5rem;
    font-weight: normal;
    padding-top: 0.6em;
    margin-bottom: 0.6em;
}
.content.term h3{
    font-size: 2.0rem;
    font-weight: normal;
    margin-bottom: 1em;
}
.content.term [class*="-inner"]{
    padding: 3em 9.375em;
}
.content.term .content-block,
.content.term [class*="-Layout"] .inner{
    border-top: #c7c7c7 1px solid;
}
.content.term [class*="-Layout"] .inner{
    padding-top: 2em;
    padding-bottom: 1em;
}
.content.term [class*="set-Layout"] .text p{
    color: #333;
}
.content.term [class*="set-Layout"] .arrow{
    display: inline-block;
    position: relative;
    padding-right: 1em;
}
.content.term [class*="set-Layout"] .inner.narrow{
    padding-left: 3em;
    padding-right: 3em;
}
.content.term [class*="set-Layout"] .inner > div{
    margin-bottom: 2em;
}
.content.term [class*="set-Layout"] .inner > div:last-child{
    margin-bottom: 0;
}
.content.term .h-Layout .inner{
    padding-top: 3em;
}
.content.term .h-Layout h2{
    margin-bottom: 1em;
}
.content.term .links{
    margin-left: -1em;
    margin-right: -1em;
}
.content.term .links .col{
    padding: 1em;
}
.content.term ol{
    padding-left: 0;
}
.content.term .idt{
    list-style: none;
}
.content.term .idt span.head{
    display: inline-block;
    text-indent: 0;
}
li.idt{
    padding-left: 2.4em;
    text-indent: -2.4em;
}
li.idt .head{
    width: 2.4em;
}
.term .table table{
    width: 100%;
}
.term .table th,
.term .table td{
    vertical-align: middle;
    padding: 1em 2.4em;
    border-top: #c7c7c7 1px solid;
    border-bottom: #c7c7c7 1px solid;
    text-align: left;
}
.term .reader {
    border-top: #c7c7c7 1px solid;
    border-bottom: #c7c7c7 1px solid;
    padding: 2em 0;
}
.term .reader .col + .col{
    flex: 1;
    padding-left: 3em;
}
.term .table th{
    border-right: #c7c7c7 1px solid;
}
.term .table td.rcm{
    border-right: #c7c7c7 1px solid;
}
@media screen and (max-width:991px){
    .content.term [class*="-inner"]{
        padding: 3em 1.5rem;
    }
    .content.term [class*="set-Layout"] .inner.narrow{
        padding-left: 0;
        padding-right: 0;
    }
    .term .table th{
        border-right: none;
    }
}
@media screen and (max-width:639px){
    h2.idt{
        padding-left: 1.4em;
        text-indent: -1.4em;
    }
    h2.idt .head{
        width: 1.4em;
    }
}




































































































































































































































































































