@charset "UTF-8";
@import "base.css";
@import "fonts.css";
@import "normalize.css";
@import "slick.css";
@import "jquery.mCustomScrollbar.css";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
    font-size: 140%;
    -webkit-text-size-adjust: none;
}

header, section, footer, aside, nav, main, article, figure {
    display: block;
}

img {
    vertical-align: bottom;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: none;
}

p {
    margin: 0 0 1em;
}

.image-l {
    float: left;
    margin: 0 20px 8px 0;
}

.image-r {
    float: right;
    margin: 0 0 8px 20px;
}

.bold {
    font-weight: bold;
}

table {
    width: 100%;
}

p, dd, td, th, li {
    line-height: 1.7em;
}

img {
    max-width: 100%;
    max-height: 100%;
}

html {
    background: none;
}

body {
    color: #333;
    font-family: 'Roboto', sans-serif;
}

#wrapper {
    min-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    text-align: left;
}

.w33 {
    width: 33.33%;
}

#totop {
    bottom: 63px;
    cursor: pointer;
    display: none;
    overflow: hidden;
    position: fixed;
    right: 50px;
    text-decoration: none;
    margin: 0;
    z-index: 50;
    width: 60px;
}

#totop:hover {
    opacity: 0.7;
}

#phone {
    bottom: 20px;
    cursor: pointer;
    overflow: hidden;
    position: fixed;
    left: 90px;
    text-decoration: none;
    margin: 0;
    z-index: 50;
    width: 60px;
}

#phone:hover {
    opacity: 0.7;
}

*, *:before, *:after {
    box-sizing: border-box;
    outline: none;
}

/**************Header************/
#header .h-top {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}

.h-logo {
    float: left;
    padding: 0;
    margin: 40px 0 0;
}

.h-news {
    width: 600px;
    float: right;
}

.h-news .head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: #f0f0f0 1px solid;
}

.h-news .head .ttl {
    color: red;
}

.h-list {
    height: 130px;
    overflow: auto;
}

.h-list .details li {
    display: flex;
    align-items: flex-start;
    padding: 5px 0;
    line-height: 1.5em;
}

.h-list .details li .time {
    width: 50px;
}

.h-list .details li .link {
    width: calc(100% - 60px);
    padding-left: 10px;
    border-left: #f0f0f0 1px solid;
}

.h-list .details li .link a {
    color: #0b75b1;
}

.h-list .details li .link a:hover {
    text-decoration: underline;
}

.h-nav {
    background: #004370;
}

.h-nav.fixed {
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
    left: 0;
}

#gnavi {
    position: relative;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}

#gnavi > li {
    position: relative;
}

#gnavi > li > a, #gnavi > li > span {
    display: block;
    color: #fff;
    padding: 15px 20px;
    transition: all .3s;
}

#gnavi > li.active > a, #gnavi > li:hover > a, #gnavi > li.active > span, #gnavi > li:hover > span {
    background: #0064a6;
}

.submenu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 500px;
    background: #ebf8fe;
    display: none;
}

.submenu:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.submenu li {
    float: left;
    width: 50%;
}

.submenu a {
    position: relative;
    display: block;
    padding: 10px 20px;
    background: linear-gradient(#fff, #fff) center bottom no-repeat;
    background-size: 90% 1px;
    padding-left: 35px;
}

.submenu a:before {
    position: absolute;
    width: 10px;
    height: 2px;
    background: #000;
    left: 13px;
    top: 21px;
    content: '';
}

.submenu a:hover {
    color: #004370;
}

/**************Index************/
#main {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}

.main-bnr {
    margin-bottom: 50px;
}

.main-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#content {
    width: 100%;
}

#content > .section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.content-main {
    width: 100%;
}

.content-nav {
    margin-left: 20px;
    width: 300px;
    flex-shrink: 0;
    border: #f0f0f0 1px solid;
    border-top: none;
    padding: 0 10px 10px;
}

#navi {
    margin-left: 20px;
    width: 300px;
    flex-shrink: 0;
}

h2 {
    font-weight: bold;
    font-size: 20px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-bottom: 30px;
    white-space: nowrap;
    text-transform: uppercase;
    color: #2b79c1;
    width: 100%;
}

h2:after {
    display: inline-block;
    content: '';
    width: 100%;
    background: url("../images/border_news.jpg");
    height: 7px;
    margin-left: 20px;
}

section, .section {
    margin: 0 0 50px;
}

section p:last-child, .section p:last-child {
    margin-bottom: 0;
}

.top-news01, .top-news03 {
    margin-bottom: 30px;
}

.top-news01 .image-l, .top-news01 .image-r {
    position: relative;
    background: #f0f0f0;
    width: 320px;
    height: 200px;
}

.top-news01 .image-l img, .top-news01 .image-r img, .top-news03 .image-l img, .top-news03 .image-r img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.date {
    margin-bottom: 10px;
    font-weight: 500;
}

.top-news02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top-news02 > li {
    width: 270px;
    margin: 0 0 25px;
}

.top-news02 .img {
    position: relative;
    background: #f0f0f0;
    width: 270px;
    height: 170px;
    margin-bottom: 10px;
}

.top-news02 .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ttl {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: bold;
}

.most-view {
    height: 500px;
}

.most-view a {
    display: block;
    padding: 10px 15px;
    background: url("../images/ico01.png") left 17px no-repeat;
    font-weight: bold;
    border-bottom: #f0f0f0 1px solid;
}

.most-view {
    border-top: #f0f0f0 1px solid;
}

h2.type02 {
    border-top: #2b79c1 3px solid;
    border-bottom: #2b79c1 3px solid;
    text-align: center;
    padding: 10px 0;
    justify-content: center;
}

h2.type02:after {
    display: none;
}

.top-news01 .image-l, .top-news01 .image-r {
    position: relative;
    background: #f0f0f0;
    width: 320px;
    height: 200px;
}

.top-news03 .image-l, .top-news03 .image-r {
    position: relative;
    background: #f0f0f0;
    width: 370px;
    height: 230px;
}

.top-news04 {
    display: flex;
    flex-wrap: wrap;
}

.top-news04 > li {
    width: 280px;
    margin: 0 20px 25px 0;
}

.top-news04 > li:nth-child(3n) {
    margin-right: 0;
}

.top-news03 h3 {
    font-size: 22px;
}

.hot-news-box {
    background: #ebf8fe;
}

.hot-news-box .image-l, .hot-news-box .image-r {
    margin-bottom: 0;
}

.top-news04 .img {
    position: relative;
    background: #f0f0f0;
    width: 280px;
    height: 174px;
    margin-bottom: 10px;
}

.hot-news-box .txt {
    padding: 10px;
    overflow: hidden;
}

/**************Footer************/
#footer {
    border-top: #2b79c1 3px solid;
}

.f01 {
    padding: 30px 0;
}

.f01 .container {
    display: flex;
    justify-content: space-between;
}

.f01 dt {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #2b79c1;
}

.f01 .info {
    width: 40%;
}

.f01 .adv {
    width: 25%;
    padding: 0 20px;
    border-left: #f0f0f0 1px solid;
    border-right: #f0f0f0 1px solid;
}

.f01 .license {
    width: 30%;
    text-align: center;
}

.copyright {
    background: #4597e3;
}

.copyright p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
    padding: 5px 0;
}

.detail-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.follow {
    display: flex;
    align-items: center;
}

.detail-top h3 {
    border-left: #004370 5px solid;
    padding-left: 15px;
    margin: 0;
}

.follow li {
    font-size: 16px;
    font-weight: bold;
    margin-left: 15px;
}

.follow select {
    padding: 3px 15px 3px 10px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
}

.follow .btn {
    background: #9395a2;
    padding: 3px 25px;
    display: block;
    color: #fff;
    border-radius: 5px;
}

.partner {
    width: 100%;
}

.partner li {
    margin: 0 5px;
}

.main-video {
    margin-bottom: 30px;
}

.main-video a {
    display: block;
}

.main-video iframe {
    width: 100%;
    pointer-events: none;
    height: 155px;
}

.search-box {
    background: #e7e8ec;
    padding: 10px;
    margin-bottom: 30px
}

.search-box input {
    padding: 7px 10px;
}

.search-box .search-content {
    position: relative;
    margin-bottom: 10px;
}

.search-box .search-content input {
    width: 100%;
    padding: 7px 45px 7px 10px;
    border: #ccc 1px solid;
}

.search-box .search-content a {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 32px;
    padding-right: 10px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.search-box .search-detail {
    display: flex;
    flex-wrap: wrap;
}

.search-box .search-detail li {
    margin: 0 15px 10px 0;
}

.search-box .search-detail li input {
    position: relative;
    margin-right: 5px;
    top: 1px;
}

.tbl.contact {
    margin-bottom: 30px;
}

.tbl.contact td {
    line-height: 0;
}

.tbl.contact input {
    padding: 7px 10px;
    width: 300px;
}

.tbl.contact textarea {
    width: 99%;
    height: 200px;
    padding: 7px 10px;
}

.txt-red {
    color: red;
}

.send-btn {
    text-align: center;
    margin-bottom: 0;
}

.send-btn a {
    display: flex;
    height: 40px;
    width: 200px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    background: #004371;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.contact-ttl {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.contact-map {
    width: 100%;
    height: 400px;
    margin-bottom: 30px;
    border: none;
}

/* idx-news-list */
.news-list {
    display: flex;
    flex-wrap: wrap;
}

.news-list li {
    width: 280px;
    height: 174px;
    margin: 0 20px 25px 0;
}

.news-list li:nth-child(3n) {
    margin-right: 0;
}

.news-list li a {
    position: relative;
    z-index: 0;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    display: block;
    height: 100%;
    text-align: center;
}

.news-list li a img {
    position: absolute;
    z-index: -2;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news-list li a .news-box {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    left: 0;
    top: calc(100% - 50px);
    padding: 0 20px;
    transition: all .2s;
}

.news-list li a .news-box:before, .news-list li a .news-box:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 10px;
    left: 10px;
    border-color: #fff;
    border-style: solid;
    border-width: 1px 0 0 1px;
    transition: .3s linear;
    opacity: 0;
    transition-delay: .2s;
}

.news-list li a .news-box:after {
    top: auto;
    left: auto;
    right: 10px;
    bottom: 10px;
    border-width: 0 1px 1px 0;
}

.news-list li a:hover .news-box:before, .news-list li a:hover .news-box:after {
    opacity: 1;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}

.news-list li a .news-box .ttl {
    margin-bottom: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-list li a .news-box .txt {
    margin-bottom: 0;
}

.news-list li a:hover .news-box {
    top: 0;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.hotline-phone-ring-circle {
    width: 100%;
    height: 100%;
    top: 6px;
    left: 14px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e60808;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: .5
}

.hotline-phone-ring-circle-fill {
    width: 80%;
    height: 80%;
    top: 16.5px;
    left: 23.5px;
    position: absolute;
    background-color: rgba(230, 8, 8, .7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.hotline-phone-ring-img-circle {
    background-color: #e4212a;
    width: 55%;
    height: 55%;
    top: 30px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center
}

.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 60px;
    height: 60px
}



@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}



.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 55px;
    height: 55px;
}

img {
    border: none;
}


.hotline-phone-ring-wrap {
    position: fixed !important;
    bottom: 0;
    left: 50px;
    z-index: 1111111;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}


.animated.infinite {
    animation-iteration-count: infinite;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.tada {
    animation-name: tada;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


ul.left-icon.hotline {
    margin-left: 0px !important;
}



