﻿@font-face {
    font-family: 'Hiragino Kaku Gothic ProN W6';
    src: url('/fonts/Hiragino Kaku Gothic ProN W6.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Han Sans CN-Medium';
    src: url('/fonts/SoureHanSansCN-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Han Sans CN-Normal';
    src: url('/fonts/SoureHanSansCN-Normal.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Han Sans CN-Regular';
    src: url('/fonts/SoureHanSansCN-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HiraKakuPro-W3';
    src: url('/fonts/HiraKakuPro-W3.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    padding: 0px;
    margin: 0px;
    font-size: 0.38rem;
    font-family: 'HiraKakuPro-W3';
}

.w6 {
    font-family: 'Hiragino Kaku Gothic ProN W6' !important;
}

.w3 {
    font-family: 'HiraKakuPro-W3' !important;
}

.row {
    --bs-gutter-x: 0;
}

#header_div {
    padding-top: 0;
}

.topDiv {
    padding-top: 1.3rem;
}

.SansMedium {
    font-family: 'Source Han Sans CN-Medium' !important;
}

.SansNormal {
    font-family: 'Source Han Sans CN-Normal' !important;
}

.SansRegular {
    font-family: 'Source Han Sans CN-Regular' !important;
}

#logo {
    height: 1.3rem;
    margin-bottom: 0.3rem;
}

#international {
    height: 0.63rem;
}

#companname {
    font-weight: normal;
    font-size: 0.62rem;
    color: #000000;
    font-style: normal;
    text-transform: none;
}

header .row {
    margin: 0px;
}

    header .row .colTitle {
        color: #727171;
        /*cursor:pointer;*/
    }

.colTitle a {
    text-decoration: none;
    color: #727171;
    font-size: 0.5rem;
}

.selectedColTitle a {
    position: relative;
    font-weight: bold;
    color: #000;
}

    .selectedColTitle a::after {
        content: '';
        position: absolute;
        bottom: -0.2rem;
        height: 0.08rem;
        width: 100%;
        background-color: black;
        left: 0px;
    }

header .rowCol {
    /*margin: 1.6rem 0 1rem;*/
    margin: 1rem 0 0.7rem;
    padding: 0 1rem;
}

footer .row {
    margin: 0;
    padding: 0 1.2rem;
}

.footer-area {
    background: #B3B3B3;
    height: 3rem;
}

.footer-bottom {
    height: 3rem;
}

.scrollToTop {
    position: fixed;
    right: 2%;
    bottom: 10%;
    width: 6%;
    height: 6vw;
}

    .scrollToTop img {
        width: 100%;
        height: 100%;
    }

.Copyright {
    text-align: right;
}

.languageDiv {
    position: absolute;
    right: 3%;
}

    .languageDiv > a, .languageDiv > span {
        font-size: 0.45rem !important;
    }

    .languageDiv a {
        margin: 0 0.05rem;
        color: inherit;
        text-decoration: none;
        cursor: pointer
    }

        .languageDiv a.nowLang {
            font-weight: bold;
        }

.box-container h6 {
    height: 1.2rem;
    font-weight: normal;
    font-size: 0.55rem;
    color: #000000;
    line-height: 1.2rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.hrbox {
    text-align: center;
    margin: 1rem 0;
}

@media(min-width:0px) {
    .box-content {
        max-width: 88%;
    }

    #privacyembed {
        max-width: 88%;
    }

    .hrbox img {
        width: 87%;
    }

    #beforeInfo .box-content {
        width: 84%;
    }

    #bottomImg {
        width: 50%;
    }

    .footer-bottom .row .col:first-child {
        width: 30%;
        flex: unset;
    }

    .footer-bottom .row .col:last-child {
        width: 70%;
        flex: unset;
    }
}

@media(min-width:600px) {
    .box-content {
        max-width: 88%;
    }

    #privacyembed {
        max-width: 88%;
    }

    .hrbox img {
        width: 87%;
    }

    #beforeInfo .box-content {
        width: 84%;
    }
}

@media(min-width:768px) {
    .box-content {
        max-width: 94%;
    }

    #privacyembed {
        max-width: 94%;
    }

    .hrbox img {
        width: 93%;
    }

    #beforeInfo .box-content {
        width: 90%;
    }
}

@media(min-width:800px) {
    .box-content {
        max-width: 90%;
    }

    #privacyembed {
        max-width: 90%;
    }

    .hrbox img {
        width: 89%;
    }

    #beforeInfo .box-content {
        width: 86%;
    }
}

@media(min-width:1024px) {
    .box-content {
        max-width: 81%;
    }

    #privacyembed {
        max-width: 81%;
    }

    .hrbox img {
        width: 80%;
    }

    #beforeInfo .box-content {
        width: 77%;
    }
}

@media(min-width:1128px) {
    .box-content {
        max-width: 73%;
    }

    #privacyembed {
        max-width: 73%;
    }

    .hrbox img {
        width: 73%;
    }

    #beforeInfo .box-content {
        width: 69%;
    }
}

@media(min-width:1280px) {
    .box-content {
        max-width: 65%;
    }

    #privacyembed {
        max-width: 65%;
    }

    .hrbox img {
        width: 64%;
    }

    #beforeInfo .box-content {
        width: 61%;
    }

    .footer-bottom .row .col:first-child {
        width: 20%;
        flex: unset;
    }
}

@media(min-width:1921px) {
    .footer-bottom .row .col:first-child {
        width: 15%;
        flex: unset;
    }
}

@media(min-width:3201px) {
    .footer-bottom .row .col:first-child {
        width: 10%;
        flex: unset;
    }
}

.text-center {
    text-align: center
}

.header-sticky.sticky {
    background: rgba(255,255,255, 1) !important;
    left: 0;
    padding: 0.3rem;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 999;
}

.text-right {
    text-align: right
}

