@charset "utf-8";


a {
    text-decoration: none;
}

input[type="radio"] {
    display: none;
}

.vsb {
    visibility: hidden;
}

.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10;
}

#container.container.sub-fcbg1 {
    background: #ffffff;
}

#container.container.sub-fcbg2 {
    background: #555555;
}

#container.container.sub-bg1 {
    background: url(../img/sub_visual-bg.png)center;
}

#container.container.sub-bg2 {
    background: url(../img/sub_visual-bg2.png)center;
}

#container.container.sub-bg2.ly_pop {
    background: #f0e38c;
}

.btnbox_type1,
.btnbox_type2,
.btnbox_type3 {
    position: relative;
}

.btnbox_type1:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 451px;
    background: url(../img/support4.png) center / cover;
    display: block;
    right: 40px;
    bottom: -32px;
}

.btnbox_type2:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 119px;
    background: url(../img/support2.png) center / cover;
    display: block;
    right: 40px;
    bottom: -32px;
}

.btnbox_type3:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 341px;
    background: url(../img/support3.png) center / cover;
    display: block;
    right: 40px;
    bottom: -32px;
}


.box_type {}

.box_type h2 {
    color: #333333;
    font-size: 24px;
    font-weight: 700;
}

.box_type p.txtcon {
    font-size: 14px;
    font-weight: 400;
    color: #6c6c6c;
    line-height: 24px;
    white-space: pre-line;
}

.box_type p.txtcon span.fc_blu {
    color: #3059a2;
}

.box_type p.txtcon span.accent {
    color: #333333;
    font-weight: 700;
    font-size: 14px;
}


.box_type2 {
    display: flex;
}

.box_type2 .imgbox {
    padding-left: 40px;
    display: inline;
    width: 287px;
}

.box_type2 .sub_type {
    width: calc(100% - 327px);
    float: right;
}

.box_type2 .sub_type::before {
    content: "";
    display: block;
    height: 100%;
    clear: both;
}

.box_type2 .sub_type2 {
    width: calc(100% / 2);
}

.box_type2 .sub_type2 p.txtcon {
    width: 100%;
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 400;
}

.box_type2 .sub_type2 p.txtcon {
    display: flex;
    align-items: center;
}

.box_type2 .sub_type2 p.txtcon>i {
    display: block;
    width: 4px;
    height: 7px;
    background-image: url("../img/display_arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -9999px;
    padding: 0 7px;
}

.box_type2 .sub_type2 div.btn_box {}

.box_type2 .sub_type2 div.btn_box>button {
    background: url(../img/btn-bg.png)center / cover;
    background-repeat: no-repeat;
    padding: 10px 5px;
    height: 30px;
    width: 110px;
    border-radius: 20px;
    box-sizing: border-box;
    box-shadow: 1px 1px 2px #696969;
    font-size: 14px;
    font-weight: 700;
}

.box_type2 .sub_type2 div.btn_box>button:after {
    content: "";
    display: inline-block;
    background: url(../img/btn_arrow.png);
    width: 5px;
    height: 10px;
    margin-left: 3.5px;
    transform: translate(5px, 15%);
}

.box_type2 .sub_type2 div.btn_box>button:first-child {
    margin-left: 0px;
}

.box_type2 .sub_type2 div.btn_box>button {
    margin-left: 10px;
}

.box_type2 .sub_type2 div.btn_box>button span {
    transform: rotate(0.03deg);
    -ms-transform: rotate(0.03deg);
    -webkit-transform: rotate(0.03deg);
    display: inline-block;
    vertical-align: top;
}

.box_type2 .sub_type2 p.txtcon span {
    display: inline-block;
    width: 60px;
}


.box_type3 {}

.box_type3 h2 {
    position: relative;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    color: #282828;
}

.box_type3 h2 span {
    float: right;
}

.box_type3 h2 span button {
    background: #f0e38c;
}

.box_type3 h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0b9af6;
}

.box_type3 .sub_type1 {
    display: flex;
}

.box_type3 .sub_type1 div {
    width: calc(100% / 2);
}

.box_type3 .sub_type1 div ul {
    margin-top: 15px;
}

.box_type3 .sub_type1 div ul li {
    font-size: 12px;
    color: #565656;
    line-height: 20px;
}

.box_type3 .sub_type1 div ul li.hyphen {
    margin-left: 15px;
}

.box_type3 .sub_type1 div ul li p {
    transform: rotate(0.03deg);
    -ms-transform: rotate(0.03deg);
    -webkit-transform: rotate(0.03deg);
    font-weight: 700;
}

.box_type3 .sub_type2 div h3 {
    display: inline-block;
}

.box_type3 .sub_type2 div p {
    display: inline-block;
    vertical-align: top;
    line-height: 55px;
    margin-left: 30px;
    font-size: 14px;
    font-weight: 700;
}

.box_type3 .sub_type2 div p span {
    font-weight: 700;
}

.box_type3 .sub_type2 div p img {
    margin: 0px 8px;
}




.box_type2 h2 {
    color: #333333;
    font-size: 24px;
    font-weight: 700;
}

.box_type2 p.txtcon {
    font-size: 14px;
    font-weight: 400;
    color: #6c6c6c;
    line-height: 20px;
}

.box_type2 p.txtcon span.fc_blu {
    color: #3059a2;
}

.box_type2 p.txtcon span.accent {
    color: #333333;
    font-weight: 700;
    font-size: 14px;
}


.box_type3 h2 {
    color: #333333;
    font-size: 24px;
    font-weight: 700;
}

.box_type3 p.txtcon {
    font-size: 14px;
    font-weight: 400;
    color: #6c6c6c;
    line-height: 20px;
}

.box_type3 p.txtcon span.fc_blu {
    color: #3059a2;
}

.box_type3 p.txtcon span.accent {
    color: #333333;
    font-weight: 700;
    font-size: 14px;
}


.tbl_type1 {}

.tbl_type1 h2 {
    color: #333333;
    font-size: 24px;
    font-weight: 700;
}

.tbl_type1 table {
    width: 100%;
}

.tbl_type1 table thead {}

.tbl_type1 table thead tr {}

.tbl_type1 table thead tr th {}

.tbl_type1 table tbody {}

.tbl_type1 table tbody tr {}

.tbl_type1 table tbody tr:first-child td {
    padding-top: 0px;
    vertical-align: top;
}

.tbl_type1 table tbody tr:last-child td {
    padding-bottom: 0px;
}

.tbl_type1 table tbody tr td:first-child {
    padding-left: 0px;
    border-right: 1px dotted gray;
}

/* dotted */
.tbl_type1 table tbody tr td {
    padding: 20px 15px 20px 20px;
    border-bottom: 1px dotted gray;
    vertical-align: top;
}

.tbl_type1 table tbody tr:last-child td {
    border-bottom: 0px;
}

.tbl_type1 table tbody tr td h1 {
    font-size: 38px;
    color: #7d94bd;
    font-weight: 700;
    line-height: 46px;
    display: inline-block;
    width: 60px;
    line-height: 36px;
}

.tbl_type1 table tbody tr td p {
    width: calc(100% - 60px);
    float: right;
    line-height: 20px;
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    transform: rotate(0.03deg);
    -ms-transform: rotate(0.03deg);
    -webkit-transform: rotate(0.03deg);
}

.tbl_type1 table tbody tr td p:before {
    content: "";
    display: block;
    clear: both;
}

.tbl_type2 {}

.tbl_type2 h2 {
    color: #333333;
    font-size: 24px;
    font-weight: 700;
}

.tbl_type2 table {
    width: 100%;
    border-top: 2px solid #828282;
    border-bottom: 2px solid #828282;
}


.tbl_type2 table tbody td .listStyle {
    display: flex;
    font-size: 14px;
}

.tbl_type2 table tbody td .listStyle::before {
    content: "-";
    display: block;
    margin-right: 5px;
}

.tbl_type2 table thead {}

.tbl_type2 table thead tr {}

.tbl_type2 table thead tr th,
.tbl_type2 table thead tr td,
.tbl_type2 table tbody tr th,
.tbl_type2 table tbody tr td {
    text-align: center;
}

.tbl_type2 table thead tr th,
.tbl_type2 table tbody tr th {
    font-weight: 700;
    color: #414141;
    font-size: 16px;
    background: #f5f5f5;
    line-height: 20px;
}

.tbl_type2 table thead tr td,
.tbl_type2 table tbody tr td {
    font-weight: 400;
    color: #8a8a8a;
    font-size: 16px;
}

.tbl_type2 table thead tr th {
    min-height: 80px;
    height: 80px;
}

.tbl_type2 table thead tr:first-child th:first-child {
    border-right: 1px solid #828282;
}

.tbl_type2 table thead tr th:first-child {
    border-right: 1px solid #828282;
}

.tbl_type2 table thead tr th:last-child {
    border-right: 0px;
}

.tbl_type2 table thead tr th {
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #828282;
    line-height: 20px;
}

.tbl_type2 table thead tr td {
    line-height: 18px;
}

.tbl_type2 table tbody {}

.tbl_type2 table tbody tr {}

.tbl_type2 table tbody tr th {
    min-height: 70px;
    height: 70px;
    padding: 10px;
    border-right: 1px solid #828282;
    border-bottom: 1px solid #d1d1d1;
    box-sizing: border-box;
}

.tbl_type2 table tbody tr td {
    min-height: 70px;
    height: 70px;
    padding: 10px;
    border-bottom: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    line-height: 18px;
    box-sizing: border-box;
}

.tbl_type2 table tbody tr td:last-child {
    border-right: 0px;
}

.tbl_type2 table tbody tr:last-child td {
    border-bottom: 0px;
}

.list_type {
    width: 470px;
    float: right;
}

.list_type h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
}

.list_type ul {}

.list_type ul li:first-child {
    margin-top: 15px;
}

.list_type ul li {
    color: #e9e9e9;
}

.list_type ul li p {
    font-size: 14px;
    font-size: 400;
    color: #ffffff;
    margin-left: 20px;
    line-height: 20px;
}

.list_type ul li p.fc_yel {
    color: #e4d889;
}

.list_type ul li .vsb {
    visibility: hidden;
}

.list_type ul li.before {
    font-size: 18px;
    line-height: 32px;
}

.list_type ul li.before span {
    font-size: 18px;
}

.list_type ul li.before::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #ffffff;
    display: inline-block;
    border-radius: 50%;
    vertical-align: top;
    margin-top: 14px;
    margin-left: 4px;
    margin-right: 10px;
}

.list_type ul li.before span {
    display: inline-block;
    width: calc(100% - 28px);
}

.list_type ul li.before2 {}

.list_type ul li.before2 span {
    font-size: 18px;
    line-height: 24px;
}

.list_type ul li.before2 span {
    line-height: 24px;
}

.list_type ul li.before2::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #ffffff;
    display: inline-block;
    border-radius: 50%;
    vertical-align: top;
    margin-top: 14px;
    margin-left: 4px;
    margin-right: 10px;
}

.list_type ul li.before2 span {
    display: inline-block;
    width: calc(100% - 28px);
}




#container.container {}




#content.sub {
    max-width: 984px;
    margin: 0 auto;
    padding: 80px 0px;
}

#content.sub>h1 {
    font-size: 60px;
    font-weight: 400;
    color: #000000;
    border-bottom: 1px solid #cccccc;
    line-height: 0.9;
}

#content.sub>h1 span {
    font-size: 17px;
    letter-spacing: -1px;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
    -webkit-font-smoothing: antialiased;
    transform: rotate(0.03deg);
}

#content.sub .btnbox {
    display: flex;
    justify-content: flex-end;
}

#content.sub .btnbox label {
    display: block;
}

#content.sub .btnbox label {
    margin-left: 21px;
}

#content.sub .btnbox label:first-child {
    margin-left: 0;
}

#content.sub .btnbox label div {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: table;
    line-height: 90px;
    background: #bebebe;
    text-align: center;
    box-shadow: 2px 2px 5px #666666;
    transition: .2s;
}

#content.sub .btnbox label span {
    display: table-cell;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #ffffff;
    vertical-align: middle;
    text-align: center;
}

#content.sub .btnbox label div:hover {
    background: #274c8e;
}

#content.sub .btnbox label div.active {
    background: #274c8e;
}



#content.sub2 {
    max-width: 944px;
    margin: 0 auto;
    padding: 80px 0px;
}

#content.sub2>h1 {
    font-size: 60px;
    font-weight: 400;
    color: #ffffff;
    border-bottom: 1px solid #cccccc;
    line-height: 0.9;
}

#content.sub2 .btnbox {
    display: flex;
    margin-left: auto;
    margin-right: 0;
}

#content.sub2 .btnbox label {
    display: block;
}

#content.sub2 .btnbox label {
    margin-left: 21px;
}

#content.sub2 .btnbox label:first-child {
    margin-left: 0;
}

#content.sub2 .btnbox label div {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: table;
    line-height: 90px;
    background: #bebebe;
    text-align: center;
    box-shadow: 4px 3px 8px #222222;
    transition: .2s;
}

#content.sub2 .btnbox label span {
    display: table-cell;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #ffffff;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    transition: .2s;
}

#content.sub2 .btnbox label div:hover {
    background: #ffffff;
}

#content.sub2 .btnbox label div.active {
    background: #ffffff;
}

#content.sub2 .btnbox label div:hover span {
    background: #ffffff;
    color: #000000;
    border-radius: 50%;
}

#content.sub2 .btnbox label div.active span {
    background: #ffffff;
    color: #000000;
    border-radius: 50%;
}


#content #box_hidden1,
#content #box_hidden2,
#content #box_hidden3,
#content #box_hidden4 {}

#tab1:checked~#content #box_hidden1 {
    display: none;
}

#tab2:checked~#content #box_hidden2 {
    display: inline-block;
}

#tab3:checked~#content #box_hidden3 {
    display: inline-block;
}

#tab4:checked~#content #box_hidden4 {
    display: inline-block;
}



.box_hidden {
    display: none;
}

.boxoff {
    display: block !important;
}

#mw-hidden2 .ly_book {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    height: 644px;
    width: 984px;
    background: url(../img/ly_book-bg.png);
    background-repeat: no-repeat;
    z-index: 11;
    box-shadow: 0px 12px 10px #000000;
}

#mw-hidden2 .ly_book .close {
    position: absolute;
    right: 20px;
    transform: translate(0, -150%);
}

#mw-hidden2 .ly_book .ly_btnbox {
    position: absolute;
    bottom: 0;
    right: 40px;
    transform: translate(0, 150%);
    -ms-transform: translate(0, 150%);
    -webkit-transform: translate(0, 150%);
}

#mw-hidden2 .ly_book .ly_btnbox label {}

#mw-hidden2 .ly_book .ly_btnbox label div {
    display: inline-block;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 700;
    margin-left: 19px;
    box-shadow: 0px 15px 10px #000;
    transition: .2s;
}

#mw-hidden2 .ly_book .ly_btnbox label div:hover {
    background: #e5d24b;
}

#mw-hidden2 .ly_book .ly_btnbox label div.active {
    background: #e5d24b;
}

#mw-hidden2 .ly_book .ly_btnbox label div span {
    font-size: 20px;
    font-weight: 700;
}


.ly_content {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 13;
}

.ly_content .ly_tit {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    color: #e5d24b;
    font-weight: 700;
    font-size: 36px;
    width: 50%;
    text-align: center;
    line-height: 46px;
}

.ly_content .ly_tit.lhnone {
    line-height: 1;
}

.ly_content .ly_tit span {
    color: #373529;
    font-weight: 700;
    font-size: 22px;
}

.ly_content>div:last-child {
    float: right;
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    padding: 40px;
}

.ly_content div:last-child p {
    font-size: 14px;
    font-weight: 700;
    color: #6c6c6c;
    line-height: 24px;
}



#box_lyHidden5 {}

#box_lyHidden5 div:last-child {}

#box_lyHidden5 div:last-child .imgbox {
    margin-top: 120px;
    text-align: center;
    display: block;
    margin-bottom: 40px;
}

#box_lyHidden4 div:last-child {
    padding: 55px 40px;
}

#box_lyHidden4 div:last-child p {
    display: inline-block;
}

#box_lyHidden4 div:last-child p span {
    display: inline-block;
}

#box_lyHidden4 div:last-child p::before {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

#box_lyHidden4 div:last-child p:nth-child(1):before {
    content: "1.";
}

#box_lyHidden4 div:last-child p:nth-child(2):before {
    content: "2.";
}

#box_lyHidden4 div:last-child p:nth-child(3):before {
    content: "3.";
}

#box_lyHidden4 div:last-child p:nth-child(4):before {
    content: "4.";
}

#box_lyHidden4 div:last-child p:nth-child(5):before {
    content: "5.";
}

#box_lyHidden4 div:last-child p:nth-child(6):before {
    content: "6.";
}

#box_lyHidden4 div:last-child p:nth-child(7):before {
    content: "7.";
}

#box_lyHidden4 div:last-child p:nth-child(8):before {
    content: "8.";
}

#box_lyHidden4 div:last-child p:nth-child(9):before {
    content: "9.";
}

#box_lyHidden4 div:last-child p:nth-child(10):before {
    content: "10.";
}

#box_lyHidden3 div:last-child {
    padding-top: 190px;
}

#box_lyHidden2 div:last-child {
    padding-top: 131px;
}

#box_lyHidden1 div:last-child {
    padding-top: 81px;
}


.ly_arrowbox {
    position: relative;
    width: 100%;
    max-width: 984px;
}

.ly_arrowbox label {
    position: absolute;
    z-index: 20;
    margin-top: 307px;
}

.ly_arrowbox label.left {
    left: 10px;
}

.ly_arrowbox label.right {
    right: 10px;
}

#ly_box1:checked~.ly_arrowbox label:not(.box1),
#ly_box2:checked~.ly_arrowbox label:not(.box2),
#ly_box3:checked~.ly_arrowbox label:not(.box3),
#ly_box4:checked~.ly_arrowbox label:not(.box4),
#ly_box5:checked~.ly_arrowbox label:not(.box5) {
    display: none;
}


.white-space {
    display: inline-block;
    margin-top: -90px;
    width: 452px;
}

.white-space>div {}

.white-space>div:first-child {
    height: 256px;
}

.white-space>div:last-child {}

.white-space>div>div {
    display: inline-block;
}

.white-space>div:first-child>div:first-child {
    width: 187px;
    height: 256px;
}

.white-space>div:first-child>div:last-child {
    width: 210px;
    height: 256px;
    background: url(../img/sub_img1.png)center;
    box-shadow: 4px 4px 4px #323232;
}

.white-space>div:last-child>div:first-child {
    width: 190px;
    height: 176px;
    background: url(../img/sub_img2.png)center;
    box-shadow: 4px 4px 4px #323232;
}

.white-space>div:last-child>div:last-child {
    vertical-align: top;
    padding: 20px 7px;
}

.white-space>div:last-child>div:last-child h2 {
    color: #ffffff;
    font-size: 34px;
    font-weight: 800;
    letter-spacing: -1.5px;
    margin: 5px 0px 7px;
}

.white-space>div:last-child>div:last-child p {
    color: #c6c6c6;
    font-size: 14px;
    font-weight: 400;
}

.white-space>div:last-child>div:last-child p.fc_yel {
    color: #e4d889;
}

.map {
    min-height: 354px;
    height: calc(100vh - 545px);
    width: 100%;
    min-width: 984px;
    background: url(../img/map.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

/* .map{min-height: 375px; height: calc(100vh - 583px);width: 100%; min-width: 984px; background: url(../img/map.png); background-repeat: no-repeat; background-size: cover; display: block; background-position: top;} */
/* .map{min-height: 375px; height: calc(100vh - 583px);width: 100%; min-width: 984px; background: url(../img/map.png); background-repeat: no-repeat; background-size: cover; display: block; background-position: center top;} */
/* .map{min-height: 375px; height: calc(100vh - 583px);width: 100%; min-width: 984px; background: url(../img/map.png); background-repeat: no-repeat; background-size: cover; display: block; background-position: center;} */
/* .map{min-height: 375px; height: calc(100vh - 583px);width: 100%; min-width: 984px; background: url(../img/map.png); background-repeat: no-repeat; background-size: cover; display: block; background-position: center bottom;} */
/* .map{min-height: 375px; height: calc(100vh - 583px);width: 100%; min-width: 984px; background: url(../img/map.png); background-repeat: no-repeat; background-size: cover; display: block; background-position: bottom;} */



.ly_pop {}

.content {
    min-height: 386px;
    box-sizing: border-box;
}

#content2.sub {
    max-width: 984px;
    margin: 0 auto;
    padding: 80px 0px;
    min-height: 386px;
    box-sizing: border-box;
}

#content2.sub>h1 {
    font-size: 60px;
    font-weight: 400;
    color: #000000;
    border-bottom: 1px solid #cccccc;
    line-height: 0.9;
}

#content2.sub .btnbox {
    display: flex;
    margin-left: auto;
    margin-right: 0;
}

#content2.sub .btnbox label {
    display: block;
}

#content2.sub .btnbox label {
    margin-left: 21px;
}

#content2.sub .btnbox label:first-child {
    margin-left: 0;
}

#content2.sub .btnbox label div {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: table;
    line-height: 90px;
    background: #bebebe;
    text-align: center;
    box-shadow: 2px 2px 5px #666666;
    transition: .2s;
}

#content2.sub .btnbox label span {
    display: table-cell;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #ffffff;
    vertical-align: middle;
    text-align: center;
}

#content2.sub .btnbox label div:hover {
    background: #274c8e;
}

#content2.sub .btnbox label div.active {
    background: #274c8e;
}


#content3.sub {
    max-width: 984px;
    margin: 0 auto;
    padding: 80px 0px;
}

#content3.sub>h1 {
    font-size: 60px;
    font-weight: 400;
    color: #000000;
    border-bottom: 1px solid #cccccc;
    line-height: 0.9;
}

#content3.sub .btnbox {
    display: flex;
    margin-left: auto;
    margin-right: 0;
}

#content3.sub .btnbox label {
    display: block;
}

#content3.sub .btnbox label {
    margin-left: 21px;
}

#content3.sub .btnbox label:first-child {
    margin-left: 0;
}

#content3.sub .btnbox label div {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: table;
    line-height: 90px;
    background: #bebebe;
    text-align: center;
    box-shadow: 2px 2px 5px #666666;
    transition: .2s;
}

#content3.sub .btnbox label span {
    display: table-cell;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #ffffff;
    vertical-align: middle;
    text-align: center;
}

#content3.sub .btnbox label div:hover {
    background: #274c8e;
}

#content3.sub .btnbox label div.active {
    background: #274c8e;
}



.shadow_type1 {
    box-shadow: 0px 2px 5px #cccccc;
}

.shadow_type2 {
    box-shadow: 0px 2px 4px #888888;
}

.shadow_type3 {
    box-shadow: 0px 0px 5px #333333;
}



/* header */
/* #header {width: 100%; min-width: 984px; background: url(../img/header-bg.png); height: 97px;} */

.wrap_type1 {
    position: relative;
    width: 100%;
    max-width: 984px;
    margin: 0 auto;
}

.wrap_type2 {
    position: relative;
    width: 100%;
    max-width: 944px;
    margin: 0 auto;
}

#header.header {
    position: relative;
}

#header.header .header__wrap h1#logo {}

#header.header .header__wrap h1#logo a {}

#header.header .header__wrap h1#logo a span {
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    overflow: hidden;
    margin-left: -1px;
}


/* Banner*/
.banner {
    width: 100%;
    margin: 0 auto;
}

.banner .swiper-wrapper {
    width: 100%;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
}

.banner .swiper-wrapper .banner1 {
    position: relative;
    z-index: 1000;
    background: #234e5c;
    text-align: center;
    width: 100%;
}

.banner .swiper-wrapper .banner2 {
    position: relative;
    z-index: 1000;
    background: url(../img/Main-banner2-back.png) -4px;
    text-align: center;
    width: 100%;
}

.banner .swiper-wrapper .banner3 {
    position: relative;
    z-index: 1000;
    background: #47235c;
    text-align: center;
    width: 100%;
}

.banner .swiper-wrapper .banner1 div {
    background: url(../img/Main-banner1.png) no-repeat center;
    max-width: 1900px;
    min-width: 1000px;
    height: 100px;
    margin: 0 auto;
    z-index: -1;
}

.banner .swiper-wrapper .banner2 div {
    background: url(../img/Main-banner2.png) no-repeat center;
    max-width: 1900px;
    min-width: 1000px;
    height: 100px;
    margin: 0 auto;
    z-index: -1;
}

.banner .swiper-wrapper .banner3 div {
    background: url(../img/Main-banner3.png) no-repeat center;
    max-width: 1900px;
    min-width: 1000px;
    height: 100px;
    margin: 0 auto;
    z-index: -1;
}

.swiper-bttnBox {
    position: relative;
    max-width: 1100px;
    width: 100%;
    height: 100px;
    margin: 0 auto;
    margin-top: -100px;
}

.swiper-bttnBox .swiper-button-next {
    margin-right: 50px;
    bottom: 50%;
    transform: translate(0%, 50%);
    -ms-transform: translate(0%, 50%);
    -webkit-transform: translate(0%, 50%);
    height: auto !important;
}

.swiper-bttnBox .swiper-button-next:after {
    display: none;
}

.swiper-bttnBox .swiper-button-next:before {
    content: "";
    display: inline-block;
    background: url(../img/arr_banner-right.png) no-repeat;
    width: 17px;
    height: 29px;
}

.swiper-bttnBox .swiper-button-prev {
    margin-left: 50px;
    bottom: 50%;
    transform: translate(0%, 50%);
    -ms-transform: translate(0%, 50%);
    -webkit-transform: translate(0%, 50%);
    height: auto !important;
}

.swiper-bttnBox .swiper-button-prev:after {
    display: none;
}

.swiper-bttnBox .swiper-button-prev:before {
    content: "";
    display: inline-block;
    background: url(../img/arr_banner-left.png) no-repeat;
    width: 17px;
    height: 29px;
}

.swiper-bttnBox .closeBtn {
    position: absolute;
    right: 0;
    top: 10px;
    background: url(../img/close_btn.png) no-repeat;
    width: 43px;
    height: 18px;
    cursor: pointer;
    z-index: 10;
}