@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Didact+Gothic:400,500,700");
.head_box {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 150px;
    border-bottom: 1px solid #dbdbdb;
    background-color: white;
}

.head_box .logo {
    position: absolute;
    left: 85px;
    top: 47px;
        background-size: 0;
    width: 399px;
}

.head_box .nav {
    z-index: 10;
}

.nav {
    position: absolute;
    right: 94px;
    top: 49px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 50;
}

.nav div {
    position: absolute;
    background-color: #9b9b9b;
    width: 100%;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.nav.active div {
    background-color: #0097ed;
}

.nav:after {
    content: '';
    position: absolute;
    background-color: #9b9b9b;
    width: 100%;
    height: 2px;
    top: 33px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    right: 0;
}

.nav:before {
    content: '';
    position: absolute;
    background-color: #9b9b9b;
    width: 100%;
    height: 2px;
    top: 15px;
    right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.nav.active:before {
    background-color: #0097ed;
    width: 70%;
}

.nav.active:after {
    background-color: #0097ed;
    width: 70%;
}
input[type=text],input,.paper_form .inputbox:checked,input[type=checkbox],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}
header {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    z-index: 100;
    width: 100%;
    min-height: 150px;
    top: 0;
    left: 0;
}

header .mobile_menu {
    display: none;
}

header .menu_box {
    border-left: 1px solid #f1f1f1;
    position: fixed;
    display: none;
    right: 0;
    width: 410px;
      transform: translate3d(0,0,0);
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.95);
    color: #212020;
    font-size: 16px;
    padding-left: 0;
    z-index: 10;
    padding-top: 160px;
    line-height: 23px;
    top: 0;
}

header .menu_box .block {
    position: relative;
    margin-bottom: 45px;
}

header .menu_box .block .main_link {
    position: relative;
    padding-left: 62px;
    padding-right: 20px;
    background-image: url("../img/icon/plus.png");
    background-repeat: no-repeat;
    background-position: 85%;
    border-bottom: 1px solid #dadada;
    padding-bottom: 25px;
    padding-top: 25px;
    letter-spacing: 3px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    width: 100%;
    color: #212020;
}

header .menu_box .block a.main_link {
    background: none;
}

header .menu_box .block .other {
    position: relative;
    margin-top: 105px;
    margin-left: 66px;
    width: 280px;
}

header .menu_box .block .other .other_box {
    position: relative;
    width: 100%;
    height: 50px;
    border: 1px solid #bbbbbb;
    display: block;
}

header .menu_box .block .other .other_box label {
    position: relative;
    width: calc(100% - 71px);
    height: 100%;
    padding-left: 14px;
    margin-left: 11px;
    border: 0;
    background-color: transparent;
    outline: 0;
    color: #353535;
    font-size: 14px;
    line-height: 50px;
    letter-spacing: 1px;
    cursor: pointer;
}

header .menu_box .block .other .other_box:before {
    content: '';
    background-color: #00c6a5;
    position: absolute;
    width: 12px;
    height: 50px;
    left: -1px;
    top: -1px;
}

header .menu_box .block .other .other_box.paper:before {
    background-color: #0564e5;
}

header .menu_box .block .other .other_box.paper {
    top: -1px;
    cursor: pointer;
}

header .menu_box .block .other .other_box.paper .send {
    background-image: url("../img/icon/menu_icon2.png");
    border: 0;
}

header .menu_box .block .other .other_box input {
    position: relative;
    width: calc(100% - 71px);
    height: 100%;
    padding-left: 12px;
    margin-left: 11px;
    border: 0;
    background-color: transparent;
    outline: 0;
    color: #353535;
}

header .menu_box .block .other .other_box .send {
    position: relative;
    background-image: url("../img/icon/menu_icon.png");
    background-position: 57% 50%;
    display: block;
    float: right;
    width: 60px;
    height: 24px;
    background-repeat: no-repeat;
    border-left: 1px solid #bdbdbd;
    margin-top: 13px;
    cursor: pointer;
}

header .menu_box .sub_box {
    position: absolute;
    width: 100%;
    top: 160px;
    display: none;
    padding-bottom: 100px;
}

header .menu_box .sub_box label {
    position: relative;
    color: #00c6a5;
    display: block;
    font-size: 16px;
    padding-bottom: 25px;
    padding-top: 25px;
    background-image: url("../img/icon/back.png");
    background-repeat: no-repeat;
    background-position: 60px;
    border-bottom: 1px solid #00c6a5;
    text-align: right;
    padding-right: 60px;
    cursor: pointer;
    letter-spacing: 3px;
}

header .menu_box .sub_box .sun_link {
    position: relative;
    padding-left: 62px;
    padding-right: 20px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 25px;
    padding-top: 25px;
    letter-spacing: 3px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    width: 100%;
    color: #212020;
}

header .menu_box .sub_box .sun_link.active {
    color: #00c6a5;
}

/* .paper_form {
    padding: 130px 140px 100px !important;
    width: 708px;
    height: 100%;
    max-height: fit-content;
    position: absolute;
    background-color: #f5f5f5;
    display: block;
    z-index: 99;
    overflow-x: hidden !important;
} */

.paper_form .box {
    position: relative;
}

.paper_form .head {
    position: relative;
    font-size: 20px;
    border-bottom: 2px solid #00e0a5;
    padding-bottom: 14px;
    margin-bottom: 35px;
    font-weight: bold;
    letter-spacing: 3px;
}

.paper_form .head div {
    position: relative;
}

/* .paper_form .head span {
    position: absolute;
    font-size: 13px;
    color: #818181;
    right: 0;
    top: 2px;
    cursor: pointer;
} */
.paper_form .head a {
    position: absolute;
    font-size: 13px;
    color: #818181;
    right: 0;
    top: 2px;
    cursor: pointer;
    letter-spacing: 1px;
    text-decoration: underline;
}
/* .paper_form .head #close{
    letter-spacing: 1px;
    text-decoration: underline;
} */
.paper_form .check_block {
    position: relative;
    display: inline-block;
    width: 100%;
}

.paper_form .check_block label {
    position: relative;
    float: left;
    width: 50%;
    font-size: 15px;
    color: #121212;
    line-height: 33px;
    padding: 15px 0;
    border-bottom: 1px solid white;
    letter-spacing: 2px;
    cursor: pointer;
}

.paper_form .check_block label:nth-child(even) {
    padding-left: 36px;
}

.paper_form .check_block label:nth-child(even)::after {
    content: '';
    background-color: #e2e2e2;
    position: absolute;
    height: 24px;
    width: 1px;
    left: 0;
    top: 20px;
}

.paper_form .check_block label:last-child, .paper_form .check_block label:nth-last-child(2) {
    border-bottom: 0;
}
.paper_form .read{
    font-size: 13px;
    color: #818181;
    height: 170px;
    border: 1px solid #d5d5d5;
    /* float: left; */
    overflow-y: auto;
    position: relative;
    padding: 28px;
}
.paper_form .read.read_s2{
    height: 325px;
}
.paper_form .ps__thumb-y{
    background: #00c6a5;
}
.paper_form .check{
    float: left;
    width: 100%;
    color: #00c6a5;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 20px 0 40px;
    display: flex;
    justify-content: center;
}
.paper_form .check input{
    width: 18px;
    outline: none;
        height: 18px;
        display: inline-block;
        border: 1px solid #00c6a5;
        border-radius: 50%;
        margin: 0;
        position: relative;
        cursor: pointer;
        top: 4px;
        margin-right: 13px;
}
.paper_form .check input:checked{
    background-color: #00c6a5;
}
.paper_form .input {
    position: relative;
    float: left;
    width: 100%;
    letter-spacing: 2px;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 40px;
}
#paper_off.paper_form .input{
    margin-top: 0;
}

.paper_form .input input {
    position: relative;
    height: 44px;
    width: 100%;
    background-color: transparent;
    font-size: 16px;
    border: 0;
    border-bottom: 1px solid gray;
    outline: 0;
}

.paper_form .button {
    display: block;
    font-size: 13px;
    height: 45px;
    position: relative;
    overflow: hidden;
    width: 229px;
    margin: 0 auto;
    cursor: pointer;
}
.paper_form .act-cancelep{
    display: block;
font-size: 14px;
text-decoration: underline;
text-align: center;
margin-top: 16px;
color: #767676;
letter-spacing: 2px;
}
.paper_form .button:before {
    content: '';
    background: #00c6a5;
    background: -moz-linear-gradient(left, #00c6a5 0%, #68f5d6 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #00c6a5), color-stop(100%, #68f5d6));
    background: -webkit-linear-gradient(left, #00c6a5 0%, #68f5d6 100%);
    background: -o-linear-gradient(left, #00c6a5 0%, #68f5d6 100%);
    background: -ms-linear-gradient(left, #00c6a5 0%, #68f5d6 100%);
    background: linear-gradient(to right, #00c6a5 0%, #68f5d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c6a5', endColorstr='#68f5d6', GradientType=1);
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.paper_form .button span {
    background-color: whitesmoke;
    padding: 8px 20px;
    position: absolute;
    top: 2px;
    left: 2px;
    color: rgba(14, 14, 14, 0.86);
    width: 225px;
    line-height: 25px;
    background-image: url("../img/icon/w_arrow.png");
    background-position: 93% 50%;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.paper_form .inputbox {
    float: left;
    width: 22px;
    height: 22px;
    padding: 0;
    margin: 0;
    position: relative;
    margin-right: 4px;
    -webkit-appearance: none;
    background-image: url("../img/icon/check.png");
    top: 6px;
    outline: none;
    background-size: 22px;
    margin-right: 19px;
    border: 0;
    background-color: #f5f5f5;
}

.paper_form .inputbox:checked {
    background-image: url("../img/icon/check_d.png");
}

.paper-close {
    position: absolute;
    width: 143px;
    height: 50px;
    background-color: darkblue;
    right: 0;
    top: 37px;
    z-index: 100;
    color: white;
    font-size: 14px;
    line-height: 50px;
    letter-spacing: 6px;
    padding-left: 30px;
    /*background: #6451f8;
    background: -moz-linear-gradient(left, #6451f8 0%, #1054b2 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #6451f8), color-stop(100%, #1054b2));
    background: -webkit-linear-gradient(left, #6451f8 0%, #1054b2 100%);
    background: -o-linear-gradient(left, #6451f8 0%, #1054b2 100%);
    background: -ms-linear-gradient(left, #6451f8 0%, #1054b2 100%);
    background: linear-gradient(to right, #6451f8 0%, #1054b2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6451f8', endColorstr='#1054b2', GradientType=1);*/
    background: #02b1bc;
    background: -moz-linear-gradient(left, #02b1bc 0%, #0086e4 100%);
    background: -webkit-linear-gradient(left, #02b1bc 0%, #0086e4 100%);
    background: linear-gradient(to right, #02b1bc 0%, #0086e4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02b1bc', endColorstr='#0086e4', GradientType=1);
}

.paper-close span {
    display: block;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.23);
    height: 37px;
    line-height: 36px;
    padding-right: 22px;
    margin-top: 7px;
}

.paper-close:before {
    content: '';
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-image: url("../img/icon/close1.png");
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(0);
}

#edm{
    display: block;
    position: relative;
    width: 100%;
    float: right;
    margin-top: 203px;
}

@media only screen and (min-width: 1025px) {
    header .menu_box .block .main_link:hover, header .menu_box .sub_box .sun_link:hover {
        color: #00c6a5;
    }
    .paper_form .button:hover span {
        background-color: transparent;
        color: white;
        font-weight: bold;
        background-image: url("../img/icon/w_arrow.png");
    }
    .paper-close:hover:before {
        transform: rotate(180deg);
    }
}

@media only screen and (max-width: 1024px) {
    .head_box .logo {
        left: 30px;
        top: 30px;
        width: 350px;
    }
    header {
        min-height: 107px;
    }
    .head_box {
        height: 107px !important;
    }
    .nav {
        right: 50px;
        top: 26px;
    }
    header .menu_box .block{
        margin-bottom: 100px;
    }
    #edm{
        width: calc(100% - 168px);
        float: none;
        margin: 50px auto;
    }
}

@media only screen and (max-width: 700px) {
    header {
        height: 107px;
        background-color: white;
    }
    .head_box .logo {

            top: 20px;
            /*background-size: auto 40px;*/
            background-repeat: no-repeat;
            width: 300px;
            height: 64px;
            background-position: left;
            left: 22px;
    }
    .head_box .logo img {
        display: none;
    }
    .nav div, .nav:after, .nav:before {
        background-color: #9b9b9b;
    }
    .nav:before {
        top: 17px;
    }
    .nav:after {
        top: 31px;
    }
    .nav {
        width: 38px;
        right: 27px;
        top: 27px;
    }
    .head_box .logo {
            background-size: 100%;
    }
    #edm{
        width: calc(100% - 100px);
    }
}

@media only screen and (max-width: 600px) {
    header .menu_box .block .main_link {
        padding-left: 35px;
    }
    header .menu_box .block .other {
        margin-left: 35px;
    }
    header .menu_box .sub_box .sun_link {
        padding-left: 35px;
    }
    header .menu_box {
        padding-top: 64px;
        padding-bottom: 64px;
    }
    header .menu_box .sub_box {
        top: 64px;
    }
    header .menu_box .sub_box label {
        background-position: 35px;
        padding-right: 35px;
    }
    #edm{
        width: calc(100% - 70px);
        margin-top: 0;
    }

}

@media only screen and (max-width: 500px) {
    .head_box .logo {
        width: 235px;
        top: 0;

    }
    header .menu_box {
        width: 100%;
    }
    header .menu_box .block .other {
        margin-left: 35px;
        width: calc(100% - 70px);
        margin-top: 55px;
    }
    header .menu_box .block {
        margin-bottom: 55px;
    }
    .head_box, header {
        height: 64px !important;
        min-height: 64px;
    }
    .nav {
        top: 8px;
    }
}

@media only screen and (max-width: 400px) {
    .head_box .logo {
        width: 205px;
    }
}

#right_menu {
    position: fixed;
    border-bottom: 1px solid #00c6a5;
    top: 50%;
    z-index: 20;
    right: -50px;
    margin-top: -100px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease, margin 0s ease;
    -moz-transition: all 0.5s ease, margin 0s ease;
    -o-transition: all 0.5s ease, margin 0s ease;
    -ms-transition: all 0.5s ease, margin 0s ease;
    transition: all 0.5s ease, margin 0s ease;
}

#right_menu.show {
    opacity: 1;
    visibility: visible;
    right: 0;
}

#right_menu .btn {
    position: relative;
    width: 58px;
    height: 58px;
    display: block;
    border: 1px solid #00c6a5;
    border-bottom: 0;
    background-size: 33px;
    background-color: rgba(255, 255, 255, 0.3);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#right_menu .menu {
    background-color: #00c6a5;
}

#right_menu .menu:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 1px;
    background-color: white;
    top: 43%;
    right: 50%;
    margin-right: -11px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#right_menu .menu:after {
    content: '';
    position: absolute;
    width: 22px;
    height: 1px;
    background-color: white;
    top: 57%;
    right: 50%;
    margin-right: -11px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#right_menu .menu span {
    position: absolute;
    width: 22px;
    height: 1px;
    background-color: white;
    top: 50%;
    left: 50%;
    margin-left: -11px;
}

#right_menu .search {
    position: relative;
    background-image: url("../img/icon/right_icon01.png");
}

#right_menu .search .box {
    position: absolute;
    width: 248px;
    right: -1px;
    border: 1px solid #bbbbbb;
    border-left: 11px solid #00c6a5;
    height: 58px;
    background-color: white;
    top: 0;
    z-index: 21;
    display: none;
}

#right_menu .search .box input {
    position: relative;
    border: 0;
    height: 100%;
    width: 178px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 14px;
    outline: 0;
}

#right_menu .search .box .send {
    position: absolute;
    width: 56px;
    height: 21px;
    border-left: 1px solid #d6d6d6;
    right: 0;
    top: 18px;
    background-image: url("../img/icon/right_icon01_black.png");
    background-repeat: no-repeat;
    background-position: center;
}

#right_menu .mail {
    position: relative;
    background-image: url("../img/icon/right_icon02.png");
}

#right_menu .top {
    position: relative;
    background-image: url("../img/icon/right_icon03.png");
}

footer {
    position: relative;
    max-width: 1116px;
    width: 100%;
    display: block;
    margin: 0 auto 115px;
    border-top: 1px solid #a6a6a6;
    padding-top: 55px;
    margin-bottom: 40px;
    font-size: 14px;
    color: #353535;
}

footer .info {
    position: relative;
    float: right;
    width: 33%;
    padding-left: 65px;
    display: block;
}

footer .info h1 {
    font-size: 15px;
    color: #010101;
    margin-bottom: 10px;
    display: block;
}

footer .info .memo {
    position: relative;
}

footer .info .memo a {
    background-repeat: no-repeat;
    background-position: 8px 50%;
    font-size: 13px;
    color: #505050;
    padding: 13px 0 13px 40px;
    display: block;
    letter-spacing: 1px;
    border-bottom: 1px solid #e9e9ea;
        background-size: 21px;
    line-height: 21px;
}

footer .info .memo a:last-child {
    border-bottom: 0;
}

footer .info .memo .addr {
    background-image: url("../img/icon/icon01.png");
}

footer .info .memo .tel {
    background-image: url("../img/icon/icon02.png");
}

footer .info .memo .fax {
    background-image: url("../img/icon/icon03.png");
}

footer .webmap {
    position: relative;
    float: left;
    width: 67%;
    padding-bottom: 77px;
    display: flex;
}

footer .webmap:before {
    content: '';
    border-right: 1px solid gainsboro;
    position: absolute;
    width: 1px;
    height: calc(100% + 55px);
    RIGHT: 0;
    TOP: -55px;
}

footer .webmap .linkbox {
    position: relative;
    margin-right: 50px;
}

footer .webmap .linkbox:last-child {
    margin-right: 0;
}

footer .webmap .linkbox a {
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

footer .webmap .linkbox .sub_link {
    position: relative;
    display: block;
    font-size: 14px;
    color: #505050;
    margin-bottom: 13px;
    line-height: 20px;
    max-width: 128px;
}

footer .webmap .linkbox .head {
    position: relative;
    display: block;
    font-size: 16px;
    color: #353535;
    font-weight: bold;
    margin-bottom: 30px;
}

footer .cloud {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 300px;
}

footer .cloud .facebook {
    position: relative;
    width: 100%;
    height: 49px;
    display: block;
    background-color: #3c5a98;
    background-image: url("../img/icon/fb.png");
    background-repeat: no-repeat;
    padding-left: 0;
    background-size: 130px;
    background-position: 13px 50%;
    cursor: pointer;
}

footer .cloud .facebook .select_box {
    position: relative;
    display: none;
}

footer .cloud .facebook.active:after {
    transform: rotate(180deg);
}

footer .cloud .facebook:after {
    background-image: url("../img/icon/down.png");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    content: '';
    right: 13px;
    display: block;
    width: 20px;
    height: 20px;
    top: 16px;
    transform: rotate(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

footer .cloud .facebook .box_pc {
    position: absolute;
    width: 100%;
    bottom: 49px;
    border: 1px solid gray;
    border-bottom: 0;
    background-color: white;
    display: none;
}

footer .cloud .facebook .box_pc .fanslink {
    position: relative;
    display: block;
    color: gray;
    padding: 10px 16px;
    border-bottom: 1px solid gainsboro;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

footer .cloud .facebook select {
    position: relative;
}

footer .cloud .paper {
    width: 100%;
    height: 49px;
    margin-top: 8px;
    border: 1px solid #dcdcdc;
    cursor: pointer;
    line-height: 46px;
    color: #010101;
    display: block;
}

footer .cloud .paper label {
    position: relative;
    font-size: 13px;
    height: 100%;
    border: 0;
    border-radius: 0;
    padding-left: 15px;
    color: black;
    width: 85%;
    padding-right: 12px;
    cursor: pointer;
}

footer .cloud .paper .send {
    position: relative;
    background-image: url("../img/icon/mail.png");
    display: block;
    float: right;
    height: 18px;
    width: 45px;
    border-left: 1px solid #c6c6c6;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 14px;
    cursor: pointer;
    background-size: 23px;
}

footer .copyright {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    color: #919191;
    line-height: 20px;
}

footer .copyright a {
    color: #919191;
}

.ui-selectmenu-button {
    font-size: 13px !important;
}

.ui-selectmenu-open {
    width: 300px !important;
}

@media only screen and (min-width: 1025px) {
    footer .cloud .facebook .box_pc .fanslink:hover, footer .webmap .linkbox .sub_link:hover {
        color: #00c6a5;
    }
    #right_menu .btn:hover {
        background-color: white;
    }
    #right_menu .btn.menu:hover {
        background-color: #00c6a5;
    }
    #right_menu .menu:hover:after, #right_menu .menu:hover:before {
        width: 17px;
    }
}

@media only screen and (max-width: 1024px) {
    footer .webmap {
        display: none;
    }
    footer {
        background-color: white;
        padding-left: 84px;
        padding-right: 84px;
        margin-bottom: 0;
        padding-bottom: 36px;
        border-top: 1px solid #eeeeee;
    }
    footer .info {
        float: left;
        padding-left: 0;
        width: 42.5%;
    }
    footer .cloud {
        position: relative;
        right: 0;
        bottom: 0;
        width: 42%;
        float: right;
    }
    footer .cloud .paper {
        width: 100%;
        height: 49px;
        margin-top: 8px;
        border: 1px solid #cccccc;
    }
    footer .cloud .paper label {
        width: calc(100% - 52px);
    }
    footer .copyright {
        position: relative;
        float: right;
        width: 42%;
        margin-top: 48px;
    }
}

@media only screen and (max-width: 700px) {
    footer {
        padding-left: 35px;
        padding-right: 35px;
    }
    .paper_form {
        padding: 113px 50px 100px;
    }
}

@media only screen and (max-width: 600px) {
    #right_menu {
        width: 46px;
    }
    footer .info .memo a {
        background-position: 8px 15px;
    }
    #right_menu .btn {
        width: 46px;
        height: 46px;
            background-color: white;
    }
    #right_menu .menu{
            background-color: #00c6a5;
    }
    #right_menu .search .box {
        height: 47px;
    }
    #right_menu .mail {
        background-size: 28px;
    }
    #right_menu .search .box .send {
        width: 45px;
        height: 21px;
        top: 12px;
    }
    footer .info {
        width: 100%;
        margin-bottom: 40px;
    }
    footer .cloud {
        width: 100%;
    }
    footer .copyright {
        width: 100%;
        margin-top: 38px;
        text-align: center;
    }
    .paper-close {
        top: 15px;
    }
    .paper_form {
        padding: 50px 0 0 !important;
    }
    .paper_form .check_block label:nth-child(even)::after {
        display: none;
    }
    .paper_form .check_block label {
        width: 100%;
    }
    .paper_form .check_block label:nth-child(even) {
        padding-left: 0;
    }
    .paper_form .box {
        margin-bottom: 50px;
    }
    .paper_form .check_block label:nth-last-child(2) {
        border-bottom: 1px solid white;
    }
}

a {
    color: #00c6a5;
    text-decoration: none;
}

select::-ms-expand {
    display: none;
}

input::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: inherit;
    font-family: Microsoft JhengHei, "Didact Gothic", Open Sans, Myriad, Aria, sans-serif;
}

br {
    font-family: sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

.clear {
    clear: both;
}

.ui-widget {
    font-family: Microsoft JhengHei, "Didact Gothic", Open Sans, Myriad, Aria, sans-serif;
}

body {
    -webkit-text-size-adjust: 100%;
    margin: 0 auto;
    width: 100%;
    line-height: 24px;
    overflow-x: hidden;
    background-color: white;
    font-family: Microsoft JhengHei, "Didact Gothic", Open Sans, Myriad, Aria, sans-serif;
}

body.bg {
    background-image: url("../img/icon/bg.jpg");
}

body.white {
    background-color: white;
}

input, textarea {
    font-family: Microsoft JhengHei, "Didact Gothic", Open Sans, Myriad, Aria, sans-serif;
    font-size: 14.44px;
    color: #696061;
    letter-spacing: 1px;
    line-height: 22.22px;
}

.content {
    background-color: #f3f3f3;
    position: relative;
}

.clear::after {
    content: '';
    display: block;
    clear: both;
}

#content {
    width: 1000px;
    display: block;
    margin: 212px auto 80px;
    position: relative;
    z-index: 10;
    opacity: 0;
}

#head_title {
    position: absolute;
    width: 479px;
    color: white;
    top: 210px;
    padding: 31px 15px 31px 188px;
    z-index: 12;
    opacity: 0;
}

#head_title:before {
    content: '';
    background-image: url("../img/icon/bg2.png");
    position: absolute;
    width: 100vw;
    height: 100%;
    right: 0;
    top: 0;
    opacity: 0.3;
}

#head_title:after {
    content: '';
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#02b1bc+0,0086e4+100 */
    background: #02b1bc;
    /* Old browsers */
    background: -moz-linear-gradient(left, #02b1bc 0%, #0086e4 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #02b1bc 0%, #0086e4 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #02b1bc 0%, #0086e4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02b1bc', endColorstr='#0086e4', GradientType=1);
    /* IE6-9 */
    position: absolute;
    width: calc(50vw);
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
}

#head_title h1 {
    FONT-SIZE: 24px;
    display: block;
    letter-spacing: 5px;
    margin-bottom: 11px;
    font-weight: 400;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.55);
}

#head_title .en {
    font-size: 14px;
    line-height: 20px;
    opacity: 0.6;
    font-family: "Didact Gothic", Open Sans, Myriad Pro, Myriad, Aria, sans-serif;
    letter-spacing: 1px;
}

#bread {
    position: absolute;
    right: 91px;
    font-size: 16px;
    color: #212020;
    z-index: 12;
    opacity: 0;
    line-height: 13px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#bread.active {
    opacity:1;
}

#bread span {
    display: inline-block;
    margin-left: 28px;
    position: relative;
}

#bread span:after {
    content: '';
    background-color: black;
    width: 11px;
    height: 1px;
    position: absolute;
    display: block;
    opacity: 0.3;
    left: -21px;
    top: 6px;
}

#bread span:first-child:after {
    display: none;
}

#left_link {
    position: relative;
    margin-top: 190px;
    width: 250px;
    font-size: 16px;
    display: block;
    float: left;
}


#left_link .link, #left_link .link .sub_box .sub_link {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid gainsboro;
    letter-spacing: 2px;
    /*opacity: 0.8;*/
    line-height: 22px;
    cursor: pointer;
    color: #212020;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

#head_title .service, #left_link .service {
    display: block;
    font-size: 13px;
    margin-top: 70px;
    height: 48px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

#head_title .service:before, #left_link .service:before {
    content: '';
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#19bbf0+0,7adeff+100 */
    background: #19bbf0;
    /* Old browsers */
    background: -moz-linear-gradient(left, #19bbf0 0%, #7adeff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #19bbf0 0%, #7adeff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #19bbf0 0%, #7adeff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19bbf0', endColorstr='#7adeff', GradientType=1);
    /* IE6-9 */
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#head_title .service span, #left_link .service span {
    background-color: white;
    padding: 10px 20px;
    position: absolute;
    top: 2px;
    left: 2px;
    color: rgba(14, 14, 14, 0.86);
    width: 246px;
        background-size: 20px;
    background-image: url("../img/icon/b_arrow.png");
    background-position: 93% 50%;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#left_link .link.active {
    color: #00b698;
    border-color: #00b698;
}

#left_link .link.has_sub>span {
    position: relative;
    display: block;
    padding: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#left_link .link.has_sub.active>span {
    color: #00b698;
    padding-bottom: 14px;
    /*  padding: 20px 0;*/
    -webkit-transition: all 0.0s ease;
    -moz-transition: all 0.0s ease;
    -o-transition: all 0.0s ease;
    -ms-transition: all 0.0s ease;
    transition: all 0.0s ease;
}

#left_link .link.has_sub>span:before {
    content: '';
    position: absolute;
    background-color: #00b698;
    width: 9px;
    height: 1px;
    right: 0;
    display: block;
    top: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#left_link .link.has_sub>span:after {
    content: '';
    position: absolute;
    background-color: #00b698;
    width: 9px;
    height: 1px;
    right: 0;
    display: block;
    top: 50%;
    transform: rotate(-90deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#left_link .link.has_sub.active>span:before {
    transform: rotate(-90deg);
    opacity: 0;
}

#left_link .link.has_sub.active>span:after {
    transform: rotate(0);
    top: 13px;
}

#left_link .link .sub_box {
    display: none;
    padding-left: 32px;
    position: relative;
}

#left_link .link.active .sub_box {
    /*display: block !important;*/
}

#head_title .more_type_select, #head_title .service {
    display: none;
}

#left_link .link.has_sub.active {
    border-bottom: 0;
    padding-bottom: 0;
}

#left_link .link.has_sub.active>span {
    color: #00b698;
    border-bottom: 1px solid #00b698;
}

#left_link .link .sub_box .sub_link.active {
    color: #00b698;
}
/*20180403*/
#left_link.search_page{
    margin-top: 160px;
}
#left_link .search {
    display: inline-block;
    width: 100%;
    margin-top: 0;        letter-spacing: 1px;
}
#left_link .search .results{
    font-size: 15px;
            margin-bottom: 26px;

            display: block;
}
#left_link .search .cc {
    width: 100%;
    border-bottom: 1px solid black;
    background-image: url(../img/icon/g_arrow.png);
    background-position: right;
    background-repeat: no-repeat;
    height: 45px;
    float: right;    margin-bottom: 10px;
    cursor: pointer;
}

#left_link .search .news_type_select {
    width: 100%;
    border-bottom: 1px solid black;
    background-image: url(../img/icon/g_arrow.png);
    background-position: right;
    background-repeat: no-repeat;
    height: 45px;
    float: right;    margin-bottom: 10px;
    cursor: pointer;
}

#left_link .search .news_type_select select {
    outline: none;
    background: transparent;
    width: 100%;
    padding: 0;
    font-size: 15px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: bold;
}

#left_link .search .send{
    font-size: 15px;
    background-color: #00c6a5;
    display: block;
    float: left;
    width: 100%;
    color: white;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 0;
    margin-top: 25px;
    cursor: pointer;
    letter-spacing: 2px;
}
#search_show{

}
#search_show .type{
    line-height: 30px;
    display: inline-block;
    width: 100%;
    margin-bottom: 90px;
}
#search_show .type span{
    display: block;
        float: left;
        border-right: 1px solid #c6c6c6;
        margin-right: 26px;
        padding-right: 21px;
}
#search_show .type .keyword{
    color: #00c6a5;
        float: left;
        width: calc(100% - 130px);
        display: block;
}
#search_show .result_box{
    display: block;
}
#search_show .result_box .results_type{
    display: block;
    margin-bottom: 25px;
    line-height: 25px;
}
#search_show .result_box label{
    display: block;
    font-size: 15px;
    border-bottom: 1px solid black;
    padding-bottom: 14px;
    font-weight: bold;    position: relative;
    padding-top: 4px;
    padding-right: 85px;    letter-spacing: 1px;
    cursor: pointer;
}
#search_show .result_box .results_type label:after{
    content: '';
    background-image: url(../img/icon/r_op.png);
    width: 60px;
    height: 20px;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    border-left: 1px solid #c5c5c5;
    top: 8px;
}
#search_show .result_box .results_type.show label:after{
    background-image: url(../img/icon/r_close.png);
}
#search_show .result_box .rsbox{
    display: none;
        margin-bottom: 60px;
}
#search_show .result_box .results_link{
    font-size: 13px;
    color: #373737;
    opacity: .75;
    display: block;
    padding: 35px 0;
    border-bottom: 1px solid silver;
    letter-spacing: 1px;
}
















.content_boxshow {
    display: block;
    position: relative;
    width: 608px;
    float: right;
    margin-top: 70px;
}
.normal ol,.layouts ol,.summary ol{
    list-style: decimal;
padding-left: 16px;
}
.normal ul,.layouts ul,.summary ul{
    list-style: disc;
    padding-left: 20px;
}
.content_boxshow .type {
    font-size: 24px;
    display: block;
    font-weight: 600;
    border-bottom: 3px solid #00c6a5;
    padding-bottom: 20px;
    line-height: 33px;
    color: #212121;
    letter-spacing: 2px;
}
.content_boxshow.no_left .type{
    display: none;
}
.content_boxshow.no_left{
    width: 100%;
    margin-top: 0;
    padding-top: 0;
}






.content_boxshow .form1 {
    position: relative;
}

.content_boxshow .form1 .list_box {
    position: relative;
}

.content_boxshow .form1 .list_box .link {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    padding: 25px 10px;
    color: #08090e;
    font-size: 15px;
    display: flex;
    border-bottom: 1px solid #f1f1f1;
    line-height: 25px;
    cursor: pointer;
}

.content_boxshow .form1 .list_box .link .name {
    position: relative;
    width: 75%;
    letter-spacing: 1px;
}

.content_boxshow .form1 .list_box .link .more {
    position: absolute;
    font-size: 15px;
    color: #00c6a5;
    text-align: right;
    width: 128px;
    background-image: url("../img/icon/more.png");
    background-repeat: no-repeat;
    background-position: 89%;
    height: 20px;
    border-left: 1px solid #eaeaea;
    line-height: 20px;
    right: 0;
    padding-right: 37px;
    letter-spacing: 1px;
    top: 50%;
    margin-top: -10px;
}

.content_boxshow .form1 .list_box .link .more span {
    display: block;
    position: relative;
}

.content_boxshow .form1 .list_box .link .more span:before {
    content: '';
    background-color: #00c6a5;
    position: absolute;
    width: 0;
    height: 1px;
    left: 50%;
    margin-left: -17px;
    top: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.content_boxshow .form1 .list_box .link .more span b {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.content_boxshow .form4 .table {
    font-size: 15px;
    display: block;
    color: #08090e;
    margin-top: 50px;
    position: relative;
}

.content_boxshow .form4 .table .t_head {
    display: block;
    border-bottom: 2px solid #848484;
    padding-bottom: 12px;
    font-size: 15px;
    font-weight: bold;
}

.content_boxshow .form4 .table .t_head:after {
    content: '';
    display: block;
    clear: both;
}

.content_boxshow .form4 .table .t_head .t0 {
    display: none;
}

.content_boxshow .form4 .table .t_head .t1 {
    display: block;
    float: left;
    line-height: 17px;
    width: 58%;
    padding-left: 22px;
    position: relative;
}

.content_boxshow .form4 .table .t_head .t2 {
    display: block;
    float: left;
    line-height: 17px;
    width: 21%;
    text-align: center;
    padding-left: 0;
    position: relative;
}

.content_boxshow .form4 .table .t_head .t2::before {
    content: '';
    background-color: #a6a6a6;
    width: 1px;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: -12px;
}

.content_boxshow .form4 .table .t_head .t2::after {
    content: '';
    background-color: #a6a6a6;
    width: 1px;
    height: 10px;
    position: absolute;
    right: 0;
    bottom: -12px;
}

.content_boxshow .form4 .table .t_head .t3 {
    display: block;
    line-height: 17px;
    float: left;
    width: 16%;
    position: relative;
    border-right: 1px solid #c3c3c3;
}

.content_boxshow .form4 .table .t_head .t4 {
    display: block;
    float: left;
    line-height: 17px;
    width: 16%;
    border-right: 1px solid #c3c3c3;
}

.content_boxshow .form4 .table .t_head .t5 {
    display: block;
    float: left;
    width: 17%;
    line-height: 17px;
}

.content_boxshow .form4 .table .t_content {
    display: block;
    width: 100%;
    position: relative;
    font-size: 15px;
}

.content_boxshow .form4 .table .t_content .line {
    display: block;
    width: 100%;
    position: relative;
    background: transparent;
    border-bottom: 1px solid #e9e9e9;
    padding: 25px 0;
    line-height: 22px;
    color: #08090e;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.content_boxshow .form4 .table .t_content .line:after {
    content: '';
    display: block;
    clear: both;
}

.content_boxshow .form4 .table .t_content .line:nth-child(even) {
    background: #fff;
}

.content_boxshow .form4 .table .t_content .c1 {
    display: none;
}

.content_boxshow .form4 .table .t_content .c2 {
    width: 58%;
    display: block;
    padding-left: 26px;
    float: left;
    padding-right: 15px;
}

.content_boxshow .form4 .table .t_content .c3 {
    width: 21%;
    display: block;
    text-align: center;
    float: left;
    color: #717171;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.content_boxshow .form4 .table .t_content .c3:after {
    content: '名';
    margin-left: 5px;
}

.content_boxshow .form4 .table .t_content .more {
    width: 21%;
    display: block;
    color: #00c6a5;
    float: left;
    text-align: center;
    background-image: url("../img/icon/more.png");
    background-position: 107px;
    background-repeat: no-repeat;
    padding-right: 9px;
}

.content_boxshow .form4 .table .t_content .more span {
    display: block;
    position: relative;
}

.content_boxshow .form4 .table .t_content .more span:before {
    content: '';
    background-color: #00c6a5;
    position: absolute;
    width: 0;
    height: 1px;
    left: 50%;
    margin-left: -17px;
    top: 12px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.content_boxshow .form4 .table .t_content .more span b {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


/*fomr4-long*/

.content_boxshow .form4.form4_long .table .t_head .t0 {
    display: block;
    font-size: 12px;
    color: #bcbcbc;
    text-align: center;
    width: 6.5%;
    float: left;
    line-height: 17px;
    position: relative;
}

.content_boxshow .form4.form4_long .table .t_head .t0:before {
    content: '';
    background-color: #a6a6a6;
    width: 1px;
    height: 10px;
    position: absolute;
    right: 0;
    bottom: -12px;
}

.content_boxshow .form4.form4_long .table .t_head .t0:after {
    content: '';
    background-color: #626262;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -14px;
}

.content_boxshow .form4.form4_long.activity_list .table .t_head .t0, .content_boxshow .form4.form4_long.activity_list .table .t_content .c1 {
    display: none;
}

.content_boxshow .form4.form4_long.activity_list .table .t_head .t2, .content_boxshow .form4.form4_long.activity_list .table .t_content .c2 {
    display: block;
    width: 17%;
    text-align: left;
    padding-left: 20px;
}

.content_boxshow .form4.form4_long.activity_list .table .t_content .c2 {
    color: #717171;
}

.content_boxshow .form4.form4_long.activity_list .table .t_head .t3, .content_boxshow .form4.form4_long.activity_list .table .t_content .c3 {
    display: block;
    width: 69%;
    text-align: left;
    border: 0;
    padding-left: 20px;
    padding-right: 50px;
}

.content_boxshow .form4.form4_long.activity_list .table .t_head .t3:before, .content_boxshow .form4.form4_long.activity_list .table .t_content .c3:before {
    display: none;
}

.content_boxshow .form4.form4_long .table .t_head .t1 {
    display: block;
    width: 48%;
    padding-right: 20px;
}

.content_boxshow .form4.form4_long .table .t_head .t1:after {
    content: '';
    background-color: #848484;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -14px;
}

.content_boxshow .form4.form4_long .table .t_head .t1:before {
    content: '';
    background-color: #a6a6a6;
    width: 1px;
    height: 10px;
    position: absolute;
    right: 0;
    bottom: -12px;
}

.content_boxshow .form4.form4_long .table .t_head .t2 {
    display: block;
    width: 16.5%;
}

.content_boxshow .form4.form4_long .table .t_head .t2:after {
    content: '';
    background-color: #a6a6a6;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -14px;
}

.content_boxshow .form4.form4_long .table .t_head .t2:before {
    content: '';
    background-color: #a6a6a6;
    width: 1px;
    height: 10px;
    position: absolute;
    right: 0;
    bottom: -12px;
    left: auto;
}

.content_boxshow .form4.form4_long .table .t_head .t3 {
    display: block;
    width: 16.5%;
    text-align: center;
    border: 0;
}

.content_boxshow .form4.form4_long .table .t_head .t3:after {
    content: '';
    background-color: #c9c9c9;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -14px;
}

.content_boxshow .form4.form4_long .table .t_head .t3:before {
    content: '';
    background-color: #a6a6a6;
    width: 1px;
    height: 10px;
    position: absolute;
    right: 0;
    bottom: -12px;
}

.content_boxshow .form4.form4_long .table .t_head {
    border-bottom: 2px solid #e6e6e6;
}

.content_boxshow .form4.form4_long .table .t_head .more {
    width: 12.5%;
    float: right;
    height: 17px;
}

.content_boxshow .form4.form4_long .table .t_content .c1 {
    width: 6.5%;
    display: block;
    float: left;
    font-size: 12px;
    text-align: center;
    opacity: 0.4;
}

.content_boxshow .form4.form4_long .table .t_content .c2 {
    width: 48%;
}

.content_boxshow .form4.form4_long .table .t_content .c3 {
    width: 16.5%;
}

.content_boxshow .form4.form4_long .table .t_content .c4 {
    width: 16.5%;
    display: block;
    text-align: center;
    float: left;
    color: #717171;
}

.content_boxshow .form4.form4_long .table .t_content .more {
    width: 12.5%;
    float: right;
}

.content_boxshow .form4.form4_long .table .t_content .c3:after {
    display: none;
}

.content_boxshow .form4 .table .t_content .line:last-child {
    border-bottom: 0;
}

.back_page {
    display: block;
    margin: 60px auto 30px;
    position: relative;
    width: 182px;
    height: 40px;
    background-color: #00c6a5;
    text-align: right;
    color: white;
    font-size: 13px;
    font-weight: bold;
    padding-right: 27px;
    line-height: 40px;
    background-image: url("../img/icon/w_back.png");
    background-repeat: no-repeat;
    background-position: 17% 50%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid #00c6a5;
}


/*style_a*/

.style_a {
    font-size: 16px;
    color: #757575;
    letter-spacing: 1px;
    line-height: 24px;
    float: left;
    border-bottom: 1px solid #e3e3e3;
    display: block;
    margin-top: 20px;
    width: 100%;
}

.style_a .imgs {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}

.style_a .imgs img {
    position: relative;
    display: block;
    float: left;
}

.style_a .imgs span {
    position: relative;
    float: left;
    margin-top: 10px;
    color: #3d3d3d;
    font-size: 12px;
}

.style_a:last-child .text {
    /*padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;*/
}

._bd_row {
    position: relative;
}

._bd_row:after {
    content: '';
    clear: both;
    display: block;
}

._bd_row:last-child .text {
    border-bottom: 0;
}

.style_a .text {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    float: left;
    width: 100%;
    padding-bottom: 45px;
}

.style_a .text .left_title {
    position: relative;
    width: 38%;
    float: left;
    font-size: 18px;
    color: black;
    padding-right: 43px;
    font-weight: bold;
}

.style_a .text .right_content {
    position: relative;
    float: right;
    width: 62%;
}

.style_a .text .right_content p {
    margin-bottom: 24px;
}


/*style_b*/

.style_b {
    position: relative;
    margin-top: 0;
    border-bottom: 1px solid #e3e3e3;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
        padding-bottom: 20px;
}


/*.style_b:nth-child(even) .imgs {
    float: left; }
  .style_b:nth-child(even) .text {
    float: right; }*/

.style_b.b2_right .imgs {
    float: left;
}

.style_b.b2_right .text {
    float: right;
}

.style_b.b3_full .imgs {
    display: none;
}

.style_b.b3_full .text {
    width: 100%;
}

.style_b .imgs {
    position: relative;
    float: right;
    width: 45%;
}

.style_b .imgs img {
    position: relative;
}

.style_b .imgs span {
    position: relative;
    font-size: 14px;
    color: #3d3d3d;
    letter-spacing: 1px;
    width: 100%;
    display: inline-block;
    line-height: 20px;
}

.style_b .text {
    position: relative;
    color: #3d3d3d;
    font-size: 16px;
    float: left;
    width: 48%;
    letter-spacing: 1px;
}

.style_b .text b {
    font-size: 18px;
    position: relative;
    display: block;
    color: #212121;
    margin-bottom: 20px;
}


/*style_c*/

.style_c {
    position: relative;
    margin-top: 50px;
    color: #212121;padding-bottom: 50px;
    border-bottom: 1px solid #e3e3e3;
    display: inline-block;
    width: 100%;
}

.style_c .title {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px;
    letter-spacing: 2px;
}

.style_c .imgbox {
    position: relative;
}

.style_c .imgbox .imgs:nth-child(1) {
    position: relative;
    width: 272px;
    left: 0;
    display: inline-block;
}

.style_c .imgbox .imgs:nth-child(1) img {
    position: relative;
    border: 1px solid #efefef;
}

.style_c .imgbox .imgs:nth-child(1) span {
    position: relative;
    color: #757575;
    font-size: 14px;
    border-bottom: 1px solid #848484;
    padding-bottom: 3px;
    padding-left: 18px;
    letter-spacing: 1px;
    float: left;
    max-width: 163px;
    line-height: 23px;
    margin-top: 3px;
}

.style_c .imgbox .imgs:nth-child(1) span:before {
    content: '';
    background-color: #848484;
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 2px;
    top: 10px;
}

.style_c .imgbox .imgs:nth-child(2) {
    position: absolute;
    left: 280px;
    width: 180px;
    top: 0;
}

.style_c .imgbox .imgs:nth-child(2) img {
    position: relative;
    border: 1px solid #efefef;
}

.style_c .imgbox .imgs:nth-child(2) span {
    position: absolute;
    color: #757575;
    font-size: 14px;
    border-bottom: 1px solid #848484;
    padding-bottom: 7px;
    padding-left: 29px;
    letter-spacing: 1px;
    left: 163px;
    width: 123px;
    top: 0;
    line-height: 19px;
}

.style_c .imgbox .imgs:nth-child(2) span:before {
    content: '';
    background-color: #848484;
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 0;
    bottom: -3px;
}

.style_c .text {
    position: relative;
    font-size: 16px;
    color: #3d3d3d;
    border: 1px solid #e3e3e3;
    background-color: white;
    padding: 31px 33px;
    line-height: 26px;
    width: 69%;
    float: right;
    letter-spacing: 1px;
    margin-top: -100px;
}

.style_c .text:nth-child(1) {
    width: 100%;
    margin-top: 0;
}

#part_pic, #video_jump {
    position: relative;
    width: 100%;
    height: auto;
    background-color: white;
    padding: 50px 40px;
}

#video_jump .mid-video{
    display: flex;
    justify-content: center;
    align-items: center;
}

#part_pic .head_title, #video_jump .head_title {
    font-size: 24px;
    color: #212121;
    border-left: 2px solid #00e0a5;
    padding-left: 33px;
    letter-spacing: 2px;
    width: 70%;
    margin-bottom: 55px;
}

#part_pic iframe, #video_jump iframe {
    position: relative;
}

#part_pic .summary, #video_jump .summary {
    position: relative;
    font-size: 14px;
    line-height: 20px;
}

#video_jump .head_title {
    font-size: 15px;
    padding-left: 20px;
}

#video_jump {
    max-width: 800px;
    max-height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.fancybox-slide{
    display: flex !important;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 1200px) {
    #head_title {
        left: -98px;
    }
}

@media only screen and (min-width: 1025px) {
    #left_link .link .sub_box .sub_link:hover, #left_link .link:hover {
        color: #00b698;
        border-color: #00b698;
    }
    .content_boxshow .form1 .list_box .link:hover {
        background-color: #f6f9fa;
        color: #00c6a5;
    }
    .content_boxshow .form1 .list_box .link:hover .more span:before {
        width: 60px;
    }
    .content_boxshow .form1 .list_box .link:hover .more b {
        opacity: 0;
    }
    .back_page:hover {
        color: #00c6a5;
        border: 1px solid #00c6a5;
        background-color: white;
        background-image: url("../img/icon/back_h.png");
    }
    .content_boxshow .form4 .table .t_content .line:hover {
        background-color: #f6f9fa;
        color: #00c6a5;
    }
    .content_boxshow .form4 .table .t_content .line:hover .c3, .content_boxshow .form4 .table .t_content .line:hover .c4 {
        color: #00c6a5;
    }
    .content_boxshow .form4 .table .t_content .line:hover .more span:before {
        width: 35px;
    }
    .content_boxshow .form4 .table .t_content .line:hover .more b {
        opacity: 0;
    }
    #left_link .service:hover span {
        background-color: transparent;
        color: white;
        font-weight: bold;
        background-image: url("../img/icon/w_arrow.png");
    }
}

@media only screen and (max-width: 1024px) {
    #content {
        width: 100%;
        margin-top: 0;
    }
    #bread {
        display: none;
    }
    #head_title {
        width: 100%;
        position: relative;
        padding: 33px 84px;
        margin-top: 107px;
        left: auto;
        top: 0;
    }
    #head_title:after {
        right: auto;
        width: 100vw;
        left: 0;
        top: 0;
    }
    #head_title h1 {
        font-size: 22px;
        margin-bottom: 8px;
    }
    #left_link {
        display: none;
    }
    #left_link.search_page{
        display: block;
        width: calc(100% - 168px);
        float: none;
        margin: 50px auto;
    }
    #head_title .service {
        display: block;
        position: absolute;
        right: 84px;
        left: auto;
        width: 154px;
        margin-top: auto;
        top: 32px;
    }
    #head_title .service span {
        width: 150px;
        background-color: #018fdb;
        color: #e6e6e6;
        z-index: 2;
    }
    #head_title .more_type_select {
        display: block;
        position: relative;
        margin-top: 28px;    background-color: white;
    }
    #head_title .sub_select, #head_title .third_select {
        display: none;
        margin-top: -1px;
    }
    #head_title .en {
        margin-bottom: 0;
    }
    #head_title .service:before {
        z-index: 1;
    }
    select {
        border: solid 1px #d6d6d6;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        padding-right: 14px;
        background-image: url("../img/icon/down2-.png");
        background-repeat: no-repeat;
        background-position: 97% 50%;
        width: 100%;
        height: 46px;
        padding-left: 40px;
        font-size: 15px;
    }
    select::-ms-expand {
        display: none;
    }
    #head_title .more_type_select:before {
        content: '';
        background-color: #00c6a5;
        width: 2px;
        height: 15px;
        position: absolute;
        left: 22px;
        top: 16px;
    }
    #head_title .more_type_select.gray:before {
        background-color: #cecece;
    }
    .content_boxshow {
        width: calc(100% - 168px);
        float: none;
        margin: 50px auto;
    }
    .content_boxshow_a>.type {
        display: none;
    }
    .content_boxshow .form4 .table .t_content .c1, .content_boxshow .form4 .table .t_head .t0 {
        display: block;
        float: left;
        position: relative;
        width: 9%;
        text-align: center;
        color: #b1b1b1;
    }
    .content_boxshow .form4 .table .t_content .c2, .content_boxshow .form4 .table .t_head .t1 {
        width: 48%;
    }
    .content_boxshow .form4 .table .t_head {
        padding-bottom: 5px;
    }
    .content_boxshow .form4 .table .t_head .t1 {
        padding-left: 15px;
    }
    .content_boxshow .form4 .table .t_head .t1::before {
        content: '';
        background-color: #a6a6a6;
        width: 1px;
        height: 10px;
        position: absolute;
        left: 0;
        bottom: -12px;
    }
    .content_boxshow .form4 .table .t_content .more {
        background-position: 82%;
    }
    .content_boxshow .form4 .table .t_head {
        padding-bottom: 12px;
    }
    .content_boxshow .form4.form4_long .table .t_head .t1:before {
        left: auto;
    }
    .content_boxshow .form4.form4_long .table .t_content .c2, .content_boxshow .form4.form4_long .table .t_head .t1 {
        width: 40%;
        padding-left: 15px;
    }
    .content_boxshow .form4.form4_long .table .t_content .c3, .content_boxshow .form4.form4_long .table .t_content .c4, .content_boxshow .form4.form4_long .table .t_head .t2, .content_boxshow .form4.form4_long .table .t_head .t3 {
        width: 19%;
    }
    .content_boxshow .form4.form4_long .table .t_content .more {
        width: 15%;
        background-position: 92%;
    }
    .content_boxshow .form4.form4_long.activity_list .table .t_head .t2, .content_boxshow .form4.form4_long.activity_list .table .t_content .c2 {
        width: 22%;
        padding-left: 12px;
        padding-right: 0;
    }
    .content_boxshow .form4.form4_long.activity_list .table .t_head .t3, .content_boxshow .form4.form4_long.activity_list .table .t_content .c3 {
        width: 55%;
        padding-left: 12px;
        padding-right: 0;
    }
    .content_boxshow .form4.form4_long.activity_list .table .t_content .c3 {
        width: 50%;
        color: #08090e;
    }
    .content_boxshow .form4.form4_long.activity_list .table .t_head .t0, .content_boxshow .form4.form4_long.activity_list .table .t_content .c1 {
        display: block;
    }
    .content_boxshow .form4.form4_long.activity_list .table .t_head .more {
        display: block;
    }
    .content_boxshow.no_left{
        width: calc(100% - 168px);
        float: none;
        margin: 50px auto;
    }
}

@media only screen and (max-width: 700px) {
    #head_title {
        padding: 33px 50px;
    }
    #head_title .service {
        right: 50px;
    }
    .content_boxshow {
        width: calc(100% - 100px);
    }
    .style_c .imgbox .imgs:nth-child(2) {
        left: 219px;
        width: 178px;
    }
    .style_c .imgbox .imgs:nth-child(1) {
        width: 215px;
    }
    .style_c .imgbox .imgs:nth-child(1) span {
        max-width: 148px;
    }
    .content_boxshow.no_left{
        width: calc(100% - 100px);
    }
}

@media only screen and (max-width: 600px) {
    #head_title {
        padding: 32px 35px 30px;
    }
    .content_boxshow.no_left{
        width: calc(100% - 70px);
    }
    #content {
        MARGIN-BOTTOM: 50PX;
    }
    #head_title .service {
        background-image: url("../img/icon/service.png");
        width: 45px;
        height: 45px;
        background-position: right;
        background-repeat: no-repeat;
        right: 35px;
        background-size: contain;
    }
    #head_title .service span {
        display: none;
    }
    #head_title .service:before {
        display: none;
    }
    #head_title h1 {
        font-size: 21px;
        margin-bottom: 4px;
        padding-right: 45px;
        line-height: 27px;
    }
    #head_title .en {
        font-size: 12px;
    }
    #head_title .more_type_select:before {
        left: 14px;
    }
    select {
        padding-right: 14px;
        padding-left: 27px;
        font-size: 16px;
            background-color: white;
    }
    #about .text_box02 .topic .icon img {
        width: 38px;
    }
    .content_boxshow {
        width: calc(100% - 70px);
    }
    .content_boxshow .form4 .table .t_head {
        display: none;
    }
    .content_boxshow .form4 .table .t_content .c1 {
        display: block;
        width: 100%;
        color: #bcbcbc;
        text-align: left;
        font-size: 12px;
        border-bottom: 2px solid #c9c9c9;
        padding-bottom: 8px;
        letter-spacing: 1px;
        position: relative;
    }
    .content_boxshow .form4 .table .t_content .c1:after {
        content: '';
        background-color: #626262;
        position: absolute;
        width: 30%;
        height: 2px;
        bottom: -2px;
        left: 0;
    }
    .content_boxshow .form4 .table .t_content .c2, .content_boxshow .form4 .table .t_content .c3, .content_boxshow .form4 .table .t_content .c4 {
        display: block;
        width: 100%;
        padding: 10px 0;
        border-bottom: 1px solid #e9e9e9;
        position: relative;
        text-align: left;
    }
    .content_boxshow .form4 .table .t_content .c2 span, .content_boxshow .form4 .table .t_content .c3 span, .content_boxshow .form4 .table .t_content .c4 span {
        float: right;
        width: 70%;
        padding-left: 30px;
    }
    .content_boxshow .form4 .table .t_content .c2:before, .content_boxshow .form4 .table .t_content .c3:before, .content_boxshow .form4 .table .t_content .c4:before {
        font-weight: bold;
        width: 30%;
        float: left;
        text-align: left;
        color: #08090e;
        margin-right: 0;
    }
    .content_boxshow .form4 .table .t_content .c2:after, .content_boxshow .form4 .table .t_content .c3:after, .content_boxshow .form4 .table .t_content .c4:after {
        content: '';
        background-color: #dbdbdb;
        left: 30%;
        top: 17px;
        width: 1px;
        height: 10px;
        display: block;
        margin: 0;
        position: absolute;
    }
    .content_boxshow .form4 .table .t_content .more {
        display: block;
        width: 100%;
        position: relative;
        border-bottom: 1px solid #00c6a5;
        height: 40px;
        line-height: 40px;
        background-position: 68%;
        font-size: 14px;
        letter-spacing: 1px;
    }
    .content_boxshow .form4 .table .t_content .line {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .content_boxshow .form4 .table {
        margin-top: 15px;
    }
    .content_boxshow .form4.form4_long .table .t_content .c1 {
        width: 100%;
        text-align: left;
        opacity: 1;
    }
    .content_boxshow .form4.form4_long .table .t_content .c1:before {
        content: 'no.';
    }
    .content_boxshow .form4.form4_long .table .t_content .c1:after {
        background-color: #626262;
        width: 48px;
    }
    .content_boxshow .form4.form4_long .table .t_content .c2:before {
        content: '主旨';
        min-width: 35px;
        padding-right: 0;
        width: 35px;
    }
    .content_boxshow .form4.form4_long .table .t_content .c3:before {
        content: '公告開始日';
        width: auto;
    }
    .content_boxshow .form4.form4_long .table .t_content .c4:before {
        content: '公告結束日';
        width: auto;
    }
    .content_boxshow .form4.form4_long.activity_list .table .t_content .c2:before {
        content: '活動日期';
        min-width: 66px;
        padding-right: 0;
        width: 66px;
    }
    .content_boxshow .form4.form4_long.activity_list .table .t_content .c3 {
        display: block;
    }
    .content_boxshow .form4.form4_long.activity_list .table .t_content .c3:before {
        content: '活動名稱';
        width: auto;
        display: block;
    }
    .content_boxshow .form4.form4_long.activity_list .table .t_content .c2, .content_boxshow .form4.form4_long.activity_list .table .t_content .c3 {
        width: 100%;
        padding-left: 0;
        border-bottom: 1px solid #e9e9e9;
        padding-right: 0;
    }
    .content_boxshow .form4.form4_long.activity_list .table .t_content .c2 span, .content_boxshow .form4.form4_long.activity_list .table .t_content .c3 span {
        float: left;
        width: calc(100% - 94px);
    }
    .content_boxshow .form4.form4_long .table .t_content .c2 span, .content_boxshow .form4.form4_long .table .t_content .c3 span, .content_boxshow .form4.form4_long .table .t_content .c4 span {
        position: relative;
        padding-left: 20px;
        text-align: left;
        margin-left: 18px;
        width: auto;
    }
    .content_boxshow .form4.form4_long .table .t_content .c2 span:before, .content_boxshow .form4.form4_long .table .t_content .c3 span:before, .content_boxshow .form4.form4_long .table .t_content .c4 span:before {
        content: '';
        background-color: #dbdbdb;
        width: 1px;
        height: 10px;
        position: absolute;
        left: 0;
        top: 6px;
    }
    .content_boxshow .form4.form4_long .table .t_content .c2:after, .content_boxshow .form4.form4_long .table .t_content .c3:after, .content_boxshow .form4.form4_long .table .t_content .c4:after {
        display: none;
    }
    .content_boxshow .form4.form4_long .table .t_content .c2, .content_boxshow .form4.form4_long .table .t_content .c3, .content_boxshow .form4.form4_long .table .t_content .c4 {
        width: 100%;
        padding-left: 0;
        display: flex;
    }
    .content_boxshow .form4.form4_long .table .t_head .more, .content_boxshow .form4.form4_long .table .t_head .t0, .content_boxshow .form4.form4_long .table .t_head .t1, .content_boxshow .form4.form4_long .table .t_head .t2, .content_boxshow .form4.form4_long .table .t_head .t3 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .content_boxshow .form4.form4_long .table .t_content .c3, .content_boxshow .form4.form4_long .table .t_content .c4, .content_boxshow .form4.form4_long .table .t_head .t2, .content_boxshow .form4.form4_long .table .t_head .t3 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .content_boxshow .form4.form4_long .table .t_content .more {
        width: 100%;
        background-position: 92%;
    }
    .back_page {
        margin: 50px auto 40px;
    }
    .style_c .imgbox .imgs:nth-child(1) {
        width: 100%;
    }
    .style_c .imgbox .imgs:nth-child(1) img {
        position: relative;
        border: 1px solid #efefef;
        display: block;
        margin-left: 0;
    }
    .style_c .imgbox .imgs:nth-child(1) span {
        max-width: 148px;
        float: none;
        display: block;
        margin-top: 7px;
        max-width: 200px;
    }
    .style_c .imgbox .imgs:nth-child(2) {
        left: auto;
        width: 178px;
        position: relative;
        margin-top: 23px;
        right: 0;
        margin-right: 0;
        margin-left: 0;
    }
    .style_c .text {
        width: 100%;
        margin-top: 25px;
        padding: 25px;
    }
    .style_c {
        margin-top: 35px;
padding-bottom: 35px;

    }
    .content_boxshow .type {
        padding-top: 30px;
        line-height: 32px;
    }
    .style_c:nth-child(1) {
        margin-top: 16px;
    }
    #service.content_boxshow_a .content_in h2 {
        margin-top: 35px;
        margin-bottom: 30px;
        line-height: 30px;
    }
    .style_a .text {
        margin-bottom: 35px;
        padding-bottom: 35px;
    }
    .style_a .text:last-child{
        margin-bottom: 0;
    }
    .style_a .text .left_title {
        width: 100%;
        padding-right: 70px;
        margin-bottom: 22px;
    }
    .style_a .text .right_content {
        width: 100%;
    }
    .style_b .text {
        width: 100%;
        margin-bottom: 25px;
    }
    .style_b .imgs {
        width: 100%;
    }
    .style_b {
        /*border-bottom: 1px solid #e3e3e3;
        padding-bottom: 30px;
        margin-top: 0;
        margin-bottom: 30px;*/
        margin-top: 35px;
padding-bottom: 35px;
    }
    .style_b:last-child {
        /*margin-bottom: 0;*/
    }
    .content_boxshow .form1 .list_box .link .name {
        width: calc(100% - 60px);
    }
    .content_boxshow .form1 .list_box .link .more {
        width: 40px;
        margin-top: auto;
        top: 28px;
        height: calc(100% - 56px);
    }
    .content_boxshow .form1 .list_box .link .more span {
        display: none;
    }
    .content_boxshow .form1 .list_box .link {
        padding-left: 0;
    }
    #news .news_link .text .origin {
        margin-top: 10px;
    }
    #part_pic {
        padding: 29px 0 0;
    }
    #part_pic .head_title {
        font-size: 20px;
        margin-left: 35px;
        margin-bottom: 32px;
        padding-left: 17px;
    }
    #video_jump .head_title {
        margin-top: 59px;
        padding-right: 0;
        width: calc(100% - 70px);
        border-left: 0;
        border-bottom: 2px solid #00e0a5;
        padding-left: 0;
        line-height: 27px;
        padding-bottom: 13px;
        font-size: 20px;
        color: #121212;
        font-weight: bold;
        margin-bottom: 23px;
        left: 35px;
        position: relative;
    }
    #video_jump {
        padding: 50px 0 0;
        height: 100vh;
    }
    header .menu_box .block .other .other_box input{
        font-size: 16px;
    }
}

@media only screen and (max-width: 500px) {
    #head_title {
        margin-top: 64px;
    }
}

@media only screen and (max-width: 400px) {
    .style_c .imgbox .imgs:nth-child(2) span {
        width: 120px;
    }
}

.page {
    position: relative;
    font-size: 12px;
    display: flex;
    margin-bottom: 45px;
}

.page .num {
    position: relative;
    width: 40px;
    height: 40px;
    border: 1px solid #d5d5d5;
    border-right: 0;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.page .num.active {
    border-color: #00e0a5;
    background-color: #00e0a5;
    color: white;
}

.page .num:last-child {
    border-right: 1px solid #d5d5d5;
}
