/* 字體 */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
img {
    width: 100%;
    display: block;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}


/*copyright*/

.copyright {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #0a2a54;
    z-index: 1000;
}

.copyright-all {
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 9vw 0 2.5vw 0;
}

.copyright-top {
    width: 100%;
    border-bottom: 1px solid #f3b720;
    position: relative;
}

.copyright-top::after {
    content: "";
    clear: both;
    display: block;
}

.copyright-logo {
    width: 29.5vw;
    position: absolute;
    left: 7vw;
    top: 34.5vw;
}

.logo-infor {
    width: 60%;
    color: #ffffff;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0 0 2vw 40%;
}

.logo-infor::after {
    content: "";
    clear: both;
    display: block;
}

.logo-infor-li {
    width: 100%;
    position: relative;
    margin: 0 0 5.5vw 0;
    display: block;
    color: #fff;
}

.logo-infor-li::after {
    content: "";
    clear: both;
    display: block;
}

.logo-infor-li-title {
    width: 100%;
    margin-bottom: 0.5vw;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2.75vw;
    letter-spacing: 0.2vw;
}

.logo-infor-li-name {
    font-size: 2.6vw;
    letter-spacing: 0.06vw;
    line-height: 4vw;
    display: block;
    color: #ffffff;
}

.link {
    font-size: 0.7vw;
    letter-spacing: 0.06vw;
    line-height: 1.2vw;
    display: block;
    color: #ffffff;
    margin: 0 0 0.38vw 0;
    text-decoration: underline!important;
    text-underline-offset: 0.4vw;
    transition: all 0.5s linear;
}

.link-short {
    width: 33.333%;
    float: left;
}

.copy-bottom {
    width: 100%;
    font-size: 2.6vw;
    letter-spacing: 0.01vw;
    text-align: center;
}

.copy-bottom::after {
    content: "";
    clear: both;
    display: block;
}

.copy-bottom a {
    color: #ffffff;
}

.copyright-addr {
    margin: 2.5vw 0 0 0;
    color: #ffffff;
    font-family: 'Noto Sans JP', sans-serif;
}
