﻿/** ===========================================================================
    Last edited: 2017-07-13, editor: 
=============================================================================== **/
@charset "utf-8";

/*-----------------------------------------------------------------------------
[TABLE OF CONTENTS]
    +reset
    +common  
    +header 
    +content
        +home 
    +footer 
    +jquery plugin
    +media  
-----------------------------------------------------------------------------*/
/* reset 
*----------------------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
/*sub, sup,*/
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* common
*----------------------------------------------------------------------------*/
body,
html {
    color: #363636;
    font-family: "source-han-sans-traditional", "Microsoft JhengHei", "Kozuka Gothic Pro", "Myriad Pro", Helvetica, sans-serif;
    font-family: 微軟正黑體, "Microsoft JhengHei", "!important 0";
    /* Adobe Typekit 思源 "source-han-sans-traditional" */
    /* 小塚ゴシック pro "Kozuka Gothic Pro" */
    font-size: 13px;
    line-height: 22px;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
    /*overflow: hidden;*/
    background: #f4f4f4;
}

body.ie {
    font-family: "微軟正黑體", "Microsoft JhengHei", "Kozuka Gothic Pro", "Myriad Pro", Helvetica, sans-serif !important;
}

#wrapper {
    margin: 10px;
}

html:before,
html:after,
body:before,
body:after {
    position: fixed;
    width: 100vw;
    height: 100vh;
    content: "";
    z-index: 999;
    background-color: #fff;
}

body:before {
    top: 0;
    left: 0;
    height: 10px;
}

body:after {
    bottom: 0;
    left: 0;
    height: 10px;
}

html:before {
    top: 0;
    left: 0;
    width: 10px;
}

html:after {
    top: 0;
    right: 0;
    width: 10px;
}

/**
*
* anchor
*
**/
a:link,
a:visited {
    color: #676767;
    text-decoration: none;
}

a:hover,
a:active {
    color: #000;
}

.hidden {
    display: none;
}

/**
*
* clear,clearfix
*
**/
.clear {
    clear: both;
}

.clearfix {
    display: inline-block;
}

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    content: ".";
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.hidden {
    display: none;
}

/**
*
* input placeholder
*
**/
::-webkit-input-placeholder {
    color: #8b8b8b;
}

:-moz-placeholder {
    color: #8b8b8b;
    opacity: 1;
}

::-moz-placeholder {
    color: #8b8b8b;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #8b8b8b;
}

input,
select,
textarea {
    font-family: "source-han-sans-traditional", "Kozuka Gothic Pro", "Myriad Pro", Helvetica, sans-serif;
    /*-webkit-appearance: none; border-radius: 0;*/
}

img {
    max-width: 100%
}

ul.numbStl {
    list-style-type: decimal;
    margin-left: 16px;
}

.txt-blue {
    color: #5369a3 !important;
}

.closeBtn_M {
    display: none;
}

section.section {
    position: relative;
    /* width: calc(100vw - 20px); */
    height: calc(100vh - 170px);
    overflow: hidden;
    background: #333333;
}

section.sectionScheme {
    position: relative;
    /* width: calc(100vw - 20px); */
    height: calc(100vh - 20px);
    min-height: 760px;
    overflow: hidden;
}

article.kvBox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

article.kvBox .kvBoxBd {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*
    background: url(../images/kv_2.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;*/
}

article.kvBox .kvBoxBd .monitor,
article.kvBox .kvBoxBd .mobile {
    width: 100vw;
    height: calc(100vh - 20px);
    min-height: 760px;
    overflow: hidden;
    z-index: 1;
}

article.kvBox .kvBoxBd .monitor.kvBoxBd_01 {
    background: url(../images/kv_1.jpg) no-repeat center center;
    background-size: cover;
}

article.kvBox .kvBoxBd .monitor.kvBoxBd_02 {
    background: url(../images/kv_2.jpg) no-repeat center center;
    background-size: cover;
}

article.kvBox .kvBoxBd .monitor.slick-active {
    z-index: 3;
}

article.kvBox .kvBoxBd .mobile {
    display: none;
}



article.kvBox .kvBoxBd .mobile {
    background: url(../images/kv_2_m.jpg) no-repeat center bottom;
    background-size: auto 100％;
}


/* article.detailBox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 76%;
    right: 0;
    z-index: 1;
} */

article.kvBox .logo {
    position: absolute;
    top: 22px;
    left: 26px;
    width: 110px;
    z-index: 3;
}

.kvBox .reserveBtn,
.kvBox .pauseBtn {
    position: absolute;
    top: 18px;
    right: 24px;
    z-index: 3;
}

.btnContainer {
    display: block;
    position: relative;
    color: #5369a3;
    text-decoration: none;
    width: 120px;
    height: 36px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

.btnContainer .outline {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    stroke: #fff;
    stroke-width: 2px;
    fill: transparent;

    stroke-dasharray: 140 10;
    stroke-dashoffset: 172;

    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.btnContainer .text {
    position: relative;
    top: -38px;
    left: 4px;
    font-size: 13px;
    line-height: 29px;
    background: #fff;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
}

/* Firefox hack */
@-moz-document url-prefix() {
    .btnContainer .text {
        top: -39px;
    }
}

.btnContainer:hover .outline {
    stroke-dashoffset: 25;
}

.btnContainer:hover .text {
    color: #5369a3;
}

.stepBtn .btnContainer {
    color: #5369a3;
}

.stepBtn .btnContainer .outline {
    stroke: #5369a3;
}

.stepBtn .btnContainer:hover .text {
    color: #5369a3;
}

article.stepSec .closeAll {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 112px;
    height: 32px;
    cursor: pointer;
    z-index: 9;
}

article.stepSec .stepSec_inner {
    height: 800px;
    overflow-y: scroll;
}

.btnContainer.txtGray {
    display: block;
    position: relative;
    color: #666;
    text-decoration: none;
    width: 110px;
    /*250px*/
    height: 32px;
    /*50px*/
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    cursor: pointer
}

.btnContainer.txtGray .outline {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    stroke: #aaa;
    stroke-width: 2px;
    fill: transparent;

    stroke-dasharray: 130 10;
    stroke-dashoffset: 132;

    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.btnContainer.txtGray .text {
    position: relative;
    top: -37px;
    font-size: 13px;
    line-height: 32px;
}

.btnContainer.txtGray:hover .outline {
    stroke-dashoffset: 25;
}

.btnContainer.txtGray:hover .text {
    color: #666;
}




/* svg */
.checkAnList {
    position: relative;
    display: block;
    margin-bottom: 30px;
    /*
    opacity: 0;
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
    */
}

.set2 .checkAnList {
    margin-bottom: 40px;
}

.checkAnList>a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.checkAnList>span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 20px;
}

.checkAnList>span.icon {
    width: 20px;
    height: 20px;
    margin: 0 3px 3px 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff url(../images/icon/icon_checkAnList_arrow.png) no-repeat center;
    background-size: 20px auto;
}

.checkAnList.imVisible {
    opacity: 1;
}

.checkAnList.imVisible .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}

.checkAnList.imVisible .path.circle {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    /*
  -webkit-animation: dash 0.7s ease-in-out;
  animation: dash 0.7s ease-in-out;*/
}

.checkAnList.imVisible .path.line {
    stroke-dashoffset: -1000;
    -webkit-animation: dash 0.7s 0.35s ease-in-out forwards;
    -moz-animation: dash 0.7s 0.35s ease-in-out forwards;
    -o-animation: dash 0.7s 0.35s ease-in-out forwards;
    animation: dash 0.7s 0.35s ease-in-out forwards;
}

.checkAnList .path.check {
    stroke-dashoffset: -300;
    opacity: 0
}

.checkAnList.imVisible .path.check {
    -webkit-animation: dash-check 0.8s 0.35s ease-in-out forwards;
    -moz-animation: dash-check 0.8s 0.35s ease-in-out forwards;
    -o-animation: dash-check 0.8s 0.35s ease-in-out forwards;
    animation: dash-check 0.8s 0.35s ease-in-out forwards;
}

/* svg animate */

@-webkit-keyframes dash {
    0% {
        opacity: 0;
        stroke-dashoffset: -1000;
    }

    100% {
        opacity: 1;
        stroke-dashoffset: 0;
    }
}

@-moz-keyframes dash {
    0% {
        opacity: 0;
        stroke-dashoffset: -1000;
    }

    100% {
        opacity: 1;
        stroke-dashoffset: 0;
    }
}

@-o-keyframes dash {
    0% {
        opacity: 0;
        stroke-dashoffset: -1000;
    }

    100% {
        opacity: 1;
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        opacity: 0;
        stroke-dashoffset: -1000;
    }

    100% {
        opacity: 1;
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -1000;
    }

    100% {
        opacity: 1;
        stroke-dashoffset: 0;
    }
}

@-moz-keyframes dash-check {
    0% {

        stroke-dashoffset: -300;
    }

    100% {
        opacity: 1;
        stroke-dashoffset: 0;
    }
}

@-o-keyframes dash-check {
    0% {

        stroke-dashoffset: -300;
    }

    100% {
        opacity: 1;
        stroke-dashoffset: 0;
    }
}

@keyframes dash-check {
    0% {

        stroke-dashoffset: -300;
    }

    100% {
        opacity: 1;
        stroke-dashoffset: 0;
    }
}




.limitedAreaa {
    position: absolute;
    right: 160px;
    top: 15px;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    text-align: right;
    z-index: 3;
}

.limitedAreaa .nicon {
    width: 20px;
    vertical-align: -15%;
}

.limitedAreaa .copyright {
    display: none;
}

.scrollIcon {
    position: absolute;
    left: 25px;
    bottom: 40px;
    width: 40px;
    height: 50px;
    background: url(../images/icon/icon_scrollIcon.png) no-repeat bottom center;
    z-index: 3;
}

.scrollIcon:after {
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 14px;
    margin: 0 0 0 -1px;
    background: #fff;
    content: "";
    -webkit-animation: scrollIcon 1.2s ease-in-out infinite;
    animation: scrollIcon 1.2s ease-in-out infinite;
}

@-webkit-keyframes scrollIcon {
    0% {
        top: 0;
    }

    100% {
        top: 20px;
    }
}


.kvBox .title {
    position: absolute;
    top: 25vh;
    left: 50%;
    width: 480px;
    margin: 0 0 0 -240px;
    z-index: 3;
}

.kvBox .title .rentIcon,
.kvBox .title .txt {
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.kvBox .title .rentIcon {
    position: relative;
    display: inline-block;
    max-width: 80px;
    margin: 0 auto;
    display: none;
}

.kvBox .title h1 {
    font-size: 57px;
    font-weight: normal;
    line-height: 60px;
    color: #fff;
}

.kvBox .title h2 {
    font-size: 28px;
    line-height: 36px;
    color: rgba(255, 255, 255, 0.8);
    display: none;
}

.kvBox .title p {
    margin: 10px 0 0 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
}

.kvBox .title a {
    display: inline-block;
    margin: 20px 10px 0 10px;
    width: 210px;
    height: 34px;
    line-height: 34px;
    font-size: 13px;
    text-align: center;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #d9d8d9 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #d9d8d9 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #d9d8d9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9d8d9', GradientType=0);
    -webkit-border-radius: 17px;
    border-radius: 17px;
}

.kvBox .title a.btnSingle {
    color: #5369a3;
}

.kvBox .title a.btnCenter {
    color: #8e8b74;
}

.kvBox .title a.btnSingle.on {
    cursor: default;
    color: #fff;
    background: #5369a3;
    background: -moz-linear-gradient(top, #5369a3 0%, #1e429e 100%);
    background: -webkit-linear-gradient(top, #5369a3 0%, #1e429e 100%);
    background: linear-gradient(to bottom, #5369a3 0%, #1e429e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5369a3', endColorstr='#1e429e', GradientType=0);
}

.kvBox .title a.btnCenter.on {
    cursor: default;
    color: #fff;
    background: #8e8b74;
    background: -moz-linear-gradient(top, #8e8b74 0%, #6b6645 100%);
    background: -webkit-linear-gradient(top, #8e8b74 0%, #6b6645 100%);
    background: linear-gradient(to bottom, #8e8b74 0%, #6b6645 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8e8b74', endColorstr='#6b6645', GradientType=0);

}



/*****  tab  ****/
.explanation {
    width: 100%;
    bottom: 0;
    position: absolute;
    -webkit-transition: all 300ms cubic-bezier(0.13, 0.57, 0.61, 0.99);
    -moz-transition: all 300ms cubic-bezier(0.13, 0.57, 0.61, 0.99);
    transition: all 300ms cubic-bezier(0.13, 0.57, 0.61, 0.99);
    z-index: 2;
}

.explanation.up {
    z-index: 3;
}

.sectionScheme .explanation {
    display: none;
}

.explanation.open {
    display: block;
}

.tb1-R,
.tb1-L,
.tb1-Hd {
    padding: 30px 45px;
    width: 40%;
    display: table-cell;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.tb1-Hd {
    width: 20%;
    min-width: 360px;
    text-align: center;
}

.tb1-Hd .rentIcon {
    max-width: 100px;
    margin: 0 auto;
}

.tb1-Hd .ttl {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    color: #000;
}

.tb1-Hd h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    color: #000;
}

.tb1-Hd .reserveBtn,
.tb1-Hd .pauseBtn {
    position: relative;
    top: auto;
    right: auto;
    width: 120px;
    margin: 20px auto 0 auto;
}

.tb1-Hd .reserveBtn .btnContainer,
.tb1-Hd .pauseBtn .btnContainer {
    color: #fff;
}

.tb1-Hd .reserveBtn .btnContainer .text,
.tb1-Hd .pauseBtn .btnContainer .text {
    background: #000;
}

.tb1-Hd .reserveBtn .btnContainer .outline,
.tb1-Hd .pauseBtn .btnContainer .outline {
    stroke: #000;
}

.tb1-Hd .reserveBtn .btnContainer:hover .text,
.tb1-Hd .pauseBtn .btnContainer:hover .text {
    color: #fff;
}


.tb1-L a,
.tb1-R a {
    color: #5369a3
}

.tb1-wrap {
    display: table;
    width: 100%
}

.tabSubtl {
    display: none;
    color: #9f9f9f;
    font-size: 28px;
    line-height: 1.4em;
    text-align: center;
    vertical-align: top;
}

.tabSubtl_L {
    max-width: 500px;
    margin-bottom: 10px;
    color: #9f9f9f;
    font-size: 24px;
    line-height: 1em;
    text-align: center;
}

.tabSubtl .small {
    display: block;
    font-size: 16px;
    line-height: 1em
}

.tabProImg {
    max-width: 390px;
    margin: 0 0 0 auto;
}

.table {
    display: table;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 0 0;
    font-size: 13px;
    color: #666;
    line-height: 20px;
    border-collapse: collapse;
}

.table .tr {
    display: table-row;
    border: solid 1px #d3d3d2;
}

.table .td {
    display: table-cell;
    padding: 8px 30px;
    border-right: solid 1px #d3d3d2;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.table .tr .td:nth-child(1) {
    text-align: right;
    color: #0a9acd
}

.table .font16 {
    font-size: 16px;
}

.winBox {
    position: relative;
}

.winTxt {
    display: block;
    width: 26px;
    position: absolute;
    right: -14px;
    top: 5px;
}

.ttl {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
}

.breakline {
    margin: 12px 0;
    width: 100%;
    height: 1px;
    outline: none;
    border: 0;
    background: #c8c8c8;
}

.detailinfo .di-L,
.detailinfo .di-R {
    display: table-cell;
}

.detailinfo .di-L {
    width: 60px;
    font-weight: bold;
}

.detailinfo .di-R {
    color: #666;
    width: calc(100% - 60px)
}

.explanation ul.ui-tabs-nav {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    /*  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;*/
    margin-left: 16px;
}

.explanation .navMobileFixed {
    display: none;
}

.explanation ul.tabNav {
    height: 42px;
}

.explanation ul.tabNav>li,
.explanation ul.tabNavMobile>li {
    position: relative;
    float: right;
    width: 145px;
    white-space: nowrap;
    display: inline-block;
    margin: 0 -4px 0 0;
    height: 42px;
    font-size: 15px;
    padding: 0 48px 0 12px;
    font-weight: normal;
    line-height: 42px;
    background: #999;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.explanation ul.tabNav li a,
.explanation ul.tabNavMobile li a {
    color: #fff;
}

.explanation ul.tabNav li.tabttl,
.explanation ul.tabNavMobile li.tabttl {
    background-color: #00a8e1;
}

.explanation ul.tabNav li.single,
.explanation ul.tabNavMobile li.single {
    background-color: #5369a3;
}

.explanation ul.tabNav li.center,
.explanation ul.tabNavMobile li.center {
    background-color: #8e8b74;
}

.explanation ul.tabNav li .poIcn,
.explanation ul.tabNavMobile li .poIcn {
    width: 16px;
    vertical-align: -18%;
    padding-right: 6px;
}

.explanation ul.tabNav li .ic-na,
.explanation ul.tabNavMobile li .ic-na {
    position: absolute;
    display: inline-block;
    width: 18px;
    height: 18px;
    right: 12px;
    top: 5px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.explanation ul.tabNav li .ic-na img,
.explanation ul.tabNavMobile li .ic-na img {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.explanation.up ul.tabNav li .ic-na img,
.explanation.up ul.tabNavMobile li .ic-na img {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}

.textboxWrapper {
    position: relative;
    width: 100%;
    background: #fff
}

.textboxWrapper.scheme_3 {
    display: none;
}

.textboxWrapper .textBox {
    display: table;
    width: 100%;
    background: #fff;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
    z-index: 1;
}

.textboxWrapper .font16 {
    font-size: 16px;
}

.slider-for .setInner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.slider-for .pplWrap {
    position: relative;
    padding: 0 20px;
    height: 75px;
    background: #676767;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slider-for a.openOnlineRes {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.slider-for .gotoTxt {
    display: inline-block;
    color: #fff;
    font-size: 28px;
    line-height: 75px;
}

.slider-for .icnArw {
    float: right;
    display: inline-block;
    width: 8px;
    padding: 30px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slider-for .slick-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    height: calc(100vh - 20px);
}

.slick-dots {
    position: absolute;
    left: 14px;
    bottom: 86px;
}

.set {
    position: relative;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.set.set1 {
    color: #fff;
    background-color: #5369a3;
}

.set.set2 {
    color: #fff;
    background-color: #8e8b74;
}

.ttl .setNum {
    max-width: 76px;
    margin: 0 auto;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    border: 1px solid #333;
}

.set2 .ttl .setNum {
    border: 1px solid #fff;
}

.ttl .setName {
    padding: 16px 0 20px 0;
    position: relative;
    font-size: 45px;
    line-height: 50px;
    font-weight: bold;
}

.ttl .setName:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 1px;
    background: #333;
}

.set2 .ttl .setName:after {
    background: #fff;
}

.money {
    margin: 30px auto 40px;
    font-weight: bold;
}

.set2 .money {
    margin: 30px auto 20px;
}

.money .month {
    font-size: 45px;
    line-height: 50px;
}

.money .day {
    color: #676767;
    font-size: 30px;
    line-height: 40px;
}

.set1 .money .month,
.set1 .money .day {
    color: #243255;
}

.set2 .money .month,
.set2 .money .day {
    color: #3b3a2f;
}


.function {
    max-width: 280px;
    padding-left: 10px;
    margin: 0 auto;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.typeTtl {
    margin-bottom: 10px;
}

.addNote {
    margin: 40px auto 15px;
    font-size: 20px;
    color: #999;
}

.slider-for .desc {
    width: 200px;
    margin: 30px auto;
    padding: 15px 0;
    font-size: 12px;
    line-height: 18px;
    color: #243255;
    border-top: 1px #243255 solid;
    border-bottom: 1px #243255 solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}




article.stepSec {
    display: none;
    position: fixed;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    background: #ffffff;
    z-index: 9;
}

article.stepSec .wrapper {
    max-width: 960px;
    min-height: 950px;
    margin: 30px auto 0;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article.stepSec .limitedArea {
    font-size: 12px;
    color: #777;
}

article.stepSec .limitedArea .icon {
    display: inline-block;
    width: 30px;
    margin-right: 5px;
    vertical-align: middle;
}

.box .conWrap {
    width: calc(100% - 80px);
    display: inline-block;
    vertical-align: top;
}

.box .conWrap .con {
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
}

.box .conWrap .con:last-child {
    margin-right: 0;
}

.box .conWrap .con .selectboxit-btn {
    padding: 0 38px 0 20px;
}

.box .err {
    display: none;
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: 18px;
    color: red;
}

.box.errorBox .err {
    display: block;
}

article.stepSec .wrapper {
    position: relative;
}

article.stepSec .stepBox {
    position: absolute;
    width: calc(100% - 40px)
}

/*.stepBox1{
    display: block;
}
.stepBox2,
.stepBox3,
.stepBox4{
    display: none;
}
*/

article.stepSec .stepBox .subheader {
    margin: 0 0 60px 0;
    padding: 0 20px;
    width: 100%;
    height: 56px;
    border-bottom: 1px solid #e1e1e1;
    background: url(../images/subheader-bg.jpg) repeat-x left center;
    background-size: auto 56px;
    font-size: 24px;
    line-height: 56px;
    color: #000;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article.stepSec .stepBox .subheader.noMB {
    margin: 0;
}

article.stepSec .stepBox .subheader .backStep {
    float: left;
    font-size: 15px;
    cursor: pointer;
}

article.stepSec .stepBox .subheader .backStep img {
    width: 24px;
    vertical-align: -11%;
}

article.stepSec .stepBox .subheader span.txtB {
    color: #02a3d9
}

article.stepSec .stepBox .setCho {
    width: calc(50% - 10px);
    margin-right: 5px;
    background-color: #333;
    display: inline-block;
    vertical-align: top;
}

article.stepSec .stepBox .titleT {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 8px;
}

article.stepSec .stepBox .setCho:last-child {
    margin-right: 0;
}

article.stepSec .stepBox .setChoA,
article.stepSec .stepBox.stepBox3.stepSelectA .setCho {
    background-color: #5369a3;
}

article.stepSec .stepBox .setChoB,
article.stepSec .stepBox.stepBox3.stepSelectB .setCho,
article.stepSec .stepBox.stepBox3.stepSelectC .setCho {
    background-color: #8e8b74;
}

article.stepSec .stepBox.stepBox3 .setCho {
    display: none;
}

article.stepSec .stepBox.stepBox3.stepSelectA .setCho.setA {
    display: inline-block;
}

article.stepSec .stepBox.stepBox3.stepSelectB .setCho.setB {
    display: inline-block;
}

article.stepSec .stepBox.stepBox3.stepSelectC .setCho.setC {
    display: inline-block;
}

article.stepSec .stepBox.stepBox1 .cont,
article.stepSec .stepBox.stepBox2 .cont {
    text-align: center;
}

/*
article.stepSec .stepBox .setChoA .choseBoxst2{
  color: #333
}*/
article.stepSec .choseBox {
    position: relative;
    display: block;
    padding: 12px 10px 0px 22px;
    width: 100%;
    min-height: 454px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article.stepSec .choseBoxst2 {
    position: relative;
    display: block;
    padding: 12px 10px 70px 22px;
    width: 100%;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article.stepSec .choseBox>div {
    display: block;
    text-align: left;
}

article.stepSec .stepBox.stepBox2 .list {
    text-align: left;
    margin: 0 0 0 5px;
}

article.stepSec .choseBox .num {
    float: left;
    width: calc(100% - 30px);
    font-size: 15px;
    color: #fff
}

article.stepSec .stepBox.stepBox2 .choseBox .num {
    float: none;
    width: auto;
    font-size: 15px;
    color: #fff
}

article.stepSec .choseBox .chose {
    float: right;
    width: 28px;
}

article.stepSec .pplBox {
    margin: 40px 0 30px;
    font-size: 42px;
    line-height: 60px;
    font-weight: bold;
    color: #fff;
}

article.stepSec .pplBox span {
    display: block;
    font-size: 26px;
    line-height: 36px;
}

article.stepSec .money {
    margin: 0 auto 20px;
}

article.stepSec .money .month,
article.stepSec .money .day {
    font-size: 30px;
    line-height: 40px;
}

article.stepSec .stepBox.stepBox3.stepSelectA .month,
article.stepSec .stepBox.stepBox3.stepSelectA .day {
    color: #fff;
}

article.stepSec .stepBox.stepBox3.stepSelectB .month,
article.stepSec .stepBox.stepBox3.stepSelectB .day {
    color: #fff;
}

article.stepSec .stepBox.stepBox3 .choseBoxst2 .icon {
    margin: 40px 0 0;
}

article.stepSec .stepBox.stepBox3 .choseBoxst2 .icon img {
    max-width: 120px;
}

article.stepSec .stepBox.stepBox3 .choseBoxst2 .pplBox {
    margin: 20px 0 0;
}

article.stepSec .stepBox.stepBox3 .choseBoxst2 {
    text-align: center;
}

article.stepSec .function {
    padding-left: 0;
    color: #fff;
}

article.stepSec .list ul li {
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: bold;
}

article.stepSec .setChoA .list ul li {
    color: #243255;
}

article.stepSec .setChoB .list ul li {
    color: #3b3a2f;
}

article.stepSec .list ul li img {
    max-width: 20px;
    vertical-align: middle;
    margin-right: 6px;
}

article.stepSec .suited {
    font-size: 20px;
    color: #fff;
    text-align: left;
}

.stepBtn {
    position: relative;
    ;
    margin: 8% auto 6%;
    text-align: center;
    font-size: 15px;
    color: #5369a3;
    cursor: pointer
}

.stepBtn .floBox {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.stepBtn .floBox label {
    font-size: 13px;
    line-height: 18px;
    color: #5369a3;
}

.dstabC {
    display: inline-block;
    vertical-align: top;
}

.dstabC.first {
    margin-right: 40px;
}

.dstabC.second {
    width: calc(100% - 350px);
}

article.stepSec .stepBox .dstabC .setCho {
    width: 300px;
}

/* scheme */
.scheme {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 0 0 0;
    background: #333333;
    overflow: hidden;
    opacity: 0;
    z-index: -1;
}

.scheme.open {
    opacity: 1;
    z-index: 1;
}

.scheme .schemeBoxHd {
    position: relative;
    overflow: hidden;
}

.scheme .schemeBoxHd .title {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding: 25px 0;
    background-color: #5369a3;
}

.scheme.scheme_1 .schemeBoxHd .title {
    width: 360px;
}

.scheme.scheme_2 .schemeBoxHd .title {
    width: 400px;
    background-color: #8e8b74;
}

.scheme .schemeBoxHd .title .rentIcon,
.scheme .schemeBoxHd .title .titleBox {
    display: inline-block;
    vertical-align: middle;
}

.scheme .schemeBoxHd .title .rentIcon {
    max-width: 100px;
    padding: 0 20px 0 0;
}

.scheme .schemeBoxHd .title .titleBox {
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    color: #fff;
}

.scheme .schemeBoxHd .title .titleBox span {
    display: block;
}

.scheme .schemeNav,
.scheme .slider-scheme-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 150px;
    color: #666;
    background-color: #000;
}

.scheme .slider-scheme-nav {
    display: none;
}

.scheme.scheme_1 .schemeNav {
    margin: 0 0 0 360px;
    padding: 0 20px 0 0;
}

.scheme.scheme_2 .schemeNav {
    margin: 0 0 0 400px;
    padding: 0 20px 0 0;
}

.scheme .schemeNav .item,
.scheme .slider-scheme-nav .item {
    position: relative;
    width: 360px;
    text-align: center;
    padding: 5px 0;
}

.scheme .schemeNav .slick-active,
.scheme .slider-scheme-nav .slick-active {
    color: #fff;
}

.scheme .slider-scheme-nav .slick-active+.slick-active,
.scheme .slider-scheme-nav .slick-active+.slick-active+.slick-active,
.scheme .slider-scheme-nav .slick-active+.slick-active+.slick-active+.slick-active {
    color: #666;
}

.scheme .schemeNav .item>a,
.scheme .slider-scheme-nav .item>a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.scheme .schemeNav .item .ser,
.scheme .schemeNav .item .sercon,
.scheme .slider-scheme-nav .item .ser,
.scheme .slider-scheme-nav .item .sercon {
    display: inline-block;
    vertical-align: middle;
}

.scheme .schemeNav .item .ser,
.scheme .slider-scheme-nav .item .ser {
    font-size: 36px;
    line-height: 36px;
    padding: 0 5px 0 0;
}

.scheme .schemeNav .item .sercon,
.scheme .slider-scheme-nav .item .sercon {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}


.scheme .schemeBoxBd .item .mainBox {
    position: relative;
    padding: 80px 20px;
    max-width: 1000px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 3;
}

.scheme .slider-scheme .item {
    position: relative;
    color: #9f9f9f;
}

.scheme .slider-scheme .item:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60px;
    height: 300px;
    background: url(../images/bg_shadow_x.png) repeat-x bottom;
    content: "";
}

.scheme .slider-scheme .item .title {
    padding: 5px 0;
    color: #fff;
}

.scheme .slider-scheme .item .ser,
.scheme .slider-scheme .item .sercon {
    display: inline-block;
    vertical-align: middle;
}

.scheme .slider-scheme .item .ser {
    font-size: 50px;
    line-height: 44px;
    padding: 0 5px 0 0;
}

.scheme .slider-scheme .item .sercon {
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    font-weight: 200;
}

.scheme .slider-scheme .item h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 200;
    color: #fff;
    margin: 25px 0 0 0;
}

.scheme .slider-scheme .item h3 strong {
    position: relative;
    top: -2px;
    padding: 3px 8px;
    font-size: 11px;
    font-weight: 200;
    color: #fff;
    border: 1px #fff solid;
    vertical-align: middle;
    margin: 0 10px 0 0;
}



.scheme .slider-scheme .item ul {
    margin: 20px 0 0 20px;
    list-style-type: decimal;
    font-size: 15px;
}

.scheme .slider-scheme .item .desc {
    margin: 5px 0 0 0;
    font-size: 15px;
    color: #666;
}

.scheme .slider-scheme .item .price {
    margin: 70px 0 0 0;
    font-size: 36px;
    color: #8eaaf2;
    font-weight: 500;
}

.scheme.scheme_2 .slider-scheme .item .price {
    color: #8e8b74;
}

.scheme .slider-scheme .item p {
    margin: 10px 0 0 0;
}

.scheme .slider-scheme .item .btn {
    margin: 20px 0 0 0;
}

.scheme .slider-scheme .item .btn a {
    display: block;
    width: 135px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    background-color: #000;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.scheme.scheme_1 .schemeBoxBd .product {
    position: absolute;
    left: 50%;
    bottom: -100px;
    margin: 0 0 0 300px;
}

.scheme.scheme_1 .schemeBoxBd .product img {
    max-width: 270px;
}

.scheme.scheme_2 .schemeBoxBd .product {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 200px;
}

.scheme.scheme_2 .schemeBoxBd .product img {
    max-width: 560px;
}

/* form */
.box {
    margin: 0 0 16px 0;
}

.box>label {
    width: 55px;
    padding-right: 15px;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    color: #777777;
}

.box>div.con {
    width: calc(100% - 80px);
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    font-size: 15px;
}

div.con label {
    width: initial;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    color: #000;
}

.box .note {
    display: inline-block;
    margin-left: 8px;
    font-size: 12px;
    color: #777;
}

.note .icon {
    display: inline-block;
    width: 24px;
    vertical-align: middle;
}

input[type=text],
input[type=email] {
    width: 270px;
    padding: 0;
    margin: 0 -1px;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    text-indent: 10px;
    vertical-align: middle;
    color: #000;
    background: #f0f0f0;
    border: 0;
    text-shadow: none;
    border-radius: 0;
}

h4 {
    margin: 26px auto 20px;
    font-size: 16px;
    color: #000;
    text-align: center;
}

.stepBox .para {
    margin: 0 0 18px 0;
    font-size: 12px;
    line-height: 20px;
    color: #777;
}

.stepBox ul.decimal {
    list-style-type: decimal;
    margin-left: 14px;
}

.limitedH {
    height: 600px;
    overflow-y: scroll;
}

.box .invoice {
    font-size: 14px;
}

.box .indent {
    margin-top: 10px;
    padding: 10px 20px;
    background: #f2f2f2;
}

.box .indentCode {
    padding: 10px 20px;
    font-size: 13px;
}

.box .indent input {
    margin: 5px 0;
    background: #fff;
    font-size: 13px;
}

.box .error {
    color: red;
    font-size: 12px;
    line-height: 1.2em;
}

.box .con.address .desc {
    font-size: 12px;
    color: #999;
}

.box .addressBd {
    margin: 10px 0 0 0;
    font-size: 12px;
    color: #333;
}

.box input.zipcode {
    width: 100px;
}

.box input#Address {
    width: calc(100% - 120px);
}

.box .indentCompany {
    padding: 10px 20px;
}

.box .indent .desc {
    font-size: 13px;
}





article.stepSec .stepBox.stepBox4.stepSelectA .limitedH .paraBox1,
article.stepSec .stepBox.stepBox4.stepSelectB .limitedH .paraBox2,
article.stepSec .stepBox.stepBox4.stepSelectC .limitedH .paraBox2 {
    display: block;
}

article.stepSec .stepBox.stepBox4.stepSelectB .limitedH .paraBox1,
article.stepSec .stepBox.stepBox4.stepSelectC .limitedH .paraBox1,
article.stepSec .stepBox.stepBox4.stepSelectA .limitedH .paraBox2 {
    display: none;
}

.sucBox {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.sucBox h5 {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 36px;
    line-height: 42px;
}

.sucBox .reserveNum {
    font-size: 15px;
    color: #777;
}

/* footer
*----------------------------------------------------------------------------*/
footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    background: #000000;
}

footer .main {
    position: relative;
    width: 100%;
    max-width: 1136px;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

footer .logo {
    float: left;
    width: 120px;
}

footer .logo img {
    width: 100%;
}

footer .copyright {
    float: right;
    font-size: 13px;
    line-height: 30px;
    color: #888;
}






/*-----------------------------------------------------------------------------
        bank lightbox
-----------------------------------------------------------------------------*/
.layout {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 9;
}

.bank-lightbox {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 60%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 25px;
    z-index: 10;
    border-radius: 5px;
    display: none;
}

.lightBox-close {
    position: absolute;
    top: 0;
    right: 7px;
}

.lightBox-close span {
    border: none;
    text-transform: uppercase;
    text-shadow: none;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    background: none;
    line-height: 30px;
    vertical-align: middle;
    cursor: pointer;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table.tabBankStaging {
    float: left;
    width: 49%;
    margin: 0 1% 1% 0;
}

table.tabBankStaging tr:nth-child(odd) {
    background: #c3c3c3
}

table.tabBankStaging th,
table.tabBankStaging td {
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    border: 1px #c3c3c3 solid;
}

table.tabBankStaging td {
    line-height: 24px;
    width: 25%;
}

/*-----------------------------------------------------------------------------
selectBoxIt jQuery Plugin
-----------------------------------------------------------------------------*/
.selectboxit-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    /*z-index: 1;*/
}

.selectboxit-container * {
    font-size: 14px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    outline: none;
    white-space: nowrap;
}

.selectboxit-container .selectboxit {
    width: auto !important;
    cursor: pointer;
    border-radius: 0;
    overflow: hidden;
    display: block;
    position: relative;
}

.selectboxit-container .selectboxit-options a {
    height: 30px;
    line-height: 30px;
    display: block;
}

.selectboxit-container span {
    height: 72px;
    line-height: 72px;
    display: block;
}

.selectboxit-container .selectboxit:focus {
    outline: 0;
}

.selectboxit-options .selectboxit-disabled,
.selectboxit.selectboxit-disabled {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: default;
}

.selectboxit-text {
    text-indent: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.selectboxit .selectboxit-option-icon-container {
    margin-left: 5px;
}

.selectboxit-container .selectboxit-options {
    min-width: 100% !important;
    *width: 100%;
    list-style: none;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    cursor: pointer;
    display: none;
    z-index: 99999999999;
    border-radius: 0;
    text-align: left;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.selectboxit-option .selectboxit-option-anchor {
    padding: 0 2px;
}

.selectboxit-option .selectboxit-option-anchor:hover {
    text-decoration: none;
}

.selectboxit-optgroup-header {
    text-indent: 5px;
    margin: 0;
    list-style-type: none;
}

.selectboxit-option {
    text-indent: 5px;
    margin: 0;
    list-style-type: none;
    float: left;
    width: 100%;
    height: 30px;
}

.selectboxit-option-first {}

.selectboxit-optgroup-header+.selectboxit-option-first {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.selectboxit-option-last {}

.selectboxit-optgroup-header {
    font-weight: bold;
}

.selectboxit-optgroup-header:hover {
    cursor: default;
}

.selectboxit-arrow-container {
    width: 30px;
    position: absolute;
    right: 0;
}

.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -2px;
}

.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
    top: 30%;
}

.selectboxit-option-icon-container {
    float: left;
}

.selectboxit-container .selectboxit-option-icon {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.selectboxit-option-icon-url {
    width: 18px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
    float: left;
}

.selectboxit-rendering {
    display: inline-block !important;
    *display: inline !important;
    zoom: 1 !important;
    visibility: visible !important;
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}

.jqueryui .ui-icon {
    background-color: inherit;
}

.jqueryui .ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.selectboxit-btn {
    background: #f4f4f4;
    border: 1px solid #c6c6c6;
}

.selectboxit-btn.selectboxit-enabled:active,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:hover {}

.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:hover {}

.selectboxit-default-arrow {
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.selectboxit-list {
    line-height: normal;
    height: auto;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.selectboxit-list .selectboxit-option-anchor {
    color: #333;
}

.selectboxit-list>.selectboxit-focus>.selectboxit-option-anchor {
    color: #fff;
    background-color: #59a6d6;
    text-decoration: none;
}

.selectboxit-list>.selectboxit-disabled>.selectboxit-option-anchor {
    color: #999;
}

/*-----------------------------------------------------------------------------
selectBoxIt jQuery custom
-----------------------------------------------------------------------------*/
.selectboxit-btn {
    color: #515151;
    background: #d3d3d2 url(../images/icon/icon_nextArrow.png?v20170216) no-repeat right;
    border: 0;
    height: 32px;
    line-height: 32px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    padding: 0 38px 0 28px;
    font-size: 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.selectboxit-container span {
    height: 42px;
    line-height: 42px;
    text-align: center;
}

.selectboxit .selectboxit-option-icon-container {
    margin-left: 5px;
}

.selectboxit-container .selectboxit-options {
    min-width: 100% !important;
    list-style: none;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    cursor: pointer;
    display: none;
    z-index: 99999999999;
    border-radius: 0;
    text-align: left;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.selectboxit-list {
    line-height: normal;
    height: auto;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.selectboxit-option {
    text-indent: 5px;
    margin: 0;
    list-style-type: none;
    float: left;
    width: 100%;
    height: 30px;
}

.selectboxit-list>.selectboxit-focus>.selectboxit-option-anchor {
    color: #fff;
    background-color: #59a6d6;
    text-decoration: none;
}

.selectboxit-container .selectboxit-options a {
    height: 30px;
    line-height: 30px;
    display: block;
}

.selectboxit-option .selectboxit-option-anchor {
    padding: 0 2px;
}