.site-header .page-container {
    padding: 0.5em;
}

.site-logo img {
    display: block;
    max-width: 60%;
}

.site-nav {
    position: relative;
    text-align: right;
}

.site-nav .box-functions .box-search {
    text-align: left;
}

.box-menu {
    background: #377ea0;
    clear: both;
    width: 100%;
    position: relative;
    z-index: 10;
    border-bottom: none;
    box-shadow: none;
}

.box-menu .site-menu .menu-list.menu-level-0 {
    text-align: center;
}

.box-menu .site-menu .menu-list.menu-level-0>.menu-item {
    padding: 0.5em;
    border-bottom: 0.1875em solid #377ea0;
    color: #ffffff;
    float: none;
    display: inline-block;
}

.box-menu .site-menu .menu-list.menu-level-0>.menu-item:hover {
    border-bottom: 0.1875em solid #80fcff;
}

.box-menu .site-menu .menu-list.menu-level-0>.menu-item a {
    color: #ffffff;
}

.box-menu .site-menu .menu-list.menu-level-0>.menu-item:hover>a {
    color: #80fcff
}

.box-menu .site-menu .caret {
    top: 0.7em;
}

.box-menu .site-menu .menu-list .sub-menu {
    text-align: left;
}

.box-menu .site-menu .menu-list.menu-level-0>.menu-item:hover>.sub-menu {
    background-color: rgba(55, 126, 160, 0.9);
}



.box-menu .site-menu .menu-list .sub-menu .menu-item:hover>.sub-menu {
    background-color: rgba(55, 126, 160, 0.9);

}

.box-menu .site-menu .menu-list .sub-menu .menu-item:hover {
    background: rgba(55, 126, 160, 0.5);
}

.box-menu .site-menu .menu-list .sub-menu .menu-item:hover>a {
    color: #80fcff;
}

.site-banner {
    height: 100%;
    width: 100%;
}

.site-banner .page-container {
    width: 100%;
    max-width: 100%;
    padding: 0px;
}

.site-banner .swiper {
    box-shadow: none;
}

.site-banner img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

body#page-index .site-content {
    padding: 0;
}

.site-content {
    min-height: 73em;
}

.block_tabn {
    position: relative;
    min-height: 300px;
    background-image: url(images/newbk.jpg);
    background-repeat: no-repeat;
    background-position: top;
    padding-bottom: 120px;
}

.block_tabn .page-container {
    max-width: 73.75em;
}

.block_tabn h2.box-title {
    text-align: center;
}

.block_tabn .box-news .news-list {
    padding: 3.75rem 0 2.5rem;
    display: flex;
    flex-wrap: wrap;
}

.block_tabn img {
    width: 100%;
    height: 100%;
}

.block_tabn .news-list .news-item {
    border-top: none;
    background-color: #ffffff;
    text-align: center;
    width: calc(25% - 20px);
    margin: 0 0.625rem 1.25rem;
    padding: 0;
    border-bottom: 4px solid #20acef;
    position: relative;

}

.block_tabn .news-list .news-item:hover {
    box-shadow: 0 1.25em 2.5em rgba(0, 0, 0, 0.5);
    bottom: 1px;

}

.block_tabn span.news-pic {
    display: inline-block;

}

.block_tabn .news-list .news-item>a {
    float: left;
    width: 100%;
    font-size: 1rem;
    text-align: left;
    margin-top: 5px;
    padding: 10px 5px 25px 5px;

}

.block_tabn .news-list .news-item>a:after {
    content: "";
    background-image: url(images/wordafter.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 3px;
    bottom: 0;
    animation: rotate-taichi 2s ease-in infinite alternate;
}

@keyframes rotate-taichi {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(720deg);
    }
}

.block_tabn .news-list .news-postdate {
    float: left;
    color: #ffffff;
    background-color: #632729;
    margin: 5px 0 0 5px;
}


.block_tabn .news-tab .page-container {
    width: 100%;
}

.block_tabn .news-tab .page-container .tab {
    text-align: center;
}

button.contents-item {
    background-color: #ffffff00;
    border: none;
}

button.tab-item {
    background-color: #ffffff00;
    border: none;
}

.block_tabn .news-tab .tab-item {
    padding: 5px 8px;
    background-color: rgba(0, 0, 0, 0);
    font-size: 1.3em;
    color: #666666;
    font-weight: bold;
    margin: 0px 10px;
    border-bottom: 2px solid;

}

.block_tabn .tab-item:hover,
.block_tabn .tab-item.active {
    color: #377ea0;


}



.block_tabn h2.box-title {
    display: none;
}

.block_tabn .contents-item {
    display: none;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);

}

.block_tabn .contents-item.active {
    display: block;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
}


.block_tabn a.more {
    position: absolute;
    background: #20acef;
    color: #ffffff;
    padding: 0.5em 1.5em;
    left: 50%;
    transform: translate(-50%, 0%);
}

.block_tabn a.more:before {
    content: '';
    position: absolute;
    border: #20acef solid 6px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.block_tabn a.more:hover:before,
.block_tabnr a.more:focus:before,
.block_tabn a.more:active:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
}

@keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

.block_about {
    position: relative;
    background-image: url(images/aboutbk.jpg);

    padding: 60px 0;
}

.block_about .box-news {
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
}

.block_about h2.box-title {
    width: 200px;
    height: 200px;
    float: left;
    background-image: url(images/centertitle.png);
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: xxx-large;
    font-weight: bold;
    color: #505456;
    padding-bottom: 20px;
}

.block_about ul.news-list {
    width: calc(100% - 250px);
    float: right;
}

.block_about .news-list .news-item {
    border-top: none;
}

.block_about .news-list .news-postdate {
    display: none;
}

.block_about .news-list .news-item>a {
    display: none;
}

.block_about span.news-pic {
    display: block;
    float: right;
}

.block_about span.news-pic img {
    width: 300px;
    height: auto;
}

.block_about .news-list .news-item .news-subtitle {
    float: left;
    width: calc(100% - 40%);
    font-size: 1rem;
    line-height: 1.5em;
    color: rgba(0, 0, 0, 1);
    margin: 0.3125em 0 0;
}

/* Shutter In Horizontal */
.block_about a.more {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #f2972e;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    bottom: 0;
    right: 0;
    position: absolute;
    padding: 2px 5px;

}

.block_about a.more:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #d1d1d1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.block_about a.more:hover,
.block_about a.more:focus,
.block_about a.more:active {
    color: white;
}

.block_about a.more:hover:before,
.block_about a.more:focus:before,
.block_about a.more:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.blocklink {
    position: relative;
    padding: 30px 0;
    background-color: #b7c6cc;
    background-image: url(images/linkbk.png);
    background-position: right center;
    background-size: cover;
    min-height: 400px;

}

.blocklink .page-container {
    display: flex;
    width: 100%;
}

.blocklink h2.box-title {
    margin-bottom: 10px;
    color: #377ea0;
    border-bottom: 2px solid;

    position: relative;
}

.blocklink h2.box-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    height: 5px;
    width: 90px;
    background-color: #377ea0;
}

.blocklink h2.box-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 1px;
    width: 50%;
    background-color: #377ea0;
    animation: line 4s ease-in infinite alternate;
}

@keyframes line {
    0% {
        width: 50%;
    }

    50% {
        width: 30%;
    }

    100% {
        width: 50%;
    }
}

.blocklink .box-link .link-item {
    list-style: disc;
    color: #323232;
    margin-left: 15px;
}

.blocklink .box-link .link-item a {
    color: #323232;
}

.content_1 {
    position: relative;
    width: 50%;
    float: left;
    padding: 20px;
    display: none;
}

.content_1 .box-link .link-list {
    margin: 0;
    padding: 0;
    column-count: 2;
}

.content_2 {
    position: relative;
    width: 50%;
    float: left;
    padding: 20px;

}

.content_3 {
    position: relative;
    width: 50%;
    float: left;
    padding: 20px;
}

.blocklink span.more {
    color: #323232;
    border-bottom: 1px solid #323232;
    position: absolute;
    right: 5%;
    top: 12%;
}

.blocklink span.more:hover {
    color: #377ea0;
    border-bottom: 1px solid #377ea0;

}

/* Underline Reveal */
.blocklink span.link-title {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.blocklink span.link-title:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #323232;
    height: 4px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.blocklink span.link-title:hover:before,
.blocklink span.link-title:focus:before,
.blocklink span.link-title:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.adlink {
    position: relative;
    background-color: #e1e1e1;
    padding: 50px 0;
    display: none;
}

.adlink .page-container {
    display: flex;
    flex-wrap: wrap;
}

.swiper.AD01.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    width: calc(20% - 20px);
    margin: 0 0.625rem 1.25rem;
}

.swiper.AD02.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    width: calc(20% - 20px);
    margin: 0 0.625rem 1.25rem;
}

.swiper.AD03.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    width: calc(20% - 20px);
    margin: 0 0.625rem 1.25rem;
}

.swiper.AD04.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    width: calc(20% - 20px);
    margin: 0 0.625rem 1.25rem;
}

.swiper.AD05.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    width: calc(20% - 20px);
    margin: 0 0.625rem 1.25rem;
}

.foot-left {
    width: 50%;
    float: left;
}

.foot-pic {
    display: inline-block;
    float: left;
}

.foot-word {
    width: calc(100% - 130px);
    float: right;
}

.foot-right {
    width: 50%;
    float: right;
    text-align: right;
}

.footer-info2 {
    width: 100%;
    display: inline-block;
    text-align: center;
    background-color: #ededed;
}

/* rwd */
@media (max-width: 1100px) {
    .site-logo img {
        max-width: 70%;
    }

    .site-banner .carousel-caption {
        bottom: 5rem;
    }

    .blocktab .news-list .news-item {
        width: calc(50% - 20px);
        min-height: 450px;
    }

    .blocktab span.news-pic {
        display: block;
        width: 100%;
        height: auto;
    }

    .block_about h2.box-title {
        width: 100%;
        height: 200px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .block_about ul.news-list {
        width: 100%;
    }

    .block_about .news-list .news-item .news-subtitle {
        width: calc(100% - 330px);
    }

    .swiper.AD01.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
        width: calc(33.3% - 20px);
    }

    .swiper.AD02.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
        width: calc(33.3% - 20px);
    }

    .swiper.AD03.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
        width: calc(33.3% - 20px);
    }

    .swiper.AD04.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
        width: calc(33.3% - 20px);
    }

    .swiper.AD05.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
        width: calc(33.3% - 20px);
    }

    .blocklink .page-container {
        display: block;
        padding: 0 5px;
    }

    .content_1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .content_2 {
        width: 50%;
    }

    .content_3 {
        width: 50%;
    }

    .footpic {
        width: 100%;
    }

    .footword {
        width: 100%;
        text-align: center;
    }
}

/* rwd */
@media (max-width: 40em) {
    .site-logo img {
        max-width: 100%;
    }

    .box-menu .site-menu .menu-toggle:before {
        color: #ffffff;
    }

    .icon-bar {
        background: #ffffff;
    }

    .block_tabn {

        background-image: url(images/newbk2.jpg);
    }

    .tab {
        text-align: left;
    }

    .box-news .news-list {
        display: block;
    }

    .block_tabn .box-news .news-list .news-item {
        width: calc(99% - 20px);
    }

    .block_about span.news-pic {
        display: block;
        float: right;
        width: 100%;
        text-align: center;
    }

    .block_about span.news-pic img {
        width: 330px;
        height: auto;
    }

    .block_about .news-list .news-item .news-subtitle {
        width: 100%;
    }

    .content_1 .box-link .link-list {
        column-count: 1;
    }

    .content_2 {
        width: 100%;
        margin-bottom: 40px;
    }

    .content_3 {
        width: 100%;
        margin-bottom: 40px;
    }

    .adlink .page-container {
        text-align: center;
    }

    .swiper.AD01.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
        width: 100%;
    }

    .swiper.AD02.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
        width: 100%;
    }

    .swiper.AD03.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
        width: 100%;
    }

    .swiper.AD04.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
        width: 100%;
    }

    .swiper.AD05.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
        width: 100%;
    }

    .foot-left {
        width: 100%;
    }

    .foot-right {
        width: 100%;
        text-align: left;
    }

    .foot-pic {
        width: 100%;
    }

    .foot-word {
        width: 100%;
    }
}