﻿@font-face {
    font-family: DancingScript;
    src: url(/qts/4.3/assets/fonts/DancingScript.ttf)
}

.HiddenCheckbox {
    display: none
}

.MenuContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    padding: 20px
}

.MenuHeader {
    color: #999;
    display: inline-block;
    float: left;
    font-weight: 100;
    line-height: 30px;
    margin: 0 0 0 15px;
    opacity: 0;
    position: relative;
    transform: translate3d(0, -15px, 0);
    transition: transform 0.6s, opacity .5s;
    z-index: 2
}

.MenuIcon {
    cursor: pointer;
    display: block;
    height: 30px;
    position: absolute;
    top: 8px;
    width: 30px;
    z-index: 9999;
    top: 60px
}

.MenuIcon::before {
    box-shadow: #999 0 12px 0;
    height: 6px;
    transform-origin: left top;
    width: 30px
}

.MenuIcon::after {
    bottom: 0;
    height: 6px;
    transform-origin: left bottom;
    width: 30px
}

.MenuIcon::before,
.MenuIcon::after {
    background: #999;
    display: block;
    content: '';
    position: absolute
}

.Menu {
    background: #333;
    bottom: 0;
    left: -90%;
    position: absolute;
    top: 0;
    width: 90%;
    display: none
}

.Menu a:hover {
    color: #ea8be6;
    text-decoration: none
}

.HiddenCheckbox:checked~.MenuHeader {
    opacity: 1;
    transform: none
}

.HiddenCheckbox:checked~.MenuIcon::before {
    box-shadow: transparent 0 0 0;
    transform: rotate(45deg) translate3d(6px, -3px, 0)
}

.HiddenCheckbox:checked~.MenuIcon::after {
    transform: rotate(-45deg) translate3d(6px, 3px, 0)
}

.HiddenCheckbox:checked~.Menu {
    left: 0
}

.Menu-list {
    list-style-type: none;
    margin: 100px 0 0;
    padding: 0
}

.Menu-item {
    margin: 0
}

.Menu-link {
    color: #fff;
    display: block;
    overflow: hidden;
    padding: 2px 22px;
    position: relative;
    text-decoration: none;
    z-index: 1;
    cursor: pointer
}

.Menu-link::before {
    background: #444;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 100%;
    top: 0;
    transition: right .4s;
    z-index: -1
}

.Menu-link.opened::after {
    content: "\f077"
}

.Menu-link.opened+.SubMenu {
    -moz-transition-property: height, max-height, opacity;
    -o-transition-property: height, max-height, opacity;
    -webkit-transition-property: height, max-height, opacity;
    transition-property: height, max-height, opacity;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    max-height: 500px;
    opacity: 1
}

.Menu-link::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f078";
    color: #fff;
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 13px;
    line-height: 31.45px
}

.Menu-link:hover::before {
    right: 0
}

.Menu-link:hover::after {
    opacity: .5;
    transform: translate3d(0, 0, 0)
}

.SubMenu {
    padding: 0 20px;
    opacity: 0;
    overflow: hidden;
    max-height: 0;
    height: auto
}

.SubMenu-link {
    display: block;
    font-size: 13px;
    overflow: hidden;
    padding: 2px 22px;
    position: relative;
    color: #fff;
    text-decoration: none;
    z-index: 1;
    line-height: 1.5
}

.SubMenu-link::before {
    background: #444;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 100%;
    top: 0;
    transition: right .4s;
    z-index: -1
}

.SubMenu-link:hover::before {
    right: 0
}

.SubMenu-link:hover::after {
    opacity: .5;
    transform: translate3d(0, 0, 0)
}

@media (min-width: 600px) {
    .SubMenu-link {
        padding: 8px 22px;
        line-height: 1
    }
}

.sqfk-article .sqfk-section.data-bar {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjA5MTUwNiIgeTE9IjAuODQxNTA2IiB4Mj0iMS4wOTE1MDYiIHkyPSIwLjE1ODQ5NCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEyOGVjYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -moz-linear-gradient(30deg, #128ecc, #1e5799);
    background-image: -webkit-linear-gradient(30deg, #128ecc, #1e5799);
    background-image: linear-gradient(60deg, #128ecc, #1e5799)
}

.sqfk-article .sqfk-section.data-bar h3,
.sqfk-article .sqfk-section.data-bar p {
    color: #fff
}

.sqfk-article .sqfk-section.data-bar .all_bar {
    padding: 1.8vh 20px 6vh
}

.sqfk-article .sqfk-section.data-bar .all_bar .bars {
    display: table;
    width: 100%
}

.sqfk-article .sqfk-section.data-bar .all_bar .bars img {
    width: 100%;
    height: 11px
}

.sqfk-article .sqfk-section.data-bar .all_bar .bars .r {
    display: table-cell;
    vertical-align: top;
    background-size: 100% 300px;
    background-repeat: no-repeat;
    min-height: 145px;
    padding-top: 12px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 1.4em
}

.sqfk-article .sqfk-section.data-bar .all_bar .bars .r .grad_tit {
    margin: 0 0 6px;
    padding-left: 10px
}

.sqfk-article .sqfk-section.data-bar .all_bar .bars .r .grad_txt {
    text-align: right;
    position: absolute;
    margin-top: 15px;
    margin-left: 20px;
    right: 0;
    min-width: 100px
}

@media (min-width: 600px) {
    .sqfk-article .sqfk-section.data-bar .all_bar .bars .r .grad_txt {
        padding-right: 0
    }
}

.sqfk-article .sqfk-section.data-bar .all_bar .bars .r strong {
    font-weight: 700
}

.sqfk-article .sqfk-section.data-bar .all_bar .bars .r>div:not(:first-child) {
    margin-top: 40px
}

.sqfk-article .sqfk-section.data-bar .all_bar .bars .r .grad {
    margin-top: 30px
}

@media (min-width: 600px) {
    .sqfk-article .sqfk-section.data-bar .all_bar .bars .r .grad {
        margin-top: 0
    }
}

.sqfk-article .sqfk-section.data-bar .all_bar .bar-tit {
    font-size: 18px;
    color: #fff;
    text-align: left;
    font-weight: 300;
    margin-bottom: 20px
}

.sqfk-article .sqfk-section.data-bar .all_bar .bar-txt {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
    text-align: right;
    font-weight: 300;
    margin-top: 30px
}

.sqfk-article .sqfk-section.data-bar .all_bar>div {
    margin-top: 60px
}

.sqfk-article .sqfk-section.data-bar .grid5 .r {
    background-image: url(../images/data-bar-bg-grid5.png)
}

.sqfk-article .sqfk-section.data-bar .grad {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    height: 12px;
    position: relative
}

@media (min-width: 600px) {
    .sqfk-article .sqfk-section.data-bar .grad {
        position: relative
    }
}

.sqfk-article .sqfk-section.data-bar .grad_y .grad {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYjQwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iI2ZmYjQwMCIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjZmZiNDAwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmVmMjAyIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 180, 0, 0)), color-stop(30%, #ffb400), color-stop(90%, #ffb400), color-stop(100%, #fef202));
    background-image: -moz-linear-gradient(left, rgba(255, 180, 0, 0) 0%, #ffb400 30%, #ffb400 90%, #fef202 100%);
    background-image: -webkit-linear-gradient(left, rgba(255, 180, 0, 0) 0%, #ffb400 30%, #ffb400 90%, #fef202 100%);
    background-image: linear-gradient(to right, rgba(255, 180, 0, 0) 0%, #ffb400 30%, #ffb400 90%, #fef202 100%)
}

.sqfk-article .sqfk-section.data-bar .grad_y,
.sqfk-article .sqfk-section.data-bar .grad_y .grad_txt {
    color: #ffbd1e
}

.sqfk-article .sqfk-section.data-bar .grad_t .grad {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0ZWRiMyIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iIzQ0ZWRiMyIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjNDRlZGIzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNzNmZmYwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(68, 237, 179, 0)), color-stop(30%, #44edb3), color-stop(90%, #44edb3), color-stop(100%, #73fff0));
    background-image: -moz-linear-gradient(left, rgba(68, 237, 179, 0) 0%, #44edb3 30%, #44edb3 90%, #73fff0 100%);
    background-image: -webkit-linear-gradient(left, rgba(68, 237, 179, 0) 0%, #44edb3 30%, #44edb3 90%, #73fff0 100%);
    background-image: linear-gradient(to right, rgba(68, 237, 179, 0) 0%, #44edb3 30%, #44edb3 90%, #73fff0 100%)
}

.sqfk-article .sqfk-section.data-bar .grad_t,
.sqfk-article .sqfk-section.data-bar .grad_t .grad_txt {
    color: #44edb3
}

.sqfk-article .sqfk-section.data-bar .grad_gy .grad {
    margin-top: 50px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I0YjRiNCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iI2I0YjRiNCIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2I0YjRiNCIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNGI0YjQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(180, 180, 180, 0)), color-stop(30%, rgba(180, 180, 180, 0.5)), color-stop(90%, rgba(180, 180, 180, 0.9)), color-stop(100%, #b4b4b4));
    background-image: -moz-linear-gradient(left, rgba(180, 180, 180, 0) 0%, rgba(180, 180, 180, 0.5) 30%, rgba(180, 180, 180, 0.9) 90%, #b4b4b4 100%);
    background-image: -webkit-linear-gradient(left, rgba(180, 180, 180, 0) 0%, rgba(180, 180, 180, 0.5) 30%, rgba(180, 180, 180, 0.9) 90%, #b4b4b4 100%);
    background-image: linear-gradient(to right, rgba(180, 180, 180, 0) 0%, rgba(180, 180, 180, 0.5) 30%, rgba(180, 180, 180, 0.9) 90%, #b4b4b4 100%)
}

.sqfk-article .sqfk-section.data-bar .grad_gy,
.sqfk-article .sqfk-section.data-bar .grad_gy .grad_txt {
    color: #bbb
}

.ban-100 {
    width: 100%;
    animation-name: ban-100;
    -moz-animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.ban-50 {
    width: 50%;
    animation-name: ban-50;
    -moz-animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.ban-25 {
    width: 25%;
    animation-name: ban-25;
    -moz-animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.ban-12 {
    width: 12.5%;
    animation-name: ban-12;
    -moz-animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.oth-grad {
    animation-name: oth-grad;
    -moz-animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

@-moz-keyframes ban-100 {
    0% {
        width: 10%
    }
    100% {
        width: 100%
    }
}

@-webkit-keyframes ban-100 {
    0% {
        width: 10%
    }
    100% {
        width: 100%
    }
}

@keyframes ban-100 {
    0% {
        width: 10%
    }
    100% {
        width: 100%
    }
}

@-moz-keyframes ban-50 {
    0% {
        width: 10%
    }
    100% {
        width: 50%
    }
}

@-webkit-keyframes ban-50 {
    0% {
        width: 10%
    }
    100% {
        width: 50%
    }
}

@keyframes ban-50 {
    0% {
        width: 10%
    }
    100% {
        width: 50%
    }
}

@-moz-keyframes ban-25 {
    0% {
        width: 10%
    }
    100% {
        width: 25%
    }
}

@-webkit-keyframes ban-25 {
    0% {
        width: 10%
    }
    100% {
        width: 25%
    }
}

@keyframes ban-25 {
    0% {
        width: 10%
    }
    100% {
        width: 25%
    }
}

@-moz-keyframes ban-12 {
    0% {
        width: 10%
    }
    100% {
        width: 12.5%
    }
}

@-webkit-keyframes ban-12 {
    0% {
        width: 10%
    }
    100% {
        width: 12.5%
    }
}

@keyframes ban-12 {
    0% {
        width: 10%
    }
    100% {
        width: 12.5%
    }
}

@-moz-keyframes oth-grad {
    0% {
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-webkit-keyframes oth-grad {
    0% {
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@keyframes oth-grad {
    0% {
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

html,
body,
.sqfk-article {
    height: 100%
}

.sqfk-article img,
.sqfk-article embed {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    max-height: 100%
}

.sqfk-article strong {
    font-weight: 700
}

.sqfk-article .tC {
    text-align: center!important
}

.sqfk-article .fC {
    zoom: 1
}

.sqfk-article .fC:before {
    content: "";
    display: table
}

.sqfk-article .fC:after {
    content: "";
    display: table;
    clear: both
}

.sqfk-article #back-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 1000
}

.sqfk-article #back-top a:hover span {
    background-color: rgba(100, 100, 100, 0.5)
}

.sqfk-article #back-top span {
    width: 50px;
    height: 50px;
    display: block;
    margin-bottom: 7px;
    background: url(../images/back_top.png) rgba(100, 100, 100, 0.3) no-repeat center center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s
}

.sqfk-article .fz-normal {
    color: #333;
    text-decoration: none
}

.sqfk-article .list-anno {
    padding: 0 40px;
    margin-top: 10px;
    line-height: 18px;
    font-weight: 300;
    font-size: 12px;
    color: rgba(51, 51, 51, 0.65)
}

.sqfk-article .list-anno li {
    margin-bottom: 8px
}

.sqfk-article .list-anno li:last-child {
    margin-bottom: 0
}

@media (min-width: 600px) {
    .sqfk-article .list-anno {
        padding: 0 8.3871%;
        line-height: 14px
    }
}

@media (min-width: 1000px) {
    .sqfk-article .list-anno {
        line-height: 16px
    }
}

.sqfk-article .ofH {
    overflow: hidden
}

.sqfk-article .image-animation {
    overflow: hidden
}

.sqfk-article .image-animation2 img {
    -moz-transform: translateX(120%);
    -ms-transform: translateX(120%);
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s
}

.sqfk-article .fz-link {
    color: #529ce8;
    text-decoration: none
}

.sqfk-article .none {
    display: none
}

.sqfk-article .dark-bg a,
.sqfk-article .dark-bg p,
.sqfk-article .dark-bg h3,
.sqfk-article .dark-bg h4,
.sqfk-article .dark-bg h5,
.sqfk-article .dark-bg h6,
.sqfk-article .dark-bg li,
.sqfk-article .dark-bg p.p-anno {
    color: #fff
}

.sqfk-article .btn-more {
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -moz-transition-property: border, color, background;
    -o-transition-property: border, color, background;
    -webkit-transition-property: border, color, background;
    transition-property: border, color, background;
    color: #3083d5;
    border: 1px solid #3083d5;
    text-decoration: none;
    text-align: center;
    display: table;
    margin: 20px auto 0;
    padding: 15px 30px
}

.sqfk-article .btn-more:hover {
    border: 1px solid #57c2ff;
    color: #57c2ff;
    background: #fff
}

@media (min-width: 600px) {
    .sqfk-article .btn-more {
        margin-top: 50px;
        padding: 15px 50px;
        font-size: 18px
    }
}

@media (min-width: 1000px) {
    .sqfk-article .btn-more {
        padding: 25px 160px;
        font-size: 24px
    }
}

.sqfk-article .add-padding {
    padding: 0 40px
}

@media (min-width: 600px) {
    .sqfk-article .add-padding {
        padding: 0 8.3871%
    }
}

.sqfk-article .sqfk-container.full {
    width: 100%
}

.sqfk-article .sh-container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 815.625px;
    margin: 0 auto
}

@media (min-width: 1000px) {
    .sqfk-article .sh-container {
        padding-left: 0;
        padding-right: 0
    }
}

.sqfk-article .sqfk-section p,
.sqfk-article .sqfk-section h3 {
    padding: 0 40px
}

@media (min-width: 600px) {
    .sqfk-article .sqfk-section p,
    .sqfk-article .sqfk-section h3 {
        padding: 0 8.3871%
    }
}

.sqfk-article .sqfk-section h3.small {
    font-size: 20px
}

@media (min-width: 600px) {
    .sqfk-article .sqfk-section h3.small {
        font-size: 28px
    }
}

@media (min-width: 1000px) {
    .sqfk-article .sqfk-section h3.small {
        font-size: 36px
    }
}

.sqfk-article .sqfk-section h6,
.sqfk-article .sqfk-section .h6 {
    padding: 0;
    line-height: 24px;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 10px
}

.sqfk-article .sqfk-section h6.small,
.sqfk-article .sqfk-section .h6.small {
    font-size: 16px
}

@media (min-width: 600px) {
    .sqfk-article .sqfk-section h6,
    .sqfk-article .sqfk-section .h6 {
        padding: 0 8.3871%;
        line-height: 26px;
        font-size: 20px
    }
    .sqfk-article .sqfk-section h6.small,
    .sqfk-article .sqfk-section .h6.small {
        font-size: 18px
    }
}

@media (min-width: 1000px) {
    .sqfk-article .sqfk-section h6,
    .sqfk-article .sqfk-section .h6 {
        font-size: 28px;
        margin-bottom: 20px
    }
    .sqfk-article .sqfk-section h6.small,
    .sqfk-article .sqfk-section .h6.small {
        font-size: 20px
    }
}

.sqfk-article .sqfk-section h6 {
    font-size: 15px;
    margin-bottom: 10px
}

@media (min-width: 600px) {
    .sqfk-article .sqfk-section h6 {
        font-size: 16px
    }
}

@media (min-width: 1000px) {
    .sqfk-article .sqfk-section h6 {
        font-size: 18px;
        margin-bottom: 20px
    }
}

.sqfk-article .sqfk-section-h5 {
    margin-bottom: 10px
}

.sqfk-article .sqfk-section-h5:last-child {
    margin-bottom: 0
}

.sqfk-article .sqfk-section-h5 p {
    font-size: 13px;
    line-height: 1.5
}

.sqfk-article .sqfk-section-h5 h5 {
    padding: 0 40px;
    line-height: 40px;
    color: #545454
}

@media (min-width: 600px) {
    .sqfk-article .sqfk-section-h5 h5 {
        padding: 0 8.3871%;
        line-height: 60px
    }
    .sqfk-article .sqfk-section-h5 p {
        font-size: 15px
    }
}

.sqfk-article .canvas-box {
    position: relative;
    padding: 0;
    overflow: hidden;
    background-size: cover
}

.sqfk-article .canvas-bg {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 980px
}

@media (min-width: 1000px) {
    .sqfk-article .canvas-bg h3 {
        line-height: 1.2em
    }
}

.sqfk-article .canvas-bg h3,
.sqfk-article .canvas-bg .h5,
.sqfk-article .canvas-bg p {
    color: #fff;
    text-align: left
}

.sqfk-article .canvas-bg.w500 .h5,
.sqfk-article .canvas-bg.w500 p {
    max-width: 500px
}

@media (min-width: 1000px) {
    .sqfk-article .canvas-bg .h5 {
        font-size: 30px;
        margin-bottom: 20px;
        margin-top: 20px
    }
    .sqfk-article .canvas-bg p {
        font-size: 17px
    }
}

.sqfk-article .tab_btn {
    width: 48%;
    padding: 20px 10px;
    box-sizing: border-box;
    float: left;
    position: relative;
    background-color: #e5e5e5;
    cursor: pointer;
    margin-bottom: 30px
}

.sqfk-article .tab_btn:first-child {
    margin-right: 2%
}

@media (min-width: 600px) {
    .sqfk-article .tab_btn {
        padding: 30px 20px
    }
}

@media (min-width: 1000px) {
    .sqfk-article .tab_btn {
        width: 46%
    }
    .sqfk-article .tab_btn:first-child {
        margin-right: 8%
    }
}

.sqfk-article .tab_btn p {
    font-size: 14px;
    padding: 0
}

.sqfk-article .tab_btn.tab_on {
    background-color: #40aebe;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF40AEBE', endColorstr='#FF416DBF');
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #40aebe), color-stop(30%, #4090ab), color-stop(70%, #4185bf), color-stop(95%, #416dbf));
    background-image: -moz-linear-gradient(top, #40aebe 0%, #4090ab 30%, #4185bf 70%, #416dbf 95%);
    background-image: -webkit-linear-gradient(top, #40aebe 0%, #4090ab 30%, #4185bf 70%, #416dbf 95%);
    background-image: linear-gradient(to bottom, #40aebe 0%, #4090ab 30%, #4185bf 70%, #416dbf 95%)
}

.sqfk-article .tab_btn.tab_on p,
.sqfk-article .tab_btn.tab_on h6 {
    color: #fff
}

.sqfk-article .tab_btn.tab_on:after {
    display: block;
    content: " ";
    width: 0;
    height: 0;
    border-width: 14px;
    border-style: solid;
    border-color: #466ac2 transparent transparent;
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -8px
}

.sqfk-article .tab_block {
    padding-bottom: 57%;
    position: relative
}

.sqfk-article .tab_block figure {
    top: 0;
    width: 100%;
    max-width: 870px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 18px;
    background: url(../images/tpc1/ui-shadow.png) no-repeat bottom center;
    background-size: 100% 20px
}

.sqfk-article .sqss-slide-point {
    width: 100%;
    text-align: center;
    margin: 20px 0
}

@media (min-width: 1000px) {
    .sqfk-article .sqss-slide-point {
        margin: 40px 0 20px
    }
}

.sqfk-article .sqss-slide-controller {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    top: 50%
}

.sqfk-article .product-overview-table {
    overflow: hidden
}

.sqfk-article .product-overview-table div {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.sqfk-article .table_style1 table {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
    border-spacing: 0
}

.sqfk-article .table_style1 table thead {
    height: 30px;
    background-color: #333;
    color: #FFF
}

.sqfk-article .table_style1 table tr:nth-child(1) th:nth-child(1) {
    background: #188192;
    border: 1px solid #188192
}

.sqfk-article .table_style1 table th {
    padding: 20px 5px;
    border: 1px solid #444;
    text-align: center;
    line-height: 1.7em;
    font-size: 14px
}

.sqfk-article .table_style1 table td {
    box-sizing: border-box;
    padding: 15px 5px;
    border: 1px solid #bbb;
    text-align: center;
    line-height: 1.7em;
    font-size: 14px;
    background: #fff
}

.sqfk-article .table_style1 table td a {
    color: #008ED3;
    text-decoration: none
}

.sqfk-article .table_style1 table td i {
    font-size: 150%;
    display: block
}

.sqfk-article .table_style1 table td i.fa-check {
    margin: 5px;
    color: #218e05
}

.sqfk-article .table_style1 table td i.fa-times {
    margin: 5px;
    color: #e72607
}

.sqfk-article .table_style1 table td i.fa-star,
.sqfk-article .table_style1 table td i.fa-database {
    display: inline-block;
    color: #5b9fab;
    font-size: 130%;
    padding: 2px
}

.sqfk-article .table_style1 table td:nth-child(1) {
    background: #d0d0d0;
    color: #333
}

.sqfk-article .image-animation img {
    -moz-transform: translateY(112%);
    -ms-transform: translateY(112%);
    -webkit-transform: translateY(112%);
    transform: translateY(112%);
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s
}

.sqfk-article .sqfk-section.data-bar {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -moz-linear-gradient(30deg, #128ecc, #1e5799);
    background-image: -webkit-linear-gradient(30deg, #128ecc, #1e5799);
    background-image: linear-gradient(60deg, #128ecc, #1e5799)
}

.sqfk-article .sqfk-sec-figure {
    margin-top: 40px
}

@media (min-width: 600px) {
    .sqfk-article .txt_all.pad-right,
    .sqfk-article .txt_all.pad-left {
        max-width: 500px
    }
    .sqfk-article .txt_all.pad-right {
        float: right
    }
    .sqfk-article .txt_all.pad-left {
        float: left
    }
}

@media (min-width: 1000px) {
    .sqfk-article .txt_all.pc-right,
    .sqfk-article .txt_all.pc-left {
        max-width: 500px
    }
    .sqfk-article .txt_all.pc-right {
        float: right
    }
    .sqfk-article .txt_all.pc-right+.sqfk-sec-figure {
        float: left
    }
    .sqfk-article .txt_all.pc-left {
        float: left
    }
    .sqfk-article .txt_all.pc-left+.sqfk-sec-figure {
        float: right
    }
}

.sqfk-article .sqfk-keyvision {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 0;
    position: relative;
    overflow: hidden;
    background: url(../../images/startbg.jpg) top right no-repeat;
    background-attachment: fixed;
    height: 100%;
    background-size: cover
}

.sqfk-article .sqfk-keyvision .list {
    margin-top: 50px
}

.sqfk-article .sqfk-keyvision .list a {
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -moz-transition-property: background, color;
    -o-transition-property: background, color;
    -webkit-transition-property: background, color;
    transition-property: background, color;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 2;
    display: table;
    margin: 0 auto;
    width: 50%;
    font-size: 12px;
    background-color: #25111a;
    padding: 10px 20px;
    margin-bottom: 10px;
    color: #f2f2f2;
    text-decoration: none
}

.sqfk-article .sqfk-keyvision .list a img {
    display: none
}

.sqfk-article .sqfk-keyvision .list a:hover {
    color: #fff;
    background-color: rgba(255, 66, 96, 0.36)
}

@media (min-width: 600px) {
    .sqfk-article .sqfk-keyvision .list {
        max-width: 980px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 10px
    }
    .sqfk-article .sqfk-keyvision .list a {
        width: 30%;
        margin-right: 5%;
        font-size: 15px;
        margin-bottom: 0;
        padding: 30px
    }
    .sqfk-article .sqfk-keyvision .list a:last-child {
        margin-right: 0
    }
    .sqfk-article .sqfk-keyvision .list a img {
        display: block;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 1000px) {
    .sqfk-article .sqfk-keyvision .list {
        margin-top: 60px
    }
    .sqfk-article .sqfk-keyvision .list a {
        padding: 30px 60px
    }
}

.sqfk-article .sqfk-keyvision .sqfk-container {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: relative;
    width: auto;
    text-align: center
}

.sqfk-article .sqfk-keyvision .sqfk-container h2 {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    font-weight: bolder;
    margin-bottom: 10px
}

.sqfk-article .sqfk-keyvision .planet-box {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: 1920px;
    left: 50%;
    top: 50%
}

.sqfk-article .sqfk-keyvision .planet {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #5e4a57;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.sqfk-article .sqfk-keyvision .planet:before {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: '';
    position: absolute;
    background: grey;
    height: 6px;
    width: 6px;
    border: 1px solid #2a1f25
}

.sqfk-article .sqfk-keyvision .planet1 {
    width: 525px;
    height: 525px
}

.sqfk-article .sqfk-keyvision .planet-box:not(.disabled-animation) .planet1 {
    -moz-animation: spin 3.9s linear infinite;
    -webkit-animation: spin 3.9s linear infinite;
    animation: spin 3.9s linear infinite
}

.sqfk-article .sqfk-keyvision .planet1:before {
    top: 210px
}

.sqfk-article .sqfk-keyvision .planet2 {
    width: 805px;
    height: 805px
}

.sqfk-article .sqfk-keyvision .planet-box:not(.disabled-animation) .planet2 {
    -moz-animation: spin 4.2s linear infinite reverse;
    -webkit-animation: spin 4.2s linear infinite reverse;
    animation: spin 4.2s linear infinite reverse
}

.sqfk-article .sqfk-keyvision .planet2:before {
    top: 340px
}

.sqfk-article .sqfk-keyvision .planet3 {
    width: 1050px;
    height: 1050px
}

.sqfk-article .sqfk-keyvision .planet-box:not(.disabled-animation) .planet3 {
    -moz-animation: spin 5.6s linear infinite;
    -webkit-animation: spin 5.6s linear infinite;
    animation: spin 5.6s linear infinite
}

.sqfk-article .sqfk-keyvision .planet3:before {
    top: 590px
}

.sqfk-article .sqfk-keyvision .planet4 {
    width: 1400px;
    height: 1400px
}

.sqfk-article .sqfk-keyvision .planet-box:not(.disabled-animation) .planet4 {
    -moz-animation: spin 6.6s linear infinite reverse;
    -webkit-animation: spin 6.6s linear infinite reverse;
    animation: spin 6.6s linear infinite reverse
}

.sqfk-article .sqfk-keyvision .planet4:before {
    top: 780px
}

.sqfk-article .sqfk-keyvision .planet5 {
    width: 1750px;
    height: 1750px
}

.sqfk-article .sqfk-keyvision .planet-box:not(.disabled-animation) .planet5 {
    -moz-animation: spin 8.2s linear infinite;
    -webkit-animation: spin 8.2s linear infinite;
    animation: spin 8.2s linear infinite
}

.sqfk-article .sqfk-keyvision .planet5:before {
    top: 960px
}

.sqfk-article #tpc1-f00 {
    background: url(../images/tpc1/tpc1-f00-bg.jpg)
}

.sqfk-article #tpc1-f03 {
    background: url(../images/tpc1/tpc1-f03-bg.jpg) no-repeat top center;
    background-size: cover;
/*    background-attachment: fixed;*/
    position: relative
}

.sqfk-article #tpc1-f03 h3,
.sqfk-article #tpc1-f03 h4>.label,
.sqfk-article #tpc1-f03 p {
    color: #fff
}

.sqfk-article #tpc1-f03 h4>.label {
    line-height: 1.5
}

.sqfk-article #tpc1-f03 .p-anno {
    margin-top: 20px
}

@media (min-width: 600px) {
    .sqfk-article #tpc1-f03 .p-anno {
        margin-top: 50px
    }
}

@media (min-width: 1000px) {
    .sqfk-article #tpc1-f03:before {
        top: 0;
        left: 0;
        background: url(../images/tpc1/tpc1-f03-bg-1.png) no-repeat top left
    }
    .sqfk-article #tpc1-f03:after {
        bottom: 0;
        right: 0;
        background: url(../images/tpc1/tpc1-f03-bg-2.png) no-repeat bottom right
    }
    .sqfk-article #tpc1-f03:before,
    .sqfk-article #tpc1-f03:after {
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-size: 16%
    }
}

.sqfk-article #tpc1-f05 {
    background: url(../images/tpc1/tpc1-f05-bg.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 180px
}

.sqfk-article #tpc1-f05 .table_style1 {
    margin-top: 20px
}

.sqfk-article #tpc1-f05 .table_style1 table {
    width: 700px;
    margin: 0 auto
}

.sqfk-article #tpc1-f05 .p-anno {
    color: #fff;
    padding-left: 10px
}

@media (min-width: 600px) {
    .sqfk-article #tpc1-f05 .table_style1 {
        margin-top: 50px
    }
    .sqfk-article #tpc1-f05 .table_style1 table {
        width: 100%
    }
}

.sqfk-article #tpc1-f06 {
    overflow: hidden;
    background: url(../images/tpc1/tpc1-f06-bg.jpg) no-repeat center;
    background-size: cover
}

.sqfk-article #tpc1-f07 {
    background: url(../images/tpc1/tpc1-f07-bg.jpg) no-repeat top center #0b0b0b;
    background-size: 120% auto;
    padding-top: 20vh
}

.sqfk-article #tpc1-f07 .image {
    text-align: center
}

.sqfk-article #tpc1-f07 h4 {
    margin: 10px 0;
    padding: 0 20px
}

@media (min-width: 600px) {
    .sqfk-article #tpc1-f07 {
        background-size: 120% auto;
        padding-top: 30vh
    }
    .sqfk-article #tpc1-f07 p {
        font-size: 14px
    }
    .sqfk-article #tpc1-f07 h4 {
        padding: 0 8.3871%;
        font-size: 16px
    }
}

@media (min-width: 1000px) {
    .sqfk-article #tpc1-f07 {
        background-size: 100% auto;
        padding-top: 40vh;
        padding-bottom: 0
    }
    .sqfk-article #tpc1-f07 h4 {
        margin-top: 0
    }
    .sqfk-article #tpc1-f07 ul {
        width: 100%;
        margin-left: auto
    }
    .sqfk-article #tpc1-f07 .sqfk-ls-li {
        position: relative
    }
    .sqfk-article #tpc1-f07 .image {
        position: absolute;
        left: 0;
        top: 0
    }
    .sqfk-article #tpc1-f07 .text {
        padding-left: 100px
    }
}

.sqfk-article #tpc1-f09 {
    background: url(../images/tpc1/tpc1-f09-bg.jpg) no-repeat 0 0 #0e0e0e;
    background-size: 100% auto;
    padding-top: 20vh
}

.sqfk-article #tpc1-f09 .table_style1 {
    margin-top: 20px
}

.sqfk-article #tpc1-f09 .table_style1 table {
    width: 600px;
    margin: 0 auto
}

.sqfk-article #tpc1-f09 .table_style1 table th:nth-child(1) {
    background: #333;
    border: 1px solid #444
}

.sqfk-article #tpc1-f09 .table_style1 table td:nth-child(1) {
    background: #fff
}

.sqfk-article #tpc1-f09 .p-anno {
    color: #fff;
    padding-left: 10px
}

@media (min-width: 600px) {
    .sqfk-article #tpc1-f09 .table_style1 {
        margin-top: 50px
    }
    .sqfk-article #tpc1-f09 .table_style1 table {
        width: 100%
    }
}

@media (min-width: 1000px) {
    .sqfk-article #tpc1-f09 {
        background-position: 0 -100px;
        padding-top: 40vh
    }
}

.sqfk-article #tpc1-f10 h3 {
    text-align: left
}

.sqfk-article #tpc1-f10 .sqfk-section-h4 {
    position: relative;
    margin-bottom: 20px
}

.sqfk-article #tpc1-f10 .sqfk-section-h4:last-child {
    margin-bottom: 0
}

@media (min-width: 1000px) {
    #tpc1-f10 {
        margin: 0 10%
    }
    .sqfk-article #tpc1-f10 .sqfk-section-h4 {
        display: flex;
        align-items: center
    }
    .sqfk-article #tpc1-f10 .sqfk-section-h4 .sqfk-container,
    .sqfk-article #tpc1-f10 .sqfk-section-h4 .sqfk-sec-figure {
        width: 50%
    }
    .sqfk-article #tpc1-f10 .sqfk-section-h4:first-child .sqfk-container,
    .sqfk-article #tpc1-f10 .sqfk-section-h4:last-child .sqfk-container {
        order: 2
    }
    .sqfk-article #tpc1-f10 .sqfk-sec-figure {
        padding: 0;
        margin: 0
    }
    .sqfk-article #tpc1-f10 .sqfk-sec-figure img {
        margin: 0;
        max-width: 100%
    }
    .sqfk-article #tpc1-f10 .sqfk-sec-figure.right {
        right: auto;
        left: 42%
    }
    .sqfk-article #tpc1-f10 .sqfk-sec-figure.right img {
        float: right
    }
}

.sqfk-article #tpc1-f11 {
    background: url(../images/tpc1/tpc1-f11-bg.jpg) no-repeat center #212836;
    background-size: cover;
    background-attachment: fixed
}

.sqfk-article #tpc1-f11 .table_style1 {
    margin-top: 20px
}

.sqfk-article #tpc1-f11 .table_style1 table {
    width: 700px;
    margin: 0 auto
}

.sqfk-article #tpc1-f11 .p-anno {
    color: #fff;
    padding-left: 10px
}

@media (min-width: 600px) {
    .sqfk-article #tpc1-f11 .table_style1 {
        margin-top: 50px
    }
    .sqfk-article #tpc1-f11 .table_style1 table {
        width: 100%
    }
}

.sqfk-article #tpc1-f12 {
    background: url(../images/tpc1/tpc1-f12-bg.jpg) no-repeat center;
    background-size: cover
}

.sqfk-article #tpc1-f12 .txt-block {
    width: 90%;
    margin: auto;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    padding: 2px 0 40px
}

.sqfk-article #tpc1-f12 .txt-block h4 {
    color: #cbd7ff
}

.sqfk-article #tpc1-f12 .txt-block p,
.sqfk-article #tpc1-f12 .txt-block a {
    color: #fff
}

.sqfk-article #tpc2-f00 {
    background: url(../images/tpc2/tpc2-f00-bg.jpg)
}

.sqfk-article #tpc2-f01 {
    background: #395c94
}

.sqfk-article #tpc2-f01 a {
    text-decoration: none
}

.sqfk-article #tpc2-f01 .fa-angle-double-down {
    font-size: 60px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    display: block;
    margin-top: 50px
}

.sqfk-article #tpc2-f01-2 {
    position: relative
}

.sqfk-article #tpc2-f01-2 .sqfk-sec-figure {
    margin: 0;
    margin-top: 20px;
    padding: 0
}

@media (min-width: 600px) {
    .sqfk-article #tpc2-f01-2 {
        overflow: hidden
    }
}

@media (min-width: 1000px) {
    .sqfk-article #tpc2-f01-2 {
        height: 400px
    }
    .sqfk-article #tpc2-f01-2 p {
        max-width: 400px
    }
    .sqfk-article #tpc2-f01-2 .sqfk-sec-figure {
        position: absolute;
        top: 0;
        left: -20vw;
        height: 100%;
        margin-top: 0;
        width: auto
    }
    .sqfk-article #tpc2-f01-2 .sqfk-sec-figure img {
        max-height: 100%;
        max-width: 100%;
        margin-left: 0
    }
}

@media (min-width: 1100px) {
    .sqfk-article #tpc2-f01-2 .sqfk-sec-figure {
        left: -12vw
    }
}

@media (min-width: 1400px) {
    .sqfk-article #tpc2-f01-2 {
        height: 550px
    }
    .sqfk-article #tpc2-f01-2 .txt_all {
        margin-top: 50px
    }
    .sqfk-article #tpc2-f01-2 .txt_all h4 {
        margin-bottom: 0
    }
    .sqfk-article #tpc2-f01-2 .sqfk-sec-figure {
        left: -15vw
    }
}

@media (min-width: 1600px) {
    .sqfk-article #tpc2-f01-2 .sqfk-sec-figure {
        left: -6vw
    }
}

@media (min-width: 1800px) {
    .sqfk-article #tpc2-f01-2 .sqfk-sec-figure {
        left: 0
    }
}

.sqfk-article #tpc2-f01-3 {
    background: url(../images/tpc2/tpc2-f01-3-bg.jpg) no-repeat center center fixed;
    background-size: cover;
    padding: 0
}

.sqfk-article #tpc2 #tpc2-f01-3.sqfk-section .cloud {
    background-image: url(../images/tpc2/tpc2-f01-3-clouds.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    height: 100%;
    opacity: .8;
    padding: 60px 0 100px
}

@-moz-keyframes cloud {
    100% {
        background-position: -1900px
    }
}

@-webkit-keyframes cloud {
    100% {
        background-position: -1900px
    }
}

@keyframes cloud {
    100% {
        background-position: -1900px
    }
}

.sqfk-article #tpc2 #tpc2-f01-3.sqfk-section .cloud {
    -moz-animation: cloud 90s linear infinite;
    -webkit-animation: cloud 90s linear infinite;
    animation: cloud 90s linear infinite
}

.sqfk-article #tpc2-f01-3 h5 {
    color: #0cf;
    text-align: center;
    font-weight: 700
}

@media (min-width: 600px) {
    .sqfk-article #tpc2-f01-3 .txt {
        margin-top: 50px;
        margin-bottom: 50px
    }
    .sqfk-article #tpc2-f01-3 .sqfk-section-h5 {
        float: left;
        width: 48%
    }
    .sqfk-article #tpc2-f01-3 .sqfk-section-h5:first-child {
        margin-right: 2%
    }
}

@media (min-width: 1000px) {
    .sqfk-article #tpc2-f01-3 .txt {
        margin-bottom: 150px
    }
}

.sqfk-article #tpc2-f02 .sqfk-sech4-paragraph h4 {
    font-weight: 700;
    font-size: 16px
}

@media (min-width: 600px) {
    .sqfk-article #tpc2-f02 .sqfk-section-h4-img {
        position: relative;
        width: 80%;
        max-width: 750px;
        margin: 0 auto 100px
    }
    .sqfk-article #tpc2-f02 .sqfk-section-h4-img.first {
        margin-top: 50px
    }
    .sqfk-article #tpc2-f02 .sqfk-section-h4-img:last-child {
        margin-bottom: 0
    }
    .sqfk-article #tpc2-f02 .sqfk-sech4-image {
        position: absolute;
        top: 0
    }
    .sqfk-article #tpc2-f02 .sqfk-sech4-paragraph {
        padding-left: 120px
    }
    .sqfk-article #tpc2-f02 .sqfk-sech4-paragraph p,
    .sqfk-article #tpc2-f02 .sqfk-sech4-paragraph h4 {
        padding: 0;
        margin: 0;
        width: 100%
    }
    .sqfk-article #tpc2-f02 .sqfk-sech4-paragraph h4 {
        font-size: 18px
    }
}

@media (min-width: 1000px) {
    .sqfk-article #tpc2-f02 .sqfk-sech4-paragraph {
        padding-left: 160px
    }
}

.sqfk-article #tpc3-f00 {
    background: url(../images/tpc3/tpc3-f00-bg.jpg)
}

.sqfk-article #tpc3-f01 h5 {
    margin-bottom: 10px;
    font-weight: 700;
    color: #0a4d75
}

.sqfk-article #tpc3-f01 p {
    font-size: 13px;
    line-height: 1.5
}

.sqfk-article #tpc3-f01 .txt_all.pad-left {
    max-width: 400px
}

.sqfk-article #tpc3-f01 .p-anno,
.sqfk-article #tpc3-f01 .list-anno {
    color: #656565
}

.sqfk-article #tpc3-f01 .con {
    margin-bottom: 20px
}

.sqfk-article #tpc3-f01 .sqfk-container {
    position: relative
}

@media (min-width: 600px) {
    .sqfk-article #tpc3-f01 h3 {
        text-align: left
    }
    .sqfk-article #tpc3-f01 h5 {
        font-size: 18px
    }
    .sqfk-article #tpc3-f01 p {
        font-size: 14px
    }
    .sqfk-article #tpc3-f01 .sqfk-sec-figure {
        position: absolute;
        left: 400px;
        top: 0;
        margin: 0;
        padding: 0
    }
    .sqfk-article #tpc3-f01 .sqfk-sec-figure img {
        max-width: 100%
    }
}

@media (min-width: 1000px) {
    .sqfk-article #tpc3-f01 {
        overflow: hidden
    }
    .sqfk-article #tpc3-f01 .txt_all.pad-left {
        max-width: 560px
    }
    .sqfk-article #tpc3-f01 .sqfk-sec-figure {
        left: 560px;
        width: 560px
    }
}

.sqfk-article #tpc4-f00 {
    background: url(../images/tpc4/tpc4-f00-bg.jpg)
}

.sqfk-article #tpc4-f01 {
    background-color: #fcfcfc
}

.sqfk-article #tpc4-f01 .tab-btn {
    margin-bottom: 20px
}

.sqfk-article #tpc4-f01 .tab-btn li {
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -moz-transition-property: background, border;
    -o-transition-property: background, border;
    -webkit-transition-property: background, border;
    transition-property: background, border;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #fcfcfc;
    padding: 10px 20px;
    border: 1px solid #e0e0e0;
    float: left;
    display: block;
    width: 30%;
    margin-right: 5%;
    text-align: center;
    cursor: pointer;
    word-wrap: break-word
}

.sqfk-article #tpc4-f01 .tab-btn li img {
    display: table;
    margin: 0 auto
}

.sqfk-article #tpc4-f01 .tab-btn li:last-child {
    margin-right: 0
}

.sqfk-article #tpc4-f01 .tab-btn li.active {
    border: 1px solid #707070;
    background-color: #f5f5f5
}

.sqfk-article #tpc4-f01 .tab-txt>li {
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    opacity: 0;
    visibility: hidden;
    line-height: 24px;
    position: absolute;
    top: 0
}

.sqfk-article #tpc4-f01 .tab-txt>li.active {
    position: relative;
    opacity: 1;
    visibility: visible
}

.sqfk-article #tpc4-f01 .image-list {
    margin: 0 auto;
    margin-top: 20px;
    max-width: 510px
}

.sqfk-article #tpc4-f01 .image-list li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 32%;
    margin-right: 2%;
    background-color: #6ab0ae;
    padding: 10px
}

.sqfk-article #tpc4-f01 .image-list li img {
    max-width: 100%
}

.sqfk-article #tpc4-f01 .image-list li:first-child {
    background-color: #94c140
}

.sqfk-article #tpc4-f01 .image-list li:last-child {
    background-color: #8577b2;
    margin-right: 0
}

@media (min-width: 600px) {
    .sqfk-article #tpc4-f01 .tab-btn {
        max-width: 500px;
        margin: 30px auto
    }
    .sqfk-article #tpc4-f01 .tab-btn li {
        padding: 20px 0;
        font-size: 14px
    }
    .sqfk-article #tpc4-f01 .tab-btn li img {
        margin-bottom: 20px;
        width: 50%
    }
}

@media (min-width: 1000px) {
    .sqfk-article #tpc4-f01 .tab-btn {
        margin: 70px auto 50px
    }
    .sqfk-article #tpc4-f01 .image-list {
        margin-top: 50px
    }
    .sqfk-article #tpc4-f01 .image-list li {
        width: 33%;
        margin-right: .5%
    }
    .sqfk-article #tpc4-f01 .image-list li:last-child {
        margin-right: 0
    }
}

.sqfk-article #tpc5-f00 {
    background: url(../images/tpc5/tpc5-f00-bg.jpg)
}

.sqfk-article #tpc5-f00 .canvas-bg {
    padding-bottom: 180px
}

@media (min-width: 1000px) {
    .sqfk-article #tpc5-f00 .canvas-bg h3 {
        max-width: 60%;
        margin: 0
    }
}

.sqfk-article #tpc5-f00 .tpc5-f00-img {
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    height: 200px;
    left: 50%
}

@media (min-width: 600px) {
    .sqfk-article #tpc5-f00 .canvas-bg {
        padding-bottom: 80px
    }
    .sqfk-article #tpc5-f00 .tpc5-f00-img {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        left: 60%;
        height: 220px
    }
}

@media (min-width: 1000px) {
    .sqfk-article #tpc5-f00 .canvas-bg {
        padding-bottom: 0
    }
    .sqfk-article #tpc5-f00 .tpc5-f00-img {
        left: 58%;
        height: 400px
    }
}

.sqfk-article #tpc5-f01 {
    padding-bottom: 0
}

.sqfk-article #tpc5-f01 li h5 {
    color: #0a4d75;
    font-weight: 700;
    display: table;
    margin: 20px auto;
    border-bottom: 1px solid #cbcbca;
    padding-bottom: 20px;
    line-height: 1.2em
}

@media (min-width: 600px) {
    .sqfk-article #tpc5-f01 li {
        float: left;
        width: 32%;
        margin-right: 2%;
        text-align: center
    }
    .sqfk-article #tpc5-f01 li:last-child {
        margin-right: 0
    }
    .sqfk-article #tpc5-f01 li p {
        font-size: 14px;
        line-height: 2;
        padding: 0
    }
}

@media (min-width: 1000px) {
    .sqfk-article #tpc5-f01 li {
        width: 30%;
        margin-right: 5%
    }
    .sqfk-article #tpc5-f01 li:last-child {
        margin-right: 0
    }
}

.sqfk-article #tpc6-f00 {
    background: url(../images/tpc6/tpc6-f00-bg.jpg)
}

.sqfk-article #tpc6-f01 .sqfk-sec-figure {
    padding: 0
}

.sqfk-article #tpc6-f01 .sqfk-sec-figure img {
    max-width: 100%
}

.sqfk-article #tpc6-f02 {
    background: url(../images/tpc6/tpc6-f02-bg.jpg)
}

.sqfk-article #tpc6-f03 {
    background: #75285c
}

.sqfk-article #tpc7-f00 {
    background: url(../images/tpc7/tpc7-f00-bg.jpg)
}

@media (min-width: 600px) {
    .sqfk-article #tpc6-f03 {
        background: url(../images/tpc6/tpc6-f03-bg.jpg)
    }
    .sqfk-article #tpc7-f01 h3 {
        text-align: left
    }
    .sqfk-article #tpc7-f01 .sqfk-container {
        position: relative;
        overflow: hidden;
        height: 400px
    }
    .sqfk-article #tpc7-f01 .txt_all {
        margin-top: 40px;
        max-width: 400px;
        padding-left: 80px
    }
    .sqfk-article #tpc7-f01 .sqfk-sec-figure {
        position: absolute;
        left: 55%;
        top: 0;
        margin: 0;
        padding: 0;
        bottom: 0
    }
    .sqfk-article #tpc7-f01 .sqfk-sec-figure img {
        max-width: 100%;
        max-height: 100%
    }
}

@media (min-width: 1000px) {
    .sqfk-article #tpc7-f01 .sqfk-container {
        height: auto
    }
    .sqfk-article #tpc7-f01 .txt_all {
        margin-top: 80px
    }
    .sqfk-article #tpc7-f01 .sqfk-sec-figure {
        left: auto;
        right: 0
    }
}

.sqfk-article #tpc7-f02 {
    background: url(../images/tpc7/earth-bg.png) 50% 100% no-repeat;
    background-size: contain
}

.sqfk-article #tpc7-f03 {
    background: #41a535 url(../images/tpc7/bottom-bg.png) 50% 100% no-repeat
}

.sqfk-article #tpc8-f00 .tool-list a {
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    margin-top: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block;
    height: 180px;
    position: relative;
    -webkit-filter: grayscale(1)
}

.sqfk-article #tpc8-f00 .tool-list a:first-child {
    background-image: url(../images/tpc8/img16.jpg)
}

.sqfk-article #tpc8-f00 .tool-list a:nth-child(2) {
    background-image: url(../images/tpc8/img17.jpg)
}

.sqfk-article #tpc8-f00 .tool-list a:nth-child(3) {
    background-image: url(../images/tpc8/img18.jpg)
}

.sqfk-article #tpc8-f00 .tool-list a:last-child {
    background-image: url(../images/tpc8/img19.jpg)
}

.sqfk-article #tpc8-f00 .tool-list a h6 {
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -moz-transition-property: background;
    -o-transition-property: background;
    -webkit-transition-property: background;
    transition-property: background;
    color: #fff;
    background-color: #333;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 3
}

.sqfk-article #tpc8-f00 .tool-list a:hover {
    -webkit-filter: grayscale(0)
}

.sqfk-article #tpc8-f00 .tool-list a:hover h6 {
    background-color: #2363ae
}

@media (min-width: 600px) {
    .sqfk-article #tpc8-f00 .tool-list a {
        width: 23.5%;
        margin-right: 2%;
        float: left
    }
    .sqfk-article #tpc8-f00 .tool-list a:last-child {
        margin-right: 0
    }
}

@media (min-width: 1000px) {
    .sqfk-article #tpc8-f00 .tool-list a {
        height: 200px
    }
}

.sqfk-article #tpc2-f01-2 .txt_all h4 {
    font-size: 26px
}

.sqfk-article .sqfk-section-h5 {
    font-size: 18px
}

.sqfk-article #tpc2-f01-2 p {
    font-size: 16px
}

.sqfk-article #tpc3-f01 p {
    font-size: 16px
}

.sqfk-article #tpc4-f01 .tab-txt li {
    font-size: 18px
}

.sqfk-article #tpc5-f01 li h5 {
    font-size: 28px
}

.sqfk-article .sqfk-section p.p-anno {
    font-size: 14px;
    line-height: 1.6em
}

.MenuContainer {
    width: 0;
    height: 0
}

.Menu {
    left: -2000%
}

.sqfk-kv-title sup {
    font-size: 32px;
    vertical-align: super;
    font-family: 'DancingScript', sans-serif
}

.sqfk-article .sqfk-section .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    max-width: 90%;
    margin: 0 auto;
    margin-top: 20px
}

.sqfk-article .sqfk-section .video-container iframe,
.sqfk-article .sqfk-section .video-container object,
.sqfk-article .sqfk-section .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.sqfk-article .sqfk-section .video-container-out {
    padding: 0 20px
}

.sqss-slide-caption ul span {
    text-align: left
}

.sqfk-article .sqfk-section,
.sqfk-article #tpc1-f00,
.sqfk-article #tpc2-f00,
.sqfk-article #tpc3-f00,
.sqfk-article #tpc4-f00,
.sqfk-article #tpc5-f00,
.sqfk-article #tpc6-f00,
.sqfk-article #tpc7-f00,
.sqfk-article #tpc6-f03 {
    background-size: cover
}

.tool-list.fC {
    padding: 0 30px
}

.sqfk-article #tpc6-f02 {
    background-size: cover
}

header.mainHeader {
    background-color: rgba(0, 0, 0, 0.4)!important
}

@media (min-width: 400px) {
    .sqss-slide-caption ul {
        height: 96px
    }
}

@media (min-width: 600px) {
    .sqfk-article .sqfk-keyvision .list {
        display: table;
        border-collapse: separate;
        border-spacing: 10px
    }
    .sqfk-article .sqfk-keyvision .list a {
        display: table-cell
    }
}

@media (min-width: 1000px) {
    .sqss-slide-caption ul {
        height: 100%
    }
}

@media (min-width: 1920px) {
    #tpc1-f10 {
        max-width: 1080px;
        margin: 0 auto
    }
}