@charset "UTF-8";
/* --------------------------------------------

    FileName  : common.css
    Generator : Sass

-------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:400,700&display=swap");

@font-face {
    font-family: "icon";
    src: url("/dcms_media/css/fonts/icon.eot");
    src: url("/dcms_media/css/fonts/icon.eot?#iefix") format("eot"), url("/dcms_media/css/fonts/icon.woff") format("woff"), url("/dcms_media/css/fonts/icon.ttf") format("truetype"), url("/dcms_media/css/fonts/icon.svg#icon") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swipe;
}

::-moz-selection {
    color: #fff;
    background: #87b1da;
}

::selection {
    color: #fff;
    background: #87b1da;
}

@-ms-viewport {
    width: auto;
}

:root {
    --scroll-bar: 0px;
}

html {
    font-size: 16px;
}

body {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    line-height: 2;
    color: #1E1E1E;
    word-wrap: break-word;
    line-break: strict;
}

body *::-ms-backdrop,
body {
    font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

a {
    color: #1E1E1E;
    text-decoration: underline;
}

@media (pointer: fine) {
    a:hover {
        text-decoration: none;
    }
}

@media (-ms-high-contrast: none) {
    a:hover {
        text-decoration: none;
    }
}

@media (pointer: coarse) {
    a:active {
        text-decoration: none;
    }
}

p {
    margin-bottom: 1.25rem;
}

figure {
    line-height: 2;
    text-align: center;
    margin-bottom: 1.25rem;
}

figure iframe {
    width: 100%;
}

figcaption {
    text-align: center;
    margin-top: 0.5rem;
    line-height: 1.68;
}

th {
    text-align: left;
    vertical-align: middle;
    font-weight: 400;
}

td {
    vertical-align: middle;
}

img {
    max-width: 100%;
    vertical-align: top;
    height: auto;
}

#dcms_layoutPageBlock> :last-child {
    margin-bottom: 0;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

.biggerlink {
    cursor: pointer;
}

.common_bnr {
    text-align: center;
}

.common_bnr>a {
    display: inline-block;
}

.common_bnr>a img {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

@media (pointer: fine) {
    .common_bnr>a:hover img {
        opacity: 0.7;
    }
}

@media (-ms-high-contrast: none) {
    .common_bnr>a:hover img {
        opacity: 0.7;
    }
}

@media (pointer: coarse) {
    .common_bnr>a:active img {
        opacity: 0.7;
    }
}

.common_bnrs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -30px -15px 4rem;
}

.common_bnrs_item {
    width: calc(25% - 30px);
    margin: 30px 15px 0;
}

.common_bnrs_item>a {
    display: block;
}

.common_bnrs_item>a img {
    max-width: none;
    width: 100%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

@media (pointer: fine) {
    .common_bnrs_item>a:hover img {
        opacity: 0.7;
    }
}

@media (-ms-high-contrast: none) {
    .common_bnrs_item>a:hover img {
        opacity: 0.7;
    }
}

@media (pointer: coarse) {
    .common_bnrs_item>a:active img {
        opacity: 0.7;
    }
}

.common_border img {
    border: 1px solid #c3c3c3;
}

.common_box {
    margin: 3.2rem 0 1.75rem;
    padding: 40px;
    border: 2px solid #c3c3c3;
}

.common_box> :first-child {
    margin-top: 0;
}

.common_box> :last-child {
    margin-bottom: 0;
}

.common_box_title {
    font-size: 1.33333rem;
    font-weight: 400;
    line-height: 1.68;
    color: #0D3780;
    margin-bottom: 1rem;
}

.common_row.-cols3 .common_box {
    padding: 30px;
}

.common_box.-title-lg {
    margin-top: 6.6666rem;
}

.common_box.-title-md {
    margin-top: 3.2rem;
}

.common_box.-key {
    border-color: #0D3780;
}

.common_box.-gray {
    border: 0;
    background: #EEE;
    margin-top: 0;
}

.common_row_item .common_box.-gray {
    min-height: 100%;
}

.common_box.-gray.-title-lg {
    margin-top: 6.6666rem;
}

.common_box.-gray.-title-md {
    margin-top: 3.2rem;
}

.common_box.-key-bg {
    border: 0;
    background: #E4EBF1;
}

.common_box.-narrow {
    margin-top: 0;
}

.common_box.-bg {
    position: relative;
}

.common_box.-bg>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    opacity: 0.2;
    z-index: -1;
}

.common_box2 {
    margin: 3.2rem 0 1.75rem;
    background: #E4EBF1;
}

.common_box2_title {
    color: #fff;
    font-size: 1.33333rem;
    padding: 0.75rem 20px;
    background: #0D3780;
}

.common_box2_body {
    padding: 1.25rem 20px;
}

.common_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.5;
    margin-top: 2.5rem;
    margin-bottom: 1.75rem;
    width: 100%;
    max-width: 340px;
}

.common_contact .common_btn,
.common_contact2 .common_btn {
    max-width: 480px;
}

.common_btn+.common_btn {
    margin-top: 0;
}

.common_btn>button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1rem;
    cursor: pointer;
}

.common_btn>a,
.common_btn>button {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    min-height: 60px;
    padding: 1rem 50px;
    color: #00A2CB;
    border: 1px solid #00A2CB;
    background: #fff;
    text-decoration: none;
    -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}

@media (pointer: fine) {

    .common_btn>a:hover,
    .common_btn>button:hover {
        color: #fff;
        background-color: #00A2CB;
        border-color: #00A2CB;
    }
}

@media (-ms-high-contrast: none) {

    .common_btn>a:hover,
    .common_btn>button:hover {
        color: #fff;
        background-color: #00A2CB;
        border-color: #00A2CB;
    }
}

@media (pointer: coarse) {

    .common_btn>a:active,
    .common_btn>button:active {
        color: #fff;
        background-color: #00A2CB;
        border-color: #00A2CB;
    }
}

.common_btn>a::after,
.common_btn>button::after {
    font-family: 'icon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 10px;
    margin-top: -5px;
}

.common_btn.-current>a {
    color: #fff;
    background-color: #0D3780;
    border-color: #0D3780;
}

.common_btn.-center {
    margin-left: auto;
    margin-right: auto;
}

.common_btn.-right {
    margin-left: auto;
}

.common_btn.-blue>a,
.common_btn.-blue>button {
    color: #00A2CB;
    border-color: #00A2CB;
}

@media (pointer: fine) {

    .common_btn.-blue>a:hover,
    .common_btn.-blue>button:hover {
        color: #fff;
        background-color: #00A2CB;
        border-color: #00A2CB;
    }
}

@media (-ms-high-contrast: none) {

    .common_btn.-blue>a:hover,
    .common_btn.-blue>button:hover {
        color: #fff;
        background-color: #00A2CB;
        border-color: #00A2CB;
    }
}

@media (pointer: coarse) {

    .common_btn.-blue>a:active,
    .common_btn.-blue>button:active {
        color: #fff;
        background-color: #00A2CB;
        border-color: #00A2CB;
    }
}

.common_btn.-white>a,
.common_btn.-white>button {
    color: #fff;
    border-color: #fff;
    background: transparent;
}

@media (pointer: fine) {

    .common_btn.-white>a:hover,
    .common_btn.-white>button:hover {
        color: #fff;
        background-color: #00A2CB;
        border-color: #00A2CB;
    }
}

@media (-ms-high-contrast: none) {

    .common_btn.-white>a:hover,
    .common_btn.-white>button:hover {
        color: #fff;
        background-color: #00A2CB;
        border-color: #00A2CB;
    }
}

@media (pointer: coarse) {

    .common_btn.-white>a:active,
    .common_btn.-white>button:active {
        color: #fff;
        background-color: #00A2CB;
        border-color: #00A2CB;
    }
}

.common_btn.-gray>a,
.common_btn.-gray>button {
    color: #aaa;
    border-color: #aaa;
    background: transparent;
}

@media (pointer: fine) {

    .common_btn.-gray>a:hover,
    .common_btn.-gray>button:hover {
        color: #fff;
        background-color: #aaa;
        border-color: #aaa;
    }
}

@media (-ms-high-contrast: none) {

    .common_btn.-gray>a:hover,
    .common_btn.-gray>button:hover {
        color: #fff;
        background-color: #aaa;
        border-color: #aaa;
    }
}

@media (pointer: coarse) {

    .common_btn.-gray>a:active,
    .common_btn.-gray>button:active {
        color: #fff;
        background-color: #aaa;
        border-color: #aaa;
    }
}

.common_btn.-contact>a,
.common_btn.-contact>button {
    color: #fff;
    border-color: #0D3780;
    background-color: #0D3780;
}

.common_btn.-contact>a::before,
.common_btn.-contact>button::before {
    font-family: 'icon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    content: "";
    font-size: 15px;
    margin-right: 10px;
    margin-top: -1px;
    position: absolute;
    left: 1.5rem;
}

@media (pointer: fine) {

    .common_btn.-contact>a:hover,
    .common_btn.-contact>button:hover {
        color: #0D3780;
        background-color: #fff;
        border-color: #0D3780;
    }
}

@media (-ms-high-contrast: none) {

    .common_btn.-contact>a:hover,
    .common_btn.-contact>button:hover {
        color: #0D3780;
        background-color: #fff;
        border-color: #0D3780;
    }
}

@media (pointer: coarse) {

    .common_btn.-contact>a:active,
    .common_btn.-contact>button:active {
        color: #0D3780;
        background-color: #fff;
        border-color: #0D3780;
    }
}

.common_btn.-document>a::before,
.common_btn.-document>button::before {
    content: '';
    display: inline-block;
    width: 19px;
    height: 24px;
    overflow: hidden;
    margin-right: 10px;
    vertical-align: -5px;
    background: url("/dcms_media/image/common/pdf.png") no-repeat 0 0/cover;
}

.common_btn.-lg {
    max-width: 380px;
}

.common_contact2 .common_btn.-tel {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.common_btn.-tel>a,
.common_btn.-tel>button {
    color: #fff;
    font-size: 1.33333rem;
    font-weight: 300;
    padding-left: 15px;
    padding-right: 15px;
    background: #00A2CB;
    border-color: #00A2CB;
    letter-spacing: 0.12em;
}

.common_btn.-tel>a::before,
.common_btn.-tel>button::before {
    font-family: 'icon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    content: "";
    font-size: 20px;
    margin-right: 10px;
    margin-top: 0;
    position: absolute;
    left: 1.5rem;
}

.common_btn.-tel>a::after,
.common_btn.-tel>button::after {
    content: none;
}

.common_btn.-tel>a.tellink_enable,
.common_btn.-tel>button.tellink_enable {
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
}

@media (pointer: fine) {

    .common_btn.-tel>a.tellink_enable:hover,
    .common_btn.-tel>button.tellink_enable:hover {
        color: #00A2CB;
        background-color: #fff;
    }
}

@media (-ms-high-contrast: none) {

    .common_btn.-tel>a.tellink_enable:hover,
    .common_btn.-tel>button.tellink_enable:hover {
        color: #00A2CB;
        background-color: #fff;
    }
}

@media (pointer: coarse) {

    .common_btn.-tel>a.tellink_enable:active,
    .common_btn.-tel>button.tellink_enable:active {
        color: #00A2CB;
        background-color: #fff;
    }
}

.common_btn.-start>a,
.common_btn.-start>button {
    padding-left: 55px;
    -webkit-box-pack: start;
    /* -webkit-justify-content: flex-start; */
    -ms-flex-pack: start;
    /* justify-content: flex-start; */
}

.common_btn.-small {
    max-width: 240px;
}

.common_btn.-small>a,
.common_btn.-small>button {
    min-height: 40px;
    padding: 0 35px;
}

.common_btn.-small>a::after,
.common_btn.-small>button::after {
    right: 15px;
    width: 15px;
    text-indent: -5px;
    overflow: hidden;
}

.common_btn.-fpga {
    margin-left: auto;
    margin-right: auto;
}

.common_btn.-fpga>a {
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    background: #0D3780;
}

.common_btn.-fpga>a::after {
    content: none;
}

.common_btn.-fpga>a::before {
    font-family: 'icon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    content: "";
    margin-right: 10px;
    font-size: 24px;
    font-weight: 100;
}

@media (pointer: fine) {
    .common_btn.-fpga>a:hover {
        color: #0D3780;
        background-color: #fff;
    }
}

@media (-ms-high-contrast: none) {
    .common_btn.-fpga>a:hover {
        color: #0D3780;
        background-color: #fff;
    }
}

@media (pointer: coarse) {
    .common_btn.-fpga>a:active {
        color: #0D3780;
        background-color: #fff;
    }
}

.common_btns>.common_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 320px;
    margin: 0 30px;
}

.common_btns>.common_btn>a,
.common_btns>.common_btn>button {
    height: 100%;
}

.common_btns.-lg>.common_btn {
    max-width: 380px;
}

.common_btn_caution {
    display: block;
    text-align: center;
    font-size: 0.86667rem;
    padding-top: 0.75rem;
}

.common_btn.-tel .common_btn_caution {
    color: #00A2CB;
}

.common_contact2 .common_btn_caution {
    text-align: right;
}

.common_btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 4rem -30px;
}

.common_btns.-cols3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -30px -15px 0;
}

.common_btns.-cols3>.common_btn {
    width: calc(33.3333% - 30px);
    max-width: none;
    margin: 30px 15px 0;
}

.common_btns.-cols3>.common_btn>a {
    height: 100%;
}

.common_btns.-cols4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -30px -15px 0;
}

.common_btns.-cols4>.common_btn {
    width: calc(25% - 30px);
    max-width: none;
    margin: 30px 15px 0;
}

.common_btns.-cols4>.common_btn>a {
    height: 100%;
}

.common_case_title {
    position: relative;
    font-size: 1.33333rem;
    font-weight: 400;
    padding-bottom: 0.25rem;
    margin-bottom: 1.25rem;
}

.common_case_title::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 40px;
    background: #00A2CB;
}

.common_case_img {
    margin-bottom: 1rem;
}

.common_case.-new .common_case_img {
    position: relative;
}

.common_case.-new .common_case_img::before {
    content: 'NEW';
    position: absolute;
    top: 10px;
    left: 10px;
    line-height: 1;
    font-size: 12.8px;
    font-size: 0.8rem;
    color: #fff;
    padding: 4px 5px;
    padding: 0.25rem 5px;
    background: #c60000;
    z-index: 5;
}

.common_case_img img {
    max-width: none;
    width: 100%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

@media (pointer: fine) {
    .common_case.biggerlink:hover .common_case_img img {
        opacity: 0.7;
    }
}

@media (-ms-high-contrast: none) {
    .common_case.biggerlink:hover .common_case_img img {
        opacity: 0.7;
    }
}

@media (pointer: coarse) {
    .common_case.biggerlink:active .common_case_img img {
        opacity: 0.7;
    }
}

.common_case_dl>dt {
    font-size: 1.33333rem;
    color: #00A2CB;
}

.common_caution {
    padding-left: 1rem;
    text-indent: -1rem;
}

.common_caution.-sm {
    font-size: 0.8rem;
}

.common_caution.-num {
    padding-left: 2rem;
    text-indent: -2rem;
}

.common_caution.-caution-num {
    padding-left: 2rem;
    text-indent: -2rem;
}

.common_check {
    margin-bottom: 1.25rem;
}

.common_check>li {
    position: relative;
    margin-bottom: 0.5rem;
    padding-left: 40px;
}

.common_check>li:last-child {
    margin-bottom: 0;
}

.common_check>li::before {
    font-family: 'icon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    content: "";
    color: #00A2CB;
    position: absolute;
    top: 1.6px;
    top: 0.1rem;
    left: 0;
    font-size: 15px;
    width: 25px;
    height: 25px;
    line-height: 23px;
    text-align: center;
    border: 1px solid #c3c3c3;
}

.common_check>li .common_order,
.common_check>li .common_list {
    margin-top: 0.5rem;
}

.common_check>li> :last-child {
    margin-bottom: 0;
}

.common_check>li>figure {
    margin-top: 0.5rem;
}

.common_check.-cols2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -0.5rem;
    margin-left: -10px;
    margin-right: -10px;
}

.common_check.-cols2>li {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0.5rem;
    margin-bottom: 0;
}

.red,
.yellow,
.green,
.blue,
.purple,
.black {
    margin: 3.2rem 0 1.75rem;
    padding: 20px 30px;
}

.red> :last-child,
.yellow> :last-child,
.green> :last-child,
.blue> :last-child,
.purple> :last-child,
.black> :last-child {
    margin-bottom: 0;
}

.red {
    background: #b82222;
    color: #fff;
}

.red * {
    color: #fff;
}

.yellow {
    background: #F2C70F;
    color: #fff;
}

.yellow * {
    color: #fff;
}

.green {
    background: #22a544;
    color: #fff;
}

.green * {
    color: #fff;
}

.blue {
    background: #2256a5;
    color: #fff;
}

.blue * {
    color: #fff;
}

.purple {
    background: #7e22a5;
    color: #fff;
}

.purple * {
    color: #fff;
}

.black {
    background: #000;
    color: #fff;
}

.black * {
    color: #fff;
}

.common_contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border: 2px solid #00A2CB;
    margin: 6.6666rem auto 5.3333rem;
    overflow: hidden;
}

.common_contact:last-of-type {
    margin-bottom: 0;
}

.l_main .common_contact {
    margin-right: -280px;
}

.common_contact_img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: calc(50% + 2px);
    background: #000;
    z-index: 1;
}

.common_contact_img>img {
    opacity: 0.7;
}

.common_contact_body {
    position: relative;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    padding: 40px 3%;
    background: #fff;
    z-index: 2;
}

.common_contact_body::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 80px;
    background: #fff;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
    z-index: 2;
}

.common_contact_body_inner {
    position: relative;
    width: 100%;
    max-width: 480px;
    z-index: 3;
}

.common_contact_body_inner .common_btn {
    margin-top: 0;
    margin-bottom: 1.25rem;
}

.common_contact_body_inner> :first-child {
    margin-top: 0;
}

.common_contact_body_inner> :last-child {
    margin-bottom: 0;
}

.common_contact_title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    line-height: 1.68;
    text-align: center;
    padding-right: 5%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

@media screen and (max-width: 1279px) {
    .common_contact_title {
        font-size: calc(12.27191px + 1.07335vw);
    }
}

.common_contact_text {
    font-size: 1rem;
    color: #00A2CB;
    margin-bottom: 1.5rem;
    text-align: center;
    line-height: 1.68;
}

@media screen and (max-width: 1279px) {
    .common_contact_text {
        font-size: calc(10.42397px + 0.35778vw);
    }
}

.common_contact2 {
    padding: 40px 40px;
    border: 2px solid #00A2CB;
    background: #E4EBF1;
    margin: 6.6666rem auto 5.3333rem;
}

.common_contact2_title {
    font-size: 1.73333rem;
    font-weight: 600;
    color: #00A2CB;
    line-height: 1.68;
    margin-bottom: 1.75rem;
    text-align: center;
}

.common_contact2_title::after {
    content: 'Contact';
    display: block;
    font-size: 12.8px;
    font-size: 0.8rem;
    font-family: "Nunito Sans", "Arial", sans-serif;
    text-transform: uppercase;
}

.common_contact2_text {
    text-align: center;
    margin-bottom: 1.75rem;
}

.common_contact2_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -20px;
}

.common_contact2_row_item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: calc(100% - 40px);
    max-width: 480px;
    margin: 0 20px;
    padding-top: 1.75rem;
}

.common_contact2_row_item> :first-child {
    margin-top: 0;
}

.common_contact2_row_item> :last-child {
    margin-bottom: 0;
}

.common_contact2_tel {
    margin-top: -1.75rem;
}

.common_contact2_tel:first-child {
    margin-top: -1.75rem;
}

.common_contact2_tel>dt {
    font-weight: 600;
    text-align: center;
    line-height: 1;
    margin-bottom: 0.75rem;
}

.common_contact2_tel>dd {
    margin: 0;
}

.common_contact2_tel>dd> :first-child {
    margin-top: 0;
}

.common_contact2_tel>dd> :last-child {
    margin-bottom: 0;
}

.common_container {
    width: 100vw;
    width: calc(100vw - var(--scroll-bar));
    margin-left: calc(-50vw - -50%);
    margin-left: calc((100vw - var(--scroll-bar) - 100%) / -2);
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    background: #EEE;
    padding-top: 6.6666rem;
    padding-bottom: 6.6666rem;
    margin-top: 6.6666rem;
}

@media all and (-ms-high-contrast: none) {
    .common_container {
        width: calc(100vw - 17px);
        margin-left: calc((100vw - 17px - 100%) / -2);
    }
}

.l_contents .common_header+.common_container {
    margin-top: -6.6666rem;
}

.l_contents.-hils .common_header+.common_container,
.l_contents.-ranpak .common_header+.common_container,
.l_contents.-haivision .common_header+.common_container,
.l_contents.-innophys .common_header+.common_container,
.l_contents.-ldl .common_header+.common_container,
.l_contents.-lds .common_header+.common_container,
.l_contents.-iot .common_header+.common_container,
.l_contents.-ai .common_header+.common_container {
    margin-top: calc(-6.6666rem - 35px);
}

#dcms_layoutPageBlock .common_container:last-child {
    margin-bottom: -6.6666rem;
}

.common_container+.common_container {
    margin-top: 0;
}

.common_container>img {
    position: absolute;
    top: 0;
    left: 0;
}

.common_dl {
    line-height: 2;
    margin-bottom: 1.25rem;
}

.common_dl>dt {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.common_dl>dd {
    margin-bottom: 1.25rem;
}

.common_dl>dd> :last-child {
    margin-bottom: 0;
}

.common_dl_line {
    display: inline;
    background: -webkit-linear-gradient(transparent 30%, #E4EBF1 0%);
    background: linear-gradient(transparent 30%, #E4EBF1 0%);
    padding-bottom: 0.15rem;
}

.common_box.-key-bg .common_dl_line {
    background: -webkit-linear-gradient(transparent 30%, #fff 0%);
    background: linear-gradient(transparent 30%, #fff 0%);
}

.common_dl.-sm>dt {
    font-size: 1rem;
}

.common_dl.-key>dt {
    color: #00A2CB;
}

.common_dl> :last-child {
    margin-bottom: 0;
}

.common_dl2 {
    line-height: 2;
    margin-bottom: 1.25rem;
}

.common_dl2>dt {
    margin-bottom: 1rem;
    display: table;
    border-bottom: 1px solid #00A2CB;
}

.common_dl2>dd {
    margin-bottom: 1.25rem;
}

.common_dl2>dd> :last-child {
    margin-bottom: 0;
}

.common_dl2> :last-child {
    margin-bottom: 0;
}

.common_dl3 {
    margin-bottom: 1.75rem;
}

.common_dl3>dt {
    font-size: 1.13333rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.common_dl3.-lg>dt {
    font-size: 1.33333rem;
}

.common_dl3.-key>dt {
    color: #00A2CB;
}

.common_dl3.-mb0 {
    margin-bottom: 0;
}

.common_dl3_sm {
    font-size: 1rem;
}

.common_dl3_sm.-gray {
    color: #999;
}

.common_dl3>dd {
    margin-bottom: 1.75rem;
}

.common_dl3>dd:last-child {
    margin-bottom: 0;
}

.common_dl4 {
    margin-bottom: 1.75rem;
}

.common_dl4>dt {
    font-size: 1.33333rem;
    font-weight: 400;
    margin-bottom: 0.25rem;
}

.common_dl4>dd {
    margin-bottom: 1.75rem;
    font-size: 0.93333rem;
}

.common_dl4>dd:last-child {
    margin-bottom: 0;
}

.common_em {
    color: #c60000;
    font-style: normal;
}

.common_event_header {
    margin-bottom: 4rem;
}

.common_event_header_date {
    margin-bottom: 1rem;
}

.common_event_header_title {
    font-size: 1.73333rem;
    font-weight: 400;
    color: #0D3780;
    margin-bottom: 1.75rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #c3c3c3;
}

.common_event_header_title:last-child {
    margin-bottom: 0;
}

.common_events_img {
    margin-bottom: 1rem;
    overflow: hidden;
}

.common_events_img img {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

@media (pointer: fine) {
    .common_events:hover .common_events_img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@media (-ms-high-contrast: none) {
    .common_events:hover .common_events_img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@media (pointer: coarse) {
    .common_events:active .common_events_img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.common_events_img>img {
    width: 100%;
    max-width: none;
}

.common_events_header {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #c3c3c3;
}

.common_events_category {
    display: inline-block;
    font-size: 0.8rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.common_events.-seminar .common_events_category {
    color: #0D3780;
    border-bottom: 1px solid #0D3780;
}

.common_events.-event .common_events_category {
    color: #76D3EB;
    border-bottom: 1px solid #76D3EB;
}

.common_events_title>a {
    display: inline-block;
    color: #1E1E1E;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

@media (pointer: fine) {
    .common_events.-seminar:hover .common_events_title>a {
        color: #0D3780;
    }
}

@media (-ms-high-contrast: none) {
    .common_events.-seminar:hover .common_events_title>a {
        color: #0D3780;
    }
}

@media (pointer: coarse) {
    .common_events.-seminar:active .common_events_title>a {
        color: #0D3780;
    }
}

@media (pointer: fine) {
    .common_events.-event:hover .common_events_title>a {
        color: #76D3EB;
    }
}

@media (-ms-high-contrast: none) {
    .common_events.-event:hover .common_events_title>a {
        color: #76D3EB;
    }
}

@media (pointer: coarse) {
    .common_events.-event:active .common_events_title>a {
        color: #76D3EB;
    }
}

.common_events_date {
    font-size: 0.8rem;
    margin-bottom: 1rem;
}

.common_events_tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px -2px 0 -3px;
}

.common_events_tag_item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 5px 2px 0 3px;
    padding: 0 8px;
    font-size: 0.8rem;
    border: 1px solid #8F8F8F;
    color: #8F8F8F;
}

.common_fancy>a img {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

@media (pointer: fine) {
    .common_fancy>a:hover img {
        opacity: 0.7;
    }
}

@media (-ms-high-contrast: none) {
    .common_fancy>a:hover img {
        opacity: 0.7;
    }
}

@media (pointer: coarse) {
    .common_fancy>a:active img {
        opacity: 0.7;
    }
}

.common_fancy.-icon>a img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
}

.common_fancy.-icon>a {
    position: relative;
    display: block;
}

.common_fancy.-icon>a::before {
    font-family: 'icon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #c3c3c3;
    color: #0D3780;
    background: #fff;
    z-index: 2;
}

.common_faq {
    line-height: 2;
    margin-bottom: 3rem;
    border-top: 1px solid #c3c3c3;
}

.common_faq_title {
    position: relative;
    font-size: 1.06667rem;
    border-bottom: 1px solid #c3c3c3;
    background: #fff;
    padding: 2rem 60px 2rem 70px;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.common_faq_title::before {
    content: 'Q.';
    font-family: "Nunito Sans", "Arial", sans-serif;
    font-size: 32px;
    font-size: 2rem;
    display: block;
    position: absolute;
    top: 28.8px;
    top: 1.8rem;
    left: 20px;
    color: #00A2CB;
    line-height: 1;
}

.common_faq_title::after {
    font-family: 'icon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    border: 1px solid #0D3780;
    font-size: 15px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    text-align: center;
    line-height: 28px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    background: #fff;
    -webkit-transition: border-color 0.3s, -webkit-transform 0.3s;
    transition: border-color 0.3s, -webkit-transform 0.3s;
    transition: border-color 0.3s, transform 0.3s;
    transition: border-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.common_faq_title.-active::after {
    font-family: 'icon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    content: "";
    line-height: 28px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (pointer: fine) {
    .common_faq_title:hover {
        color: #00A2CB;
    }

    .common_faq_title:hover::after {
        border-color: #00A2CB;
    }
}

@media (-ms-high-contrast: none) {
    .common_faq_title:hover {
        color: #00A2CB;
    }

    .common_faq_title:hover::after {
        border-color: #00A2CB;
    }
}

@media (pointer: coarse) {
    .common_faq_title:active {
        color: #00A2CB;
    }

    .common_faq_title:active::after {
        border-color: #00A2CB;
    }
}

.common_faq_body {
    display: none;
    border-bottom: 1px solid #c3c3c3;
}

.common_faq_body> :last-child {
    margin-bottom: 0;
}

.common_faq_body_inner {
    position: relative;
    padding: 2rem 30px 2rem 70px;
    background: #EEE;
}

.common_faq_body_inner::before {
    content: 'A.';
    font-family: "Nunito Sans", "Arial", sans-serif;
    font-size: 32px;
    font-size: 2rem;
    display: block;
    position: absolute;
    top: 28.8px;
    top: 1.8rem;
    left: 20px;
    color: #0D3780;
    line-height: 1;
}

.common_faq_body_inner> :last-child {
    margin-bottom: 0;
}

.common_header {
    width: 100vw;
    width: calc(100vw - var(--scroll-bar));
    margin-left: calc(-50vw - -50%);
    margin-left: calc((100vw - var(--scroll-bar) - 100%) / -2);
    padding-left: 40px;
    padding-right: 40px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url("../image/common/bg_header.jpg") no-repeat center center/cover;
}

@media all and (-ms-high-contrast: none) {
    .common_header {
        width: calc(100vw - 17px);
        margin-left: calc((100vw - 17px - 100%) / -2);
    }
}

/*HEADER SWIPER____________________________*/
.common_header.hdSlider {
    padding-left: 0;
    padding-right: 0;
    background: none !important;
}

.hdSlider .common_header_inner {
    width: 90%;
}

@media screen and (max-width: 767px) {
    .hdSlider .common_header_inner {
        padding-right: 0 !important;
    }

    .hdSlider .swiper-button-prev {
        left: auto;
        right: 40px;
    }

    .hdSlider .swiper-button-next,
    .hdSlider .swiper-button-prev {
        top: auto;
        bottom: 0;
        padding: 0 20px;
        background-color: #00a0e9;
        height: 35px;
    }

    .hdSlider .swiper-button-next {
        right: 0;
    }

    .hdSlider .swiper-button-next::after,
    .hdSlider .swiper-button-prev::after {
        --swiper-navigation-size: 15px;
    }
}

/*--------------------------------------------*/


.l_contents .common_header+* {
    margin-top: 0;
}

.l_contents.-top .common_header {
    background: url("../image/common/bg_header_top.jpg") no-repeat center center/cover;
}

.l_contents.-corporate .common_header {
    background: url("../image/common/bg_header_corporate.jpg") no-repeat center center/cover;
}

.l_contents.-semiconductor .common_header {
    background: url("../image/common/bg_header_semiconductor.jpg") no-repeat center center/cover;
}

.l_contents.-design .common_header {
    background: url("../image/common/bg_header_design.jpg") no-repeat center center/cover;
}

.l_contents.-ranpak .common_header {
    background: url("../image/common/bg_header_ranpak.jpg") no-repeat center center/cover;
}

.l_contents.-haivision .common_header {
    background: url("../image/common/bg_header_haivision.jpg") no-repeat center center/cover;
}

.l_contents.-hils .common_header {
    background: url("../image/common/bg_header_hils.jpg") no-repeat center center/cover;
}

.l_contents.-mobility .common_header {
    background: url("../image/common/bg_header_mobility.jpg") no-repeat center center/cover;
}

.l_contents.-innophys .common_header {
    background: url("../image/common/bg_header_innophys.jpg") no-repeat center center/cover;
}

.l_contents.-ldl .common_header {
    background: url("../image/common/bg_header_ldl.jpg") no-repeat center center/cover;
}

.l_contents.-server_storage .common_header {
    background: url("../image/common/bg_header_server_storage.jpg") no-repeat center center/cover;
}

.l_contents.-lds .common_header {
    background: url("../image/common/bg_header_lds.jpg") no-repeat center center/cover;
}

.l_contents.-iot .common_header {
    background: url("../image/common/bg_header_iot.jpg") no-repeat center center/cover;
}

.l_contents.-ai .common_header {
    background: url("../image/common/bg_header_ai.jpg") no-repeat center center/cover;
}

.l_contents.-klorus .common_header {
    background: url("../image/bg_header_klorus.jpg") no-repeat center center/cover;
}


.l_contents.-mamoriobiz .common_header {
    background: url("../image/mamorio_biz_210202_under.jpg") no-repeat center center/cover;
}

.l_contents.-local5g .common_header {
    background: url("../image/bg_header_local5g.jpg") no-repeat center center/cover;
}

.l_contents.-ercoccolo .common_header {
    background: url('/dcms_media/image/bg_header_ercoccolo_v2.jpg') no-repeat center center/cover;
}



.imgBgBlock{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.common_header{
    z-index: 1;
}
.common_header>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.common_header_inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    height: 280px;
}

.l_contents.-top .common_header_inner {
    height: 400px;
}

.l_contents.-lg .common_header_inner {
    height: 600px;
}

.l_contents.-design.-top .common_header_inner {
    padding-right: 400px;
    height: 600px;
}

.l_contents.-klorus.-top .common_header_inner,
.l_contents.-lds.-top .common_header_inner,
.l_contents.-iot.-top .common_header_inner,
.l_contents.-haivision.-top .common_header_inner {
    height: 600px;
}

.l_contents.-ranpak.-top .common_header_inner, 
.l_contents.-ai.-top .common_header_inner, 
.l_contents.-ldl.-top .common_header_inner, 
.l_contents.-server_storage.-top .common_header_inner {
    position: relative;
    padding-right: 480px;
    height: 600px;
}

.l_contents.-hils.-top .common_header_inner {
    position: relative;
    padding-right: 400px;
    height: 600px;
}

.l_contents.-mobility.-top .common_header_inner {
    position: relative;
    padding-right: 400px;
    height: 600px;
}

.l_contents.-innophys.-top .common_header_inner {
    position: relative;
    padding-right: 41.6667%;
    height: 600px;
}

.common_header_inner> :last-child {
    margin-bottom: 0;
}

.common_header_sub {
    color: #fff;
    margin-bottom: 0.5rem;
    letter-spacing: 0.12em;
    text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
    font-size: 20px;
}

.common_header_title+.common_header_sub {
    margin-top: 1rem;
}

.common_header.-center .common_header_sub {
    text-align: center;
}
.l_contents.-klorus.-top .common_header_sub,
.l_contents.-lds.-top .common_header_sub {
    line-height: 1.5;
    margin-top: 0.75rem;
}

.common_header_title {
    color: #fff;
    font-weight: bold;
    font-size: 44px;
    letter-spacing: 0.05em;
    line-height: 1.25;
    text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
}

.common_header.-center .common_header_title {
    text-align: center;
}
.l_contents.-klorus.-top .common_header_title
.l_contents.-lds.-top .common_header_title {
    line-height: 1.5;
}

.hidden {
    display: none;
}

@media screen and (min-width: 768px) {
    .hidden_pc {
        display: none !important;
    }
}

.ie {
    display: none;
    margin-top: 1rem;
    margin-bottom: 4rem;
}

@media all and (-ms-high-contrast: none) {
    .ie {
        display: block;
    }
}

.common_row+.ie {
    margin-top: -2rem;
}

.common_row_item>.ie {
    margin-bottom: 1.5rem;
}

.common_video+.ie {
    margin-top: -1rem;
}

.ie.-center {
    text-align: center;
}

.ie.-right {
    text-align: right;
}

.common_img {
    line-height: 2;
    text-align: center;
    margin-bottom: 1.25rem;
}

.common_img.-full img {
    max-width: none;
    width: 100%;
}

.common_img.-title-lg {
    margin-top: 6.6666rem;
}

.common_img.-title-md {
    margin-top: 3.2rem;
}

.common_img_title {
    font-size: 1.06667rem;
    font-weight: 600;
    margin-bottom: 1.75rem;
}

.common_img_title.-lg {
    font-weight: 400;
    font-size: 1.73333rem;
}

.common_img_title.-key {
    color: #0D3780;
}

.common_img_title.-blue {
    color: #0D3780;
}

.common_img_title.-mt {
    margin-top: 1.25rem;
}

.common_img_caption {
    margin-top: 1.25rem;
    text-align: left;
}

.common_img_caption.-bold {
    font-weight: 600;
}

.common_img_caption.-lg {
    text-align: center;
    font-size: 1.33333rem;
}

.common_imglink {
    margin: 0 0 1.75rem;
}

.common_imglink.-title-lg {
    margin-top: 6.6666rem;
}

.common_imglink.-title-md {
    margin-top: 3.2rem;
}

.common_imglink>a img {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

@media (pointer: fine) {
    .common_imglink>a:hover img {
        opacity: 0.7;
    }
}

@media (-ms-high-contrast: none) {
    .common_imglink>a:hover img {
        opacity: 0.7;
    }
}

@media (pointer: coarse) {
    .common_imglink>a:active img {
        opacity: 0.7;
    }
}

.common_imgrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -20px 1.75rem;
}

.common_imgrow.-title-lg {
    margin-top: 6.6666rem;
}

.common_imgrow.-title-md {
    margin-top: 3.2rem;
}

.common_imgrow.-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.common_imgrow.-link {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.common_imgrow.-link:hover {
    opacity: 0.7;
}

.common_imgrow_img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 20px;
    max-width: calc(50% - 40px);
}

.common_imgrow.-left .common_imgrow_img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.common_imgrow_img.common_border {
    max-width: calc(50% - 38px);
}

.common_imgrow_img.-video {
    width: calc(50% - 40px);
}

.common_imgrow_img> :first-child {
    margin-top: 0;
}

.common_imgrow_img> :last-child {
    margin-bottom: 0;
}

.common_imgrow_img_caption.-max-300 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.common_imgrow_img_caption.-max-375 {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
}

.common_imgrow_img_caption.-max-400 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.common_imgrow_asfor {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 300px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 20px;
}

.common_imgrow.-left .common_imgrow_asfor {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.common_imgrow_asfor> :first-child {
    margin-top: 0;
}

.common_imgrow_asfor> :last-child {
    margin-bottom: 0;
}

.common_imgrow_body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 20px;
}

.common_imgrow_body> :first-child {
    margin-top: 0;
}

.common_imgrow_body> :last-child {
    margin-bottom: 0;
}

.common_imgrow.-left .common_imgrow_body {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.common_inner {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.common_inner> :first-child {
    margin-top: 0;
}

.common_inner> :last-child {
    margin-bottom: 0;
}

.common_inner.-w>p {
    color: #fff;
}

.common_lead {
    font-size: 1.6rem;
    color: #0D3780;
    line-height: 2;
    text-align: center;
    margin-bottom: 3rem;
}

.common_lead.-black {
    color: #1E1E1E;
}

.common_lead.-left {
    text-align: left;
}

.common_lead.-bold {
    font-weight: 600;
}

.common_lead_sub {
    line-height: 2;
    text-align: center;
    margin-bottom: 3rem;
}

.common_lead+.common_lead_sub {
    margin-top: -2rem;
}

.common_lead_small {
    font-size: 1.2rem;
}

.common_lead2 {
    font-size: 1.6rem;
    color: #0D3780;
    margin-bottom: 1.75rem;
}

.common_lead2.-center {
    text-align: center;
}

.common_lead3 {
    font-size: 1.2rem;
    margin-bottom: 1.25rem;
}

.common_lead3.-center {
    text-align: center;
}

.common_lead3.-bold {
    font-weight: 600;
}

.common_legend {
    font-size: 0.86667rem;
    text-align: right;
    line-height: 1.68;
    margin-bottom: 1rem;
}

.common_link>a {
    position: relative;
    padding-left: 25px;
    display: inline-block;
    word-break: break-all;
}

.common_link>a::before {
    font-family: 'icon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    content: "";
    font-size: 13px;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 7.2px;
    top: 0.45rem;
    left: 0;
    border: 1px solid #0D3780;
    color: #0D3780;
    background: transparent;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
    overflow: hidden;
}

@media (pointer: fine) {
    .common_link>a:hover::before {
        color: #fff;
        background-color: #0D3780;
    }
}

@media (-ms-high-contrast: none) {
    .common_link>a:hover::before {
        color: #fff;
        background-color: #0D3780;
    }
}

@media (pointer: coarse) {
    .common_link>a:active::before {
        color: #fff;
        background-color: #0D3780;
    }
}

.common_link>a[target='_blank']::after {
    font-family: 'icon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    content: "";
    display: inline-block;
    font-size: 14px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    overflow: hidden;
    margin-left: 10px;
    vertical-align: 0;
}

.common_link>a[href*='.pdf']::after {
    content: '';
    display: inline-block;
    width: 19px;
    height: 24px;
    overflow: hidden;
    margin-left: 5px;
    vertical-align: -5px;
    background: url("/dcms_media/image/common/pdf.png") no-repeat 0 0/cover;
}

.common_link>a::before {
    top: 8.8px;
    top: 0.55rem;
}

.common_link>li>a {
    position: relative;
    padding-left: 25px;
    display: inline-block;
    word-break: break-all;
}

.common_link>li>a::before {
    font-family: 'icon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    content: "";
    font-size: 13px;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 7.2px;
    top: 0.45rem;
    left: 0;
    border: 1px solid #0D3780;
    color: #0D3780;
    background: transparent;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
    overflow: hidden;
}

@media (pointer: fine) {
    .common_link>li>a:hover::before {
        color: #fff;
        background-color: #0D3780;
    }
}

@media (-ms-high-contrast: none) {
    .common_link>li>a:hover::before {
        color: #fff;
        background-color: #0D3780;
    }
}

@media (pointer: coarse) {
    .common_link>li>a:active::before {
        color: #fff;
        background-color: #0D3780;
    }
}

.common_link>li>a[target='_blank']::after {
    font-family: 'icon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    content: "";
    display: inline-block;
    font-size: 14px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    overflow: hidden;
    margin-left: 10px;
    vertical-align: 0;
}

.common_link>li>a[href*='.pdf']::after {
    content: '';
    display: inline-block;
    width: 19px;
    height: 24px;
    overflow: hidden;
    margin-left: 5px;
    vertical-align: -5px;
    background: url("/dcms_media/image/common/pdf.png") no-repeat 0 0/cover;
}

.common_link>li>a::before {
    top: 8.8px;
    top: 0.55rem;
}

.common_link.-no-arrow>a {
    padding-left: 0;
}

.common_link.-no-arrow>a::before {
    content: none;
}

.common_link.-no-arrow>li>a {
    padding-left: 0;
}

.common_link.-no-arrow>li>a::before {
    content: none;
}

.sc_product .common_link.-right>a:not([target="_blank"]),
.l_contents.-semiconductor .common_box .common_link.-right>a:not([target="_blank"]) {
    line-height: 1.68;
    padding: 0.5rem 15px 0.5rem 40px;
    text-decoration: none;
    color: #00A2CB;
    border: 1px solid #00A2CB;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
}

.sc_product .common_link.-right>a:not([target="_blank"])::before,
.l_contents.-semiconductor .common_box .common_link.-right>a:not([target="_blank"])::before {
    top: 50%;
    left: 15px;
    margin-top: -7px;
    color: #fff;
    background: #00A2CB;
    border: 1px solid #00A2CB;
}

@media (pointer: fine) {

    .sc_product .common_link.-right>a:not([target="_blank"]):hover,
    .l_contents.-semiconductor .common_box .common_link.-right>a:not([target="_blank"]):hover {
        color: #fff;
        background-color: #00A2CB;
    }

    .sc_product .common_link.-right>a:not([target="_blank"]):hover::before,
    .l_contents.-semiconductor .common_box .common_link.-right>a:not([target="_blank"]):hover::before {
        color: #00A2CB;
        background: #fff;
    }
}

@media (-ms-high-contrast: none) {

    .sc_product .common_link.-right>a:not([target="_blank"]):hover,
    .l_contents.-semiconductor .common_box .common_link.-right>a:not([target="_blank"]):hover {
        color: #fff;
        background-color: #00A2CB;
    }

    .sc_product .common_link.-right>a:not([target="_blank"]):hover::before,
    .l_contents.-semiconductor .common_box .common_link.-right>a:not([target="_blank"]):hover::before {
        color: #00A2CB;
        background: #fff;
    }
}

@media (pointer: coarse) {

    .sc_product .common_link.-right>a:not([target="_blank"]):active,
    .l_contents.-semiconductor .common_box .common_link.-right>a:not([target="_blank"]):active {
        color: #fff;
        background-color: #00A2CB;
    }

    .sc_product .common_link.-right>a:not([target="_blank"]):active::before,
    .l_contents.-semiconductor .common_box .common_link.-right>a:not([target="_blank"]):active::before {
        color: #00A2CB;
        background: #fff;
    }
}

.common_link.-btn>a:not([target="_blank"]),
.l_contents.-semiconductor .common_link.-btn>a:not([target="_blank"]) {
    line-height: 1.68;
    padding: 0.5rem 15px 0.5rem 40px;
    text-decoration: none;
    color: #00A2CB;
    border: 1px solid #00A2CB;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
}

.common_link.-btn>a:not([target="_blank"])::before,
.l_contents.-semiconductor .common_link.-btn>a:not([target="_blank"])::before {
    top: 50%;
    left: 15px;
    margin-top: -7px;
    color: #fff;
    background: #00A2CB;
    border: 1px solid #00A2CB;
}

@media (pointer: fine) {

    .common_link.-btn>a:not([target="_blank"]):hover,
    .l_contents.-semiconductor .common_link.-btn>a:not([target="_blank"]):hover {
        color: #fff;
        background-color: #00A2CB;
    }

    .common_link.-btn>a:not([target="_blank"]):hover::before,
    .l_contents.-semiconductor .common_link.-btn>a:not([target="_blank"]):hover::before {
        color: #00A2CB;
        background: #fff;
    }
}

@media (-ms-high-contrast: none) {

    .common_link.-btn>a:not([target="_blank"]):hover,
    .l_contents.-semiconductor .common_link.-btn>a:not([target="_blank"]):hover {
        color: #fff;
        background-color: #00A2CB;
    }

    .common_link.-btn>a:not([target="_blank"]):hover::before,
    .l_contents.-semiconductor .common_link.-btn>a:not([target="_blank"]):hover::before {
        color: #00A2CB;
        background: #fff;
    }
}

@media (pointer: coarse) {

    .common_link.-btn>a:not([target="_blank"]):active,
    .l_contents.-semiconductor .common_link.-btn>a:not([target="_blank"]):active {
        color: #fff;
        background-color: #00A2CB;
    }

    .common_link.-btn>a:not([target="_blank"]):active::before,
    .l_contents.-semiconductor .common_link.-btn>a:not([target="_blank"]):active::before {
        color: #00A2CB;
        background: #fff;
    }
}

.common_link.-center {
    text-align: center;
}

.common_link.-center>a {
    text-align: left;
}

.common_link.-right {
    text-align: right;
}

.common_link.-right>a {
    text-align: left;
}

.common_btns+.common_link {
    margin-top: -1rem;
}

.common_linkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
}

.common_linkbox.biggerlink {
    position: relative;
}

.common_linkbox.biggerlink::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #0D3780;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}

@media (pointer: fine) {
    .common_linkbox.biggerlink:hover::after {
        opacity: 1;
        visibility: visible;
    }
}

@media (-ms-high-contrast: none) {
    .common_linkbox.biggerlink:hover::after {
        opacity: 1;
        visibility: visible;
    }
}

@media (pointer: coarse) {
    .common_linkbox.biggerlink:active::after {
        opacity: 1;
        visibility: visible;
    }
}

.common_linkbox_img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.common_linkbox_img img {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

@media (pointer: fine) {
    .common_linkbox.biggerlink:hover .common_linkbox_img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@media (-ms-high-contrast: none) {
    .common_linkbox.biggerlink:hover .common_linkbox_img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@media (pointer: coarse) {
    .common_linkbox.biggerlink:active .common_linkbox_img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.common_linkbox_img img {
    max-width: none;
    width: 100%;
}

.common_linkbox_body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    padding: 1.25rem 20px;
    border: 1px solid #c3c3c3;
    border-top: 0;
}

.common_linkbox_body>dt {
    position: relative;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.68;
    margin-bottom: 1rem;
}

.common_linkbox_body>dd {
    margin: 0;
}

.common_linkbox_inner {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.5rem 30px;
}

.common_linkbox_inner> :last-child {
    margin-bottom: 0;
}

.common_linkbox_inner.-border {
    border: 1px solid #c3c3c3;
}

.common_linkbox_label {
    position: relative;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
}

.common_linkbox_label>a {
    display: inline-block;
    text-decoration: none;
}

.common_linkbox_label::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: #00A2CB;
}

.common_links {
    line-height: 1.68;
    margin-bottom: 2rem;
}

.common_links.-cols5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -1.75rem;
    margin-left: -10px;
    margin-right: -10px;
}

.common_links_item {
    border-bottom: 1px solid #1E1E1E;
    margin-bottom: 1.75rem;
    padding-bottom: 0.75rem;
}

.common_links_item:last-child {
    margin-bottom: 0;
}

.common_links.-cols5 .common_links_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: calc(20% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0;
    margin-top: 1.75rem;
}

.common_links_item>a {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    color: #1E1E1E;
    text-decoration: none;
}

.common_links_item>a::before {
    font-family: 'icon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    content: "";
    font-size: 13px;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 7.2px;
    top: 0.45rem;
    left: 0;
    border: 1px solid #0D3780;
    color: #0D3780;
    background: transparent;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
    overflow: hidden;
}

@media (pointer: fine) {
    .common_links_item>a:hover::before {
        color: #fff;
        background-color: #0D3780;
    }
}

@media (-ms-high-contrast: none) {
    .common_links_item>a:hover::before {
        color: #fff;
        background-color: #0D3780;
    }
}

@media (pointer: coarse) {
    .common_links_item>a:active::before {
        color: #fff;
        background-color: #0D3780;
    }
}

.common_links_item>a::before {
    top: 4.8px;
    top: 0.3rem;
}

.common_list {
    margin-bottom: 1.25rem;
}

.common_list>li {
    position: relative;
    padding-left: 16px;
}

.common_list>li::before {
    content: '';
    display: block;
    position: absolute;
    top: 0.8em;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #0D3780;
}

.common_list>li> :last-child {
    margin-bottom: 0;
}

.common_list>li>figure {
    margin-top: 0.5rem;
}

.common_list.-cols2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.common_list.-cols2>li {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0;
}

.common_list.-caption {
    display: table;
    margin: 0 auto;
    font-size: 0.8rem;
    margin-top: -1.25rem;
}

.common_list.-caption>li {
    margin-bottom: 0;
}

.common_list.-lg>li {
    font-size: 1.2rem;
    font-weight: 600;
    padding-left: 24px;
}

.common_list.-lg>li::before {
    top: 0.7em;
    width: 12px;
    height: 12px;
    border-radius: 6px;
}

.common_list.-indent>li {
    padding-left: 1em;
    text-indent: -1em;
}

.common_list.-indent>li::before {
    content: none;
}

.common_loader {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    margin: 0 auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 8px solid rgba(0, 162, 203, .5);
    border-right: 8px solid rgba(0, 162, 203, .5);
    border-bottom: 8px solid rgba(0, 162, 203, .5);
    border-left: 8px solid #00A2CB;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: lgLoader 0.75s infinite linear;
    animation: lgLoader 0.75s infinite linear;
    -webkit-transition: opacity 1s ease, -webkit-transform 0.7s ease;
    transition: opacity 1s ease, -webkit-transform 0.7s ease;
    transition: transform 0.7s ease, opacity 1s ease;
    transition: transform 0.7s ease, opacity 1s ease, -webkit-transform 0.7s ease;
    overflow: hidden;
    box-sizing: border-box;
}

.common_loader::after {
    content: '';
    display: block;
    border-radius: 50%;
    width: 48px;
    height: 48px;
}

.common_loader.-center {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -24px;
}

@-webkit-keyframes lgLoader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes lgLoader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.common_local {
    margin-top: 4.6666rem;
    margin-bottom: 4.6666rem;
    padding: 4rem 40px;
    background: #EEE;
}

.common_local> :first-child {
    margin-top: 0;
}

.common_local> :last-child {
    margin-bottom: 0;
}

.common_local.-narrow {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.common_local.-sm {
    padding: 1.25rem 20px;
}

.common_local #subnav_title {
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 3.2rem;
    text-align: center;
    font-size: 1.73333rem;
    letter-spacing: 0.12em;
}

.common_local #subnav_title>a {
    display: inline-block;
    text-decoration: none;
}

.common_local #subnav_title::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 40px;
    height: 2px;
    background: #0D3780;
}

.common_local #subnav>ul,
.common_local .common_local_inner>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -16px -8px 0;
}

.common_local #subnav>ul>li,
.common_local .common_local_inner>ul>li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc(25% - 16px);
    margin: 16px 8px 0;
}

.common_local #subnav>ul>li>a,
.common_local .common_local_inner>ul>li>a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 85px;
    line-height: 1.68;
    padding: 1rem 54px 1rem 20px;
    background: #fff;
    text-decoration: none;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.common_local #subnav>ul>li>a::after,
.common_local .common_local_inner>ul>li>a::after {
    font-family: 'icon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 10px;
    margin-top: -5px;
}

@media (pointer: fine) {

    .common_local #subnav>ul>li>a:hover,
    .common_local .common_local_inner>ul>li>a:hover {
        color: #fff;
        background-color: #0D3780;
    }
}

@media (-ms-high-contrast: none) {

    .common_local #subnav>ul>li>a:hover,
    .common_local .common_local_inner>ul>li>a:hover {
        color: #fff;
        background-color: #0D3780;
    }
}

@media (pointer: coarse) {

    .common_local #subnav>ul>li>a:active,
    .common_local .common_local_inner>ul>li>a:active {
        color: #fff;
        background-color: #0D3780;
    }
}

.common_local #subnav>ul>li.current>a,
.common_local .common_local_inner>ul>li.current>a {
    color: #fff;
    background-color: #0D3780;
}

.common_local.-sm {
    padding: 30px;
}

.common_local.-sm #subnav_title {
    display: none;
}

.common_local.-sm #subnav>ul>li>a,
.common_local.-sm .common_local_inner>ul>li>a {
    min-height: 40px;
}

.common_local_btn {
    display: none;
}

@media screen and (max-width: 767px) and (pointer: fine) {
    .common_local_btn>a:hover {
        color: #fff;
        background-color: #0D3780;
    }
}

@media screen and (max-width: 767px) and (-ms-high-contrast: none) {
    .common_local_btn>a:hover {
        color: #fff;
        background-color: #0D3780;
    }
}

@media screen and (max-width: 767px) and (pointer: coarse) {
    .common_local_btn>a:active {
        color: #fff;
        background-color: #0D3780;
    }
}

.common_local.-xilinx {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 1rem 40px;
    border-top: 1px solid #0D3780;
    background: #fff;
    z-index: 1000;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
    transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

.common_local.-xilinx.-hidden {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

.common_local.-xilinx #subnav {
    max-width: 1200px;
    margin: 0 auto;
}

.common_local.-xilinx #subnav>ul {
    margin: -14px -7px 0;
}

.common_local.-xilinx #subnav>ul>li {
    width: calc(20% - 14px);
    margin: 14px 7px 0;
}

.common_local.-xilinx #subnav>ul>li>a {
    min-height: 40px;
    padding: 0.5rem 30px 0.5rem 15px;
    border: 1px solid #0D3780;
    font-size: 0.86667rem;
}

.common_local.-xilinx #subnav>ul>li>a::after {
    right: 15px;
    width: 10px;
    overflow: hidden;
    text-indent: -10px;
}

.common_local.-xilinx #subnav_title {
    display: none;
}

.common_local_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -16px -8px 0;
}

.common_local_list>li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc(25% - 16px);
    margin: 16px 8px 0;
}

.common_local_list>li>a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 85px;
    line-height: 1.68;
    padding: 1rem 45px 1rem 20px;
    background: #fff;
    text-decoration: none;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.common_local_list>li>a::after {
    font-family: 'icon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 10px;
    margin-top: -5px;
}

@media (pointer: fine) {
    .common_local_list>li>a:hover {
        color: #fff;
        background-color: #0D3780;
    }
}

@media (-ms-high-contrast: none) {
    .common_local_list>li>a:hover {
        color: #fff;
        background-color: #0D3780;
    }
}

@media (pointer: coarse) {
    .common_local_list>li>a:active {
        color: #fff;
        background-color: #0D3780;
    }
}

.common_local_list>li.current>a {
    color: #fff;
    background-color: #0D3780;
}

.common_logo {
    text-align: center;
    margin-bottom: 3rem;
}

.common_map {
    height: 450px;
    margin: 4rem 0 1.75rem;
}

.common_map iframe {
    width: 100%;
    height: 100%;
}

.common_media_img {
    overflow: hidden;
    border: 1px solid #c3c3c3;
    margin-bottom: 0.75rem;
}

.common_media_img.b_none {
    border: none;
}


.common_media_img img {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

@media (pointer: fine) {
    .common_media.biggerlink:hover .common_media_img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@media (-ms-high-contrast: none) {
    .common_media.biggerlink:hover .common_media_img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@media (pointer: coarse) {
    .common_media.biggerlink:active .common_media_img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.common_media_img>img {
    max-width: none;
    width: 100%;
}

.common_media_category {
    display: inline-block;
    font-size: 0.8rem;
    margin-bottom: 0.25rem;
    color: #0D3780;
    border-bottom: 1px solid #0D3780;
}

.common_media_time {
    font-size: 0.8rem;
    margin-bottom: 0.25rem;
}

.common_media_title {
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #c3c3c3;
}

.common_media_title>a {
    display: inline-block;
    color: #1E1E1E;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    color: #0D3780;
}

.common_media_contents {
    font-size: 0.86667rem;
}

.common_mt {
    margin-top: 4rem;
}

.common_mt.-lg {
    margin-top: 5.3333rem;
}

.common_nav {
    margin-top: 2rem;
    margin-bottom: 4rem;
}

.common_nav_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -16px -8px 0;
}

.common_nav_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc(20% - 16px);
    margin: 16px 8px 0;
}

.common_nav_item>a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 85px;
    text-decoration: none;
    line-height: 1.68;
    border: 1px solid #0D3780;
    padding: 0.25rem 45px 0.25rem 15px;
    color: #0D3780;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
}

.common_nav_item>a::after {
    font-family: 'icon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    content: "";
    font-size: 10px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -5px;
}

@media (pointer: fine) {
    .common_nav_item>a:hover {
        color: #fff;
        background-color: #0D3780;
    }
}

@media (-ms-high-contrast: none) {
    .common_nav_item>a:hover {
        color: #fff;
        background-color: #0D3780;
    }
}

@media (pointer: coarse) {
    .common_nav_item>a:active {
        color: #fff;
        background-color: #0D3780;
    }
}

.common_nav_item.current>a {
    color: #fff;
    background-color: #0D3780;
}

.common_news {
    border-top: 1px solid #c3c3c3;
    padding: 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.common_news:last-of-type {
    border-bottom: 1px solid #c3c3c3;
}

.common_news_header {
    width: 200px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.common_news_body {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.common_news_date {
    font-weight: 600;
}

.common_news_title {
    font-weight: 600;
}

.common_news_title a {
    text-decoration: none;
    font-weight: 600;
}

.common_news_content {
    margin-bottom: 0;
}

.common_news_group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.common_news_thumb {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
    margin-bottom: 0;
}

.common_note>dt {
    font-weight: 600;
    color: #c60000;
}

.common_note>dd> :last-child {
    margin-bottom: 0;
}

.common_objectfit>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.common_objectfit.-contain>img {
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain;';
}

.common_objectfit.-scale-down>img {
    -o-object-fit: scale-down;
    object-fit: scale-down;
    font-family: 'object-fit: scale-down;';
}

.common_order {
    counter-reset: order;
    margin-bottom: 1.25rem;
}

.common_order>li {
    counter-increment: order;
    margin-bottom: 0.5rem;
    padding-left: 1.25rem;
    text-indent: -1.25rem;
}

.common_order>li:last-child {
    margin-bottom: 0;
}

.common_order>li::before {
    content: counter(order) ".";
    display: inline-block;
    color: #0D3780;
    text-indent: 0;
    min-width: 20px;
    min-width: 1.25rem;
}

.common_order>li .common_order,
.common_order>li .common_list {
    margin-top: 0.5rem;
}

.common_pagelink {
    padding: 3rem 40px;
    background: #EEE;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.common_pagelink> :last-child {
    margin-bottom: 0;
}

.common_pagelink_title {
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 3.2rem;
    text-align: center;
    font-size: 1.73333rem;
    font-weight: 400;
    letter-spacing: 0.12em;
}

.common_pagelink_title::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 40px;
    height: 2px;
    background: #0D3780;
}

.common_pagelink_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -4px -2px 0;
}

.common_pagelink_list_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc(20% - 4px);
    margin: 4px 2px 0;
}

.common_pagelink_list.-cols2 .common_pagelink_list_item {
    width: calc(50% - 4px);
}

.common_pagelink_list.-cols3 .common_pagelink_list_item {
    width: calc(33.3333% - 4px);
}

.common_pagelink_list.-cols4 .common_pagelink_list_item {
    width: calc(25% - 4px);
}

.common_pagelink_list_item>a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.86667rem;
    width: 100%;
    background: #fff;
    padding: 1rem 35px 1rem 15px;
    text-decoration: none;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.common_pagelink_list_item>a::after {
    font-family: 'icon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 14px;
    overflow: hidden;
    margin-top: -7px;
    color: #00A2CB;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (pointer: fine) {
    .common_pagelink_list_item>a:hover {
        color: #fff;
        background-color: #00A2CB;
    }

    .common_pagelink_list_item>a:hover::after {
        color: #fff;
    }
}

@media (-ms-high-contrast: none) {
    .common_pagelink_list_item>a:hover {
        color: #fff;
        background-color: #00A2CB;
    }

    .common_pagelink_list_item>a:hover::after {
        color: #fff;
    }
}

@media (pointer: coarse) {
    .common_pagelink_list_item>a:active {
        color: #fff;
        background-color: #00A2CB;
    }

    .common_pagelink_list_item>a:active::after {
        color: #fff;
    }
}

.common_pagelink_list_item.-lg {
    width: calc(50% - 4px);
}

.common_pagelink_list_item.-lg>a {
    font-size: 1.06667rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 1rem 35px;
}

.common_pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    margin: 4rem 0;
}

.common_pagination_item {
    margin: 0 2px;
}

.common_pagination_item>a {
    display: block;
    font-size: 0.86667rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #00A2CB;
    border: 1px solid #00A2CB;
    text-decoration: none;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
}

@media (pointer: fine) {
    .common_pagination_item>a:hover {
        color: #fff;
        background-color: #00A2CB;
    }
}

@media (-ms-high-contrast: none) {
    .common_pagination_item>a:hover {
        color: #fff;
        background-color: #00A2CB;
    }
}

@media (pointer: coarse) {
    .common_pagination_item>a:active {
        color: #fff;
        background-color: #00A2CB;
    }
}

.common_pagination_item.-current>a {
    color: #1E1E1E;
    border-color: transparent;
}

@media (pointer: fine) {
    .common_pagination_item.-current>a:hover {
        background-color: transparent;
    }
}

@media (-ms-high-contrast: none) {
    .common_pagination_item.-current>a:hover {
        background-color: transparent;
    }
}

@media (pointer: coarse) {
    .common_pagination_item.-current>a:active {
        background-color: transparent;
    }
}

.common_pagination_item.-prev>a {
    position: relative;
    padding-left: 28px;
    white-space: nowrap;
    overflow: hidden;
}

.common_pagination_item.-prev>a::before {
    font-family: 'icon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 20px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.common_pagination_item.-next>a {
    position: relative;
    padding-left: 28px;
    white-space: nowrap;
    overflow: hidden;
}

.common_pagination_item.-next>a::before {
    font-family: 'icon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 20px;
}

.common_photolabel {
    position: relative;
    overflow: hidden;
}

.common_photolabel img {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

@media (pointer: fine) {
    .common_photolink.biggerlink:hover .common_photolabel img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@media (-ms-high-contrast: none) {
    .common_photolink.biggerlink:hover .common_photolabel img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@media (pointer: coarse) {
    .common_photolink.biggerlink:active .common_photolabel img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.common_photolabel figcaption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 1.33333rem;
}

.common_photolink {
    padding-bottom: 1rem;
}

.common_local .common_photolink {
    padding-bottom: 0;
}

.common_photolink> :last-child {
    margin-bottom: 0;
}

.common_photolink_img {
    overflow: hidden;
    margin-bottom: 1rem;
    border: 1px solid #c3c3c3;
}

.common_photolink_img img {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

@media (pointer: fine) {
    .common_photolink.biggerlink:hover .common_photolink_img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@media (-ms-high-contrast: none) {
    .common_photolink.biggerlink:hover .common_photolink_img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@media (pointer: coarse) {
    .common_photolink.biggerlink:active .common_photolink_img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.common_photolink_img img {
    max-width: none;
    width: 100%;
}

.common_photolink_img.-no-border {
    border: 0;
}

.common_photolink_img.-mg-img {
    margin-bottom: 1.75rem;
}

.common_photolink.-fade .common_photolink_img img {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

@media (pointer: fine) {
    .common_photolink.-fade.biggerlink:hover .common_photolink_img img {
        opacity: 0.7;
        -webkit-transform: none;
        transform: none;
    }
}

@media (-ms-high-contrast: none) {
    .common_photolink.-fade.biggerlink:hover .common_photolink_img img {
        opacity: 0.7;
        -webkit-transform: none;
        transform: none;
    }
}

@media (pointer: coarse) {
    .common_photolink.-fade.biggerlink:active .common_photolink_img img {
        opacity: 0.7;
        -webkit-transform: none;
        transform: none;
    }
}

.common_photolink_label {
    margin-bottom: 0.5rem;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.common_photolink_label>a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding-left: 35px;
}

.common_photolink_label>a::before {
    font-family: 'icon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    content: "";
    font-size: 18px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    top: 0.25rem;
    left: 0;
    border: 1px solid #0D3780;
    color: #0D3780;
    background: transparent;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
    overflow: hidden;
}

@media (pointer: fine) {
    .common_photolink:hover .common_photolink_label>a::before {
        color: #fff;
        background-color: #0D3780;
    }
}

@media (-ms-high-contrast: none) {
    .common_photolink:hover .common_photolink_label>a::before {
        color: #fff;
        background-color: #0D3780;
    }
}

@media (pointer: coarse) {
    .common_photolink:active .common_photolink_label>a::before {
        color: #fff;
        background-color: #0D3780;
    }
}

.common_photolink_label>a::before {
    top: 6.4px;
    top: 0.4rem;
}

.common_photolink_label>a[target='_blank']::after {
    font-family: 'icon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    content: "";
    display: inline-block;
    font-size: 14px;
    width: 14px;
    height: 14px;
    overflow: hidden;
    margin-left: 10px;
    vertical-align: 0;
}

.common_photolink_label>a[href$='.pdf']::after {
    content: '';
    display: inline-block;
    width: 19px;
    height: 24px;
    overflow: hidden;
    margin-left: 10px;
    vertical-align: -5px;
    background: url("/dcms_media/image/common/pdf.png") no-repeat 0 0/cover;
}

.common_photolink_label.-lg {
    font-size: 1.2rem;
    font-weight: 600;
    padding-left: 35px;
}

.common_photolink_label.-lg>a {
    margin-left: -35px;
}

.common_photolink_label.-lg>a::before {
    top: 8.8px;
    top: 0.55rem;
}

.common_photolink_label.-lg+.-md {
    margin-top: -0.5rem;
}

.common_photolink_label.-lg.-no-pad {
    padding-left: 0;
}

.common_photolink_label.-md {
    font-size: 1.06667rem;
    font-weight: 600;
}

.common_photolink_label.-md>a::before {
    top: 10.4px;
    top: 0.65rem;
}

.common_photolink_label.-center {
    text-align: center;
}

.common_photolink_label.-has_icon {
    position: relative;
    padding-right: 36px;
}

.common_photolink_label.-has_icon .common_photolink_icon {
    position: absolute;
    right: 0;
    top: 8px;
}

@media (pointer: fine) {
    .common_photolink.biggerlink:hover .common_photolink_label {
        color: #0D3780;
    }
}

@media (-ms-high-contrast: none) {
    .common_photolink.biggerlink:hover .common_photolink_label {
        color: #0D3780;
    }
}

@media (pointer: coarse) {
    .common_photolink.biggerlink:active .common_photolink_label {
        color: #0D3780;
    }
}

.common_photolink_sub {
    font-size: 1rem;
    font-weight: 600;
    padding-left: 35px;
}

.common_photolink_label+.common_photolink_sub {
    margin-top: -0.5rem;
}

.common_photolink_text {
    margin-bottom: 1rem;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

@media (pointer: fine) {
    .common_photolink.biggerlink:hover .common_photolink_text {
        color: #0D3780;
    }
}

@media (-ms-high-contrast: none) {
    .common_photolink.biggerlink:hover .common_photolink_text {
        color: #0D3780;
    }
}

@media (pointer: coarse) {
    .common_photolink.biggerlink:active .common_photolink_text {
        color: #0D3780;
    }
}

.common_photolink_tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 1rem;
    margin-left: -2px;
    margin-right: -2px;
}

.common_photolink_tag>li {
    font-size: 0.73333rem;
    margin: 0 2px;
    line-height: 1;
    padding: 0.5rem 10px;
    min-width: 50px;
    color: #fff;
    text-align: center;
    background: #0D3780;
}

.common_photolink_icon {
    position: relative;
    top: 0.475rem;
    margin-left: 0.5rem;
}

.common_photolink_dl {
    margin-bottom: 1rem;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

@media (pointer: fine) {
    .common_photolink.biggerlink:hover .common_photolink_dl {
        color: #0D3780;
    }
}

@media (-ms-high-contrast: none) {
    .common_photolink.biggerlink:hover .common_photolink_dl {
        color: #0D3780;
    }
}

@media (pointer: coarse) {
    .common_photolink.biggerlink:active .common_photolink_dl {
        color: #0D3780;
    }
}

.common_photolink_dl>dt {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.common_photolink .common_link>a {
    color: #1E1E1E;
    text-decoration: none;
}

@media (pointer: fine) {
    .common_photolink:hover .common_link>a::before {
        color: #fff;
        background-color: #0D3780;
    }
}

@media (-ms-high-contrast: none) {
    .common_photolink:hover .common_link>a::before {
        color: #fff;
        background-color: #0D3780;
    }
}

@media (pointer: coarse) {
    .common_photolink:active .common_link>a::before {
        color: #fff;
        background-color: #0D3780;
    }
}

.common_product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    border: 1px solid #c3c3c3;
}

.common_product_header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.75rem;
}

.common_product_header> :first-child {
    margin-top: 0;
}

.common_product_header> :last-child {
    margin-bottom: 0;
}

.common_product_header_img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
    padding-right: 20px;
}

.common_product_header_inner {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.common_product_header_inner> :last-child {
    margin-bottom: 0;
}

.common_product_header_title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 1.33333rem;
    font-weight: 400;
    color: #0D3780;
}

.common_product_header_data {
    color: #c60000;
    margin-bottom: 0.5rem;
}

.common_product_header_new {
    display: inline-block;
    background: #c60000;
    color: #fff;
    padding: 0.25rem 10px;
    margin-right: 10px;
    font-size: 0.8rem;
}

.common_product_header_category {
    display: inline-block;
    background: #0D3780;
    color: #fff;
    padding: 0.25rem 10px;
    margin-right: 10px;
    font-size: 0.8rem;
}

.common_product_body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 1.75rem;
}

.common_product_body> :first-child {
    margin-top: 0;
}

.common_product_body> :last-child {
    margin-bottom: 0;
}

.common_product_body.-micron>* {
    margin-bottom: 0.75rem;
}

.common_product_body.-micron>*:last-child {
    margin-bottom: 0;
}

.common_product_footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.common_product_footer> :last-child {
    margin-bottom: 0;
}

.common_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -2rem -15px 4rem;
}

.common_imgrow_body>.common_row:first-child,
.common_inner>.common_row:first-child {
    margin-top: -2rem;
}

.common_row.-title-lg {
    margin-top: 4.6666rem;
}

.common_row.-title-md {
    margin-top: 1.2rem;
}

.common_row.-title-sm {
    margin-top: -1.5rem;
}

.common_row.-narrow {
    margin-left: -10px;
    margin-right: -10px;
}

.common_row.-wide {
    margin-top: -4rem;
    margin-left: -30px;
    margin-right: -30px;
}

.common_imgrow_body>.common_row.-wide:first-child {
    margin-top: -4rem;
}

.common_row.-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.common_row.-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.common_row.-nowrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.common_row.-mg-b-sm {
    margin-bottom: 1.25rem;
}

.common_row.-box {
    margin: -3.2rem -20px 4rem;
}

.common_box+.common_row.-box {
    margin-top: -1.75rem;
}

.common_row.-box.-mt-none {
    margin-top: -2.6666rem;
}

.common_row_item {
    margin: 2rem 15px;
}
.common_row_item.border {
    border: 1px solid #c3c3c3;
}
.mediab_right {
    padding: 0 15px 15px;
}
.common_row_item> :first-child {
    margin-top: 0;
}

.common_row_item> :last-child {
    margin-bottom: 0;
}

.common_row_item.-fluid {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.common_row_item.-btn {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 340px;
}

.common_row_item.-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.common_row.-box .common_row_item {
    width: calc(50% - 40px);
    margin: 3.2rem 20px 0;
}

.common_row.-box .common_row_item.-cols3 {
    width: calc(33.3333% - 40px);
}

.common_row.-cols2 .common_row_item {
    width: calc(50% - 30px);
}

.common_row.-cols3 .common_row_item {
    width: calc(33.3333% - 30px);
}

.common_row.-cols4 .common_row_item {
    width: calc(25% - 30px);
}

.common_row.-cols5 .common_row_item {
    width: calc(20% - 30px);
}

.common_row.-narrow .common_row_item {
    margin-left: 10px;
    margin-right: 10px;
}

.common_row.-narrow.-cols2 .common_row_item {
    width: calc(50% - 20px);
}

.common_row.-narrow.-cols3 .common_row_item {
    width: calc(33.3333% - 20px);
}

.common_row.-narrow.-cols4 .common_row_item {
    width: calc(25% - 20px);
}

.common_row.-narrow.-cols5 .common_row_item {
    width: calc(20% - 20px);
}

.common_row.-wide .common_row_item {
    margin-top: 4rem;
    margin-left: 20px;
    margin-right: 20px;
}

.common_row.-wide.-cols2 .common_row_item {
    width: calc(50% - 60px);
}

.common_row.-wide.-cols3 .common_row_item {
    width: calc(33.3333% - 60px);
}

.common_row.-wide.-cols4 .common_row_item {
    width: calc(25% - 60px);
}

.common_row_img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 1.25rem;
}

.common_row_img img {
    max-width: none;
    width: 100%;
}

.common_row_body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 1rem;
}

.common_row_body> :first-child {
    margin-top: 0;
}

.common_row_body> :last-child {
    margin-bottom: 0;
}

.common_row_footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.common_row_footer> :first-child {
    margin-top: 0;
}

.common_row_footer> :last-child {
    margin-bottom: 0;
}

.common_seminar {
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding: 40px;
    border-top: 3px solid #0D3780;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
}

.common_seminar> :last-child {
    margin-bottom: 0;
}

.common_seminar .common_table th {
    width: 300px;
}

.common_tab {
    position: relative;
    overflow: hidden;
    margin-top: -1rem;
}

.common_tab_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1.25;
    margin-bottom: 2.5rem;
}

.common_tab_nav_item {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
}

.common_tab_nav_item>a {
    display: block;
    text-align: center;
    color: #BBB;
    text-decoration: none;
    border-bottom: 2px solid #c3c3c3;
    padding: 1rem 15px;
    -webkit-transition: color 0.3s, border-color 0.3s;
    transition: color 0.3s, border-color 0.3s;
}

@media (pointer: fine) {
    .common_tab_nav_item>a:hover {
        color: #1E1E1E;
    }
}

@media (-ms-high-contrast: none) {
    .common_tab_nav_item>a:hover {
        color: #1E1E1E;
    }
}

@media (pointer: coarse) {
    .common_tab_nav_item>a:active {
        color: #1E1E1E;
    }
}

.common_tab_nav_item.-current>a {
    color: #1E1E1E;
    border-color: #00A2CB;
}

.common_tab_inner {
    position: absolute;
    top: -9999px;
    left: -9999px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.7s, visibility 0.7s;
    transition: opacity 0.7s, visibility 0.7s;
}

.common_tab_inner.-current {
    position: relative;
    top: auto;
    left: auto;
    opacity: 1;
    visibility: visible;
}

.common_tab_inner> :first-child {
    margin-top: 0;
}

.common_tab_inner> :last-child {
    margin-bottom: 0;
}

.common_tab2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 3.2rem -2px 4rem;
}

.common_tab2::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 2px;
    right: 2px;
    height: 2px;
    background-color: #00A2CB;
}

.common_tab2_item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 2px;
}

.common_tab2_item>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    min-height: 60px;
    padding: 0.5rem 15px;
    color: #00A2CB;
    border: 1px solid #00A2CB;
    border-bottom-width: 2px;
    text-decoration: none;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
    line-height: 1.68;
}

@media (pointer: fine) {
    .common_tab2_item>a:hover {
        color: #fff;
        background-color: #00A2CB;
    }
}

@media (-ms-high-contrast: none) {
    .common_tab2_item>a:hover {
        color: #fff;
        background-color: #00A2CB;
    }
}

@media (pointer: coarse) {
    .common_tab2_item>a:active {
        color: #fff;
        background-color: #00A2CB;
    }
}

.common_tab2_item.-current {
    min-height: 75px;
}

.common_tab2_item.-current>a {
    color: #fff;
    background-color: #00A2CB;
}

.common_table_product {
    width: 100%;
    margin-bottom: 1.75rem;
}

.common_table_product th,
.common_table_product td {
    padding: 1.25rem 20px;
}

.common_table_product th> :last-child,
.common_table_product td> :last-child {
    margin-bottom: 0;
}

.common_table_product tr {
    border-bottom: 1px solid #c3c3c3;
}

.common_table_product thead td {
    text-align: center;
    width: 33.333%;
    border-top: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
}

.common_table_product thead td:first-child {
    border-top: none;
}

.common_table_product tbody th {
    font-weight: bold;
}

.common_table_product tbody td {
    text-align: center;
    background-color: #E5F7FC;
}

.common_table_product tbody td.-bold {
    font-weight: bold;
}

.common_table_product tbody td span.-green {
    color: #5fb167;
}

.common_table_product tbody tr:nth-child(odd) td:nth-child(even) {
    background-color: #cef0f9;
}

.common_table_product tbody tr:nth-child(even) td:nth-child(odd) {
    background-color: #cef0f9;
}

.common_table_product tr:last-child th {
    border-bottom-color: #c3c3c3;
}

.common_table {
    width: 100%;
    border-top: 1px solid #c3c3c3;
    border-left: 1px solid #c3c3c3;
    margin-bottom: 1.75rem;
}

.common_table.-fixed {
    table-layout: fixed;
}

.common_table.-sm {
    font-size: 0.86667rem;
}

.common_table caption {
    text-align: left;
    font-size: 1.2rem;
    font-weight: 500;
    color: #0D3780;
    margin-bottom: 0.75rem;
}

.common_table.common_swipe caption {
    display: none;
}

.common_table th,
.common_table td {
    padding: 0.75rem 15px;
}

.common_table th> :last-child,
.common_table td> :last-child {
    margin-bottom: 0;
}

.common_table.-top th,
.common_table.-top td {
    vertical-align: top;
}

.common_table.-narrow th,
.common_table.-narrow td {
    padding: 0.75rem 20px;
}

.common_table th {
    background: #E4EBF1;
    border-bottom: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
}

.common_table th.common_table_head {
    color: #fff;
    background: #0D3780;
}

.common_table thead th {
    color: #fff;
    background: #0D3780;
}

.common_table tr:last-child th {
    border-bottom-color: #c3c3c3;
}

.common_table td {
    border-bottom: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
}

.common_table.common_center th {
    text-align: center;
}

.common_table_footer {
    background: #EEE;
}

.common_table2 {
    line-height: 2;
    margin-bottom: 1.75rem;
}

.common_table2 caption {
    text-align: left;
    color: #0D3780;
}

.common_table2 th,
.common_table2 td {
    vertical-align: top;
}

.common_table2 th {
    color: rgba(30, 30, 30, .5);
    padding-right: 30px;
    white-space: nowrap;
}

.common_table2 tr:last-child th,
.common_table2 tr:last-child td {
    padding-bottom: 0;
}

.common_tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px -2px 0 -3px;
}

.common_tag_item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 5px 2px 0 3px;
    padding: 0 8px;
    font-size: 0.8rem;
    border: 1px solid #8F8F8F;
    color: #8F8F8F;
}

.tellink_disable {
    color: #1E1E1E;
    text-decoration: none;
    cursor: default;
}

.tellink_disable:hover {
    color: #1E1E1E;
}

.common_left {
    text-align: left;
}

.common_center {
    text-align: center;
}

.common_center.-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
}

.common_right {
    text-align: right;
}

.common_red {
    color: #c60000;
}

.common_blue {
    color: #0e55ee;
}

.common_key {
    color: #00A2CB;
}

.common_title2 {
    margin-top: 4.6666rem;
    margin-bottom: 2.5rem;
    font-size: 1.73333rem;
    font-weight: 600;
    line-height: 1.25;
    padding-left: 30px;
    border-left: 5px solid #76D3EB;
    letter-spacing: 0.05em;
}

.common_title2.-append-logo {
    position: relative;
    display: table;
    padding-right: 95px;
}

.common_title2.-append-logo>img {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -40px;
}

.common_title_sub+.common_title2 {
    margin-top: -1rem;
}

.common_title3 {
    position: relative;
    color: #0D3780;
    font-size: 1.33333rem;
    font-weight: 600;
    padding-left: 5px;
    padding-bottom: 0.75rem;
    margin-top: 6.6666rem;
    margin-bottom: 2rem;
    border-bottom: 2px solid #c3c3c3;
}

.common_title3::before {
    /*  content: '';*/
    display: block;
    position: absolute;
    position: absolute;
    left: 5px;
    top: 12.8px;
    top: 0.8rem;
    width: 16px;
    height: 16px;
    background: #0D3780;
}

.common_title3::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 200px;
    height: 2px;
    background-color: #0D3780;
}

h2+.common_title3,
.common_title2+.common_title3 {
    margin-top: 0;
}

.common_title3.-narrow {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.common_title3.-narrow:first-child {
    margin-top: 0;
}

.common_title_fill {
    display: table;
    color: #0D3780;
    background: #E4EBF1;
    font-weight: 400;
    margin-top: 3.2rem;
    margin-bottom: 2rem;
    padding: 0.65rem 15px;
}

.common_title2+.common_title_fill,
.common_title3+.common_title_fill,
.common_title_fill+.common_title_fill,
.common_title_border+.common_title_fill,
.common_title_line+.common_title_fill {
    margin-top: 0;
}

.common_title_border {
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: 3.2rem;
    margin-bottom: 2rem;
    line-height: 1.68;
}

.common_title_border_inner {
    position: relative;
    padding-bottom: 0.25rem;
    border-bottom: 2px solid #76D3EB;
}

.common_title2+.common_title_border,
.common_title3+.common_title_border,
.common_title_fill+.common_title_border,
.common_title_border+.common_title_border,
.common_title_line+.common_title_border {
    margin-top: 0;
}

.common_title_line {
    position: relative;
    font-weight: 400;
    margin-top: 3.2rem;
    margin-bottom: 2rem;
    padding-bottom: 0.75rem;
}

.common_title_line::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: #76D3EB;
}

.common_title2+.common_title_line,
.common_title3+.common_title_line,
.common_title_fill+.common_title_line,
.common_title_border+.common_title_line,
.common_title_line+.common_title_line {
    margin-top: 0;
}

.common_title_border2 {
    font-size: 1.33333rem;
    font-weight: 400;
    color: #0D3780;
    margin-top: 3.2rem;
    margin-bottom: 2rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #0D3780;
}

.common_title2+.common_title_border2 {
    margin-top: 0;
}

.common_title_border2.-title-lg {
    margin-top: 6.6666rem;
}

.common_title_border3 {
    font-size: 1.33333rem;
    font-weight: 400;
    color: #0D3780;
    margin-top: 3.2rem;
    margin-bottom: 2rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #c3c3c3;
}

.common_title2+.common_title_border3 {
    margin-top: 0;
}

.common_title4 {
    font-size: 1.33333rem;
    font-weight: 600;
    color: #00A2CB;
    line-height: 1.68;
    margin-top: 3.2rem;
    margin-bottom: 1.25rem;
}

.common_title4 a {
    text-decoration: none;
}

.common_title4.-lg {
    font-size: 2rem;
}

.common_title4.-md {
    font-size: 1.73333rem;
}

.common_title4.-center {
    text-align: center;
}

.common_title2+.common_title4,
.common_title3+.common_title4 {
    margin-top: 0;
}

.common_title_sub+.common_title4 {
    margin-top: -1rem;
}

.common_title_sub {
    font-weight: 600;
}

.common_title_sub.-key {
    color: #00A2CB;
}

.common_title_center {
    position: relative;
    text-align: center;
    color: #0D3780;
    font-size: 2rem;
    font-weight: 600;
    padding-bottom: 0.5rem;
    margin-top: 6.6666rem;
    margin-bottom: 2.5rem;
    letter-spacing: 0.12em;
}

.common_title_center::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 40px;
    height: 2px;
    background: #0D3780;
    margin: 0 auto;
}

.common_title_center_sub {
    display: inline-block;
    font-size: 1.2rem;
    padding-bottom: 0.75rem;
}

.common_inner.-w .common_title_center {
    color: #fff;
}

.common_inner.-w .common_title_center::after {
    background-color: #fff;
}

.common_title_bg_border {
    position: relative;
    padding: 0 30px;
    font-size: 1.6rem;
    font-weight: 400;
    margin-top: 3.2rem;
    margin-bottom: 2rem;
    text-align: center;
}

.common_title_bg_border::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #00A2CB;
    margin-top: -1px;
}

.common_title_bg_border_inner {
    position: relative;
    display: inline-block;
    background: #fff;
    padding: 0 15px;
    line-height: 1.68;
}

.common_title5 {
    position: relative;
    color: #00A2CB;
    text-align: center;
    font-size: 1.73333rem;
    font-weight: 400;
    margin-top: 6.6666rem;
    margin-bottom: 2rem;
    line-height: 1.68;
}

.common_title5::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    max-width: 1000px;
    width: calc(100% - 40px);
    height: 1px;
    background: #00A2CB;
    margin: 0 auto;
}

.common_title5.-full::before {
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
}

.common_title5.-black {
    color: #1E1E1E;
    font-weight: 600;
}

.common_title5.-narrow {
    margin-bottom: 1.25rem;
}

.common_title5_inner {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    background: #fff;
}

.common_container .common_title5_inner {
    background: #EEE;
}

.common_title6 {
    font-size: 1.73333rem;
    text-align: center;
    font-weight: 400;
    margin-top: 6.6666rem;
    margin-bottom: 2rem;
}

.common_title5+.common_title6 {
    margin-top: 0;
}

.common_topics {
    margin-bottom: 4rem;
    border-top: 1px solid #c3c3c3;
    padding-top: 1rem;
}

.common_tab .common_topics {
    border-top: 0;
    padding-top: 0;
}

.common_topics>dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #c3c3c3;
}

.common_topics>dl:last-child {
    margin-bottom: 0;
}

.common_topics .rss_date {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 10px;
    font-weight: 400;
    color: #8E8E8E;
}

.common_topics .rss_title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin: 0 10px;
    display: flex;
    justify-content: space-between;
}

.common_topics .rss_title>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #1E1E1E;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.common_topics .rss_title .btn_inner a {
    display: inline-block;
    font-size: 0.86667rem;
    min-width: 140px;
    color: #fff;
    background: #0D3780;
    text-align: center;
    line-height: 1.68;
    padding: 0.25rem 10px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.common_topics .rss_title span.btn {
    display: flex;
    margin-left: 20px;
    width: 100%;
    max-width: 445px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.common_topics .rss_title span.btn_inner {
    margin-left: 7px;
    margin-bottom: 7px;
    line-height: 2.4;
}

.common_topics .rss_title span.btn_inner:last-child {
    margin-right: 0px;
}

@media (pointer: fine) {
    .common_topics .rss_title>a:hover {
        color: #00A2CB;
    }

    .common_topics .rss_title>a:hover .btn_inner {
        opacity: 0.7;
    }
}

@media (-ms-high-contrast: none) {
    .common_topics .rss_title>a:hover {
        color: #00A2CB;
    }

    .common_topics .rss_title>a:hover .btn_inner {
        opacity: 0.7;
    }
}

@media (pointer: coarse) {
    .common_topics .rss_title>a:active {
        color: #00A2CB;
    }

    .common_topics .rss_title>a:active .btn_inner {
        opacity: 0.7;
    }
}

.common_topics .rss_title>a .icon {
    display: inline-block;
    font-size: 0.8rem;
    text-align: center;
    min-width: 40px;
    color: #76D3EB;
    border: 1px solid #76D3EB;
    margin-right: 20px;
    min-width: 120px !important;
}

.common_topics .rss_title>a .icon.pdf {
    color: #c31919;
    background: #fff;
    border: 1px solid #c31919;
    min-width: 50px !important;
}

.common_topics .rss_title>a .btn {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: auto;
    padding-left: 20px;
}

.common_topics .rss_title>a .btn_inner {
    display: block;
    font-size: 0.86667rem;
    min-width: 160px;
    color: #fff;
    background: #0D3780;
    text-align: center;
    line-height: 1.68;
    padding: 0.25rem 10px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.common_topics .rss_contents {
    display: none;
}

.common_video {
    margin-bottom: 1.75rem;
}

.common_video.-title-lg {
    margin-top: 6.6666rem;
}

.common_video.-title-md {
    margin-top: 3.2rem;
}

.common_video_inner {
    position: relative;
    padding-top: 56.25%;
}

.common_video_inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.common_video_caption {
    margin-top: 1.25rem;
}

.common_video_caption.-bold {
    font-weight: 600;
}

.common_video_dl {
    margin-top: 1.25rem;
}

.common_video_dl>dt {
    font-weight: 600;
}

.common_view {
    margin: 3.2rem 0 1.75rem;
    padding: 40px;
    background: #EEE;
}

.common_view_title {
    font-weight: 600;
    margin-bottom: 1.25rem;
}

.common_view_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px;
}

.common_view_bnr {
    margin: 0 10px;
}

.common_view_bnr>a {
    display: block;
    margin-bottom: 10px;
}

.common_view_bnr>a:last-child {
    margin-bottom: 0;
}

.common_view_body {
    margin: 0 10px;
    padding-left: 20px;
    font-size: 0.86667rem;
}

.common_view_body>p {
    margin-bottom: 0;
}

.common_view_body_video {
    position: relative;
    padding-left: 30px;
}

.common_view_body_video::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: url("/dcms_media/image/common/video.png") no-repeat 0 0/24px 24px;
}

.common_view_body_pdf {
    position: relative;
    padding-left: 30px;
}

.common_view_body_pdf::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 3px;
    width: 19px;
    height: 24px;
    background: url("/dcms_media/image/common/pdf.png") no-repeat 0 0/19px 24px;
}

.common_widget {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 360px;
    width: 100%;
    height: 600px;
}

@media screen and (min-width: 768px) {
    .l_contents .common_widget+* {
        margin-top: 0;
    }
}

.common_widget.-inp {
    width: 40%;
    max-width: 480px;
}

.common_widget.-slider {
    max-width: 450px;
}

.common_widget_inner {
    max-width: 360px;
    padding: 1.25rem 24px;
    background: rgba(255, 255, 255, .85);
}

.common_widget_title {
    font-size: 1.33333rem;
    font-weight: 400;
    color: #0D3780;
    margin-bottom: 0.5rem;
}

.common_widget_img {
    margin-bottom: 1rem;
}

.common_widget_img img {
    width: 100%;
    max-width: auto;
}

.common_widget_slider {
    position: relative;
    max-width: 360px;
    margin: 0 auto;
}

.common_widget_slider .slick-arrow {
    width: 15px;
    height: 30px;
    padding-left: 15px;
    margin-top: -15px;
    background: none;
}

.common_widget_slider .slick-prev {
    left: -45px;
}

.common_widget_slider .slick-prev::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

@media (pointer: fine) {
    .common_widget_slider .slick-prev:hover {
        -webkit-transform: none;
        transform: none;
    }

    .common_widget_slider .slick-prev:hover::before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-left-color: #00AEE0;
        border-top-color: #00AEE0;
    }
}

@media (-ms-high-contrast: none) {
    .common_widget_slider .slick-prev:hover {
        -webkit-transform: none;
        transform: none;
    }

    .common_widget_slider .slick-prev:hover::before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-left-color: #00AEE0;
        border-top-color: #00AEE0;
    }
}

@media (pointer: coarse) {
    .common_widget_slider .slick-prev:active {
        -webkit-transform: none;
        transform: none;
    }

    .common_widget_slider .slick-prev:active::before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-left-color: #00AEE0;
        border-top-color: #00AEE0;
    }
}

.common_widget_slider .slick-next {
    right: -45px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.common_widget_slider .slick-next::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

@media (pointer: fine) {
    .common_widget_slider .slick-next:hover::before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-left-color: #00AEE0;
        border-top-color: #00AEE0;
    }
}

@media (-ms-high-contrast: none) {
    .common_widget_slider .slick-next:hover::before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-left-color: #00AEE0;
        border-top-color: #00AEE0;
    }
}

@media (pointer: coarse) {
    .common_widget_slider .slick-next:active::before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-left-color: #00AEE0;
        border-top-color: #00AEE0;
    }
}

.common_widget_bnr {
    text-align: center;
}

.common_widget_bnr>a {
    display: inline-block;
    background: #fff;
}

.common_widget_bnr>a>img {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

@media (pointer: fine) {
    .common_widget_bnr>a:hover>img {
        opacity: 0.7;
    }
}

@media (-ms-high-contrast: none) {
    .common_widget_bnr>a:hover>img {
        opacity: 0.7;
    }
}

@media (pointer: coarse) {
    .common_widget_bnr>a:active>img {
        opacity: 0.7;
    }
}

.common_w1 {
    width: 1%;
}

.common_w2 {
    width: 2%;
}

.common_w3 {
    width: 3%;
}

.common_w4 {
    width: 4%;
}

.common_w5 {
    width: 5%;
}

.common_w6 {
    width: 6%;
}

.common_w7 {
    width: 7%;
}

.common_w8 {
    width: 8%;
}

.common_w9 {
    width: 9%;
}

.common_w10 {
    width: 10%;
}

.common_w11 {
    width: 11%;
}

.common_w12 {
    width: 12%;
}

.common_w13 {
    width: 13%;
}

.common_w14 {
    width: 14%;
}

.common_w15 {
    width: 15%;
}

.common_w16 {
    width: 16%;
}

.common_w17 {
    width: 17%;
}

.common_w18 {
    width: 18%;
}

.common_w19 {
    width: 19%;
}

.common_w20 {
    width: 20%;
}

.common_w21 {
    width: 21%;
}

.common_w22 {
    width: 22%;
}

.common_w23 {
    width: 23%;
}

.common_w24 {
    width: 24%;
}

.common_w25 {
    width: 25%;
}

.common_w26 {
    width: 26%;
}

.common_w27 {
    width: 27%;
}

.common_w28 {
    width: 28%;
}

.common_w29 {
    width: 29%;
}

.common_w30 {
    width: 30%;
}

.common_w31 {
    width: 31%;
}

.common_w32 {
    width: 32%;
}

.common_w33 {
    width: 33%;
}

.common_w34 {
    width: 34%;
}

.common_w35 {
    width: 35%;
}

.common_w36 {
    width: 36%;
}

.common_w37 {
    width: 37%;
}

.common_w38 {
    width: 38%;
}

.common_w39 {
    width: 39%;
}

.common_w40 {
    width: 40%;
}

.common_w41 {
    width: 41%;
}

.common_w42 {
    width: 42%;
}

.common_w43 {
    width: 43%;
}

.common_w44 {
    width: 44%;
}

.common_w45 {
    width: 45%;
}

.common_w46 {
    width: 46%;
}

.common_w47 {
    width: 47%;
}

.common_w48 {
    width: 48%;
}

.common_w49 {
    width: 49%;
}

.common_w50 {
    width: 50%;
}

.common_w51 {
    width: 51%;
}

.common_w52 {
    width: 52%;
}

.common_w53 {
    width: 53%;
}

.common_w54 {
    width: 54%;
}

.common_w55 {
    width: 55%;
}

.common_w56 {
    width: 56%;
}

.common_w57 {
    width: 57%;
}

.common_w58 {
    width: 58%;
}

.common_w59 {
    width: 59%;
}

.common_w60 {
    width: 60%;
}

.common_w61 {
    width: 61%;
}

.common_w62 {
    width: 62%;
}

.common_w63 {
    width: 63%;
}

.common_w64 {
    width: 64%;
}

.common_w65 {
    width: 65%;
}

.common_w66 {
    width: 66%;
}

.common_w67 {
    width: 67%;
}

.common_w68 {
    width: 68%;
}

.common_w69 {
    width: 69%;
}

.common_w70 {
    width: 70%;
}

.common_w71 {
    width: 71%;
}

.common_w72 {
    width: 72%;
}

.common_w73 {
    width: 73%;
}

.common_w74 {
    width: 74%;
}

.common_w75 {
    width: 75%;
}

.common_w76 {
    width: 76%;
}

.common_w77 {
    width: 77%;
}

.common_w78 {
    width: 78%;
}

.common_w79 {
    width: 79%;
}

.common_w80 {
    width: 80%;
}

.common_w81 {
    width: 81%;
}

.common_w82 {
    width: 82%;
}

.common_w83 {
    width: 83%;
}

.common_w84 {
    width: 84%;
}

.common_w85 {
    width: 85%;
}

.common_w86 {
    width: 86%;
}

.common_w87 {
    width: 87%;
}

.common_w88 {
    width: 88%;
}

.common_w89 {
    width: 89%;
}

.common_w90 {
    width: 90%;
}

.common_w91 {
    width: 91%;
}

.common_w92 {
    width: 92%;
}

.common_w93 {
    width: 93%;
}

.common_w94 {
    width: 94%;
}

.common_w95 {
    width: 95%;
}

.common_w96 {
    width: 96%;
}

.common_w97 {
    width: 97%;
}

.common_w98 {
    width: 98%;
}

.common_w99 {
    width: 99%;
}

.common_w100 {
    width: 100%;
}

.l_assist {
    position: relative;
    border-top: 1px solid #c3c3c3;
    border-bottom: 1px solid #0D3780;
    height: 50px;
    /*! overflow: hidden; */
}

#solutionMenu .l_assist{
    background-color: #fff;
}

.l_assist_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    overflow: auto;
    padding: 0 0 17px;
    line-height: 1.68;
}

.l_assist_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.l_assist_item>a {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    color: #0D3780;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    white-space: nowrap;
    height: 48px;
    padding: 0 15px;
    font-size: 15px;
}

.l_assist_item>a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    width: 1px;
    height: 20px;
    margin-top: -10px;
    background: #0D3780;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

.title3_l {
    font-size: 1.6rem;
    font-weight: 600;
    border-left: 3px solid #0D3780;
    padding-left: 1em;
}

.title4 {
    font-size: 1.3rem;
    font-weight: 600;
}

.l_assist_megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 48px;
    color: #fff;
    text-align: left;
    background-color: rgba(0, 0, 0, .8);
    box-shadow: 0px 4px 16px -6px rgba(0, 0, 0, 0.24);
    height: 0;
    opacity: 0;
    overflow: hidden;
    z-index: -10;
    top: 20px;
    transition: all .5s;
}
@media screen and (min-width: 1025px) {
.l_assist_item:hover .l_assist_megamenu {
    top: 48px;
    height: auto;
    opacity: 1;
    z-index: 1;
    transition: all .5s;
}
}

.l_assist_megamenu a {
    color: #fff;
    text-decoration: none;
    transition: all .3s;
}

.l_assist_megamenu a:hover {
    opacity: .7;
}

.l_assist_megamenu_in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 94%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0;
}

.l_assist_megamenu_in .title3_l {
    border-color: #fff;
    margin-bottom: 2rem;
}

.col2 .l_assist_megamenu_col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 49%;
}

.l_assist_megamenu_col .img {
    width: 40%;
}

.l_assist_megamenu_col .detail {
    width: 56%;
}

.l_assist_megamenu_col .link_s a {
    position: relative;
    display: block;
    padding-left: 1.4em;
}

.l_assist_megamenu_col .link_s a::before,
.l_assist_megamenu_col .link_s a::after {
    position: absolute;
    content: "";
    display: block;
}

.l_assist_megamenu_col .link_s a::before {
    width: 1em;
    height: 1em;
    border: 1px solid #fff;
    top: .3em;
    left: 0;
}

.l_assist_megamenu_col .link_s a::after {
    width: 0.3em;
    height: 0.3em;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #fff;
    transform: rotate(45deg);
    top: .65em;
    left: .3em;
}

.l_assist_megamenu_col .link_s a:hover::after {
    left: .4em;
}

.l_assist_btn {
    position: absolute;
    display: none;
    width: 17px;
    height: 17px;
    border: 1px solid #0D3780;
    border-radius: 50%;
    margin-left: 0.3em;
    top: 16px;
}

.l_assist_btn::before,
.l_assist_btn::after {
    position: absolute;
    content: "";
    display: block;
    background-color: #0D3780;
}

.l_assist_btn::before {
    width: 9px;
    height: 1px;
    top: 7px;
    right: 3px;
}

.l_assist_btn::after {
    width: 1px;
    height: 9px;
    top: 3px;
    right: 7px;
}

@media screen and (max-width: 1279px) {
    .l_assist_item>a {
        font-size: calc(8.13596px + 0.53667vw);
        padding: 0 calc(-3.30411px + 1.43113vw);
    }
}

@media screen and (max-width: 1024px) {
    .l_assist_item.megamenuHere>a {
        padding: 0 2em 0 15px;
    }

    .l_assist_btn {
        display: block;
        transition: all .3s;
    }
    .l_assist_btn.active {
        transform: rotate(45deg);
    }
    .l_assist_megamenu.active {
        top: 48px;
        height: auto;
        opacity: 1;
        z-index: 1;
    }
}

@media (pointer: fine) {
    .l_assist_item>a:hover {
        opacity: 0.6;
    }
}

@media (-ms-high-contrast: none) {
    .l_assist_item>a:hover {
        opacity: 0.6;
    }
}

@media (pointer: coarse) {
    .l_assist_item>a:active {
        opacity: 0.6;
    }
}

.l_assist_item:last-child a::after {
    content: none;
}

.l_bottom {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 1px solid #B2B2B2;
}

.l_bottom_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.l_bottom_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.68;
}

.l_bottom_list_item {
    padding-right: 42px;
}

.l_bottom_list_item>a {
    display: inline-block;
    color: #fff;
    font-size: 0.8rem;
}

@media (pointer: fine) {
    .l_bottom_list_item>a:hover {
        text-decoration: none;
    }
}

@media (-ms-high-contrast: none) {
    .l_bottom_list_item>a:hover {
        text-decoration: none;
    }
}

@media (pointer: coarse) {
    .l_bottom_list_item>a:active {
        text-decoration: none;
    }
}

.l_bottom_copyright {
    margin: 0;
    line-height: 1.68;
    font-size: 0.66667rem;
    color: #fff;
    letter-spacing: 0.12em;
}

.l_contents {
    padding-top: 100px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6.6666rem;
}

.l_contents.-semiconductor {
    padding-top: 150px;
}

.l_contents.-hils,
.l_contents.-ranpak,
.l_contents.-haivision,
.l_contents.-innophys,
.l_contents.-ldl,
.l_contents.-klorus,
.l_contents.-lds,
.l_contents.-iot,
.l_contents.-ai,
.l_contents.-mobility,
.l_contents.-mamoriobiz,
.l_contents.-local5g,
.l_contents.-server_storage,
.l_contents.-ercoccolo{
    padding-top: 135px;
}

.l_contents.-mobility.-top,
.l_contents.-hils.-top,
.l_contents.-ranpak.-top,
.l_contents.-haivision.-top,
.l_contents.-innophys.-top,
.l_contents.-ldl.-top,
.l_contents.-klorus.-top,
.l_contents.-lds.-top,
.l_contents.-iot.-top,
.l_contents.-ai.-top,
.l_contents.-mobility.-top,
.l_contents.-server_storage.-top,
.l_contents.-dvac.-top,
.l_contents.-local5g.-top,
.l_contents.-mamoriobiz.-top,
.l_contents.-top{
    padding-top: 135px;
}

.l_contents_inner {
    position: relative;
    padding-top: calc(280px + 6.6666rem);
}

.l_contents.-top .l_contents_inner {
    padding-top: calc(400px + 6.6666rem);
}

.l_contents.-lg .l_contents_inner,
.l_contents.-design.-top .l_contents_inner,
.l_contents.-semiconductor.-top .l_contents_inner {
    padding-top: calc(600px + 6.6666rem);
}

.l_contents.-hils .l_contents_inner,
.l_contents.-ranpak .l_contents_inner,
.l_contents.-haivision .l_contents_inner,
.l_contents.-innophys .l_contents_inner,
.l_contents.-ldl .l_contents_inner,
.l_contents.-klorus .l_contents_inner,
.l_contents.-lds .l_contents_inner,
.l_contents.-iot .l_contents_inner,
.l_contents.-mobility .l_contents_inner,
.l_contents.-ai .l_contents_inner,
.l_contents.-design .l_contents_inner {
    padding-top: calc(365px + 6.6666rem);
}
.l_contents.-top .l_contents_inner{
    padding-top: calc(685px + 6.6666rem);
}
.l_contents.-mobility.-top .l_contents_inner,
.l_contents.-hils.-top .l_contents_inner,
.l_contents.-ranpak.-top .l_contents_inner,
.l_contents.-haivision.-top .l_contents_inner,
.l_contents.-innophys.-top .l_contents_inner,
.l_contents.-ldl.-top .l_contents_inner,
.l_contents.-klorus.-top .l_contents_inner,
.l_contents.-lds.-top .l_contents_inner,
.l_contents.-iot.-top .l_contents_inner,
.l_contents.-mobility.-top .l_contents_inner,
.l_contents.-ai.-top .l_contents_inner,
.l_contents.-design.-top .l_contents_inner,
.l_contents.-server_storage.-top .l_contents_inner {
    padding-top: calc(685px + 6.6666rem);
}

.l_contents.-row .l_contents_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.l_footer {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    background: #3F3F3F;
}

.l_footer_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 5.25rem 0 4rem;
}

.l_footer_logo {
    margin-bottom: 1.6rem;
}

.l_footer_logo>a img {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

@media (pointer: fine) {
    .l_footer_logo>a:hover img {
        opacity: 0.7;
    }
}

@media (-ms-high-contrast: none) {
    .l_footer_logo>a:hover img {
        opacity: 0.7;
    }
}

@media (pointer: coarse) {
    .l_footer_logo>a:active img {
        opacity: 0.7;
    }
}

.l_footer_list {
    line-height: 1.68;
}

.l_footer_list_title {
    font-size: 1.33333rem;
    font-weight: 300;
    color: #fff;
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #B2B2B2;
}

.l_footer_list_title>a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
}

.l_footer_list_item {
    margin-bottom: 0.75rem;
}

.l_footer_list_item:last-child {
    margin-bottom: 0;
}

.l_footer_list_item>a {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    color: #fff;
    text-decoration: none;
}

.l_footer_list_item>a::before {
    font-family: 'icon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    content: "";
    font-size: 13px;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 7.2px;
    top: 0.45rem;
    left: 0;
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
    overflow: hidden;
}

@media (pointer: fine) {
    .l_footer_list_item>a:hover::before {
        color: #3F3F3F;
        background-color: #fff;
    }
}

@media (-ms-high-contrast: none) {
    .l_footer_list_item>a:hover::before {
        color: #3F3F3F;
        background-color: #fff;
    }
}

@media (pointer: coarse) {
    .l_footer_list_item>a:active::before {
        color: #3F3F3F;
        background-color: #fff;
    }
}

.l_footer_list_item>a::before {
    top: 5.6px;
    top: 0.35rem;
}

.l_footer_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.l_footer_row.-cols3 {
    margin: -4rem -20px 4rem;
}

.l_footer_row.-cols4 {
    margin: -2.5rem -10px 3.5rem;
}

.l_footer_row.-cols3 .l_footer_row_item {
    width: calc(33.3333% - 40px);
    margin: 4rem 20px 0;
}

.l_footer_row.-cols4 .l_footer_row_item {
    width: calc(25% - 20px);
    margin: 2.5rem 10px 0;
}

.l_footer_assist {
    margin-bottom: -1.35rem;
}

.l_footer_assist_item.-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.l_footer_assist_item.-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.l_footer_assist_item> :last-child {
    margin-bottom: 0;
}

.l_global {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin: 0 -20px;
}
    .l_global {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        height: auto;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin: 0 -15px;
    }

.l_global_item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin: 0 20px;
}

@media screen and (max-width: 1600px) {
    .l_global_item {
        margin: 0 calc(-12.74403px + 2.04778vw);
    }
}

@media screen and (max-width: 1279px) {
    .l_global_item {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 35px;
        margin: 0 15px;
    }
}

.l_global_item::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    height: 3px;
    background: #0D3780;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

@media screen and (max-width: 1600px) {
    .l_global_item::before {
        bottom: 0;
    }
}

.l_global_item>a {
    display: inline-block;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
    color: #1E1E1E;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
}

@media (pointer: fine) {
    .l_global_item>a:hover {
        color: #00A2CB;
    }
}

@media screen and (pointer: fine) and (max-width: 991px) {
    .l_global_item>a:hover {
        color: #fff;
        background-color: #0096bc;
    }
}

@media (-ms-high-contrast: none) {
    .l_global_item>a:hover {
        color: #00A2CB;
    }
}

@media screen and (-ms-high-contrast: none) and (max-width: 991px) {
    .l_global_item>a:hover {
        color: #fff;
        background-color: #0096bc;
    }
}

@media (pointer: coarse) {
    .l_global_item>a:active {
        color: #00A2CB;
    }
}

@media screen and (pointer: coarse) and (max-width: 991px) {
    .l_global_item>a:active {
        color: #fff;
        background-color: #0096bc;
    }
}

.l_global_item>a.-open {
    color: #00A2CB;
}

.l_global_item.-current::before {
    opacity: 1;
}

.l_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1002;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l_header.-hidden {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
}


.l_header.-hidden.-menu-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.l_header.-hidden nav.l_assist {
    position: fixed;
    width: 100%;
    background: #ffffff;

}

.l_header_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    height: 100px;
}

.-hidden .l_header_inner{
    display: none;
}

.l_header_logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.l_inquiry {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
}
.l_inquiry.dl {
    margin-left: 60px;
}
/*@media screen and (max-width: 1600px) {
    .l_inquiry {
        margin-left: calc(-30.95563px + 5.68828vw);
    }
}*/

.l_inquiry>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 200px;
    min-height: 50px;
    color: #00A2CB;
    border: 1px solid #00A2CB;
    text-decoration: none;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
}
.l_inquiry.dl> a {
    width: 220px;
}
@media screen and (max-width: 1600px) {
    .l_inquiry>a {
        width: calc(109.04437px + 5.68828vw);
    }
}

@media screen and (max-width: 1600px) {
    .l_inquiry>a {
        min-height: 40px;
    }
}

.l_inquiry>a::before {
    font-family: 'icon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    content: "";
    margin-right: 10px;
}
.l_inquiry.dl>a::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../image/common/header_dl_icon.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 10px;
}
@media (pointer: fine) {
    .l_inquiry>a:hover {
        color: #fff;
        background-color: #00A2CB;
    }
}

@media (-ms-high-contrast: none) {
    .l_inquiry>a:hover {
        color: #fff;
        background-color: #00A2CB;
    }
}

@media (pointer: coarse) {
    .l_inquiry>a:active {
        color: #fff;
        background-color: #00A2CB;
    }
}
.l_inquiry.dl>a:hover::before {
    background-image: url(../image/common/header_dl_h_icon.svg);
}
.l_lang {
    margin-left: 30px;
}

.l_lang>a {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    color: #8E8E8E;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
}

.l_lang>a::before {
    font-family: 'icon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 20px;
    margin-top: -10px;
}

@media (pointer: fine) {
    .l_lang>a:hover {
        color: #00A2CB;
    }
}

@media screen and (pointer: fine) and (max-width: 991px) {
    .l_lang>a:hover {
        color: #fff;
        background-color: #8E8E8E;
    }
}

@media (-ms-high-contrast: none) {
    .l_lang>a:hover {
        color: #00A2CB;
    }
}

@media screen and (-ms-high-contrast: none) and (max-width: 991px) {
    .l_lang>a:hover {
        color: #fff;
        background-color: #8E8E8E;
    }
}

@media (pointer: coarse) {
    .l_lang>a:active {
        color: #00A2CB;
    }
}

@media screen and (pointer: coarse) and (max-width: 991px) {
    .l_lang>a:active {
        color: #fff;
        background-color: #8E8E8E;
    }
}


.l_shop {
    margin-left: 60px;
}

@media screen and (max-width: 1600px) {
    .l_shop {
        margin-left: calc(-30.95563px + 5.68828vw);
    }
}

.l_shop>a { 
    position: relative;
    display: inline-block;
    padding-left: 30px;
    color: #8E8E8E;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
}

.l_shop>a::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(../image/common/shopping-cart.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

@media (pointer: fine) {
    .l_shop>a:hover {
        color: #00A2CB;
    }
}

@media screen and (pointer: fine) and (max-width: 991px) {
    .l_shop>a:hover {
        color: #fff;
        background-color: #8E8E8E;
    }
}

@media (-ms-high-contrast: none) {
    .l_shop>a:hover {
        color: #00A2CB;
    }
}

@media screen and (-ms-high-contrast: none) and (max-width: 991px) {
    .l_shop>a:hover {
        color: #fff;
        background-color: #8E8E8E;
    }
}

@media (pointer: coarse) {
    .l_shop>a:active {
        color: #00A2CB;
    }
}

@media screen and (pointer: coarse) and (max-width: 991px) {
    .l_shop>a:active {
        color: #fff;
        background-color: #8E8E8E;
    }
}

.l_main {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
}

.l_megamenu {
    display: none;
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    background: #fff;
    padding-left: 40px;
    padding-right: 40px;
    z-index: 1001;
    max-height: calc(100vh - 100px);
    overflow: auto;
}

.l_megamenu_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0 60px;
}

.l_megamenu_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.2rem;
    line-height: 1.25;
    margin-bottom: 1.5rem;
}
.l_megamenu_title.mb05rem {
    margin-bottom: 0.5rem;
}
.l_megamenu_title::before {
    content: attr(data-en) " /";
    font-family: "Nunito Sans", "Arial", sans-serif;
    letter-spacing: 0.12em;
    font-size: 32px;
    font-size: 2rem;
    text-transform: uppercase;
    margin-right: 10px;
}

.l_megamenu_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -30px;
}

.l_megamenu_row_item {
    width: 33.3333%;
    padding: 0 30px;
    border-right: 1px solid #c3c3c3;
}

.l_megamenu_row_item:last-child {
    border-right: 0;
}
.l_megamenu_row_item.box05 {
    width: 19.5%;
    padding: 0 30px;
    border-right: 1px solid #c3c3c3;
}
.l_megamenu_row_item.box05.wide {
    width: 22%;
}
.l_megamenu_row_item.single {
    width: 100%;
    padding: 0;
    border-right: 0;
}

.l_megamenu_list {
    line-height: 1.68;
}

.l_megamenu_list_title {
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #0d3780;
}
.l_megamenu_list_title.non_border{
    border-bottom: 0px;
}
.l_megamenu_list_title>a {
    display: block;
    text-decoration: none;
    color: #1E1E1E;
}
.l_megamenu_row_item .menuTit01 {
    position: relative;
    padding-left: 14px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 15px;
}
.l_megamenu_row_item .menuTit01:before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 5px;
    width: 3px;
    height: 20px;
    background: #0d3780;
}
.l_megamenu_row_item .menuTit02 {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    font-weight: bold;
    border-top: 1px dotted #c3c3c3;
    padding-top: 15px;
    font-size: 15px;
}
.l_megamenu_row_item .menuTit02:before {
    content: '';
    display: block;
    position: absolute;
    top: 27px;
    left: 10px;
    width: 10px;
    height: 2px;
    background: #0d3780;
}
.l_megamenu_row_item .flBase{
    display: flex;
    flex-wrap: wrap;
}
.l_megamenu_row_item .flBase .in{
    flex: 1 1 auto;
}
@media screen and (pointer: fine) and (max-width: 991px) {
    .l_megamenu_list_title>a:hover {
        background-color: #0096bc;
    }
}

@media screen and (-ms-high-contrast: none) and (max-width: 991px) {
    .l_megamenu_list_title>a:hover {
        background-color: #0096bc;
    }
}

@media screen and (pointer: coarse) and (max-width: 991px) {
    .l_megamenu_list_title>a:active {
        background-color: #0096bc;
    }
}

.l_megamenu_list_title_img {
    display: block;
    margin-bottom: 1rem;
    overflow: hidden;
}

.l_megamenu_list_title_img>img {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

@media (pointer: fine) {
    .l_megamenu_list_title>a:hover .l_megamenu_list_title_img>img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@media (-ms-high-contrast: none) {
    .l_megamenu_list_title>a:hover .l_megamenu_list_title_img>img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@media (pointer: coarse) {
    .l_megamenu_list_title>a:active .l_megamenu_list_title_img>img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.l_megamenu_list_title_label {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.l_megamenu_list_title_label::before {
    font-family: 'icon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    content: "";
    display: block;
    position: absolute;
    top: 4.8px;
    top: 0.3rem;
    left: 0;
    width: 15px;
    height: 15px;
    font-size: 13px;
    color: #0D3780;
    border: 1px solid #0D3780;
    -webkit-transition: border-color 0.3s, color 0.3s, background-color 0.3s;
    transition: border-color 0.3s, color 0.3s, background-color 0.3s;
}

@media (pointer: fine) {
    .l_megamenu_list_title>a:hover .l_megamenu_list_title_label {
        color: #0D3780;
    }

    .l_megamenu_list_title>a:hover .l_megamenu_list_title_label::before {
        color: #fff;
        background-color: #0D3780;
    }
}

@media screen and (pointer: fine) and (max-width: 991px) {
    .l_megamenu_list_title>a:hover .l_megamenu_list_title_label {
        color: #fff;
    }

    .l_megamenu_list_title>a:hover .l_megamenu_list_title_label::before {
        content: none;
    }
}

@media (-ms-high-contrast: none) {
    .l_megamenu_list_title>a:hover .l_megamenu_list_title_label {
        color: #0D3780;
    }

    .l_megamenu_list_title>a:hover .l_megamenu_list_title_label::before {
        color: #fff;
        background-color: #0D3780;
    }
}

@media screen and (-ms-high-contrast: none) and (max-width: 991px) {
    .l_megamenu_list_title>a:hover .l_megamenu_list_title_label {
        color: #fff;
    }

    .l_megamenu_list_title>a:hover .l_megamenu_list_title_label::before {
        content: none;
    }
}

@media (pointer: coarse) {
    .l_megamenu_list_title>a:active .l_megamenu_list_title_label {
        color: #0D3780;
    }

    .l_megamenu_list_title>a:active .l_megamenu_list_title_label::before {
        color: #fff;
        background-color: #0D3780;
    }
}

@media screen and (pointer: coarse) and (max-width: 991px) {
    .l_megamenu_list_title>a:active .l_megamenu_list_title_label {
        color: #fff;
    }

    .l_megamenu_list_title>a:active .l_megamenu_list_title_label::before {
        content: none;
    }
}

.l_megamenu_list_title_btn {
    display: none;
}

@media screen and (max-width: 991px) and (pointer: fine) {
    .l_megamenu_list_title_btn:hover {
        background-color: #0096bc;
    }
}

@media screen and (max-width: 991px) and (-ms-high-contrast: none) {
    .l_megamenu_list_title_btn:hover {
        background-color: #0096bc;
    }
}

@media screen and (max-width: 991px) and (pointer: coarse) {
    .l_megamenu_list_title_btn:active {
        background-color: #0096bc;
    }
}

.l_megamenu_list_item {
    margin-bottom: 0.75rem;
}

.l_megamenu_list_item > a {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    font-size: 15px;
    color: #1E1E1E;
    text-decoration: none;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
}

.l_megamenu_list_item > a:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 3px;
    height: 3px;
    background: #1E1E1E;
}

@media (pointer: fine) {
    .l_megamenu_list_item>a:hover {
        color: #00A2CB;
    }
}

@media screen and (pointer: fine) and (max-width: 991px) {
    .l_megamenu_list_item>a:hover {
        color: #fff;
        background-color: #32b3d5;
    }
}

@media (-ms-high-contrast: none) {
    .l_megamenu_list_item>a:hover {
        color: #00A2CB;
    }
}

@media screen and (-ms-high-contrast: none) and (max-width: 991px) {
    .l_megamenu_list_item>a:hover {
        color: #fff;
        background-color: #32b3d5;
    }
}

@media (pointer: coarse) {
    .l_megamenu_list_item>a:active {
        color: #00A2CB;
    }
}

@media screen and (pointer: coarse) and (max-width: 991px) {
    .l_megamenu_list_item>a:active {
        color: #fff;
        background-color: #32b3d5;
    }
}

.l_menu {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 1001;
}

.l_menu_btn {
    display: none;
}

.l_menu_btn>a {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    text-decoration: none;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0;
    text-align: center;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

@media (pointer: fine) {
    .l_menu_btn>a:hover {
        background: #00A2CB;
    }
}

@media (-ms-high-contrast: none) {
    .l_menu_btn>a:hover {
        background: #00A2CB;
    }
}

@media (pointer: coarse) {
    .l_menu_btn>a:active {
        background: #00A2CB;
    }
}

.l_menu.-expanded .l_menu_btn>a {
    background: #00A2CB;
}

.l_menu_btn_icon {
    position: relative;
    display: block;
    width: 26px;
    height: 70px;
    margin: 0 auto;
}

.l_menu_btn_bar {
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 13px);
    display: block;
    width: 26px;
    height: 2px;
    background: #1E1E1E;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

@media (pointer: fine) {
    .l_menu_btn>a:hover .l_menu_btn_bar {
        background: #fff;
    }
}

@media (-ms-high-contrast: none) {
    .l_menu_btn>a:hover .l_menu_btn_bar {
        background: #fff;
    }
}

@media (pointer: coarse) {
    .l_menu_btn>a:active .l_menu_btn_bar {
        background: #fff;
    }
}

.l_menu.-expanded .l_menu_btn_bar {
    background: #fff;
}

.l_menu_btn_bar.-top {
    margin-top: -7px;
    -webkit-transition: margin-top 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    transition: margin-top 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    transition: margin-top 0.3s, transform 0.3s, background-color 0.3s;
    transition: margin-top 0.3s, transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
}

.l_menu.-expanded .l_menu_btn_bar.-top {
    margin-top: 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.l_menu_btn_bar.-center {
    -webkit-transition: opacity 0.3s, background-color 0.3s;
    transition: opacity 0.3s, background-color 0.3s;
}

.l_menu.-expanded .l_menu_btn_bar.-center {
    opacity: 0;
}

.l_menu_btn_bar.-bottom {
    margin-top: 7px;
    -webkit-transition: margin-top 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    transition: margin-top 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    transition: margin-top 0.3s, transform 0.3s, background-color 0.3s;
    transition: margin-top 0.3s, transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
}

.l_menu.-expanded .l_menu_btn_bar.-bottom {
    margin-top: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.l_menu_body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 0 0 20px;
}

@media screen and (max-width: 1600px) {
    .l_menu_body {
        padding-top: 15px;
    }
}

.l_menu_body_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

    .l_menu_body_inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

.l_sns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.l_sns.-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.l_sns_item>a {
    position: relative;
    display: block;
    width: 39px;
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 120%;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.l_sns_item>a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (pointer: fine) {
    .l_sns_item>a:hover {
        background-color: #fff;
        color: #3F3F3F;
    }
}

@media (-ms-high-contrast: none) {
    .l_sns_item>a:hover {
        background-color: #fff;
        color: #3F3F3F;
    }
}

@media (pointer: coarse) {
    .l_sns_item>a:active {
        background-color: #fff;
        color: #3F3F3F;
    }
}

.l_sns_item:first-child>a {
    width: 40px;
    border-left: 1px solid #fff;
}

.l_sns_item.-twitter>a::before {
    font-family: 'icon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    content: "";
    font-size: 17px;
}

.l_sns_item.-facebook>a::before {
    font-family: 'icon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    content: "";
    font-size: 18px;
}

.l_sns_item.-youtube>a::before {
    font-family: 'icon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    content: "";
    font-size: 13px;
}

.l_sns_item.-x>a::before {
    content: "";
    -webkit-mask: url(../other/x-logo.svg) no-repeat center center/contain;
    mask: url(../other/x-logo.svg) no-repeat center center/contain;
    background-color: #fff;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.l_sns_item.-x>a:hover::before {
    background-color: #3F3F3F;
}

.l_sub {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 280px;
    padding-left: 40px;
}

.l_sub> :last-child {
    margin-bottom: 0;
}

.l_sub #subnav_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #0D3780;
    border-bottom: 1px solid #0D3780;
}

.l_sub #subnav_title>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 0.5rem 15px;
    min-height: 55px;
    text-decoration: none;
    color: #0D3780;
}

.l_sub #subnav>ul>li {
    border-bottom: 1px solid #c3c3c3;
}

.l_sub #subnav>ul>li>a {
    position: relative;
    display: block;
    padding: 1rem 10px 1rem 25px;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.l_sub #subnav>ul>li>a::before {
    font-family: 'icon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    content: "";
    font-size: 13px;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 7.2px;
    top: 0.45rem;
    left: 0;
    border: 1px solid #0D3780;
    color: #0D3780;
    background: transparent;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
    overflow: hidden;
}

@media (pointer: fine) {
    .l_sub #subnav>ul>li>a:hover::before {
        color: #fff;
        background-color: #0D3780;
    }
}

@media (-ms-high-contrast: none) {
    .l_sub #subnav>ul>li>a:hover::before {
        color: #fff;
        background-color: #0D3780;
    }
}

@media (pointer: coarse) {
    .l_sub #subnav>ul>li>a:active::before {
        color: #fff;
        background-color: #0D3780;
    }
}

.l_sub #subnav>ul>li>a::before {
    top: 50%;
    left: 0;
    margin-top: -8px;
}

@media (pointer: fine) {
    .l_sub #subnav>ul>li>a:hover {
        color: #0D3780;
    }
}

@media (-ms-high-contrast: none) {
    .l_sub #subnav>ul>li>a:hover {
        color: #0D3780;
    }
}

@media (pointer: coarse) {
    .l_sub #subnav>ul>li>a:active {
        color: #0D3780;
    }
}

.l_sub #subnav>ul>li>ul {
    display: none;
}

.l_sub #subnav>ul>li.current>ul {
    display: block;
    padding-bottom: 1rem;
}

.l_sub #subnav>ul>li.current>ul>li {
    margin-bottom: 0.5rem;
}

.l_sub #subnav>ul>li.current>ul>li:last-child {
    margin-bottom: 0;
}

.l_sub #subnav>ul>li.current>ul>li>a {
    position: relative;
    padding-left: 25px;
    color: #1E1E1E;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.l_sub #subnav>ul>li.current>ul>li>a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0.4em;
    left: 5px;
    width: 10px;
    height: 1px;
    background: #0D3780;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

@media (pointer: fine) {
    .l_sub #subnav>ul>li.current>ul>li>a:hover {
        color: #00A2CB;
    }

    .l_sub #subnav>ul>li.current>ul>li>a:hover::before {
        background-color: #00A2CB;
    }
}

@media (-ms-high-contrast: none) {
    .l_sub #subnav>ul>li.current>ul>li>a:hover {
        color: #00A2CB;
    }

    .l_sub #subnav>ul>li.current>ul>li>a:hover::before {
        background-color: #00A2CB;
    }
}

@media (pointer: coarse) {
    .l_sub #subnav>ul>li.current>ul>li>a:active {
        color: #00A2CB;
    }

    .l_sub #subnav>ul>li.current>ul>li>a:active::before {
        background-color: #00A2CB;
    }
}

.l_topicpath {
    position: absolute;
    top: 280px;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    margin: 0 auto;
    z-index: 999;
    font-size: 0.8rem;
    overflow: hidden;
}

.l_contents.-top .common_header_inner{
    height: 600px;
}
.l_contents.-top .l_topicpath {
    top: 400px;
}

.l_contents.-lg .l_topicpath,
.l_contents.-design.-top .l_topicpath,
.l_contents.-semiconductor.-top .l_topicpath {
    top: 600px;
}

.l_contents.-haivision .l_topicpath,
.l_contents.-innophys .l_topicpath,
.l_contents.-ranpak .l_topicpath,
.l_contents.-mobility .l_topicpath,
.l_contents.-hils .l_topicpath,
.l_contents.-ldl .l_topicpath,
.l_contents.-lds .l_topicpath,
.l_contents.-klorus .l_topicpath,
.l_contents.-iot .l_topicpath,
.l_contents.-mobility .l_topicpath,
.l_contents.-ai .l_topicpath,
.l_contents.-design .l_topicpath,
.l_contents.-mamoriobiz .l_topicpath,
.l_contents.-mamoriobiz_under .l_topicpath,
.l_contents.-local5g .l_topicpath,
.l_contents.-server_storage .l_topicpath,
.l_contents.-ercoccolo .l_topicpath,
.l_contents[class*="_under"] .l_topicpath {
    top: 330px;
}
.l_contents.-top .l_topicpath{
    top: 650px;
}
.l_contents.-haivision.-top .l_topicpath,
.l_contents.-innophys.-top .l_topicpath,
.l_contents.-ranpak.-top .l_topicpath,
.l_contents.-mobility.-top .l_topicpath,
.l_contents.-hils.-top .l_topicpath,
.l_contents.-ldl.-top .l_topicpath,
.l_contents.-klorus.-top .l_topicpath,
.l_contents.-lds.-top .l_topicpath,
.l_contents.-iot.-top .l_topicpath,
.l_contents.-mobility.-top .l_topicpath,
.l_contents.-ai.-top .l_topicpath,
.l_contents.-design.-top .l_topicpath,
.l_contents.-local5g.-top .l_topicpath,
.l_contents.-server_storage.-top .l_topicpath,
.l_contents.-mamoriobiz.-top .l_topicpath {
    top: 650px;
}

.l_topicpath #locator {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    color: #1E1E1E;
}

.l_topicpath #locator a {
    color: #1E1E1E;
    text-decoration: none;
}

.l_wrapper {
    position: relative;
    min-height: 100vh;
}

.l_wrapper::before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(30, 30, 30, .1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.7s, visibility 0.7s;
    transition: opacity 0.7s, visibility 0.7s;
    z-index: 999;
}

.l_wrapper.-overlay::before {
    opacity: 1;
    visibility: visible;
}

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgba(30, 30, 30, .2);
    opacity: 0;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */
.fancybox-button {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 60px;
    margin: 0;
    position: relative;
    -webkit-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 60px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #1E1E1E;
}

.fancybox-button:hover {
    color: #1E1E1E;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Transition effects */
.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }
}

/* Share */
.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

.fancybox-button.fancybox-button--close {
    background-color: #00A2CB;
    color: #fff;
}

/*
 * simplyScroll 2 - a scroll-tastic jQuery plugin
 *
 * http://logicbox.net/jquery/simplyscroll
 *
 * Copyright (c) 2009-2012 Will Kelly - http://logicbox.net
 *
 * Dual licensed under the MIT and GPL licenses.
 *
 * Last revised: 31/01/2012
 *
 */
/* Default/Master classes

Example markup format (for horizontal scroller)
Note all DIVs are generated and should not be hard-coded

<div class="your-custom-class simply-scroll-container">
    <div class="simply-scroll-btn simply-scroll-btn-left"></div>
    <div class="simply-scroll-btn simply-scroll-btn-right"></div>
    <div class="simply-scroll-clip">
        <ul class="simply-scroll-list">
            <li>...</li>
            ...
        </ul>
    </div>
</div>


*/
.simply-scroll-container {
    /* Container DIV - automatically generated */
    position: relative;
}

.simply-scroll-clip {
    /* Clip DIV - automatically generated */
    position: relative;
    overflow: hidden;
}

.simply-scroll-list {
    /* UL/OL/DIV - the element that simplyScroll is inited on */
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.simply-scroll-list li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.simply-scroll-list li img {
    border: none;
    display: block;
}

.simply-scroll-btn {
    position: absolute;
    background-image: url(buttons.png);
    width: 42px;
    height: 44px;
    z-index: 3;
    cursor: pointer;
}

.simply-scroll-btn-left {
    left: 6px;
    bottom: 6px;
    background-position: 0 -44px;
}

.simply-scroll-btn-left.disabled {
    background-position: 0 0 !important;
}

.simply-scroll-btn-left:hover,
.simply-scroll-btn-left:focus {
    background-position: 0 -88px;
}

.simply-scroll-btn-right {
    right: 6px;
    bottom: 6px;
    background-position: -84px -44px;
}

.simply-scroll-btn-right.disabled {
    background-position: -84px 0 !important;
}

.simply-scroll-btn-right:hover,
.simply-scroll-btn-right:focus {
    background-position: -84px -88px;
}

.simply-scroll-btn-up {
    right: 6px;
    top: 6px;
    background-position: -126px -44px;
}

.simply-scroll-btn-up.disabled {
    background-position: -126px 0 !important;
}

.simply-scroll-btn-up:hover,
.simply-scroll-btn-up:focus {
    background-position: -126px -88px;
}

.simply-scroll-btn-down {
    right: 6px;
    bottom: 6px;
    background-position: -42px -44px;
}

.simply-scroll-btn-down.disabled {
    background-position: -42px 0 !important;
}

.simply-scroll-btn-down:hover,
.simply-scroll-btn-down:focus {
    background-position: -42px -88px;
}

.simply-scroll-btn-pause {
    right: 6px;
    bottom: 6px;
    background-position: -168px -44px;
}

.simply-scroll-btn-pause:hover,
.simply-scroll-btn-pause:focus {
    background-position: -168px -88px;
}

.simply-scroll-btn-pause.active {
    background-position: -84px -44px;
}

.simply-scroll-btn-pause.active:hover,
.simply-scroll-btn-pause.active:focus {
    background-position: -84px -88px;
}

/* Custom class modifications - override classees

.simply-scroll is default

*/
.simply-scroll {
    /* Customisable base class for style override DIV */
    width: 100%;
    height: 94px;
}

.simply-scroll .simply-scroll-clip {
    width: 100%;
    height: 94px;
}

.simply-scroll .simply-scroll-list li {
    float: left;
    width: 290px;
    height: 200px;
}

/* Vertical scroller example */
.vert {
    /* wider than clip to position buttons to side */
    width: 340px;
    height: 400px;
    margin-bottom: 1.5em;
}

.vert .simply-scroll-clip {
    width: 290px;
    height: 400px;
}

.vert .simply-scroll-list li {
    width: 290px;
    height: 200px;
}

.vert .simply-scroll-btn-up {
    /* modified btn pos */
    right: 0;
    top: 0;
}

.vert .simply-scroll-btn-down {
    /* modified btn pos */
    right: 0;
    top: 52px;
}

/* NOTE left-right classes wouldn't be needed on vertical scroller */
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.scene_nav .slick-slide {
    padding-top: 75px;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 50px;
    height: 100px;
    padding: 0 0 0 50px;
    margin-top: -50px;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    z-index: 5;
    outline: 0;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.slick-arrow::before {
    font-family: 'icon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    content: "";
    display: block;
    font-size: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    margin: -13px 0 0 -5px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    z-index: 7;
}

.slick-arrow::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 6;
}

.slick-prev {
    left: -25px;
}

.slick-prev::before {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.slick-prev::after {
    left: 100%;
    right: 0;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
}

@media (pointer: fine) {
    .slick-prev:hover::before {
        -webkit-transform: translate(-5px, 0) rotate(-180deg);
        transform: translate(-5px, 0) rotate(-180deg);
    }

    .slick-prev:hover::after {
        left: 0;
    }
}

@media (-ms-high-contrast: none) {
    .slick-prev:hover::before {
        -webkit-transform: translate(-5px, 0) rotate(-180deg);
        transform: translate(-5px, 0) rotate(-180deg);
    }

    .slick-prev:hover::after {
        left: 0;
    }
}

@media (pointer: coarse) {
    .slick-prev:active::before {
        -webkit-transform: translate(-5px, 0) rotate(-180deg);
        transform: translate(-5px, 0) rotate(-180deg);
    }

    .slick-prev:active::after {
        left: 0;
    }
}

.slick-next {
    right: -25px;
}

.slick-next::after {
    left: 0;
    right: 100%;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
}

@media (pointer: fine) {
    .slick-next:hover::before {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0);
    }

    .slick-next:hover::after {
        right: 0;
    }
}

@media (-ms-high-contrast: none) {
    .slick-next:hover::before {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0);
    }

    .slick-next:hover::after {
        right: 0;
    }
}

@media (pointer: coarse) {
    .slick-next:active::before {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0);
    }

    .slick-next:active::after {
        right: 0;
    }
}

.slider.-nav .slick-list {
    margin: 0 -15px;
}

.slick-slide>div {
    height: 100%;
}

.slider.-nav .slick-slide {
    padding: 0 15px;
}

.common_swipe_container {
    position: relative;
    margin: 0 0 2rem;
}

.common_swipe_container_caption {
    text-align: left;
    font-size: 1.2rem;
    font-weight: 500;
    color: #0D3780;
    margin-bottom: 0.75rem;
}

.common_swipe_container_icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0.75rem 10px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
}

.common_swipe_container_icon.-visible {
    opacity: 1;
    visibility: visible;
}

.common_swipe_container_contents {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
}

.common_swipe_container_contents> :first-child {
    margin-top: 0;
}

.common_swipe_container_contents> :last-child {
    margin-bottom: 0;
}

.dcms_reset_area {
    letter-spacing: 0;
}

.dcms_reset_area p {
    line-height: inherit;
}

.l_contents.-semiconductor .common_title2 {
    border-left-color: #00A2CB;
}

.l_contents.-semiconductor .common_title3 {
    color: #0D3780;
}

.l_contents.-semiconductor .common_title3::before {
    background: #0D3780;
}

.l_contents.-semiconductor .common_title3::after {
    background: #0D3780;
}

.l_contents.-semiconductor .common_title_sub.-key {
    color: #00A2CB;
}

.l_contents.-semiconductor .common_title_fill {
    color: #0D3780;
    background-color: #E4EBF1;
}

.l_contents.-semiconductor .common_title_border2 {
    color: #00A2CB;
    border-bottom-color: #00A2CB;
}

.l_contents.-semiconductor .common_title_border3 {
    color: #0D3780;
}

.l_contents.-semiconductor .common_title5 {
    color: #00A2CB;
}

.l_contents.-semiconductor .common_title5::before {
    background: #00A2CB;
}

.l_contents.-semiconductor .common_title5.-black {
    color: #1E1E1E;
}

.l_contents.-semiconductor .common_title_center {
    color: #00A2CB;
}

.l_contents.-semiconductor .common_title_center::after {
    background: #00A2CB;
}

.l_contents.-semiconductor .common_link>a::before {
    color: #0D3780;
    border-color: #0D3780;
}

@media (pointer: fine) {
    .l_contents.-semiconductor .common_link>a:hover::before {
        color: #fff;
        background-color: #0D3780;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-semiconductor .common_link>a:hover::before {
        color: #fff;
        background-color: #0D3780;
    }
}

@media (pointer: coarse) {
    .l_contents.-semiconductor .common_link>a:active::before {
        color: #fff;
        background-color: #0D3780;
    }
}

.l_contents.-semiconductor .common_link>li>a::before {
    color: #0D3780;
    border-color: #0D3780;
}

@media (pointer: fine) {
    .l_contents.-semiconductor .common_link>li>a:hover::before {
        color: #fff;
        background-color: #0D3780;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-semiconductor .common_link>li>a:hover::before {
        color: #fff;
        background-color: #0D3780;
    }
}

@media (pointer: coarse) {
    .l_contents.-semiconductor .common_link>li>a:active::before {
        color: #fff;
        background-color: #0D3780;
    }
}

.l_contents.-semiconductor .common_title_border_inner {
    border-bottom-color: #00A2CB;
}

.l_contents.-semiconductor .common_title4,
.l_contents.-semiconductor .common_title4 a {
    color: #00A2CB;
}

.l_contents.-semiconductor .common_box_title {
    color: #0D3780;
}

.l_contents.-semiconductor .common_box.-key {
    border-color: #00A2CB;
}

.l_contents.-semiconductor .common_box.-key-bg {
    background-color: #E4EBF1;
}

.l_contents.-semiconductor .common_box2 {
    background-color: #E4EBF1;
}

.l_contents.-semiconductor .common_box2_title {
    background-color: #00A2CB;
}

.l_contents.-semiconductor .common_btn>a,
.l_contents.-semiconductor .common_btn>button {
    color: #00A2CB;
    border-color: #00A2CB;
}

@media (pointer: fine) {

    .l_contents.-semiconductor .common_btn>a:hover,
    .l_contents.-semiconductor .common_btn>button:hover {
        color: #fff;
        background-color: #00A2CB;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-semiconductor .common_btn>a:hover,
    .l_contents.-semiconductor .common_btn>button:hover {
        color: #fff;
        background-color: #00A2CB;
    }
}

@media (pointer: coarse) {

    .l_contents.-semiconductor .common_btn>a:active,
    .l_contents.-semiconductor .common_btn>button:active {
        color: #fff;
        background-color: #00A2CB;
    }
}

.l_contents.-semiconductor .common_btn.-current>a {
    background-color: #00A2CB;
    border-color: #00A2CB;
}

.l_contents.-semiconductor .common_btn.-blue>a,
.l_contents.-semiconductor .common_btn.-blue>button {
    color: #00A2CB;
    border-color: #00A2CB;
}

@media (pointer: fine) {

    .l_contents.-semiconductor .common_btn.-blue>a:hover,
    .l_contents.-semiconductor .common_btn.-blue>button:hover {
        background-color: #00A2CB;
        border-color: #00A2CB;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-semiconductor .common_btn.-blue>a:hover,
    .l_contents.-semiconductor .common_btn.-blue>button:hover {
        background-color: #00A2CB;
        border-color: #00A2CB;
    }
}

@media (pointer: coarse) {

    .l_contents.-semiconductor .common_btn.-blue>a:active,
    .l_contents.-semiconductor .common_btn.-blue>button:active {
        background-color: #00A2CB;
        border-color: #00A2CB;
    }
}

.l_contents.-semiconductor .common_btn.-tel>a.tellink_disable,
.l_contents.-semiconductor .common_btn.-tel>button.tellink_disable {
    color: #fff;
    background-color: #00A2CB;
    border-color: #00A2CB;
}

@media (pointer: fine) {

    .l_contents.-semiconductor .common_btn.-tel>a.tellink_disable:hover,
    .l_contents.-semiconductor .common_btn.-tel>button.tellink_disable:hover {
        color: #fff;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-semiconductor .common_btn.-tel>a.tellink_disable:hover,
    .l_contents.-semiconductor .common_btn.-tel>button.tellink_disable:hover {
        color: #fff;
    }
}

@media (pointer: coarse) {

    .l_contents.-semiconductor .common_btn.-tel>a.tellink_disable:active,
    .l_contents.-semiconductor .common_btn.-tel>button.tellink_disable:active {
        color: #fff;
    }
}

.l_contents.-semiconductor .common_btn.-tel>a.tellink_enable,
.l_contents.-semiconductor .common_btn.-tel>button.tellink_enable {
    color: #fff;
    background-color: #00A2CB;
    border-color: #00A2CB;
}

@media (pointer: fine) {

    .l_contents.-semiconductor .common_btn.-tel>a.tellink_enable:hover,
    .l_contents.-semiconductor .common_btn.-tel>button.tellink_enable:hover {
        color: #00A2CB;
        background-color: #fff;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-semiconductor .common_btn.-tel>a.tellink_enable:hover,
    .l_contents.-semiconductor .common_btn.-tel>button.tellink_enable:hover {
        color: #00A2CB;
        background-color: #fff;
    }
}

@media (pointer: coarse) {

    .l_contents.-semiconductor .common_btn.-tel>a.tellink_enable:active,
    .l_contents.-semiconductor .common_btn.-tel>button.tellink_enable:active {
        color: #00A2CB;
        background-color: #fff;
    }
}

.l_contents.-semiconductor .common_btn.-contact>a,
.l_contents.-semiconductor .common_btn.-contact>button {
    color: #fff;
    background-color: #0D3780;
    border-color: #0D3780;
}

@media (pointer: fine) {

    .l_contents.-semiconductor .common_btn.-contact>a:hover,
    .l_contents.-semiconductor .common_btn.-contact>button:hover {
        color: #0D3780;
        border-color: #0D3780;
        background-color: #fff;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-semiconductor .common_btn.-contact>a:hover,
    .l_contents.-semiconductor .common_btn.-contact>button:hover {
        color: #0D3780;
        border-color: #0D3780;
        background-color: #fff;
    }
}

@media (pointer: coarse) {

    .l_contents.-semiconductor .common_btn.-contact>a:active,
    .l_contents.-semiconductor .common_btn.-contact>button:active {
        color: #0D3780;
        border-color: #0D3780;
        background-color: #fff;
    }
}

.l_contents.-semiconductor .common_btn.-fpga>a,
.l_contents.-semiconductor .common_btn.-fpga>button {
    color: #fff;
}

@media (pointer: fine) {

    .l_contents.-semiconductor .common_btn.-fpga>a:hover,
    .l_contents.-semiconductor .common_btn.-fpga>button:hover {
        color: #0D3780;
        background-color: #fff;
        border-color: #0D3780;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-semiconductor .common_btn.-fpga>a:hover,
    .l_contents.-semiconductor .common_btn.-fpga>button:hover {
        color: #0D3780;
        background-color: #fff;
        border-color: #0D3780;
    }
}

@media (pointer: coarse) {

    .l_contents.-semiconductor .common_btn.-fpga>a:active,
    .l_contents.-semiconductor .common_btn.-fpga>button:active {
        color: #0D3780;
        background-color: #fff;
        border-color: #0D3780;
    }
}

.l_contents.-semiconductor .common_btn.-white>a,
.l_contents.-semiconductor .common_btn.-white>button {
    color: #fff;
    border-color: #fff;
    background: transparent;
}

@media (pointer: fine) {

    .l_contents.-semiconductor .common_btn.-white>a:hover,
    .l_contents.-semiconductor .common_btn.-white>button:hover {
        color: #fff;
        background-color: #00A2CB;
        border-color: #00A2CB;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-semiconductor .common_btn.-white>a:hover,
    .l_contents.-semiconductor .common_btn.-white>button:hover {
        color: #fff;
        background-color: #00A2CB;
        border-color: #00A2CB;
    }
}

@media (pointer: coarse) {

    .l_contents.-semiconductor .common_btn.-white>a:active,
    .l_contents.-semiconductor .common_btn.-white>button:active {
        color: #fff;
        background-color: #00A2CB;
        border-color: #00A2CB;
    }
}

.l_contents.-semiconductor .common_dl.-key>dt {
    color: #00A2CB;
}

.l_contents.-semiconductor .common_dl_line {
    background: -webkit-linear-gradient(transparent 30%, #E4EBF1 0%);
    background: linear-gradient(transparent 30%, #E4EBF1 0%);
}

.l_contents.-semiconductor .common_dl3.-key>dt {
    color: #00A2CB;
}

.l_contents.-semiconductor .common_event_header_title {
    color: #00A2CB;
}

.l_contents.-semiconductor .common_fancy.-icon>a::before {
    color: #00A2CB;
}

.l_contents.-semiconductor .common_faq_title::before {
    color: #00A2CB;
}

.l_contents.-semiconductor .common_faq_title::after {
    color: #00A2CB;
    border-color: #00A2CB;
}

@media (pointer: fine) {
    .l_contents.-semiconductor .common_faq_title:hover {
        color: #00A2CB;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-semiconductor .common_faq_title:hover {
        color: #00A2CB;
    }
}

@media (pointer: coarse) {
    .l_contents.-semiconductor .common_faq_title:active {
        color: #00A2CB;
    }
}

.l_contents.-semiconductor .common_faq_body_inner::before {
    color: #00A2CB;
}

.l_contents.-semiconductor .common_lead {
    color: #0D3780;
}

.l_contents.-semiconductor .common_lead.-black {
    color: #1E1E1E;
}

.l_contents.-semiconductor .common_lead2 {
    color: #00A2CB;
}

.l_contents.-semiconductor .common_list>li::before {
    background: #0D3780;
}

.l_contents.-semiconductor .common_check>li::before {
    color: #00A2CB;
}

.l_contents.-semiconductor .common_local #subnav_title::after {
    background: #0D3780;
}

@media (pointer: fine) {

    .l_contents.-semiconductor .common_local #subnav>ul>li>a:hover,
    .l_contents.-semiconductor .common_local .common_local_inner>ul>li>a:hover {
        background-color: #0D3780;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-semiconductor .common_local #subnav>ul>li>a:hover,
    .l_contents.-semiconductor .common_local .common_local_inner>ul>li>a:hover {
        background-color: #0D3780;
    }
}

@media (pointer: coarse) {

    .l_contents.-semiconductor .common_local #subnav>ul>li>a:active,
    .l_contents.-semiconductor .common_local .common_local_inner>ul>li>a:active {
        background-color: #0D3780;
    }
}

.l_contents.-semiconductor .common_local #subnav>ul>li.current>a,
.l_contents.-semiconductor .common_local .common_local_inner>ul>li.current>a {
    background-color: #0D3780;
}

@media screen and (max-width: 767px) and (pointer: fine) {
    .l_contents.-semiconductor .common_local_btn>a:hover {
        background-color: #0D3780;
    }
}

@media screen and (max-width: 767px) and (-ms-high-contrast: none) {
    .l_contents.-semiconductor .common_local_btn>a:hover {
        background-color: #0D3780;
    }
}

@media screen and (max-width: 767px) and (pointer: coarse) {
    .l_contents.-semiconductor .common_local_btn>a:active {
        background-color: #0D3780;
    }
}

.l_contents.-semiconductor .common_local_list>li>a {
    color: #00A2CB;
}

@media (pointer: fine) {
    .l_contents.-semiconductor .common_local_list>li>a:hover {
        color: #fff;
        background-color: #00A2CB;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-semiconductor .common_local_list>li>a:hover {
        color: #fff;
        background-color: #00A2CB;
    }
}

@media (pointer: coarse) {
    .l_contents.-semiconductor .common_local_list>li>a:active {
        color: #fff;
        background-color: #00A2CB;
    }
}

.l_contents.-semiconductor .common_local_list>li.current>a {
    color: #fff;
    background-color: #00A2CB;
}

.l_contents.-semiconductor .common_media_category {
    color: #00A2CB;
    border-bottom-color: #00A2CB;
}

.l_contents.-semiconductor .common_media_title>a {
    color: #00A2CB;
}

.l_contents.-semiconductor .common_order>li::before {
    color: #0D3780;
}

.l_contents.-semiconductor .common_pagelink_title::after {
    background: #00A2CB;
}

.l_contents.-semiconductor .common_pagelink_list_item>a::after {
    color: #00A2CB;
}

@media (pointer: fine) {
    .l_contents.-semiconductor .common_pagelink_list_item>a:hover {
        background-color: #00A2CB;
    }

    .l_contents.-semiconductor .common_pagelink_list_item>a:hover::after {
        color: #fff;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-semiconductor .common_pagelink_list_item>a:hover {
        background-color: #00A2CB;
    }

    .l_contents.-semiconductor .common_pagelink_list_item>a:hover::after {
        color: #fff;
    }
}

@media (pointer: coarse) {
    .l_contents.-semiconductor .common_pagelink_list_item>a:active {
        background-color: #00A2CB;
    }

    .l_contents.-semiconductor .common_pagelink_list_item>a:active::after {
        color: #fff;
    }
}

.l_contents.-semiconductor .common_photolink.biggerlink .common_photolink_label>a::before {
    color: #0D3780;
    border-color: #0D3780;
}

@media (pointer: fine) {
    .l_contents.-semiconductor .common_photolink.biggerlink:hover .common_photolink_label {
        color: #0D3780;
    }

    .l_contents.-semiconductor .common_photolink.biggerlink:hover .common_photolink_label>a::before {
        color: #fff;
        background-color: #0D3780;
    }

    .l_contents.-semiconductor .common_photolink.biggerlink:hover .common_photolink_text,
    .l_contents.-semiconductor .common_photolink.biggerlink:hover .common_photolink_dl {
        color: #0D3780;
    }

    .l_contents.-semiconductor .common_photolink.biggerlink:hover .common_link>a::before {
        color: #fff;
        background-color: #0D3780;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-semiconductor .common_photolink.biggerlink:hover .common_photolink_label {
        color: #0D3780;
    }

    .l_contents.-semiconductor .common_photolink.biggerlink:hover .common_photolink_label>a::before {
        color: #fff;
        background-color: #0D3780;
    }

    .l_contents.-semiconductor .common_photolink.biggerlink:hover .common_photolink_text,
    .l_contents.-semiconductor .common_photolink.biggerlink:hover .common_photolink_dl {
        color: #0D3780;
    }

    .l_contents.-semiconductor .common_photolink.biggerlink:hover .common_link>a::before {
        color: #fff;
        background-color: #0D3780;
    }
}

@media (pointer: coarse) {
    .l_contents.-semiconductor .common_photolink.biggerlink:active .common_photolink_label {
        color: #0D3780;
    }

    .l_contents.-semiconductor .common_photolink.biggerlink:active .common_photolink_label>a::before {
        color: #fff;
        background-color: #0D3780;
    }

    .l_contents.-semiconductor .common_photolink.biggerlink:active .common_photolink_text,
    .l_contents.-semiconductor .common_photolink.biggerlink:active .common_photolink_dl {
        color: #0D3780;
    }

    .l_contents.-semiconductor .common_photolink.biggerlink:active .common_link>a::before {
        color: #fff;
        background-color: #0D3780;
    }
}

.l_contents.-semiconductor .common_photolink_tag>li {
    background-color: #00A2CB;
}

.l_contents.-semiconductor .common_table caption {
    color: #0D3780;
}

.l_contents.-semiconductor .common_table th {
    background-color: #E4EBF1;
}

.l_contents.-semiconductor .common_table th.common_table_head {
    background: #0D3780;
}

.l_contents.-semiconductor .common_table thead th {
    background: #0D3780;
}

.l_contents.-semiconductor .common_table2 caption {
    color: #00A2CB;
}

.l_contents.-semiconductor .common_widget_title {
    color: #00A2CB;
}

.l_contents.-semiconductor .common_nav_item>a {
    color: #0D3780;
    border-color: #0D3780;
}

@media (pointer: fine) {
    .l_contents.-semiconductor .common_nav_item>a:hover {
        color: #fff;
        background-color: #0D3780;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-semiconductor .common_nav_item>a:hover {
        color: #fff;
        background-color: #0D3780;
    }
}

@media (pointer: coarse) {
    .l_contents.-semiconductor .common_nav_item>a:active {
        color: #fff;
        background-color: #0D3780;
    }
}

.l_contents.-semiconductor .common_nav_item.current>a {
    color: #fff;
    background-color: #0D3780;
}

.l_contents.-semiconductor .common_key {
    color: #00A2CB;
}

@media (pointer: fine) {
    .l_contents.-semiconductor .common_topics .rss_title>a:hover {
        color: #00A2CB;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-semiconductor .common_topics .rss_title>a:hover {
        color: #00A2CB;
    }
}

@media (pointer: coarse) {
    .l_contents.-semiconductor .common_topics .rss_title>a:active {
        color: #00A2CB;
    }
}

.l_contents.-semiconductor .common_topics .rss_title>a .icon {
    color: #00A2CB;
    border: 1px solid #00A2CB;
}

.l_contents.-semiconductor .common_img_title.-key {
    color: #00A2CB;
}

.l_contents.-semiconductor .common_case_title::after {
    background: #00A2CB;
}

.l_contents.-semiconductor .common_case_dl>dt {
    color: #00A2CB;
}

@media (pointer: fine) {
    .l_contents.-semiconductor .common_case.biggerlink:hover .common_link>a {
        text-decoration: none;
    }

    .l_contents.-semiconductor .common_case.biggerlink:hover .common_link>a::before {
        color: #fff;
        background-color: #00A2CB;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-semiconductor .common_case.biggerlink:hover .common_link>a {
        text-decoration: none;
    }

    .l_contents.-semiconductor .common_case.biggerlink:hover .common_link>a::before {
        color: #fff;
        background-color: #00A2CB;
    }
}

@media (pointer: coarse) {
    .l_contents.-semiconductor .common_case.biggerlink:active .common_link>a {
        text-decoration: none;
    }

    .l_contents.-semiconductor .common_case.biggerlink:active .common_link>a::before {
        color: #fff;
        background-color: #00A2CB;
    }
}

.l_contents.-semiconductor .common_pagination_item>a {
    color: #00A2CB;
    border-color: #00A2CB;
}

@media (pointer: fine) {
    .l_contents.-semiconductor .common_pagination_item>a:hover {
        color: #fff;
        background-color: #00A2CB;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-semiconductor .common_pagination_item>a:hover {
        color: #fff;
        background-color: #00A2CB;
    }
}

@media (pointer: coarse) {
    .l_contents.-semiconductor .common_pagination_item>a:active {
        color: #fff;
        background-color: #00A2CB;
    }
}

.l_contents.-semiconductor .common_pagination_item.-current>a {
    color: #1E1E1E;
    border-color: transparent;
}

@media (pointer: fine) {
    .l_contents.-semiconductor .common_pagination_item.-current>a:hover {
        background-color: transparent;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-semiconductor .common_pagination_item.-current>a:hover {
        background-color: transparent;
    }
}

@media (pointer: coarse) {
    .l_contents.-semiconductor .common_pagination_item.-current>a:active {
        background-color: transparent;
    }
}

.l_contents.-design .common_title2 {
    border-left-color: #0D3780;
}

.l_contents.-design .common_title3 {
    color: #0D3780;
}

.l_contents.-design .common_title3::before {
    background: #0D3780;
}

.l_contents.-design .common_title3::after {
    background: #0D3780;
}

.l_contents.-design .common_title_sub.-key {
    color: #0D3780;
}

.l_contents.-design .common_title_fill {
    color: #0D3780;
    background-color: #E4EBF1;
}

.l_contents.-design .common_title_border2 {
    color: #0D3780;
    border-bottom-color: #0D3780;
}

.l_contents.-design .common_title_border3 {
    color: #0D3780;
}

.l_contents.-design .common_title5 {
    color: #0D3780;
}

.l_contents.-design .common_title5::before {
    background: #0D3780;
}

.l_contents.-design .common_title5.-black {
    color: #1E1E1E;
}

.l_contents.-design .common_title_center {
    color: #0D3780;
}

.l_contents.-design .common_title_center::after {
    background: #0D3780;
}

.l_contents.-design .common_link>a::before {
    color: #0D3780;
    border-color: #0D3780;
}

@media (pointer: fine) {
    .l_contents.-design .common_link>a:hover::before {
        color: #fff;
        background-color: #0D3780;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-design .common_link>a:hover::before {
        color: #fff;
        background-color: #0D3780;
    }
}

@media (pointer: coarse) {
    .l_contents.-design .common_link>a:active::before {
        color: #fff;
        background-color: #0D3780;
    }
}

.l_contents.-design .common_link>li>a::before {
    color: #0D3780;
    border-color: #0D3780;
}

@media (pointer: fine) {
    .l_contents.-design .common_link>li>a:hover::before {
        color: #fff;
        background-color: #0D3780;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-design .common_link>li>a:hover::before {
        color: #fff;
        background-color: #0D3780;
    }
}

@media (pointer: coarse) {
    .l_contents.-design .common_link>li>a:active::before {
        color: #fff;
        background-color: #0D3780;
    }
}

.l_contents.-design .common_title_border_inner {
    border-bottom-color: #0D3780;
}

.l_contents.-design .common_title4,
.l_contents.-design .common_title4 a {
    color: #0D3780;
}

.l_contents.-design .common_box_title {
    color: #0D3780;
}

.l_contents.-design .common_box.-key {
    border-color: #0D3780;
}

.l_contents.-design .common_box.-key-bg {
    background-color: #E4EBF1;
}

.l_contents.-design .common_box2 {
    background-color: #E4EBF1;
}

.l_contents.-design .common_box2_title {
    background-color: #0D3780;
}

.l_contents.-design .common_btn>a,
.l_contents.-design .common_btn>button {
    color: #0D3780;
    border-color: #0D3780;
}

@media (pointer: fine) {

    .l_contents.-design .common_btn>a:hover,
    .l_contents.-design .common_btn>button:hover {
        color: #fff;
        background-color: #0D3780;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-design .common_btn>a:hover,
    .l_contents.-design .common_btn>button:hover {
        color: #fff;
        background-color: #0D3780;
    }
}

@media (pointer: coarse) {

    .l_contents.-design .common_btn>a:active,
    .l_contents.-design .common_btn>button:active {
        color: #fff;
        background-color: #0D3780;
    }
}

.l_contents.-design .common_btn.-current>a {
    background-color: #0D3780;
    border-color: #0D3780;
}

.l_contents.-design .common_btn.-blue>a,
.l_contents.-design .common_btn.-blue>button {
    color: #0D3780;
    border-color: #0D3780;
}

@media (pointer: fine) {

    .l_contents.-design .common_btn.-blue>a:hover,
    .l_contents.-design .common_btn.-blue>button:hover {
        background-color: #0D3780;
        border-color: #0D3780;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-design .common_btn.-blue>a:hover,
    .l_contents.-design .common_btn.-blue>button:hover {
        background-color: #0D3780;
        border-color: #0D3780;
    }
}

@media (pointer: coarse) {

    .l_contents.-design .common_btn.-blue>a:active,
    .l_contents.-design .common_btn.-blue>button:active {
        background-color: #0D3780;
        border-color: #0D3780;
    }
}

.l_contents.-design .common_btn.-tel>a.tellink_disable,
.l_contents.-design .common_btn.-tel>button.tellink_disable {
    color: #fff;
    background-color: #00A2CB;
    border-color: #00A2CB;
}

@media (pointer: fine) {

    .l_contents.-design .common_btn.-tel>a.tellink_disable:hover,
    .l_contents.-design .common_btn.-tel>button.tellink_disable:hover {
        color: #fff;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-design .common_btn.-tel>a.tellink_disable:hover,
    .l_contents.-design .common_btn.-tel>button.tellink_disable:hover {
        color: #fff;
    }
}

@media (pointer: coarse) {

    .l_contents.-design .common_btn.-tel>a.tellink_disable:active,
    .l_contents.-design .common_btn.-tel>button.tellink_disable:active {
        color: #fff;
    }
}

.l_contents.-design .common_btn.-tel>a.tellink_enable,
.l_contents.-design .common_btn.-tel>button.tellink_enable {
    color: #fff;
    background-color: #00A2CB;
    border-color: #00A2CB;
}

@media (pointer: fine) {

    .l_contents.-design .common_btn.-tel>a.tellink_enable:hover,
    .l_contents.-design .common_btn.-tel>button.tellink_enable:hover {
        color: #00A2CB;
        background-color: #fff;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-design .common_btn.-tel>a.tellink_enable:hover,
    .l_contents.-design .common_btn.-tel>button.tellink_enable:hover {
        color: #00A2CB;
        background-color: #fff;
    }
}

@media (pointer: coarse) {

    .l_contents.-design .common_btn.-tel>a.tellink_enable:active,
    .l_contents.-design .common_btn.-tel>button.tellink_enable:active {
        color: #00A2CB;
        background-color: #fff;
    }
}

.l_contents.-design .common_btn.-contact>a,
.l_contents.-design .common_btn.-contact>button {
    color: #fff;
    background-color: #0D3780;
    border-color: #0D3780;
}

@media (pointer: fine) {

    .l_contents.-design .common_btn.-contact>a:hover,
    .l_contents.-design .common_btn.-contact>button:hover {
        color: #0D3780;
        border-color: #0D3780;
        background-color: #fff;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-design .common_btn.-contact>a:hover,
    .l_contents.-design .common_btn.-contact>button:hover {
        color: #0D3780;
        border-color: #0D3780;
        background-color: #fff;
    }
}

@media (pointer: coarse) {

    .l_contents.-design .common_btn.-contact>a:active,
    .l_contents.-design .common_btn.-contact>button:active {
        color: #0D3780;
        border-color: #0D3780;
        background-color: #fff;
    }
}

.l_contents.-design .common_btn.-fpga>a,
.l_contents.-design .common_btn.-fpga>button {
    color: #fff;
}

@media (pointer: fine) {

    .l_contents.-design .common_btn.-fpga>a:hover,
    .l_contents.-design .common_btn.-fpga>button:hover {
        color: #0D3780;
        background-color: #fff;
        border-color: #0D3780;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-design .common_btn.-fpga>a:hover,
    .l_contents.-design .common_btn.-fpga>button:hover {
        color: #0D3780;
        background-color: #fff;
        border-color: #0D3780;
    }
}

@media (pointer: coarse) {

    .l_contents.-design .common_btn.-fpga>a:active,
    .l_contents.-design .common_btn.-fpga>button:active {
        color: #0D3780;
        background-color: #fff;
        border-color: #0D3780;
    }
}

.l_contents.-design .common_btn.-white>a,
.l_contents.-design .common_btn.-white>button {
    color: #fff;
    border-color: #fff;
    background: transparent;
}

@media (pointer: fine) {

    .l_contents.-design .common_btn.-white>a:hover,
    .l_contents.-design .common_btn.-white>button:hover {
        color: #fff;
        background-color: #0D3780;
        border-color: #0D3780;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-design .common_btn.-white>a:hover,
    .l_contents.-design .common_btn.-white>button:hover {
        color: #fff;
        background-color: #0D3780;
        border-color: #0D3780;
    }
}

@media (pointer: coarse) {

    .l_contents.-design .common_btn.-white>a:active,
    .l_contents.-design .common_btn.-white>button:active {
        color: #fff;
        background-color: #0D3780;
        border-color: #0D3780;
    }
}

.l_contents.-design .common_dl.-key>dt {
    color: #0D3780;
}

.l_contents.-design .common_dl_line {
    background: -webkit-linear-gradient(transparent 30%, #E4EBF1 0%);
    background: linear-gradient(transparent 30%, #E4EBF1 0%);
}

.l_contents.-design .common_dl3.-key>dt {
    color: #0D3780;
}

.l_contents.-design .common_event_header_title {
    color: #0D3780;
}

.l_contents.-design .common_fancy.-icon>a::before {
    color: #0D3780;
}

.l_contents.-design .common_faq_title::before {
    color: #0D3780;
}

.l_contents.-design .common_faq_title::after {
    color: #0D3780;
    border-color: #0D3780;
}

@media (pointer: fine) {
    .l_contents.-design .common_faq_title:hover {
        color: #0D3780;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-design .common_faq_title:hover {
        color: #0D3780;
    }
}

@media (pointer: coarse) {
    .l_contents.-design .common_faq_title:active {
        color: #0D3780;
    }
}

.l_contents.-design .common_faq_body_inner::before {
    color: #0D3780;
}

.l_contents.-design .common_lead {
    color: #0D3780;
}

.l_contents.-design .common_lead.-black {
    color: #1E1E1E;
}

.l_contents.-design .common_lead2 {
    color: #0D3780;
}

.l_contents.-design .common_list>li::before {
    background: #0D3780;
}

.l_contents.-design .common_check>li::before {
    color: #0D3780;
}

.l_contents.-design .common_local #subnav_title::after {
    background: #0D3780;
}

@media (pointer: fine) {

    .l_contents.-design .common_local #subnav>ul>li>a:hover,
    .l_contents.-design .common_local .common_local_inner>ul>li>a:hover {
        background-color: #0D3780;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-design .common_local #subnav>ul>li>a:hover,
    .l_contents.-design .common_local .common_local_inner>ul>li>a:hover {
        background-color: #0D3780;
    }
}

@media (pointer: coarse) {

    .l_contents.-design .common_local #subnav>ul>li>a:active,
    .l_contents.-design .common_local .common_local_inner>ul>li>a:active {
        background-color: #0D3780;
    }
}

.l_contents.-design .common_local #subnav>ul>li.current>a,
.l_contents.-design .common_local .common_local_inner>ul>li.current>a {
    background-color: #0D3780;
}

@media screen and (max-width: 767px) and (pointer: fine) {
    .l_contents.-design .common_local_btn>a:hover {
        background-color: #0D3780;
    }
}

@media screen and (max-width: 767px) and (-ms-high-contrast: none) {
    .l_contents.-design .common_local_btn>a:hover {
        background-color: #0D3780;
    }
}

@media screen and (max-width: 767px) and (pointer: coarse) {
    .l_contents.-design .common_local_btn>a:active {
        background-color: #0D3780;
    }
}

.l_contents.-design .common_local_list>li>a {
    color: #0D3780;
}

@media (pointer: fine) {
    .l_contents.-design .common_local_list>li>a:hover {
        color: #fff;
        background-color: #0D3780;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-design .common_local_list>li>a:hover {
        color: #fff;
        background-color: #0D3780;
    }
}

@media (pointer: coarse) {
    .l_contents.-design .common_local_list>li>a:active {
        color: #fff;
        background-color: #0D3780;
    }
}

.l_contents.-design .common_local_list>li.current>a {
    color: #fff;
    background-color: #0D3780;
}

.l_contents.-design .common_media_category {
    color: #0D3780;
    border-bottom-color: #0D3780;
}

.l_contents.-design .common_media_title>a {
    color: #0D3780;
}

.l_contents.-design .common_order>li::before {
    color: #0D3780;
}

.l_contents.-design .common_pagelink_title::after {
    background: #0D3780;
}

.l_contents.-design .common_pagelink_list_item>a::after {
    color: #0D3780;
}

@media (pointer: fine) {
    .l_contents.-design .common_pagelink_list_item>a:hover {
        background-color: #0D3780;
    }

    .l_contents.-design .common_pagelink_list_item>a:hover::after {
        color: #fff;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-design .common_pagelink_list_item>a:hover {
        background-color: #0D3780;
    }

    .l_contents.-design .common_pagelink_list_item>a:hover::after {
        color: #fff;
    }
}

@media (pointer: coarse) {
    .l_contents.-design .common_pagelink_list_item>a:active {
        background-color: #0D3780;
    }

    .l_contents.-design .common_pagelink_list_item>a:active::after {
        color: #fff;
    }
}

.l_contents.-design .common_photolink.biggerlink .common_photolink_label>a::before {
    color: #0D3780;
    border-color: #0D3780;
}

@media (pointer: fine) {
    .l_contents.-design .common_photolink.biggerlink:hover .common_photolink_label {
        color: #0D3780;
    }

    .l_contents.-design .common_photolink.biggerlink:hover .common_photolink_label>a::before {
        color: #fff;
        background-color: #0D3780;
    }

    .l_contents.-design .common_photolink.biggerlink:hover .common_photolink_text,
    .l_contents.-design .common_photolink.biggerlink:hover .common_photolink_dl {
        color: #0D3780;
    }

    .l_contents.-design .common_photolink.biggerlink:hover .common_link>a::before {
        color: #fff;
        background-color: #0D3780;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-design .common_photolink.biggerlink:hover .common_photolink_label {
        color: #0D3780;
    }

    .l_contents.-design .common_photolink.biggerlink:hover .common_photolink_label>a::before {
        color: #fff;
        background-color: #0D3780;
    }

    .l_contents.-design .common_photolink.biggerlink:hover .common_photolink_text,
    .l_contents.-design .common_photolink.biggerlink:hover .common_photolink_dl {
        color: #0D3780;
    }

    .l_contents.-design .common_photolink.biggerlink:hover .common_link>a::before {
        color: #fff;
        background-color: #0D3780;
    }
}

@media (pointer: coarse) {
    .l_contents.-design .common_photolink.biggerlink:active .common_photolink_label {
        color: #0D3780;
    }

    .l_contents.-design .common_photolink.biggerlink:active .common_photolink_label>a::before {
        color: #fff;
        background-color: #0D3780;
    }

    .l_contents.-design .common_photolink.biggerlink:active .common_photolink_text,
    .l_contents.-design .common_photolink.biggerlink:active .common_photolink_dl {
        color: #0D3780;
    }

    .l_contents.-design .common_photolink.biggerlink:active .common_link>a::before {
        color: #fff;
        background-color: #0D3780;
    }
}

.l_contents.-design .common_photolink_tag>li {
    background-color: #0D3780;
}

.l_contents.-design .common_table caption {
    color: #0D3780;
}

.l_contents.-design .common_table th {
    background-color: #E4EBF1;
}

.l_contents.-design .common_table th.common_table_head {
    background: #0D3780;
}

.l_contents.-design .common_table thead th {
    background: #0D3780;
}

.l_contents.-design .common_table2 caption {
    color: #0D3780;
}

.l_contents.-design .common_widget_title {
    color: #0D3780;
}

.l_contents.-design .common_nav_item>a {
    color: #0D3780;
    border-color: #0D3780;
}

@media (pointer: fine) {
    .l_contents.-design .common_nav_item>a:hover {
        color: #fff;
        background-color: #0D3780;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-design .common_nav_item>a:hover {
        color: #fff;
        background-color: #0D3780;
    }
}

@media (pointer: coarse) {
    .l_contents.-design .common_nav_item>a:active {
        color: #fff;
        background-color: #0D3780;
    }
}

.l_contents.-design .common_nav_item.current>a {
    color: #fff;
    background-color: #0D3780;
}

.l_contents.-design .common_key {
    color: #0D3780;
}

@media (pointer: fine) {
    .l_contents.-design .common_topics .rss_title>a:hover {
        color: #0D3780;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-design .common_topics .rss_title>a:hover {
        color: #0D3780;
    }
}

@media (pointer: coarse) {
    .l_contents.-design .common_topics .rss_title>a:active {
        color: #0D3780;
    }
}

.l_contents.-design .common_topics .rss_title>a .icon {
    color: #0D3780;
    border: 1px solid #0D3780;
}

.l_contents.-design .common_img_title.-key {
    color: #0D3780;
}

.l_contents.-design .common_case_title::after {
    background: #0D3780;
}

.l_contents.-design .common_case_dl>dt {
    color: #0D3780;
}

@media (pointer: fine) {
    .l_contents.-design .common_case.biggerlink:hover .common_link>a {
        text-decoration: none;
    }

    .l_contents.-design .common_case.biggerlink:hover .common_link>a::before {
        color: #fff;
        background-color: #0D3780;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-design .common_case.biggerlink:hover .common_link>a {
        text-decoration: none;
    }

    .l_contents.-design .common_case.biggerlink:hover .common_link>a::before {
        color: #fff;
        background-color: #0D3780;
    }
}

@media (pointer: coarse) {
    .l_contents.-design .common_case.biggerlink:active .common_link>a {
        text-decoration: none;
    }

    .l_contents.-design .common_case.biggerlink:active .common_link>a::before {
        color: #fff;
        background-color: #0D3780;
    }
}

.l_contents.-design .common_pagination_item>a {
    color: #0D3780;
    border-color: #0D3780;
}

@media (pointer: fine) {
    .l_contents.-design .common_pagination_item>a:hover {
        color: #fff;
        background-color: #0D3780;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-design .common_pagination_item>a:hover {
        color: #fff;
        background-color: #0D3780;
    }
}

@media (pointer: coarse) {
    .l_contents.-design .common_pagination_item>a:active {
        color: #fff;
        background-color: #0D3780;
    }
}

.l_contents.-design .common_pagination_item.-current>a {
    color: #1E1E1E;
    border-color: transparent;
}

@media (pointer: fine) {
    .l_contents.-design .common_pagination_item.-current>a:hover {
        background-color: transparent;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-design .common_pagination_item.-current>a:hover {
        background-color: transparent;
    }
}

@media (pointer: coarse) {
    .l_contents.-design .common_pagination_item.-current>a:active {
        background-color: transparent;
    }
}

.l_contents.-ranpak .common_title2 {
    border-left-color: #00AEE0;
}

.l_contents.-ranpak .common_title3 {
    color: #00AEE0;
}

.l_contents.-ranpak .common_title3::before {
    background: #00AEE0;
}

.l_contents.-ranpak .common_title3::after {
    background: #00AEE0;
}

.l_contents.-ranpak .common_title_sub.-key {
    color: #00AEE0;
}

.l_contents.-ranpak .common_title_fill {
    color: #00AEE0;
    background-color: #E5F7FC;
}

.l_contents.-ranpak .common_title_border2 {
    color: #00AEE0;
    border-bottom-color: #00AEE0;
}

.l_contents.-ranpak .common_title_border3 {
    color: #00AEE0;
}

.l_contents.-ranpak .common_title5 {
    color: #00AEE0;
}

.l_contents.-ranpak .common_title5::before {
    background: #00AEE0;
}

.l_contents.-ranpak .common_title5.-black {
    color: #1E1E1E;
}

.l_contents.-ranpak .common_title_center {
    color: #00AEE0;
}

.l_contents.-ranpak .common_title_center::after {
    background: #00AEE0;
}

.l_contents.-ranpak .common_link>a::before {
    color: #00AEE0;
    border-color: #00AEE0;
}

@media (pointer: fine) {
    .l_contents.-ranpak .common_link>a:hover::before {
        color: #fff;
        background-color: #00AEE0;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-ranpak .common_link>a:hover::before {
        color: #fff;
        background-color: #00AEE0;
    }
}

@media (pointer: coarse) {
    .l_contents.-ranpak .common_link>a:active::before {
        color: #fff;
        background-color: #00AEE0;
    }
}

.l_contents.-ranpak .common_link>li>a::before {
    color: #00AEE0;
    border-color: #00AEE0;
}

@media (pointer: fine) {
    .l_contents.-ranpak .common_link>li>a:hover::before {
        color: #fff;
        background-color: #00AEE0;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-ranpak .common_link>li>a:hover::before {
        color: #fff;
        background-color: #00AEE0;
    }
}

@media (pointer: coarse) {
    .l_contents.-ranpak .common_link>li>a:active::before {
        color: #fff;
        background-color: #00AEE0;
    }
}

.l_contents.-ranpak .common_title_border_inner {
    border-bottom-color: #00AEE0;
}

.l_contents.-ranpak .common_title4,
.l_contents.-ranpak .common_title4 a {
    color: #00AEE0;
}

.l_contents.-ranpak .common_box_title {
    color: #00AEE0;
}

.l_contents.-ranpak .common_box.-key {
    border-color: #00AEE0;
}

.l_contents.-ranpak .common_box.-key-bg {
    background-color: #E5F7FC;
}

.l_contents.-ranpak .common_box2 {
    background-color: #E5F7FC;
}

.l_contents.-ranpak .common_box2_title {
    background-color: #00AEE0;
}

.l_contents.-ranpak .common_btn>a,
.l_contents.-ranpak .common_btn>button {
    color: #00AEE0;
    border-color: #00AEE0;
}

@media (pointer: fine) {

    .l_contents.-ranpak .common_btn>a:hover,
    .l_contents.-ranpak .common_btn>button:hover {
        color: #fff;
        background-color: #00AEE0;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-ranpak .common_btn>a:hover,
    .l_contents.-ranpak .common_btn>button:hover {
        color: #fff;
        background-color: #00AEE0;
    }
}

@media (pointer: coarse) {

    .l_contents.-ranpak .common_btn>a:active,
    .l_contents.-ranpak .common_btn>button:active {
        color: #fff;
        background-color: #00AEE0;
    }
}

.l_contents.-ranpak .common_btn.-current>a {
    background-color: #00AEE0;
    border-color: #00AEE0;
}

.l_contents.-ranpak .common_btn.-blue>a,
.l_contents.-ranpak .common_btn.-blue>button {
    color: #00AEE0;
    border-color: #00AEE0;
}

@media (pointer: fine) {

    .l_contents.-ranpak .common_btn.-blue>a:hover,
    .l_contents.-ranpak .common_btn.-blue>button:hover {
        background-color: #00AEE0;
        border-color: #00AEE0;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-ranpak .common_btn.-blue>a:hover,
    .l_contents.-ranpak .common_btn.-blue>button:hover {
        background-color: #00AEE0;
        border-color: #00AEE0;
    }
}

@media (pointer: coarse) {

    .l_contents.-ranpak .common_btn.-blue>a:active,
    .l_contents.-ranpak .common_btn.-blue>button:active {
        background-color: #00AEE0;
        border-color: #00AEE0;
    }
}

.l_contents.-ranpak .common_btn.-tel>a.tellink_disable,
.l_contents.-ranpak .common_btn.-tel>button.tellink_disable {
    color: #fff;
    background-color: #00A2CB;
    border-color: #00A2CB;
}

@media (pointer: fine) {

    .l_contents.-ranpak .common_btn.-tel>a.tellink_disable:hover,
    .l_contents.-ranpak .common_btn.-tel>button.tellink_disable:hover {
        color: #fff;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-ranpak .common_btn.-tel>a.tellink_disable:hover,
    .l_contents.-ranpak .common_btn.-tel>button.tellink_disable:hover {
        color: #fff;
    }
}

@media (pointer: coarse) {

    .l_contents.-ranpak .common_btn.-tel>a.tellink_disable:active,
    .l_contents.-ranpak .common_btn.-tel>button.tellink_disable:active {
        color: #fff;
    }
}

.l_contents.-ranpak .common_btn.-tel>a.tellink_enable,
.l_contents.-ranpak .common_btn.-tel>button.tellink_enable {
    color: #fff;
    background-color: #00A2CB;
    border-color: #00A2CB;
}

@media (pointer: fine) {

    .l_contents.-ranpak .common_btn.-tel>a.tellink_enable:hover,
    .l_contents.-ranpak .common_btn.-tel>button.tellink_enable:hover {
        color: #00A2CB;
        background-color: #fff;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-ranpak .common_btn.-tel>a.tellink_enable:hover,
    .l_contents.-ranpak .common_btn.-tel>button.tellink_enable:hover {
        color: #00A2CB;
        background-color: #fff;
    }
}

@media (pointer: coarse) {

    .l_contents.-ranpak .common_btn.-tel>a.tellink_enable:active,
    .l_contents.-ranpak .common_btn.-tel>button.tellink_enable:active {
        color: #00A2CB;
        background-color: #fff;
    }
}

.l_contents.-ranpak .common_btn.-contact>a,
.l_contents.-ranpak .common_btn.-contact>button {
    color: #fff;
    background-color: #0D3780;
    border-color: #0D3780;
}

@media (pointer: fine) {

    .l_contents.-ranpak .common_btn.-contact>a:hover,
    .l_contents.-ranpak .common_btn.-contact>button:hover {
        color: #0D3780;
        border-color: #0D3780;
        background-color: #fff;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-ranpak .common_btn.-contact>a:hover,
    .l_contents.-ranpak .common_btn.-contact>button:hover {
        color: #0D3780;
        border-color: #0D3780;
        background-color: #fff;
    }
}

@media (pointer: coarse) {

    .l_contents.-ranpak .common_btn.-contact>a:active,
    .l_contents.-ranpak .common_btn.-contact>button:active {
        color: #0D3780;
        border-color: #0D3780;
        background-color: #fff;
    }
}

.l_contents.-ranpak .common_btn.-fpga>a,
.l_contents.-ranpak .common_btn.-fpga>button {
    color: #fff;
}

@media (pointer: fine) {

    .l_contents.-ranpak .common_btn.-fpga>a:hover,
    .l_contents.-ranpak .common_btn.-fpga>button:hover {
        color: #0D3780;
        background-color: #fff;
        border-color: #0D3780;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-ranpak .common_btn.-fpga>a:hover,
    .l_contents.-ranpak .common_btn.-fpga>button:hover {
        color: #0D3780;
        background-color: #fff;
        border-color: #0D3780;
    }
}

@media (pointer: coarse) {

    .l_contents.-ranpak .common_btn.-fpga>a:active,
    .l_contents.-ranpak .common_btn.-fpga>button:active {
        color: #0D3780;
        background-color: #fff;
        border-color: #0D3780;
    }
}

.l_contents.-ranpak .common_btn.-white>a,
.l_contents.-ranpak .common_btn.-white>button {
    color: #fff;
    border-color: #fff;
    background: transparent;
}

@media (pointer: fine) {

    .l_contents.-ranpak .common_btn.-white>a:hover,
    .l_contents.-ranpak .common_btn.-white>button:hover {
        color: #fff;
        background-color: #00AEE0;
        border-color: #00AEE0;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-ranpak .common_btn.-white>a:hover,
    .l_contents.-ranpak .common_btn.-white>button:hover {
        color: #fff;
        background-color: #00AEE0;
        border-color: #00AEE0;
    }
}

@media (pointer: coarse) {

    .l_contents.-ranpak .common_btn.-white>a:active,
    .l_contents.-ranpak .common_btn.-white>button:active {
        color: #fff;
        background-color: #00AEE0;
        border-color: #00AEE0;
    }
}

.l_contents.-ranpak .common_dl.-key>dt {
    color: #00AEE0;
}

.l_contents.-ranpak .common_dl_line {
    background: -webkit-linear-gradient(transparent 30%, #E5F7FC 0%);
    background: linear-gradient(transparent 30%, #E5F7FC 0%);
}

.l_contents.-ranpak .common_dl3.-key>dt {
    color: #00AEE0;
}

.l_contents.-ranpak .common_event_header_title {
    color: #00AEE0;
}

.l_contents.-ranpak .common_fancy.-icon>a::before {
    color: #00AEE0;
}

.l_contents.-ranpak .common_faq_title::before {
    color: #00AEE0;
}

.l_contents.-ranpak .common_faq_title::after {
    color: #00AEE0;
    border-color: #00AEE0;
}

@media (pointer: fine) {
    .l_contents.-ranpak .common_faq_title:hover {
        color: #00AEE0;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-ranpak .common_faq_title:hover {
        color: #00AEE0;
    }
}

@media (pointer: coarse) {
    .l_contents.-ranpak .common_faq_title:active {
        color: #00AEE0;
    }
}

.l_contents.-ranpak .common_faq_body_inner::before {
    color: #00AEE0;
}

.l_contents.-ranpak .common_lead {
    color: #00AEE0;
}

.l_contents.-ranpak .common_lead.-black {
    color: #1E1E1E;
}

.l_contents.-ranpak .common_lead2 {
    color: #00AEE0;
}

.l_contents.-ranpak .common_list>li::before {
    background: #00AEE0;
}

.l_contents.-ranpak .common_check>li::before {
    color: #00AEE0;
}

.l_contents.-ranpak .common_local #subnav_title::after {
    background: #00AEE0;
}

@media (pointer: fine) {

    .l_contents.-ranpak .common_local #subnav>ul>li>a:hover,
    .l_contents.-ranpak .common_local .common_local_inner>ul>li>a:hover {
        background-color: #00AEE0;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-ranpak .common_local #subnav>ul>li>a:hover,
    .l_contents.-ranpak .common_local .common_local_inner>ul>li>a:hover {
        background-color: #00AEE0;
    }
}

@media (pointer: coarse) {

    .l_contents.-ranpak .common_local #subnav>ul>li>a:active,
    .l_contents.-ranpak .common_local .common_local_inner>ul>li>a:active {
        background-color: #00AEE0;
    }
}

.l_contents.-ranpak .common_local #subnav>ul>li.current>a,
.l_contents.-ranpak .common_local .common_local_inner>ul>li.current>a {
    background-color: #00AEE0;
}

@media screen and (max-width: 767px) and (pointer: fine) {
    .l_contents.-ranpak .common_local_btn>a:hover {
        background-color: #00AEE0;
    }
}

@media screen and (max-width: 767px) and (-ms-high-contrast: none) {
    .l_contents.-ranpak .common_local_btn>a:hover {
        background-color: #00AEE0;
    }
}

@media screen and (max-width: 767px) and (pointer: coarse) {
    .l_contents.-ranpak .common_local_btn>a:active {
        background-color: #00AEE0;
    }
}

.l_contents.-ranpak .common_local_list>li>a {
    color: #00AEE0;
}

@media (pointer: fine) {
    .l_contents.-ranpak .common_local_list>li>a:hover {
        color: #fff;
        background-color: #00AEE0;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-ranpak .common_local_list>li>a:hover {
        color: #fff;
        background-color: #00AEE0;
    }
}

@media (pointer: coarse) {
    .l_contents.-ranpak .common_local_list>li>a:active {
        color: #fff;
        background-color: #00AEE0;
    }
}

.l_contents.-ranpak .common_local_list>li.current>a {
    color: #fff;
    background-color: #00AEE0;
}

.l_contents.-ranpak .common_media_category {
    color: #00AEE0;
    border-bottom-color: #00AEE0;
}

.l_contents.-ranpak .common_media_title>a {
    color: #00AEE0;
}

.l_contents.-ranpak .common_order>li::before {
    color: #0D3780;
}

.l_contents.-ranpak .common_pagelink_title::after {
    background: #00AEE0;
}

.l_contents.-ranpak .common_pagelink_list_item>a::after {
    color: #00AEE0;
}

@media (pointer: fine) {
    .l_contents.-ranpak .common_pagelink_list_item>a:hover {
        background-color: #00AEE0;
    }

    .l_contents.-ranpak .common_pagelink_list_item>a:hover::after {
        color: #fff;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-ranpak .common_pagelink_list_item>a:hover {
        background-color: #00AEE0;
    }

    .l_contents.-ranpak .common_pagelink_list_item>a:hover::after {
        color: #fff;
    }
}

@media (pointer: coarse) {
    .l_contents.-ranpak .common_pagelink_list_item>a:active {
        background-color: #00AEE0;
    }

    .l_contents.-ranpak .common_pagelink_list_item>a:active::after {
        color: #fff;
    }
}

.l_contents.-ranpak .common_photolink.biggerlink .common_photolink_label>a::before {
    color: #00AEE0;
    border-color: #00AEE0;
}

@media (pointer: fine) {
    .l_contents.-ranpak .common_photolink.biggerlink:hover .common_photolink_label {
        color: #00AEE0;
    }

    .l_contents.-ranpak .common_photolink.biggerlink:hover .common_photolink_label>a::before {
        color: #fff;
        background-color: #00AEE0;
    }

    .l_contents.-ranpak .common_photolink.biggerlink:hover .common_photolink_text,
    .l_contents.-ranpak .common_photolink.biggerlink:hover .common_photolink_dl {
        color: #00AEE0;
    }

    .l_contents.-ranpak .common_photolink.biggerlink:hover .common_link>a::before {
        color: #fff;
        background-color: #00AEE0;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-ranpak .common_photolink.biggerlink:hover .common_photolink_label {
        color: #00AEE0;
    }

    .l_contents.-ranpak .common_photolink.biggerlink:hover .common_photolink_label>a::before {
        color: #fff;
        background-color: #00AEE0;
    }

    .l_contents.-ranpak .common_photolink.biggerlink:hover .common_photolink_text,
    .l_contents.-ranpak .common_photolink.biggerlink:hover .common_photolink_dl {
        color: #00AEE0;
    }

    .l_contents.-ranpak .common_photolink.biggerlink:hover .common_link>a::before {
        color: #fff;
        background-color: #00AEE0;
    }
}

@media (pointer: coarse) {
    .l_contents.-ranpak .common_photolink.biggerlink:active .common_photolink_label {
        color: #00AEE0;
    }

    .l_contents.-ranpak .common_photolink.biggerlink:active .common_photolink_label>a::before {
        color: #fff;
        background-color: #00AEE0;
    }

    .l_contents.-ranpak .common_photolink.biggerlink:active .common_photolink_text,
    .l_contents.-ranpak .common_photolink.biggerlink:active .common_photolink_dl {
        color: #00AEE0;
    }

    .l_contents.-ranpak .common_photolink.biggerlink:active .common_link>a::before {
        color: #fff;
        background-color: #00AEE0;
    }
}

.l_contents.-ranpak .common_photolink_tag>li {
    background-color: #00AEE0;
}

.l_contents.-ranpak .common_table caption {
    color: #00AEE0;
}

.l_contents.-ranpak .common_table th {
    background-color: #E5F7FC;
}

.l_contents.-ranpak .common_table th.common_table_head {
    background: #00AEE0;
}

.l_contents.-ranpak .common_table thead th {
    background: #00AEE0;
}

.l_contents.-ranpak .common_table2 caption {
    color: #00AEE0;
}

.l_contents.-ranpak .common_widget_title {
    color: #00AEE0;
}

.l_contents.-ranpak .common_nav_item>a {
    color: #00AEE0;
    border-color: #00AEE0;
}

@media (pointer: fine) {
    .l_contents.-ranpak .common_nav_item>a:hover {
        color: #fff;
        background-color: #00AEE0;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-ranpak .common_nav_item>a:hover {
        color: #fff;
        background-color: #00AEE0;
    }
}

@media (pointer: coarse) {
    .l_contents.-ranpak .common_nav_item>a:active {
        color: #fff;
        background-color: #00AEE0;
    }
}

.l_contents.-ranpak .common_nav_item.current>a {
    color: #fff;
    background-color: #00AEE0;
}

.l_contents.-ranpak .common_key {
    color: #00AEE0;
}

@media (pointer: fine) {
    .l_contents.-ranpak .common_topics .rss_title>a:hover {
        color: #00AEE0;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-ranpak .common_topics .rss_title>a:hover {
        color: #00AEE0;
    }
}

@media (pointer: coarse) {
    .l_contents.-ranpak .common_topics .rss_title>a:active {
        color: #00AEE0;
    }
}

.l_contents.-ranpak .common_topics .rss_title>a .icon {
    color: #00AEE0;
    border: 1px solid #00AEE0;
}

.l_contents.-ranpak .common_img_title.-key {
    color: #00AEE0;
}

.l_contents.-ranpak .common_case_title::after {
    background: #00AEE0;
}

.l_contents.-ranpak .common_case_dl>dt {
    color: #00AEE0;
}

@media (pointer: fine) {
    .l_contents.-ranpak .common_case.biggerlink:hover .common_link>a {
        text-decoration: none;
    }

    .l_contents.-ranpak .common_case.biggerlink:hover .common_link>a::before {
        color: #fff;
        background-color: #00AEE0;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-ranpak .common_case.biggerlink:hover .common_link>a {
        text-decoration: none;
    }

    .l_contents.-ranpak .common_case.biggerlink:hover .common_link>a::before {
        color: #fff;
        background-color: #00AEE0;
    }
}

@media (pointer: coarse) {
    .l_contents.-ranpak .common_case.biggerlink:active .common_link>a {
        text-decoration: none;
    }

    .l_contents.-ranpak .common_case.biggerlink:active .common_link>a::before {
        color: #fff;
        background-color: #00AEE0;
    }
}

.l_contents.-ranpak .common_pagination_item>a {
    color: #00AEE0;
    border-color: #00AEE0;
}

@media (pointer: fine) {
    .l_contents.-ranpak .common_pagination_item>a:hover {
        color: #fff;
        background-color: #00AEE0;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-ranpak .common_pagination_item>a:hover {
        color: #fff;
        background-color: #00AEE0;
    }
}

@media (pointer: coarse) {
    .l_contents.-ranpak .common_pagination_item>a:active {
        color: #fff;
        background-color: #00AEE0;
    }
}

.l_contents.-ranpak .common_pagination_item.-current>a {
    color: #1E1E1E;
    border-color: transparent;
}

@media (pointer: fine) {
    .l_contents.-ranpak .common_pagination_item.-current>a:hover {
        background-color: transparent;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-ranpak .common_pagination_item.-current>a:hover {
        background-color: transparent;
    }
}

@media (pointer: coarse) {
    .l_contents.-ranpak .common_pagination_item.-current>a:active {
        background-color: transparent;
    }
}

.l_contents.-haivision .common_title2 {
    border-left-color: #343434;
}

.l_contents.-haivision .common_title3 {
    color: #343434;
}

.l_contents.-haivision .common_title3::before {
    background: #343434;
}

.l_contents.-haivision .common_title3::after {
    background: #343434;
}

.l_contents.-haivision .common_title_sub.-key {
    color: #343434;
}

.l_contents.-haivision .common_title_fill {
    color: #343434;
    background-color: #E3E3E3;
}

.l_contents.-haivision .common_title_border2 {
    color: #343434;
    border-bottom-color: #343434;
}

.l_contents.-haivision .common_title_border3 {
    color: #343434;
}

.l_contents.-haivision .common_title5 {
    color: #343434;
}

.l_contents.-haivision .common_title5::before {
    background: #343434;
}

.l_contents.-haivision .common_title5.-black {
    color: #1E1E1E;
}

.l_contents.-haivision .common_title_center {
    color: #343434;
}

.l_contents.-haivision .common_title_center::after {
    background: #343434;
}

.l_contents.-haivision .common_link>a::before {
    color: #343434;
    border-color: #343434;
}

@media (pointer: fine) {
    .l_contents.-haivision .common_link>a:hover::before {
        color: #fff;
        background-color: #343434;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-haivision .common_link>a:hover::before {
        color: #fff;
        background-color: #343434;
    }
}

@media (pointer: coarse) {
    .l_contents.-haivision .common_link>a:active::before {
        color: #fff;
        background-color: #343434;
    }
}

.l_contents.-haivision .common_link>li>a::before {
    color: #343434;
    border-color: #343434;
}

@media (pointer: fine) {
    .l_contents.-haivision .common_link>li>a:hover::before {
        color: #fff;
        background-color: #343434;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-haivision .common_link>li>a:hover::before {
        color: #fff;
        background-color: #343434;
    }
}

@media (pointer: coarse) {
    .l_contents.-haivision .common_link>li>a:active::before {
        color: #fff;
        background-color: #343434;
    }
}

.l_contents.-haivision .common_title_border_inner {
    border-bottom-color: #343434;
}

.l_contents.-haivision .common_title4,
.l_contents.-haivision .common_title4 a {
    color: #343434;
}

.l_contents.-haivision .common_box_title {
    color: #343434;
}

.l_contents.-haivision .common_box.-key {
    border-color: #343434;
}

.l_contents.-haivision .common_box.-key-bg {
    background-color: #E3E3E3;
}

.l_contents.-haivision .common_box2 {
    background-color: #E3E3E3;
}

.l_contents.-haivision .common_box2_title {
    background-color: #343434;
}

.l_contents.-haivision .common_btn>a,
.l_contents.-haivision .common_btn>button {
    color: #343434;
    border-color: #343434;
}

@media (pointer: fine) {

    .l_contents.-haivision .common_btn>a:hover,
    .l_contents.-haivision .common_btn>button:hover {
        color: #fff;
        background-color: #343434;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-haivision .common_btn>a:hover,
    .l_contents.-haivision .common_btn>button:hover {
        color: #fff;
        background-color: #343434;
    }
}

@media (pointer: coarse) {

    .l_contents.-haivision .common_btn>a:active,
    .l_contents.-haivision .common_btn>button:active {
        color: #fff;
        background-color: #343434;
    }
}

.l_contents.-haivision .common_btn.-current>a {
    background-color: #343434;
    border-color: #343434;
}

.l_contents.-haivision .common_btn.-blue>a,
.l_contents.-haivision .common_btn.-blue>button {
    color: #343434;
    border-color: #343434;
}

@media (pointer: fine) {

    .l_contents.-haivision .common_btn.-blue>a:hover,
    .l_contents.-haivision .common_btn.-blue>button:hover {
        background-color: #343434;
        border-color: #343434;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-haivision .common_btn.-blue>a:hover,
    .l_contents.-haivision .common_btn.-blue>button:hover {
        background-color: #343434;
        border-color: #343434;
    }
}

@media (pointer: coarse) {

    .l_contents.-haivision .common_btn.-blue>a:active,
    .l_contents.-haivision .common_btn.-blue>button:active {
        background-color: #343434;
        border-color: #343434;
    }
}

.l_contents.-haivision .common_btn.-tel>a.tellink_disable,
.l_contents.-haivision .common_btn.-tel>button.tellink_disable {
    color: #fff;
    background-color: #00A2CB;
    border-color: #00A2CB;
}

@media (pointer: fine) {

    .l_contents.-haivision .common_btn.-tel>a.tellink_disable:hover,
    .l_contents.-haivision .common_btn.-tel>button.tellink_disable:hover {
        color: #fff;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-haivision .common_btn.-tel>a.tellink_disable:hover,
    .l_contents.-haivision .common_btn.-tel>button.tellink_disable:hover {
        color: #fff;
    }
}

@media (pointer: coarse) {

    .l_contents.-haivision .common_btn.-tel>a.tellink_disable:active,
    .l_contents.-haivision .common_btn.-tel>button.tellink_disable:active {
        color: #fff;
    }
}

.l_contents.-haivision .common_btn.-tel>a.tellink_enable,
.l_contents.-haivision .common_btn.-tel>button.tellink_enable {
    color: #fff;
    background-color: #00A2CB;
    border-color: #00A2CB;
}

@media (pointer: fine) {

    .l_contents.-haivision .common_btn.-tel>a.tellink_enable:hover,
    .l_contents.-haivision .common_btn.-tel>button.tellink_enable:hover {
        color: #00A2CB;
        background-color: #fff;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-haivision .common_btn.-tel>a.tellink_enable:hover,
    .l_contents.-haivision .common_btn.-tel>button.tellink_enable:hover {
        color: #00A2CB;
        background-color: #fff;
    }
}

@media (pointer: coarse) {

    .l_contents.-haivision .common_btn.-tel>a.tellink_enable:active,
    .l_contents.-haivision .common_btn.-tel>button.tellink_enable:active {
        color: #00A2CB;
        background-color: #fff;
    }
}

.l_contents.-haivision .common_btn.-contact>a,
.l_contents.-haivision .common_btn.-contact>button {
    color: #fff;
    background-color: #0D3780;
    border-color: #0D3780;
}

@media (pointer: fine) {

    .l_contents.-haivision .common_btn.-contact>a:hover,
    .l_contents.-haivision .common_btn.-contact>button:hover {
        color: #0D3780;
        border-color: #0D3780;
        background-color: #fff;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-haivision .common_btn.-contact>a:hover,
    .l_contents.-haivision .common_btn.-contact>button:hover {
        color: #0D3780;
        border-color: #0D3780;
        background-color: #fff;
    }
}

@media (pointer: coarse) {

    .l_contents.-haivision .common_btn.-contact>a:active,
    .l_contents.-haivision .common_btn.-contact>button:active {
        color: #0D3780;
        border-color: #0D3780;
        background-color: #fff;
    }
}

.l_contents.-haivision .common_btn.-fpga>a,
.l_contents.-haivision .common_btn.-fpga>button {
    color: #fff;
}

@media (pointer: fine) {

    .l_contents.-haivision .common_btn.-fpga>a:hover,
    .l_contents.-haivision .common_btn.-fpga>button:hover {
        color: #0D3780;
        background-color: #fff;
        border-color: #0D3780;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-haivision .common_btn.-fpga>a:hover,
    .l_contents.-haivision .common_btn.-fpga>button:hover {
        color: #0D3780;
        background-color: #fff;
        border-color: #0D3780;
    }
}

@media (pointer: coarse) {

    .l_contents.-haivision .common_btn.-fpga>a:active,
    .l_contents.-haivision .common_btn.-fpga>button:active {
        color: #0D3780;
        background-color: #fff;
        border-color: #0D3780;
    }
}

.l_contents.-haivision .common_btn.-white>a,
.l_contents.-haivision .common_btn.-white>button {
    color: #fff;
    border-color: #fff;
    background: transparent;
}

@media (pointer: fine) {

    .l_contents.-haivision .common_btn.-white>a:hover,
    .l_contents.-haivision .common_btn.-white>button:hover {
        color: #fff;
        background-color: #343434;
        border-color: #343434;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-haivision .common_btn.-white>a:hover,
    .l_contents.-haivision .common_btn.-white>button:hover {
        color: #fff;
        background-color: #343434;
        border-color: #343434;
    }
}

@media (pointer: coarse) {

    .l_contents.-haivision .common_btn.-white>a:active,
    .l_contents.-haivision .common_btn.-white>button:active {
        color: #fff;
        background-color: #343434;
        border-color: #343434;
    }
}

.l_contents.-haivision .common_dl.-key>dt {
    color: #343434;
}

.l_contents.-haivision .common_dl_line {
    background: -webkit-linear-gradient(transparent 30%, #E3E3E3 0%);
    background: linear-gradient(transparent 30%, #E3E3E3 0%);
}

.l_contents.-haivision .common_dl3.-key>dt {
    color: #343434;
}

.l_contents.-haivision .common_event_header_title {
    color: #343434;
}

.l_contents.-haivision .common_fancy.-icon>a::before {
    color: #343434;
}

.l_contents.-haivision .common_faq_title::before {
    color: #343434;
}

.l_contents.-haivision .common_faq_title::after {
    color: #343434;
    border-color: #343434;
}

@media (pointer: fine) {
    .l_contents.-haivision .common_faq_title:hover {
        color: #343434;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-haivision .common_faq_title:hover {
        color: #343434;
    }
}

@media (pointer: coarse) {
    .l_contents.-haivision .common_faq_title:active {
        color: #343434;
    }
}

.l_contents.-haivision .common_faq_body_inner::before {
    color: #343434;
}

.l_contents.-haivision .common_lead {
    color: #343434;
}

.l_contents.-haivision .common_lead.-black {
    color: #1E1E1E;
}

.l_contents.-haivision .common_lead2 {
    color: #343434;
}

.l_contents.-haivision .common_list>li::before {
    background: #343434;
}

.l_contents.-haivision .common_check>li::before {
    color: #343434;
}

.l_contents.-haivision .common_local #subnav_title::after {
    background: #343434;
}

@media (pointer: fine) {

    .l_contents.-haivision .common_local #subnav>ul>li>a:hover,
    .l_contents.-haivision .common_local .common_local_inner>ul>li>a:hover {
        background-color: #343434;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-haivision .common_local #subnav>ul>li>a:hover,
    .l_contents.-haivision .common_local .common_local_inner>ul>li>a:hover {
        background-color: #343434;
    }
}

@media (pointer: coarse) {

    .l_contents.-haivision .common_local #subnav>ul>li>a:active,
    .l_contents.-haivision .common_local .common_local_inner>ul>li>a:active {
        background-color: #343434;
    }
}

.l_contents.-haivision .common_local #subnav>ul>li.current>a,
.l_contents.-haivision .common_local .common_local_inner>ul>li.current>a {
    background-color: #343434;
}

@media screen and (max-width: 767px) and (pointer: fine) {
    .l_contents.-haivision .common_local_btn>a:hover {
        background-color: #343434;
    }
}

@media screen and (max-width: 767px) and (-ms-high-contrast: none) {
    .l_contents.-haivision .common_local_btn>a:hover {
        background-color: #343434;
    }
}

@media screen and (max-width: 767px) and (pointer: coarse) {
    .l_contents.-haivision .common_local_btn>a:active {
        background-color: #343434;
    }
}

.l_contents.-haivision .common_local_list>li>a {
    color: #343434;
}

@media (pointer: fine) {
    .l_contents.-haivision .common_local_list>li>a:hover {
        color: #fff;
        background-color: #343434;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-haivision .common_local_list>li>a:hover {
        color: #fff;
        background-color: #343434;
    }
}

@media (pointer: coarse) {
    .l_contents.-haivision .common_local_list>li>a:active {
        color: #fff;
        background-color: #343434;
    }
}

.l_contents.-haivision .common_local_list>li.current>a {
    color: #fff;
    background-color: #343434;
}

.l_contents.-haivision .common_media_category {
    color: #343434;
    border-bottom-color: #343434;
}

.l_contents.-haivision .common_media_title>a {
    color: #343434;
}

.l_contents.-haivision .common_order>li::before {
    color: #0D3780;
}

.l_contents.-haivision .common_pagelink_title::after {
    background: #343434;
}

.l_contents.-haivision .common_pagelink_list_item>a::after {
    color: #343434;
}

@media (pointer: fine) {
    .l_contents.-haivision .common_pagelink_list_item>a:hover {
        background-color: #343434;
    }

    .l_contents.-haivision .common_pagelink_list_item>a:hover::after {
        color: #fff;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-haivision .common_pagelink_list_item>a:hover {
        background-color: #343434;
    }

    .l_contents.-haivision .common_pagelink_list_item>a:hover::after {
        color: #fff;
    }
}

@media (pointer: coarse) {
    .l_contents.-haivision .common_pagelink_list_item>a:active {
        background-color: #343434;
    }

    .l_contents.-haivision .common_pagelink_list_item>a:active::after {
        color: #fff;
    }
}

.l_contents.-haivision .common_photolink.biggerlink .common_photolink_label>a::before {
    color: #343434;
    border-color: #343434;
}

@media (pointer: fine) {
    .l_contents.-haivision .common_photolink.biggerlink:hover .common_photolink_label {
        color: #343434;
    }

    .l_contents.-haivision .common_photolink.biggerlink:hover .common_photolink_label>a::before {
        color: #fff;
        background-color: #343434;
    }

    .l_contents.-haivision .common_photolink.biggerlink:hover .common_photolink_text,
    .l_contents.-haivision .common_photolink.biggerlink:hover .common_photolink_dl {
        color: #343434;
    }

    .l_contents.-haivision .common_photolink.biggerlink:hover .common_link>a::before {
        color: #fff;
        background-color: #343434;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-haivision .common_photolink.biggerlink:hover .common_photolink_label {
        color: #343434;
    }

    .l_contents.-haivision .common_photolink.biggerlink:hover .common_photolink_label>a::before {
        color: #fff;
        background-color: #343434;
    }

    .l_contents.-haivision .common_photolink.biggerlink:hover .common_photolink_text,
    .l_contents.-haivision .common_photolink.biggerlink:hover .common_photolink_dl {
        color: #343434;
    }

    .l_contents.-haivision .common_photolink.biggerlink:hover .common_link>a::before {
        color: #fff;
        background-color: #343434;
    }
}

@media (pointer: coarse) {
    .l_contents.-haivision .common_photolink.biggerlink:active .common_photolink_label {
        color: #343434;
    }

    .l_contents.-haivision .common_photolink.biggerlink:active .common_photolink_label>a::before {
        color: #fff;
        background-color: #343434;
    }

    .l_contents.-haivision .common_photolink.biggerlink:active .common_photolink_text,
    .l_contents.-haivision .common_photolink.biggerlink:active .common_photolink_dl {
        color: #343434;
    }

    .l_contents.-haivision .common_photolink.biggerlink:active .common_link>a::before {
        color: #fff;
        background-color: #343434;
    }
}

.l_contents.-haivision .common_photolink_tag>li {
    background-color: #343434;
}

.l_contents.-haivision .common_table caption {
    color: #343434;
}

.l_contents.-haivision .common_table th {
    background-color: #E3E3E3;
}

.l_contents.-haivision .common_table th.common_table_head {
    background: #343434;
}

.l_contents.-haivision .common_table thead th {
    background: #343434;
}

.l_contents.-haivision .common_table2 caption {
    color: #343434;
}

.l_contents.-haivision .common_widget_title {
    color: #343434;
}

.l_contents.-haivision .common_nav_item>a {
    color: #343434;
    border-color: #343434;
}

@media (pointer: fine) {
    .l_contents.-haivision .common_nav_item>a:hover {
        color: #fff;
        background-color: #343434;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-haivision .common_nav_item>a:hover {
        color: #fff;
        background-color: #343434;
    }
}

@media (pointer: coarse) {
    .l_contents.-haivision .common_nav_item>a:active {
        color: #fff;
        background-color: #343434;
    }
}

.l_contents.-haivision .common_nav_item.current>a {
    color: #fff;
    background-color: #343434;
}

.l_contents.-haivision .common_key {
    color: #343434;
}

@media (pointer: fine) {
    .l_contents.-haivision .common_topics .rss_title>a:hover {
        color: #343434;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-haivision .common_topics .rss_title>a:hover {
        color: #343434;
    }
}

@media (pointer: coarse) {
    .l_contents.-haivision .common_topics .rss_title>a:active {
        color: #343434;
    }
}

.l_contents.-haivision .common_topics .rss_title>a .icon {
    color: #343434;
    border: 1px solid #343434;
}

.l_contents.-haivision .common_img_title.-key {
    color: #343434;
}

.l_contents.-haivision .common_case_title::after {
    background: #343434;
}

.l_contents.-haivision .common_case_dl>dt {
    color: #343434;
}

@media (pointer: fine) {
    .l_contents.-haivision .common_case.biggerlink:hover .common_link>a {
        text-decoration: none;
    }

    .l_contents.-haivision .common_case.biggerlink:hover .common_link>a::before {
        color: #fff;
        background-color: #343434;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-haivision .common_case.biggerlink:hover .common_link>a {
        text-decoration: none;
    }

    .l_contents.-haivision .common_case.biggerlink:hover .common_link>a::before {
        color: #fff;
        background-color: #343434;
    }
}

@media (pointer: coarse) {
    .l_contents.-haivision .common_case.biggerlink:active .common_link>a {
        text-decoration: none;
    }

    .l_contents.-haivision .common_case.biggerlink:active .common_link>a::before {
        color: #fff;
        background-color: #343434;
    }
}

.l_contents.-haivision .common_pagination_item>a {
    color: #343434;
    border-color: #343434;
}

@media (pointer: fine) {
    .l_contents.-haivision .common_pagination_item>a:hover {
        color: #fff;
        background-color: #343434;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-haivision .common_pagination_item>a:hover {
        color: #fff;
        background-color: #343434;
    }
}

@media (pointer: coarse) {
    .l_contents.-haivision .common_pagination_item>a:active {
        color: #fff;
        background-color: #343434;
    }
}

.l_contents.-haivision .common_pagination_item.-current>a {
    color: #1E1E1E;
    border-color: transparent;
}

@media (pointer: fine) {
    .l_contents.-haivision .common_pagination_item.-current>a:hover {
        background-color: transparent;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-haivision .common_pagination_item.-current>a:hover {
        background-color: transparent;
    }
}

@media (pointer: coarse) {
    .l_contents.-haivision .common_pagination_item.-current>a:active {
        background-color: transparent;
    }
}

.l_contents.-hils .common_title2 {
    border-left-color: #5B5196;
}

.l_contents.-hils .common_title3 {
    color: #5B5196;
}

.l_contents.-hils .common_title3::before {
    background: #5B5196;
}

.l_contents.-hils .common_title3::after {
    background: #5B5196;
}

.l_contents.-hils .common_title_sub.-key {
    color: #5B5196;
}

.l_contents.-hils .common_title_fill {
    color: #5B5196;
    background-color: #CFCCE0;
}

.l_contents.-hils .common_title_border2 {
    color: #5B5196;
    border-bottom-color: #5B5196;
}

.l_contents.-hils .common_title_border3 {
    color: #5B5196;
}

.l_contents.-hils .common_title5 {
    color: #5B5196;
}

.l_contents.-hils .common_title5::before {
    background: #5B5196;
}

.l_contents.-hils .common_title5.-black {
    color: #1E1E1E;
}

.l_contents.-hils .common_title_center {
    color: #5B5196;
}

.l_contents.-hils .common_title_center::after {
    background: #5B5196;
}

.l_contents.-hils .common_link>a::before {
    color: #5B5196;
    border-color: #5B5196;
}

@media (pointer: fine) {
    .l_contents.-hils .common_link>a:hover::before {
        color: #fff;
        background-color: #5B5196;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-hils .common_link>a:hover::before {
        color: #fff;
        background-color: #5B5196;
    }
}

@media (pointer: coarse) {
    .l_contents.-hils .common_link>a:active::before {
        color: #fff;
        background-color: #5B5196;
    }
}

.l_contents.-hils .common_link>li>a::before {
    color: #5B5196;
    border-color: #5B5196;
}

@media (pointer: fine) {
    .l_contents.-hils .common_link>li>a:hover::before {
        color: #fff;
        background-color: #5B5196;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-hils .common_link>li>a:hover::before {
        color: #fff;
        background-color: #5B5196;
    }
}

@media (pointer: coarse) {
    .l_contents.-hils .common_link>li>a:active::before {
        color: #fff;
        background-color: #5B5196;
    }
}

.l_contents.-hils .common_title_border_inner {
    border-bottom-color: #5B5196;
}

.l_contents.-hils .common_title4,
.l_contents.-hils .common_title4 a {
    color: #5B5196;
}

.l_contents.-hils .common_box_title {
    color: #5B5196;
}

.l_contents.-hils .common_box.-key {
    border-color: #5B5196;
}

.l_contents.-hils .common_box.-key-bg {
    background-color: #CFCCE0;
}

.l_contents.-hils .common_box2 {
    background-color: #CFCCE0;
}

.l_contents.-hils .common_box2_title {
    background-color: #5B5196;
}

.l_contents.-hils .common_btn>a,
.l_contents.-hils .common_btn>button {
    color: #5B5196;
    border-color: #5B5196;
}

@media (pointer: fine) {

    .l_contents.-hils .common_btn>a:hover,
    .l_contents.-hils .common_btn>button:hover {
        color: #fff;
        background-color: #5B5196;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-hils .common_btn>a:hover,
    .l_contents.-hils .common_btn>button:hover {
        color: #fff;
        background-color: #5B5196;
    }
}

@media (pointer: coarse) {

    .l_contents.-hils .common_btn>a:active,
    .l_contents.-hils .common_btn>button:active {
        color: #fff;
        background-color: #5B5196;
    }
}

.l_contents.-hils .common_btn.-current>a {
    background-color: #5B5196;
    border-color: #5B5196;
}

.l_contents.-hils .common_btn.-blue>a,
.l_contents.-hils .common_btn.-blue>button {
    color: #5B5196;
    border-color: #5B5196;
}

@media (pointer: fine) {

    .l_contents.-hils .common_btn.-blue>a:hover,
    .l_contents.-hils .common_btn.-blue>button:hover {
        background-color: #5B5196;
        border-color: #5B5196;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-hils .common_btn.-blue>a:hover,
    .l_contents.-hils .common_btn.-blue>button:hover {
        background-color: #5B5196;
        border-color: #5B5196;
    }
}

@media (pointer: coarse) {

    .l_contents.-hils .common_btn.-blue>a:active,
    .l_contents.-hils .common_btn.-blue>button:active {
        background-color: #5B5196;
        border-color: #5B5196;
    }
}

.l_contents.-hils .common_btn.-tel>a.tellink_disable,
.l_contents.-hils .common_btn.-tel>button.tellink_disable {
    color: #fff;
    background-color: #00A2CB;
    border-color: #00A2CB;
}

@media (pointer: fine) {

    .l_contents.-hils .common_btn.-tel>a.tellink_disable:hover,
    .l_contents.-hils .common_btn.-tel>button.tellink_disable:hover {
        color: #fff;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-hils .common_btn.-tel>a.tellink_disable:hover,
    .l_contents.-hils .common_btn.-tel>button.tellink_disable:hover {
        color: #fff;
    }
}

@media (pointer: coarse) {

    .l_contents.-hils .common_btn.-tel>a.tellink_disable:active,
    .l_contents.-hils .common_btn.-tel>button.tellink_disable:active {
        color: #fff;
    }
}

.l_contents.-hils .common_btn.-tel>a.tellink_enable,
.l_contents.-hils .common_btn.-tel>button.tellink_enable {
    color: #fff;
    background-color: #00A2CB;
    border-color: #00A2CB;
}

@media (pointer: fine) {

    .l_contents.-hils .common_btn.-tel>a.tellink_enable:hover,
    .l_contents.-hils .common_btn.-tel>button.tellink_enable:hover {
        color: #00A2CB;
        background-color: #fff;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-hils .common_btn.-tel>a.tellink_enable:hover,
    .l_contents.-hils .common_btn.-tel>button.tellink_enable:hover {
        color: #00A2CB;
        background-color: #fff;
    }
}

@media (pointer: coarse) {

    .l_contents.-hils .common_btn.-tel>a.tellink_enable:active,
    .l_contents.-hils .common_btn.-tel>button.tellink_enable:active {
        color: #00A2CB;
        background-color: #fff;
    }
}

.l_contents.-hils .common_btn.-contact>a,
.l_contents.-hils .common_btn.-contact>button {
    color: #fff;
    background-color: #0D3780;
    border-color: #0D3780;
}

@media (pointer: fine) {

    .l_contents.-hils .common_btn.-contact>a:hover,
    .l_contents.-hils .common_btn.-contact>button:hover {
        color: #0D3780;
        border-color: #0D3780;
        background-color: #fff;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-hils .common_btn.-contact>a:hover,
    .l_contents.-hils .common_btn.-contact>button:hover {
        color: #0D3780;
        border-color: #0D3780;
        background-color: #fff;
    }
}

@media (pointer: coarse) {

    .l_contents.-hils .common_btn.-contact>a:active,
    .l_contents.-hils .common_btn.-contact>button:active {
        color: #0D3780;
        border-color: #0D3780;
        background-color: #fff;
    }
}

.l_contents.-hils .common_btn.-fpga>a,
.l_contents.-hils .common_btn.-fpga>button {
    color: #fff;
}

@media (pointer: fine) {

    .l_contents.-hils .common_btn.-fpga>a:hover,
    .l_contents.-hils .common_btn.-fpga>button:hover {
        color: #0D3780;
        background-color: #fff;
        border-color: #0D3780;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-hils .common_btn.-fpga>a:hover,
    .l_contents.-hils .common_btn.-fpga>button:hover {
        color: #0D3780;
        background-color: #fff;
        border-color: #0D3780;
    }
}

@media (pointer: coarse) {

    .l_contents.-hils .common_btn.-fpga>a:active,
    .l_contents.-hils .common_btn.-fpga>button:active {
        color: #0D3780;
        background-color: #fff;
        border-color: #0D3780;
    }
}

.l_contents.-hils .common_btn.-white>a,
.l_contents.-hils .common_btn.-white>button {
    color: #fff;
    border-color: #fff;
    background: transparent;
}

@media (pointer: fine) {

    .l_contents.-hils .common_btn.-white>a:hover,
    .l_contents.-hils .common_btn.-white>button:hover {
        color: #fff;
        background-color: #5B5196;
        border-color: #5B5196;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-hils .common_btn.-white>a:hover,
    .l_contents.-hils .common_btn.-white>button:hover {
        color: #fff;
        background-color: #5B5196;
        border-color: #5B5196;
    }
}

@media (pointer: coarse) {

    .l_contents.-hils .common_btn.-white>a:active,
    .l_contents.-hils .common_btn.-white>button:active {
        color: #fff;
        background-color: #5B5196;
        border-color: #5B5196;
    }
}

.l_contents.-hils .common_dl.-key>dt {
    color: #5B5196;
}

.l_contents.-hils .common_dl_line {
    background: -webkit-linear-gradient(transparent 30%, #CFCCE0 0%);
    background: linear-gradient(transparent 30%, #CFCCE0 0%);
}

.l_contents.-hils .common_dl3.-key>dt {
    color: #5B5196;
}

.l_contents.-hils .common_event_header_title {
    color: #5B5196;
}

.l_contents.-hils .common_fancy.-icon>a::before {
    color: #5B5196;
}

.l_contents.-hils .common_faq_title::before {
    color: #5B5196;
}

.l_contents.-hils .common_faq_title::after {
    color: #5B5196;
    border-color: #5B5196;
}

@media (pointer: fine) {
    .l_contents.-hils .common_faq_title:hover {
        color: #5B5196;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-hils .common_faq_title:hover {
        color: #5B5196;
    }
}

@media (pointer: coarse) {
    .l_contents.-hils .common_faq_title:active {
        color: #5B5196;
    }
}

.l_contents.-hils .common_faq_body_inner::before {
    color: #5B5196;
}

.l_contents.-hils .common_lead {
    color: #5B5196;
}

.l_contents.-hils .common_lead.-black {
    color: #1E1E1E;
}

.l_contents.-hils .common_lead2 {
    color: #5B5196;
}

.l_contents.-hils .common_list>li::before {
    background: #5B5196;
}

.l_contents.-hils .common_check>li::before {
    color: #5B5196;
}

.l_contents.-hils .common_local #subnav_title::after {
    background: #5B5196;
}

@media (pointer: fine) {

    .l_contents.-hils .common_local #subnav>ul>li>a:hover,
    .l_contents.-hils .common_local .common_local_inner>ul>li>a:hover {
        background-color: #5B5196;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-hils .common_local #subnav>ul>li>a:hover,
    .l_contents.-hils .common_local .common_local_inner>ul>li>a:hover {
        background-color: #5B5196;
    }
}

@media (pointer: coarse) {

    .l_contents.-hils .common_local #subnav>ul>li>a:active,
    .l_contents.-hils .common_local .common_local_inner>ul>li>a:active {
        background-color: #5B5196;
    }
}

.l_contents.-hils .common_local #subnav>ul>li.current>a,
.l_contents.-hils .common_local .common_local_inner>ul>li.current>a {
    background-color: #5B5196;
}

@media screen and (max-width: 767px) and (pointer: fine) {
    .l_contents.-hils .common_local_btn>a:hover {
        background-color: #5B5196;
    }
}

@media screen and (max-width: 767px) and (-ms-high-contrast: none) {
    .l_contents.-hils .common_local_btn>a:hover {
        background-color: #5B5196;
    }
}

@media screen and (max-width: 767px) and (pointer: coarse) {
    .l_contents.-hils .common_local_btn>a:active {
        background-color: #5B5196;
    }
}

.l_contents.-hils .common_local_list>li>a {
    color: #5B5196;
}

@media (pointer: fine) {
    .l_contents.-hils .common_local_list>li>a:hover {
        color: #fff;
        background-color: #5B5196;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-hils .common_local_list>li>a:hover {
        color: #fff;
        background-color: #5B5196;
    }
}

@media (pointer: coarse) {
    .l_contents.-hils .common_local_list>li>a:active {
        color: #fff;
        background-color: #5B5196;
    }
}

.l_contents.-hils .common_local_list>li.current>a {
    color: #fff;
    background-color: #5B5196;
}

.l_contents.-hils .common_media_category {
    color: #5B5196;
    border-bottom-color: #5B5196;
}

.l_contents.-hils .common_media_title>a {
    color: #5B5196;
}

.l_contents.-hils .common_order>li::before {
    color: #0D3780;
}

.l_contents.-hils .common_pagelink_title::after {
    background: #5B5196;
}

.l_contents.-hils .common_pagelink_list_item>a::after {
    color: #5B5196;
}

@media (pointer: fine) {
    .l_contents.-hils .common_pagelink_list_item>a:hover {
        background-color: #5B5196;
    }

    .l_contents.-hils .common_pagelink_list_item>a:hover::after {
        color: #fff;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-hils .common_pagelink_list_item>a:hover {
        background-color: #5B5196;
    }

    .l_contents.-hils .common_pagelink_list_item>a:hover::after {
        color: #fff;
    }
}

@media (pointer: coarse) {
    .l_contents.-hils .common_pagelink_list_item>a:active {
        background-color: #5B5196;
    }

    .l_contents.-hils .common_pagelink_list_item>a:active::after {
        color: #fff;
    }
}

.l_contents.-hils .common_photolink.biggerlink .common_photolink_label>a::before {
    color: #5B5196;
    border-color: #5B5196;
}

@media (pointer: fine) {
    .l_contents.-hils .common_photolink.biggerlink:hover .common_photolink_label {
        color: #5B5196;
    }

    .l_contents.-hils .common_photolink.biggerlink:hover .common_photolink_label>a::before {
        color: #fff;
        background-color: #5B5196;
    }

    .l_contents.-hils .common_photolink.biggerlink:hover .common_photolink_text,
    .l_contents.-hils .common_photolink.biggerlink:hover .common_photolink_dl {
        color: #5B5196;
    }

    .l_contents.-hils .common_photolink.biggerlink:hover .common_link>a::before {
        color: #fff;
        background-color: #5B5196;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-hils .common_photolink.biggerlink:hover .common_photolink_label {
        color: #5B5196;
    }

    .l_contents.-hils .common_photolink.biggerlink:hover .common_photolink_label>a::before {
        color: #fff;
        background-color: #5B5196;
    }

    .l_contents.-hils .common_photolink.biggerlink:hover .common_photolink_text,
    .l_contents.-hils .common_photolink.biggerlink:hover .common_photolink_dl {
        color: #5B5196;
    }

    .l_contents.-hils .common_photolink.biggerlink:hover .common_link>a::before {
        color: #fff;
        background-color: #5B5196;
    }
}

@media (pointer: coarse) {
    .l_contents.-hils .common_photolink.biggerlink:active .common_photolink_label {
        color: #5B5196;
    }

    .l_contents.-hils .common_photolink.biggerlink:active .common_photolink_label>a::before {
        color: #fff;
        background-color: #5B5196;
    }

    .l_contents.-hils .common_photolink.biggerlink:active .common_photolink_text,
    .l_contents.-hils .common_photolink.biggerlink:active .common_photolink_dl {
        color: #5B5196;
    }

    .l_contents.-hils .common_photolink.biggerlink:active .common_link>a::before {
        color: #fff;
        background-color: #5B5196;
    }
}

.l_contents.-hils .common_photolink_tag>li {
    background-color: #5B5196;
}

.l_contents.-hils .common_table caption {
    color: #5B5196;
}

.l_contents.-hils .common_table th {
    background-color: #CFCCE0;
}

.l_contents.-hils .common_table th.common_table_head {
    background: #5B5196;
}

.l_contents.-hils .common_table thead th {
    background: #5B5196;
}

.l_contents.-hils .common_table2 caption {
    color: #5B5196;
}

.l_contents.-hils .common_widget_title {
    color: #5B5196;
}

.l_contents.-hils .common_nav_item>a {
    color: #5B5196;
    border-color: #5B5196;
}

@media (pointer: fine) {
    .l_contents.-hils .common_nav_item>a:hover {
        color: #fff;
        background-color: #5B5196;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-hils .common_nav_item>a:hover {
        color: #fff;
        background-color: #5B5196;
    }
}

@media (pointer: coarse) {
    .l_contents.-hils .common_nav_item>a:active {
        color: #fff;
        background-color: #5B5196;
    }
}

.l_contents.-hils .common_nav_item.current>a {
    color: #fff;
    background-color: #5B5196;
}

.l_contents.-hils .common_key {
    color: #5B5196;
}

@media (pointer: fine) {
    .l_contents.-hils .common_topics .rss_title>a:hover {
        color: #5B5196;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-hils .common_topics .rss_title>a:hover {
        color: #5B5196;
    }
}

@media (pointer: coarse) {
    .l_contents.-hils .common_topics .rss_title>a:active {
        color: #5B5196;
    }
}

.l_contents.-hils .common_topics .rss_title>a .icon {
    color: #5B5196;
    border: 1px solid #5B5196;
}

.l_contents.-hils .common_img_title.-key {
    color: #5B5196;
}

.l_contents.-hils .common_case_title::after {
    background: #5B5196;
}

.l_contents.-hils .common_case_dl>dt {
    color: #5B5196;
}

@media (pointer: fine) {
    .l_contents.-hils .common_case.biggerlink:hover .common_link>a {
        text-decoration: none;
    }

    .l_contents.-hils .common_case.biggerlink:hover .common_link>a::before {
        color: #fff;
        background-color: #5B5196;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-hils .common_case.biggerlink:hover .common_link>a {
        text-decoration: none;
    }

    .l_contents.-hils .common_case.biggerlink:hover .common_link>a::before {
        color: #fff;
        background-color: #5B5196;
    }
}

@media (pointer: coarse) {
    .l_contents.-hils .common_case.biggerlink:active .common_link>a {
        text-decoration: none;
    }

    .l_contents.-hils .common_case.biggerlink:active .common_link>a::before {
        color: #fff;
        background-color: #5B5196;
    }
}

.l_contents.-hils .common_pagination_item>a {
    color: #5B5196;
    border-color: #5B5196;
}

@media (pointer: fine) {
    .l_contents.-hils .common_pagination_item>a:hover {
        color: #fff;
        background-color: #5B5196;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-hils .common_pagination_item>a:hover {
        color: #fff;
        background-color: #5B5196;
    }
}

@media (pointer: coarse) {
    .l_contents.-hils .common_pagination_item>a:active {
        color: #fff;
        background-color: #5B5196;
    }
}

.l_contents.-hils .common_pagination_item.-current>a {
    color: #1E1E1E;
    border-color: transparent;
}

@media (pointer: fine) {
    .l_contents.-hils .common_pagination_item.-current>a:hover {
        background-color: transparent;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-hils .common_pagination_item.-current>a:hover {
        background-color: transparent;
    }
}

@media (pointer: coarse) {
    .l_contents.-hils .common_pagination_item.-current>a:active {
        background-color: transparent;
    }
}

.l_contents.-hils .common_box.-key-bg {
    /*background: #F8F8FB;*/
}

.l_contents.-innophys .common_title2 {
    border-left-color: #78982E;
}

.l_contents.-innophys .common_title3 {
    color: #78982E;
}

.l_contents.-innophys .common_title3::before {
    background: #78982E;
}

.l_contents.-innophys .common_title3::after {
    background: #78982E;
}

.l_contents.-innophys .common_title_sub.-key {
    color: #78982E;
}

.l_contents.-innophys .common_title_fill {
    color: #78982E;
    background-color: #D9E6BA;
}

.l_contents.-innophys .common_title_border2 {
    color: #78982E;
    border-bottom-color: #78982E;
}

.l_contents.-innophys .common_title_border3 {
    color: #78982E;
}

.l_contents.-innophys .common_title5 {
    color: #78982E;
}

.l_contents.-innophys .common_title5::before {
    background: #78982E;
}

.l_contents.-innophys .common_title5.-black {
    color: #1E1E1E;
}

.l_contents.-innophys .common_title_center {
    color: #78982E;
    margin-top: 0;
}

.l_contents.-innophys .common_title_center::after {
    background: #78982E;
}

.l_contents.-innophys .common_link>a::before {
    color: #78982E;
    border-color: #78982E;
}

@media (pointer: fine) {
    .l_contents.-innophys .common_link>a:hover::before {
        color: #fff;
        background-color: #78982E;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-innophys .common_link>a:hover::before {
        color: #fff;
        background-color: #78982E;
    }
}

@media (pointer: coarse) {
    .l_contents.-innophys .common_link>a:active::before {
        color: #fff;
        background-color: #78982E;
    }
}

.l_contents.-innophys .common_link>li>a::before {
    color: #78982E;
    border-color: #78982E;
}

@media (pointer: fine) {
    .l_contents.-innophys .common_link>li>a:hover::before {
        color: #fff;
        background-color: #78982E;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-innophys .common_link>li>a:hover::before {
        color: #fff;
        background-color: #78982E;
    }
}

@media (pointer: coarse) {
    .l_contents.-innophys .common_link>li>a:active::before {
        color: #fff;
        background-color: #78982E;
    }
}

.l_contents.-innophys .common_title_border_inner {
    border-bottom-color: #78982E;
}

.l_contents.-innophys .common_title4,
.l_contents.-innophys .common_title4 a {
    color: #78982E;
}

.l_contents.-innophys .common_box_title {
    color: #78982E;
}

.l_contents.-innophys .common_box.-key {
    border-color: #78982E;
}

.l_contents.-innophys .common_box.-key-bg {
    background-color: #D9E6BA;
}

.l_contents.-innophys .common_box2 {
    background-color: #D9E6BA;
}

.l_contents.-innophys .common_box2_title {
    background-color: #78982E;
}

.l_contents.-innophys .common_btn>a,
.l_contents.-innophys .common_btn>button {
    color: #78982E;
    border-color: #78982E;
}

@media (pointer: fine) {

    .l_contents.-innophys .common_btn>a:hover,
    .l_contents.-innophys .common_btn>button:hover {
        color: #fff;
        background-color: #78982E;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-innophys .common_btn>a:hover,
    .l_contents.-innophys .common_btn>button:hover {
        color: #fff;
        background-color: #78982E;
    }
}

@media (pointer: coarse) {

    .l_contents.-innophys .common_btn>a:active,
    .l_contents.-innophys .common_btn>button:active {
        color: #fff;
        background-color: #78982E;
    }
}

.l_contents.-innophys .common_btn.-current>a {
    background-color: #78982E;
    border-color: #78982E;
}

.l_contents.-innophys .common_btn.-blue>a,
.l_contents.-innophys .common_btn.-blue>button {
    color: #78982E;
    border-color: #78982E;
}

@media (pointer: fine) {

    .l_contents.-innophys .common_btn.-blue>a:hover,
    .l_contents.-innophys .common_btn.-blue>button:hover {
        background-color: #78982E;
        border-color: #78982E;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-innophys .common_btn.-blue>a:hover,
    .l_contents.-innophys .common_btn.-blue>button:hover {
        background-color: #78982E;
        border-color: #78982E;
    }
}

@media (pointer: coarse) {

    .l_contents.-innophys .common_btn.-blue>a:active,
    .l_contents.-innophys .common_btn.-blue>button:active {
        background-color: #78982E;
        border-color: #78982E;
    }
}

.l_contents.-innophys .common_btn.-tel>a.tellink_disable,
.l_contents.-innophys .common_btn.-tel>button.tellink_disable {
    color: #fff;
    background-color: #00A2CB;
    border-color: #00A2CB;
}

@media (pointer: fine) {

    .l_contents.-innophys .common_btn.-tel>a.tellink_disable:hover,
    .l_contents.-innophys .common_btn.-tel>button.tellink_disable:hover {
        color: #fff;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-innophys .common_btn.-tel>a.tellink_disable:hover,
    .l_contents.-innophys .common_btn.-tel>button.tellink_disable:hover {
        color: #fff;
    }
}

@media (pointer: coarse) {

    .l_contents.-innophys .common_btn.-tel>a.tellink_disable:active,
    .l_contents.-innophys .common_btn.-tel>button.tellink_disable:active {
        color: #fff;
    }
}

.l_contents.-innophys .common_btn.-tel>a.tellink_enable,
.l_contents.-innophys .common_btn.-tel>button.tellink_enable {
    color: #fff;
    background-color: #00A2CB;
    border-color: #00A2CB;
}

@media (pointer: fine) {

    .l_contents.-innophys .common_btn.-tel>a.tellink_enable:hover,
    .l_contents.-innophys .common_btn.-tel>button.tellink_enable:hover {
        color: #00A2CB;
        background-color: #fff;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-innophys .common_btn.-tel>a.tellink_enable:hover,
    .l_contents.-innophys .common_btn.-tel>button.tellink_enable:hover {
        color: #00A2CB;
        background-color: #fff;
    }
}

@media (pointer: coarse) {

    .l_contents.-innophys .common_btn.-tel>a.tellink_enable:active,
    .l_contents.-innophys .common_btn.-tel>button.tellink_enable:active {
        color: #00A2CB;
        background-color: #fff;
    }
}

.l_contents.-innophys .common_btn.-contact>a,
.l_contents.-innophys .common_btn.-contact>button {
    color: #fff;
    background-color: #0D3780;
    border-color: #0D3780;
}

@media (pointer: fine) {

    .l_contents.-innophys .common_btn.-contact>a:hover,
    .l_contents.-innophys .common_btn.-contact>button:hover {
        color: #0D3780;
        border-color: #0D3780;
        background-color: #fff;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-innophys .common_btn.-contact>a:hover,
    .l_contents.-innophys .common_btn.-contact>button:hover {
        color: #0D3780;
        border-color: #0D3780;
        background-color: #fff;
    }
}

@media (pointer: coarse) {

    .l_contents.-innophys .common_btn.-contact>a:active,
    .l_contents.-innophys .common_btn.-contact>button:active {
        color: #0D3780;
        border-color: #0D3780;
        background-color: #fff;
    }
}

.l_contents.-innophys .common_btn.-fpga>a,
.l_contents.-innophys .common_btn.-fpga>button {
    color: #fff;
}

@media (pointer: fine) {

    .l_contents.-innophys .common_btn.-fpga>a:hover,
    .l_contents.-innophys .common_btn.-fpga>button:hover {
        color: #0D3780;
        background-color: #fff;
        border-color: #0D3780;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-innophys .common_btn.-fpga>a:hover,
    .l_contents.-innophys .common_btn.-fpga>button:hover {
        color: #0D3780;
        background-color: #fff;
        border-color: #0D3780;
    }
}

@media (pointer: coarse) {

    .l_contents.-innophys .common_btn.-fpga>a:active,
    .l_contents.-innophys .common_btn.-fpga>button:active {
        color: #0D3780;
        background-color: #fff;
        border-color: #0D3780;
    }
}

.l_contents.-innophys .common_btn.-white>a,
.l_contents.-innophys .common_btn.-white>button {
    color: #fff;
    border-color: #fff;
    background: transparent;
}

@media (pointer: fine) {

    .l_contents.-innophys .common_btn.-white>a:hover,
    .l_contents.-innophys .common_btn.-white>button:hover {
        color: #fff;
        background-color: #78982E;
        border-color: #78982E;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-innophys .common_btn.-white>a:hover,
    .l_contents.-innophys .common_btn.-white>button:hover {
        color: #fff;
        background-color: #78982E;
        border-color: #78982E;
    }
}

@media (pointer: coarse) {

    .l_contents.-innophys .common_btn.-white>a:active,
    .l_contents.-innophys .common_btn.-white>button:active {
        color: #fff;
        background-color: #78982E;
        border-color: #78982E;
    }
}

.l_contents.-innophys .common_dl.-key>dt {
    color: #78982E;
}

.l_contents.-innophys .common_dl_line {
    background: -webkit-linear-gradient(transparent 30%, #D9E6BA 0%);
    background: linear-gradient(transparent 30%, #D9E6BA 0%);
}

.l_contents.-innophys .common_dl3.-key>dt {
    color: #78982E;
}

.l_contents.-innophys .common_event_header_title {
    color: #78982E;
}

.l_contents.-innophys .common_fancy.-icon>a::before {
    color: #78982E;
}

.l_contents.-innophys .common_faq_title::before {
    color: #78982E;
}

.l_contents.-innophys .common_faq_title::after {
    color: #78982E;
    border-color: #78982E;
}

@media (pointer: fine) {
    .l_contents.-innophys .common_faq_title:hover {
        color: #78982E;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-innophys .common_faq_title:hover {
        color: #78982E;
    }
}

@media (pointer: coarse) {
    .l_contents.-innophys .common_faq_title:active {
        color: #78982E;
    }
}

.l_contents.-innophys .common_faq_body_inner::before {
    color: #78982E;
}

.l_contents.-innophys .common_lead {
    color: #78982E;
}

.l_contents.-innophys .common_lead.-black {
    color: #1E1E1E;
}

.l_contents.-innophys .common_lead2 {
    color: #78982E;
}

.l_contents.-innophys .common_list>li::before {
    background: #78982E;
}

.l_contents.-innophys .common_check>li::before {
    color: #78982E;
}

.l_contents.-innophys .common_local #subnav_title::after {
    background: #78982E;
}

@media (pointer: fine) {

    .l_contents.-innophys .common_local #subnav>ul>li>a:hover,
    .l_contents.-innophys .common_local .common_local_inner>ul>li>a:hover {
        background-color: #78982E;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-innophys .common_local #subnav>ul>li>a:hover,
    .l_contents.-innophys .common_local .common_local_inner>ul>li>a:hover {
        background-color: #78982E;
    }
}

@media (pointer: coarse) {

    .l_contents.-innophys .common_local #subnav>ul>li>a:active,
    .l_contents.-innophys .common_local .common_local_inner>ul>li>a:active {
        background-color: #78982E;
    }
}

.l_contents.-innophys .common_local #subnav>ul>li.current>a,
.l_contents.-innophys .common_local .common_local_inner>ul>li.current>a {
    background-color: #78982E;
}

@media screen and (max-width: 767px) and (pointer: fine) {
    .l_contents.-innophys .common_local_btn>a:hover {
        background-color: #78982E;
    }
}

@media screen and (max-width: 767px) and (-ms-high-contrast: none) {
    .l_contents.-innophys .common_local_btn>a:hover {
        background-color: #78982E;
    }
}

@media screen and (max-width: 767px) and (pointer: coarse) {
    .l_contents.-innophys .common_local_btn>a:active {
        background-color: #78982E;
    }
}

.l_contents.-innophys .common_local_list>li>a {
    color: #78982E;
}

@media (pointer: fine) {
    .l_contents.-innophys .common_local_list>li>a:hover {
        color: #fff;
        background-color: #78982E;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-innophys .common_local_list>li>a:hover {
        color: #fff;
        background-color: #78982E;
    }
}

@media (pointer: coarse) {
    .l_contents.-innophys .common_local_list>li>a:active {
        color: #fff;
        background-color: #78982E;
    }
}

.l_contents.-innophys .common_local_list>li.current>a {
    color: #fff;
    background-color: #78982E;
}

.l_contents.-innophys .common_media_category {
    color: #78982E;
    border-bottom-color: #78982E;
}

.l_contents.-innophys .common_media_title>a {
    color: #78982E;
}

.l_contents.-innophys .common_order>li::before {
    color: #0D3780;
}

.l_contents.-innophys .common_pagelink_title::after {
    background: #78982E;
}

.l_contents.-innophys .common_pagelink_list_item>a::after {
    color: #78982E;
}

@media (pointer: fine) {
    .l_contents.-innophys .common_pagelink_list_item>a:hover {
        background-color: #78982E;
    }

    .l_contents.-innophys .common_pagelink_list_item>a:hover::after {
        color: #fff;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-innophys .common_pagelink_list_item>a:hover {
        background-color: #78982E;
    }

    .l_contents.-innophys .common_pagelink_list_item>a:hover::after {
        color: #fff;
    }
}

@media (pointer: coarse) {
    .l_contents.-innophys .common_pagelink_list_item>a:active {
        background-color: #78982E;
    }

    .l_contents.-innophys .common_pagelink_list_item>a:active::after {
        color: #fff;
    }
}

.l_contents.-innophys .common_photolink.biggerlink .common_photolink_label>a::before {
    color: #78982E;
    border-color: #78982E;
}

@media (pointer: fine) {
    .l_contents.-innophys .common_photolink.biggerlink:hover .common_photolink_label {
        color: #78982E;
    }

    .l_contents.-innophys .common_photolink.biggerlink:hover .common_photolink_label>a::before {
        color: #fff;
        background-color: #78982E;
    }

    .l_contents.-innophys .common_photolink.biggerlink:hover .common_photolink_text,
    .l_contents.-innophys .common_photolink.biggerlink:hover .common_photolink_dl {
        color: #78982E;
    }

    .l_contents.-innophys .common_photolink.biggerlink:hover .common_link>a::before {
        color: #fff;
        background-color: #78982E;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-innophys .common_photolink.biggerlink:hover .common_photolink_label {
        color: #78982E;
    }

    .l_contents.-innophys .common_photolink.biggerlink:hover .common_photolink_label>a::before {
        color: #fff;
        background-color: #78982E;
    }

    .l_contents.-innophys .common_photolink.biggerlink:hover .common_photolink_text,
    .l_contents.-innophys .common_photolink.biggerlink:hover .common_photolink_dl {
        color: #78982E;
    }

    .l_contents.-innophys .common_photolink.biggerlink:hover .common_link>a::before {
        color: #fff;
        background-color: #78982E;
    }
}

@media (pointer: coarse) {
    .l_contents.-innophys .common_photolink.biggerlink:active .common_photolink_label {
        color: #78982E;
    }

    .l_contents.-innophys .common_photolink.biggerlink:active .common_photolink_label>a::before {
        color: #fff;
        background-color: #78982E;
    }

    .l_contents.-innophys .common_photolink.biggerlink:active .common_photolink_text,
    .l_contents.-innophys .common_photolink.biggerlink:active .common_photolink_dl {
        color: #78982E;
    }

    .l_contents.-innophys .common_photolink.biggerlink:active .common_link>a::before {
        color: #fff;
        background-color: #78982E;
    }
}

.l_contents.-innophys .common_photolink_tag>li {
    background-color: #78982E;
}

.l_contents.-innophys .common_table caption {
    color: #78982E;
}

.l_contents.-innophys .common_table th {
    background-color: #D9E6BA;
}

.l_contents.-innophys .common_table th.common_table_head {
    background: #78982E;
}

.l_contents.-innophys .common_table thead th {
    background: #78982E;
}

.l_contents.-innophys .common_table2 caption {
    color: #78982E;
}

.l_contents.-innophys .common_widget_title {
    color: #78982E;
}

.l_contents.-innophys .common_nav_item>a {
    color: #78982E;
    border-color: #78982E;
}

@media (pointer: fine) {
    .l_contents.-innophys .common_nav_item>a:hover {
        color: #fff;
        background-color: #78982E;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-innophys .common_nav_item>a:hover {
        color: #fff;
        background-color: #78982E;
    }
}

@media (pointer: coarse) {
    .l_contents.-innophys .common_nav_item>a:active {
        color: #fff;
        background-color: #78982E;
    }
}

.l_contents.-innophys .common_nav_item.current>a {
    color: #fff;
    background-color: #78982E;
}

.l_contents.-innophys .common_key {
    color: #78982E;
}

@media (pointer: fine) {
    .l_contents.-innophys .common_topics .rss_title>a:hover {
        color: #78982E;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-innophys .common_topics .rss_title>a:hover {
        color: #78982E;
    }
}

@media (pointer: coarse) {
    .l_contents.-innophys .common_topics .rss_title>a:active {
        color: #78982E;
    }
}

.l_contents.-innophys .common_topics .rss_title>a .icon {
    color: #78982E;
    border: 1px solid #78982E;
}

.l_contents.-innophys .common_img_title.-key {
    color: #78982E;
}

.l_contents.-innophys .common_case_title::after {
    background: #78982E;
}

.l_contents.-innophys .common_case_dl>dt {
    color: #78982E;
}

@media (pointer: fine) {
    .l_contents.-innophys .common_case.biggerlink:hover .common_link>a {
        text-decoration: none;
    }

    .l_contents.-innophys .common_case.biggerlink:hover .common_link>a::before {
        color: #fff;
        background-color: #78982E;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-innophys .common_case.biggerlink:hover .common_link>a {
        text-decoration: none;
    }

    .l_contents.-innophys .common_case.biggerlink:hover .common_link>a::before {
        color: #fff;
        background-color: #78982E;
    }
}

@media (pointer: coarse) {
    .l_contents.-innophys .common_case.biggerlink:active .common_link>a {
        text-decoration: none;
    }

    .l_contents.-innophys .common_case.biggerlink:active .common_link>a::before {
        color: #fff;
        background-color: #78982E;
    }
}

.l_contents.-innophys .common_pagination_item>a {
    color: #78982E;
    border-color: #78982E;
}

@media (pointer: fine) {
    .l_contents.-innophys .common_pagination_item>a:hover {
        color: #fff;
        background-color: #78982E;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-innophys .common_pagination_item>a:hover {
        color: #fff;
        background-color: #78982E;
    }
}

@media (pointer: coarse) {
    .l_contents.-innophys .common_pagination_item>a:active {
        color: #fff;
        background-color: #78982E;
    }
}

.l_contents.-innophys .common_pagination_item.-current>a {
    color: #1E1E1E;
    border-color: transparent;
}

@media (pointer: fine) {
    .l_contents.-innophys .common_pagination_item.-current>a:hover {
        background-color: transparent;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-innophys .common_pagination_item.-current>a:hover {
        background-color: transparent;
    }
}

@media (pointer: coarse) {
    .l_contents.-innophys .common_pagination_item.-current>a:active {
        background-color: transparent;
    }
}

.l_contents.-innophys .common_box.-key-bg {
    background: #F8F8FB;
}

.l_contents.-ldl .common_title2 {
    border-left-color: #3BA76B;
}

.l_contents.-ldl .common_title3 {
    color: #3BA76B;
}

.l_contents.-ldl .common_title3::before {
    background: #3BA76B;
}

.l_contents.-ldl .common_title3::after {
    background: #3BA76B;
}

.l_contents.-ldl .common_title_sub.-key {
    color: #3BA76B;
}

.l_contents.-ldl .common_title_fill {
    color: #3BA76B;
    background-color: #F4FAF6;
}

.l_contents.-ldl .common_title_border2 {
    color: #3BA76B;
    border-bottom-color: #3BA76B;
}

.l_contents.-ldl .common_title_border3 {
    color: #3BA76B;
}

.l_contents.-ldl .common_title5 {
    color: #3BA76B;
}

.l_contents.-ldl .common_title5::before {
    background: #3BA76B;
}

.l_contents.-ldl .common_title5.-black {
    color: #1E1E1E;
}

.l_contents.-ldl .common_title_center {
    color: #3BA76B;
}

.l_contents.-ldl .common_title_center::after {
    background: #3BA76B;
}

.l_contents.-ldl .common_link>a::before {
    color: #3BA76B;
    border-color: #3BA76B;
}

@media (pointer: fine) {
    .l_contents.-ldl .common_link>a:hover::before {
        color: #fff;
        background-color: #3BA76B;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-ldl .common_link>a:hover::before {
        color: #fff;
        background-color: #3BA76B;
    }
}

@media (pointer: coarse) {
    .l_contents.-ldl .common_link>a:active::before {
        color: #fff;
        background-color: #3BA76B;
    }
}

.l_contents.-ldl .common_link>li>a::before {
    color: #3BA76B;
    border-color: #3BA76B;
}

@media (pointer: fine) {
    .l_contents.-ldl .common_link>li>a:hover::before {
        color: #fff;
        background-color: #3BA76B;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-ldl .common_link>li>a:hover::before {
        color: #fff;
        background-color: #3BA76B;
    }
}

@media (pointer: coarse) {
    .l_contents.-ldl .common_link>li>a:active::before {
        color: #fff;
        background-color: #3BA76B;
    }
}

.l_contents.-ldl .common_title_border_inner {
    border-bottom-color: #3BA76B;
}

.l_contents.-ldl .common_title4,
.l_contents.-ldl .common_title4 a {
    color: #3BA76B;
}

.l_contents.-ldl .common_box_title {
    color: #3BA76B;
}

.l_contents.-ldl .common_box.-key {
    border-color: #3BA76B;
}

.l_contents.-ldl .common_box.-key-bg {
    background-color: #F4FAF6;
}

.l_contents.-ldl .common_box2 {
    background-color: #F4FAF6;
}

.l_contents.-ldl .common_box2_title {
    background-color: #3BA76B;
}

.l_contents.-ldl .common_btn>a,
.l_contents.-ldl .common_btn>button {
    color: #3BA76B;
    border-color: #3BA76B;
}

@media (pointer: fine) {

    .l_contents.-ldl .common_btn>a:hover,
    .l_contents.-ldl .common_btn>button:hover {
        color: #fff;
        background-color: #3BA76B;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-ldl .common_btn>a:hover,
    .l_contents.-ldl .common_btn>button:hover {
        color: #fff;
        background-color: #3BA76B;
    }
}

@media (pointer: coarse) {

    .l_contents.-ldl .common_btn>a:active,
    .l_contents.-ldl .common_btn>button:active {
        color: #fff;
        background-color: #3BA76B;
    }
}

.l_contents.-ldl .common_btn.-current>a {
    background-color: #3BA76B;
    border-color: #3BA76B;
}

.l_contents.-ldl .common_btn.-blue>a,
.l_contents.-ldl .common_btn.-blue>button {
    color: #3BA76B;
    border-color: #3BA76B;
}

@media (pointer: fine) {

    .l_contents.-ldl .common_btn.-blue>a:hover,
    .l_contents.-ldl .common_btn.-blue>button:hover {
        background-color: #3BA76B;
        border-color: #3BA76B;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-ldl .common_btn.-blue>a:hover,
    .l_contents.-ldl .common_btn.-blue>button:hover {
        background-color: #3BA76B;
        border-color: #3BA76B;
    }
}

@media (pointer: coarse) {

    .l_contents.-ldl .common_btn.-blue>a:active,
    .l_contents.-ldl .common_btn.-blue>button:active {
        background-color: #3BA76B;
        border-color: #3BA76B;
    }
}

.l_contents.-ldl .common_btn.-tel>a.tellink_disable,
.l_contents.-ldl .common_btn.-tel>button.tellink_disable {
    color: #fff;
    background-color: #00A2CB;
    border-color: #00A2CB;
}

@media (pointer: fine) {

    .l_contents.-ldl .common_btn.-tel>a.tellink_disable:hover,
    .l_contents.-ldl .common_btn.-tel>button.tellink_disable:hover {
        color: #fff;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-ldl .common_btn.-tel>a.tellink_disable:hover,
    .l_contents.-ldl .common_btn.-tel>button.tellink_disable:hover {
        color: #fff;
    }
}

@media (pointer: coarse) {

    .l_contents.-ldl .common_btn.-tel>a.tellink_disable:active,
    .l_contents.-ldl .common_btn.-tel>button.tellink_disable:active {
        color: #fff;
    }
}

.l_contents.-ldl .common_btn.-tel>a.tellink_enable,
.l_contents.-ldl .common_btn.-tel>button.tellink_enable {
    color: #fff;
    background-color: #00A2CB;
    border-color: #00A2CB;
}

@media (pointer: fine) {

    .l_contents.-ldl .common_btn.-tel>a.tellink_enable:hover,
    .l_contents.-ldl .common_btn.-tel>button.tellink_enable:hover {
        color: #00A2CB;
        background-color: #fff;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-ldl .common_btn.-tel>a.tellink_enable:hover,
    .l_contents.-ldl .common_btn.-tel>button.tellink_enable:hover {
        color: #00A2CB;
        background-color: #fff;
    }
}

@media (pointer: coarse) {

    .l_contents.-ldl .common_btn.-tel>a.tellink_enable:active,
    .l_contents.-ldl .common_btn.-tel>button.tellink_enable:active {
        color: #00A2CB;
        background-color: #fff;
    }
}

.l_contents.-ldl .common_btn.-contact>a,
.l_contents.-ldl .common_btn.-contact>button {
    color: #fff;
    background-color: #0D3780;
    border-color: #0D3780;
}

@media (pointer: fine) {

    .l_contents.-ldl .common_btn.-contact>a:hover,
    .l_contents.-ldl .common_btn.-contact>button:hover {
        color: #0D3780;
        border-color: #0D3780;
        background-color: #fff;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-ldl .common_btn.-contact>a:hover,
    .l_contents.-ldl .common_btn.-contact>button:hover {
        color: #0D3780;
        border-color: #0D3780;
        background-color: #fff;
    }
}

@media (pointer: coarse) {

    .l_contents.-ldl .common_btn.-contact>a:active,
    .l_contents.-ldl .common_btn.-contact>button:active {
        color: #0D3780;
        border-color: #0D3780;
        background-color: #fff;
    }
}

.l_contents.-ldl .common_btn.-fpga>a,
.l_contents.-ldl .common_btn.-fpga>button {
    color: #fff;
}

@media (pointer: fine) {

    .l_contents.-ldl .common_btn.-fpga>a:hover,
    .l_contents.-ldl .common_btn.-fpga>button:hover {
        color: #0D3780;
        background-color: #fff;
        border-color: #0D3780;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-ldl .common_btn.-fpga>a:hover,
    .l_contents.-ldl .common_btn.-fpga>button:hover {
        color: #0D3780;
        background-color: #fff;
        border-color: #0D3780;
    }
}

@media (pointer: coarse) {

    .l_contents.-ldl .common_btn.-fpga>a:active,
    .l_contents.-ldl .common_btn.-fpga>button:active {
        color: #0D3780;
        background-color: #fff;
        border-color: #0D3780;
    }
}

.l_contents.-ldl .common_btn.-white>a,
.l_contents.-ldl .common_btn.-white>button {
    color: #fff;
    border-color: #fff;
    background: transparent;
}

@media (pointer: fine) {

    .l_contents.-ldl .common_btn.-white>a:hover,
    .l_contents.-ldl .common_btn.-white>button:hover {
        color: #fff;
        background-color: #3BA76B;
        border-color: #3BA76B;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-ldl .common_btn.-white>a:hover,
    .l_contents.-ldl .common_btn.-white>button:hover {
        color: #fff;
        background-color: #3BA76B;
        border-color: #3BA76B;
    }
}

@media (pointer: coarse) {

    .l_contents.-ldl .common_btn.-white>a:active,
    .l_contents.-ldl .common_btn.-white>button:active {
        color: #fff;
        background-color: #3BA76B;
        border-color: #3BA76B;
    }
}

.l_contents.-ldl .common_dl.-key>dt {
    color: #3BA76B;
}

.l_contents.-ldl .common_dl_line {
    background: -webkit-linear-gradient(transparent 30%, #F4FAF6 0%);
    background: linear-gradient(transparent 30%, #F4FAF6 0%);
}

.l_contents.-ldl .common_dl3.-key>dt {
    color: #3BA76B;
}

.l_contents.-ldl .common_event_header_title {
    color: #3BA76B;
}

.l_contents.-ldl .common_fancy.-icon>a::before {
    color: #3BA76B;
}

.l_contents.-ldl .common_faq_title::before {
    color: #3BA76B;
}

.l_contents.-ldl .common_faq_title::after {
    color: #3BA76B;
    border-color: #3BA76B;
}

@media (pointer: fine) {
    .l_contents.-ldl .common_faq_title:hover {
        color: #3BA76B;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-ldl .common_faq_title:hover {
        color: #3BA76B;
    }
}

@media (pointer: coarse) {
    .l_contents.-ldl .common_faq_title:active {
        color: #3BA76B;
    }
}

.l_contents.-ldl .common_faq_body_inner::before {
    color: #3BA76B;
}

.l_contents.-ldl .common_lead {
    color: #3BA76B;
}

.l_contents.-ldl .common_lead.-black {
    color: #1E1E1E;
}

.l_contents.-ldl .common_lead2 {
    color: #3BA76B;
}

.l_contents.-ldl .common_list>li::before {
    background: #3BA76B;
}

.l_contents.-ldl .common_check>li::before {
    color: #3BA76B;
}

.l_contents.-ldl .common_local #subnav_title::after {
    background: #3BA76B;
}

@media (pointer: fine) {

    .l_contents.-ldl .common_local #subnav>ul>li>a:hover,
    .l_contents.-ldl .common_local .common_local_inner>ul>li>a:hover {
        background-color: #3BA76B;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-ldl .common_local #subnav>ul>li>a:hover,
    .l_contents.-ldl .common_local .common_local_inner>ul>li>a:hover {
        background-color: #3BA76B;
    }
}

@media (pointer: coarse) {

    .l_contents.-ldl .common_local #subnav>ul>li>a:active,
    .l_contents.-ldl .common_local .common_local_inner>ul>li>a:active {
        background-color: #3BA76B;
    }
}

.l_contents.-ldl .common_local #subnav>ul>li.current>a,
.l_contents.-ldl .common_local .common_local_inner>ul>li.current>a {
    background-color: #3BA76B;
}

@media screen and (max-width: 767px) and (pointer: fine) {
    .l_contents.-ldl .common_local_btn>a:hover {
        background-color: #3BA76B;
    }
}

@media screen and (max-width: 767px) and (-ms-high-contrast: none) {
    .l_contents.-ldl .common_local_btn>a:hover {
        background-color: #3BA76B;
    }
}

@media screen and (max-width: 767px) and (pointer: coarse) {
    .l_contents.-ldl .common_local_btn>a:active {
        background-color: #3BA76B;
    }
}

.l_contents.-ldl .common_local_list>li>a {
    color: #3BA76B;
}

@media (pointer: fine) {
    .l_contents.-ldl .common_local_list>li>a:hover {
        color: #fff;
        background-color: #3BA76B;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-ldl .common_local_list>li>a:hover {
        color: #fff;
        background-color: #3BA76B;
    }
}

@media (pointer: coarse) {
    .l_contents.-ldl .common_local_list>li>a:active {
        color: #fff;
        background-color: #3BA76B;
    }
}

.l_contents.-ldl .common_local_list>li.current>a {
    color: #fff;
    background-color: #3BA76B;
}

.l_contents.-ldl .common_media_category {
    color: #3BA76B;
    border-bottom-color: #3BA76B;
}

.l_contents.-ldl .common_media_title>a {
    color: #3BA76B;
}

.l_contents.-ldl .common_order>li::before {
    color: #0D3780;
}

.l_contents.-ldl .common_pagelink_title::after {
    background: #3BA76B;
}

.l_contents.-ldl .common_pagelink_list_item>a::after {
    color: #3BA76B;
}

@media (pointer: fine) {
    .l_contents.-ldl .common_pagelink_list_item>a:hover {
        background-color: #3BA76B;
    }

    .l_contents.-ldl .common_pagelink_list_item>a:hover::after {
        color: #fff;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-ldl .common_pagelink_list_item>a:hover {
        background-color: #3BA76B;
    }

    .l_contents.-ldl .common_pagelink_list_item>a:hover::after {
        color: #fff;
    }
}

@media (pointer: coarse) {
    .l_contents.-ldl .common_pagelink_list_item>a:active {
        background-color: #3BA76B;
    }

    .l_contents.-ldl .common_pagelink_list_item>a:active::after {
        color: #fff;
    }
}

.l_contents.-ldl .common_photolink.biggerlink .common_photolink_label>a::before {
    color: #3BA76B;
    border-color: #3BA76B;
}

@media (pointer: fine) {
    .l_contents.-ldl .common_photolink.biggerlink:hover .common_photolink_label {
        color: #3BA76B;
    }

    .l_contents.-ldl .common_photolink.biggerlink:hover .common_photolink_label>a::before {
        color: #fff;
        background-color: #3BA76B;
    }

    .l_contents.-ldl .common_photolink.biggerlink:hover .common_photolink_text,
    .l_contents.-ldl .common_photolink.biggerlink:hover .common_photolink_dl {
        color: #3BA76B;
    }

    .l_contents.-ldl .common_photolink.biggerlink:hover .common_link>a::before {
        color: #fff;
        background-color: #3BA76B;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-ldl .common_photolink.biggerlink:hover .common_photolink_label {
        color: #3BA76B;
    }

    .l_contents.-ldl .common_photolink.biggerlink:hover .common_photolink_label>a::before {
        color: #fff;
        background-color: #3BA76B;
    }

    .l_contents.-ldl .common_photolink.biggerlink:hover .common_photolink_text,
    .l_contents.-ldl .common_photolink.biggerlink:hover .common_photolink_dl {
        color: #3BA76B;
    }

    .l_contents.-ldl .common_photolink.biggerlink:hover .common_link>a::before {
        color: #fff;
        background-color: #3BA76B;
    }
}

@media (pointer: coarse) {
    .l_contents.-ldl .common_photolink.biggerlink:active .common_photolink_label {
        color: #3BA76B;
    }

    .l_contents.-ldl .common_photolink.biggerlink:active .common_photolink_label>a::before {
        color: #fff;
        background-color: #3BA76B;
    }

    .l_contents.-ldl .common_photolink.biggerlink:active .common_photolink_text,
    .l_contents.-ldl .common_photolink.biggerlink:active .common_photolink_dl {
        color: #3BA76B;
    }

    .l_contents.-ldl .common_photolink.biggerlink:active .common_link>a::before {
        color: #fff;
        background-color: #3BA76B;
    }
}

.l_contents.-ldl .common_photolink_tag>li {
    background-color: #3BA76B;
}

.l_contents.-ldl .common_table caption {
    color: #3BA76B;
}

.l_contents.-ldl .common_table th {
    background-color: #F4FAF6;
}

.l_contents.-ldl .common_table th.common_table_head {
    background: #3BA76B;
}

.l_contents.-ldl .common_table thead th {
    background: #3BA76B;
}

.l_contents.-ldl .common_table2 caption {
    color: #3BA76B;
}

.l_contents.-ldl .common_widget_title {
    color: #3BA76B;
}

.l_contents.-ldl .common_nav_item>a {
    color: #3BA76B;
    border-color: #3BA76B;
}

@media (pointer: fine) {
    .l_contents.-ldl .common_nav_item>a:hover {
        color: #fff;
        background-color: #3BA76B;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-ldl .common_nav_item>a:hover {
        color: #fff;
        background-color: #3BA76B;
    }
}

@media (pointer: coarse) {
    .l_contents.-ldl .common_nav_item>a:active {
        color: #fff;
        background-color: #3BA76B;
    }
}

.l_contents.-ldl .common_nav_item.current>a {
    color: #fff;
    background-color: #3BA76B;
}

.l_contents.-ldl .common_key {
    color: #3BA76B;
}

@media (pointer: fine) {
    .l_contents.-ldl .common_topics .rss_title>a:hover {
        color: #3BA76B;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-ldl .common_topics .rss_title>a:hover {
        color: #3BA76B;
    }
}

@media (pointer: coarse) {
    .l_contents.-ldl .common_topics .rss_title>a:active {
        color: #3BA76B;
    }
}

.l_contents.-ldl .common_topics .rss_title>a .icon {
    color: #3BA76B;
    border: 1px solid #3BA76B;
}

.l_contents.-ldl .common_img_title.-key {
    color: #3BA76B;
}

.l_contents.-ldl .common_case_title::after {
    background: #3BA76B;
}

.l_contents.-ldl .common_case_dl>dt {
    color: #3BA76B;
}

@media (pointer: fine) {
    .l_contents.-ldl .common_case.biggerlink:hover .common_link>a {
        text-decoration: none;
    }

    .l_contents.-ldl .common_case.biggerlink:hover .common_link>a::before {
        color: #fff;
        background-color: #3BA76B;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-ldl .common_case.biggerlink:hover .common_link>a {
        text-decoration: none;
    }

    .l_contents.-ldl .common_case.biggerlink:hover .common_link>a::before {
        color: #fff;
        background-color: #3BA76B;
    }
}

@media (pointer: coarse) {
    .l_contents.-ldl .common_case.biggerlink:active .common_link>a {
        text-decoration: none;
    }

    .l_contents.-ldl .common_case.biggerlink:active .common_link>a::before {
        color: #fff;
        background-color: #3BA76B;
    }
}

.l_contents.-ldl .common_pagination_item>a {
    color: #3BA76B;
    border-color: #3BA76B;
}

@media (pointer: fine) {
    .l_contents.-ldl .common_pagination_item>a:hover {
        color: #fff;
        background-color: #3BA76B;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-ldl .common_pagination_item>a:hover {
        color: #fff;
        background-color: #3BA76B;
    }
}

@media (pointer: coarse) {
    .l_contents.-ldl .common_pagination_item>a:active {
        color: #fff;
        background-color: #3BA76B;
    }
}

.l_contents.-ldl .common_pagination_item.-current>a {
    color: #1E1E1E;
    border-color: transparent;
}

@media (pointer: fine) {
    .l_contents.-ldl .common_pagination_item.-current>a:hover {
        background-color: transparent;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-ldl .common_pagination_item.-current>a:hover {
        background-color: transparent;
    }
}

@media (pointer: coarse) {
    .l_contents.-ldl .common_pagination_item.-current>a:active {
        background-color: transparent;
    }
}

.l_contents.-lds .common_title2 {
    border-left-color: #C9B709;
}

.l_contents.-lds .common_title3 {
    color: #C9B709;
}

.l_contents.-lds .common_title3::before {
    background: #C9B709;
}

.l_contents.-lds .common_title3::after {
    background: #C9B709;
}

.l_contents.-lds .common_title_sub.-key {
    color: #C9B709;
}

.l_contents.-lds .common_title_fill {
    color: #C9B709;
    background-color: #FBF6CE;
}

.l_contents.-lds .common_title_border2 {
    color: #C9B709;
    border-bottom-color: #C9B709;
}

.l_contents.-lds .common_title_border3 {
    color: #C9B709;
}

.l_contents.-lds .common_title5 {
    color: #C9B709;
}

.l_contents.-lds .common_title5::before {
    background: #C9B709;
}

.l_contents.-lds .common_title5.-black {
    color: #1E1E1E;
}

.l_contents.-lds .common_title_center {
    color: #C9B709;
}

.l_contents.-lds .common_title_center::after {
    background: #C9B709;
}

.l_contents.-lds .common_link>a::before {
    color: #C9B709;
    border-color: #C9B709;
}

@media (pointer: fine) {
    .l_contents.-lds .common_link>a:hover::before {
        color: #fff;
        background-color: #C9B709;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-lds .common_link>a:hover::before {
        color: #fff;
        background-color: #C9B709;
    }
}

@media (pointer: coarse) {
    .l_contents.-lds .common_link>a:active::before {
        color: #fff;
        background-color: #C9B709;
    }
}

.l_contents.-lds .common_link>li>a::before {
    color: #C9B709;
    border-color: #C9B709;
}

@media (pointer: fine) {
    .l_contents.-lds .common_link>li>a:hover::before {
        color: #fff;
        background-color: #C9B709;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-lds .common_link>li>a:hover::before {
        color: #fff;
        background-color: #C9B709;
    }
}

@media (pointer: coarse) {
    .l_contents.-lds .common_link>li>a:active::before {
        color: #fff;
        background-color: #C9B709;
    }
}

.l_contents.-lds .common_title_border_inner {
    border-bottom-color: #C9B709;
}

.l_contents.-lds .common_title4,
.l_contents.-lds .common_title4 a {
    color: #C9B709;
}

.l_contents.-lds .common_box_title {
    color: #C9B709;
}

.l_contents.-lds .common_box.-key {
    border-color: #C9B709;
}

.l_contents.-lds .common_box.-key-bg {
    background-color: #FBF6CE;
}

.l_contents.-lds .common_box2 {
    background-color: #FBF6CE;
}

.l_contents.-lds .common_box2_title {
    background-color: #C9B709;
}

.l_contents.-lds .common_btn>a,
.l_contents.-lds .common_btn>button {
    color: #C9B709;
    border-color: #C9B709;
}

@media (pointer: fine) {

    .l_contents.-lds .common_btn>a:hover,
    .l_contents.-lds .common_btn>button:hover {
        color: #fff;
        background-color: #C9B709;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-lds .common_btn>a:hover,
    .l_contents.-lds .common_btn>button:hover {
        color: #fff;
        background-color: #C9B709;
    }
}

@media (pointer: coarse) {

    .l_contents.-lds .common_btn>a:active,
    .l_contents.-lds .common_btn>button:active {
        color: #fff;
        background-color: #C9B709;
    }
}

.l_contents.-lds .common_btn.-current>a {
    background-color: #C9B709;
    border-color: #C9B709;
}

.l_contents.-lds .common_btn.-blue>a,
.l_contents.-lds .common_btn.-blue>button {
    color: #C9B709;
    border-color: #C9B709;
}

@media (pointer: fine) {

    .l_contents.-lds .common_btn.-blue>a:hover,
    .l_contents.-lds .common_btn.-blue>button:hover {
        background-color: #C9B709;
        border-color: #C9B709;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-lds .common_btn.-blue>a:hover,
    .l_contents.-lds .common_btn.-blue>button:hover {
        background-color: #C9B709;
        border-color: #C9B709;
    }
}

@media (pointer: coarse) {

    .l_contents.-lds .common_btn.-blue>a:active,
    .l_contents.-lds .common_btn.-blue>button:active {
        background-color: #C9B709;
        border-color: #C9B709;
    }
}

.l_contents.-lds .common_btn.-tel>a.tellink_disable,
.l_contents.-lds .common_btn.-tel>button.tellink_disable {
    color: #fff;
    background-color: #00A2CB;
    border-color: #00A2CB;
}

@media (pointer: fine) {

    .l_contents.-lds .common_btn.-tel>a.tellink_disable:hover,
    .l_contents.-lds .common_btn.-tel>button.tellink_disable:hover {
        color: #fff;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-lds .common_btn.-tel>a.tellink_disable:hover,
    .l_contents.-lds .common_btn.-tel>button.tellink_disable:hover {
        color: #fff;
    }
}

@media (pointer: coarse) {

    .l_contents.-lds .common_btn.-tel>a.tellink_disable:active,
    .l_contents.-lds .common_btn.-tel>button.tellink_disable:active {
        color: #fff;
    }
}

.l_contents.-lds .common_btn.-tel>a.tellink_enable,
.l_contents.-lds .common_btn.-tel>button.tellink_enable {
    color: #fff;
    background-color: #00A2CB;
    border-color: #00A2CB;
}

@media (pointer: fine) {

    .l_contents.-lds .common_btn.-tel>a.tellink_enable:hover,
    .l_contents.-lds .common_btn.-tel>button.tellink_enable:hover {
        color: #00A2CB;
        background-color: #fff;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-lds .common_btn.-tel>a.tellink_enable:hover,
    .l_contents.-lds .common_btn.-tel>button.tellink_enable:hover {
        color: #00A2CB;
        background-color: #fff;
    }
}

@media (pointer: coarse) {

    .l_contents.-lds .common_btn.-tel>a.tellink_enable:active,
    .l_contents.-lds .common_btn.-tel>button.tellink_enable:active {
        color: #00A2CB;
        background-color: #fff;
    }
}

.l_contents.-lds .common_btn.-contact>a,
.l_contents.-lds .common_btn.-contact>button {
    color: #fff;
    background-color: #0D3780;
    border-color: #0D3780;
}

@media (pointer: fine) {

    .l_contents.-lds .common_btn.-contact>a:hover,
    .l_contents.-lds .common_btn.-contact>button:hover {
        color: #0D3780;
        border-color: #0D3780;
        background-color: #fff;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-lds .common_btn.-contact>a:hover,
    .l_contents.-lds .common_btn.-contact>button:hover {
        color: #0D3780;
        border-color: #0D3780;
        background-color: #fff;
    }
}

@media (pointer: coarse) {

    .l_contents.-lds .common_btn.-contact>a:active,
    .l_contents.-lds .common_btn.-contact>button:active {
        color: #0D3780;
        border-color: #0D3780;
        background-color: #fff;
    }
}

.l_contents.-lds .common_btn.-fpga>a,
.l_contents.-lds .common_btn.-fpga>button {
    color: #fff;
}

@media (pointer: fine) {

    .l_contents.-lds .common_btn.-fpga>a:hover,
    .l_contents.-lds .common_btn.-fpga>button:hover {
        color: #0D3780;
        background-color: #fff;
        border-color: #0D3780;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-lds .common_btn.-fpga>a:hover,
    .l_contents.-lds .common_btn.-fpga>button:hover {
        color: #0D3780;
        background-color: #fff;
        border-color: #0D3780;
    }
}

@media (pointer: coarse) {

    .l_contents.-lds .common_btn.-fpga>a:active,
    .l_contents.-lds .common_btn.-fpga>button:active {
        color: #0D3780;
        background-color: #fff;
        border-color: #0D3780;
    }
}

.l_contents.-lds .common_btn.-white>a,
.l_contents.-lds .common_btn.-white>button {
    color: #fff;
    border-color: #fff;
    background: transparent;
}

@media (pointer: fine) {

    .l_contents.-lds .common_btn.-white>a:hover,
    .l_contents.-lds .common_btn.-white>button:hover {
        color: #fff;
        background-color: #C9B709;
        border-color: #C9B709;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-lds .common_btn.-white>a:hover,
    .l_contents.-lds .common_btn.-white>button:hover {
        color: #fff;
        background-color: #C9B709;
        border-color: #C9B709;
    }
}

@media (pointer: coarse) {

    .l_contents.-lds .common_btn.-white>a:active,
    .l_contents.-lds .common_btn.-white>button:active {
        color: #fff;
        background-color: #C9B709;
        border-color: #C9B709;
    }
}

.l_contents.-lds .common_dl.-key>dt {
    color: #C9B709;
}

.l_contents.-lds .common_dl_line {
    background: -webkit-linear-gradient(transparent 30%, #FBF6CE 0%);
    background: linear-gradient(transparent 30%, #FBF6CE 0%);
}

.l_contents.-lds .common_dl3.-key>dt {
    color: #C9B709;
}

.l_contents.-lds .common_event_header_title {
    color: #C9B709;
}

.l_contents.-lds .common_fancy.-icon>a::before {
    color: #C9B709;
}

.l_contents.-lds .common_faq_title::before {
    color: #C9B709;
}

.l_contents.-lds .common_faq_title::after {
    color: #C9B709;
    border-color: #C9B709;
}

@media (pointer: fine) {
    .l_contents.-lds .common_faq_title:hover {
        color: #C9B709;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-lds .common_faq_title:hover {
        color: #C9B709;
    }
}

@media (pointer: coarse) {
    .l_contents.-lds .common_faq_title:active {
        color: #C9B709;
    }
}

.l_contents.-lds .common_faq_body_inner::before {
    color: #C9B709;
}

.l_contents.-lds .common_lead {
    color: #C9B709;
}

.l_contents.-lds .common_lead.-black {
    color: #1E1E1E;
}

.l_contents.-lds .common_lead2 {
    color: #C9B709;
}

.l_contents.-lds .common_list>li::before {
    background: #C9B709;
}

.l_contents.-lds .common_check>li::before {
    color: #C9B709;
}

.l_contents.-lds .common_local #subnav_title::after {
    background: #C9B709;
}

@media (pointer: fine) {

    .l_contents.-lds .common_local #subnav>ul>li>a:hover,
    .l_contents.-lds .common_local .common_local_inner>ul>li>a:hover {
        background-color: #C9B709;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-lds .common_local #subnav>ul>li>a:hover,
    .l_contents.-lds .common_local .common_local_inner>ul>li>a:hover {
        background-color: #C9B709;
    }
}

@media (pointer: coarse) {

    .l_contents.-lds .common_local #subnav>ul>li>a:active,
    .l_contents.-lds .common_local .common_local_inner>ul>li>a:active {
        background-color: #C9B709;
    }
}

.l_contents.-lds .common_local #subnav>ul>li.current>a,
.l_contents.-lds .common_local .common_local_inner>ul>li.current>a {
    background-color: #C9B709;
}

@media screen and (max-width: 767px) and (pointer: fine) {
    .l_contents.-lds .common_local_btn>a:hover {
        background-color: #C9B709;
    }
}

@media screen and (max-width: 767px) and (-ms-high-contrast: none) {
    .l_contents.-lds .common_local_btn>a:hover {
        background-color: #C9B709;
    }
}

@media screen and (max-width: 767px) and (pointer: coarse) {
    .l_contents.-lds .common_local_btn>a:active {
        background-color: #C9B709;
    }
}

.l_contents.-lds .common_local_list>li>a {
    color: #C9B709;
}

@media (pointer: fine) {
    .l_contents.-lds .common_local_list>li>a:hover {
        color: #fff;
        background-color: #C9B709;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-lds .common_local_list>li>a:hover {
        color: #fff;
        background-color: #C9B709;
    }
}

@media (pointer: coarse) {
    .l_contents.-lds .common_local_list>li>a:active {
        color: #fff;
        background-color: #C9B709;
    }
}

.l_contents.-lds .common_local_list>li.current>a {
    color: #fff;
    background-color: #C9B709;
}

.l_contents.-lds .common_media_category {
    color: #C9B709;
    border-bottom-color: #C9B709;
}

.l_contents.-lds .common_media_title>a {
    color: #C9B709;
}

.l_contents.-lds .common_order>li::before {
    color: #0D3780;
}

.l_contents.-lds .common_pagelink_title::after {
    background: #C9B709;
}

.l_contents.-lds .common_pagelink_list_item>a::after {
    color: #C9B709;
}

@media (pointer: fine) {
    .l_contents.-lds .common_pagelink_list_item>a:hover {
        background-color: #C9B709;
    }

    .l_contents.-lds .common_pagelink_list_item>a:hover::after {
        color: #fff;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-lds .common_pagelink_list_item>a:hover {
        background-color: #C9B709;
    }

    .l_contents.-lds .common_pagelink_list_item>a:hover::after {
        color: #fff;
    }
}

@media (pointer: coarse) {
    .l_contents.-lds .common_pagelink_list_item>a:active {
        background-color: #C9B709;
    }

    .l_contents.-lds .common_pagelink_list_item>a:active::after {
        color: #fff;
    }
}

.l_contents.-lds .common_photolink.biggerlink .common_photolink_label>a::before {
    color: #C9B709;
    border-color: #C9B709;
}

@media (pointer: fine) {
    .l_contents.-lds .common_photolink.biggerlink:hover .common_photolink_label {
        color: #C9B709;
    }

    .l_contents.-lds .common_photolink.biggerlink:hover .common_photolink_label>a::before {
        color: #fff;
        background-color: #C9B709;
    }

    .l_contents.-lds .common_photolink.biggerlink:hover .common_photolink_text,
    .l_contents.-lds .common_photolink.biggerlink:hover .common_photolink_dl {
        color: #C9B709;
    }

    .l_contents.-lds .common_photolink.biggerlink:hover .common_link>a::before {
        color: #fff;
        background-color: #C9B709;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-lds .common_photolink.biggerlink:hover .common_photolink_label {
        color: #C9B709;
    }

    .l_contents.-lds .common_photolink.biggerlink:hover .common_photolink_label>a::before {
        color: #fff;
        background-color: #C9B709;
    }

    .l_contents.-lds .common_photolink.biggerlink:hover .common_photolink_text,
    .l_contents.-lds .common_photolink.biggerlink:hover .common_photolink_dl {
        color: #C9B709;
    }

    .l_contents.-lds .common_photolink.biggerlink:hover .common_link>a::before {
        color: #fff;
        background-color: #C9B709;
    }
}

@media (pointer: coarse) {
    .l_contents.-lds .common_photolink.biggerlink:active .common_photolink_label {
        color: #C9B709;
    }

    .l_contents.-lds .common_photolink.biggerlink:active .common_photolink_label>a::before {
        color: #fff;
        background-color: #C9B709;
    }

    .l_contents.-lds .common_photolink.biggerlink:active .common_photolink_text,
    .l_contents.-lds .common_photolink.biggerlink:active .common_photolink_dl {
        color: #C9B709;
    }

    .l_contents.-lds .common_photolink.biggerlink:active .common_link>a::before {
        color: #fff;
        background-color: #C9B709;
    }
}

.l_contents.-lds .common_photolink_tag>li {
    background-color: #C9B709;
}

.l_contents.-lds .common_table caption {
    color: #C9B709;
}

.l_contents.-lds .common_table th {
    background-color: #FBF6CE;
}

.l_contents.-lds .common_table th.common_table_head {
    background: #C9B709;
}

.l_contents.-lds .common_table thead th {
    background: #C9B709;
}

.l_contents.-lds .common_table2 caption {
    color: #C9B709;
}

.l_contents.-lds .common_widget_title {
    color: #C9B709;
}

.l_contents.-lds .common_nav_item>a {
    color: #C9B709;
    border-color: #C9B709;
}

@media (pointer: fine) {
    .l_contents.-lds .common_nav_item>a:hover {
        color: #fff;
        background-color: #C9B709;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-lds .common_nav_item>a:hover {
        color: #fff;
        background-color: #C9B709;
    }
}

@media (pointer: coarse) {
    .l_contents.-lds .common_nav_item>a:active {
        color: #fff;
        background-color: #C9B709;
    }
}

.l_contents.-lds .common_nav_item.current>a {
    color: #fff;
    background-color: #C9B709;
}

.l_contents.-lds .common_key {
    color: #C9B709;
}

@media (pointer: fine) {
    .l_contents.-lds .common_topics .rss_title>a:hover {
        color: #C9B709;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-lds .common_topics .rss_title>a:hover {
        color: #C9B709;
    }
}

@media (pointer: coarse) {
    .l_contents.-lds .common_topics .rss_title>a:active {
        color: #C9B709;
    }
}

.l_contents.-lds .common_topics .rss_title>a .icon {
    color: #C9B709;
    border: 1px solid #C9B709;
}

.l_contents.-lds .common_img_title.-key {
    color: #C9B709;
}

.l_contents.-lds .common_case_title::after {
    background: #C9B709;
}

.l_contents.-lds .common_case_dl>dt {
    color: #C9B709;
}

@media (pointer: fine) {
    .l_contents.-lds .common_case.biggerlink:hover .common_link>a {
        text-decoration: none;
    }

    .l_contents.-lds .common_case.biggerlink:hover .common_link>a::before {
        color: #fff;
        background-color: #C9B709;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-lds .common_case.biggerlink:hover .common_link>a {
        text-decoration: none;
    }

    .l_contents.-lds .common_case.biggerlink:hover .common_link>a::before {
        color: #fff;
        background-color: #C9B709;
    }
}

@media (pointer: coarse) {
    .l_contents.-lds .common_case.biggerlink:active .common_link>a {
        text-decoration: none;
    }

    .l_contents.-lds .common_case.biggerlink:active .common_link>a::before {
        color: #fff;
        background-color: #C9B709;
    }
}

.l_contents.-lds .common_pagination_item>a {
    color: #C9B709;
    border-color: #C9B709;
}

@media (pointer: fine) {
    .l_contents.-lds .common_pagination_item>a:hover {
        color: #fff;
        background-color: #C9B709;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-lds .common_pagination_item>a:hover {
        color: #fff;
        background-color: #C9B709;
    }
}

@media (pointer: coarse) {
    .l_contents.-lds .common_pagination_item>a:active {
        color: #fff;
        background-color: #C9B709;
    }
}

.l_contents.-lds .common_pagination_item.-current>a {
    color: #1E1E1E;
    border-color: transparent;
}

@media (pointer: fine) {
    .l_contents.-lds .common_pagination_item.-current>a:hover {
        background-color: transparent;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-lds .common_pagination_item.-current>a:hover {
        background-color: transparent;
    }
}

@media (pointer: coarse) {
    .l_contents.-lds .common_pagination_item.-current>a:active {
        background-color: transparent;
    }
}

.l_contents.-lds .common_faq_body_inner::before {
    color: #E2D01C;
}

.l_contents.-iot .common_title2 {
    border-left-color: #28AAA8;
}

.l_contents.-iot .common_title3 {
    color: #28AAA8;
}

.l_contents.-iot .common_title3::before {
    background: #28AAA8;
}

.l_contents.-iot .common_title3::after {
    background: #28AAA8;
}

.l_contents.-iot .common_title_sub.-key {
    color: #28AAA8;
}

.l_contents.-iot .common_title_fill {
    color: #28AAA8;
    background-color: #F2FAFA;
}

.l_contents.-iot .common_title_border2 {
    color: #28AAA8;
    border-bottom-color: #28AAA8;
}

.l_contents.-iot .common_title_border3 {
    color: #28AAA8;
}

.l_contents.-iot .common_title5 {
    color: #28AAA8;
}

.l_contents.-iot .common_title5::before {
    background: #28AAA8;
}

.l_contents.-iot .common_title5.-black {
    color: #1E1E1E;
}

.l_contents.-iot .common_title_center {
    color: #28AAA8;
}

.l_contents.-iot .common_title_center::after {
    background: #28AAA8;
}

.l_contents.-iot .common_link>a::before {
    color: #28AAA8;
    border-color: #28AAA8;
}

@media (pointer: fine) {
    .l_contents.-iot .common_link>a:hover::before {
        color: #fff;
        background-color: #28AAA8;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-iot .common_link>a:hover::before {
        color: #fff;
        background-color: #28AAA8;
    }
}

@media (pointer: coarse) {
    .l_contents.-iot .common_link>a:active::before {
        color: #fff;
        background-color: #28AAA8;
    }
}

.l_contents.-iot .common_link>li>a::before {
    color: #28AAA8;
    border-color: #28AAA8;
}

@media (pointer: fine) {
    .l_contents.-iot .common_link>li>a:hover::before {
        color: #fff;
        background-color: #28AAA8;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-iot .common_link>li>a:hover::before {
        color: #fff;
        background-color: #28AAA8;
    }
}

@media (pointer: coarse) {
    .l_contents.-iot .common_link>li>a:active::before {
        color: #fff;
        background-color: #28AAA8;
    }
}

.l_contents.-iot .common_title_border_inner {
    border-bottom-color: #28AAA8;
}

.l_contents.-iot .common_title4,
.l_contents.-iot .common_title4 a {
    color: #28AAA8;
}

.l_contents.-iot .common_box_title {
    color: #28AAA8;
}

.l_contents.-iot .common_box.-key {
    border-color: #28AAA8;
}

.l_contents.-iot .common_box.-key-bg {
    background-color: #F2FAFA;
}

.l_contents.-iot .common_box2 {
    background-color: #F2FAFA;
}

.l_contents.-iot .common_box2_title {
    background-color: #28AAA8;
}

.l_contents.-iot .common_btn>a,
.l_contents.-iot .common_btn>button {
    color: #28AAA8;
    border-color: #28AAA8;
}

@media (pointer: fine) {

    .l_contents.-iot .common_btn>a:hover,
    .l_contents.-iot .common_btn>button:hover {
        color: #fff;
        background-color: #28AAA8;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-iot .common_btn>a:hover,
    .l_contents.-iot .common_btn>button:hover {
        color: #fff;
        background-color: #28AAA8;
    }
}

@media (pointer: coarse) {

    .l_contents.-iot .common_btn>a:active,
    .l_contents.-iot .common_btn>button:active {
        color: #fff;
        background-color: #28AAA8;
    }
}

.l_contents.-iot .common_btn.-current>a {
    background-color: #28AAA8;
    border-color: #28AAA8;
}

.l_contents.-iot .common_btn.-blue>a,
.l_contents.-iot .common_btn.-blue>button {
    color: #28AAA8;
    border-color: #28AAA8;
}

@media (pointer: fine) {

    .l_contents.-iot .common_btn.-blue>a:hover,
    .l_contents.-iot .common_btn.-blue>button:hover {
        background-color: #28AAA8;
        border-color: #28AAA8;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-iot .common_btn.-blue>a:hover,
    .l_contents.-iot .common_btn.-blue>button:hover {
        background-color: #28AAA8;
        border-color: #28AAA8;
    }
}

@media (pointer: coarse) {

    .l_contents.-iot .common_btn.-blue>a:active,
    .l_contents.-iot .common_btn.-blue>button:active {
        background-color: #28AAA8;
        border-color: #28AAA8;
    }
}

.l_contents.-iot .common_btn.-tel>a.tellink_disable,
.l_contents.-iot .common_btn.-tel>button.tellink_disable {
    color: #fff;
    background-color: #00A2CB;
    border-color: #00A2CB;
}

@media (pointer: fine) {

    .l_contents.-iot .common_btn.-tel>a.tellink_disable:hover,
    .l_contents.-iot .common_btn.-tel>button.tellink_disable:hover {
        color: #fff;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-iot .common_btn.-tel>a.tellink_disable:hover,
    .l_contents.-iot .common_btn.-tel>button.tellink_disable:hover {
        color: #fff;
    }
}

@media (pointer: coarse) {

    .l_contents.-iot .common_btn.-tel>a.tellink_disable:active,
    .l_contents.-iot .common_btn.-tel>button.tellink_disable:active {
        color: #fff;
    }
}

.l_contents.-iot .common_btn.-tel>a.tellink_enable,
.l_contents.-iot .common_btn.-tel>button.tellink_enable {
    color: #fff;
    background-color: #00A2CB;
    border-color: #00A2CB;
}

@media (pointer: fine) {

    .l_contents.-iot .common_btn.-tel>a.tellink_enable:hover,
    .l_contents.-iot .common_btn.-tel>button.tellink_enable:hover {
        color: #00A2CB;
        background-color: #fff;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-iot .common_btn.-tel>a.tellink_enable:hover,
    .l_contents.-iot .common_btn.-tel>button.tellink_enable:hover {
        color: #00A2CB;
        background-color: #fff;
    }
}

@media (pointer: coarse) {

    .l_contents.-iot .common_btn.-tel>a.tellink_enable:active,
    .l_contents.-iot .common_btn.-tel>button.tellink_enable:active {
        color: #00A2CB;
        background-color: #fff;
    }
}

.l_contents.-iot .common_btn.-contact>a,
.l_contents.-iot .common_btn.-contact>button {
    color: #fff;
    background-color: #0D3780;
    border-color: #0D3780;
}

@media (pointer: fine) {

    .l_contents.-iot .common_btn.-contact>a:hover,
    .l_contents.-iot .common_btn.-contact>button:hover {
        color: #0D3780;
        border-color: #0D3780;
        background-color: #fff;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-iot .common_btn.-contact>a:hover,
    .l_contents.-iot .common_btn.-contact>button:hover {
        color: #0D3780;
        border-color: #0D3780;
        background-color: #fff;
    }
}

@media (pointer: coarse) {

    .l_contents.-iot .common_btn.-contact>a:active,
    .l_contents.-iot .common_btn.-contact>button:active {
        color: #0D3780;
        border-color: #0D3780;
        background-color: #fff;
    }
}

.l_contents.-iot .common_btn.-fpga>a,
.l_contents.-iot .common_btn.-fpga>button {
    color: #fff;
}

@media (pointer: fine) {

    .l_contents.-iot .common_btn.-fpga>a:hover,
    .l_contents.-iot .common_btn.-fpga>button:hover {
        color: #0D3780;
        background-color: #fff;
        border-color: #0D3780;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-iot .common_btn.-fpga>a:hover,
    .l_contents.-iot .common_btn.-fpga>button:hover {
        color: #0D3780;
        background-color: #fff;
        border-color: #0D3780;
    }
}

@media (pointer: coarse) {

    .l_contents.-iot .common_btn.-fpga>a:active,
    .l_contents.-iot .common_btn.-fpga>button:active {
        color: #0D3780;
        background-color: #fff;
        border-color: #0D3780;
    }
}

.l_contents.-iot .common_btn.-white>a,
.l_contents.-iot .common_btn.-white>button {
    color: #fff;
    border-color: #fff;
    background: transparent;
}

@media (pointer: fine) {

    .l_contents.-iot .common_btn.-white>a:hover,
    .l_contents.-iot .common_btn.-white>button:hover {
        color: #fff;
        background-color: #28AAA8;
        border-color: #28AAA8;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-iot .common_btn.-white>a:hover,
    .l_contents.-iot .common_btn.-white>button:hover {
        color: #fff;
        background-color: #28AAA8;
        border-color: #28AAA8;
    }
}

@media (pointer: coarse) {

    .l_contents.-iot .common_btn.-white>a:active,
    .l_contents.-iot .common_btn.-white>button:active {
        color: #fff;
        background-color: #28AAA8;
        border-color: #28AAA8;
    }
}

.l_contents.-iot .common_dl.-key>dt {
    color: #28AAA8;
}

.l_contents.-iot .common_dl_line {
    background: -webkit-linear-gradient(transparent 30%, #F2FAFA 0%);
    background: linear-gradient(transparent 30%, #F2FAFA 0%);
}

.l_contents.-iot .common_dl3.-key>dt {
    color: #28AAA8;
}

.l_contents.-iot .common_event_header_title {
    color: #28AAA8;
}

.l_contents.-iot .common_fancy.-icon>a::before {
    color: #28AAA8;
}

.l_contents.-iot .common_faq_title::before {
    color: #28AAA8;
}

.l_contents.-iot .common_faq_title::after {
    color: #28AAA8;
    border-color: #28AAA8;
}

@media (pointer: fine) {
    .l_contents.-iot .common_faq_title:hover {
        color: #28AAA8;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-iot .common_faq_title:hover {
        color: #28AAA8;
    }
}

@media (pointer: coarse) {
    .l_contents.-iot .common_faq_title:active {
        color: #28AAA8;
    }
}

.l_contents.-iot .common_faq_body_inner::before {
    color: #28AAA8;
}

.l_contents.-iot .common_lead {
    color: #28AAA8;
}

.l_contents.-iot .common_lead.-black {
    color: #1E1E1E;
}

.l_contents.-iot .common_lead2 {
    color: #28AAA8;
}

.l_contents.-iot .common_list>li::before {
    background: #28AAA8;
}

.l_contents.-iot .common_check>li::before {
    color: #28AAA8;
}

.l_contents.-iot .common_local #subnav_title::after {
    background: #28AAA8;
}

@media (pointer: fine) {

    .l_contents.-iot .common_local #subnav>ul>li>a:hover,
    .l_contents.-iot .common_local .common_local_inner>ul>li>a:hover {
        background-color: #28AAA8;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-iot .common_local #subnav>ul>li>a:hover,
    .l_contents.-iot .common_local .common_local_inner>ul>li>a:hover {
        background-color: #28AAA8;
    }
}

@media (pointer: coarse) {

    .l_contents.-iot .common_local #subnav>ul>li>a:active,
    .l_contents.-iot .common_local .common_local_inner>ul>li>a:active {
        background-color: #28AAA8;
    }
}

.l_contents.-iot .common_local #subnav>ul>li.current>a,
.l_contents.-iot .common_local .common_local_inner>ul>li.current>a {
    background-color: #28AAA8;
}

@media screen and (max-width: 767px) and (pointer: fine) {
    .l_contents.-iot .common_local_btn>a:hover {
        background-color: #28AAA8;
    }
}

@media screen and (max-width: 767px) and (-ms-high-contrast: none) {
    .l_contents.-iot .common_local_btn>a:hover {
        background-color: #28AAA8;
    }
}

@media screen and (max-width: 767px) and (pointer: coarse) {
    .l_contents.-iot .common_local_btn>a:active {
        background-color: #28AAA8;
    }
}

.l_contents.-iot .common_local_list>li>a {
    color: #28AAA8;
}

@media (pointer: fine) {
    .l_contents.-iot .common_local_list>li>a:hover {
        color: #fff;
        background-color: #28AAA8;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-iot .common_local_list>li>a:hover {
        color: #fff;
        background-color: #28AAA8;
    }
}

@media (pointer: coarse) {
    .l_contents.-iot .common_local_list>li>a:active {
        color: #fff;
        background-color: #28AAA8;
    }
}

.l_contents.-iot .common_local_list>li.current>a {
    color: #fff;
    background-color: #28AAA8;
}

.l_contents.-iot .common_media_category {
    color: #28AAA8;
    border-bottom-color: #28AAA8;
}

.l_contents.-iot .common_media_title>a {
    color: #28AAA8;
}

.l_contents.-iot .common_order>li::before {
    color: #0D3780;
}

.l_contents.-iot .common_pagelink_title::after {
    background: #28AAA8;
}

.l_contents.-iot .common_pagelink_list_item>a::after {
    color: #28AAA8;
}

@media (pointer: fine) {
    .l_contents.-iot .common_pagelink_list_item>a:hover {
        background-color: #28AAA8;
    }

    .l_contents.-iot .common_pagelink_list_item>a:hover::after {
        color: #fff;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-iot .common_pagelink_list_item>a:hover {
        background-color: #28AAA8;
    }

    .l_contents.-iot .common_pagelink_list_item>a:hover::after {
        color: #fff;
    }
}

@media (pointer: coarse) {
    .l_contents.-iot .common_pagelink_list_item>a:active {
        background-color: #28AAA8;
    }

    .l_contents.-iot .common_pagelink_list_item>a:active::after {
        color: #fff;
    }
}

.l_contents.-iot .common_photolink.biggerlink .common_photolink_label>a::before {
    color: #28AAA8;
    border-color: #28AAA8;
}

@media (pointer: fine) {
    .l_contents.-iot .common_photolink.biggerlink:hover .common_photolink_label {
        color: #28AAA8;
    }

    .l_contents.-iot .common_photolink.biggerlink:hover .common_photolink_label>a::before {
        color: #fff;
        background-color: #28AAA8;
    }

    .l_contents.-iot .common_photolink.biggerlink:hover .common_photolink_text,
    .l_contents.-iot .common_photolink.biggerlink:hover .common_photolink_dl {
        color: #28AAA8;
    }

    .l_contents.-iot .common_photolink.biggerlink:hover .common_link>a::before {
        color: #fff;
        background-color: #28AAA8;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-iot .common_photolink.biggerlink:hover .common_photolink_label {
        color: #28AAA8;
    }

    .l_contents.-iot .common_photolink.biggerlink:hover .common_photolink_label>a::before {
        color: #fff;
        background-color: #28AAA8;
    }

    .l_contents.-iot .common_photolink.biggerlink:hover .common_photolink_text,
    .l_contents.-iot .common_photolink.biggerlink:hover .common_photolink_dl {
        color: #28AAA8;
    }

    .l_contents.-iot .common_photolink.biggerlink:hover .common_link>a::before {
        color: #fff;
        background-color: #28AAA8;
    }
}

@media (pointer: coarse) {
    .l_contents.-iot .common_photolink.biggerlink:active .common_photolink_label {
        color: #28AAA8;
    }

    .l_contents.-iot .common_photolink.biggerlink:active .common_photolink_label>a::before {
        color: #fff;
        background-color: #28AAA8;
    }

    .l_contents.-iot .common_photolink.biggerlink:active .common_photolink_text,
    .l_contents.-iot .common_photolink.biggerlink:active .common_photolink_dl {
        color: #28AAA8;
    }

    .l_contents.-iot .common_photolink.biggerlink:active .common_link>a::before {
        color: #fff;
        background-color: #28AAA8;
    }
}

.l_contents.-iot .common_photolink_tag>li {
    background-color: #28AAA8;
}

.l_contents.-iot .common_table caption {
    color: #28AAA8;
}

.l_contents.-iot .common_table th {
    background-color: #F2FAFA;
}

.l_contents.-iot .common_table th.common_table_head {
    background: #28AAA8;
}

.l_contents.-iot .common_table thead th {
    background: #28AAA8;
}

.l_contents.-iot .common_table2 caption {
    color: #28AAA8;
}

.l_contents.-iot .common_widget_title {
    color: #28AAA8;
}

.l_contents.-iot .common_nav_item>a {
    color: #28AAA8;
    border-color: #28AAA8;
}

@media (pointer: fine) {
    .l_contents.-iot .common_nav_item>a:hover {
        color: #fff;
        background-color: #28AAA8;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-iot .common_nav_item>a:hover {
        color: #fff;
        background-color: #28AAA8;
    }
}

@media (pointer: coarse) {
    .l_contents.-iot .common_nav_item>a:active {
        color: #fff;
        background-color: #28AAA8;
    }
}

.l_contents.-iot .common_nav_item.current>a {
    color: #fff;
    background-color: #28AAA8;
}

.l_contents.-iot .common_key {
    color: #28AAA8;
}

@media (pointer: fine) {
    .l_contents.-iot .common_topics .rss_title>a:hover {
        color: #28AAA8;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-iot .common_topics .rss_title>a:hover {
        color: #28AAA8;
    }
}

@media (pointer: coarse) {
    .l_contents.-iot .common_topics .rss_title>a:active {
        color: #28AAA8;
    }
}

.l_contents.-iot .common_topics .rss_title>a .icon {
    color: #28AAA8;
    border: 1px solid #28AAA8;
}

.l_contents.-iot .common_img_title.-key {
    color: #28AAA8;
}

.l_contents.-iot .common_case_title::after {
    background: #28AAA8;
}

.l_contents.-iot .common_case_dl>dt {
    color: #28AAA8;
}

@media (pointer: fine) {
    .l_contents.-iot .common_case.biggerlink:hover .common_link>a {
        text-decoration: none;
    }

    .l_contents.-iot .common_case.biggerlink:hover .common_link>a::before {
        color: #fff;
        background-color: #28AAA8;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-iot .common_case.biggerlink:hover .common_link>a {
        text-decoration: none;
    }

    .l_contents.-iot .common_case.biggerlink:hover .common_link>a::before {
        color: #fff;
        background-color: #28AAA8;
    }
}

@media (pointer: coarse) {
    .l_contents.-iot .common_case.biggerlink:active .common_link>a {
        text-decoration: none;
    }

    .l_contents.-iot .common_case.biggerlink:active .common_link>a::before {
        color: #fff;
        background-color: #28AAA8;
    }
}

.l_contents.-iot .common_pagination_item>a {
    color: #28AAA8;
    border-color: #28AAA8;
}

@media (pointer: fine) {
    .l_contents.-iot .common_pagination_item>a:hover {
        color: #fff;
        background-color: #28AAA8;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-iot .common_pagination_item>a:hover {
        color: #fff;
        background-color: #28AAA8;
    }
}

@media (pointer: coarse) {
    .l_contents.-iot .common_pagination_item>a:active {
        color: #fff;
        background-color: #28AAA8;
    }
}

.l_contents.-iot .common_pagination_item.-current>a {
    color: #1E1E1E;
    border-color: transparent;
}

@media (pointer: fine) {
    .l_contents.-iot .common_pagination_item.-current>a:hover {
        background-color: transparent;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-iot .common_pagination_item.-current>a:hover {
        background-color: transparent;
    }
}

@media (pointer: coarse) {
    .l_contents.-iot .common_pagination_item.-current>a:active {
        background-color: transparent;
    }
}

.l_contents.-ai .common_title2 {
    border-left-color: #4783BF;
}

.l_contents.-ai .common_title3 {
    color: #4783BF;
}

.l_contents.-ai .common_title3::before {
    background: #4783BF;
}

.l_contents.-ai .common_title3::after {
    background: #4783BF;
}

.l_contents.-ai .common_title_sub.-key {
    color: #4783BF;
}

.l_contents.-ai .common_title_fill {
    color: #4783BF;
    background-color: #ECF2F8;
}

.l_contents.-ai .common_title_border2 {
    color: #4783BF;
    border-bottom-color: #4783BF;
}

.l_contents.-ai .common_title_border3 {
    color: #4783BF;
}

.l_contents.-ai .common_title5 {
    color: #4783BF;
}

.l_contents.-ai .common_title5::before {
    background: #4783BF;
}

.l_contents.-ai .common_title5.-black {
    color: #1E1E1E;
}

.l_contents.-ai .common_title_center {
    color: #4783BF;
}

.l_contents.-ai .common_title_center::after {
    background: #4783BF;
}

.l_contents.-ai .common_link>a::before {
    color: #4783BF;
    border-color: #4783BF;
}

@media (pointer: fine) {
    .l_contents.-ai .common_link>a:hover::before {
        color: #fff;
        background-color: #4783BF;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-ai .common_link>a:hover::before {
        color: #fff;
        background-color: #4783BF;
    }
}

@media (pointer: coarse) {
    .l_contents.-ai .common_link>a:active::before {
        color: #fff;
        background-color: #4783BF;
    }
}

.l_contents.-ai .common_link>li>a::before {
    color: #4783BF;
    border-color: #4783BF;
}

@media (pointer: fine) {
    .l_contents.-ai .common_link>li>a:hover::before {
        color: #fff;
        background-color: #4783BF;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-ai .common_link>li>a:hover::before {
        color: #fff;
        background-color: #4783BF;
    }
}

@media (pointer: coarse) {
    .l_contents.-ai .common_link>li>a:active::before {
        color: #fff;
        background-color: #4783BF;
    }
}

.l_contents.-ai .common_title_border_inner {
    border-bottom-color: #4783BF;
}

.l_contents.-ai .common_title4,
.l_contents.-ai .common_title4 a {
    color: #4783BF;
}

.l_contents.-ai .common_box_title {
    color: #4783BF;
}

.l_contents.-ai .common_box.-key {
    border-color: #4783BF;
}

.l_contents.-ai .common_box.-key-bg {
    background-color: #ECF2F8;
}

.l_contents.-ai .common_box2 {
    background-color: #ECF2F8;
}

.l_contents.-ai .common_box2_title {
    background-color: #4783BF;
}

.l_contents.-ai .common_btn>a,
.l_contents.-ai .common_btn>button {
    color: #4783BF;
    border-color: #4783BF;
}

@media (pointer: fine) {

    .l_contents.-ai .common_btn>a:hover,
    .l_contents.-ai .common_btn>button:hover {
        color: #fff;
        background-color: #4783BF;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-ai .common_btn>a:hover,
    .l_contents.-ai .common_btn>button:hover {
        color: #fff;
        background-color: #4783BF;
    }
}

@media (pointer: coarse) {

    .l_contents.-ai .common_btn>a:active,
    .l_contents.-ai .common_btn>button:active {
        color: #fff;
        background-color: #4783BF;
    }
}

.l_contents.-ai .common_btn.-current>a {
    background-color: #4783BF;
    border-color: #4783BF;
}

.l_contents.-ai .common_btn.-blue>a,
.l_contents.-ai .common_btn.-blue>button {
    color: #4783BF;
    border-color: #4783BF;
}

@media (pointer: fine) {

    .l_contents.-ai .common_btn.-blue>a:hover,
    .l_contents.-ai .common_btn.-blue>button:hover {
        background-color: #4783BF;
        border-color: #4783BF;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-ai .common_btn.-blue>a:hover,
    .l_contents.-ai .common_btn.-blue>button:hover {
        background-color: #4783BF;
        border-color: #4783BF;
    }
}

@media (pointer: coarse) {

    .l_contents.-ai .common_btn.-blue>a:active,
    .l_contents.-ai .common_btn.-blue>button:active {
        background-color: #4783BF;
        border-color: #4783BF;
    }
}

.l_contents.-ai .common_btn.-tel>a.tellink_disable,
.l_contents.-ai .common_btn.-tel>button.tellink_disable {
    color: #fff;
    background-color: #00A2CB;
    border-color: #00A2CB;
}

@media (pointer: fine) {

    .l_contents.-ai .common_btn.-tel>a.tellink_disable:hover,
    .l_contents.-ai .common_btn.-tel>button.tellink_disable:hover {
        color: #fff;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-ai .common_btn.-tel>a.tellink_disable:hover,
    .l_contents.-ai .common_btn.-tel>button.tellink_disable:hover {
        color: #fff;
    }
}

@media (pointer: coarse) {

    .l_contents.-ai .common_btn.-tel>a.tellink_disable:active,
    .l_contents.-ai .common_btn.-tel>button.tellink_disable:active {
        color: #fff;
    }
}

.l_contents.-ai .common_btn.-tel>a.tellink_enable,
.l_contents.-ai .common_btn.-tel>button.tellink_enable {
    color: #fff;
    background-color: #00A2CB;
    border-color: #00A2CB;
}

@media (pointer: fine) {

    .l_contents.-ai .common_btn.-tel>a.tellink_enable:hover,
    .l_contents.-ai .common_btn.-tel>button.tellink_enable:hover {
        color: #00A2CB;
        background-color: #fff;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-ai .common_btn.-tel>a.tellink_enable:hover,
    .l_contents.-ai .common_btn.-tel>button.tellink_enable:hover {
        color: #00A2CB;
        background-color: #fff;
    }
}

@media (pointer: coarse) {

    .l_contents.-ai .common_btn.-tel>a.tellink_enable:active,
    .l_contents.-ai .common_btn.-tel>button.tellink_enable:active {
        color: #00A2CB;
        background-color: #fff;
    }
}

.l_contents.-ai .common_btn.-contact>a,
.l_contents.-ai .common_btn.-contact>button {
    color: #fff;
    background-color: #0D3780;
    border-color: #0D3780;
}

@media (pointer: fine) {

    .l_contents.-ai .common_btn.-contact>a:hover,
    .l_contents.-ai .common_btn.-contact>button:hover {
        color: #0D3780;
        border-color: #0D3780;
        background-color: #fff;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-ai .common_btn.-contact>a:hover,
    .l_contents.-ai .common_btn.-contact>button:hover {
        color: #0D3780;
        border-color: #0D3780;
        background-color: #fff;
    }
}

@media (pointer: coarse) {

    .l_contents.-ai .common_btn.-contact>a:active,
    .l_contents.-ai .common_btn.-contact>button:active {
        color: #0D3780;
        border-color: #0D3780;
        background-color: #fff;
    }
}

.l_contents.-ai .common_btn.-fpga>a,
.l_contents.-ai .common_btn.-fpga>button {
    color: #fff;
}

@media (pointer: fine) {

    .l_contents.-ai .common_btn.-fpga>a:hover,
    .l_contents.-ai .common_btn.-fpga>button:hover {
        color: #0D3780;
        background-color: #fff;
        border-color: #0D3780;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-ai .common_btn.-fpga>a:hover,
    .l_contents.-ai .common_btn.-fpga>button:hover {
        color: #0D3780;
        background-color: #fff;
        border-color: #0D3780;
    }
}

@media (pointer: coarse) {

    .l_contents.-ai .common_btn.-fpga>a:active,
    .l_contents.-ai .common_btn.-fpga>button:active {
        color: #0D3780;
        background-color: #fff;
        border-color: #0D3780;
    }
}

.l_contents.-ai .common_btn.-white>a,
.l_contents.-ai .common_btn.-white>button {
    color: #fff;
    border-color: #fff;
    background: transparent;
}

@media (pointer: fine) {

    .l_contents.-ai .common_btn.-white>a:hover,
    .l_contents.-ai .common_btn.-white>button:hover {
        color: #fff;
        background-color: #4783BF;
        border-color: #4783BF;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-ai .common_btn.-white>a:hover,
    .l_contents.-ai .common_btn.-white>button:hover {
        color: #fff;
        background-color: #4783BF;
        border-color: #4783BF;
    }
}

@media (pointer: coarse) {

    .l_contents.-ai .common_btn.-white>a:active,
    .l_contents.-ai .common_btn.-white>button:active {
        color: #fff;
        background-color: #4783BF;
        border-color: #4783BF;
    }
}

.l_contents.-ai .common_dl.-key>dt {
    color: #4783BF;
}

.l_contents.-ai .common_dl_line {
    background: -webkit-linear-gradient(transparent 30%, #ECF2F8 0%);
    background: linear-gradient(transparent 30%, #ECF2F8 0%);
}

.l_contents.-ai .common_dl3.-key>dt {
    color: #4783BF;
}

.l_contents.-ai .common_event_header_title {
    color: #4783BF;
}

.l_contents.-ai .common_fancy.-icon>a::before {
    color: #4783BF;
}

.l_contents.-ai .common_faq_title::before {
    color: #4783BF;
}

.l_contents.-ai .common_faq_title::after {
    color: #4783BF;
    border-color: #4783BF;
}

@media (pointer: fine) {
    .l_contents.-ai .common_faq_title:hover {
        color: #4783BF;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-ai .common_faq_title:hover {
        color: #4783BF;
    }
}

@media (pointer: coarse) {
    .l_contents.-ai .common_faq_title:active {
        color: #4783BF;
    }
}

.l_contents.-ai .common_faq_body_inner::before {
    color: #4783BF;
}

.l_contents.-ai .common_lead {
    color: #4783BF;
}

.l_contents.-ai .common_lead.-black {
    color: #1E1E1E;
}

.l_contents.-ai .common_lead2 {
    color: #4783BF;
}

.l_contents.-ai .common_list>li::before {
    background: #4783BF;
}

.l_contents.-ai .common_check>li::before {
    color: #4783BF;
}

.l_contents.-ai .common_local #subnav_title::after {
    background: #4783BF;
}

@media (pointer: fine) {

    .l_contents.-ai .common_local #subnav>ul>li>a:hover,
    .l_contents.-ai .common_local .common_local_inner>ul>li>a:hover {
        background-color: #4783BF;
    }
}

@media (-ms-high-contrast: none) {

    .l_contents.-ai .common_local #subnav>ul>li>a:hover,
    .l_contents.-ai .common_local .common_local_inner>ul>li>a:hover {
        background-color: #4783BF;
    }
}

@media (pointer: coarse) {

    .l_contents.-ai .common_local #subnav>ul>li>a:active,
    .l_contents.-ai .common_local .common_local_inner>ul>li>a:active {
        background-color: #4783BF;
    }
}

.l_contents.-ai .common_local #subnav>ul>li.current>a,
.l_contents.-ai .common_local .common_local_inner>ul>li.current>a {
    background-color: #4783BF;
}

@media screen and (max-width: 767px) and (pointer: fine) {
    .l_contents.-ai .common_local_btn>a:hover {
        background-color: #4783BF;
    }
}

@media screen and (max-width: 767px) and (-ms-high-contrast: none) {
    .l_contents.-ai .common_local_btn>a:hover {
        background-color: #4783BF;
    }
}

@media screen and (max-width: 767px) and (pointer: coarse) {
    .l_contents.-ai .common_local_btn>a:active {
        background-color: #4783BF;
    }
}

.l_contents.-ai .common_local_list>li>a {
    color: #4783BF;
}

@media (pointer: fine) {
    .l_contents.-ai .common_local_list>li>a:hover {
        color: #fff;
        background-color: #4783BF;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-ai .common_local_list>li>a:hover {
        color: #fff;
        background-color: #4783BF;
    }
}

@media (pointer: coarse) {
    .l_contents.-ai .common_local_list>li>a:active {
        color: #fff;
        background-color: #4783BF;
    }
}

.l_contents.-ai .common_local_list>li.current>a {
    color: #fff;
    background-color: #4783BF;
}

.l_contents.-ai .common_media_category {
    color: #4783BF;
    border-bottom-color: #4783BF;
}

.l_contents.-ai .common_media_title>a {
    color: #4783BF;
}

.l_contents.-ai .common_order>li::before {
    color: #0D3780;
}

.l_contents.-ai .common_pagelink_title::after {
    background: #4783BF;
}

.l_contents.-ai .common_pagelink_list_item>a::after {
    color: #4783BF;
}

@media (pointer: fine) {
    .l_contents.-ai .common_pagelink_list_item>a:hover {
        background-color: #4783BF;
    }

    .l_contents.-ai .common_pagelink_list_item>a:hover::after {
        color: #fff;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-ai .common_pagelink_list_item>a:hover {
        background-color: #4783BF;
    }

    .l_contents.-ai .common_pagelink_list_item>a:hover::after {
        color: #fff;
    }
}

@media (pointer: coarse) {
    .l_contents.-ai .common_pagelink_list_item>a:active {
        background-color: #4783BF;
    }

    .l_contents.-ai .common_pagelink_list_item>a:active::after {
        color: #fff;
    }
}

.l_contents.-ai .common_photolink.biggerlink .common_photolink_label>a::before {
    color: #4783BF;
    border-color: #4783BF;
}

@media (pointer: fine) {
    .l_contents.-ai .common_photolink.biggerlink:hover .common_photolink_label {
        color: #4783BF;
    }

    .l_contents.-ai .common_photolink.biggerlink:hover .common_photolink_label>a::before {
        color: #fff;
        background-color: #4783BF;
    }

    .l_contents.-ai .common_photolink.biggerlink:hover .common_photolink_text,
    .l_contents.-ai .common_photolink.biggerlink:hover .common_photolink_dl {
        color: #4783BF;
    }

    .l_contents.-ai .common_photolink.biggerlink:hover .common_link>a::before {
        color: #fff;
        background-color: #4783BF;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-ai .common_photolink.biggerlink:hover .common_photolink_label {
        color: #4783BF;
    }

    .l_contents.-ai .common_photolink.biggerlink:hover .common_photolink_label>a::before {
        color: #fff;
        background-color: #4783BF;
    }

    .l_contents.-ai .common_photolink.biggerlink:hover .common_photolink_text,
    .l_contents.-ai .common_photolink.biggerlink:hover .common_photolink_dl {
        color: #4783BF;
    }

    .l_contents.-ai .common_photolink.biggerlink:hover .common_link>a::before {
        color: #fff;
        background-color: #4783BF;
    }
}

@media (pointer: coarse) {
    .l_contents.-ai .common_photolink.biggerlink:active .common_photolink_label {
        color: #4783BF;
    }

    .l_contents.-ai .common_photolink.biggerlink:active .common_photolink_label>a::before {
        color: #fff;
        background-color: #4783BF;
    }

    .l_contents.-ai .common_photolink.biggerlink:active .common_photolink_text,
    .l_contents.-ai .common_photolink.biggerlink:active .common_photolink_dl {
        color: #4783BF;
    }

    .l_contents.-ai .common_photolink.biggerlink:active .common_link>a::before {
        color: #fff;
        background-color: #4783BF;
    }
}

.l_contents.-ai .common_photolink_tag>li {
    background-color: #4783BF;
}

.l_contents.-ai .common_table caption {
    color: #4783BF;
}

.l_contents.-ai .common_table th {
    background-color: #ECF2F8;
}

.l_contents.-ai .common_table th.common_table_head {
    background: #4783BF;
}

.l_contents.-ai .common_table thead th {
    background: #4783BF;
}

.l_contents.-ai .common_table2 caption {
    color: #4783BF;
}

.l_contents.-ai .common_widget_title {
    color: #4783BF;
}

.l_contents.-ai .common_nav_item>a {
    color: #4783BF;
    border-color: #4783BF;
}

@media (pointer: fine) {
    .l_contents.-ai .common_nav_item>a:hover {
        color: #fff;
        background-color: #4783BF;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-ai .common_nav_item>a:hover {
        color: #fff;
        background-color: #4783BF;
    }
}

@media (pointer: coarse) {
    .l_contents.-ai .common_nav_item>a:active {
        color: #fff;
        background-color: #4783BF;
    }
}

.l_contents.-ai .common_nav_item.current>a {
    color: #fff;
    background-color: #4783BF;
}

.l_contents.-ai .common_key {
    color: #4783BF;
}

@media (pointer: fine) {
    .l_contents.-ai .common_topics .rss_title>a:hover {
        color: #4783BF;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-ai .common_topics .rss_title>a:hover {
        color: #4783BF;
    }
}

@media (pointer: coarse) {
    .l_contents.-ai .common_topics .rss_title>a:active {
        color: #4783BF;
    }
}

.l_contents.-ai .common_topics .rss_title>a .icon {
    color: #4783BF;
    border: 1px solid #4783BF;
}

.l_contents.-ai .common_img_title.-key {
    color: #4783BF;
}

.l_contents.-ai .common_case_title::after {
    background: #4783BF;
}

.l_contents.-ai .common_case_dl>dt {
    color: #4783BF;
}

@media (pointer: fine) {
    .l_contents.-ai .common_case.biggerlink:hover .common_link>a {
        text-decoration: none;
    }

    .l_contents.-ai .common_case.biggerlink:hover .common_link>a::before {
        color: #fff;
        background-color: #4783BF;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-ai .common_case.biggerlink:hover .common_link>a {
        text-decoration: none;
    }

    .l_contents.-ai .common_case.biggerlink:hover .common_link>a::before {
        color: #fff;
        background-color: #4783BF;
    }
}

@media (pointer: coarse) {
    .l_contents.-ai .common_case.biggerlink:active .common_link>a {
        text-decoration: none;
    }

    .l_contents.-ai .common_case.biggerlink:active .common_link>a::before {
        color: #fff;
        background-color: #4783BF;
    }
}

.l_contents.-ai .common_pagination_item>a {
    color: #4783BF;
    border-color: #4783BF;
}

@media (pointer: fine) {
    .l_contents.-ai .common_pagination_item>a:hover {
        color: #fff;
        background-color: #4783BF;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-ai .common_pagination_item>a:hover {
        color: #fff;
        background-color: #4783BF;
    }
}

@media (pointer: coarse) {
    .l_contents.-ai .common_pagination_item>a:active {
        color: #fff;
        background-color: #4783BF;
    }
}

.l_contents.-ai .common_pagination_item.-current>a {
    color: #1E1E1E;
    border-color: transparent;
}

@media (pointer: fine) {
    .l_contents.-ai .common_pagination_item.-current>a:hover {
        background-color: transparent;
    }
}

@media (-ms-high-contrast: none) {
    .l_contents.-ai .common_pagination_item.-current>a:hover {
        background-color: transparent;
    }
}

@media (pointer: coarse) {
    .l_contents.-ai .common_pagination_item.-current>a:active {
        background-color: transparent;
    }
}



body#top .mediab {
    /*padding-bottom: 80px;*/
}

.mediab a {
    text-decoration: none;
}

.mediab a:hover {
    text-decoration-color: #555555;
}

.mediab_left {
    height: 180px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.time_cate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 15px;
}

.mtime {
    font-size: 13px;
    color: #555555;
    display: block;
    margin-right: 20px;
}

.mcategory .mcategory_top span {
    color: #FFF;
    padding: 6px 10px;
    font-size: 13px;
    line-height: 1.4;
    display: inline-block;
}

.mcategory .mcategory_top .techinfo {
    background-color: #ff6a6a;
}

.mcategory .mcategory_top .column {
    background-color: #727984;
}

.mcategory .mcategory_top .productinfo {
    background-color: #cac003;
}

.mcategory .mcategory_top .case {
    background-color: #0e928f;
}
.mcategory .mcategory_top .seminar {
    background-color: #e4608e;
}

.mtitle {
    line-height: 1.4;
}

.mtxt {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.4;
    margin-top: 10px;
}

.mediab a:hover .mtitle,
.mediab a:hover .mtxt {
    text-decoration: underline;
}

.mtag .mtagin {
    line-height: 1.4;
    padding: 3px 6px;
    font-size: 13px;
    color: #0D3780;
    background-color: #FFF;
    border: 1px solid;
}
.common_header {z-index: 0;}
.common_widget{
z-index: 2;
}



#megamenuBusiness .l_megamenu_row_item.w25{
    width: 25%;
}

#megamenuBusiness .l_megamenu_row_item.w50{
    width: 50%;
}

#megamenuBusiness .l_megamenu_row_item.w50 .l_megamenu_list_body{
    display: flex;
}

#megamenuBusiness .l_megamenu_list_block{
    width: 50%;
}