.tbl_basic tbody tr:nth-child(2n) {
    background: rgba(232, 241, 254, .3)
}

.tbl_basic tbody tr strong.red {
    color: #d41a1a
}

.captionimage {
    position: relative
}

.captionimage::before {
    position: absolute;
    right: 0;
    bottom: 0;
    content: attr(data-title) "";
    display: inline-block;
    padding: 0 8px;
    background: #fff
}

.captionimage.tr::before {
    bottom: 7px;
}

.scroll-hint-icon-wrap .scroll-hint-icon {
    top: 2em
}

.p-top-fv {
    position: relative
}

.p-top-fv:before {
    content: "";
    background: #d8d8db;
    width: 100%;
    height: 300px;
    position: absolute;
    left: 0;
    bottom: -10%;
}

@media(max-width: 520px) {
    .p-top-fv:before {
        height: 150px;
        bottom: -10%;
    }
}

.p-top-fv-title {
    position: absolute;
    bottom: 88px;
    left: 10%;
    z-index: 1
}

@media(max-width: 520px) {
    .p-top-fv-title {
        position: relative;
        left: auto;
        bottom: auto;
        text-align: center
    }
}

.p-top-fv-title p {
    margin-bottom: 4px
}

.p-top-fv-title p span {
    background: #fff;
    padding: 16px;
    box-sizing: border-box;
    line-height: 1;
    display: inline-block
}

@media(min-width: 521px)and (max-width: 960px) {
    .p-top-fv-title p span {
        padding: 8px
    }
}

@media(max-width: 520px) {
    .p-top-fv-title p span {
        padding: 4px
    }
}

.p-top-fv-title .title_fv-blue {
    color: #0017c1;
    font-size: 1.2rem;
    font-weight: 700
}

@media(min-width: 521px)and (max-width: 960px) {
    .p-top-fv-title .title_fv-blue {
        font-size: 1.25rem
    }
}

@media(max-width: 520px) {
    .p-top-fv-title .title_fv-blue {
        font-size: .875rem
    }
}

.p-top-fv-title .title_fv {
    font-size: 2.343rem;
    font-weight: 700;
    letter-spacing: .16em
}

@media(min-width: 521px)and (max-width: 960px) {
    .p-top-fv-title .title_fv {
        font-size: 1.875rem
    }
}

@media(max-width: 520px) {
    .p-top-fv-title .title_fv {
        font-size: 1rem
    }
}

.newscontentbox {
    max-height: 15em;
    overflow-y: scroll
}

.p-top-link {
    margin-top: 120px
}

@media(max-width: 520px) {
    .p-top-link {
        margin-top: 80px
    }
}


.p-top-link .col a {
    text-decoration: none;
    transition: all .3s ease-out
}

.p-top-link .col a:hover {
    opacity: .7
}

.p-top-link .col img {
    border: 1px solid #0017c1;
    width: calc(100% - 2px) !important
}

.p-top-link .col .title_xxxs {
    border: 1px solid #0017c1;
    text-align: center;
    margin-top: -1px !important;
    padding: 16px
}

.p-top-link .col .pdfsize {
    text-align: center;
    display: block;
}

.p-top-about {
    margin-top: 40px
}

.p-top-about .title_s {
    margin-bottom: 48px !important
}

.p-top-about .col_two {
    margin-bottom: 32px
}

.p-top-about .box_btn {
    margin-top: 16px;
    text-align: center
}

.p-top-about .about_center {
    justify-content: center
}

.p-top-about .about_center .col:last-child {
    margin-right: 0 !important
}

.p-top-news {
    margin-top: 24px
}

.p-top-news .box_btn {
    margin-top: 56px;
    text-align: center
}

.p-top-news table.tbl_basic tr th {
    width: 140px;
}

/*# sourceMappingURL=homepage.css.map */