.pagination-list {
    position: relative;
}

.wp-pagenavi {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}

.wp-pagenavi a.page,
.wp-pagenavi li>span {
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 8px;
    font-size: 2.5rem;
    font-weight: bold;
    color: #0063aa;
    border: none;
    background-color: #e6e6e6;
    line-height: 1.3;
    font-weight: 500;
    padding-bottom: 6px;
}

.wp-pagenavi span.current {
    color: #fff;
    background-color: #0063aa;
}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
    margin: 5px 0px;
}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink,
a.next-btn,
a.pre-btn {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    font-weight: 500;
    color: #002063;
    width: 143px;
    height: 42px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center right 5px;
    text-decoration: none;
    justify-content: flex-start;
    border: none;
    border-bottom: 1px solid #002063;
    background-image: url(../images/index/icon-arrow-right.svg);
    background-size: 10px 21px;
}

.wp-pagenavi a.previouspostslink,
a.pre-btn {
    padding-right: 0;
    left: 0px;
    right: unset;
    background-position: center left 5px;
    background-image: url(../images/index/icon-arrow-left.svg);
    justify-content: flex-end;
}

body a.btn.btn-main.btn-home-single {
    border: none;
    font-size: 2rem;
    font-weight: 500;
    color: #002063;
    border-bottom: 1px solid #002063;
    padding: 0 10px;
    width: 165px;
    text-align: right;
    background-image: url(../images/index/icon-btn-home.svg);
    background-size: 26px 26px;
    background-repeat: no-repeat;
    background-position: left 10px center;
    height: 42px;
    justify-content: flex-end;
    margin: 0;
}

body a.btn.btn-main.btn-home-single:hover {
    opacity: 0.6;
}

.sidebar-item {
    display: flex;
    align-items: center;
}

.sidebar-item.sidebar-arc {
    justify-content: flex-start;
}

.sidebar-item .label {
    font-size: 2rem;
    font-weight: 500;
    color: #002063;
    margin-right: 20px;
}

.sidebar-item .label span {
    font-size: 2.3rem;
}

/* .news-filter {
    border: 1px solid #E1E1E1;
    min-height: 173px;
    display: flex;
    align-items: center;
    background-color: #fff;
} */

.sidebar-item .select {
    margin-right: 20px;
}

.sidebar-item .select select {
    width: 250px;
    height: 55px;
    padding-left: 15px;
    background-image: url(../images/index/bg-select.svg);
    background-size: 23px 13px;
    background-repeat: no-repeat;
    background-position: center right 20px;
    font-size: 1.6rem;
    color: #969696;
    font-weight: 600;
    background-color: #fff;
    border: 1px solid #0056aa;
    padding-right: 46px;
    border-radius: 0px;
    font-family: 'Noto Sans JP', sans-serif;
}


/* .news-item.item-list .cat {
    height: 33px;
} */

#single-content .title-line {
    position: relative;
    width: 100%;
    padding-bottom: 0;
    border: none;
    margin-bottom: 25px;
}

#single-content .title-line::after {
    display: block;
    position: absolute;
    bottom: -2px;
    content: '';
    width: 145px;
    height: 2px;
    background-color: #002097;
}

#single-content .title-line::before {
    display: block;
    position: absolute;
    bottom: -2px;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #c8c8c8;
}

.title-line .date {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: unset;
    color: #646464;
    width: 100%;
}

.title-line .title-single {
    font-size: 2.5rem;
    font-weight: 600;
    position: relative;
    padding-top: 15px;
    padding-bottom: 20px;
    color: #0063aa;
    width: 100%;
}

.box-cat-single a.cat {
    font-size: 1.5rem;
    font-weight: 500;
    color: white;
    padding: 4px 20px 5px;
    border-radius: 4px;
    margin: 0 5px;
    display: inline-block;
}

.wp-block-columns.is-layout-flex {
    margin-top: 50px;
    margin-bottom: 0;
    gap: 44px;
}

figcaption.wp-element-caption {
    text-align: center;
    color: #000000;
    margin-bottom: 0 !important;
}

.infor-line a.cat {
    width: 230px;
    padding: 0px 15px 2px;
    min-height: 33px;
    border-radius: 16px;
    font-size: 1.8rem;
}

.infor-line .tag a {
    font-size: 1.5rem;
    font-weight: 500;
    color: #0071B7;
}

.box-single-top {
    padding: 25px 30px;
    margin-bottom: 40px;
    position: relative;
    border-radius: 0px;
    background-color: #e6eff9;
}

.post-content-inner {
    max-width: 1030px;
    padding: 0 15px;
    margin: auto;
}

.post-content img {
    display: block;
    margin: 10px auto;
}

.infor-line {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.post-content .cat a {
    min-height: 27px;
    min-width: 123px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
}

.post-content .cat a.cat-1 {
    background-color: #EAF5F9;
}

.post-content .cat a.cat-3 {
    background-color: #E1F9D7;
}

.post-content .cat a.cat-2 {
    background-color: #FCEBD6;
}

a.btn.btn-list-link {
    max-width: 900px;
    border: 1px solid #C7C7C7;
    height: 52px;
    border-radius: 10px;
    padding-left: 20px;
    justify-content: start;
    font-size: 1.5rem;
    margin: 0 auto 10px;
}

a.btn.btn-list-link::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../images/index/icon-list-link.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

a.btn.btn-list-link:hover {
    opacity: 0.6;
}

a.btn.btn-single-back {
    height: 75px;
    width: 325px;
    background-color: #993D8C;
    color: #fff;
}

a.btn.btn-single-back::after {
    background-image: url(../images/index/icon-right-white.svg);
    width: 5px;
    height: 10px;
    right: 20px;
}

.list-link-download {
    border-bottom: 1px solid #c7c7c7;
    /* border-top: 1px solid #c7c7c7; */
}

#hotnews::after {
    display: none;
}

.img-top-emp {
    height: 100%;
    background-size: cover;
    background-position: center;
}

.box-top-employee-right {
    padding: 45px;
}

.staff-content {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.1875;
    padding-top: 35px;
    letter-spacing: 0.1em;
}

.staff-content img {
    height: auto;
}

.staff-content .wp-block-media-text {
    display: flex;
    justify-content: space-between;
}

.staff-content .wp-block-media-text>figure {
    width: 44%;
    padding: 0 15px 0 0;
    margin: 0 0 0 0;
}

.staff-content .wp-block-media-text>div {
    width: 51.5%;
    padding-left: 15px;
    padding-top: 35px;
}

.question-employee {
    margin-bottom: 55px;
    margin-top: 40px;
}

.staff-navi .pagination-list {
    padding-top: 60px;
    margin-top: 100px;
    padding-bottom: 60px;
    border-top: 1px solid #C7C7C7;
}

.post-content h1 {
    font-size: 2.2rem;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 2px solid #3252b6;
    margin-bottom: 30px;
    position: relative;
    color: #3252b6;
    margin-top: 35px;
}

/* .post-content h1::after {
    content: "";
    width: 5px;
    height: 55px;
    background-color: #39b04a;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0px;
} */

.post-content p {
    font-size: 1.6rem;
    margin-bottom: 15px;
    line-height: 2.18;
    color: #333;
}

.post-content h2 {
    color: #333333;
    font-size: 1.8rem;
    margin-bottom: 20px;
    position: relative;
    margin-top: 70px;
    font-weight: bold;
    padding-left: 20px;
}

.post-content h2::after {
    content: "";
    width: 6px;
    height: 25px;
    background-color: #f7b44d;
    position: absolute;
    left: 0;
    top: 2px;
}

.post-content ul {
    margin-top: 50px;
}

.post-content ul li {
    position: relative;
    padding-left: 35px;
    font-size: 1.6rem;
    color: #000000;
    line-height: 2.5;
    font-weight: 500;
}

.post-content ul li::after {
    content: "";
    width: 18px;
    height: 18px;
    background-color: #76b71a;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
}

.post-content h3 {
    font-size: 2rem;
    margin-bottom: 20px;
    position: relative;
    color: #333;
    margin-top: 80px;
    font-weight: 500;
    padding-left: 27px;
}

.post-content h3::after {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #3252b6;
    position: absolute;
    left: 3px;
    top: 7px;
}

.post-content table {
    width: 100%;
}

.post-content table th,
.post-content table td {
    border-left: 1px solid #d6dcf1 !important;
    border-bottom: 1px solid #d6dcf1 !important;
    padding: 10px !important;
    text-align: center !important;
}

.post-content table th {
    border-color: #fff !important;
}

.post-content table th:first-child,
.post-content table td:first-child {
    border-left: none !important;
}

.post-content table td:first-child {
    width: 190px !important;
}

.post-content table td:nth-child(2) {
    width: 160px !important;
}

.post-content table tr:first-child td {
    background-color: #d6dcf1 !important;
    color: #495a87 !important;
    font-weight: 500;
    border-right: 1px solid #fff;
}

.post-content tr:nth-child(2n+1) {
    background-color: #f5f5f5 !important;
}

.single .wp-pagenavi a span {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

@media (max-width:767px) {
    .staff-navi .pagination-list {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 50px;
    }

    .box-top-employee-left {
        height: 265px;
    }

    .staff-content {
        font-size: 14px;
    }

    .box-top-employee-right {
        padding: 25px;
    }

    .title-employ {
        line-height: 1.58;
        padding-top: 20px;
    }

    .question-employee {
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .staff-content .wp-block-media-text {
        flex-wrap: wrap;
    }

    .staff-content .wp-block-media-text>figure,
    .staff-content .wp-block-media-text>div {
        width: 100%;
        margin: 0px auto 20px;
        padding: 0 0 0 0;
    }

    /* .main-menu li.nav-item:hover .mega-menu {
        display: none !important;
    } */
    .sidebar-item {
        justify-content: space-between;
    }

    .sidebar-item.sidebar-arc {
        justify-content: center;
    }

    .sidebar-item:not(:nth-last-child(1)) {
        margin-bottom: 15px;
    }

    .hotnews .news-item.item-list {
        padding: 20px 3px;
    }

    .news-item.item-list .title {
        margin-top: 5px;
        flex: auto;
        width: 100%;
    }

    .sidebar-item .label {
        margin-bottom: 0px;
        font-size: 1.4rem;
        margin-right: 20px;
        font-weight: 500;
        padding-bottom: 0;
        border-bottom: none;
    }

    .sidebar-item .select select {
        width: 205px;
        height: 45px;
        font-size: 1.3rem;
        padding-left: 14px;
        padding-right: 30px;
        background-size: 16px 10px;
        background-position: center right 15px;
    }

    .sidebar-item .select {
        margin-right: 0;
    }

    .sidebar-item .label span {
        font-size: 1.7rem;
    }

    .wp-pagenavi a.page,
    .wp-pagenavi li>span,
    .wp-pagenavi a.nextpostslink,
    .wp-pagenavi a.previouspostslink {
        font-size: 1.4rem;
        margin: 0;
    }

    a.btn.btn-single-back {
        height: 50px;
        width: 165px;
    }

    .title-line {
        font-size: 1.4rem;
        padding-left: 0px;
        padding-right: 0;
    }

    /* .infor-line {
        flex-direction: row-reverse;
    } */
    .infor-line .date {
        font-size: 1.3rem;
        letter-spacing: 0;
        width: 75px;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 3px;
    }

    .infor-line a.cat {
        width: max-content;
        padding: 0 10px 2px;
        min-height: 26px;
        border-radius: 10px;
        font-size: 1.3rem;
        max-width: unset;
    }

    .infor-line .tag a {
        font-size: 1rem;
    }

    .title-line .title-single {
        font-size: 1.5rem;
        line-height: 1.42;
        padding-top: 8px;
        padding-bottom: 12px;
    }

    .box-single-top {
        padding: 14px;
        margin-bottom: 0;
        margin-top: 0;
        border-width: 2px;
        border-radius: 10px;
    }

    .infor-line .cat a {
        min-height: 20px;
        width: 135px;
        font-size: 0.9rem;
        line-height: 1;
        margin-left: 12px;
        padding-bottom: 2px;
        border-radius: 5px;
    }

    #single-content .title-line {
        margin-bottom: 15px;
    }

    .box-cat-single a.cat {
        font-size: 1.3rem;
        padding: 2px 12px 2px;
        border-radius: 3px;
        margin-right: 10px;
        margin-left: 0;
    }

    figcaption.wp-element-caption {
        font-size: 1.3rem;
    }

    .post-content {
        font-size: 1.4rem;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .post-content-inner {
        padding: 0 0;
    }

    .post-content .cat a {
        font-size: 1.3rem;
    }

    .post-content .cat a {
        min-height: 25px;
    }

    .wp-pagenavi a.nextpostslink,
    .wp-pagenavi a.previouspostslink,
    a.next-btn,
    a.pre-btn {
        align-items: center;
        justify-content: flex-start;
        background-size: 7px 14px;
        background-position: center right 0px;
        font-size: 1.4rem;
        padding: 0;
        right: 0;
        font-weight: 600;
        width: 54px;
        height: 34px;
    }

    .wp-pagenavi a.previouspostslink {
        justify-content: flex-end;
        background-position: center left 0px;
    }

    .wp-pagenavi a.nextpostslink::after,
    .wp-pagenavi a.previouspostslink::after,
    a.next-btn::after,
    a.pre-btn::after {
        font-size: 1.4rem;
    }

    .wp-pagenavi a.page,
    .wp-pagenavi li>span {
        width: 30px;
        height: 30px;
        font-size: 1.5rem;
        padding: 0;
        margin: 0 3px;
        font-weight: bold;
        padding-bottom: 2px;

    }

    body a.btn.btn-main.btn-home-single {
        font-size: 1.4rem;
        padding: 0 10px;
        width: 117px;
        background-size: 17px 17px;
        background-position: left 10px center;
        height: 34px;
        min-height: auto;
    }

    .post-content h1 {
        font-size: 1.5rem;
        padding-top: 5px;
        padding-bottom: 8px;
        margin-bottom: 15px;
        margin-top: 20px;
        line-height: 1.33;
    }

    .post-content h1::after {
        width: 2px;
        height: calc(100% - 10px);
        border-radius: 10px;
    }

    .post-content h2 {
        font-size: 1.4rem;
        margin-bottom: 20px;
        margin-top: 25px;
        padding-left: 18px;
        line-height: 1.42;
    }

    .post-content h2::after {
        width: 5px;
        height: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0px;
    }

    .post-content h3 {
        font-size: 1.5rem;
        margin-bottom: 20px;
        margin-top: 25px;
        line-height: 1.21;
        padding-left: 20px;
    }

    .post-content h3::after {
        left: 0;
        top: 2px;
    }

    /* .post-content h3::after {
        width: 12px;
        height: 12px;
    } */

    .post-content p {
        font-size: 1.4rem;
        line-height: 1.66;
        color: #000;
    }

    .post-content ul {
        margin-top: 25px;
    }

    .post-content ul li {
        padding-left: 20px;
        font-size: 1.4rem;
        line-height: 1.4;
        font-weight: 500;
    }

    .post-content ul li::after {
        width: 11px;
        height: 11px;
        top: 4px;
    }

    .title-line .date {
        font-size: 1.4rem;
    }

    .title-line .title-single::after {
        width: 3px;
        left: -15px;
        height: 57px;
    }

    /* .box-post-title {
        padding-left: 15px;
        padding-right: 15px;
    } */

    .single-page .wp-pagenavi a.previouspostslink,
    .single-page .wp-pagenavi a.nextpostslink {
        min-height: 26px;
        font-size: 1.4rem;
        max-width: unset;
        text-align: right;
    }

    .single-page .wp-pagenavi {
        flex-wrap: wrap;
        height: auto;
    }

    /* .single-page .wp-pagenavi li {
        width: 100%;
        position: relative;
    } */
    .single-page .wp-pagenavi a.nextpostslink {
        justify-content: flex-end;
        text-align: left;
    }

    /* .single-content {
        padding-left: 10px;
        padding-right: 10px;
    } */
    .wp-block-columns.is-layout-flex {
        gap: 26px;
        margin-top: 26px;
    }

    /* .wp-pagenavi a span{
        display: none;
    } */
    /* .pagination-list {
        padding-top: 23px;
        border-top: 1px solid #39b04a;
    } */

    .sidebar-item.sidebar-cat,
    .sidebar-item.sidebar-archive {
        justify-content: flex-end;
        text-align: right;
    }

    .post-content table td:first-child {
        width: 72px !important;
    }

    .post-content table td:nth-child(2) {
        width: 75px !important;
    }

    .post-content table th,
    .post-content table td {
        font-size: 1.3rem !important;
        padding: 5px !important;
    }

    .post-content table th:last-child,
    .post-content table td:last-child {
        text-align: left !important;
        padding-left: 12px !important;
    }
}

#breadcrumb {
    background-color: #002063;
}

body .breadcrums ul li>a {
    color: white;
    text-decoration: underline;
}

body .breadcrums ul li span {
    color: white;
}

body .post-content a.btn-file {
    color: #0056aa;
    border: 2px solid #0056aa;
    padding: 7px 60px 7px 25px;
    background-color: #e6eff9;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

body .post-content a.btn-file:hover {
    opacity: 0.6;
}

body .post-content a.btn-file::after {
    width: 28px;
    height: 22px;
    background-image: url(../images/index/icon-file.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.color-red-1 {
    color: #d70509;
}

.box-contact-single {
    padding: 20px 20px 35px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: #0056aa;
    text-align: center;
}

.box-contact-single .left {
    width: calc(100% - 420px);
    padding-left: 15px;
    padding-right: 10px;
    text-align: center;
}

.box-contact-single .left .tel {
    font-weight: bold;
    color: #fed600;
    font-size: 26px;
}

.box-contact-single .left .tel a {
    color: #fed600;
    font-size: 32px;
}

.box-contact-single .right {
    width: 420px;
}

.box-contact-wrap {
    padding-bottom: 75px;
    position: relative;
}

.box-contact-wrap:before {
    position: absolute;
    bottom: 0;
    height: 200px;
    background-color: #e6eff9;
    width: 100%;
    display: block;
    content: '';
    z-index: -1;
}