/* News */

.slogo.sentinel {
    background-image: url(../img/logo_sentinel.svg);
}

.news-head {
    padding: 30px 0;
    color: #FFF;
    background: #003365 url(../img/news/intro_bg.jpg) center center no-repeat;
}

@media only screen and (min-width: 2560px) {
    .news-head {
        background-size: cover;
    }
}

.news-h-t1 {
    margin: 0;
    color: #FFF;
    font-size: 30px;
    font-weight: 800;
    line-height: 36px;
}
.news-h-t1 sup {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    vertical-align: top;
}
.news-h-t2 {
    margin: 5px 0 0 0;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}
.news-h-t2 .highlight {
    color: #FC0;
}

.news-nav {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    background: #07C;
}
.news-nav-ttl {
    display: none;
    padding: 14px 0;
    text-align: left;
    text-transform: uppercase;
    position: relative;
}
.news-nav-ttl,
.news-nav-ttl:focus,
.news-nav-ttl:active,
.news-nav-ttl.ui-state-active {
    outline: none;
}
.news-nav-ttl:after {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    background: url(../img/arw_white.svg) 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: calc(50% - 6px);
    right: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.news-nav-ttl.ui-state-active:after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.news-nav ul {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    margin: 0;
}
.news-nav li {
    flex: 1 1 auto;
    margin: 0;
    list-style: none;
}
.news-nav a {
    display: block;
    height: 100%;
    padding: 14px;
    color: #FFF;
    text-decoration: none;
}
.news-nav a:hover,
.news-nav a:focus {
    background: #0095FF;
}
.news-nav a.active {
    color: #091D36;
    background: #FFF;
}

.news-breadcrumbs {
    padding-top: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}
.news-breadcrumbs ol {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    margin: 0;
}
.news-breadcrumbs li {
    flex: 0 1 auto;
    margin: 0 7px 0 0;
    list-style: none;
}
.news-breadcrumbs li:after {
    display: inline-block;
    content: "/";
    margin-left: 7px;
    color: #AFBFD3;
    vertical-align: top;
}
.news-breadcrumbs a {
    text-decoration: none;
}
.news-breadcrumbs a:hover,
.news-breadcrumbs a:focus {
}
.news-breadcrumbs a.active {
    color: #091D36;
}
.news-breadcrumbs li:last-child {
    margin-right: 0;
}
.news-breadcrumbs li:last-child:after {
    display: none;
}
.news-breadcrumbs li:last-child a {
    color: #091D36;
}

.news-content {
    padding: 50px 0;
}

.news-section {
    margin: 50px 0;
    padding-top: 50px;
    border-top: 1px solid rgba(9,29,54,0.2);
}
.news-section:first-child {
    padding-top: 0;
    border-top: none;
}

.news-c-t1 {
    margin: 50px 0;
    font-size: 40px;
    font-weight: 800;
    line-height: 46px;
    text-align: center;
}

.news-c-dsc {
    margin: -30px 0 50px 0;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

.news-short .row {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    margin: -30px;
}
.news-short .col {
    flex: 0 1 33.33333%;
    width: 33.33333%;
    padding: 30px;
}

.art-short {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    height: 100%;
}
.art-short .img a,
.art-short .img img {
    display: block;
    margin: 0 auto;
}
.art-short .ttl {
    margin: 20px 0 0 0;
    font-size: 20px;
    font-weight: 800;
    line-height: 26px;
}
.art-short .ttl a {
    color: #091D36;
    text-decoration: none;
}
.art-short .ttl a:hover,
.art-short .ttl a:focus {
    color: #0095FF;
}
.art-short .txt {
    margin-top: 15px;
}
.art-short .cta {
    margin-top: auto;
    padding-top: 25px;
    text-align: center;
}
.art-short .cta a.btn {
    padding: 10px 30px;
    font-size: 14px;
    line-height: 16px;
}

.news-search {
    padding: 30px;
    color: #FFF;
    background: #091D36 url(../img/iv3_bg1.jpg) center center no-repeat;
    border-radius: 10px;
}
.news-search .iv3-t1 {
    font-size: 36px;
    line-height: 42px;
}
.news-search .iv3-t2 {
    margin: 10px 0 0 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}
.news-search .iv3-search {
    max-width: 1060px;
    margin: 25px auto 0 auto;
}
.news-search .iv3-tnav {
    margin-bottom: 25px;
}
.news-search .iv3-tnav a {
    padding: 7px 20px;
}

.art-container {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
}
.art-content {
    flex: 1 1 auto;
    font-size: 18px;
    line-height: 30px;
}
.art-content h2 {
    font-size: 30px;
    line-height: 36px;
}
.art-sidebar {
    flex: 0 0 386px;
    width: 386px;
    margin-left: 60px;
    font-size: 15px;
    line-height: 22px;
}

.art-t1 {
    margin: 0;
    font-size: 56px;
    font-weight: 800;
    line-height: 60px;
}
.art-t3 {
    margin: 25px 0;
    color: rgba(9,29,54,0.5);
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

.art-info {
    margin: 20px 0 40px 0;
}
.art-info ul {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    margin: 0;
}
.art-info li {
    margin: 0 15px 0 0;
    list-style: none;
    position: relative;
}
.art-info li:after {
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    margin: 13px 0 0 15px;
    background: rgba(9,29,54,0.2);
    border-radius: 50%;
    vertical-align: top;
}
.art-info li:last-child {
    margin: 0;
}
.art-info li:last-child:after {
    display: none;
}

.art-share {
    margin: 40px 0;
}
.art-share ul {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0 -5px;
}
.art-share li {
    margin: 5px;
    list-style: none;
}
.art-share li.tl {
    margin-right: 15px;
}
.art-share a {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 0px;
    text-decoration: none;
    text-indent: -999em;
    background-color: rgba(9,29,54,0.2);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px auto;
    border-radius: 50%;
}
.art-share a.fb {
    background-image: url(../img/kc_social_fb.svg);
}
.art-share a.fb:hover,
.art-share a.fb:focus {
    background-color: #3B5998;
}
.art-share a.tw {
    background-image: url(../img/kc_social_tw.svg);
}
.art-share a.tw:hover,
.art-share a.tw:focus {
    background-color: #1DA1F2;
}
.art-share a.yt {
    background-image: url(../img/kc_social_yt.svg);
}
.art-share a.yt:hover,
.art-share a.yt:focus {
    background-color: #CD201F;
}
.art-share a.pt {
    background-image: url(../img/kc_social_pt.svg);
}
.art-share a.pt:hover,
.art-share a.pt:focus {
    background-color: #E6001A;
}
.art-share a.li {
    background-image: url(../img/kc_social_li.svg);
}
.art-share a.li:hover,
.art-share a.li:focus {
    background-color: #0077B5;
}
.art-share a.rd {
    background-image: url(../img/kc_social_rd.svg);
}
.art-share a.rd:hover,
.art-share a.rd:focus {
    background-color: #FF4500;
}
.art-share a.se {
    background-image: url(../img/kc_social_se.svg);
}
.art-share a.se:hover,
.art-share a.se:focus {
    background-color: #168500;
}

.art-banner {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin: 45px auto;
    padding: 30px;
    border: 1px solid rgba(9,29,54,0.2);
    border-radius: 3px;
}
.art-banner .img {
    flex: 0 0 auto;
    margin-right: 30px;
}
.art-banner .img img {
    display: block;
    margin: 0 auto;
}
.art-banner .inf {
    flex: 1 1 auto;
    color: #091D36;
}
.art-banner .ttl {
    font-size: 28px;
    font-weight: 800;
    line-height: 34px;
}
.art-banner .cnt {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    margin-top: 15px;
}
.art-banner .txt {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
}
.art-banner .cta {
    flex: 0 0 auto;
    margin-left: 20px;
}
.art-banner a.btn {
    display: block;
    padding: 11px 30px;
    font-size: 18px;
    line-height: 1em;
    text-transform: uppercase;
}
.art-banner a.btn:after {
    display: inline-block;
    content: "";
    width: 18px;
    height: 18px;
    margin: 0 0 0 12px;
    background: url(../img/news/btn_magnifier.svg) 0 0 no-repeat;
    background-size: 100% auto;
    vertical-align: top;
}

.art-block {
    margin: 30px 0;
    padding: 35px 40px 40px 40px;
    background: #F5F6F7;
    border-radius: 10px;
}

.art-links {
    margin: 0;
}
.art-links li {
    padding-left: 16px;
    list-style: none;
    position: relative;
}
.art-links li:before {
    display: block;
    content: "";
    width: 5px;
    height: 9px;
    background: url(../img/news/art_links_arw.svg) 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 7px;
    left: 0;
}
.art-links a {
    display: block;
    text-decoration: none;
}

.art-author {
    margin: 30px 0;
}
.art-author .img {
    max-width: 120px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}
.art-author .img img {
    display: block;
}
.art-author .ttl {
    margin-top: 20px;
    color: #091D36;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
}
.art-author .txt {
    margin-top: 15px;
}

.art-news {
    margin: 50px 0;
}
.news-list .row {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    margin: 30px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(9,29,54,0.1);
}
.news-list .img {
    flex: 0 0 70px;
    width: 70px;
    margin-right: 20px;
}
.news-list .img a {
    display: block;
}
.news-list .img img {
    display: block;
    width: 100%;
    height: 70px;
    object-fit: cover;
}
.news-list .inf {
    flex: 1 1 auto;
}
.news-list .ttl {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}
.news-list .ttl a {
    color: #091D36;
    text-decoration: none;
}
.news-list .ttl a:hover,
.news-list .ttl a:focus {
    color: #0095FF;
}
.news-list .txt {
    margin: 10px 0 0 0;
}

.search-lbox {
    background: rgba(255,255,255,0.9);
}
.search-lbox .news-search {
    width: 100%;
    max-width: 640px;
    padding: 60px;
    position: relative;
}
.search-lbox .lbox2-close {
    width: 32px;
    height: 32px;
    background-color: #FFF;
    border-radius: 50%;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.3);
    opacity: 1;
    top: -8px;
    right: -8px;
}
.search-lbox .news-search .iv3-t1 {
    font-size: 24px;
    line-height: 30px;
}
.search-lbox .news-search .iv3-t2 {
    font-size: 18px;
    line-height: 24px;
}
.search-lbox .news-search .iv3-lbox-search {
    max-width: 360px;
    margin: 20px auto 0 auto;
}
.search-lbox .news-search .iv3-tnav {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 18px;
}
.search-lbox .news-search .iv3-tnav ul {
    margin: 0 -5px;
}
.search-lbox .news-search .iv3-tnav li {
    flex: 1 1 auto;
    padding: 0 5px;
}
.search-lbox .news-search .iv3-tnav li.iv3-tnav-label {
    display: none;
}
.search-lbox .news-search .iv3-tnav a {
    padding: 2px;
    border-bottom-width: 2px;
}
.search-lbox .news-search .iv3-form .row {
    flex-direction: column;
    margin: -6px 0;
}
.search-lbox .news-search .iv3-form .col {
    flex: 0 1 auto;
    padding: 6px 0;
}
.search-lbox .news-search .iv3-form .col.btn {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
}
.search-lbox .news-search .iv3-form .form-control {
    height: 48px;
    padding: 0 12px;
}
.search-lbox .news-search .iv3-form .form-control[type=tel] {
    font-size: 24px;
}
.search-lbox .news-search .iv3-form select.form-control {
    padding-right: 30px;
    background-position: calc(100% - 10px) center;
}
.search-lbox .news-search .iv3-form .form-btn {
    padding: 14px;
    font-size: 18px;
    line-height: 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.search-lbox .news-search .iv3-form .form-btn:after {
    width: 14px;
    height: 14px;
    margin-left: 12px;
}

.art-content .news-search {
    padding: 30px;
    background: #FFF;
    border: 1px solid rgba(9,29,54,0.2);
    border-radius: 3px;
}
.art-content .news-search .iv3-t1 {
    color: #091D36;
    font-size: 24px;
    line-height: 30px;
}
.art-content .news-search .iv3-t2 {
    color: #091D36;
    font-size: 18px;
    line-height: 24px;
}
.art-content .news-search .iv3-banner-search {
    margin: 20px auto 0 auto;
}
.art-content .news-search .iv3-tnav {
    max-width: 360px;
    margin: 0 auto 20px auto;
    font-size: 14px;
    line-height: 18px;
}
.art-content .news-search .iv3-tnav ul {
    margin: 0 -5px;
}
.art-content .news-search .iv3-tnav li {
    flex: 1 1 auto;
    padding: 0 5px;
}
.art-content .news-search .iv3-tnav li.iv3-tnav-label {
    display: none;
}
.art-content .news-search .iv3-tnav a {
    color: #07C;
    padding: 2px;
    border-bottom-width: 2px;
}
.art-content .news-search .iv3-form .form-control {
    height: 48px;
    padding: 0 12px;
    border: 1px solid rgba(9,29,54,0.2);
}
.art-content .news-search .iv3-form .form-control[type=tel] {
    font-size: 24px;
}
.art-content .news-search .iv3-form select.form-control {
    padding-right: 30px;
    background-position: calc(100% - 10px) center;
}
.art-content .news-search .iv3-form .form-btn {
    padding: 14px;
    font-size: 18px;
    line-height: 20px;
    border-radius: 50px;
}
.art-content .news-search .iv3-form .form-btn:after {
    width: 14px;
    height: 14px;
    margin-left: 12px;
}

.art-content .toc {
    display: none;
}
.art-content .toc ul {
    margin-top: 20px;
}

.art-t3.accordion-header {
    margin: 0;
    position: relative;
    outline: none;
}
.art-t3.accordion-header,
.art-t3.accordion-header:focus,
.art-t3.accordion-header:active,
.art-t3.accordion-header.ui-state-active {
    outline: none;
}
.art-t3.accordion-header:after {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    background: url(../img/arw_main.svg) 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: calc(50% - 6px);
    right: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.art-t3.accordion-header.ui-state-active:after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}



.news-floater {
    width: 100%;
    padding: 0 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 101;
}
.news-f-row {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    max-width: 95%;
    margin: 0 auto;
    padding: 15px 30px;
    background: #AAC2E6;
    border: 3px solid #7D9DD0;
    border-bottom: none;
    box-shadow: 0 0 25px 0 rgba(9,29,54,0.35);
    position: relative;
}
.news-f-t1 {
    color: #091D36;
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
}
.news-f-t2 {
    color: #091D36;
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
}
.news-f-cta {
    width: 100%;
    max-width: 200px;
    margin-left: 30px;
}
.news-f-cta a.btn {
    display: block;
    padding: 15px;
    font-size: 18px;
    line-height: 1em;
}
.news-f-cta a.btn:after {
    display: inline-block;
    content: "";
    width: 18px;
    height: 18px;
    margin: 0 0 0 12px;
    background: url(../img/news/btn_magnifier.svg) 0 0 no-repeat;
    background-size: 100% auto;
    vertical-align: top;
}
.news-f-close {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 0;
    cursor: pointer;
    text-decoration: none;
    text-indent: -999em;
    background: url(../img/x.svg) center center no-repeat;
    background-size: 12px auto;
    opacity: 0.5;
    position: absolute;
    top: 0;
    right: 0;
}
.news-f-close:hover,
.news-f-close:focus {
    opacity: 1;
}



.news-more {
    margin-top: 50px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
}
.news-more a{
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    text-decoration: none;
    vertical-align: top;
}
.news-more a:before {
    display: inline-block;
    content: "";
    width: 18px;
    height: 18px;
    margin-right: 6px;
    background: url(../img/arw_more.svg) center center no-repeat;
    background-size: 10px auto;
    vertical-align: top;
}



.news-videos .row {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    margin: -20px;
}
.news-videos .col {
    flex: 0 1 25%;
    max-width: 25%;
    padding: 20px;
}
.news-video .img a {
    display: block;
    position: relative;
}
.news-video .img a:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.news-video .img a:hover:before,
.news-video .img a:focus:before {
    background: rgba(255,255,255,0.25);
}
.news-video .img img {
    display: block;
    margin: 0 auto;
}
.news-video .ttl {
    margin: 10px 0 0 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.news-video .ttl a {
    color: #091D36;
    text-decoration: none;
}
.news-video .ttl a:hover,
.news-video .ttl a:focus {
    color: #0095FF;
}
.news-video .info {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0 0 0;
    font-size: 13px;
    line-height: 16px;
}
.news-video .cl {
    margin-right: 10px;
    padding-right: 12px;
    position: relative;
}
.news-video .cl:after {
    display: block;
    content: "";
    width: 2px;
    height: 2px;
    background: #07C;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    right: 0;
}
.news-video .cl:last-child {
    margin-right: 0;
    padding-right: 0;
}
.news-video .cl:last-child:after {
    display: none;
}


.art-sidebar .news-videos .row {
    margin: -15px;
}
.art-sidebar .news-videos .col {
    flex: 0 1 50%;
    max-width: 50%;
    padding: 15px;
}
.art-sidebar .news-video .ttl {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}



.news-search .iv4-ttl {
    margin: 20px 0 30px 0;
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    line-height: calc(1em + 6px);
    text-align: center;
}
.news-search .iv4-txt {
    margin: 30px 0;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: calc(1em + 6px);
    text-align: center;
}
.news-search .iv4-cta {
    margin: 30px 0 20px 0;
    text-align: center;
}



@media only screen and (max-width: 1279px) {
    .news-head {
        padding: 30px 0;
    }
    .news-h-t1 {
        font-size: 30px;
        line-height: 36px;
    }
    .news-h-t1 sup {
        font-size: 12px;
        line-height: 20px;
    }
    .news-h-t2 {
        margin: 5px 0 0 0;
        font-size: 18px;
        line-height: 24px;
    }
    .news-nav {
        font-size: 16px;
        line-height: 20px;
        text-align: left;
    }
    .news-nav-ttl {
        display: block;
    }
    .news-nav ul {
        flex-direction: column;
        padding-bottom: 20px;
    }
    .news-nav li {
        flex: 0 1 auto;
        border-top: 1px solid rgba(255,255,255,0.2);
    }
    .news-content {
        padding: 40px 0;
    }
    .news-section {
        margin: 40px 0;
        padding-top: 40px;
    }
    .news-c-t1 {
        margin: 40px 0;
        font-size: 36px;
        line-height: 42px;
    }
    .news-short .row {
        margin: -15px;
    }
    .news-short .col {
        padding: 15px;
    }
    .art-short .ttl {
        margin: 15px 0 0 0;
        font-size: 18px;
        line-height: 25px;
    }
    .art-short .txt {
        margin-top: 10px;
    }
    .art-short .cta {
        padding-top: 15px;
    }
    .news-search {
        padding: 30px;
    }
    .news-search .iv3-t1 {
        font-size: 30px;
        line-height: 34px;
    }
    .news-search .iv3-t2 {
        margin-top: 10px;
        font-size: 20px;
        line-height: 26px;
    }
    .news-search .iv3-search {
        margin-top: 20px;
    }
    .news-search .iv3-form {
        padding: 0;
    }
    .art-container {
        flex-direction: column;
    }
    .art-content {
        flex: 0 1 auto;
    }
    .art-sidebar {
        flex: 0 1 auto;
        width: auto;
        margin: 30px 0 0 0;
    }
    .art-t1 {
        font-size: 56px;
        line-height: 62px;
    }
    .art-block {
        padding: 30px;
    }
    .art-sidebar .news-search {
        display: none;
    }
    .art-sidebar .toc {
        display: none;
    }
    .art-content .toc {
        display: block;
    }
    .art-links li:before {
        top: 11px;
    }
    .news-f-t1 {
        font-size: 24px;
        line-height: 30px;
    }
    .news-f-t2 {
        font-size: 18px;
        line-height: 24px;
    }
    .news-f-cta {
        max-width: 240px;
        margin-left: 30px;
    }
    .news-f-cta a.btn {
        display: block;
        padding: 15px;
    }
    .art-news {
        margin: 0 0 30px 0;
        padding-top: 30px;
        border-top: 1px solid rgba(9,29,54,0.1);
    }
    .news-videos .col {
        flex: 0 1 33.333%;
        max-width: 33.333%;
    }
}

@media only screen and (max-width: 1023px) {
    .news-short .col {
        flex: 0 1 50%;
        width: 50%;
    }
    .art-banner .txt br {
        display: none;
    }
    .news-videos .col {
        flex: 0 1 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .news-head {
        padding: 20px 0;
    }
    .news-h-t1 {
        font-size: 24px;
        line-height: 30px;
    }
    .news-h-t1 sup {
        font-size: 10px;
        line-height: 20px;
    }
    .news-h-t2 {
        font-size: 15px;
        line-height: 20px;
    }
    .news-nav {
        font-size: 15px;
        line-height: 20px;
    }
    .news-nav-ttl {
        padding: 12px 0;
    }
    .news-nav a {
        padding: 12px;
    }
    .news-content {
        padding: 30px 0;
    }
    .news-section {
        margin: 30px 0;
        padding-top: 30px;
    }
    .news-c-t1 {
        margin: 30px 0;
        font-size: 30px;
        line-height: 36px;
    }
    .news-short .row {
        margin: -15px;
    }
    .news-short .col {
        flex: 0 1 100%;
        width: 100%;
        padding: 15px;
    }
    .news-search {
        background-size: cover;
    }
    .news-search .iv3-t1 {
        font-size: 26px;
        line-height: 32px;
    }
    .news-search .iv3-t2 {
        padding-bottom: 0;
        font-size: 18px;
        line-height: 24px;
    }
    .news-search .iv3-t2:after {
        display: none;
    }
    .news-search .iv3-tnav a {
        padding: 7px 0;
    }
    .art-content {
        font-size: 16px;
        line-height: 24px;
    }
    .art-content p,
    .art-content ul,
    .art-content ol {
        margin: 15px 0;
    }
    .art-content h2 {
        margin: 30px 0 20px 0;
        font-size: 24px;
        line-height: 30px;
    }
    .art-info {
        margin: 20px 0;
    }
    .art-block {
        padding: 20px;
    }
    .art-t1 {
        font-size: 30px;
        line-height: 36px;
    }
    .art-t3 {
        font-size: 18px;
        line-height: 24px;
    }
    .art-banner {
        flex-direction: column;
        margin: 30px 0;
    }
    .art-banner .img {
        margin: 0 0 20px 0;
    }
    .art-banner .inf,
    .art-banner .cta {
        text-align: center;
    }
    .art-banner .ttl {
        font-size: 24px;
        line-height: 30px;
    }
    .art-banner .cnt {
        flex-direction: column;
        margin-top: 10px;
    }
    .art-banner .txt {
        font-size: 18px;
        line-height: 24px;
    }
    .art-banner .cta {
        margin-top: 15px;
    }
    .art-share ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    .art-share li.tl {
        flex: 0 1 100%;
        margin-right: 5px;
        text-align: center;
    }
    .news-floater {
        padding: 0;
    }
    .news-f-row {
        flex-direction: column;
        max-width: inherit;
        padding: 5px 20px 10px 20px;
        text-align: center;
        border-right: none;
        border-left: none;
    }
    .news-f-t1 {
        font-size: 18px;
        line-height: 24px;
    }
    .news-f-t2 {
        font-size: 13px;
        line-height: 18px;
    }
    .news-f-cta {
        max-width: 160px;
        margin: 8px 0 0 0;
    }
    .news-f-cta a.btn {
        padding: 10px 10px;
        font-size: 16px;
        line-height: 16px;
    }
    .news-f-cta a.btn:after {
        width: 14px;
        height: 14px;
        margin: 0 0 0 6px;
    }
    .news-f-close {
        width: 30px;
        height: 30px;
    }
    .news-videos .row,
    .art-sidebar .news-videos .row {
        flex-direction: column;
        flex-wrap: nowrap;
        margin: -15px 0;
    }
    .news-videos .col,
    .art-sidebar .news-videos .col {
        flex: 0 1 100%;
        max-width: inherit;
        padding: 15px 0;
    }
    .search-lbox .news-search {
        padding: 30px;
    }
    .search-lbox .news-search .iv3-t1 {
        font-size: 22px;
        line-height: 28px;
    }
    .search-lbox .news-search .iv3-t2 {
        font-size: 16px;
        line-height: 22px;
    }
    .search-lbox .lbox2-close {
        top: -5px;
        right: -5px;
    }
    .news-search .iv4-ttl {
        margin: 0 0 20px 0;
        font-size: 24px;
    }
    .news-search .iv4-txt {
        margin: 20px 0;
        font-size: 16px;
    }
    .news-search .iv4-cta {
        margin: 25px 0 0 0;
    }
}

@media only screen and (max-width: 413px) {
    .news-search .iv4-cta {
        margin: 25px -10px 0 -10px;
    }
    .news-search .iv4-cta a.btn {
        display: block;
        padding: 20px;
    }
    .news-search .iv4-cta a.btn.arw:after {
        margin-left: 8px;
    }
}



.id-news {
    margin-top: 10px;
    font-size: 14px;
    font-style: italic;
    line-height: 18px;
    letter-spacing: 0.025em;
    text-align: center;
}
.id-news ul {
    margin: 0;
    padding: 15px 0;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(9,29,54,0.05) 50%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(9,29,54,0.05) 50%, rgba(255,255,255,0) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(9,29,54,0.05) 50%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    position: relative;
    z-index: 1;
}
.id-news li {
    margin: 0;
    list-style: none;
}
.id-news .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.id-news .date {
    display: inline-block;
    color: rgba(9,29,54,0.5);
    vertical-align: top;
}
.id-news .date:before {
    display: inline-block;
    content: "/";
    margin: 0 10px 0 8px;
}