
/* hisList */
.hisList {
    position: relative;
}
.hisList:after {
    content: "";
    position: absolute;
    left: calc(50% - 1px);
    background: url(../img/his_bg.png) center center no-repeat;
    background-attachment: fixed;
    background-color: #eee;
    top: 0;
    height: 100%;
    width: 2px;
}
.hisList > li {
    margin: 40px 0;
    padding-left: 40px;
    position: relative;
    z-index: 3;
}
.hisList > li ul {
    margin-top: 20px;
}
.hisList > li ul li {
    margin: 10px 0;
}
.hisList > li ul li h5 {
    position: relative;
    padding-left: 85px;
    word-break: keep-all;
    color: #444;
    font-weight: 300;
    position: relative;
}
.hisList > li ul li h5:after {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    left: -45px;
    height: 11px;
    width: 11px;
    border: 2px solid #222;
    background-color: #fff;
    border-radius: 50%;
}
.hisList > li ul li h5 > strong {
    position: absolute;
    left: 0;
    color: #111;
    font-weight: 700;
	font-family: "Roboto";
}
@media (min-width:768px){
    .hisList > li {
        width: 50%;
    }
    .hisList > li:nth-child(odd) {
        margin-left: 50%;
    }
    .hisList > li:nth-child(even) {
        padding-left: 0;
        padding-right: 40px;
        text-align: right;
    }
    .hisList > li:nth-child(even) ul li h5 {
        padding-right: 85px;
        padding-left: 0;
    }
    .hisList > li:nth-child(even) ul li h5 > strong {
        left: auto;
        right: 0;
    }
    .hisList > li:nth-child(even) ul li h5:after {
        left: auto;
        right: -46px;
    }
}
@media (max-width:768px){
    .hisList:after {
        background: #eee;
        left: -2px;
    }
    .hisList > li {
        padding-left: 20px;
    }
    .hisList > li ul li h5 {
        padding-left: 70px;
    }
    .hisList > li ul li h5:after {
        left: -25px;
        height: 9px;
        width: 9px;
        top: 7px;
    }
}

/* slider-box-wrp */
.slider-box-wrp {
    position: relative;
}
.slider-box-wrp .slick-slide img {
    display: inline-block;
}
/* bsnBox */
.bsnBox {
    background-color: #222;
    border-radius: 0 40px 0 40px;
    overflow: hidden;
}
.bsnBox.noBerder {
    border-radius: 0 !important;
}
.bsnBox .wSize {
    max-width: 450px;
    padding: 25px 15px;
    margin: 0 auto;
}
@media (max-width:768px){
    .bsnBox {
        border-radius: 0 10px 0 10px;
    }
    .bsnBox .fbox > div {
        width: 100%;
    }
}

/* bsnList */
.bsnList .fbox:first-child {
    border-top: 1px dashed #ddd;
}
.bsnList .fbox {
    padding: 3rem;
    border-bottom: 1px dashed #ddd;
}
.bsnList .fbox .ibox {
    width: 100px;
}
.bsnList .fbox .tbox {
    width: calc(100% - 100px);
    padding-left: 20px;
}
@media (max-width:768px){
    .bsnList .fbox {
        padding: 2rem 1rem;
        align-items: flex-start;
    }
    .bsnList .fbox .ibox {
        width: 50px;
    }
    .bsnList .fbox .tbox {
        width: calc(100% - 50px);
        padding-left: 20px;
    }
}
/* business2_2 */
#business2_2 .bsnBox {
    background-color: #f7f7f7;
}
#business2_2 .contBoxs .item:not(.logoBox) {
    background-color: rgba(239, 223, 231, 0.3);
}
/* slider-words */
.slider-words .slick-track {
    display: flex;
    width: auto !important;
    justify-content: center;
}
.slider-words .slider-word-target {
    font-size: 13rem;
    line-height: 1em;
    float: none;
    width: auto !important;
    color: rgba(255,255,255,.4);
    letter-spacing: 0px;
    cursor: pointer;

    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.slider-words .slider-word-target:hover {
    color: rgba(255,255,255,.7);
}
.slider-words .slider-word-target.is-active {
    color: #ff7856;
}
@media (max-width:767px){
    .slider-words .slider-word-target {
        font-size: calc(100vw * (70/ 768));
    }
}
@media (max-width:500px){
    .slider-words .slider-word-target {
        font-size: calc(100vw * (70/ 500));
    }
}

/* bgChage */
#bgChange.bgIndx1 {
    background: url(../img/bgIndx1.jpg) center center no-repeat;
    background-size: cover;
}
#bgChange.bgIndx2 {
    background: url(../img/bgIndx2.jpg) center center no-repeat;
    background-size: cover;
}
#bgChange.bgIndx3 {
    background: url(../img/bgIndx3.jpg) center center no-repeat;
    background-size: cover;
}
#bgChange.bgIndx4 {
    background: url(../img/bgIndx4.jpg) center center no-repeat;
    background-size: cover;
}
#bgChange.bgIndx5 {
    background: url(../img/bgIndx5.jpg) center center no-repeat;
    background-size: cover;
}
#bgChange.bgIndx6 {
    background: url(../img/bgIndx6.jpg) center center no-repeat;
    background-size: cover;
}
#bgChange .lined {
    height: 40px;
    width: 1px;
    background-color: rgba(255,255,255,.3);
    margin: 15px auto;
}
#bgChange p {
    letter-spacing: 10px;
    text-transform: uppercase;
}


/* contBoxs */
.contBoxs .item {
    background-color: rgba(246, 239, 233, 0.3);
    display: flex;
    align-items: center;
    padding: 0 30px;
    text-decoration: none;
}
.contBoxs .item.center {
    justify-content: center;
}
.contBoxs .item.logoBox {
    background-color: transparent;
}
.contBoxs .item .icon {
    font-weight: 100;
    width: 80px;
}
.contBoxs .item .txt {
    width: calc(100% - 80px);
    padding-left: 20px;
}
@media (min-width:768px) {
    .contBoxs .item {
        min-height: 140px;
    }
}
@media (max-width:768px) {
    .contBoxs .item {
        padding: 20px;
    }
    .contBoxs .item .icon {
        font-size: 40px;
        width: 40px;
    }
    .contBoxs .item .txt {
        width: calc(100% - 40px);
    }
    .contBoxs .item.logoBox img {
        width: 60%;
    }
}


/* partnerList */
.partnerList {
    margin: 0 -1rem;
}
.partnerList > li {
    padding: 0 1rem;
}
.partnerList .item {
    border-radius: 1rem;
    padding: 15px;
    background-color: rgba(241, 248, 247, 0.7); 
    text-align: center;
}
.partnerList .item .t {
    color: #00a087;
}
@media (max-width:768px) {
    .partnerList {
        margin: 0 -0.5rem;
    }
    .partnerList > li {
        padding: 0 0.5rem;
    }
}
/* company3 */
@media (max-width:768px) {
    #company3 .sec2 .fbox > .rt {
        margin-top: 15px;
    }
    #company3 .sec2 .fbox > div {
        width: 100%;
    }
}

/*table_basic*/
.table.table_basic {
    border-top: 1px solid #454f5d;
}
.table.table_basic.table_fx {
    table-layout: fixed;
}
.table.table_basic thead tr th,
.table.table_basic thead tr td {
    background-color: #f4f4f4;
}
.table.table_basic thead tr th,
.table.table_basic thead tr td,
.table.table_basic tbody tr th,
.table.table_basic tbody tr td {
    font-size: 18px;
    color: #221814;
    line-height: 1.3em;
    text-transform: none;
    border: 1px solid #ddd;
    padding: 15px;
}
.table.table_basic2 thead tr th,
.table.table_basic2 thead tr td,
.table.table_basic2 tbody tr th,
.table.table_basic2 tbody tr td {
    font-size: 16px;
    padding: 5px;
}
.table.table_basic thead tr th:first-child,
.table.table_basic thead tr td:first-child,
.table.table_basic tbody tr th:first-child,
.table.table_basic tbody tr td:first-child {
    border-left: 0px;
}
.table.table_basic thead tr th:last-child,
.table.table_basic thead tr td:last-child,
.table.table_basic tbody tr th:last-child,
.table.table_basic tbody tr td:last-child {
    border-right: 0px;
}
.table.table_basic thead tr th,
.table.table_basic thead tr td,
.table.table_basic tbody tr th {
    font-weight: 600;
}
.table.table_basic tbody tr td {
    font-weight: 300;
}
.table.table_basic.table_center thead tr th,
.table.table_basic.table_center thead tr td,
.table.table_basic.table_center tbody tr th,
.table.table_basic.table_center tbody tr td {
    text-align: center;
}
.table.table_basic.th_center thead tr th,
.table.table_basic.th_center tbody tr th {
    text-align: center;
    word-break: keep-all;
}
.table.table_basic.table_vh thead tr th,
.table.table_basic.table_vh thead tr td,
.table.table_basic.table_vh tbody tr th,
.table.table_basic.table_vh tbody tr td {
    vertical-align: middle;
}
.table.table_basic.table_wb thead tr th,
.table.table_basic.table_wb tbody tr td,
.table.table_basic.table_wb tbody tr th {
    word-break: keep-all;
}
.table.table_basic tbody tr th {
    background-color: #fcfcfc;
}
.table.table_basic tbody tr.imp th,
.table.table_basic tbody tr.imp td {
    background-color: #fdfffb;
}
.table.table_basic tbody tr.imp td {
    color: #082c44;
    font-weight: 600;
}
.table.table_basic tbody tr td.text-left {
    text-align: left;
}
.table.table_basic tbody tr td.text-right {
    text-align: right;
}
.table.table_basic tbody tr td.imp {
    background-color: #fffef4;
}
@media (max-width:768px){
    .table_wrp {
        width: 100%;
        overflow-x: scroll;
    }
    .table_wrp .table.table_basic {
        width: 700px;
    }
    .table.table_basic thead tr th,
    .table.table_basic thead tr td,
    .table.table_basic tbody tr th,
    .table.table_basic tbody tr td {
        font-size: calc(100vw * (15 / 768));
        padding: calc(100vw * (10 / 768));
		word-break: break-all !important;
    }
}
@media (max-width:768px){
    .table.table_basic thead tr th,
    .table.table_basic thead tr td,
    .table.table_basic tbody tr th,
    .table.table_basic tbody tr td {
        font-size: calc(100vw * (15 / 500));
        padding: calc(100vw * (10 / 500));
    }
}