﻿html {
    width: 100%;
    height: 100%
}

body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    color: #222;
    background-color: #fff
}

body.fixed {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden
}

a:link,
a:active,
a:hover,
a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none !important;
    -moz-outline-style: none
}

#override img {
    display: inline;
    vertical-align: middle;
    width: 100%;
    height: auto
}

#override a img {
    border: none
}

html.ccm-panel-right div#ccm-dashboard-content {
    padding-bottom: 100px
}

.ccm-toolbar-visible #override header {
    top: 48px
}

.ccm-toolbar-visible.ccm-panel-open #ccm-panel-page header,
.ccm-toolbar-visible.ccm-panel-open #ccm-panel-add-block header {
    position: relative;
    display: block;
    top: 0;
    background-color: rgba(0, 0, 0, 0);
    z-index: auto
}

#override .container {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1320px
}

#override .sub-container {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

#override .container .row {
    margin-left: -15px;
    margin-right: -15px
}

#override .container .row>* {
    padding-left: 15px;
    padding-right: 15px
}

@media screen and (max-width: 767px) {
    #override .container .row {
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (max-width: 1199px) {
    #override .container {
        max-width: 1140px
    }
}

@media screen and (max-width: 991px) {
    #override .container {
        max-width: 960px
    }
}

@media screen and (max-width: 767px) {
    #override .container {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 720px
    }
}

@media screen and (max-width: 575px) {
    #override .container {
        max-width: 540px
    }
}

#override .container_wrap {
    position: relative;
    display: block;
    margin: 0;
    padding: 120px 0;
    background-color: rgba(0, 0, 0, 0)
}

@media screen and (max-width: 1199px) {
    #override .container_wrap {
        padding: 100px 0
    }
}

@media screen and (max-width: 991px) {
    #override .container_wrap {
        padding: 80px 0
    }
}

@media screen and (max-width: 767px) {
    #override .container_wrap {
        padding: 60px 0
    }
}

@media screen and (max-width: 575px) {
    #override .container_wrap {
        padding: 50px 0
    }
}

#override .container_wrap.bg_header {
    background-color: #e4e4e4
}

#override .container_wrap.bg_light {
    background-color: #f9f9f9
}

#override .container_wrap.bg_dark {
    background-color: #4d5059
}

#override .container_wrap.bg_spot {
    background-color: #c5dbe8
}

#override .container_wrap .container.product_main {
    margin-top: -40px;
    margin-bottom: -120px
}

@media screen and (max-width: 1199px) {
    #override .container_wrap .container.product_main {
        margin-top: -20px;
        margin-bottom: -100px
    }
}

@media screen and (max-width: 991px) {
    #override .container_wrap .container.product_main {
        margin-top: 0;
        margin-bottom: -80px
    }
}

@media screen and (max-width: 767px) {
    #override .container_wrap .container.product_main {
        margin-bottom: -60px
    }
}

@media screen and (max-width: 575px) {
    #override .container_wrap .container.product_main {
        margin-bottom: -50px
    }
}

#override .container_wrap .container.resin_main {
    margin-top: -80px
}

@media screen and (max-width: 1199px) {
    #override .container_wrap .container.resin_main {
        margin-top: -60px
    }
}

@media screen and (max-width: 991px) {
    #override .container_wrap .container.resin_main {
        margin-top: -40px
    }
}

@media screen and (max-width: 767px) {
    #override .container_wrap .container.resin_main {
        margin-top: -20px
    }
}

@media screen and (max-width: 575px) {
    #override .container_wrap .container.resin_main {
        margin-top: -10px
    }
}

#override .container_wrap .container.resin_main_sub {
    margin-top: -120px
}

#override .bg .container_wrap.bg_light,
#override .bg .container_wrap.bg_dark,
#override .bg .container_wrap.bg_spot {
    background-color: #fff
}

#override {
    position: relative;
    display: block;
    background-color: #fff
}

#override .header_cover {
    position: relative;
    display: block;
    content: "";
    width: 100%;
    height: 150px;
    background-color: #02051d
}

#override header {
    position: sticky;
    display: block;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #02051d;
    z-index: 10
}

#override header #top_bar {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 10px 30px;
    width: 100%;
    height: 50px;
    background-color: #164889
}

@media screen and (max-width: 575px) {
    #override header #top_bar {
        padding: 10px 15px
    }
}

#override header #top_bar .area_left {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 767px) {
    #override header #top_bar .area_left {
        width: 100%
    }
}

#override header #top_bar .area_left h1.site_title,
#override header #top_bar .area_left .site_title {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: normal;
    font-size: .875rem;
    line-height: 1.5
}

#override header #top_bar .area_right {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 767px) {
    #override header #top_bar .area_right {
        display: none
    }
}

#override header #top_bar .area_right .topbar_navi {
    position: relative;
    display: block;
    text-align: right
}

@media screen and (max-width: 767px) {
    #override header #top_bar .area_right .topbar_navi {
        display: none
    }
}

#override header #top_bar .area_right .topbar_navi span {
    position: relative;
    display: inline-block;
    margin-right: 5px
}

#override header #top_bar .area_right .topbar_navi span:last-child {
    margin-right: 0
}

#override header #top_bar .area_right .topbar_navi span a {
    display: block;
    margin: 0;
    padding: 0 .5em;
    color: #fff;
    font-size: .875rem;
    line-height: 1.5;
    transition: .4s ease
}

@media(min-width: 992px)and (max-width: 1199px) {
    #override header #top_bar .area_right .topbar_navi span a {
        font-size: 12.5px
    }
}

#override header #top_bar .area_right .topbar_navi span a:hover {
    color: #e4e4e4;
    text-decoration: none;
    transition: .4s ease
}

#override header #top_bar .area_right .topbar_navi span a::before {
    display: inline-block;
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "";
    font-size: .875rem;
    transition: .4s ease
}

#override header #top_bar .area_right .topbar_navi span.si {
    position: relative;
    display: inline-block
}

#override header #top_bar .area_right .topbar_navi span.si a.social-icon {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 9px 0;
    width: 34px;
    height: 34px;
    background-color: #08346D;
    border: none;
    color: #fff;
    border-radius: 6px;
    font-size: 1rem;
    line-height: 1 !important;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    transition: .4s ease
}

#override header #top_bar .area_right .topbar_navi span.si a.social-icon:hover {
    background-color: #02051d;
    transition: .4s ease
}

#override header #top_bar .area_right .topbar_navi span.si a.social-icon>i.fa-x-twitter,
#override header #top_bar .area_right .topbar_navi span.si a.social-icon>i.fa-instagram {
    display: inline-block;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: "Font Awesome 6 Brands" !important;
    text-align: center
}

#override header #top_bar .area_right .topbar_navi span.si a.social-icon::before {
    display: none;
    margin: 0;
    content: none
}

#override header #top_bar .area_right #header_search,
#override header #top_bar .area_left #header_search_sp {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 34px
}

#override header #top_bar .area_right #header_search input[type=text],
#override header #top_bar .area_left #header_search_sp input[type=text] {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    padding: 3px 30px 3px 4px;
    width: 0px;
    height: 34px;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 0;
    outline: none;
    color: #fff;
    z-index: 3;
    box-shadow: none;
    transition: width .4s cubic-bezier(0, 0.795, 0, 1);
    cursor: pointer
}

#override header #top_bar .area_right #header_search input[type=text]:hover,
#override header #top_bar .area_left #header_search_sp input[type=text]:hover {
    border-bottom: none
}

#override header #top_bar .area_right #header_search input[type=text]:hover+input[type=submit],
#override header #top_bar .area_left #header_search_sp input[type=text]:hover+input[type=submit] {
    background-color: #02051d;
    transition: .4s ease
}

#override header #top_bar .area_right #header_search input[type=text]:focus,
#override header #top_bar .area_left #header_search_sp input[type=text]:focus {
    width: 100%;
    z-index: 1;
    background-color: #164889;
    border-bottom: 1px solid #fff;
    cursor: text
}

#override header #top_bar .area_right #header_search input[type=text]:focus+input[type=submit],
#override header #top_bar .area_left #header_search_sp input[type=text]:focus+input[type=submit] {
    background-image: url("/application/files/img/icon_close.svg");
    background-color: rgba(0, 0, 0, 0);
    background-size: 14px 14px
}

#override header #top_bar .area_right #header_search input[type=text]:focus+input[type=submit]:hover,
#override header #top_bar .area_left #header_search_sp input[type=text]:focus+input[type=submit]:hover {
    opacity: .8;
    background-color: rgba(0, 0, 0, 0)
}

#override header #top_bar .area_right #header_search input[type=text]::placeholder,
#override header #top_bar .area_left #header_search_sp input[type=text]::placeholder {
    color: rgba(255, 255, 255, .5)
}

#override header #top_bar .area_right #header_search input[type=submit],
#override header #top_bar .area_left #header_search_sp input[type=submit] {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    color: #fff;
    font-size: 1rem;
    background-image: url("/application/files/img/icon_search.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-color: #08346D;
    border: none;
    border-radius: 6px;
    text-indent: -9999px;
    z-index: 2;
    opacity: 1;
    cursor: pointer;
    transition: .4s ease
}

#override header #top_bar .area_right #header_search input[type=submit]:hover,
#override header #top_bar .area_left #header_search_sp input[type=submit]:hover {
    transition: .4s ease
}

#override header #top_bar .area_left #header_search_sp {
    display: none
}

@media screen and (max-width: 767px) {
    #override header #top_bar .area_right #header_search {
        display: none
    }

    #override header #top_bar .area_left #header_search_sp {
        display: block;
        top: -4px
    }
}

#override header #header {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100px;
    background-color: #02051d;
    transition: height .4s ease
}

#override header #header #logo {
    position: absolute;
    display: block;
    top: 50%;
    left: 30px;
    width: 280px;
    transform: translateY(-50%);
    z-index: 1;
    transition: .4s ease
}

@media screen and (max-width: 575px) {
    #override header #header #logo {
        width: 250px;
        left: 15px
    }
}

#override header #header #logo a {
    position: relative;
    display: block
}

#override header #header #logo a img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    transition: .4s ease
}

#override header #header #global_navi {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #02051d;
    transition: .4s ease
}

#override header #header #global_navi nav#gnav {
    position: relative;
    display: block;
    margin: 0 30px 0 0;
    padding: 0;
    width: 100%;
    text-align: right
}

@media screen and (max-width: 1480px) {
    #override header #header #global_navi nav#gnav {
        display: none
    }
}

#override header #header #global_navi nav#gnav ul#nav_list {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none;
    touch-action: pan-y
}

#override header #header #global_navi nav#gnav ul#nav_list li.main_nav {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    padding: 0;
    height: 100px;
    font-size: .875rem;
    transition: .4s ease
}

@media screen and (max-width: 1399px) {
    #override header #header #global_navi nav#gnav ul#nav_list li.main_nav {
        margin-left: 0
    }
}

#override header #header #global_navi nav#gnav ul#nav_list li.main_nav:nth-child(2) {
    margin-left: 0
}

#override header #header #global_navi nav#gnav ul#nav_list li.main_nav.nav_item_z {
    display: none
}

#override header #header #global_navi nav#gnav ul#nav_list li.main_nav a {
    display: block;
    margin-top: 34px;
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff;
    font-size: .875rem;
    transition: .4s ease
}

@media(min-width: 992px)and (max-width: 1199px) {
    #override header #header #global_navi nav#gnav ul#nav_list li.main_nav a {
        padding: 5px 8px;
        font-size: 12.5px
    }
}

#override header #header #global_navi nav#gnav ul#nav_list li.main_nav a.current {
    background-color: #164889
}

#override header #header #global_navi nav#gnav ul#nav_list li.main_nav:hover>a {
    background-color: #164889;
    text-decoration: none
}

#override header #header #global_navi nav#gnav ul#nav_list li.main_nav.mega-menu {
    position: relative
}

#override header #header #global_navi nav#gnav ul#nav_list li.main_nav.mega-menu i {
    display: none
}

#override header #header #global_navi nav#gnav ul#nav_list li.main_nav.cart a {
    position: relative;
    background-color: #164889;
    border-radius: 100em;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    gap: 6px;
}
#override header #header #global_navi nav#gnav ul#nav_list li.main_nav.cart a::after {
    content: "f35d";
    display: inline-block;
    width: 20px;
    aspect-ratio: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
}
#override header #header #global_navi nav#gnav ul#nav_list li.main_nav.mega-menu .mega-menu-content {
    position: absolute;
    display: none;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 10px;
    width: 100vw;
    max-width: 920px;
    background-color: rgba(2, 5, 29, .95);
    border: none;
    border-top: 1px solid #164889;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, .05);
    z-index: 100;
    animation-name: mega-fadeIn;
    animation-duration: .6s;
    animation-fill-mode: forwards
}

#override header #header #global_navi nav#gnav ul#nav_list li.main_nav.mega-menu .mega-menu-content.is_open {
    display: block
}

#override header #header #global_navi nav#gnav ul#nav_list li.main_nav.mega-menu .mega-menu-content .mega-menu-inner {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 100%
}

#override header #header #global_navi nav#gnav ul#nav_list li.main_nav.mega-menu .mega-menu-content .mega-menu-inner ul.mega-menu-column {
    position: relative;
    display: block;
    margin: 0;
    padding: 10px 20px;
    border: 0;
    list-style: none
}

#override header #header #global_navi nav#gnav ul#nav_list li.main_nav.mega-menu .mega-menu-content .mega-menu-inner ul.mega-menu-column li.sub_menu_title {
    position: relative;
    display: block;
    margin: 0;
    padding: .5em;
    color: #fff;
    font-size: .875rem;
    text-align: left
}

#override header #header #global_navi nav#gnav ul#nav_list li.main_nav.mega-menu .mega-menu-content .mega-menu-inner ul.mega-menu-column li.sub_menu_title::before {
    display: inline-block;
    margin-right: 10px;
    width: 3px;
    height: 20px;
    background-color: #08346D;
    content: "";
    vertical-align: middle
}

#override header #header #global_navi nav#gnav ul#nav_list li.main_nav.mega-menu .mega-menu-content .mega-menu-inner ul.mega-menu-column li.sub_menu_title ul.nav_list_sub {
    position: relative;
    display: block;
    margin: .8em 0 0 0;
    padding: .8em 0 0 0;
    border-top: 1px solid #373841;
    list-style: none
}

#override header #header #global_navi nav#gnav ul#nav_list li.main_nav.mega-menu .mega-menu-content .mega-menu-inner ul.mega-menu-column li.sub_menu_title ul.nav_list_sub li.sub_menu {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    text-align: left
}

#override header #header #global_navi nav#gnav ul#nav_list li.main_nav.mega-menu .mega-menu-content .mega-menu-inner ul.mega-menu-column li.sub_menu_title ul.nav_list_sub li.sub_menu a {
    display: block;
    margin: 0;
    padding: 10px 10px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    color: #fff;
    font-size: .875rem;
    transition: .4s ease
}

#override header #header #global_navi nav#gnav ul#nav_list li.main_nav.mega-menu .mega-menu-content .mega-menu-inner ul.mega-menu-column li.sub_menu_title ul.nav_list_sub li.sub_menu a:hover {
    padding-left: 1em;
    border: 1px solid #164889;
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none
}

#override header #header #global_navi nav#gnav ul#nav_list li.main_nav.mega-menu .mega-menu-content .mega-menu-inner ul.mega-menu-column li.sub_menu_title ul.nav_list_sub li.sub_menu a::before {
    display: inline-block;
    margin-right: 8px;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    content: ""
}

#override header #header #global_navi nav#gnav ul#nav_list li.main_nav.mega-menu .mega-menu-content .mega-menu-inner ul.mega-menu-column li.sub_menu_title ul.nav_list_sub li.sub_menu a.arco_fdm::after {
    display: inline-block;
    margin-left: 1em;
    padding: .2em .5em .1em;
    background-color: #164889;
    border-radius: 2px;
    font-size: 80%;
    color: #fff;
    content: "New";
    line-height: 1
}

#override header #header #global_navi nav#gnav ul#nav_list li.main_nav.mega-menu .mega-menu-content .mega-menu-inner ul.mega-menu-column li.sub_menu_title ul.nav_list_sub li.sub_menu.nav-selected a {
    padding-left: 1em;
    border: 1px solid #02051d;
    background-color: #08346D
}

#override header #header #global_navi nav#gnav ul#nav_list li.main_nav.mega-menu .mega-menu-content .mega-menu-inner.mega_col1 ul.mega-menu-column {
    width: 100%
}

#override header #header #global_navi nav#gnav ul#nav_list li.main_nav.mega-menu .mega-menu-content .mega-menu-inner.mega_col2 ul.mega-menu-column {
    width: 50%
}

#override header #header #global_navi nav#gnav ul#nav_list li.main_nav.mega-menu .mega-menu-content .mega-menu-inner.mega_col3 ul.mega-menu-column {
    width: 33.3333333333%
}

#override header #header #global_navi nav#gnav ul#nav_list li.main_nav.mega-menu .mega-menu-content .mega-menu-inner.mega_col4 ul.mega-menu-column {
    width: 33.3333333333%
}

#override header #header #global_navi nav#gnav ul#nav_list li.main_nav.mega-menu .mega-menu-content .mega-menu-inner.mega_col5 ul.mega-menu-column {
    width: 20%
}

#override header #header #global_navi nav#gnav ul#nav_list li.main_nav.mega-menu .mega-menu-content .mega-menu-inner.mega_col6 ul.mega-menu-column {
    width: 16.6666666667%
}

#override header #header #global_navi nav#gnav ul#nav_list li.main_nav.nav_service.mega-menu .mega-menu-content {
    max-width: 23em
}

#override header #header #global_navi nav#gnav ul#nav_list li.main_nav.nav_service.mega-menu .mega-menu-content .mega-menu-inner ul.mega-menu-column li.sub_menu_service {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    text-align: left
}

#override header #header #global_navi nav#gnav ul#nav_list li.main_nav.nav_service.mega-menu .mega-menu-content .mega-menu-inner ul.mega-menu-column li.sub_menu_service a {
    display: block;
    margin: 0;
    padding: 10px 10px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    color: #fff;
    font-size: .875rem;
    transition: .4s ease
}

#override header #header #global_navi nav#gnav ul#nav_list li.main_nav.nav_service.mega-menu .mega-menu-content .mega-menu-inner ul.mega-menu-column li.sub_menu_service a:hover {
    padding-left: 1em;
    border: 1px solid #164889;
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none
}

#override header #header #global_navi nav#gnav ul#nav_list li.main_nav.nav_service.mega-menu .mega-menu-content .mega-menu-inner ul.mega-menu-column li.sub_menu_service a::before {
    display: inline-block;
    margin-right: 8px;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    content: ""
}

@media screen and (max-width: 1480px) {
    #override header #header #global_navi nav#gnav.gnav.active {
        position: absolute;
        display: block;
        margin: 0;
        padding: 0;
        top: 100px;
        width: 100vw;
        height: auto;
        background-color: rgba(2, 5, 29, .95);
        border-top: 1px solid #08346D;
        animation-name: mega-fadeIn;
        animation-duration: .6s;
        animation-fill-mode: forwards;
        transition: .4s ease
    }

    #override header #header #global_navi nav#gnav.gnav.active ul#nav_list {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding-bottom: 60px;
        text-align: left;
        width: 100%;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch
    }

    #override header #header #global_navi nav#gnav.gnav.active ul#nav_list::-webkit-scrollbar {
        display: none
    }
}

@media screen and (max-width: 1480px)and (max-width: 767px) {
    #override header #header #global_navi nav#gnav.gnav.active ul#nav_list {
        /* height: calc(100vh - 110px); */
        /* height: calc(100dvh - 110px); */
    }
}

@media screen and (max-width: 1480px) {
    #override header #header #global_navi nav#gnav.gnav.active ul#nav_list li.main_nav {
        position: relative;
        display: block;
        margin: 0;
        padding: 0;
        width: 50%;
        height: auto;
        border-bottom: 1px solid #472d34
    }
}

@media screen and (max-width: 1480px)and (max-width: 767px) {
    #override header #header #global_navi nav#gnav.gnav.active ul#nav_list li.main_nav {
        width: 100%
    }
}

@media screen and (max-width: 1480px) {
    #override header #header #global_navi nav#gnav.gnav.active ul#nav_list li.main_nav.nav_item_z {
        display: block
    }

    #override header #header #global_navi nav#gnav.gnav.active ul#nav_list li.main_nav.about {
        display: none
    }

    #override header #header #global_navi nav#gnav.gnav.active ul#nav_list li.main_nav a {
        display: block;
        margin: 0;
        padding: 15px 15px 15px 2em;
        border-radius: 0;
        color: #fff;
        font-size: .875rem;
        transition: .4s ease
    }
    #override header #header #global_navi nav#gnav ul#nav_list li.main_nav.cart a {
        background-color: #0f1229;
    }
    #override header #header #global_navi nav#gnav ul#nav_list li.main_nav.cart a::after {
        margin-left: 1em;
    }
    #override header #header #global_navi nav#gnav.gnav.active ul#nav_list li.main_nav a.current {
        background-color: #164889
    }

    #override header #header #global_navi nav#gnav.gnav.active ul#nav_list li.main_nav a span::before {
        display: inline-block;
        margin-right: 8px;
        font-family: "Font Awesome 5 Free" !important;
        font-weight: 900;
        content: "";
        color: #fff
    }

    #override header #header #global_navi nav#gnav.gnav.active ul#nav_list li.main_nav:hover>a {
        background-color: #164889;
        text-decoration: none
    }

    #override header #header #global_navi nav#gnav.gnav.active ul#nav_list li.main_nav.mega-menu {
        position: relative
    }

    #override header #header #global_navi nav#gnav.gnav.active ul#nav_list li.main_nav.mega-menu i {
        position: absolute;
        display: inline-block;
        top: 0;
        right: 0;
        margin: 0;
        padding: 14px 40px;
        vertical-align: middle;
        cursor: pointer;
        pointer-events: auto;
        z-index: 1
    }
}

@media screen and (max-width: 1480px)and (max-width: 575px) {
    #override header #header #global_navi nav#gnav.gnav.active ul#nav_list li.main_nav.mega-menu i {
        padding-right: 20px
    }
}

@media screen and (max-width: 1480px) {
    #override header #header #global_navi nav#gnav.gnav.active ul#nav_list li.main_nav.mega-menu i::before {
        position: relative;
        display: inline-block;
        content: "＋";
        color: #fff;
        font-style: normal
    }

    #override header #header #global_navi nav#gnav.gnav.active ul#nav_list li.main_nav.mega-menu.is_active i::before {
        content: "－"
    }

    #override header #header #global_navi nav#gnav.gnav.active ul#nav_list li.main_nav.mega-menu:not(.is_active)>a {
        background-color: rgba(0, 0, 0, 0)
    }

    #override header #header #global_navi nav#gnav.gnav.active ul#nav_list li.main_nav.mega-menu:not(.is_active)>a:hover {
        background-color: #08346D
    }

    #override header #header #global_navi nav#gnav.gnav.active ul#nav_list li.main_nav.mega-menu .mega-menu-content {
        position: relative;
        display: none;
        top: 0;
        left: 0;
        transform: none;
        margin: 0;
        padding: 10px;
        width: 100%;
        min-width: 100%;
        background-color: rgba(0, 0, 0, 0);
        border: none;
        border-top: 1px solid #164889;
        border-radius: 0;
        box-shadow: none;
        z-index: inherit;
        animation: none
    }

    #override header #header #global_navi nav#gnav.gnav.active ul#nav_list li.main_nav.mega-menu .mega-menu-content.is_open {
        display: block
    }

    #override header #header #global_navi nav#gnav.gnav.active ul#nav_list li.main_nav.mega-menu .mega-menu-content .mega-menu-inner {
        position: relative;
        display: block;
        width: 100%
    }

    #override header #header #global_navi nav#gnav.gnav.active ul#nav_list li.main_nav.mega-menu .mega-menu-content .mega-menu-inner ul.mega-menu-column {
        position: relative;
        display: block;
        margin: 0;
        padding: 10px 20px;
        border: 0;
        list-style: none
    }

    #override header #header #global_navi nav#gnav.gnav.active ul#nav_list li.main_nav.mega-menu .mega-menu-content .mega-menu-inner ul.mega-menu-column li.sub_menu_title {
        position: relative;
        display: block;
        margin: 0;
        padding: .5em;
        color: #fff;
        font-size: .875rem;
        text-align: left
    }

    #override header #header #global_navi nav#gnav.gnav.active ul#nav_list li.main_nav.mega-menu .mega-menu-content .mega-menu-inner ul.mega-menu-column li.sub_menu_title ul.nav_list_sub {
        position: relative;
        display: block;
        margin: .8em 0 0 0;
        padding: .8em 0 0 0;
        border-top: 1px solid #373841;
        list-style: none
    }

    #override header #header #global_navi nav#gnav.gnav.active ul#nav_list li.main_nav.mega-menu .mega-menu-content .mega-menu-inner ul.mega-menu-column li.sub_menu_title ul.nav_list_sub li.sub_menu {
        position: relative;
        display: block;
        margin: 0;
        padding: 0;
        text-align: left
    }

    #override header #header #global_navi nav#gnav.gnav.active ul#nav_list li.main_nav.mega-menu .mega-menu-content .mega-menu-inner ul.mega-menu-column li.sub_menu_title ul.nav_list_sub li.sub_menu a {
        display: block;
        margin: 0;
        padding: 10px 10px;
        border: 1px solid rgba(0, 0, 0, 0);
        border-radius: 0;
        color: #fff;
        font-size: .875rem;
        transition: .4s ease
    }

    #override header #header #global_navi nav#gnav.gnav.active ul#nav_list li.main_nav.mega-menu .mega-menu-content .mega-menu-inner ul.mega-menu-column li.sub_menu_title ul.nav_list_sub li.sub_menu a:hover {
        padding-left: 1em;
        border: 1px solid #164889;
        background-color: rgba(0, 0, 0, 0);
        text-decoration: none
    }

    #override header #header #global_navi nav#gnav.gnav.active ul#nav_list li.main_nav.mega-menu .mega-menu-content .mega-menu-inner ul.mega-menu-column li.sub_menu_title ul.nav_list_sub li.sub_menu a::before {
        display: inline-block;
        margin-right: 8px;
        font-family: "Font Awesome 5 Free" !important;
        font-weight: 900;
        content: ""
    }

    #override header #header #global_navi nav#gnav.gnav.active ul#nav_list li.main_nav.mega-menu .mega-menu-content .mega-menu-inner ul.mega-menu-column li.sub_menu_title ul.nav_list_sub li.sub_menu.nav-selected a {
        padding-left: 1em;
        border: 1px solid #02051d;
        background-color: #08346D
    }

    #override header #header #global_navi nav#gnav.gnav.active ul#nav_list li.main_nav.mega-menu .mega-menu-content .mega-menu-inner.mega_col1 ul.mega-menu-column,
    #override header #header #global_navi nav#gnav.gnav.active ul#nav_list li.main_nav.mega-menu .mega-menu-content .mega-menu-inner.mega_col2 ul.mega-menu-column,
    #override header #header #global_navi nav#gnav.gnav.active ul#nav_list li.main_nav.mega-menu .mega-menu-content .mega-menu-inner.mega_col3 ul.mega-menu-column,
    #override header #header #global_navi nav#gnav.gnav.active ul#nav_list li.main_nav.mega-menu .mega-menu-content .mega-menu-inner.mega_col4 ul.mega-menu-column,
    #override header #header #global_navi nav#gnav.gnav.active ul#nav_list li.main_nav.mega-menu .mega-menu-content .mega-menu-inner.mega_col5 ul.mega-menu-column,
    #override header #header #global_navi nav#gnav.gnav.active ul#nav_list li.main_nav.mega-menu .mega-menu-content .mega-menu-inner.mega_col6 ul.mega-menu-column {
        width: 100%
    }
}

#override header #header #global_navi #menu_trigger {
    position: relative;
    display: none;
    margin: 0 30px 0 auto;
    width: 40px;
    height: 40px;
    z-index: 10;
    opacity: 0;
    transition: opacity .4s ease
}

@media screen and (max-width: 575px) {
    #override header #header #global_navi #menu_trigger {
        margin: 0 15px 0 auto
    }
}

#override header #header #global_navi #menu_trigger .icon_bar_btn {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #02051d;
    border: 1px solid #164889;
    border-radius: 3px;
    cursor: pointer;
    pointer-events: auto
}

#override header #header #global_navi #menu_trigger .icon_bar_btn .icon_bar {
    position: absolute;
    display: block;
    left: 8px;
    width: 22px;
    height: 2px;
    background-color: #164889;
    border-radius: 1px;
    transition: .4s ease
}

#override header #header #global_navi #menu_trigger .icon_bar_btn .icon_bar:first-child {
    top: 12px;
    transition: .4s ease
}

#override header #header #global_navi #menu_trigger .icon_bar_btn .icon_bar:nth-child(2) {
    top: 18px;
    opacity: 1;
    transition: .4s ease
}

#override header #header #global_navi #menu_trigger .icon_bar_btn .icon_bar:last-child {
    top: 24px;
    transition: .4s ease
}

@media screen and (max-width: 1480px) {
    #override header #header #global_navi #menu_trigger {
        display: block;
        opacity: 1;
        transition: .4s ease
    }
}

#override header #header #global_navi #menu_trigger .icon_bar_btn.active .icon_bar:first-child {
    transform: translateY(6px) rotate(45deg);
    transition: .4s ease
}

#override header #header #global_navi #menu_trigger .icon_bar_btn.active .icon_bar:nth-child(2) {
    opacity: 0;
    transition: .3s ease
}

#override header #header #global_navi #menu_trigger .icon_bar_btn.active .icon_bar:last-child {
    transform: translateY(-6px) rotate(-45deg);
    transition: .4s ease
}

#override header #header.active #menu_trigger {
    display: none
}

@media screen and (max-width: 1480px) {
    #override header #header.active #menu_trigger {
        display: block;
        opacity: 1;
        transition: .4s ease
    }
}

#override header #header.sticky_header {
    height: 60px
}

#override header #header.sticky_header #logo {
    width: 240px
}

#override header #header.sticky_header #global_navi nav#gnav ul#nav_list li.main_nav {
    height: 60px
}

#override header #header.sticky_header #global_navi nav#gnav ul#nav_list li.main_nav>a {
    margin-top: 14px
}

.product_nav_wrap {
    background-color: #E4E4E4;
    padding: 20px 0;
}
.product_nav_wrap .product_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    gap: 1em;
    margin: 0;
}
.product_nav_wrap .product_nav .nav-item { width: 100%; max-width: 360px; }
.product_nav_wrap .product_nav .inner {
    display: flex;
    gap: 10px;
    background-color: #4D5059;
    color: white;
    border-radius: 0.4em;
    border: 2px solid white;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
#override .product_nav_wrap .product_nav  .inner img {
    width: 40px;
}
.select-cate-ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.4em;
    color: white;
    font-size: clamp(12px,6vw,26px);
}
#override .select-cate-ttl img {
    width: auto;
    height: 60px;
}
.select-cate-ttl p {
    margin: 0;
}
.product_select-cate {
    padding: 10px 0;
    background-color: #4D5059;
}

@media screen and (max-width: 991px) {
    #override header #header.active {
        height: 60px
    }

    #override header #header.active #logo {
        width: 240px
    }

    #override header #header.active #global_navi nav#gnav.gnav.active {
        top: 60px
    }
}

@keyframes mega-fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

#override footer#footer {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    background-color: #373841;
    color: #eee
}

#override footer#footer section.footer_upper {
    position: relative;
    display: block;
    margin: 0;
    padding: 50px 0;
    background-color: #373841
}

#override footer#footer section.footer_upper h5.footer_title {
    margin: 0;
    padding: .2em 0 .1em .5em;
    border-left: 3px solid #164889;
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 1.5
}

#override footer#footer section.footer_upper h5.footer_title a:hover {
    color: #fff !important;
    text-decoration: underline !important
}

#override footer#footer section.footer_upper .footer_navi {
    position: relative;
    margin: 2em 0 0;
    padding: 0;
    font-size: .875rem
}

#override footer#footer section.footer_upper .footer_navi ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#override footer#footer section.footer_upper .footer_navi ul li {
    display: inline-block;
    margin: 0 20px 10px 0
}

@media screen and (max-width: 575px) {
    #override footer#footer section.footer_upper .footer_navi ul li {
        display: block;
        margin: 0 auto;
        width: 100%
    }
}

#override footer#footer section.footer_upper .footer_navi ul li a {
    display: inline-block;
    margin: 0;
    padding: 0 3px 0 12px;
    background: url("./img/widget-link.png") left top no-repeat;
    border: none !important;
    color: #eee;
    transition: .4s ease
}

#override footer#footer section.footer_upper .footer_navi ul li a:hover {
    color: #fff !important;
    text-decoration: underline !important;
    transition: .4s ease
}

@media screen and (max-width: 575px) {
    #override footer#footer section.footer_upper .footer_navi ul li a {
        display: block;
        margin: 0;
        padding: 10px 5px 10px 17px;
        background: url("./img/widget-link.png") 5px 10px no-repeat;
        border-bottom: 1px solid #444 !important;
        font-size: .875rem
    }

    #override footer#footer section.footer_upper .footer_navi ul li a:hover {
        color: #fff !important;
        background-color: #222;
        text-decoration: none !important;
        transition: .6s ease
    }
}

#override footer#footer section.footer_upper .footer_bnr_wrap {
    position: relative;
    margin: 20px 0 0;
    padding: 30px 5px 0;
    border-top: 1px solid #2d2d2d
}

@media screen and (max-width: 767px) {
    #override footer#footer section.footer_upper .footer_bnr_wrap {
        padding: 20px 0 40px
    }
}

@media screen and (max-width: 575px) {
    #override footer#footer section.footer_upper .footer_bnr_wrap {
        border-top: none;
        padding: 30px 0
    }
}

#override footer#footer section.footer_upper .footer_bnr_wrap .footer_bnr {
    position: relative;
    margin: 0
}

@media screen and (max-width: 767px) {
    #override footer#footer section.footer_upper .footer_bnr_wrap .footer_bnr {
        margin: 0 auto
    }
}

#override footer#footer section.footer_upper .footer_bnr_wrap .footer_bnr a {
    display: block;
    margin: 0;
    width: 160px
}

@media screen and (max-width: 575px) {
    #override footer#footer section.footer_upper .footer_bnr_wrap .footer_bnr a {
        width: 180px
    }
}

#override footer#footer section.footer_upper .footer_bnr_wrap .footer_bnr a img {
    display: block;
    width: 100%;
    height: auto
}

@media screen and (max-width: 767px) {
    #override footer#footer section.footer_upper .footer_bnr_wrap .footer_bnr a {
        margin: 0 auto
    }
}

#override footer#footer section.footer_upper .footer_info_wrap {
    margin: 0 auto;
    padding: 0 10px;
    width: 96%
}

@media screen and (max-width: 575px) {
    #override footer#footer section.footer_upper .footer_info_wrap {
        padding-top: 20px
    }
}

#override footer#footer section.footer_upper .footer_info_wrap .logo_icon_wrap .iguazu_logo {
    display: inline-block;
    margin: 0 30px 0 0;
    vertical-align: top
}

@media screen and (max-width: 1199px) {
    #override footer#footer section.footer_upper .footer_info_wrap .logo_icon_wrap .iguazu_logo {
        display: block
    }
}

@media screen and (max-width: 575px) {
    #override footer#footer section.footer_upper .footer_info_wrap .logo_icon_wrap .iguazu_logo {
        margin: 0
    }
}

#override footer#footer section.footer_upper .footer_info_wrap .logo_icon_wrap .iguazu_logo a {
    display: block;
    margin: 0;
    width: 160px
}

@media screen and (max-width: 575px) {
    #override footer#footer section.footer_upper .footer_info_wrap .logo_icon_wrap .iguazu_logo a {
        margin: 0 auto;
        text-align: center
    }
}

#override footer#footer section.footer_upper .footer_info_wrap .logo_icon_wrap .iguazu_logo a img {
    display: block;
    width: 100%;
    height: auto
}

#override footer#footer section.footer_upper .footer_info_wrap .logo_icon_wrap .sns_icon {
    display: inline-block;
    margin: 0;
    vertical-align: text-bottom
}

@media screen and (max-width: 1199px) {
    #override footer#footer section.footer_upper .footer_info_wrap .logo_icon_wrap .sns_icon {
        display: block;
        margin: 20px 0 0
    }
}

@media screen and (max-width: 575px) {
    #override footer#footer section.footer_upper .footer_info_wrap .logo_icon_wrap .sns_icon {
        margin: 30px auto 0;
        text-align: center
    }
}

#override footer#footer section.footer_upper .footer_info_wrap .logo_icon_wrap .sns_icon a.social-icon {
    display: inline-block;
    float: none;
    margin: 0 5px 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 38px;
    color: #999;
    text-shadow: none;
    border: 1px solid #999;
    border-radius: 3px;
    overflow: hidden;
    transition: all .3s ease
}

#override footer#footer section.footer_upper .footer_info_wrap .logo_icon_wrap .sns_icon a.social-icon i.fa-brands {
    display: block;
    position: relative;
    margin-top: 10px;
    transition: all .3s ease
}

#override footer#footer section.footer_upper .footer_info_wrap .logo_icon_wrap .sns_icon a.social-icon i.fa-brands.fa-x-twitter,
#override footer#footer section.footer_upper .footer_info_wrap .logo_icon_wrap .sns_icon a.social-icon i.fa-brands.fa-instagram {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-family: "Font Awesome 6 Brands" !important;
    text-align: center
}

#override footer#footer section.footer_upper .footer_info_wrap .logo_icon_wrap .sns_icon a.social-icon i.fa-brands:last-child {
    color: #fff !important
}

#override footer#footer section.footer_upper .footer_info_wrap .logo_icon_wrap .sns_icon a.social-icon:hover .fa-brands:first-child {
    margin-top: -20px;
    transition: all .3s ease
}

#override footer#footer section.footer_upper .footer_info_wrap .logo_icon_wrap .sns_icon a.social-icon.si-twitter:hover {
    background-color: #000 !important;
    border: 1px solid #ccc !important
}

#override footer#footer section.footer_upper .footer_info_wrap .logo_icon_wrap .sns_icon a.social-icon.si-instagram:hover {
    background-color: #3f729b !important;
    border: 1px solid #ccc !important
}

#override footer#footer section.footer_upper .footer_info_wrap .logo_icon_wrap .sns_icon:last-child {
    margin-right: 0
}

#override footer#footer section.footer_upper .footer_info_wrap .ig_info {
    display: block;
    margin: 20px auto 0
}

#override footer#footer section.footer_upper .footer_info_wrap .ig_info h4 {
    margin: 0;
    padding: 0;
    font-size: .8125rem;
    font-weight: bold;
    color: #eee;
    line-height: 1.5
}

#override footer#footer section.footer_upper .footer_info_wrap .ig_info h5 {
    margin: .5em 0 0 0;
    padding: 0;
    font-size: .75rem;
    font-weight: normal;
    color: #eee;
    line-height: 1.5
}

#override footer#footer section.footer_upper .footer_info_wrap .ig_info p {
    margin: .8em 0 0 0;
    padding: 0;
    font-size: .6875rem;
    color: #eee;
    line-height: 1.5
}

#override footer#footer section.footer_upper .footer_info_wrap .ig_info span {
    display: inline-block;
    margin-right: .5em;
    color: inherit !important
}

#override footer#footer section.footer_lower {
    position: relative;
    display: block;
    margin: 0;
    padding: 30px 0 60px;
    background-color: #02051d
}

#override footer#footer section.footer_lower .footer_nav_corp {
    margin: 0
}

#override footer#footer section.footer_lower .footer_nav_corp ul {
    list-style: none;
    margin: 0 auto;
    padding: 0
}

#override footer#footer section.footer_lower .footer_nav_corp ul li {
    display: inline-block;
    margin: 0;
    padding: 0 5px;
    border-left: solid 1px #a0a0a0;
    font-size: .875rem;
    line-height: 1.2;
    text-align: left
}

#override footer#footer section.footer_lower .footer_nav_corp ul li:first-child {
    border-left: none
}

@media screen and (max-width: 767px) {
    #override footer#footer section.footer_lower .footer_nav_corp ul li {
        display: block;
        margin: 0 auto 10px;
        width: 96%;
        text-align: center;
        border-left: none
    }
}

#override footer#footer section.footer_lower .footer_nav_corp ul li a {
    display: block;
    padding: 0 5px;
    color: #eee;
    transition: .4s ease
}

#override footer#footer section.footer_lower .footer_nav_corp ul li a:hover,
#override footer#footer section.footer_lower .footer_nav_corp ul li a.active {
    color: #fff;
    text-decoration: underline !important;
    transition: .4s ease
}

@media screen and (max-width: 767px) {
    #override footer#footer section.footer_lower .footer_nav_corp ul li a {
        width: 100%;
        height: 100%;
        padding: 6px 4px;
        text-decoration: none;
        border: solid 1px #a0a0a0
    }

    #override footer#footer section.footer_lower .footer_nav_corp ul li a:hover,
    #override footer#footer section.footer_lower .footer_nav_corp ul li a.active {
        background-color: #000;
        border: solid 1px #fff
    }
}

#override footer#footer section.footer_lower .copyright {
    color: #eee;
    font-size: .875rem;
    text-align: right
}

@media screen and (max-width: 767px) {
    #override footer#footer section.footer_lower .copyright {
        text-align: center
    }
}

#page_top {
    position: fixed;
    display: inline-block;
    bottom: 10px;
    right: 5px;
    z-index: 2
}

#page_top a {
    display: block;
    padding: 18px 0;
    width: 50px;
    height: 50px;
    background: url("./img/pagetop.png") 0 0 no-repeat;
    text-decoration: none;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    outline: none;
    font-size: 0;
    line-height: 0;
    opacity: .8;
    transition: .6s ease
}

#page_top a:hover {
    opacity: .5;
    transition: .6s ease
}

#override .page_header_wrap {
    position: relative;
    display: block;
    margin: 0;
    padding: 1.2em 0;
    background-color: #373841;
}

#override .page_header_wrap h1.page_title {
    display: block;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.5
}

@media screen and (max-width: 991px) {
    #override .page_header_wrap h1.page_title {
        font-size: clamp(22px, 2.42vw, 24px)
    }
}

@media screen and (max-width: 767px) {
    #override .page_header_wrap h1.page_title {
        font-size: clamp(20px, 2.87vw, 22px)
    }
}

@media screen and (max-width: 575px) {
    #override .page_header_wrap h1.page_title {
        font-size: clamp(18px, 3.48vw, 20px)
    }
}

#override .page_header_wrap h1.page_title span {
    display: inline-block;
    font-weight: normal;
    color: inherit;
    font-size: .8em
}

#override .page_header_wrap h1.page_title span.category::before {
    display: inline-block;
    margin: 0 .5em;
    content: "－"
}

#override .page_header_wrap ol.breadcrumb {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    margin: 1em 0 0 0;
    padding: 0;
    list-style: none;
    color: #c1c2c2;
    font-size: .75rem;
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap
}

#override .page_header_wrap ol.breadcrumb::-webkit-scrollbar {
    display: none
}

#override .page_header_wrap ol.breadcrumb li.ellipsis {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    white-space: nowrap
}

#override .page_header_wrap ol.breadcrumb li.ellipsis a {
    color: #c1c2c2
}

#override .page_header_wrap ol.breadcrumb li.ellipsis a:hover {
    color: #fff
}

#override .page_header_wrap ol.breadcrumb li.ellipsis+li::before {
    display: inline-block;
    padding: 0 5px;
    content: "/ ";
    color: #c1c2c2
}

#override .page_header_wrap ol.breadcrumb li.ellipsis:first-child::before {
    display: inline-block;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    content: "";
    color: #c1c2c2
}

#override .page_header_bnr {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    background-color: #373841
}

#override .page_header_bnr img {
    position: relative;
    display: inline-block;
    border: none;
    width: 100%;
    height: auto;
    aspect-ratio: 10/3;
    image-rendering: -webkit-optimize-contrast
}

@media screen and (max-width: 575px) {
    #override .page_header_bnr img {
        aspect-ratio: 8/9
    }
}

#override .page_header_nav {
    position: relative;
    display: block;
    margin: 0;
    padding: 40px 30px;
    background-color: #e4e4e4;
    width: 100%
}

#override .page_header_nav ul.product_nav {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1320px;
    list-style: none
}

@media screen and (max-width: 991px) {
    #override .page_header_nav ul.product_nav {
        gap: 20px
    }
}

#override .page_header_nav ul.product_nav li {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: calc((100% - 40px)/2);
    max-width: 400px;
    font-size: 1rem;
    text-align: center
}

@media screen and (max-width: 991px) {
    #override .page_header_nav ul.product_nav li {
        font-size: .875rem
    }
}

@media screen and (max-width: 767px) {
    #override .page_header_nav ul.product_nav li {
        width: calc((100% - 20px)/2);
        max-width: 260px
    }
}

@media screen and (max-width: 375px) {
    #override .page_header_nav ul.product_nav li {
        font-size: clamp(.75rem, .023rem + 3.636vw, .875rem)
    }
}

#override .page_header_nav ul.product_nav li a {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: .5em .5em;
    background-color: #4d5059;
    border: 2px solid #fff;
    border-radius: 6px;
    color: #fff;
    overflow: hidden;
    transition: .4s ease
}

@media screen and (max-width: 575px) {
    #override .page_header_nav ul.product_nav li a {
        flex-direction: column
    }
}

#override .page_header_nav ul.product_nav li a span {
    display: block;
    margin-top: .5em;
    font-weight: bold
}

#override .page_header_nav ul.product_nav li a img {
    display: block;
    width: 120px;
    height: auto;
    aspect-ratio: 1/1;
    transition: .4s ease
}

@media screen and (max-width: 991px) {
    #override .page_header_nav ul.product_nav li a img {
        width: 100px
    }
}

@media screen and (max-width: 767px) {
    #override .page_header_nav ul.product_nav li a img {
        width: 90px
    }
}

@media screen and (max-width: 575px) {
    #override .page_header_nav ul.product_nav li a img {
        width: clamp(60px, 13.9vw, 80px)
    }
}

#override .page_header_nav ul.product_nav li a:hover {
    background-color: #373841
}

#override .page_header_nav ul.product_nav li a:hover img {
    transform: scale(1.02);
    transition: .4s ease
}

#override .page_header_nav ul.material_nav {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 60px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1320px;
    list-style: none;
    color: #4d5059
}

@media screen and (max-width: 991px) {
    #override .page_header_nav ul.material_nav {
        gap: 30px
    }
}

@media screen and (max-width: 575px) {
    #override .page_header_nav ul.material_nav {
        flex-wrap: wrap;
        gap: 15px 20px
    }
}

#override .page_header_nav ul.material_nav li {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: calc((100% - 30px)/4);
    max-width: 140px;
    font-size: .875rem;
    text-align: center
}

@media screen and (max-width: 991px) {
    #override .page_header_nav ul.material_nav li {
        width: calc((100% - 15px)/4);
        font-size: .75rem
    }
}

@media screen and (max-width: 767px) {
    #override .page_header_nav ul.material_nav li {
        width: 120px;
        flex: 0 1 0%;
        white-space: nowrap
    }
}

@media screen and (max-width: 575px) {
    #override .page_header_nav ul.material_nav li {
        width: calc((100% - 20px)/2);
        flex: 0 1 auto;
        max-width: 160px
    }
}

#override .page_header_nav ul.material_nav li span {
    display: block;
    margin-top: .5em;
    font-weight: bold
}

#override .page_header_nav ul.material_nav li a {
    position: relative;
    display: block;
    margin: 0;
    color: #4d5059;
    overflow: hidden
}

#override .page_header_nav ul.material_nav li a img {
    display: inline-block;
    width: 100%;
    margin: 10px;
    max-width: 120px;
    height: auto;
    aspect-ratio: 1/1;
    opacity: 1;
    transition: .4s ease
}

@media screen and (max-width: 991px) {
    #override .page_header_nav ul.material_nav li a img {
        width: 100px
    }
}

@media screen and (max-width: 767px) {
    #override .page_header_nav ul.material_nav li a img {
        width: 90px
    }
}

@media screen and (max-width: 575px) {
    #override .page_header_nav ul.material_nav li a img {
        width: 80px
    }
}

@media screen and (max-width: 375px) {
    #override .page_header_nav ul.material_nav li a img {
        width: 76px
    }
}

#override .page_header_nav ul.material_nav li a:hover {
    color: #373841
}

#override .page_header_nav ul.material_nav li a:hover img {
    transform: scale(1.02);
    opacity: .8;
    transition: .4s ease
}

#override .page_header_sub_wrap {
    position: sticky;
    top: 110px;
    z-index: 5;
    display: block;
    margin: 0;
    padding: 15px 0 10px;
    background-color: #4d5059
}

#override .page_header_sub_wrap .page_menu {
    position: relative;
    display: block;
    margin: 0;
    padding: 0
}

#override .page_header_sub_wrap .page_menu>ul {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    overflow-x: auto;
    word-break: keep-all;
    white-space: nowrap
}

#override .page_header_sub_wrap .page_menu>ul::-webkit-scrollbar {
    background-color: #373841;
    height: 6px;
    border-radius: 3px
}

#override .page_header_sub_wrap .page_menu>ul::-webkit-scrollbar-thumb {
    background-color: #656975;
    border-radius: 3px
}

#override .page_header_sub_wrap .page_menu>ul li {
    display: block;
    margin: 0 6px 5px 0;
    padding: 5px 0;
    min-width: 10.5em;
    flex: 0 1 auto;
    font-size: .875rem;
    line-height: 1.5;
    white-space: nowrap
}

@media screen and (max-width: 991px) {
    #override .page_header_sub_wrap .page_menu>ul li {
        font-size: clamp(12px, 1.69vw, 14px)
    }
}

@media screen and (max-width: 575px) {
    #override .page_header_sub_wrap .page_menu>ul li {
        font-size: .75rem
    }
}

#override .page_header_sub_wrap .page_menu>ul li a {
    display: block;
    margin: 0;
    padding: 4px .8em;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    transition: .4s ease
}

#override .page_header_sub_wrap .page_menu>ul li a:hover {
    background-color: #08346D;
    transition: .4s ease
}

#override .page_header_sub_wrap .page_menu>ul li a.stxt {
    padding: 7px 2px 3px;
    font-size: 90%
}

#override .page_footer_wrap {
    position: relative;
    margin: 0;
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #02051d;
    background-image: url("/application/files/img/parallax_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed
}

@media screen and (max-width: 1199px) {
    #override .page_footer_wrap {
        padding-top: 110px;
        padding-bottom: 110px;
        background-image: url("/application/files/img/parallax_bg_xl.jpg")
    }
}

@media screen and (max-width: 575px) {
    #override .page_footer_wrap {
        padding-top: 60px;
        padding-bottom: 60px;
        background-image: url("/application/files/img/parallax_bg_sm.jpg");
        background-attachment: scroll
    }
}

@media screen and (min-width: 576px) {
    #override .page_footer_wrap::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        content: "";
        opacity: .5;
        background-color: #000;
        transition: all .2s ease-in-out;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0) scale(1, 1)
    }
}

#override .page_footer_wrap .page_footer_lead {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0 30px 3em;
    width: 100%;
    max-width: 720px;
    color: #fff;
    font-size: 1rem;
    line-height: 1.8
}

#override .page_footer_wrap .page_footer_lead span {
    display: inline-block
}

@media screen and (max-width: 575px) {
    #override .page_footer_wrap .page_footer_lead {
        font-size: .875rem
    }

    #override .page_footer_wrap .page_footer_lead span {
        display: inline
    }
}

#override .page_footer_wrap .page_footer {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0;
    padding: 0
}

@media screen and (max-width: 575px) {
    #override .page_footer_wrap .page_footer {
        flex-direction: column
    }
}

#override .page_footer_wrap .page_footer .btn_base {
    position: relative;
    display: block;
    margin: 0 30px;
    padding: 0;
    width: 50%;
    max-width: 540px
}

@media screen and (max-width: 575px) {
    #override .page_footer_wrap .page_footer .btn_base {
        margin: 0 auto;
        width: 90%;
        max-width: 380px
    }

    #override .page_footer_wrap .page_footer .btn_base+.btn_base {
        margin-top: 40px
    }
}

#override .page_footer_wrap .page_footer .btn_base a {
    display: block;
    margin: 0;
    padding: 1em 5px;
    background-color: rgba(214, 28, 77, .8);
    border-radius: 6px;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: center;
    transition: .4s ease
}

@media screen and (max-width: 991px) {
    #override .page_footer_wrap .page_footer .btn_base a {
        font-size: 1.375rem
    }
}

@media screen and (max-width: 767px) {
    #override .page_footer_wrap .page_footer .btn_base a {
        font-size: 1.25rem
    }
}

@media screen and (max-width: 375px) {
    #override .page_footer_wrap .page_footer .btn_base a {
        font-size: 1.125rem
    }
}

#override .page_footer_wrap .page_footer .btn_base a:hover {
    background-color: rgba(162, 9, 70, .9);
    transition: .4s ease
}

#override .page_footer_wrap .page_footer_lead {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0 30px 3em;
    width: 100%;
    max-width: 1260px;
    color: #fff;
    font-size: 1rem;
    line-height: 1.8
}

#override .page_footer_wrap .page_footer_lead span {
    display: inline-block
}

@media screen and (max-width: 575px) {
    #override .page_footer_wrap .page_footer_lead {
        font-size: .875rem
    }

    #override .page_footer_wrap .page_footer_lead span {
        display: inline
    }
}

#override .page_footer_wrap .page_footer_btn {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin: 0 auto;
    padding: 0 30px;
    width: 100%;
    max-width: 1260px
}

@media screen and (max-width: 1199px) {
    #override .page_footer_wrap .page_footer_btn {
        gap: 30px
    }
}

@media screen and (max-width: 991px) {
    #override .page_footer_wrap .page_footer_btn {
        gap: 20px
    }
}

@media screen and (max-width: 767px) {
    #override .page_footer_wrap .page_footer_btn {
        flex-direction: column
    }
}

#override .page_footer_wrap .page_footer_btn .pf_btn {
    position: relative;
    display: block;
    margin: 0;
    width: calc((100% - 80px)/3);
    max-width: 340px
}

@media screen and (max-width: 1199px) {
    #override .page_footer_wrap .page_footer_btn .pf_btn {
        width: calc((100% - 60px)/3)
    }
}

@media screen and (max-width: 991px) {
    #override .page_footer_wrap .page_footer_btn .pf_btn {
        width: calc((100% - 40px)/3)
    }
}

@media screen and (max-width: 767px) {
    #override .page_footer_wrap .page_footer_btn .pf_btn {
        margin: 0 auto;
        width: 100%;
        max-width: 500px
    }
}

#override .page_footer_wrap .page_footer_btn .pf_btn a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: .8em 5px;
    width: 100%;
    background-color: #164889;
    border: 2px solid #5475a0;
    border-radius: 6px;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.5;
    text-align: center;
    z-index: 1;
    transition: .4s ease
}

@media screen and (max-width: 1199px) {
    #override .page_footer_wrap .page_footer_btn .pf_btn a {
        font-size: clamp(1rem, .777rem + .464vw, 1.125rem)
    }
}

@media screen and (max-width: 767px) {
    #override .page_footer_wrap .page_footer_btn .pf_btn a {
        font-size: clamp(1rem, .618rem + 1.058vw, 1.125rem)
    }
}

@media screen and (max-width: 375px) {
    #override .page_footer_wrap .page_footer_btn .pf_btn a {
        font-size: clamp(1rem, .791rem + .93vw, 1.125rem)
    }
}

#override .page_footer_wrap .page_footer_btn .pf_btn a::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #08346D;
    background: linear-gradient(180deg, #164889 0%, #5475a0 50%, #164889 100%);
    border-radius: 6px;
    content: "";
    transition: width .4s ease
}

#override .page_footer_wrap .page_footer_btn .pf_btn a::after {
    position: absolute;
    top: 50%;
    right: 1.2em;
    transform: translateY(-50%);
    display: inline-block;
    width: .5em;
    height: .5em;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    transform: rotate(45deg) translateY(-90%)
}

#override .page_footer_wrap .page_footer_btn .pf_btn a:hover {
    outline: none;
    transition: .4s ease
}

#override .page_footer_wrap .page_footer_btn .pf_btn a:hover::before {
    width: 100%
}

.guide_download {
    position: relative;
    display: block;
    margin: 4em auto 0;
    padding: 0;
    width: 100%
}

.guide_download .guide_dl_btn {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 540px
}

@media screen and (max-width: 575px) {
    .guide_download .guide_dl_btn {
        margin: 0 auto;
        width: 90%;
        max-width: 380px
    }
}

.guide_download .guide_dl_btn a {
    display: block;
    margin: 0;
    padding: 1em .5em;
    background-color: #164889;
    border-radius: 6px;
    color: #fff;
    font-size: 1.375rem;
    line-height: 1.5;
    text-align: center;
    transition: .4s ease
}

@media screen and (max-width: 991px) {
    .guide_download .guide_dl_btn a {
        font-size: 1.25rem
    }
}

@media screen and (max-width: 767px) {
    .guide_download .guide_dl_btn a {
        font-size: clamp(15px, 4.21vw, 18px)
    }
}

@media screen and (max-width: 375px) {
    .guide_download .guide_dl_btn a {
        font-size: clamp(13px, 4vw, 15px)
    }
}

.guide_download .guide_dl_btn a:hover {
    background-color: #08346D;
    transition: .4s ease
}

.guide_download .guide_dl_btn a::before {
    padding-right: 8px;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    content: ""
}

#override .col_sidebar {
    position: relative;
    display: block;
    margin: 0;
    padding: 15px;
    background-color: #f6f6f6;
    border-radius: 8px
}

@media screen and (max-width: 991px) {
    #override .col_sidebar {
        margin-top: 40px
    }
}

@media screen and (max-width: 575px) {
    #override .col_sidebar {
        margin-bottom: -30px;
        border-radius: 0
    }
}

#override .col_sidebar h4.sidebar_title {
    position: relative;
    display: block;
    margin: 0;
    padding: .8em .8em .7em;
    background-color: #373841;
    color: #fff;
    font-size: 1rem;
    font-weight: normal
}

#override .col_sidebar h4.sidebar_title::before {
    display: inline;
    margin-right: .8em;
    content: "";
    border-left: 3px solid #164889
}

#override .col_sidebar .sidebar_wrap {
    position: relative;
    display: block;
    margin: 0 auto
}

#override .col_sidebar .sidebar_wrap+h4.sidebar_title {
    margin-top: 20px
}

#override .col_sidebar ul.product_nav {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none
}

#override .col_sidebar ul.product_nav li.nav_item.sub_nav_title {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 1em .5em .9em;
    width: 100%;
    color: #373841;
    font-size: 1rem;
    font-weight: bold
}

#override .col_sidebar ul.product_nav li.nav_item.sub_nav_title::before {
    display: inline-block;
    padding-right: 8px;
    color: #08346D;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    content: ""
}

#override .col_sidebar ul.product_nav li.nav_item.sub_nav_title>ul {
    position: relative;
    display: block;
    margin: .5em 0 0 0;
    padding: .5em 0 0 0;
    border-top: 1px solid #4d5059
}

#override .col_sidebar ul.product_nav li.nav_item.sub_nav_title>ul li.nav_item {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    border-bottom: 1px solid #eee;
    width: 100%;
    font-weight: normal
}

#override .col_sidebar ul.product_nav li.nav_item.sub_nav_title>ul li.nav_item a {
    position: relative;
    display: block;
    margin: 0;
    padding: 1em .5em .9em;
    background-color: #fff;
    color: #373841;
    font-size: .875rem;
    transition: .4s ease
}

#override .col_sidebar ul.product_nav li.nav_item.sub_nav_title>ul li.nav_item a:hover {
    background-color: #164889;
    color: #fff;
    transition: .4s ease
}

#override .col_sidebar ul.product_nav li.nav_item.sub_nav_title>ul li.nav_item a::before {
    display: inline-block;
    padding-left: 5px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    content: ""
}

#override .col_sidebar ul.material_nav {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none
}

#override .col_sidebar ul.material_nav li.nav_item {
    position: relative;
    display: block;
    margin: 0 auto;
    border-bottom: 1px solid #eee;
    width: 100%
}

#override .col_sidebar ul.material_nav li.nav_item a {
    position: relative;
    display: block;
    margin: 0;
    padding: 1em .5em .9em;
    background-color: #fff;
    color: #373841;
    font-size: .875rem;
    transition: .4s ease
}

#override .col_sidebar ul.material_nav li.nav_item a:hover {
    background-color: #164889;
    color: #fff;
    transition: .4s ease
}

#override .col_sidebar ul.material_nav li.nav_item a::before {
    display: inline-block;
    padding-left: 5px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    content: ""
}

#override .col_sidebar ul.topics_nav {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none
}

#override .col_sidebar ul.topics_nav li.nav_item {
    position: relative;
    display: block;
    margin: 0 auto;
    border-bottom: 1px solid #eee;
    width: 100%
}

#override .col_sidebar ul.topics_nav li.nav_item a {
    position: relative;
    display: block;
    margin: 0;
    padding: 1em .5em .9em;
    background-color: #fff;
    color: #373841;
    font-size: .875rem;
    transition: .4s ease
}

#override .col_sidebar ul.topics_nav li.nav_item a:hover {
    background-color: #164889;
    color: #fff;
    transition: .4s ease
}

#override .col_sidebar ul.topics_nav li.nav_item a::before {
    display: inline-block;
    padding-left: 5px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    content: ""
}

#override .col_sidebar ul.archive_nav {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none
}

#override .col_sidebar ul.archive_nav li.nav_item {
    position: relative;
    display: block;
    margin: 0 auto;
    border-bottom: 1px solid #eee;
    width: 100%
}

#override .col_sidebar ul.archive_nav li.nav_item a {
    position: relative;
    display: block;
    margin: 0;
    padding: 1em .5em .9em;
    background-color: #fff;
    color: #373841;
    font-size: .875rem;
    transition: .4s ease
}

#override .col_sidebar ul.archive_nav li.nav_item a:hover {
    background-color: #164889;
    color: #fff;
    transition: .4s ease
}

#override .col_sidebar ul.archive_nav li.nav_item a::before {
    display: inline-block;
    padding-left: 5px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    content: ""
}

#override .col_sidebar ul.post_list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none
}

#override .col_sidebar ul.post_list li.nav_item {
    position: relative;
    display: block;
    margin: 0 auto;
    border-bottom: 1px solid #eee;
    width: 100%
}

#override .col_sidebar ul.post_list li.nav_item a {
    position: relative;
    display: block;
    margin: 0;
    padding: 1em 1em .9em;
    background-color: #fff;
    color: #373841;
    font-size: .75rem;
    transition: .4s ease
}

#override .col_sidebar ul.post_list li.nav_item a:hover {
    background-color: #164889;
    color: #fff;
    transition: .4s ease
}

#override #hero {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    background-color: #02051d;
    overflow: hidden;
    z-index: 1
}

#override #hero img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 2000px;
    height: auto;
    aspect-ratio: 10/3
}

@media screen and (max-width: 575px) {
    #override #hero img {
        aspect-ratio: 8/9
    }
}

#override #hero .cta_wrap {
    position: absolute;
    bottom: 8%;
    left: 50%;
    width: 82vw;
    max-width: 1260px;
    transform: translateX(-50%)
}

#override #hero .cta_wrap .btn_sbc {
    position: relative;
    margin: 0 4em 0 auto;
    width: 320px
}

@media screen and (max-width: 1199px) {
    #override #hero .cta_wrap .btn_sbc {
        width: 280px
    }
}

@media screen and (max-width: 991px) {
    #override #hero .cta_wrap .btn_sbc {
        margin: 0 2em 0 auto;
        width: 260px
    }
}

@media screen and (max-width: 767px) {
    #override #hero .cta_wrap .btn_sbc {
        margin: 0 0 0 auto;
        width: 240px
    }
}

@media screen and (max-width: 575px) {
    #override #hero .cta_wrap .btn_sbc {
        bottom: 10%;
        margin: 0 auto;
        width: 300px
    }
}

@media screen and (max-width: 360px) {
    #override #hero .cta_wrap .btn_sbc {
        width: 260px
    }
}

#override #hero .cta_wrap .btn_sbc a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .8em .5em;
    width: 100%;
    background-color: #164889;
    border-radius: 6px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 1.5rem;
    font-weight: normal;
    z-index: 1;
    box-shadow: 0px 8px 10px -10px rgba(0, 0, 0, .6);
    transition: .4s ease
}

@media screen and (max-width: 1199px) {
    #override #hero .cta_wrap .btn_sbc a {
        font-size: clamp(1.375rem, .776rem + .966vw, 1.5rem)
    }
}

@media screen and (max-width: 991px) {
    #override #hero .cta_wrap .btn_sbc a {
        font-size: clamp(1.25rem, 1.075rem + .484vw, 1.375rem)
    }
}

@media screen and (max-width: 767px) {
    #override #hero .cta_wrap .btn_sbc a {
        font-size: clamp(1.125rem, .952rem + .482vw, 1.25rem)
    }
}

@media screen and (max-width: 575px) {
    #override #hero .cta_wrap .btn_sbc a {
        font-size: clamp(1.125rem, .968rem + .784vw, 1.25rem)
    }
}

#override #hero .cta_wrap .btn_sbc a::before {
    display: inline-block;
    margin-right: .5em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    font-size: 96%
}

#override #hero .cta_wrap .btn_sbc a::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #08346D;
    background: linear-gradient(180deg, rgb(162, 9, 70) 0%, rgb(214, 28, 77) 50%, rgb(162, 9, 70) 100%);
    content: "";
    transition: width .4s ease
}

#override #hero .cta_wrap .btn_sbc a:hover {
    background-color: #08346D;
    transition: .4s ease
}

#override #hero .cta_wrap .btn_sbc a:hover::after {
    width: 100%
}

#override #hero .cta_wrap .btn_sbc span {
    position: absolute;
    top: -5em;
    right: -1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 6em;
    height: 6em;
    background-color: #0ba3bd;
    border-radius: 4em;
    color: #fff;
    font-size: .9375rem;
    line-height: 1.4;
    text-align: center;
    z-index: 2;
    animation-name: badge-anime;
    animation-duration: 2s;
    animation-direction: alternate;
    animation-iteration-count: infinite
}

@media screen and (max-width: 767px) {
    #override #hero .cta_wrap .btn_sbc span {
        font-size: clamp(.813rem, .638rem + .484vw, .938rem)
    }
}

@media screen and (max-width: 575px) {
    #override #hero .cta_wrap .btn_sbc span {
        font-size: clamp(.813rem, .734rem + .392vw, .875rem)
    }
}

#override #hero .cta_wrap .btn_sbc span::after {
    position: absolute;
    bottom: -10px;
    width: 30px;
    height: 20px;
    background-color: #0ba3bd;
    clip-path: polygon(0 0, 80% 0, 10% 90%);
    content: ""
}

@keyframes badge-anime {
    0% {
        transform: translate(0px, 2px)
    }

    5% {
        transform: translate(0px, -2px)
    }

    10% {
        transform: translate(0px, 2px)
    }

    15% {
        transform: translate(0px, -2px)
    }

    20% {
        transform: translate(0px, 2px)
    }

    25% {
        transform: translate(0px, -2px)
    }

    30% {
        transform: translate(0px, 0px)
    }
}

#override .top_bnr_wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
    padding: 0;
    width: 100%;
    background-color: #f9f9f9;
    overflow: hidden
}

#override .top_bnr_wrap .slick-dotted.slick_top_bnr {
    margin-bottom: 0
}

#override .top_bnr_wrap .slick_top_bnr {
    position: relative;
    margin: 0 auto;
    padding: 0;
    opacity: 0
}

#override .top_bnr_wrap .slick_top_bnr.slick-initialized {
    opacity: 1;
    transition: .4s ease
}

#override .top_bnr_wrap .slick_top_bnr .slick-track li {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden
}

#override .top_bnr_wrap .slick_top_bnr .slick-track li img {
    position: relative;
    display: inline-block;
    border: none;
    width: 100%;
    height: auto;
    aspect-ratio: 5/2;
    image-rendering: -webkit-optimize-contrast;
    transform: scale(1);
    transition: .4s ease
}

#override .top_bnr_wrap .slick_top_bnr .slick-track li img:hover {
    transform: scale(1.02);
    transition: .4s ease
}

#override .top_bnr_wrap .slick_top_bnr>.slick-track li:not(:first-child) {
    display: none
}

#override .top_bnr_wrap .slick_top_bnr button.slide-arrow {
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    width: 60px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    border: none;
    text-align: center;
    cursor: pointer;
    appearance: none;
    outline: none;
    z-index: 1;
    opacity: .6;
    transition: .4s ease
}

#override .top_bnr_wrap .slick_top_bnr button.slide-arrow:hover {
    opacity: 1;
    transition: .4s ease
}

#override .top_bnr_wrap .slick_top_bnr button.slide-arrow.prev-arrow {
    left: 0;
    background-image: url("/application/files/img/icon_prev_dark.svg")
}

#override .top_bnr_wrap .slick_top_bnr button.slide-arrow.next-arrow {
    right: 0;
    background-image: url("/application/files/img/icon_next_dark.svg")
}

#override .top_bnr_wrap .slide-dots {
    position: absolute;
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 0 auto;
    padding: 0
}

@media screen and (max-width: 575px) {
    #override .top_bnr_wrap .slide-dots {
        bottom: 20px
    }
}

#override .top_bnr_wrap .slide-dots li {
    position: relative;
    margin: 0;
    display: block;
    list-style-type: none;
    width: 46px
}

#override .top_bnr_wrap .slide-dots li button {
    display: block;
    margin: 0;
    padding: 2px;
    width: 100%;
    height: 2px;
    color: rgba(0, 0, 0, 0);
    background-color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    appearance: none;
    outline: none;
    opacity: .5;
    transition: .4s ease
}

#override .top_bnr_wrap .slide-dots li button:hover {
    background-color: #164889;
    opacity: 1;
    transition: .4s ease
}

#override .top_bnr_wrap .slide-dots li.slick-active button {
    opacity: 1;
    background-color: #164889;
    transition: .4s ease
}

#override .top_slider_wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    background-color: #02051d;
    overflow: hidden
}

#override .top_slider_wrap .slick-dotted.slick_top_slider {
    margin-bottom: 0
}

#override .top_slider_wrap .slick_top_slider {
    position: relative;
    margin: 0 auto;
    padding: 0;
    opacity: 0
}

#override .top_slider_wrap .slick_top_slider.slick-initialized {
    opacity: 1;
    transition: .4s ease
}

#override .top_slider_wrap .slick_top_slider .slick-track li {
    position: relative;
    margin: 0;
    padding: 0
}

#override .top_slider_wrap .slick_top_slider .slick-track li img {
    position: relative;
    display: inline-block;
    border: none;
    width: 100%;
    height: auto;
    aspect-ratio: 5/2;
    image-rendering: -webkit-optimize-contrast
}

@media screen and (max-width: 575px) {
    #override .top_slider_wrap .slick_top_slider .slick-track li img {
        aspect-ratio: 8/9
    }
}

#override .top_slider_wrap .slick_top_slider>.slick-track li:not(:first-child) {
    display: none
}

#override .top_slider_wrap .slick_top_slider button.slide-arrow {
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    width: 60px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    border: none;
    text-align: center;
    cursor: pointer;
    appearance: none;
    outline: none;
    z-index: 1;
    opacity: .6;
    transition: .4s ease
}

#override .top_slider_wrap .slick_top_slider button.slide-arrow:hover {
    opacity: 1;
    transition: .4s ease
}

#override .top_slider_wrap .slick_top_slider button.slide-arrow.prev-arrow {
    left: 0;
    background-image: url("/application/files/img/icon_prev_dark.svg")
}

#override .top_slider_wrap .slick_top_slider button.slide-arrow.next-arrow {
    right: 0;
    background-image: url("/application/files/img/icon_next_dark.svg")
}

#override .top_slider_wrap .slide-dots {
    position: absolute;
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 0 auto;
    padding: 0
}

@media screen and (max-width: 575px) {
    #override .top_slider_wrap .slide-dots {
        bottom: 20px
    }
}

#override .top_slider_wrap .slide-dots li {
    position: relative;
    margin: 0;
    display: block;
    list-style-type: none;
    width: 46px
}

#override .top_slider_wrap .slide-dots li button {
    display: block;
    margin: 0;
    padding: 2px;
    width: 100%;
    height: 2px;
    color: rgba(0, 0, 0, 0);
    background-color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    appearance: none;
    outline: none;
    opacity: .5;
    transition: .4s ease
}

#override .top_slider_wrap .slide-dots li button:hover {
    background-color: #164889;
    opacity: 1;
    transition: .4s ease
}

#override .top_slider_wrap .slide-dots li.slick-active button {
    opacity: 1;
    background-color: #164889;
    transition: .4s ease
}

#override .ticker_wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    background-color: #08346D;
    z-index: 2;
    box-shadow: 0px 8px 15px -10px rgba(0, 0, 0, .8)
}

@media screen and (max-width: 767px) {
    #override .ticker_wrap {
        margin-top: 0;
        background-color: #08346D
    }
}

#override .ticker_wrap .news_ticker {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    max-width: 1140px;
    overflow: hidden
}

#override .ticker_wrap .news_ticker ul {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%
}

#override .ticker_wrap .news_ticker ul li.ticker_item {
    position: relative;
    display: none;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none
}

#override .ticker_wrap .news_ticker ul li.ticker_item a {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 1rem;
    text-align: left;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .4s
}

#override .ticker_wrap .news_ticker ul li.ticker_item a:hover {
    color: #ffd4e3;
    transition: .4s
}

#override .ticker_wrap .news_ticker ul li.ticker_item a:hover::before {
    margin-right: .2em;
    margin-left: .3em;
    transition: .4s
}

@media screen and (max-width: 575px) {
    #override .ticker_wrap .news_ticker ul li.ticker_item a {
        font-size: .75rem
    }
}

#override .ticker_wrap .news_ticker ul li.ticker_item a::before {
    display: inline-block;
    margin-right: .5em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    transition: .4s
}

#override .ticker_wrap .news_ticker ul li.ticker_item.tickerHook a {
    overflow-x: scroll
}

#override .ticker_wrap .news_ticker ul li.ticker_item.tickerHook a::-webkit-scrollbar {
    background-color: #164889;
    height: 0
}

#override .ticker_wrap .news_ticker ul li.ticker_item.tickerHook a::-webkit-scrollbar-track {
    background-color: #164889;
    height: 0
}

#override .ticker_wrap .news_ticker ul li.ticker_item.tickerHook a::-webkit-scrollbar-thumb {
    background-color: #164889;
    height: 0
}

#override .temporarily_wrap {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 960px
}

@media screen and (max-width: 991px) {
    #override .temporarily_wrap {
        max-width: 750px
    }
}

#override .temporarily_wrap h2 {
    position: relative;
    margin: 0 0 1.5em;
    padding: 0;
    font-size: 1.75rem;
    line-height: 1.6;
    text-align: center
}

@media screen and (max-width: 991px) {
    #override .temporarily_wrap h2 {
        font-size: clamp(24px, 2.83vw, 28px)
    }
}

@media screen and (max-width: 767px) {
    #override .temporarily_wrap h2 {
        font-size: clamp(22px, 3.13vw, 24px)
    }
}

@media screen and (max-width: 575px) {
    #override .temporarily_wrap h2 {
        font-size: clamp(18px, 5.33vw, 22px)
    }
}

#override .temporarily_wrap h2 span {
    display: inline-block
}

@media screen and (max-width: 575px) {
    #override .temporarily_wrap h2 {
        text-align: left
    }

    #override .temporarily_wrap h2 br {
        display: none
    }

    #override .temporarily_wrap h2 span {
        display: inline
    }
}

#override .temporarily_wrap p {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1.6
}

#override .temporarily_wrap p+p {
    margin-top: 1em
}

#override .temporarily_wrap strong {
    position: relative;
    display: block;
    margin: 2.5em 0 0;
    padding: 0;
    color: #0077c8;
    font-size: clamp(18px, 2.6vw, 20px);
    font-weight: bold;
    line-height: 1.5;
    text-align: center
}

#override .temporarily_wrap strong span {
    display: inline-block
}

#override .temporarily_wrap .vamd_wrap {
    position: relative;
    display: block;
    margin: 30px auto 0;
    width: 100%
}

@media screen and (max-width: 767px) {
    #override .temporarily_wrap .vamd_wrap {
        display: none
    }
}

#override .temporarily_wrap .vamd_wrap .partoner_logo {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 50px 0 40px;
    width: 100%;
    max-width: 680px;
    background-color: #fff;
    border: 2px solid #c7dfef;
    border-radius: 50%;
    box-shadow: 5px 8px 0 0 #c7dfef;
    text-align: center
}

#override .temporarily_wrap .vamd_wrap .partoner_logo .iguazu {
    position: relative;
    display: block;
    margin: 0
}

#override .temporarily_wrap .vamd_wrap .partoner_logo .iguazu img {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-height: 46px
}

@media screen and (max-width: 991px) {
    #override .temporarily_wrap .vamd_wrap .partoner_logo .iguazu img {
        max-height: 42px
    }
}

#override .temporarily_wrap .vamd_wrap .partoner_logo .iguazu img+span {
    position: relative;
    display: inline-block;
    margin-top: .8em;
    color: #c1c2c2;
    font-size: .875rem
}

@media screen and (max-width: 991px) {
    #override .temporarily_wrap .vamd_wrap .partoner_logo .iguazu img+span {
        font-size: .8125rem
    }
}

#override .temporarily_wrap .vamd_wrap .partoner_logo .phrozen {
    position: relative;
    display: block;
    margin-top: 10px
}

#override .temporarily_wrap .vamd_wrap .partoner_logo .phrozen img {
    display: inline-block;
    margin: 0;
    width: 100%;
    height: auto;
    max-height: 40px
}

@media screen and (max-width: 991px) {
    #override .temporarily_wrap .vamd_wrap .partoner_logo .phrozen img {
        max-height: 36px
    }
}

#override .temporarily_wrap .vamd_wrap ul.vamd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 260px
}

@media screen and (max-width: 767px) {
    #override .temporarily_wrap .vamd_wrap ul.vamd {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-around;
        gap: 20px;
        margin-top: 20px;
        height: auto
    }
}

@media screen and (max-width: 575px) {
    #override .temporarily_wrap .vamd_wrap ul.vamd {
        flex-direction: column
    }
}

#override .temporarily_wrap .vamd_wrap ul.vamd li {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: space-around;
    margin: 0;
    padding: .5em;
    width: 16em;
    height: 4.8em;
    background-color: #0077c8;
    border-radius: 2px;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.5;
    text-align: center;
    box-shadow: 4px 4px 0 0 rgba(0, 119, 200, .2)
}

@media screen and (max-width: 991px) {
    #override .temporarily_wrap .vamd_wrap ul.vamd li {
        font-size: 1rem
    }
}

@media screen and (max-width: 767px) {
    #override .temporarily_wrap .vamd_wrap ul.vamd li {
        position: relative;
        width: calc(50% - 20px)
    }
}

@media screen and (max-width: 575px) {
    #override .temporarily_wrap .vamd_wrap ul.vamd li {
        width: 100%;
        height: auto
    }
}

#override .temporarily_wrap .vamd_wrap ul.vamd li:first-child {
    top: 0;
    left: 0
}

@media screen and (max-width: 767px) {
    #override .temporarily_wrap .vamd_wrap ul.vamd li:first-child br {
        display: none
    }
}

#override .temporarily_wrap .vamd_wrap ul.vamd li:nth-child(2) {
    top: 0;
    right: 0
}

#override .temporarily_wrap .vamd_wrap ul.vamd li:nth-child(3) {
    bottom: 0;
    left: 0
}

#override .temporarily_wrap .vamd_wrap ul.vamd li:last-child {
    bottom: 0;
    right: 0
}

#override .temporarily_wrap .vamd_md_wrap {
    position: relative;
    display: none;
    margin: 15px auto 0;
    padding: 1em;
    width: 100%;
    background-color: #fff;
    border: 2px solid #c7dfef;
    border-radius: 10px;
    box-shadow: 5px 8px 0 0 #c7dfef
}

@media screen and (max-width: 767px) {
    #override .temporarily_wrap .vamd_md_wrap {
        display: block
    }
}

#override .temporarily_wrap .vamd_md_wrap .partoner_logo {
    position: relative;
    display: block;
    margin: 0;
    padding: 30px 0 0;
    width: 100%;
    text-align: center
}

#override .temporarily_wrap .vamd_md_wrap .partoner_logo .iguazu {
    position: relative;
    display: block;
    margin: 0
}

#override .temporarily_wrap .vamd_md_wrap .partoner_logo .iguazu img {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-height: 42px
}

#override .temporarily_wrap .vamd_md_wrap .partoner_logo .iguazu img+span {
    position: relative;
    display: inline-block;
    margin-top: .8em;
    color: #c1c2c2;
    font-size: .75rem
}

#override .temporarily_wrap .vamd_md_wrap .partoner_logo .phrozen {
    position: relative;
    display: block;
    margin-top: 10px
}

#override .temporarily_wrap .vamd_md_wrap .partoner_logo .phrozen img {
    display: inline-block;
    margin: 0;
    width: 100%;
    height: auto;
    max-height: 36px
}

#override .temporarily_wrap .vamd_md_wrap ul.vamd {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    gap: 15px;
    margin: 0;
    padding: 0;
    height: auto
}

@media screen and (max-width: 575px) {
    #override .temporarily_wrap .vamd_md_wrap ul.vamd {
        flex-direction: column
    }
}

#override .temporarily_wrap .vamd_md_wrap ul.vamd li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: space-around;
    margin: 0;
    padding: .5em;
    background-color: #0077c8;
    border-radius: 2px;
    color: #fff;
    font-size: clamp(14px, 4.27vw, 16px);
    width: calc(50% - 20px);
    height: 4em;
    box-shadow: 4px 4px 0 0 rgba(0, 119, 200, .2)
}

@media screen and (max-width: 575px) {
    #override .temporarily_wrap .vamd_md_wrap ul.vamd li {
        width: 100%
    }
}

#override h2.top_title {
    position: relative;
    margin: 0 auto;
    padding: 0 0 2.5em;
    text-align: center;
    font-size: 1.75rem
}

@media screen and (max-width: 991px) {
    #override h2.top_title {
        font-size: 1.625rem
    }
}

@media screen and (max-width: 767px) {
    #override h2.top_title {
        font-size: 1.5rem
    }
}

@media screen and (max-width: 575px) {
    #override h2.top_title {
        font-size: 1.375rem
    }
}

#override .about_phrozen_wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

@media screen and (max-width: 991px) {
    #override .about_phrozen_wrap {
        max-width: 750px
    }
}

#override .about_phrozen_wrap .about_container {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

@media screen and (max-width: 991px) {
    #override .about_phrozen_wrap .about_container {
        flex-direction: column;
        gap: 40px
    }
}

#override .about_phrozen_wrap .about_container .phrozen_bldg {
    position: relative;
    display: block;
    margin: 0;
    width: 50%;
    text-align: center;
    order: 1
}

@media screen and (max-width: 991px) {
    #override .about_phrozen_wrap .about_container .phrozen_bldg {
        width: 100%;
        order: 0
    }
}

#override .about_phrozen_wrap .about_container .phrozen_bldg img {
    display: inline-block;
    margin: 0;
    width: 100%;
    height: auto;
    border-radius: 4px;
    aspect-ratio: 8/5
}

#override .about_phrozen_wrap .about_container .about {
    position: relative;
    display: block;
    margin: 0;
    width: 50%;
    font-size: 1rem
}

@media screen and (max-width: 991px) {
    #override .about_phrozen_wrap .about_container .about {
        width: 100%
    }
}

@media screen and (max-width: 575px) {
    #override .about_phrozen_wrap .about_container .about {
        font-size: clamp(14px, 4.27vw, 16px)
    }
}

#override .about_phrozen_wrap .about_container .about .phrozen_profile {
    position: relative;
    display: block;
    margin: 1.5em 1em 0;
    padding: 0;
    text-align: center
}

@media screen and (max-width: 991px) {
    #override .about_phrozen_wrap .about_container .about .phrozen_profile {
        margin-top: 2em
    }
}

#override .about_phrozen_wrap .about_container .about .phrozen_profile img {
    display: inline-block;
    margin: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 12/5
}

#override .about_phrozen_wrap .about_container .about .lcd {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    margin: 2em auto 0;
    padding: 0;
    width: 100%
}

@media screen and (max-width: 375px) {
    #override .about_phrozen_wrap .about_container .about .lcd {
        flex-direction: column
    }
}

#override .about_phrozen_wrap .about_container .about .lcd p {
    position: relative;
    display: block;
    margin: 0;
    width: calc(70% - 20px);
    font-size: .875rem
}

@media screen and (max-width: 575px) {
    #override .about_phrozen_wrap .about_container .about .lcd p {
        width: calc(65% - 20px)
    }
}

@media screen and (max-width: 375px) {
    #override .about_phrozen_wrap .about_container .about .lcd p {
        width: 100%
    }
}

#override .about_phrozen_wrap .about_container .about .lcd p b {
    display: inline-block;
    margin-bottom: .5em
}

#override .about_phrozen_wrap .about_container .about .lcd figure {
    position: relative;
    display: block;
    margin: 0;
    width: 30%;
    text-align: center
}

#override .about_phrozen_wrap .about_container .about .lcd figure img {
    display: inline-block;
    margin: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1
}

@media screen and (max-width: 575px) {
    #override .about_phrozen_wrap .about_container .about .lcd figure {
        width: 35%
    }
}

@media screen and (max-width: 375px) {
    #override .about_phrozen_wrap .about_container .about .lcd figure {
        width: 100%
    }

    #override .about_phrozen_wrap .about_container .about .lcd figure img {
        max-width: 200px
    }
}

#override .features_wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

#override .features_wrap ul.features {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
    margin: 0 auto;
    padding: 30px;
    width: 100%;
    background-color: #fff;
    border-radius: 6px
}

@media screen and (max-width: 575px) {
    #override .features_wrap ul.features {
        flex-direction: column;
        gap: 30px;
        padding: 0
    }
}

#override .features_wrap ul.features li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: calc(50% - 20px)
}

@media screen and (max-width: 767px) {
    #override .features_wrap ul.features li {
        width: 100%
    }
}

#override .features_wrap ul.features li i {
    position: relative;
    display: block;
    margin: 0;
    padding: 10px;
    width: 80px;
    height: 80px;
    background-color: #164889;
    border-radius: 6px
}

@media screen and (max-width: 575px) {
    #override .features_wrap ul.features li i {
        width: 60px;
        height: 60px
    }
}

#override .features_wrap ul.features li i img {
    display: inline-block;
    width: 100%;
    height: auto
}

#override .features_wrap ul.features li span {
    position: relative;
    display: block;
    width: calc(100% - 100px);
    color: #373841;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.5
}

@media screen and (max-width: 991px) {
    #override .features_wrap ul.features li span {
        font-size: clamp(15px, 1.82vw, 18px)
    }
}

@media screen and (max-width: 767px) {
    #override .features_wrap ul.features li span {
        font-size: 1.125rem
    }
}

@media screen and (max-width: 575px) {
    #override .features_wrap ul.features li span {
        width: calc(100% - 75px);
        font-size: clamp(14px, 2.78vw, 16px)
    }
}

#override .features_wrap .sample {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
    margin: 40px auto 0;
    padding: 0;
    width: 100%
}

@media screen and (max-width: 575px) {
    #override .features_wrap .sample {
        flex-direction: column;
        gap: 20px;
        margin-top: 30px
    }
}

#override .features_wrap .sample .photo {
    width: calc(50% - 15px)
}

@media screen and (max-width: 575px) {
    #override .features_wrap .sample .photo {
        width: 100%
    }
}

#override .features_wrap .sample .photo a {
    position: relative;
    display: block;
    margin: 0;
    overflow: hidden
}

#override .features_wrap .sample .photo a img {
    display: inline-block;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 4px;
    transition: .4s ease
}

#override .features_wrap .sample .photo a:hover img {
    transform: scale(1.02);
    transition: .4s ease
}

#override .lcd_feature_wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

#override .lcd_feature_wrap strong {
    position: relative;
    display: block;
    margin: 2.5em auto;
    padding: 0;
    font-size: 1.5rem;
    font-weight: normal;
    text-align: center
}

@media screen and (max-width: 991px) {
    #override .lcd_feature_wrap strong {
        font-size: clamp(18px, 2.86vw, 24px)
    }
}

@media screen and (max-width: 575px) {
    #override .lcd_feature_wrap strong {
        text-align: left
    }
}

#override .lcd_feature_wrap strong b,
#override .lcd_feature_wrap strong span {
    position: relative;
    display: inline-block
}

@media screen and (max-width: 575px) {

    #override .lcd_feature_wrap strong b,
    #override .lcd_feature_wrap strong span {
        display: inline
    }
}

#override .lcd_feature_wrap strong b {
    margin: 0 .3em;
    color: #333;
    font-weight: bold
}

#override .lcd_feature_wrap strong b::before {
    position: absolute;
    display: block;
    bottom: 4px;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #164889;
    border-radius: 2px
}

@media screen and (max-width: 575px) {
    #override .lcd_feature_wrap strong b::before {
        display: none
    }
}

#override .lcd_feature_wrap .lcd {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin: 0 auto 3em;
    padding: 1.5em 2em;
    width: 100%;
    max-width: 840px;
    background-color: #f6f6f6;
    border-radius: 6px
}

@media screen and (max-width: 575px) {
    #override .lcd_feature_wrap .lcd {
        flex-direction: column;
        gap: 20px;
        padding: 1.5em 1.3em
    }
}

#override .lcd_feature_wrap .lcd p {
    position: relative;
    display: block;
    margin: 0 auto;
    width: calc(70% - 50px);
    font-size: 1rem;
    line-height: 1.6
}

@media screen and (max-width: 575px) {
    #override .lcd_feature_wrap .lcd p {
        width: 100%;
        font-size: clamp(14px, 4vw, 16px);
        line-height: 1.5
    }
}

#override .lcd_feature_wrap .lcd p b {
    display: block;
    margin-bottom: 1em;
    font-size: clamp(18px, 2.6vw, 20px);
    text-align: left
}

@media screen and (max-width: 575px) {
    #override .lcd_feature_wrap .lcd p b {
        font-size: clamp(15px, 4.27vw, 18px);
        text-align: center
    }
}

#override .lcd_feature_wrap .lcd figure {
    position: relative;
    display: block;
    margin: 0;
    width: 30%;
    text-align: center
}

#override .lcd_feature_wrap .lcd figure img {
    display: inline-block;
    margin: 0;
    width: 100%;
    height: auto;
    border-radius: 4px;
    aspect-ratio: 1/1
}

@media screen and (max-width: 575px) {
    #override .lcd_feature_wrap .lcd figure {
        width: 100%
    }

    #override .lcd_feature_wrap .lcd figure img {
        max-width: 250px
    }
}

#override .lcd_feature_wrap h3 {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: .4em .5em .3em;
    background-color: #164889;
    font-size: 1.875rem;
    color: #fff;
    line-height: 1.5;
    text-align: center
}

@media screen and (max-width: 1199px) {
    #override .lcd_feature_wrap h3 {
        font-size: 1.75rem
    }
}

@media screen and (max-width: 991px) {
    #override .lcd_feature_wrap h3 {
        font-size: 1.625rem
    }
}

@media screen and (max-width: 767px) {
    #override .lcd_feature_wrap h3 {
        font-size: 1.5rem
    }
}

@media screen and (max-width: 575px) {
    #override .lcd_feature_wrap h3 {
        font-size: clamp(18px, 4.8vw, 22px)
    }
}

#override .lcd_feature_wrap h3 span {
    display: inline-block
}

#override .lcd_feature_wrap .lcd_feature {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
    margin: 1.5em auto 0;
    padding: 0;
    width: 100%
}

@media screen and (max-width: 767px) {
    #override .lcd_feature_wrap .lcd_feature {
        flex-direction: column;
        gap: 30px
    }
}

#override .lcd_feature_wrap .lcd_feature .lcd_item {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: calc((100% - 60px)/3);
    background-color: #fff
}

@media screen and (max-width: 767px) {
    #override .lcd_feature_wrap .lcd_feature .lcd_item {
        width: 100%
    }
}

#override .lcd_feature_wrap .lcd_feature .lcd_item h4 {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 0 .5em;
    color: #164889;
    text-align: center
}

#override .lcd_feature_wrap .lcd_feature .lcd_item .thumb {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    border: 4px solid #164889;
    border-radius: 10px
}

@media screen and (max-width: 767px) {
    #override .lcd_feature_wrap .lcd_feature .lcd_item .thumb {
        width: 100%;
        max-width: 500px
    }
}

@media screen and (max-width: 575px) {
    #override .lcd_feature_wrap .lcd_feature .lcd_item .thumb {
        padding: 0
    }
}

#override .lcd_feature_wrap .lcd_feature .lcd_item .thumb img {
    display: inline-block;
    width: 100%;
    height: auto;
    aspect-ratio: 6/5;
    border-radius: 10px
}

#override .lcd_feature_wrap .lcd_feature .lcd_item p {
    position: relative;
    display: block;
    margin: 0;
    padding: 1em;
    font-size: 1.125rem;
    text-align: center
}

@media screen and (max-width: 991px) {
    #override .lcd_feature_wrap .lcd_feature .lcd_item p {
        font-size: 1rem
    }
}

@media screen and (max-width: 767px) {
    #override .lcd_feature_wrap .lcd_feature .lcd_item p {
        font-size: clamp(16px, 2.78vw, 18px)
    }
}

@media screen and (max-width: 575px) {
    #override .lcd_feature_wrap .lcd_feature .lcd_item p {
        font-size: clamp(14px, 4.27vw, 16px)
    }
}

#override .lcd_feature_wrap .lcd_feature .lcd_item p b {
    display: inline-block;
    margin: 0 auto;
    font-weight: normal;
    text-align: left
}

#override .tab_modeling_method_wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0 0 2em;
    width: 100%;
    border-bottom: 2px solid #164889
}

#override .tab_modeling_method_wrap #tab_modeling_method {
    display: flex;
    flex-wrap: wrap;
    margin: 40px auto 0;
    width: 100%
}

#override .tab_modeling_method_wrap #tab_modeling_method>label {
    flex: 1 1;
    order: -1;
    width: 50%;
    margin: 0;
    padding: 1em 1em .8em;
    background-color: #fff2f5;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 5px 1px 1px;
    border-radius: 4px 4px 0 0;
    color: #164889;
    font-size: 1.125rem;
    text-align: center;
    cursor: pointer;
    transition: .4s
}

@media screen and (max-width: 767px) {
    #override .tab_modeling_method_wrap #tab_modeling_method>label {
        font-size: clamp(14px, 4.1vw, 18px)
    }
}

#override .tab_modeling_method_wrap #tab_modeling_method>label:hover {
    opacity: .8;
    transition: .4s
}

#override .tab_modeling_method_wrap #tab_modeling_method>label input {
    display: none
}

#override .tab_modeling_method_wrap #tab_modeling_method>label span {
    display: inline-block
}

#override .tab_modeling_method_wrap #tab_modeling_method>div.tab_content {
    display: none;
    width: 100%
}

#override .tab_modeling_method_wrap #tab_modeling_method>label:has(:checked) {
    background-color: #fff;
    border-color: #164889 rgba(0, 0, 0, 0) #fff;
    border-style: solid;
    border-width: 5px 1px 1px;
    border-radius: 4px 4px 0 0;
    color: #333
}

#override .tab_modeling_method_wrap #tab_modeling_method>label:has(:checked)+div.tab_content {
    display: block;
    animation: fadeIn 1s
}

#override .tab_modeling_method_wrap .phrozen_lcd_wrap {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 0 .5em
}

#override .tab_modeling_method_wrap .phrozen_lcd_wrap h3 {
    position: relative;
    margin: 2em auto 0;
    color: #373841;
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: center
}

@media screen and (max-width: 767px) {
    #override .tab_modeling_method_wrap .phrozen_lcd_wrap h3 {
        font-size: clamp(18px, 2.87vw, 22px)
    }
}

@media screen and (max-width: 575px) {
    #override .tab_modeling_method_wrap .phrozen_lcd_wrap h3 {
        font-size: clamp(16px, 4.8vw, 18px)
    }
}

#override .tab_modeling_method_wrap .phrozen_lcd_wrap h3 span {
    display: inline-block;
    margin: 0 .5em
}

#override .tab_modeling_method_wrap .phrozen_lcd_wrap .phrozen_lcd {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin: 2em auto 0;
    padding: 0;
    width: 100%
}

@media screen and (max-width: 767px) {
    #override .tab_modeling_method_wrap .phrozen_lcd_wrap .phrozen_lcd {
        flex-direction: column;
        gap: 20px
    }
}

#override .tab_modeling_method_wrap .phrozen_lcd_wrap .phrozen_lcd .lcd_image {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 45%
}

@media screen and (max-width: 767px) {
    #override .tab_modeling_method_wrap .phrozen_lcd_wrap .phrozen_lcd .lcd_image {
        width: 100%
    }
}

@media screen and (max-width: 575px) {
    #override .tab_modeling_method_wrap .phrozen_lcd_wrap .phrozen_lcd .lcd_image {
        padding: 0
    }
}

#override .tab_modeling_method_wrap .phrozen_lcd_wrap .phrozen_lcd .lcd_image img {
    display: inline-block;
    width: 100%;
    height: auto;
    aspect-ratio: 4/3
}

#override .tab_modeling_method_wrap .phrozen_lcd_wrap .phrozen_lcd .lcd_merit {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: calc(55% - 40px)
}

@media screen and (max-width: 767px) {
    #override .tab_modeling_method_wrap .phrozen_lcd_wrap .phrozen_lcd .lcd_merit {
        padding: 1em;
        width: 100%
    }
}

#override .tab_modeling_method_wrap .phrozen_lcd_wrap .phrozen_lcd .lcd_merit p {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 0 0 1em;
    text-indent: -0.8em;
    font-size: 1rem
}

@media screen and (max-width: 991px) {
    #override .tab_modeling_method_wrap .phrozen_lcd_wrap .phrozen_lcd .lcd_merit p {
        font-size: clamp(14px, 1.82vw, 16px)
    }
}

@media screen and (max-width: 767px) {
    #override .tab_modeling_method_wrap .phrozen_lcd_wrap .phrozen_lcd .lcd_merit p {
        font-size: clamp(14px, 4.27vw, 16px)
    }
}

#override .tab_modeling_method_wrap .phrozen_lcd_wrap .phrozen_lcd .lcd_merit p b {
    display: inline-block;
    margin-right: .5em;
    font-weight: normal
}

#override .tab_modeling_method_wrap .phrozen_lcd_wrap .phrozen_lcd .lcd_merit p+p {
    margin-top: 1.5em
}

#override .tab_modeling_method_wrap .modeling_method_wrap {
    position: relative;
    display: block;
    margin: 0;
    padding: 0
}

#override .tab_modeling_method_wrap .modeling_method_wrap h3 {
    position: relative;
    margin: 2em auto 0;
    color: #373841;
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: center
}

@media screen and (max-width: 767px) {
    #override .tab_modeling_method_wrap .modeling_method_wrap h3 {
        font-size: clamp(18px, 2.87vw, 22px)
    }
}

@media screen and (max-width: 575px) {
    #override .tab_modeling_method_wrap .modeling_method_wrap h3 {
        font-size: clamp(16px, 4.8vw, 18px)
    }
}

#override .tab_modeling_method_wrap .modeling_method_wrap h3 span {
    display: inline-block;
    margin: 0 .5em
}

#override .tab_modeling_method_wrap .modeling_method_wrap .modeling_method {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
    margin: 2em auto 0;
    padding: 0;
    width: 100%
}

@media screen and (max-width: 767px) {
    #override .tab_modeling_method_wrap .modeling_method_wrap .modeling_method {
        flex-direction: column;
        gap: 40px
    }
}

#override .tab_modeling_method_wrap .modeling_method_wrap .modeling_method .method_item {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: calc((100% - 60px)/3);
    background-color: #fff
}

@media screen and (max-width: 767px) {
    #override .tab_modeling_method_wrap .modeling_method_wrap .modeling_method .method_item {
        width: 100%
    }
}

#override .tab_modeling_method_wrap .modeling_method_wrap .modeling_method .method_item h4 {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 0 1em;
    color: #4d5059;
    text-align: center
}

#override .tab_modeling_method_wrap .modeling_method_wrap .modeling_method .method_item .thumb {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0
}

@media screen and (max-width: 767px) {
    #override .tab_modeling_method_wrap .modeling_method_wrap .modeling_method .method_item .thumb {
        width: 100%;
        max-width: 500px
    }
}

@media screen and (max-width: 575px) {
    #override .tab_modeling_method_wrap .modeling_method_wrap .modeling_method .method_item .thumb {
        padding: 0
    }
}

#override .tab_modeling_method_wrap .modeling_method_wrap .modeling_method .method_item .thumb img {
    display: inline-block;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9
}

#override .tab_modeling_method_wrap .modeling_method_wrap .modeling_method .method_item p {
    position: relative;
    display: block;
    margin: 0;
    padding: 1em;
    font-size: 1rem;
    text-align: center
}

@media screen and (max-width: 991px) {
    #override .tab_modeling_method_wrap .modeling_method_wrap .modeling_method .method_item p {
        font-size: clamp(14px, 1.82vw, 16px)
    }
}

@media screen and (max-width: 767px) {
    #override .tab_modeling_method_wrap .modeling_method_wrap .modeling_method .method_item p {
        font-size: clamp(14px, 4.27vw, 16px)
    }
}

#override .tab_modeling_method_wrap .modeling_method_wrap .modeling_method .method_item p b {
    display: inline-block;
    margin: 0 auto;
    font-weight: normal;
    text-align: left
}

@keyframes fadeIn {

    from,
    30% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

#override .product_map_wrap .product_map {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    border: 1px solid #e6e6e6;
    text-align: center
}

#override .product_map_wrap .product_map img {
    display: inline-block;
    width: 100%;
    height: auto;
    aspect-ratio: 7/4
}

#override .product_map_wrap .product_map area {
    cursor: zoom-in
}

.tooltip-wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 15px;
    width: 340px;
    background-color: #fff;
    border-radius: 6px;
    color: #333;
    line-height: 1.5;
    text-align: center;
    z-index: 100
}

@media screen and (max-width: 575px) {
    .tooltip-wrap {
        width: 300px
    }
}

.tooltip-wrap .tt_series {
    position: relative;
    display: block;
    margin: 0;
    padding: .5em 0 .4em;
    border-radius: 0;
    color: #fff;
    font-size: 1.125rem;
    font-weight: bold
}

.tooltip-wrap .tt_series.mega {
    background-color: #168999
}

.tooltip-wrap .tt_series.mighty {
    background-color: #5c9830
}

.tooltip-wrap .tt_series.mini {
    background-color: #989236
}

.tooltip-wrap .tt_thumb {
    position: relative;
    display: block;
    margin: 10px 0;
    padding: 0
}

.tooltip-wrap .tt_thumb img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 200px;
    height: auto
}

.tooltip-wrap .tt_model {
    position: relative;
    display: block;
    margin: 0;
    padding: 0
}

.tooltip-wrap .tt_model span {
    display: inline-block;
    margin: 0 auto;
    padding: .3em 1.2em .2em;
    background-color: #373841;
    border-radius: 1em;
    color: #fff;
    font-size: .875rem
}

.tooltip-wrap h5.tt_name {
    position: relative;
    display: block;
    margin: .5em 0 0;
    padding: 0;
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 1.5
}

.tooltip-wrap .tt_price {
    position: relative;
    display: block;
    margin: 1em 0 0;
    padding: 0 0 .5em;
    border: 1px solid #888
}

.tooltip-wrap .tt_price span {
    display: block;
    margin: 0 0 .5em;
    padding: .3em .8em .2em;
    background-color: #888;
    color: #fff
}

.tooltip-wrap .tt_price small {
    font-size: 80%
}

.tooltip-wrap .tt-area {
    position: relative;
    display: block;
    margin: 5px 0 0;
    padding: 0 0 .5em;
    border: 1px solid #888
}

.tooltip-wrap .tt-area span {
    display: block;
    margin: 0 0 .5em;
    padding: .3em .8em .2em;
    background-color: #888;
    color: #fff
}

.tooltip-wrap .tt-area small {
    font-size: 80%
}

.tooltip-wrap .tt-more {
    position: relative;
    display: block;
    margin: 1em 0 0;
    padding: 0;
    text-align: center
}

.tooltip-wrap .tt-more a {
    display: inline-block;
    margin: 0 auto;
    padding: .3em 2em .2em;
    background-color: #164889;
    border-radius: 3px;
    line-height: 1.6;
    color: #fff;
    transition: .4s ease
}

.tooltip-wrap .tt-more a::before {
    display: inline-block;
    margin-right: .5em;
    font-family: "Font Awesome 5 Free";
    font-weight: 300;
    content: ""
}

.tooltip-wrap .tt-more a:hover {
    background-color: #08346D;
    transition: .4s ease
}

.tooltip-wrap.lity-hide {
    display: none
}

#override .lineup_wrap {
    position: relative;
    display: block;
    margin: 20px auto 0;
    padding: 0;
    width: 100%
}

#override .lineup_wrap .lineup {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1920px
}

@media screen and (max-width: 575px) {
    #override .lineup_wrap .lineup {
        flex-direction: column
    }
}

#override .lineup_wrap .lineup .lineup_bnr {
    position: relative;
    display: block;
    margin: 0;
    width: 50%
}

@media screen and (max-width: 575px) {
    #override .lineup_wrap .lineup .lineup_bnr {
        margin: 0 auto;
        width: 100%;
        max-width: 540px
    }
}

#override .lineup_wrap .lineup .lineup_bnr a {
    position: relative;
    display: block;
    margin: 0;
    overflow: hidden
}

#override .lineup_wrap .lineup .lineup_bnr a img {
    display: inline-block;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    transition: .4s ease
}

#override .lineup_wrap .lineup .lineup_bnr a:hover img {
    transform: scale(1.02);
    transition: .4s ease
}

#override .support_wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

#override .support_wrap .support_container {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    margin: 0 auto;
    padding: 40px;
    width: 100%;
    background-color: #fff;
    border-radius: 6px
}

@media screen and (max-width: 991px) {
    #override .support_wrap .support_container {
        flex-direction: column;
        padding: 30px;
        gap: 30px
    }
}

#override .support_wrap .support_container .image {
    position: relative;
    display: block;
    order: 0;
    margin: 0;
    width: 300px;
    overflow: hidden
}

@media screen and (max-width: 991px) {
    #override .support_wrap .support_container .image {
        width: 240px
    }
}

@media screen and (max-width: 575px) {
    #override .support_wrap .support_container .image {
        width: 200px
    }
}

#override .support_wrap .support_container .image img {
    display: inline-block;
    margin: 0 auto;
    border: 5px solid #83b6d4;
    border-radius: 150px;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1
}

#override .support_wrap .support_container .support {
    position: relative;
    display: block;
    order: 1;
    margin: 0;
    padding: 0;
    width: calc(100% - 360px)
}

@media screen and (max-width: 991px) {
    #override .support_wrap .support_container .support {
        margin: 0 auto;
        width: 100%;
        max-width: 640px
    }
}

#override .support_wrap .support_container .support h2 {
    position: relative;
    display: block;
    margin: 0 0 1em;
    padding: 0;
    font-size: 1.875rem;
    line-height: 1.5;
    text-align: center
}

@media screen and (max-width: 1199px) {
    #override .support_wrap .support_container .support h2 {
        font-size: 1.75rem
    }
}

@media screen and (max-width: 991px) {
    #override .support_wrap .support_container .support h2 {
        font-size: 1.625rem
    }
}

@media screen and (max-width: 767px) {
    #override .support_wrap .support_container .support h2 {
        font-size: 1.5rem
    }
}

@media screen and (max-width: 575px) {
    #override .support_wrap .support_container .support h2 {
        font-size: clamp(18px, 4.8vw, 22px)
    }
}

#override .support_wrap .support_container .support h2 span {
    display: inline-block
}

#override .support_wrap .support_container .support h2+p {
    margin: 0;
    padding: 0;
    font-size: 1.125rem;
    line-height: 1.6
}

@media screen and (max-width: 767px) {
    #override .support_wrap .support_container .support h2+p {
        font-size: 1rem
    }
}

@media screen and (max-width: 575px) {
    #override .support_wrap .support_container .support h2+p {
        font-size: clamp(14px, 4.27vw, 16px)
    }
}

#override .support_wrap .support_container .support .link_support {
    position: relative;
    display: block;
    margin-top: 1em;
    text-align: center
}

#override .support_wrap .support_container .support .link_support a {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: .8em .4em;
    max-width: 340px;
    background-color: #024787;
    border-radius: 6px;
    color: #fff;
    font-size: 1.25rem;
    text-align: center;
    transition: .4s ease
}

@media screen and (max-width: 575px) {
    #override .support_wrap .support_container .support .link_support a {
        font-size: clamp(14px, 4.27vw, 18px)
    }
}

#override .support_wrap .support_container .support .link_support a::before {
    position: relative;
    display: inline-block;
    margin-right: .4em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: ""
}

#override .support_wrap .support_container .support .link_support a:hover {
    background-color: #0a3c6b;
    transition: .4s ease
}

#override .partner_wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

#override .partner_wrap strong {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    font-size: 1.25rem;
    font-weight: normal;
    text-align: center
}

@media screen and (max-width: 991px) {
    #override .partner_wrap strong {
        font-size: clamp(18px, 2.86vw, 20px)
    }
}

@media screen and (max-width: 575px) {
    #override .partner_wrap strong {
        text-align: left
    }
}

#override .partner_wrap strong span {
    position: relative;
    display: inline-block
}

@media screen and (max-width: 575px) {
    #override .partner_wrap strong span {
        display: inline
    }
}

#override .partner_wrap .partner_pros {
    position: relative;
    display: block;
    margin: 4em auto 0;
    padding: 2em 30px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 6px
}

#override .partner_wrap .partner_pros h3 {
    position: absolute;
    top: -1em;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    margin: 0 auto 0;
    padding: .4em .5em .3em;
    width: 100%;
    max-width: 24em;
    background-color: #0077c8;
    font-size: 1.625rem;
    color: #fff;
    line-height: 1.5;
    text-align: center
}

@media screen and (max-width: 991px) {
    #override .partner_wrap .partner_pros h3 {
        font-size: 1.5rem
    }
}

@media screen and (max-width: 767px) {
    #override .partner_wrap .partner_pros h3 {
        font-size: 1.375rem
    }
}

@media screen and (max-width: 575px) {
    #override .partner_wrap .partner_pros h3 {
        font-size: clamp(18px, 4.8vw, 22px)
    }
}

#override .partner_wrap .partner_pros h3 span {
    display: inline-block
}

#override .partner_wrap .partner_pros ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 40px 60px;
    margin: 0 auto;
    padding: 30px 0 0;
    list-style: none
}

@media screen and (max-width: 991px) {
    #override .partner_wrap .partner_pros ul {
        gap: 40px 40px
    }
}

@media screen and (max-width: 767px) {
    #override .partner_wrap .partner_pros ul {
        flex-direction: column;
        gap: 30px 0
    }
}

#override .partner_wrap .partner_pros ul li {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
    padding: 1em;
    width: calc(50% - 80px);
    color: #333;
    font-size: clamp(18px, 1.67vw, 20px);
    font-weight: bold;
    line-height: 1.5;
    box-shadow: 5px 5px 10px -3px rgba(0, 0, 0, .1)
}

@media screen and (max-width: 1199px) {
    #override .partner_wrap .partner_pros ul li {
        width: calc(50% - 30px)
    }
}

@media screen and (max-width: 991px) {
    #override .partner_wrap .partner_pros ul li {
        flex-direction: column;
        padding: 1em .5em
    }
}

@media screen and (max-width: 767px) {
    #override .partner_wrap .partner_pros ul li {
        width: 100%
    }
}

@media screen and (max-width: 575px) {
    #override .partner_wrap .partner_pros ul li {
        font-size: clamp(15px, 4.27vw, 18px)
    }
}

#override .partner_wrap .partner_pros ul li span {
    position: relative;
    display: block
}

@media screen and (max-width: 991px) {
    #override .partner_wrap .partner_pros ul li span {
        margin-top: .8em;
        width: 100%;
        text-align: center
    }
}

#override .partner_wrap .partner_pros ul li span small {
    display: block;
    font-weight: normal;
    font-size: 70%
}

#override .partner_wrap .partner_pros ul li::before {
    display: block;
    margin-right: .3em;
    width: 100px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 80px;
    line-height: 1;
    color: #83b6d4;
    text-align: center
}

@media screen and (max-width: 1199px) {
    #override .partner_wrap .partner_pros ul li::before {
        width: 80px;
        font-size: 60px
    }
}

@media screen and (max-width: 991px) {
    #override .partner_wrap .partner_pros ul li::before {
        margin: 0;
        width: 100%
    }
}

#override .partner_wrap .partner_pros ul li:first-child::before {
    content: ""
}

#override .partner_wrap .partner_pros ul li:nth-child(2)::before {
    content: ""
}

#override .partner_wrap .partner_pros ul li:nth-child(3)::before {
    content: ""
}

#override .partner_wrap .partner_pros ul li:last-child::before {
    content: ""
}

#override .partner_wrap .partner {
    position: relative;
    display: block;
    margin: 2em auto 0;
    text-align: center
}

#override .partner_wrap .partner a.btn_partner {
    display: block;
    margin: 0 auto;
    padding: 1em .5em .8em;
    width: 100%;
    max-width: 26em;
    background-color: #f86800;
    border-radius: 6px;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5;
    transition: .4s ease
}

@media screen and (max-width: 991px) {
    #override .partner_wrap .partner a.btn_partner {
        font-size: 1.375rem
    }
}

@media screen and (max-width: 767px) {
    #override .partner_wrap .partner a.btn_partner {
        font-size: 1.25rem
    }
}

@media screen and (max-width: 575px) {
    #override .partner_wrap .partner a.btn_partner {
        padding: .5em .5em .8em;
        font-size: clamp(15px, 4.27vw, 18px);
        font-weight: bold
    }
}

#override .partner_wrap .partner a.btn_partner:hover {
    background-color: #f83a00;
    transition: .4s ease
}

#override .partner_wrap .partner a.btn_partner span {
    display: inline-block;
    margin-left: .25em;
    margin-right: .25em;
    text-align: center;
    vertical-align: middle
}

#override .partner_wrap .partner a.btn_partner::before {
    display: inline-block;
    margin-left: .25em;
    margin-right: .25em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    font-size: 2em;
    text-align: center;
    vertical-align: middle
}

#override .news_wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

#override .news_wrap .archive {
    position: relative;
    display: block;
    margin-top: 15px;
    text-align: right;
    font-size: .9375rem
}

#override .news_wrap .archive a {
    display: inline-block;
    margin: 0;
    padding: .3em 0;
    color: #373841;
    transition: .4s ease
}

#override .news_wrap .archive a::before {
    display: inline-block;
    margin-right: .5em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: ""
}

#override .news_wrap .archive a:hover {
    color: #08346D;
    transition: .4s ease
}

#override .section_title_wrap {
    position: relative;
    display: block;
    margin: 0 auto 40px;
    padding: 0 0 10px;
    border-bottom: 1px solid #4d5059;
    width: 100%
}

#override .section_title_wrap h2.section_title {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0 0 0 .5em;
    border-left: 6px solid #08346D;
    font-size: 1.75rem;
    line-height: 1.5
}

@media screen and (max-width: 1199px) {
    #override .section_title_wrap h2.section_title {
        font-size: 1.6875rem
    }
}

@media screen and (max-width: 991px) {
    #override .section_title_wrap h2.section_title {
        font-size: 1.625rem
    }
}

@media screen and (max-width: 767px) {
    #override .section_title_wrap h2.section_title {
        font-size: clamp(22px, 3.82vw, 24px)
    }
}

@media screen and (max-width: 575px) {
    #override .section_title_wrap h2.section_title {
        font-size: clamp(18px, 4.62vw, 22px)
    }
}

#override .sec_header_wrap {
    position: relative;
    display: block;
    margin: 0 auto 60px;
    padding: 0;
    width: 100%
}

@media screen and (max-width: 767px) {
    #override .sec_header_wrap {
        margin-bottom: 40px
    }
}

@media screen and (max-width: 575px) {
    #override .sec_header_wrap {
        margin-bottom: 30px
    }
}

#override .sec_header_wrap.product#fdm {
    margin-top: 40px;
    background-color: #373841;
    background-image: linear-gradient(60deg, #4d5059 10%, #373841 20%)
}

#override .sec_header_wrap.product#sonic_mega_series {
    background-color: #373841;
    background-image: linear-gradient(60deg, #4d5059 10%, #373841 20%)
}

#override .sec_header_wrap.product#sonic_mighty_series {
    background-color: #373841;
    background-image: linear-gradient(60deg, #4d5059 10%, #373841 20%)
}

#override .sec_header_wrap.product#sonic_mini_series {
    background-color: #373841;
    background-image: linear-gradient(60deg, #4d5059 10%, #373841 20%)
}

#override .sec_header_wrap.product {
    margin-bottom: 100px
}

#override .sec_header_wrap.product .sec_header {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 3em 15px;
    width: 100%;
    max-width: 1320px
}

@media screen and (max-width: 1199px) {
    #override .sec_header_wrap.product .sec_header {
        padding: 2.8em 15px;
        max-width: 1140px
    }
}

@media screen and (max-width: 991px) {
    #override .sec_header_wrap.product .sec_header {
        padding: 2.5em 15px;
        max-width: 960px
    }
}

@media screen and (max-width: 767px) {
    #override .sec_header_wrap.product .sec_header {
        padding: 2em 15px;
        max-width: 720px
    }
}

@media screen and (max-width: 575px) {
    #override .sec_header_wrap.product .sec_header {
        padding: 1.8em 15px
    }
}

@media screen and (max-width: 375px) {
    #override .sec_header_wrap.product .sec_header {
        padding: 1.6em 15px
    }
}

#override .sec_header_wrap.material {
    background-color: #e0adac
}

#override .sec_header_wrap.material .sec_header {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 2em 15px;
    width: 100%;
    max-width: 1320px
}

@media screen and (max-width: 1199px) {
    #override .sec_header_wrap.material .sec_header {
        padding: 1.8em 15px;
        max-width: 1140px
    }
}

@media screen and (max-width: 991px) {
    #override .sec_header_wrap.material .sec_header {
        padding: 1.5em 15px;
        max-width: 960px
    }
}

@media screen and (max-width: 767px) {
    #override .sec_header_wrap.material .sec_header {
        padding: 1em 15px;
        max-width: 720px
    }
}

@media screen and (max-width: 575px) {
    #override .sec_header_wrap.material .sec_header {
        padding: .8em 15px
    }
}

@media screen and (max-width: 375px) {
    #override .sec_header_wrap.material .sec_header {
        padding: .6em 15px
    }
}

#override .sec_header_wrap .sec_header h2 {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    color: #fff;
    font-size: 1.75rem;
    line-height: 1.5;
    text-align: center;
    z-index: 3
}

@media screen and (max-width: 1199px) {
    #override .sec_header_wrap .sec_header h2 {
        font-size: 1.6875rem
    }
}

@media screen and (max-width: 991px) {
    #override .sec_header_wrap .sec_header h2 {
        font-size: 1.625rem
    }
}

@media screen and (max-width: 767px) {
    #override .sec_header_wrap .sec_header h2 {
        font-size: clamp(22px, 3.82vw, 24px)
    }
}

@media screen and (max-width: 575px) {
    #override .sec_header_wrap .sec_header h2 {
        font-size: clamp(18px, 4.62vw, 22px)
    }
}

#override .sec_header_wrap .sec_header h2+span {
    position: relative;
    display: block;
    margin: .5em auto 0;
    padding: 0;
    color: #fff;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    z-index: 2
}

@media screen and (max-width: 767px) {
    #override .sec_header_wrap .sec_header h2+span {
        font-size: clamp(16px, 2.78vw, 18px)
    }
}

@media screen and (max-width: 575px) {
    #override .sec_header_wrap .sec_header h2+span {
        font-size: clamp(12px, 3.73vw, 16px)
    }
}

#override .sec_header_wrap .sec_header .symbol {
    position: absolute;
    display: block;
    bottom: 0;
    left: 15px;
    margin: 0;
    padding: 0;
    z-index: 1
}

@media screen and (max-width: 575px) {
    #override .sec_header_wrap .sec_header .symbol {
        left: 5px
    }
}

#override .sec_header_wrap .sec_header .symbol img {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    max-width: 200px
}

@media screen and (max-width: 1199px) {
    #override .sec_header_wrap .sec_header .symbol img {
        max-width: 180px
    }
}

@media screen and (max-width: 991px) {
    #override .sec_header_wrap .sec_header .symbol img {
        max-width: 160px
    }
}

@media screen and (max-width: 767px) {
    #override .sec_header_wrap .sec_header .symbol img {
        max-width: 140px
    }
}

@media screen and (max-width: 575px) {
    #override .sec_header_wrap .sec_header .symbol img {
        max-width: clamp(90px, 4.75vw, 120px)
    }
}

@media screen and (max-width: 375px) {
    #override .sec_header_wrap .sec_header .symbol img {
        max-width: 80px
    }
}

#override .purchase_wrap {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    text-align: right
}

@media screen and (max-width: 575px) {
    #override .purchase_wrap {
        text-align: center
    }
}

#override .purchase_wrap .btn_purchase {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0
}

#override .purchase_wrap .btn_purchase a {
    position: relative;
    display: block;
    margin: 0;
    padding: .7em 1em;
    width: 240px;
    background-color: #f86800;
    border-radius: 6px;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    transition: .4s ease
}

#override .purchase_wrap .btn_purchase a:hover {
    background-color: #f83a00;
    transition: .4s ease
}

#override .purchase_wrap .btn_purchase a::after {
    display: inline-block;
    margin-left: .5em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: ""
}

#override .purchase_wrap .btn_preorder {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0
}

#override .purchase_wrap .btn_preorder a {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: .7em 1em;
    width: 240px;
    background-color: #024787;
    border-radius: 6px;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    transition: .4s ease
}

@media screen and (max-width: 575px) {
    #override .purchase_wrap .btn_preorder a {
        font-size: clamp(14px, 4vw, 16px)
    }
}

#override .purchase_wrap .btn_preorder a:hover {
    background-color: #0a3c6b;
    transition: .4s ease
}

#override .purchase_wrap .btn_preorder a::before {
    position: relative;
    display: inline-block;
    margin-right: .4em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: ""
}

#override .accessory_container .purchase_wrap {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    text-align: left
}

@media screen and (max-width: 575px) {
    #override .accessory_container .purchase_wrap {
        text-align: center
    }
}

#override .pickup {
    position: relative;
    display: block;
    margin: 0;
    padding-bottom: 1em;
    text-align: center
}

#override .pickup strong {
    position: relative;
    display: inline-block;
    color: #222;
    font-size: 2rem;
    line-height: 1.5
}

@media screen and (max-width: 991px) {
    #override .pickup strong {
        font-size: 1.875rem
    }
}

@media screen and (max-width: 767px) {
    #override .pickup strong {
        font-size: 1.75rem
    }
}

@media screen and (max-width: 575px) {
    #override .pickup strong {
        font-size: 1.5rem
    }
}

#override h2.sec_title {
    position: relative;
    display: table;
    margin: 0 auto 2.5em;
    padding: .25em 1em .1em;
    color: #222;
    font-size: 1.75rem;
    line-height: 1.5;
    text-align: center
}

@media screen and (max-width: 991px) {
    #override h2.sec_title {
        font-size: 1.625rem
    }
}

@media screen and (max-width: 767px) {
    #override h2.sec_title {
        font-size: 1.5rem
    }
}

@media screen and (max-width: 575px) {
    #override h2.sec_title {
        font-size: 1.375rem
    }
}

#override h2.sec_title::before,
#override h2.sec_title::after {
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 100%;
    border: 3px solid #164889;
    box-sizing: border-box;
    content: ""
}

#override h2.sec_title::before {
    top: 0;
    left: 0;
    border-right: none
}

#override h2.sec_title::after {
    bottom: 0;
    right: 0;
    border-left: none
}

#override div.attribute_thumbnail {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    overflow: hidden
}

#override div.attribute_thumbnail img {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1
}

#override h2.attribute_product_name {
    position: relative;
    display: block;
    margin: 1em 0 0;
    padding: 0;
    font-size: 3rem
}

@media screen and (max-width: 1199px) {
    #override h2.attribute_product_name {
        font-size: 2.75rem
    }
}

@media screen and (max-width: 991px) {
    #override h2.attribute_product_name {
        font-size: clamp(32px, 4.24vw, 42px)
    }
}

@media screen and (max-width: 767px) {
    #override h2.attribute_product_name {
        font-size: clamp(30px, 6vw, 46px)
    }
}

#override h2.attribute_product_name>span {
    font-size: .95em
}

#override div.attribute_modeling_method {
    position: relative;
    display: block;
    margin: 1em 0 0;
    padding: 0
}

#override div.attribute_modeling_method span {
    display: inline-block;
    margin: 0;
    padding: .4em 0 .3em .6em;
    background-color: #08346D;
    border-radius: 2px;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center
}

@media screen and (max-width: 575px) {
    #override div.attribute_modeling_method span {
        font-size: .875rem
    }
}

#override .layout_2col_wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    gap: 20px;
    margin: 1em 0 0;
    padding: 0;
    width: 100%
}

@media screen and (max-width: 991px) {
    #override .layout_2col_wrap {
        flex-direction: column
    }
}

@media screen and (max-width: 767px) {
    #override .layout_2col_wrap {
        flex-direction: row
    }
}

@media screen and (max-width: 575px) {
    #override .layout_2col_wrap {
        flex-direction: column
    }
}

#override .layout_2col_wrap .col_item {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 50%
}

@media screen and (max-width: 991px) {
    #override .layout_2col_wrap .col_item {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    #override .layout_2col_wrap .col_item {
        width: 50%
    }
}

@media screen and (max-width: 575px) {
    #override .layout_2col_wrap .col_item {
        width: 100%
    }
}

#override .layout_2col_wrap .col_item .attribut_product_number {
    position: relative;
    display: block;
    margin: 0 0 0 .4em;
    padding: 0;
    font-size: 1rem;
    color: #666
}

@media screen and (max-width: 575px) {
    #override .layout_2col_wrap .col_item .attribut_product_number {
        font-size: .875rem
    }
}

#override .layout_2col_wrap .col_item .attribute_base_price {
    position: relative;
    display: block;
    margin: .5em 0 0 .4em;
    padding: 0;
    font-size: 1rem;
    color: #666
}

@media screen and (max-width: 575px) {
    #override .layout_2col_wrap .col_item .attribute_base_price {
        font-size: .875rem
    }
}

#override .layout_2col_wrap .col_item .attribute_base_price small {
    display: inline;
    font-size: .8em
}

#override .product_overview {
    position: relative;
    display: block;
    margin: 1.5em 0 0;
    font-size: 1.125rem;
    line-height: 1.6
}

@media screen and (max-width: 991px) {
    #override .product_overview {
        font-size: clamp(16px, 1.82vw, 18px)
    }
}

@media screen and (max-width: 767px) {
    #override .product_overview {
        font-size: clamp(16px, 2.35vw, 18px)
    }
}

@media screen and (max-width: 575px) {
    #override .product_overview {
        font-size: 1rem
    }
}

#override small.note {
    display: block;
    color: #c00
}

#override .btn_preorder {
    display: block;
    margin: 1.5em 0 0;
    text-align: center
}

#override .btn_preorder a {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: .7em 1em;
    width: 100%;
    max-width: 240px;
    background-color: #024787;
    border-radius: 6px;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    transition: .4s ease
}

@media screen and (max-width: 575px) {
    #override .btn_preorder a {
        font-size: clamp(14px, 4vw, 16px)
    }
}

#override .btn_preorder a::before {
    position: relative;
    display: inline-block;
    margin-right: .4em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: ""
}

#override .btn_preorder a:hover {
    background-color: #0a3c6b;
    transition: .4s ease
}

#override .product_feature_wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

@media screen and (max-width: 767px) {
    #override .product_feature_wrap {
        flex-direction: column;
        gap: 40px
    }
}

#override .product_feature_wrap .product_feature {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: calc((100% - 60px)/3);
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(10, 10, 10, .1)
}

@media screen and (max-width: 767px) {
    #override .product_feature_wrap .product_feature {
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 30px;
        align-items: center;
        width: 100%
    }
}

@media screen and (max-width: 575px) {
    #override .product_feature_wrap .product_feature {
        flex-direction: column;
        gap: 0;
        align-items: stretch
    }
}

#override .product_feature_wrap .product_feature .thumb {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 4px 4px 0 0
}

@media screen and (max-width: 767px) {
    #override .product_feature_wrap .product_feature .thumb {
        padding: 1em;
        width: 40%
    }
}

@media screen and (max-width: 575px) {
    #override .product_feature_wrap .product_feature .thumb {
        padding: 0;
        width: 100%
    }
}

#override .product_feature_wrap .product_feature .thumb img {
    display: inline-block;
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    border-radius: 4px 4px 0 0
}

#override .product_feature_wrap .product_feature .thumb a {
    position: relative;
    display: block;
    overflow: hidden
}

#override .product_feature_wrap .product_feature .thumb a img {
    transform: scale(1);
    transition: .4s ease
}

#override .product_feature_wrap .product_feature .thumb a:hover img {
    transform: scale(1.05);
    transition: .4s ease
}

#override .product_feature_wrap .product_feature .feature {
    position: relative;
    display: block;
    margin: 0;
    padding: 1.5em 0 0;
    border-radius: 0 0 4px 4px
}

@media screen and (max-width: 767px) {
    #override .product_feature_wrap .product_feature .feature {
        padding-top: 1em;
        width: 60%
    }
}

@media screen and (max-width: 575px) {
    #override .product_feature_wrap .product_feature .feature {
        padding-top: 1.5em;
        width: 100%
    }
}

#override .product_feature_wrap .product_feature .feature h3 {
    position: relative;
    margin: 0;
    padding: 0 .5em;
    color: #164889;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.6;
    text-align: center
}

@media screen and (max-width: 991px) {
    #override .product_feature_wrap .product_feature .feature h3 {
        font-size: clamp(18px, 2.02vw, 20px)
    }
}

@media screen and (max-width: 767px) {
    #override .product_feature_wrap .product_feature .feature h3 {
        font-size: clamp(18px, 2.61vw, 20px)
    }
}

@media screen and (max-width: 575px) {
    #override .product_feature_wrap .product_feature .feature h3 {
        font-size: clamp(18px, 4.8vw, 20px)
    }
}

#override .product_feature_wrap .product_feature .feature h3 span {
    display: inline-block
}

#override .product_feature_wrap .product_feature .feature h3+p {
    position: relative;
    margin: 0;
    padding: 1em 1em 1.5em;
    font-size: 1rem;
    line-height: 1.5
}

@media screen and (max-width: 575px) {
    #override .product_feature_wrap .product_feature .feature h3+p {
        font-size: clamp(14px, 4.1vw, 16px)
    }
}

#override .aroc_info_wrap {
    position: relative;
    display: block;
    margin: 6em auto 0;
    padding: 0;
    width: 100%
}

@media screen and (max-width: 1199px) {
    #override .aroc_info_wrap {
        margin-top: 4em
    }
}

#override .aroc_info_wrap .aroc_info_container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

#override .aroc_info_wrap .aroc_info_container .aroc_video {
    position: relative;
    margin: 0;
    width: 100%;
    max-width: 960px
}

#override .aroc_info_wrap .aroc_info_container .aroc_video a {
    position: relative;
    display: block;
    width: 100%;
    border: 4px solid #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(10, 10, 10, .1);
    overflow: hidden
}

#override .aroc_info_wrap .aroc_info_container .aroc_video a img {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    will-change: transform;
    transition: .4s ease
}

#override .aroc_info_wrap .aroc_info_container .aroc_video a:hover img {
    transform: scale(1.02);
    transition: .4s ease
}

#override .aroc_info_wrap .aroc_info_container .aroc_material {
    position: relative;
    margin-top: 6em;
    width: 100%
}

@media screen and (max-width: 1199px) {
    #override .aroc_info_wrap .aroc_info_container .aroc_material {
        margin-top: 4em
    }
}

#override .aroc_info_wrap .aroc_info_container .aroc_material h3 {
    margin-bottom: 1.5em;
    color: #373841;
    text-align: center
}

#override .aroc_info_wrap .aroc_info_container .aroc_material h3+p {
    text-align: center;
    line-height: 1.6
}

@media screen and (max-width: 991px) {
    #override .aroc_info_wrap .aroc_info_container .aroc_material h3+p {
        text-align: left
    }
}

#override .aroc_info_wrap .aroc_info_container .aroc_material .material_list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    margin-top: 3em;
    padding: 0;
    width: 100%;
    list-style: none;
    text-align: center
}

@media screen and (max-width: 767px) {
    #override .aroc_info_wrap .aroc_info_container .aroc_material .material_list {
        gap: 15px;
        margin-top: 2em
    }
}

#override .aroc_info_wrap .aroc_info_container .aroc_material .material_list li {
    width: calc((100% - 60px)/4)
}

@media screen and (max-width: 767px) {
    #override .aroc_info_wrap .aroc_info_container .aroc_material .material_list li {
        width: calc((100% - 45px)/4)
    }
}

@media screen and (max-width: 575px) {
    #override .aroc_info_wrap .aroc_info_container .aroc_material .material_list li {
        width: calc((100% - 15px)/2)
    }
}

#override .sample_slider_wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    overflow: hidden
}

#override .sample_slider_wrap .slick-dotted.slick_sample_list {
    margin-bottom: 0
}

#override .sample_slider_wrap .slick_sample_list {
    position: relative;
    padding: 0;
    opacity: 0
}

#override .sample_slider_wrap .slick_sample_list.slick-initialized {
    opacity: 1;
    transition: .4s ease
}

#override .sample_slider_wrap .slick_sample_list .slick-track {
    position: relative
}

#override .sample_slider_wrap .slick_sample_list .slick-track .slick-slide {
    position: relative;
    display: block;
    margin: 0 4px;
    border: 1px solid #ececec;
    border-radius: 4px
}

#override .sample_slider_wrap .slick_sample_list .slick-track .slick-slide img {
    position: relative;
    display: inline-block;
    border: none;
    border-radius: 4px;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9
}

#override .sample_slider_wrap .slick_sample_list button.slide-arrow {
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    width: 40px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px auto;
    border: none;
    cursor: pointer;
    appearance: none;
    outline: none;
    z-index: 1;
    opacity: .6;
    transition: .4s ease
}

@media screen and (max-width: 575px) {
    #override .sample_slider_wrap .slick_sample_list button.slide-arrow {
        width: 20px;
        background-size: 10px auto
    }
}

#override .sample_slider_wrap .slick_sample_list button.slide-arrow:hover {
    opacity: 1;
    transition: .4s ease
}

#override .sample_slider_wrap .slick_sample_list button.slide-arrow.prev-arrow {
    left: 0;
    background-image: url("/application/files/img/icon_prev_dark.svg")
}

#override .sample_slider_wrap .slick_sample_list button.slide-arrow.next-arrow {
    right: 0;
    background-image: url("/application/files/img/icon_next_dark.svg")
}

#override .sample_slider_wrap .slide-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 0 auto;
    padding: 0
}

#override .sample_slider_wrap .slide-dots li {
    position: relative;
    margin: 0;
    display: block;
    list-style-type: none;
    width: 50px
}

@media screen and (max-width: 575px) {
    #override .sample_slider_wrap .slide-dots li {
        width: 40px
    }
}

#override .sample_slider_wrap .slide-dots li button {
    display: block;
    margin: 0;
    padding: 2px;
    width: 100%;
    height: 2px;
    color: rgba(0, 0, 0, 0);
    background-color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    appearance: none;
    outline: none;
    opacity: .5;
    transition: .4s ease
}

#override .sample_slider_wrap .slide-dots li button:hover {
    background-color: #164889;
    opacity: 1;
    transition: .4s ease
}

#override .sample_slider_wrap .slide-dots li.slick-active button {
    opacity: 1;
    background-color: #164889;
    transition: .4s ease
}

#override .spec_wrap {
    position: relative;
    margin: 0 auto;
    background-color: #fff
}

#override .spec_wrap .spec {
    position: relative;
    margin: 0 auto
}

#override .spec_wrap .spec h3 {
    position: relative;
    margin: 0;
    padding: .6em .5em .5em;
    background-color: #373841;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.5;
    text-align: center
}

@media screen and (max-width: 575px) {
    #override .spec_wrap .spec h3 {
        font-size: 1rem
    }
}

#override .spec_wrap .spec dl {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 auto;
    width: 100%
}

@media screen and (max-width: 767px) {
    #override .spec_wrap .spec dl {
        flex-direction: column
    }
}

#override .spec_wrap .spec dl dt {
    margin: 0;
    padding: .5em .8em .3em;
    width: 15em;
    background-color: #f7fafc;
    border-bottom: 1px solid #ccc;
    font-size: .9375rem;
    font-weight: bold;
    line-height: 1.5;
    word-break: break-all
}

@media screen and (max-width: 767px) {
    #override .spec_wrap .spec dl dt {
        width: 100%
    }
}

@media screen and (max-width: 575px) {
    #override .spec_wrap .spec dl dt {
        font-size: .875rem
    }
}

#override .spec_wrap .spec dl dt:first-of-type {
    border-top: 1px solid #ccc
}

#override .spec_wrap .spec dl dt small {
    display: inline-block;
    font-size: 80%;
    font-weight: normal
}

#override .spec_wrap .spec dl dd {
    margin: 0;
    padding: .5em .8em .3em;
    background-color: #fff;
    width: calc(100% - 15em);
    border-bottom: 1px solid #ccc;
    font-size: .9375rem;
    line-height: 1.5;
    word-break: break-all
}

@media screen and (max-width: 767px) {
    #override .spec_wrap .spec dl dd {
        width: 100%
    }
}

@media screen and (max-width: 575px) {
    #override .spec_wrap .spec dl dd {
        font-size: .875rem
    }
}

#override .spec_wrap .spec dl dd:first-of-type {
    border-top: 1px solid #ccc
}

@media screen and (max-width: 767px) {
    #override .spec_wrap .spec dl dd:first-of-type {
        border-top: none
    }
}

#override .spec_wrap .spec small.notes {
    display: block;
    margin: 1em 0 0;
    padding-left: 1.2em !important;
    text-indent: -1.2em !important;
    font-size: 85%;
    color: #666
}

#override .spec_slider_wrap {
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    max-width: 475px;
    overflow: hidden
}

@media screen and (max-width: 991px) {
    #override .spec_slider_wrap {
        display: block;
        margin: 30px auto 0;
        width: 100%;
        max-width: 640px
    }
}

#override .spec_slider_wrap .slick-dotted.slick_photo_list {
    margin-bottom: 0
}

#override .spec_slider_wrap .slick_photo_list {
    position: relative;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0);
    opacity: 0
}

#override .spec_slider_wrap .slick_photo_list.slick-initialized {
    opacity: 1;
    transition: .4s ease
}

#override .spec_slider_wrap .slick_photo_list .slick-track .slick-photo {
    position: relative
}

#override .spec_slider_wrap .slick_photo_list .slick-track .slick-photo img {
    position: relative;
    display: block;
    border: none;
    border-radius: 4px;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1
}

#override .spec_slider_wrap .slick_photo_list>.slick-track .slick-photo:not(:first-child) {
    display: none
}

#override .spec_slider_wrap .slick_photo_list button.slide-arrow {
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    width: 20px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 8px auto;
    border: none;
    cursor: pointer;
    appearance: none;
    outline: none;
    z-index: 1;
    opacity: .6;
    transition: .4s ease
}

#override .spec_slider_wrap .slick_photo_list button.slide-arrow:hover {
    opacity: 1;
    transition: .4s ease
}

#override .spec_slider_wrap .slick_photo_list button.slide-arrow.prev-arrow {
    left: 0;
    background-image: url("/application/files/img/icon_prev_gray.svg")
}

#override .spec_slider_wrap .slick_photo_list button.slide-arrow.next-arrow {
    right: 0;
    background-image: url("/application/files/img/icon_next_gray.svg")
}

#override .spec_slider_wrap .slide-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 0 auto;
    padding: 0
}

#override .spec_slider_wrap .slide-dots li {
    position: relative;
    margin: 0;
    display: block;
    list-style-type: none;
    width: 40px
}

#override .spec_slider_wrap .slide-dots li button {
    display: block;
    margin: 0;
    padding: 2px;
    width: 100%;
    height: 2px;
    color: rgba(0, 0, 0, 0);
    background-color: #ffbfcf;
    border: none;
    border-radius: 3px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    appearance: none;
    outline: none;
    opacity: .5;
    transition: .4s ease
}

#override .spec_slider_wrap .slide-dots li button:hover {
    background-color: #164889;
    opacity: 1;
    transition: .4s ease
}

#override .spec_slider_wrap .slide-dots li.slick-active button {
    opacity: 1;
    background-color: #164889;
    transition: .4s ease
}

#override .material_wrap {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%
}

#override .material_wrap strong {
    position: relative;
    display: block;
    margin: 0 auto 2.5em;
    padding: 0 0 1em;
    border-bottom: 1px solid #c1c2c2;
    font-size: 1.25rem;
    font-weight: normal;
    line-height: 1.6;
    text-align: center
}

@media screen and (max-width: 575px) {
    #override .material_wrap strong {
        font-size: clamp(16px, 4.8vw, 18px)
    }
}

#override .material_wrap strong span {
    display: inline-block
}

#override .material_wrap strong+p {
    position: relative;
    display: block;
    margin: 0 auto 2em;
    padding: 0 1em;
    line-height: 1.6;
    width: 100%;
    max-width: 980px
}

@media screen and (max-width: 575px) {
    #override .material_wrap strong+p {
        padding: 0;
        font-size: clamp(14px, 3.13vw, 16px)
    }
}

#override .material_wrap strong+p small {
    display: block;
    margin: .5em 0 0;
    padding: 0 0 0 1em;
    text-indent: -1em;
    font-size: 90%;
    color: #666
}

#override .material_wrap .material_list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0)
}

#override .material_wrap .material_list ul {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 30px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1320px;
    list-style: none;
    color: #4d5059
}

@media screen and (max-width: 991px) {
    #override .material_wrap .material_list ul {
        gap: 15px
    }
}

@media screen and (max-width: 767px) {
    #override .material_wrap .material_list ul {
        flex-wrap: wrap;
        gap: 15px
    }
}

@media screen and (max-width: 575px) {
    #override .material_wrap .material_list ul {
        gap: 20px
    }
}

#override .material_wrap .material_list ul li {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: calc((100% - 30px)/4);
    max-width: 140px;
    font-size: .875rem;
    text-align: center
}

@media screen and (max-width: 991px) {
    #override .material_wrap .material_list ul li {
        width: calc((100% - 15px)/4);
        font-size: .75rem
    }
}

@media screen and (max-width: 767px) {
    #override .material_wrap .material_list ul li {
        max-width: 120px
    }
}

@media screen and (max-width: 575px) {
    #override .material_wrap .material_list ul li {
        width: calc((100% - 20px)/2);
        max-width: 160px
    }
}

#override .material_wrap .material_list ul li span {
    display: block;
    margin-top: .5em;
    font-weight: bold
}

#override .material_wrap .material_list ul li a {
    position: relative;
    display: block;
    margin: 0;
    color: #4d5059;
    overflow: hidden
}

#override .material_wrap .material_list ul li a img {
    display: inline-block;
    width: 100%;
    margin: 10px;
    max-width: 100px;
    height: auto;
    aspect-ratio: 1/1;
    opacity: 1;
    transition: .4s ease
}

@media screen and (max-width: 991px) {
    #override .material_wrap .material_list ul li a img {
        width: 80px
    }
}

#override .material_wrap .material_list ul li a:hover {
    color: #373841
}

#override .material_wrap .material_list ul li a:hover img {
    transform: scale(1.02);
    opacity: .8;
    transition: .4s ease
}

#override .legend {
    position: relative;
    display: block;
    margin: 40px auto 0;
    padding: 30px 40px;
    background-color: #fff;
    border: 1px solid #c1c2c2;
    border-radius: 6px;
    width: 100%;
    max-width: 960px
}

@media screen and (max-width: 1199px) {
    #override .legend {
        padding: 20px 20px;
        width: 90%;
        max-width: 900px
    }
}

@media screen and (max-width: 991px) {
    #override .legend {
        padding: 20px 20px;
        max-width: 540px
    }
}

@media screen and (max-width: 575px) {
    #override .legend {
        margin-top: 30px;
        padding: 20px 20px;
        max-width: 480px
    }
}

#override .legend ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px 40px;
    margin: 0;
    padding: 0;
    list-style: none
}

@media screen and (max-width: 1199px) {
    #override .legend ul {
        gap: 15px
    }
}

@media screen and (max-width: 991px) {
    #override .legend ul {
        flex-direction: column;
        gap: 15px
    }
}

@media screen and (max-width: 575px) {
    #override .legend ul {
        gap: 10px
    }
}

#override .legend ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: .875rem;
    line-height: 1.5;
    min-width: 360px
}

@media screen and (max-width: 575px) {
    #override .legend ul li {
        font-size: .875rem;
        font-size: clamp(12px, 3.47vw, 14px);
        min-width: auto
    }
}

#override .legend ul li>img {
    display: inline-block;
    margin-right: .5em;
    width: 30px;
    height: 30px;
    vertical-align: middle
}

@media screen and (max-width: 575px) {
    #override .legend ul li>img {
        width: 26px;
        height: 26px
    }
}

@media screen and (max-width: 375px) {
    #override .legend ul li>img {
        width: 24px;
        height: 24px
    }
}

#override .legend ul li b {
    display: inline-block;
    color: #373841;
    vertical-align: middle
}

#override .legend ul li span {
    display: inline-block;
    vertical-align: middle
}

@media screen and (max-width: 575px) {
    #override .legend ul li span {
        display: block;
        margin-top: .5em;
        margin-left: 2.5em
    }
}

#override .parts_wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

#override .parts_wrap .parts_fbox {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 60px;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

@media screen and (max-width: 991px) {
    #override .parts_wrap .parts_fbox {
        flex-direction: column;
        gap: 45px
    }
}

#override .parts_wrap .parts_fbox .parts_inner {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: calc(50% - 15px)
}

@media screen and (max-width: 991px) {
    #override .parts_wrap .parts_fbox .parts_inner {
        width: 100%
    }
}

#override .parts_wrap .parts_fbox .parts_inner h3 {
    position: relative;
    display: block;
    margin: 0 auto;
    padding-bottom: .5em;
    border-bottom: 1px solid #c1c2c2;
    color: #373841;
    font-size: 1.125rem
}

@media screen and (max-width: 575px) {
    #override .parts_wrap .parts_fbox .parts_inner h3 {
        font-size: clamp(16px, 4.53vw, 18px)
    }
}

#override .parts_wrap .parts_fbox .parts_inner h3::before {
    position: relative;
    display: inline-block;
    margin-right: .2em;
    content: "■";
    color: #08346D
}

#override .parts_wrap .parts_fbox .parts_inner .parts_item {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    margin: 1.5em auto 0;
    padding: 0;
    width: 100%
}

@media screen and (max-width: 575px) {
    #override .parts_wrap .parts_fbox .parts_inner .parts_item {
        flex-direction: column;
        gap: 20px
    }
}

#override .parts_wrap .parts_fbox .parts_inner .parts_item .parts_thumb {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 150px
}

@media screen and (max-width: 575px) {
    #override .parts_wrap .parts_fbox .parts_inner .parts_item .parts_thumb {
        width: 100%
    }
}

#override .parts_wrap .parts_fbox .parts_inner .parts_item .parts_thumb figure {
    position: relative;
    display: block;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #e4e4e4
}

#override .parts_wrap .parts_fbox .parts_inner .parts_item .parts_thumb figure img {
    display: inline-block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1
}

#override .parts_wrap .parts_fbox .parts_inner .parts_item .parts {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: calc(100% - 170px)
}

@media screen and (max-width: 575px) {
    #override .parts_wrap .parts_fbox .parts_inner .parts_item .parts {
        width: 100%
    }
}

#override .parts_wrap .parts_fbox .parts_inner .parts_item .parts h4 {
    position: relative;
    display: block;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.6
}

@media screen and (max-width: 575px) {
    #override .parts_wrap .parts_fbox .parts_inner .parts_item .parts h4 {
        font-size: clamp(14px, 4vw, 16px)
    }
}

#override .parts_wrap .parts_fbox .parts_inner .parts_item .parts h4 b {
    position: relative;
    display: block;
    margin: 0 0 .4em;
    padding: .5em .2em;
    width: 8em;
    background-color: #4d5059;
    border-radius: 2px;
    color: #fff;
    font-size: 80%;
    font-weight: normal;
    line-height: 1;
    text-align: center
}

#override .parts_wrap .parts_fbox .parts_inner .parts_item .parts p {
    position: relative;
    display: block;
    margin: 1em auto 0;
    font-size: .9375rem;
    line-height: 1.5
}

@media screen and (max-width: 575px) {
    #override .parts_wrap .parts_fbox .parts_inner .parts_item .parts p {
        font-size: clamp(14px, 3.73vw, 15px)
    }
}

#override .parts_wrap .parts_fbox .parts_inner .parts_item+h3 {
    margin-top: 2.5em
}

#override .accessory_wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

#override .accessory_wrap strong {
    position: relative;
    display: block;
    margin: 0 auto 2.5em;
    padding: 0 0 1em;
    border-bottom: 1px solid #c1c2c2;
    font-size: 1.25rem;
    font-weight: normal;
    line-height: 1.6;
    text-align: center
}

@media screen and (max-width: 575px) {
    #override .accessory_wrap strong {
        font-size: clamp(16px, 4.8vw, 18px)
    }
}

#override .accessory_wrap strong span {
    display: inline-block
}

#override .accessory_wrap .accessory_container {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

@media screen and (max-width: 767px) {
    #override .accessory_wrap .accessory_container {
        flex-direction: column;
        gap: 0
    }
}

#override .accessory_wrap .accessory_container+.accessory_container {
    margin-top: 60px
}

@media screen and (max-width: 575px) {
    #override .accessory_wrap .accessory_container+.accessory_container {
        margin-top: 40px
    }
}

#override .accessory_wrap .accessory_container+strong {
    margin-top: 80px
}

@media screen and (max-width: 575px) {
    #override .accessory_wrap .accessory_container+strong {
        margin-top: 60px
    }
}

#override .accessory_wrap .accessory_container .item {
    position: relative;
    display: block;
    margin: 0;
    width: 50%
}

@media screen and (max-width: 767px) {
    #override .accessory_wrap .accessory_container .item {
        width: 100%
    }
}

#override .accessory_wrap .accessory_container .item h3 {
    position: relative;
    display: block;
    margin: 0;
    color: #222;
    font-size: 1.5rem;
    line-height: 1.5
}

@media screen and (max-width: 991px) {
    #override .accessory_wrap .accessory_container .item h3 {
        font-size: 1.375rem
    }
}

@media screen and (max-width: 575px) {
    #override .accessory_wrap .accessory_container .item h3 {
        font-size: 1.125rem
    }
}

#override .accessory_wrap .accessory_container .item h3 span {
    display: inline-block;
    font-size: .8em;
    font-weight: normal
}

#override .accessory_wrap .accessory_container .item .base_price {
    position: relative;
    display: block;
    margin: 1em 0 0;
    padding: 0;
    font-size: 1rem;
    color: #666
}

@media screen and (max-width: 575px) {
    #override .accessory_wrap .accessory_container .item .base_price {
        font-size: .875rem
    }
}

#override .accessory_wrap .accessory_container .item .base_price small {
    display: inline;
    font-size: .8em
}

#override .accessory_wrap .accessory_container .item figure {
    position: relative;
    display: block;
    margin: 2em auto;
    width: 100%;
    max-width: 475px
}

@media screen and (max-width: 767px) {
    #override .accessory_wrap .accessory_container .item figure {
        max-width: 640px
    }
}

#override .accessory_wrap .accessory_container .item figure figcaption {
    display: block;
    margin: 0 auto;
    padding-top: 1em;
    color: #666;
    font-size: .875rem;
    text-align: center
}

@media screen and (max-width: 575px) {
    #override .accessory_wrap .accessory_container .item figure figcaption {
        font-size: .75rem
    }
}

#override .accessory_wrap .accessory_container .item figure img {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    aspect-ratio: 4/3
}

#override .accessory_wrap .accessory_container .accessory_spec {
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    width: 50%
}

@media screen and (max-width: 767px) {
    #override .accessory_wrap .accessory_container .accessory_spec {
        width: 100%
    }
}

#override .accessory_wrap .accessory_container .accessory_spec.align-self {
    align-self: center
}

#override .accessory_wrap .accessory_container .accessory_spec p.heart_mix_lead {
    position: relative;
    margin-top: 3.5em
}

@media screen and (max-width: 767px) {
    #override .accessory_wrap .accessory_container .accessory_spec p.heart_mix_lead {
        margin-top: 0;
        font-size: .9375rem
    }
}

#override .accessory_wrap .accessory_container .accessory_spec .spec {
    position: relative;
    margin: 0 auto
}

#override .accessory_wrap .accessory_container .accessory_spec .spec h4 {
    position: relative;
    margin: 0;
    padding: 0 0 .4em;
    color: #373841;
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 1.5
}

@media screen and (max-width: 575px) {
    #override .accessory_wrap .accessory_container .accessory_spec .spec h4 {
        font-size: 1rem
    }
}

#override .accessory_wrap .accessory_container .accessory_spec .spec h4::before {
    position: relative;
    display: inline-block;
    margin-right: .2em;
    content: "■";
    color: #08346D
}

#override .accessory_wrap .accessory_container .accessory_spec .spec dl {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 auto;
    width: 100%
}

@media screen and (max-width: 991px) {
    #override .accessory_wrap .accessory_container .accessory_spec .spec dl {
        flex-direction: column
    }
}

#override .accessory_wrap .accessory_container .accessory_spec .spec dl+h4 {
    margin-top: 2em
}

#override .accessory_wrap .accessory_container .accessory_spec .spec dl.adjust {
    margin-top: 4em
}

@media screen and (max-width: 991px) {
    #override .accessory_wrap .accessory_container .accessory_spec .spec dl.adjust {
        margin-top: 0
    }
}

#override .accessory_wrap .accessory_container .accessory_spec .spec dl dt {
    margin: 0;
    padding: .5em .8em .3em;
    width: 15em;
    background-color: #f7fafc;
    border-bottom: 1px solid #ccc;
    font-size: .9375rem;
    font-weight: bold;
    line-height: 1.5;
    word-break: break-all
}

@media screen and (max-width: 991px) {
    #override .accessory_wrap .accessory_container .accessory_spec .spec dl dt {
        width: 100%
    }
}

@media screen and (max-width: 575px) {
    #override .accessory_wrap .accessory_container .accessory_spec .spec dl dt {
        font-size: .875rem
    }
}

#override .accessory_wrap .accessory_container .accessory_spec .spec dl dt:first-of-type {
    border-top: 1px solid #ccc
}

#override .accessory_wrap .accessory_container .accessory_spec .spec dl dt small {
    display: inline-block;
    font-size: 80%;
    font-weight: normal
}

#override .accessory_wrap .accessory_container .accessory_spec .spec dl dd {
    margin: 0;
    padding: .5em .8em .3em;
    background-color: #fff;
    width: calc(100% - 15em);
    border-bottom: 1px solid #ccc;
    font-size: .9375rem;
    line-height: 1.5;
    word-break: break-all
}

@media screen and (max-width: 991px) {
    #override .accessory_wrap .accessory_container .accessory_spec .spec dl dd {
        width: 100%
    }
}

@media screen and (max-width: 575px) {
    #override .accessory_wrap .accessory_container .accessory_spec .spec dl dd {
        font-size: .875rem
    }
}

#override .accessory_wrap .accessory_container .accessory_spec .spec dl dd:first-of-type {
    border-top: 1px solid #ccc
}

@media screen and (max-width: 991px) {
    #override .accessory_wrap .accessory_container .accessory_spec .spec dl dd:first-of-type {
        border-top: none
    }
}

#override .accessory_wrap .accessory_container .accessory_spec .spec small.notes {
    display: block;
    margin: 1em 0 0;
    padding-left: 1.2em !important;
    text-indent: -1.2em !important;
    font-size: 85%;
    color: #666
}

#override .accessory_wrap .accessory_container .accessory_spec .btn_accessory_catalog {
    position: relative;
    display: block;
    margin: 1.5em auto 0
}

#override .accessory_wrap .accessory_container .accessory_spec .btn_accessory_catalog a {
    display: block;
    margin: 0 auto;
    padding: .7em 1em;
    width: 100%;
    max-width: 14em;
    background-color: #164889;
    border-radius: 6px;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    transition: .4s ease
}

#override .accessory_wrap .accessory_container .accessory_spec .btn_accessory_catalog a:hover {
    background-color: #08346D;
    transition: .4s ease
}

#override .accessory_wrap .accessory_container .accessory_spec .btn_accessory_catalog a::before {
    position: relative;
    display: inline-block;
    margin-right: .4em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: ""
}

#override .accessory_wrap .accessory_container .accessory_spec .accessory_movie {
    position: relative;
    display: block;
    margin: 1.5em auto 0
}

@media screen and (max-width: 767px) {
    #override .accessory_wrap .accessory_container .accessory_spec .accessory_movie {
        margin-bottom: 1.5em
    }
}

#override .accessory_wrap .accessory_container .accessory_spec .accessory_movie a {
    position: relative;
    display: block;
    overflow: hidden
}

#override .accessory_wrap .accessory_container .accessory_spec .accessory_movie a img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1280px;
    height: auto;
    aspect-ratio: 16/9;
    transition: .4s ease
}

#override .accessory_wrap .accessory_container .accessory_spec .accessory_movie a:hover img {
    transform: scale(1.02);
    transition: .4s ease
}

#override .toolbox_wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

#override .toolbox_wrap .toolbox_fbox {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin: -1.5em auto 0;
    padding: 0;
    width: 100%
}

#override .toolbox_wrap .toolbox_fbox .toolbox_item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 1.5em auto 0;
    padding: 0;
    width: 25%
}

@media screen and (max-width: 991px) {
    #override .toolbox_wrap .toolbox_fbox .toolbox_item {
        width: 33.3333333333%
    }
}

@media screen and (max-width: 767px) {
    #override .toolbox_wrap .toolbox_fbox .toolbox_item {
        width: 50%
    }
}

#override .toolbox_wrap .toolbox_fbox .toolbox_item.arco {
    width: 75%
}

@media screen and (max-width: 991px) {
    #override .toolbox_wrap .toolbox_fbox .toolbox_item.arco {
        width: 66.6666666667%
    }
}

@media screen and (max-width: 767px) {
    #override .toolbox_wrap .toolbox_fbox .toolbox_item.arco {
        width: 100%
    }
}

#override .toolbox_wrap .toolbox_fbox .toolbox_item .tool_icon {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 60px
}

@media screen and (max-width: 575px) {
    #override .toolbox_wrap .toolbox_fbox .toolbox_item .tool_icon {
        width: 30px
    }
}

#override .toolbox_wrap .toolbox_fbox .toolbox_item .tool_icon figure {
    position: relative;
    display: block;
    margin: 0 auto
}

#override .toolbox_wrap .toolbox_fbox .toolbox_item .tool_icon figure img {
    display: inline-block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1
}

#override .toolbox_wrap .toolbox_fbox .toolbox_item .tool {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: calc(100% - 60px)
}

@media screen and (max-width: 575px) {
    #override .toolbox_wrap .toolbox_fbox .toolbox_item .tool {
        width: calc(100% - 30px)
    }
}

#override .toolbox_wrap .toolbox_fbox .toolbox_item .tool h4 {
    position: relative;
    display: inline-block;
    margin: 0 .7em;
    color: #373841;
    font-size: 1rem;
    line-height: 1.6
}

@media screen and (max-width: 575px) {
    #override .toolbox_wrap .toolbox_fbox .toolbox_item .tool h4 {
        font-size: clamp(12px, 3.47vw, 15px)
    }
}

#override .toolbox_wrap .toolbox_fbox .toolbox_item .tool h4 span {
    display: inline-block
}

#override .toolbox_wrap .toolbox_fbox .toolbox_item.tip .tool h4 a {
    position: relative;
    display: block;
    color: #373841;
    opacity: 1;
    transition: .4s
}

#override .toolbox_wrap .toolbox_fbox .toolbox_item.tip .tool h4 a::after {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #5e7b8f
}

#override .toolbox_wrap .toolbox_fbox .toolbox_item.tip .tool h4 a:hover {
    color: #164889;
    transition: .4s
}

#override .toolbox_wrap .toolbox_fbox .toolbox_item.tip .tool h4 a:hover::after {
    border-bottom: none
}

#override .toolbox_wrap .toolbox_fbox .toolbox_item .note {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    visibility: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    opacity: 0;
    z-index: 10;
    transition: .4s
}

#override .toolbox_wrap .toolbox_fbox .toolbox_item .note.tube_guide {
    max-width: 640px
}

#override .toolbox_wrap .toolbox_fbox .toolbox_item .note.bracket {
    max-width: 400px
}

#override .toolbox_wrap .toolbox_fbox .toolbox_item .note figure {
    position: relative;
    display: block;
    margin: 0 auto
}

#override .toolbox_wrap .toolbox_fbox .toolbox_item .note figure img {
    display: inline-block;
    width: 100%;
    height: auto
}

#override .toolbox_wrap .toolbox_fbox .toolbox_item.tip:hover .note {
    visibility: visible;
    opacity: 1;
    transition: .4s
}

#override .toolbox_wrap .toolbox_fbox::after {
    content: "";
    width: 25%
}

@media screen and (max-width: 991px) {
    #override .toolbox_wrap .toolbox_fbox::after {
        width: 33.3333333333%
    }
}

@media screen and (max-width: 767px) {
    #override .toolbox_wrap .toolbox_fbox::after {
        width: 50%
    }
}

#override .toolbox_wrap .toolbox_fbox.over_half::before {
    order: 1;
    content: "";
    width: 25%
}

@media screen and (max-width: 991px) {
    #override .toolbox_wrap .toolbox_fbox.over_half::before {
        width: 33.3333333333%
    }
}

@media screen and (max-width: 767px) {
    #override .toolbox_wrap .toolbox_fbox.over_half::before {
        width: 50%
    }
}

#override .toolbox_wrap .toolbox_fbox.over_one::before {
    order: 1;
    content: "";
    width: 50%
}

@media screen and (max-width: 991px) {
    #override .toolbox_wrap .toolbox_fbox.over_one::before {
        width: 33.3333333333%
    }
}

@media screen and (max-width: 767px) {
    #override .toolbox_wrap .toolbox_fbox.over_one::before {
        width: 50%
    }
}

#override .toolbox_wrap .toolbox_fbox.missing_one::before {
    order: 1;
    content: "";
    width: 50%
}

@media screen and (max-width: 991px) {
    #override .toolbox_wrap .toolbox_fbox.missing_one::before {
        width: 33.3333333333%
    }
}

@media screen and (max-width: 767px) {
    #override .toolbox_wrap .toolbox_fbox.missing_one::before {
        width: 50%
    }
}

#override .toolbox_wrap .toolbox_fbox+.toolbox_fbox {
    margin-top: 0
}

#override .finishing_wrap {
    position: relative;
    display: block
}

#override .finishing_wrap .post_process {
    position: relative;
    display: block;
    margin: 4em auto 0;
    width: 100%;
    max-width: 750px
}

@media screen and (max-width: 575px) {
    #override .finishing_wrap .post_process {
        margin-top: 2em
    }
}

#override .finishing_wrap .post_process h5 {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    font-size: 1.25rem
}

@media screen and (max-width: 767px) {
    #override .finishing_wrap .post_process h5 {
        font-size: 1.125rem
    }
}

#override .finishing_wrap .post_process ul {
    position: relative;
    display: block;
    margin: 1em auto 0;
    padding: 0;
    list-style: none
}

#override .finishing_wrap .post_process ul li {
    margin: 0 0 .5em;
    padding: 0 0 0 1.8em;
    text-indent: -1.3em;
    font-size: 1rem;
    line-height: 1.5
}

@media screen and (max-width: 575px) {
    #override .finishing_wrap .post_process ul li {
        font-size: .9375rem
    }
}

#override .finishing_wrap .post_process ul li:last-child {
    margin-bottom: 0
}

#override .finishing_wrap .post_process ul+small {
    position: relative;
    display: block;
    margin: 1em 0 0 .5em;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 90%
}

#override .howto_wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

#override .howto_wrap .howto_container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

@media screen and (max-width: 575px) {
    #override .howto_wrap .howto_container {
        flex-direction: column
    }
}

#override .howto_wrap .howto_container .howto_video {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: calc((100% - 60px)/3)
}

@media screen and (max-width: 991px) {
    #override .howto_wrap .howto_container .howto_video {
        width: calc((100% - 30px)/2)
    }
}

@media screen and (max-width: 575px) {
    #override .howto_wrap .howto_container .howto_video {
        width: 100%
    }
}

#override .howto_wrap .howto_container .howto_video a {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden
}

#override .howto_wrap .howto_container .howto_video a img {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    will-change: transform;
    transition: .4s ease
}

#override .howto_wrap .howto_container .howto_video a:hover img {
    transform: scale(1.02);
    transition: .4s ease
}

#override .howto_wrap .howto_container .howto_video h5 {
    position: relative;
    display: block;
    margin: 1em 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center
}

@media screen and (max-width: 575px) {
    #override .howto_wrap .howto_container .howto_video h5 {
        font-size: .875rem
    }
}

#override .howto_wrap .howto_container .howto_video h5 span {
    display: inline-block
}

#override .guide_link_wrap {
    position: relative;
    display: block;
    margin: 3em auto 0;
    padding: 2em 1em;
    width: 100%;
    background-color: #fff;
    border: 4px solid #c1c2c2
}

#override .guide_link_wrap h5 {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    font-size: 1.25rem;
    line-height: 1.6;
    text-align: center
}

@media screen and (max-width: 575px) {
    #override .guide_link_wrap h5 {
        font-size: clamp(16px, 4.27vw, 20px)
    }
}

#override .guide_link_wrap h5 span {
    display: block;
    margin-top: .8em;
    padding: 0;
    font-weight: normal;
    font-size: 1rem;
    text-align: center
}

#override .guide_link_wrap h5 span>br {
    display: none
}

@media screen and (max-width: 767px) {
    #override .guide_link_wrap h5 span {
        font-size: clamp(12px, 3vw, 14px)
    }

    #override .guide_link_wrap h5 span>br {
        display: block
    }
}

@media screen and (max-width: 575px) {
    #override .guide_link_wrap h5 span {
        padding: 0 .5em;
        text-align: left
    }

    #override .guide_link_wrap h5 span>br {
        display: none
    }
}

#override .guide_link_wrap .btn_base {
    display: block;
    margin: 1.5em auto 0;
    padding: 0;
    width: 100%;
    max-width: 500px
}

@media screen and (max-width: 575px) {
    #override .guide_link_wrap .btn_base {
        max-width: 100%
    }
}

#override .guide_link_wrap .btn_base a {
    display: block;
    margin: 0;
    padding: 1em .5em .9em;
    background-color: #164889;
    border-radius: 6px;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.6;
    text-align: center;
    transition: .4s ease
}

@media screen and (max-width: 575px) {
    #override .guide_link_wrap .btn_base a {
        font-size: clamp(16px, 4.27vw, 18px)
    }
}

#override .guide_link_wrap .btn_base a:hover {
    background-color: #08346D;
    transition: .4s ease
}

#override .guide_link_wrap .btn_base a::before {
    position: relative;
    display: inline-block;
    margin-right: .4em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: ""
}

#override .guide_link_wrap .btn_base a span {
    display: inline-block;
    margin-right: .5em
}

@media screen and (max-width: 575px) {
    #override .guide_link_wrap .btn_base a span {
        display: none
    }
}

#override .resin_features_wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 80px;
    margin: 80px auto;
    padding: 0 30px;
    width: 100%;
    max-width: 1320px
}

@media screen and (max-width: 1199px) {
    #override .resin_features_wrap {
        gap: 40px
    }
}

@media screen and (max-width: 991px) {
    #override .resin_features_wrap {
        gap: 30px;
        margin: 60px auto
    }
}

@media screen and (max-width: 767px) {
    #override .resin_features_wrap {
        flex-direction: column;
        margin: 40px auto
    }
}

#override .resin_features_wrap .resin_image {
    position: relative;
    display: block;
    margin: 0;
    width: 30%;
    text-align: center;
    order: -1
}

@media screen and (max-width: 767px) {
    #override .resin_features_wrap .resin_image {
        width: 100%;
        order: 1
    }
}

#override .resin_features_wrap .resin_image img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    border-radius: 6px
}

#override .resin_features_wrap .resin_features {
    position: relative;
    display: block;
    width: 70%;
    text-align: center
}

@media screen and (max-width: 767px) {
    #override .resin_features_wrap .resin_features {
        width: 100%
    }
}

#override .resin_features_wrap .resin_features strong {
    position: relative;
    display: inline-block;
    margin: 0 auto .8em;
    padding: 0;
    color: #333;
    font-size: 1.625rem
}

@media screen and (max-width: 1199px) {
    #override .resin_features_wrap .resin_features strong {
        font-size: clamp(20px, 2.22vw, 24px)
    }
}

#override .resin_features_wrap .resin_features strong::before,
#override .resin_features_wrap .resin_features strong::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(50% - 3px);
    width: 50px;
    height: 3px;
    background-color: #08346D;
    border-radius: 3px
}

@media screen and (max-width: 575px) {

    #override .resin_features_wrap .resin_features strong::before,
    #override .resin_features_wrap .resin_features strong::after {
        width: 30px
    }
}

#override .resin_features_wrap .resin_features strong::before {
    left: -65px
}

@media screen and (max-width: 575px) {
    #override .resin_features_wrap .resin_features strong::before {
        left: -45px
    }
}

#override .resin_features_wrap .resin_features strong::after {
    right: -65px
}

@media screen and (max-width: 575px) {
    #override .resin_features_wrap .resin_features strong::after {
        right: -45px
    }
}

#override .resin_features_wrap .resin_features ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    text-align: left
}

#override .resin_features_wrap .resin_features ul li {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 0 0 1.2em;
    font-size: 1.25rem;
    line-height: 1.5
}

@media screen and (max-width: 1199px) {
    #override .resin_features_wrap .resin_features ul li {
        font-size: clamp(16px, 1.61vw, 18px)
    }
}

#override .resin_features_wrap .resin_features ul li+li {
    margin-top: 1em
}

@media screen and (max-width: 1199px) {
    #override .resin_features_wrap .resin_features ul li+li {
        margin-top: .5em
    }
}

#override .resin_features_wrap .resin_features ul li::before {
    position: absolute;
    display: inline-block;
    top: .4em;
    left: 0;
    content: "";
    width: .6em;
    height: .6em;
    background-color: #164889;
    border-radius: 1em
}

#override .resin_features_wrap .resin_features small {
    position: relative;
    display: block;
    margin: 1.8em 0 0;
    padding-left: 1.2em;
    text-indent: -1.2em;
    color: #666;
    font-size: 80%;
    text-align: left
}

#override .material_lead {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center
}

#override .material_lead p {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 0 0 1.5em;
    font-size: 1.125rem;
    line-height: 1.6;
    text-align: left
}

@media screen and (max-width: 575px) {
    #override .material_lead p {
        font-size: clamp(15px, 4.27vw, 18px)
    }
}

#override .resin_slider_wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 570px;
    overflow: hidden
}

@media screen and (max-width: 767px) {
    #override .resin_slider_wrap {
        display: block;
        margin: 0 auto 30px;
        width: 100%;
        max-width: 640px
    }
}

#override .resin_slider_wrap .slick_resin_photo_list {
    position: relative;
    padding: 0;
    opacity: 0
}

#override .resin_slider_wrap .slick_resin_photo_list.slick-initialized {
    opacity: 1;
    transition: .4s ease
}

#override .resin_slider_wrap .slick_resin_photo_list .slick-track .slick-photo {
    position: relative;
    text-align: center
}

#override .resin_slider_wrap .slick_resin_photo_list .slick-track .slick-photo img {
    position: relative;
    display: inline-block;
    border: none;
    width: 100%;
    height: auto;
    aspect-ratio: 7/8
}

@media screen and (max-width: 767px) {
    #override .resin_slider_wrap .slick_resin_photo_list .slick-track .slick-photo img {
        max-width: 480px
    }
}

#override .resin_slider_wrap .slick_resin_photo_list>.slick-track .slick-photo:not(:first-child) {
    display: none
}

#override .resin_slider_wrap .slick_resin_photo-thumb {
    position: relative;
    opacity: 0
}

#override .resin_slider_wrap .slick_resin_photo-thumb.slick-initialized {
    opacity: 1;
    transition: .4s ease
}

#override .resin_slider_wrap .slick_resin_photo-thumb.sp {
    display: none
}

@media screen and (max-width: 767px) {
    #override .resin_slider_wrap .slick_resin_photo-thumb.sp {
        display: block
    }
}

#override .resin_slider_wrap .slick_resin_photo-thumb.pc {
    display: block
}

@media screen and (max-width: 767px) {
    #override .resin_slider_wrap .slick_resin_photo-thumb.pc {
        display: none
    }
}

#override .resin_slider_wrap .slick_resin_photo-thumb .slick-track {
    margin: 10px auto 0 0;
    transform: unset !important
}

@media screen and (max-width: 767px) {
    #override .resin_slider_wrap .slick_resin_photo-thumb .slick-track {
        margin: 10px auto 0
    }
}

#override .resin_slider_wrap .slick_resin_photo-thumb .slick-track .slick-thumb.slick-slide.slick-active {
    position: relative;
    padding: 0 5px;
    opacity: .5;
    transition: .4s ease
}

#override .resin_slider_wrap .slick_resin_photo-thumb .slick-track .slick-thumb.slick-slide.slick-active.slick-current {
    opacity: 1
}

#override .resin_slider_wrap .slick_resin_photo-thumb .slick-track .slick-thumb.slick-slide.slick-active:hover {
    cursor: pointer;
    opacity: 1;
    transition: .4s ease
}

#override .resin_slider_wrap .slick_resin_photo-thumb .slick-track .slick-thumb.slick-slide.slick-active img {
    border: 1px solid #c1c2c2
}

#override .layout_2col_wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    gap: 20px;
    margin: 1em 0 0;
    padding: 0;
    width: 100%
}

@media screen and (max-width: 991px) {
    #override .layout_2col_wrap {
        flex-direction: column
    }
}

@media screen and (max-width: 767px) {
    #override .layout_2col_wrap {
        flex-direction: row
    }
}

@media screen and (max-width: 575px) {
    #override .layout_2col_wrap {
        flex-direction: column
    }
}

#override .layout_2col_wrap .col_item {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 50%
}

@media screen and (max-width: 991px) {
    #override .layout_2col_wrap .col_item {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    #override .layout_2col_wrap .col_item {
        width: 50%
    }
}

@media screen and (max-width: 575px) {
    #override .layout_2col_wrap .col_item {
        width: 100%
    }
}

#override .layout_2col_wrap+.resin_slider_wrap {
    margin-top: 1em
}

@media screen and (max-width: 575px) {
    #override .layout_2col_wrap+.resin_slider_wrap {
        margin-top: 0
    }
}

#override div.attribute_resin_category {
    position: relative;
    display: block;
    margin: 1em 0 0
}

#override div.attribute_resin_category .resin_category_icon {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 80px;
    height: 80px
}

@media screen and (max-width: 991px) {
    #override div.attribute_resin_category .resin_category_icon {
        width: 60px;
        height: 60px
    }
}

@media screen and (max-width: 767px) {
    #override div.attribute_resin_category .resin_category_icon {
        width: 50px;
        height: 50px
    }
}

#override div.attribute_resin_category .resin_category_icon:last-of-type {
    margin-right: 0
}

#override h2.attribute_regin_name {
    position: relative;
    display: block;
    margin: 1em 0 0;
    padding: 0 0 0 5px
}

#override h2.attribute_regin_name>span {
    font-size: .9em
}

#override div.attribute_label_name {
    position: relative;
    display: block;
    margin: .4em 0 0;
    padding: .2em 0 0 5px;
    border-top: 1px solid #ddd;
    color: #c1c2c2;
    font-size: 1.5rem;
    font-weight: 800;
    font-family: "Arial", sans-serif
}

@media screen and (max-width: 991px) {
    #override div.attribute_label_name {
        font-size: clamp(18px, 2.22vw, 22px)
    }
}

@media screen and (max-width: 767px) {
    #override div.attribute_label_name {
        font-size: clamp(18px, 2.61vw, 20px)
    }
}

@media screen and (max-width: 575px) {
    #override div.attribute_label_name {
        font-size: clamp(18px, 3.48vw, 20px)
    }
}

#override b.attribut_color_code {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 1.25em 0 0 5px
}

#override b.attribut_color_code::before {
    display: inline-block;
    margin: 0;
    content: "";
    width: 1.8em;
    height: 1.8em;
    border-radius: 1.8em;
    line-height: 1;
    vertical-align: middle
}

#override b.attribut_color_code.black::before {
    background-color: #040404
}

#override b.attribut_color_code.blue::before {
    background-color: #328cbb
}

#override b.attribut_color_code.blue_hf::before {
    background-color: #2676aa
}

#override b.attribut_color_code.ceramic_white::before {
    background-color: #f7f7f7;
    border: 1px solid #e4e4e4
}

#override b.attribut_color_code.clear::before {
    background-color: #dedede;
    background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(232, 232, 232) 100%)
}

#override b.attribut_color_code.creamy_white::before {
    background-color: #f6f6f6;
    border: 1px solid #e4e4e4
}

#override b.attribut_color_code.graphite_hf::before {
    background-color: #595959
}

#override b.attribut_color_code.gray::before {
    background-color: #646464
}

#override b.attribut_color_code.gray_fr940::before {
    background-color: #8d9194
}

#override b.attribut_color_code.gray_speed::before {
    background-color: #7f7f7f
}

#override b.attribut_color_code.green::before {
    background-color: #00e9cc
}

#override b.attribut_color_code.green_hf::before {
    background-color: #5a6d44
}

#override b.attribut_color_code.green_nylon::before {
    background-color: #b3bf73;
    background: radial-gradient(circle, rgb(238, 250, 222) 0%, rgb(179, 191, 115) 100%)
}

#override b.attribut_color_code.green_tough::before {
    background-color: #b3bf73
}

#override b.attribut_color_code.green_w20::before {
    background-color: #329e5b
}

#override b.attribut_color_code.ivory::before {
    background-color: #ddbaab
}

#override b.attribut_color_code.matte_gray::before {
    background-color: #727272
}

#override b.attribut_color_code.mist_gray::before {
    background-color: #5a6f86
}

#override b.attribut_color_code.model_gray::before {
    background-color: #9c9c9c
}

#override b.attribut_color_code.neon_lemon::before {
    background-color: #fbf40a
}

#override b.attribut_color_code.neon_lime::before {
    background-color: #09c042
}

#override b.attribut_color_code.neon_peach::before {
    background-color: #ff3468
}

#override b.attribut_color_code.neon_pumpkin::before {
    background-color: #ff7e2d
}

#override b.attribut_color_code.orange_w40::before {
    background-color: #efa06b
}

#override b.attribut_color_code.protowhite::before {
    background-color: #e9e9e9
}

#override b.attribut_color_code.purple_hf::before {
    background-color: #676194
}

#override b.attribut_color_code.rapid_black::before {
    background-color: #101010
}

#override b.attribut_color_code.red_clay::before {
    background-color: #c58b76
}

#override b.attribut_color_code.red_hf::before {
    background-color: #8d5d74
}

#override b.attribut_color_code.snow_gray::before {
    background-color: #d8d8d7
}

#override b.attribut_color_code.vanilla::before {
    background-color: #efdbba
}

#override b.attribut_color_code.violet::before {
    background-color: #9e43a6
}

#override b.attribut_color_code.snowman_white::before {
    background-color: #f3f3f2;
    border: 1px solid #e4e4e4
}

#override b.attribut_color_code.santa_red::before {
    background-color: #de0000
}

#override b.attribut_color_code.elf_green::before {
    background-color: #00916a
}

#override b.attribut_color_code.oat_white::before {
    background-color: #f2f4f4;
    border: 1px solid #e4e4e4
}

#override b.attribut_color_code.macaroon_yellow::before {
    background-color: #e7dd76
}

#override b.attribut_color_code.macaroon_green::before {
    background-color: #a2cf9c
}

#override b.attribut_color_code.macaroon_purple::before {
    background-color: #a7b1d7
}

#override b.attribut_color_code.tough_gray::before {
    background-color: #9c9c9c
}

#override b.attribut_color_code.white::before {
    background-color: #fcfcfc;
    border: 1px solid #e4e4e4
}

#override b.attribut_color_code.pla_blue::before {
    background-color: #426cb2
}

#override b.attribut_color_code.pla_red::before {
    background-color: #dc5137
}

#override b.attribut_color_code.pla_white::before {
    background-color: #fbfdfc;
    border: 1px solid #e4e4e4
}

#override b.attribut_color_code.pla_black::before {
    background-color: #232527
}

#override b.attribut_color_code.pla_green::before {
    background-color: #42c9a0
}

#override b.attribut_color_code.pla_gray::before {
    background-color: #878f93
}

#override b.attribut_color_code.pla_yellow::before {
    background-color: #fcca1c
}

#override b.attribut_color_code.pla_orange::before {
    background-color: #fe9055
}

#override span.attribut_regin_color {
    position: relative;
    display: inline-block;
    margin: 1.25em 0 0 5px;
    font-size: 1rem;
    vertical-align: middle
}

#override span.attribut_regin_color+.resin_slider_wrap {
    margin-top: 1.5em
}

#override .attribut_product_number {
    position: relative;
    display: block;
    margin: 0 0 0 .4em;
    padding: 0;
    font-size: 1rem;
    color: #666
}

@media screen and (max-width: 575px) {
    #override .attribut_product_number {
        font-size: .875rem
    }
}

#override .attribut_regin_price {
    position: relative;
    display: block;
    margin: .5em 0 0 .4em;
    padding: 0;
    font-size: 1rem;
    color: #666
}

@media screen and (max-width: 575px) {
    #override .attribut_regin_price {
        font-size: .875rem
    }
}

#override .attribut_regin_price small {
    display: inline;
    font-size: .8em
}

#override .resin_overview {
    position: relative;
    display: block;
    margin: 3em 0 0;
    font-size: 1.125rem;
    line-height: 1.6
}

@media screen and (max-width: 991px) {
    #override .resin_overview {
        font-size: clamp(16px, 1.82vw, 18px)
    }
}

@media screen and (max-width: 767px) {
    #override .resin_overview {
        font-size: clamp(16px, 2.35vw, 18px)
    }
}

@media screen and (max-width: 575px) {
    #override .resin_overview {
        font-size: 1rem
    }
}

#override .resin_overview+.resin_slider_wrap {
    margin-left: 0
}

#override .resin_overview dl {
    position: relative;
    display: block;
    margin: 2em 0 0;
    color: #373841
}

#override .resin_overview dl dt {
    margin: 1.2em 0 0;
    text-indent: -0.58em;
    font-size: 1.125rem
}

@media screen and (max-width: 991px) {
    #override .resin_overview dl dt {
        font-size: clamp(16px, 1.82vw, 18px)
    }
}

@media screen and (max-width: 767px) {
    #override .resin_overview dl dt {
        font-size: clamp(16px, 2.35vw, 18px)
    }
}

@media screen and (max-width: 575px) {
    #override .resin_overview dl dt {
        font-size: 1rem
    }
}

#override .resin_overview dl dt:first-of-type {
    margin-top: 0
}

#override .resin_overview dl dd {
    margin: .2em 0 0;
    font-size: 1rem
}

@media screen and (max-width: 991px) {
    #override .resin_overview dl dd {
        font-size: clamp(14px, 1.82vw, 16px)
    }
}

@media screen and (max-width: 767px) {
    #override .resin_overview dl dd {
        font-size: clamp(14px, 2.35vw, 16px)
    }
}

@media screen and (max-width: 575px) {
    #override .resin_overview dl dd {
        font-size: .875rem
    }
}

#override .resin_overview dl dd small {
    display: block;
    margin-top: .5em;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 85%
}

#override .resin_overview dl dd ul {
    margin: 0;
    padding-left: 1.5em
}

#override .resin_overview dl dd ul li {
    margin-top: .5em
}

#override .resin_overview .movie {
    position: relative;
    display: block;
    margin: 1.5em auto
}

#override .resin_overview .movie img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1280px;
    height: auto;
    aspect-ratio: 16/9
}

#override .resin_movie,
#override .resin_catalog {
    position: relative;
    display: block;
    margin: 1.5em auto 0
}

@media screen and (max-width: 767px) {

    #override .resin_movie,
    #override .resin_catalog {
        margin-bottom: 1.5em
    }
}

#override .resin_movie a,
#override .resin_catalog a {
    position: relative;
    display: block;
    overflow: hidden
}

#override .resin_movie a img,
#override .resin_catalog a img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1280px;
    height: auto;
    aspect-ratio: 16/9;
    transition: .4s ease
}

#override .resin_movie a:hover img,
#override .resin_catalog a:hover img {
    transform: scale(1.02);
    transition: .4s ease
}

#override .resin_btn_wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
    margin: 40px auto 0;
    padding: 60px 15px 0;
    max-width: 1320px;
    border-top: 1px solid #e4e4e4
}

@media screen and (max-width: 767px) {
    #override .resin_btn_wrap {
        flex-direction: column;
        gap: 30px;
        padding-top: 40px
    }
}

#override .resin_btn_wrap .resin_btn {
    display: block;
    margin: 0;
    width: 14em
}

@media screen and (max-width: 767px) {
    #override .resin_btn_wrap .resin_btn {
        margin: 0 auto;
        width: 96%;
        max-width: 400px
    }
}

#override .resin_btn_wrap .resin_btn a {
    display: block;
    margin: 0 auto;
    padding: 1em .5em .9em;
    background-color: #164889;
    border-radius: 6px;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    transition: .4s ease
}

#override .resin_btn_wrap .resin_btn a:hover {
    background-color: #08346D;
    transition: .4s ease
}

#override .resin_btn_wrap .resin_btn a::after {
    display: inline-block;
    margin-left: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: ""
}

#override .external {
    position: relative;
    display: none;
    margin: 1em auto 0;
    text-align: center
}

#override .external small {
    color: #666;
    font-size: .75rem
}

#override .property_table_wrap {
    position: relative;
    display: block;
    margin: 3em 0 0;
    width: 100%
}

#override .property_table_wrap h3 {
    position: relative;
    display: block;
    margin: 0 0 0 1px;
    padding: .6em 1em .4em;
    width: 10em;
    background-color: #4d5059;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
    text-align: center
}

@media screen and (max-width: 991px) {
    #override .property_table_wrap h3 {
        font-size: clamp(.938rem, .723rem + .446vw, 1rem)
    }
}

@media screen and (max-width: 767px) {
    #override .property_table_wrap h3 {
        font-size: clamp(.938rem, .75rem + .521vw, 1rem)
    }
}

@media screen and (max-width: 575px) {
    #override .property_table_wrap h3 {
        font-size: clamp(.938rem, .859rem + .392vw, 1rem)
    }
}

#override .property_table_wrap table {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    border-collapse: collapse;
    font-size: .875rem;
    table-layout: fixed
}

#override .property_table_wrap table.table_striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

#override .property_table_wrap table thead th {
    padding: .4em .3em;
    background-color: #373841;
    border: 1px solid #e2e2e2;
    color: #fff;
    width: 65%;
    font-size: .875rem;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap
}

@media screen and (max-width: 480px) {
    #override .property_table_wrap table thead th {
        width: 58%
    }
}

#override .property_table_wrap table thead th:first-child {
    width: 35%;
    min-width: 15em
}

@media screen and (max-width: 480px) {
    #override .property_table_wrap table thead th:first-child {
        width: 42%
    }
}

#override .property_table_wrap table thead th span {
    display: block;
    font-size: 80%
}

#override .property_table_wrap table tbody th {
    padding: .5em .6em;
    border: 1px solid #e2e2e2;
    font-weight: bold;
    font-size: .875rem;
    vertical-align: middle;
    text-align: left
}

#override .property_table_wrap table tbody th span {
    display: inline-block;
    font-weight: normal;
    font-size: 85%
}

#override .property_table_wrap table tbody th small {
    display: block;
    margin-top: .3em;
    font-weight: normal;
    font-size: 80%
}

#override .property_table_wrap table tbody td {
    padding: .3em .2em;
    border: 1px solid #e2e2e2;
    vertical-align: middle;
    text-align: center
}

#override .property_table_wrap table tbody td span {
    display: block;
    margin: 0 auto;
    text-align: center
}

@media screen and (max-width: 480px) {
    #override .property_table_wrap table tbody .table_design08 {
        text-align: left
    }

    #override .property_table_wrap table tbody .table_design08 thead {
        display: none
    }

    #override .property_table_wrap table tbody .table_design08 th,
    #override .property_table_wrap table tbody .table_design08 td {
        display: block;
        border: 0;
        border-bottom: 2px solid #e6f1f6
    }

    #override .property_table_wrap table tbody .table_design08 tbody th {
        background: #4d9bc1;
        color: #fff
    }

    #override .property_table_wrap table tbody .table_design08 td::before {
        content: attr(data-label);
        display: inline-block;
        width: 20%;
        min-width: 4em;
        color: #4d9bc1;
        font-weight: bold
    }
}

#override .property_table_wrap.double table thead th {
    width: 32.5%;
    min-width: 15em
}

#override .property_table_wrap.double table thead th:first-child {
    width: 35%;
    min-width: 15em
}

#override .property_table_wrap.triple {
    overflow-x: auto
}

#override .property_table_wrap.triple h3 {
    position: sticky;
    top: 0;
    left: 0
}

#override .property_table_wrap.triple table {
    min-width: 546px
}

#override .property_table_wrap.triple table thead th {
    width: 21.6666666667%;
    min-width: 15em
}

#override .property_table_wrap.triple table thead th:first-child {
    width: 35%;
    min-width: 15em
}

@media screen and (max-width: 575px) {
    #override .property_table_wrap.triple table {
        min-width: 480px
    }
}

#override .property_table_wrap+small.note {
    position: relative;
    display: block;
    margin: .8em 0 0;
    padding: 0 0 0 1em;
    text-indent: -1em;
    color: #666;
    font-size: 80%
}

#override h2.relation_title {
    position: relative;
    margin: 0 auto;
    padding: 0 0 1em;
    text-align: center;
    font-size: 1.75rem
}

@media screen and (max-width: 991px) {
    #override h2.relation_title {
        font-size: 1.625rem
    }
}

@media screen and (max-width: 767px) {
    #override h2.relation_title {
        font-size: 1.5rem
    }
}

@media screen and (max-width: 575px) {
    #override h2.relation_title {
        font-size: 1.375rem
    }
}

#override .variation_wrap {
    position: relative;
    margin-top: 1.5em
}

#override .variation_wrap .variation {
    position: relative;
    display: block;
    font-size: .875rem;
    color: #666
}

#override .variation_wrap ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: .8em;
    margin: .5em 0 0;
    padding: .8em 1em;
    background-color: #f9f9f9;
    border: 1px solid #e4e4e4
}

#override .variation_wrap ul li {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 6em;
    font-size: .75rem;
    line-height: 1
}

#override .variation_wrap ul li a {
    display: block;
    width: 100%;
    transition: .4s
}

#override .variation_wrap ul li a:hover {
    color: #08346D;
    transition: .4s
}

#override .variation_wrap ul li b.attribut_color_code {
    margin: 0 5px 0 0
}

#override .variation_wrap ul li b.attribut_color_code::before {
    width: 1.2em;
    height: 1.2em;
    border-radius: 2px;
    line-height: 1
}

#override .service_support_wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%
}

#override .service_support_wrap+.service_support_wrap {
    padding-top: 120px
}

@media screen and (max-width: 1199px) {
    #override .service_support_wrap+.service_support_wrap {
        padding-top: 100px
    }
}

@media screen and (max-width: 991px) {
    #override .service_support_wrap+.service_support_wrap {
        padding-top: 80px
    }
}

@media screen and (max-width: 767px) {
    #override .service_support_wrap+.service_support_wrap {
        padding-top: 60px
    }
}

@media screen and (max-width: 575px) {
    #override .service_support_wrap+.service_support_wrap {
        padding-top: 50px
    }
}

#override .service_support_wrap .overview {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 960px
}

#override .service_support_wrap .overview h2 {
    position: relative;
    display: block;
    margin: 0 auto 1.5em;
    line-height: 1.6;
    text-align: center;
    font-size: 1.75rem
}

@media screen and (max-width: 991px) {
    #override .service_support_wrap .overview h2 {
        font-size: 1.625rem
    }
}

@media screen and (max-width: 767px) {
    #override .service_support_wrap .overview h2 {
        font-size: 1.5rem
    }
}

@media screen and (max-width: 575px) {
    #override .service_support_wrap .overview h2 {
        font-size: 1.375rem
    }
}

#override .service_support_wrap .overview h2 span {
    display: inline-block
}

#override .service_support_wrap .overview p {
    position: relative;
    display: block;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.6
}

#override .service_support_wrap .overview p+p {
    margin-top: 1em
}

#override .service_support_wrap .inq_btn_wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    margin: 2em auto 0;
    width: 100%
}

@media screen and (max-width: 991px) {
    #override .service_support_wrap .inq_btn_wrap {
        flex-direction: column
    }
}

#override .service_support_wrap .inq_btn_wrap .inq_btn {
    display: block;
    margin: 0;
    width: 50%;
    color: #4d5059;
    font-size: .875rem;
    text-align: center
}

@media screen and (max-width: 991px) {
    #override .service_support_wrap .inq_btn_wrap .inq_btn {
        width: 100%
    }
}

@media screen and (max-width: 575px) {
    #override .service_support_wrap .inq_btn_wrap .inq_btn {
        font-size: clamp(11px, 2.93vw, 14px)
    }
}

#override .service_support_wrap .inq_btn_wrap .inq_btn a {
    position: relative;
    display: block;
    margin: .8em auto 0;
    padding: 1.5em .5em;
    max-width: 480px;
    background-color: #024787;
    border-radius: 6px;
    color: #fff;
    font-size: 1.125rem;
    text-align: center;
    transition: .4s ease
}

@media screen and (max-width: 575px) {
    #override .service_support_wrap .inq_btn_wrap .inq_btn a {
        font-size: clamp(14px, 4.17vw, 18px)
    }
}

#override .service_support_wrap .inq_btn_wrap .inq_btn a::before {
    position: relative;
    display: inline-block;
    margin-right: .4em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: ""
}

#override .service_support_wrap .inq_btn_wrap .inq_btn a:hover {
    background-color: #0a3c6b;
    transition: .4s ease
}

#override .service_support_wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%
}

#override .service_support_wrap .service_support {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 960px
}

#override .service_support_wrap .service_support h2 {
    position: relative;
    display: block;
    margin: 0 auto 1em;
    padding: .1em 0 0 .8em;
    border-left: 6px solid #08346D;
    line-height: 1.5;
    text-align: left;
    font-size: 1.75rem
}

@media screen and (max-width: 991px) {
    #override .service_support_wrap .service_support h2 {
        font-size: 1.625rem
    }
}

@media screen and (max-width: 767px) {
    #override .service_support_wrap .service_support h2 {
        font-size: 1.5rem
    }
}

@media screen and (max-width: 575px) {
    #override .service_support_wrap .service_support h2 {
        font-size: 1.375rem
    }
}

#override .service_support_wrap .service_support h2 span {
    display: inline-block
}

#override .service_support_wrap .service_support ul {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 1.5em .5em 0 1.5em;
    list-style: square
}

#override .service_support_wrap .service_support ul li {
    margin-top: 1em;
    font-size: 1rem;
    line-height: 1.6
}

@media screen and (max-width: 575px) {
    #override .service_support_wrap .service_support ul li {
        font-size: clamp(13px, 4vw, 16px)
    }
}

#override .service_support_wrap .service_support ul li::marker {
    color: #164889;
    content: "● "
}

#override .service_support_wrap .service_support ul li:first-child {
    margin-top: 0
}

#override .service_support_wrap .service_support ul li>ul {
    border-top: none;
    list-style: disc
}

#override .service_support_wrap .service_support ul li>ul li::marker {
    content: "・ ";
    color: #4d5059
}

#override .service_support_wrap .service_support ul li .link_form {
    display: block;
    margin: 0
}

@media screen and (max-width: 575px) {
    #override .service_support_wrap .service_support ul li .link_form {
        text-align: center
    }
}

#override .service_support_wrap .service_support ul li .link_form a {
    position: relative;
    display: block;
    margin: .8em 0 1.5em;
    padding: 1em .5em;
    max-width: 340px;
    background-color: #024787;
    border-radius: 6px;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    transition: .4s ease
}

@media screen and (max-width: 575px) {
    #override .service_support_wrap .service_support ul li .link_form a {
        font-size: clamp(14px, 4vw, 16px)
    }
}

#override .service_support_wrap .service_support ul li .link_form a::before {
    position: relative;
    display: inline-block;
    margin-right: .4em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: ""
}

#override .service_support_wrap .service_support ul li .link_form a:hover {
    background-color: #0a3c6b;
    transition: .4s ease
}

#override .service_support_wrap .service_support .repair_btn_wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    margin: 2em auto 0;
    width: 100%
}

@media screen and (max-width: 575px) {
    #override .service_support_wrap .service_support .repair_btn_wrap {
        flex-direction: column;
        gap: 30px
    }
}

#override .service_support_wrap .service_support .repair_btn_wrap .repair_btn {
    display: block;
    margin: 0;
    width: 50%;
    text-align: center
}

@media screen and (max-width: 575px) {
    #override .service_support_wrap .service_support .repair_btn_wrap .repair_btn {
        width: 100%
    }
}

#override .service_support_wrap .service_support .repair_btn_wrap .repair_btn a {
    position: relative;
    display: block;
    margin: .8em auto 0;
    padding: 1em .5em;
    max-width: 340px;
    background-color: #164889;
    border-radius: 6px;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    transition: .4s ease
}

@media screen and (max-width: 575px) {
    #override .service_support_wrap .service_support .repair_btn_wrap .repair_btn a {
        font-size: clamp(14px, 4vw, 16px)
    }
}

#override .service_support_wrap .service_support .repair_btn_wrap .repair_btn a::before {
    position: relative;
    display: inline-block;
    margin-right: .4em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: ""
}

#override .service_support_wrap .service_support .repair_btn_wrap .repair_btn a:hover {
    background-color: #08346D;
    transition: .4s ease
}

#override .service_support_wrap .service_support .repair_btn_wrap .repair_btn:last-of-type a::before {
    content: ""
}

#override .service_support_wrap .service_support .terms {
    position: relative;
    display: block;
    margin-top: 2.5em;
    font-size: 1rem;
    line-height: 1.6
}

@media screen and (max-width: 575px) {
    #override .service_support_wrap .service_support .terms {
        font-size: clamp(13px, 4vw, 16px)
    }
}

#override .service_support_wrap .service_support .terms span {
    display: block;
    padding-left: 1em;
    text-indent: -1em
}

#override .service_support_wrap .service_support .terms a {
    display: block;
    margin-top: .8em
}

#override .service_support_wrap .service_support .terms a::before {
    display: inline-block;
    margin: 0 .5em 0 1em
}

#override .extract_wrap {
    position: relative;
    display: block;
    margin: 120px auto 0;
    padding: 3em;
    background-color: #f9f9f9;
    border-radius: 6px;
    width: 100%;
    max-width: 960px
}

@media screen and (max-width: 1199px) {
    #override .extract_wrap {
        margin-top: 100px
    }
}

@media screen and (max-width: 991px) {
    #override .extract_wrap {
        margin-top: 80px
    }
}

@media screen and (max-width: 767px) {
    #override .extract_wrap {
        margin-top: 60px
    }
}

@media screen and (max-width: 575px) {
    #override .extract_wrap {
        margin-top: 50px;
        padding: 1.5em .8em
    }
}

#override .extract_wrap h3 {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0 .5em 1em;
    border-bottom: 1px solid #e0e0e0;
    font-size: 1.25rem;
    text-align: center
}

@media screen and (max-width: 575px) {
    #override .extract_wrap h3 {
        font-size: clamp(16px, 4.8vw, 20px)
    }
}

#override .extract_wrap ul {
    position: relative;
    display: block;
    margin: 1.8em auto 0;
    padding: 0 .5em 0 1.5em;
    list-style: disc
}

#override .extract_wrap ul li {
    margin-top: 1em;
    font-size: .9375rem;
    line-height: 1.6
}

@media screen and (max-width: 575px) {
    #override .extract_wrap ul li {
        font-size: clamp(13px, 3.73vw, 15px)
    }
}

#override .extract_wrap ul li:first-child {
    margin-top: 0
}

#override .terms_repair_wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%
}

#override .terms_repair_wrap .overview {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 960px
}

#override .terms_repair_wrap .overview h2 {
    position: relative;
    display: block;
    margin: 0 auto 1.5em;
    line-height: 1.6;
    text-align: center;
    font-size: 1.75rem
}

@media screen and (max-width: 991px) {
    #override .terms_repair_wrap .overview h2 {
        font-size: 1.625rem
    }
}

@media screen and (max-width: 767px) {
    #override .terms_repair_wrap .overview h2 {
        font-size: 1.5rem
    }
}

@media screen and (max-width: 575px) {
    #override .terms_repair_wrap .overview h2 {
        font-size: 1.375rem
    }
}

#override .terms_repair_wrap .overview h2 span {
    display: inline-block
}

#override .terms_repair_wrap .overview p {
    position: relative;
    display: block;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.6
}

#override .terms_repair_wrap .overview p+p {
    margin-top: 1em
}

#override .terms_repair_wrap .terms_repair {
    position: relative;
    display: block;
    margin: 3em auto 0;
    width: 100%;
    max-width: 960px
}

#override .terms_repair_wrap .terms_repair h3 {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 1.25rem
}

@media screen and (max-width: 575px) {
    #override .terms_repair_wrap .terms_repair h3 {
        font-size: clamp(16px, 4.8vw, 20px)
    }
}

#override .terms_repair_wrap .terms_repair ol {
    position: relative;
    display: block;
    margin: 1.5em 0 0 1.5em;
    padding: 0;
    list-style: decimal
}

#override .terms_repair_wrap .terms_repair ol.none {
    list-style: none;
    margin-left: 0
}

#override .terms_repair_wrap .terms_repair ol.none ul {
    margin-left: 2.5em
}

#override .terms_repair_wrap .terms_repair ol+h3 {
    margin-top: 2.5em
}

#override .terms_repair_wrap .terms_repair ol li {
    margin-top: 1em;
    font-size: .9375rem;
    line-height: 1.6
}

@media screen and (max-width: 575px) {
    #override .terms_repair_wrap .terms_repair ol li {
        font-size: clamp(13px, 3.73vw, 15px)
    }
}

#override .terms_repair_wrap .terms_repair ol li:first-child {
    margin-top: 0
}

#override .terms_repair_wrap .terms_repair ol li ul {
    position: relative;
    display: block;
    margin: 1em 0 0 1.5em;
    padding: 0;
    list-style: disc
}

#override .terms_repair_wrap .terms_repair ol li ul li {
    margin-top: 1em;
    font-size: .9375rem;
    line-height: 1.6
}

@media screen and (max-width: 575px) {
    #override .terms_repair_wrap .terms_repair ol li ul li {
        font-size: clamp(13px, 3.73vw, 15px)
    }
}

#override .terms_repair_wrap .terms_repair ol li ul li:first-child {
    margin-top: 0
}

#override .terms_repair_wrap .terms_repair ol li ul.none {
    list-style: none;
    margin-left: 0
}

#override .terms_repair_wrap .terms_repair ol li ul.latin {
    list-style: upper-latin
}

#override .terms_repair_wrap .terms_repair ol li ul.none.indk li {
    padding-left: 3em;
    text-indent: -3em
}

#override .terms_repair_wrap .terms_repair ol li ul.none.indd li {
    padding-left: 2.5em;
    text-indent: -2.6em
}

#override .terms_repair_wrap .terms_repair ol li ul+li {
    margin-top: 1em
}

#override .terms_repair_wrap .terms_repair table.transport {
    position: relative;
    margin: 1em 0 0 1.5em;
    padding: 0;
    width: calc(100% - 1.5em);
    background-color: #fff;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    border-collapse: collapse;
    font-size: .9375rem;
    line-height: 1.6
}

@media screen and (max-width: 575px) {
    #override .terms_repair_wrap .terms_repair table.transport {
        font-size: clamp(13px, 3.73vw, 15px)
    }
}

#override .terms_repair_wrap .terms_repair table.transport+h3 {
    margin-top: 2.5em
}

#override .terms_repair_wrap .terms_repair table.transport thead th {
    padding: .5em 1em;
    background-color: #35a2c9;
    border: 1px solid #e2e2e2;
    color: #fff;
    font-weight: bold;
    vertical-align: middle;
    text-align: left
}

@media screen and (max-width: 575px) {
    #override .terms_repair_wrap .terms_repair table.transport thead th {
        border-bottom: none
    }
}

#override .terms_repair_wrap .terms_repair table.transport thead td {
    padding: .5em 1em;
    background-color: #f9f9f9;
    border: 1px solid #e2e2e2;
    color: #222;
    font-weight: bold;
    vertical-align: middle;
    text-align: left
}

#override .terms_repair_wrap .terms_repair table.transport thead td small {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 100%
}

@media screen and (max-width: 575px) {
    #override .terms_repair_wrap .terms_repair table.transport thead td {
        border-bottom: none;
        background-color: #fff
    }
}

#override .terms_repair_wrap .terms_repair table.transport tbody td {
    padding: .5em 1em;
    border: 1px solid #e2e2e2;
    vertical-align: middle;
    text-align: left;
    width: 13.5em
}

#override .terms_repair_wrap .terms_repair table.transport tbody td small {
    display: block;
    margin-top: .2em;
    font-size: 80%;
    font-weight: normal
}

#override .terms_repair_wrap .terms_repair table.transport tbody td+td {
    width: calc(100% - 14em)
}

@media screen and (max-width: 575px) {
    #override .terms_repair_wrap .terms_repair table.transport tbody td {
        display: block;
        width: 100%;
        background-color: #f0f9f9;
        border-width: 1px 0 0;
        font-weight: bold
    }

    #override .terms_repair_wrap .terms_repair table.transport tbody td+td {
        display: block;
        width: 100%;
        background-color: #fff;
        border-width: 1px 0 0;
        font-weight: normal
    }
}

#override .flow_container_warp {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%
}

#override .flow_container_warp+.section_title_wrap,
#override .flow_container_warp+.flow_container_warp {
    padding-top: 120px
}

@media screen and (max-width: 1199px) {

    #override .flow_container_warp+.section_title_wrap,
    #override .flow_container_warp+.flow_container_warp {
        padding-top: 100px
    }
}

@media screen and (max-width: 991px) {

    #override .flow_container_warp+.section_title_wrap,
    #override .flow_container_warp+.flow_container_warp {
        padding-top: 100px
    }
}

@media screen and (max-width: 767px) {

    #override .flow_container_warp+.section_title_wrap,
    #override .flow_container_warp+.flow_container_warp {
        padding-top: 80px
    }
}

@media screen and (max-width: 575px) {

    #override .flow_container_warp+.section_title_wrap,
    #override .flow_container_warp+.flow_container_warp {
        padding-top: 80px
    }
}

#override .flow_container_warp h3 {
    position: relative;
    display: block;
    margin: 0;
    padding: .3em .5em .2em .8em;
    background-color: #02051d;
    border-radius: 2px;
    color: #fff;
    font-weight: normal;
    font-size: 1.375rem;
    line-height: 1.5
}

@media screen and (max-width: 1199px) {
    #override .flow_container_warp h3 {
        font-size: 1.3125rem
    }
}

@media screen and (max-width: 991px) {
    #override .flow_container_warp h3 {
        font-size: 1.25rem
    }
}

@media screen and (max-width: 767px) {
    #override .flow_container_warp h3 {
        font-size: clamp(18px, 2.61vw, 20px)
    }
}

@media screen and (max-width: 575px) {
    #override .flow_container_warp h3 {
        font-size: clamp(16px, 4.1vw, 18px)
    }
}

#override .flow_container_warp h3+.attention,
#override .flow_container_warp h3+.ready {
    margin-top: 1.5em
}

#override .flow_container_warp .step {
    position: relative;
    display: block;
    margin: 1.5em auto 0
}

#override .flow_container_warp .step h4 {
    position: relative;
    display: block;
    margin: 0;
    color: #222;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.5
}

@media screen and (max-width: 767px) {
    #override .flow_container_warp .step h4 {
        font-size: clamp(16px, 4.1vw, 18px)
    }
}

@media screen and (max-width: 575px) {
    #override .flow_container_warp .step h4 {
        font-size: clamp(14px, 3.59vw, 16px)
    }
}

#override .flow_container_warp .step h4 b {
    position: relative;
    display: inline-block;
    margin: 0 .8em .1em 0;
    padding: .15em .8em .1em;
    min-width: 5em;
    line-height: 1.5;
    background-color: #08346D;
    border-radius: 1.5em;
    color: #fff;
    font-weight: normal;
    text-align: center;
    vertical-align: text-bottom
}

#override .flow_container_warp .step h4+p {
    position: relative;
    display: block;
    margin: 1.5em 0 0;
    padding: 0 1em;
    line-height: 1.6
}

@media screen and (max-width: 575px) {
    #override .flow_container_warp .step h4+p {
        padding: 0;
        font-size: clamp(13px, 3.13vw, 16px)
    }
}

#override .flow_container_warp .step h4+p small {
    display: block;
    margin: .5em 0 0;
    padding: 0 0 0 1.25em;
    text-indent: -1.25em;
    font-size: 90%;
    color: #666
}

#override .flow_container_warp .step h5 {
    position: relative;
    display: block;
    margin: 0;
    color: #4d5059;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.5
}

@media screen and (max-width: 767px) {
    #override .flow_container_warp .step h5 {
        font-size: clamp(15px, 2.61vw, 16px)
    }
}

@media screen and (max-width: 575px) {
    #override .flow_container_warp .step h5 {
        font-size: clamp(14px, 3.59vw, 15px)
    }
}

#override .flow_container_warp .step h5::before {
    display: inline-block;
    margin-right: .3em;
    content: "●"
}

#override .flow_container_warp .flow_flex {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 40px 0;
    margin: 1.5em 0 0;
    width: 100%;
    max-width: 920px
}

@media screen and (max-width: 575px) {
    #override .flow_container_warp .flow_flex {
        flex-direction: column;
        gap: 0
    }
}

#override .flow_container_warp .flow_flex+.step,
#override .flow_container_warp .flow_flex+.flow_flex {
    margin-top: 3em
}

#override .flow_container_warp .flow_flex .flow_item {
    position: relative;
    display: flex;
    margin: 0;
    width: 33.3333333333%
}

@media screen and (max-width: 767px) {
    #override .flow_container_warp .flow_flex .flow_item {
        width: 50%
    }
}

@media screen and (max-width: 575px) {
    #override .flow_container_warp .flow_flex .flow_item {
        display: block;
        width: 100%
    }
}

#override .flow_container_warp .flow_flex .flow_item::after {
    display: inline-block;
    margin-top: 28%;
    width: 100%;
    max-width: 24px;
    color: #164889;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5rem;
    content: "";
    text-align: center
}

@media screen and (max-width: 767px) {
    #override .flow_container_warp .flow_flex .flow_item::after {
        max-width: 6.25vw
    }
}

@media screen and (max-width: 575px) {
    #override .flow_container_warp .flow_flex .flow_item::after {
        margin-top: 0;
        display: block;
        max-width: 100%;
        content: ""
    }
}

#override .flow_container_warp .flow_flex .flow_item.last::after {
    content: ""
}

@media screen and (max-width: 575px) {
    #override .flow_container_warp .flow_flex .flow_item.last::after {
        display: none
    }
}

#override .flow_container_warp .flow_flex .flow_item .item {
    position: relative;
    display: block;
    width: 100%;
    max-width: 282px
}

@media screen and (max-width: 575px) {
    #override .flow_container_warp .flow_flex .flow_item .item {
        max-width: 100%
    }
}

#override .flow_container_warp .flow_flex .flow_item .item>span {
    position: relative;
    display: block;
    margin: 0 0 .5em;
    padding: 0;
    font-weight: bold;
    font-size: .9375rem;
    line-height: 1.5;
    text-align: center
}

@media screen and (max-width: 575px) {
    #override .flow_container_warp .flow_flex .flow_item .item>span {
        font-size: clamp(12px, 3.59vw, 15px)
    }
}

#override .flow_container_warp .flow_flex .flow_item .item .photo {
    position: relative;
    display: block;
    border: 1px solid #e2e2e2;
    border-radius: 2px
}

#override .flow_container_warp .flow_flex .flow_item .item .photo img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 560px;
    height: auto;
    aspect-ratio: 4/3
}

#override .flow_container_warp .flow_flex .flow_item .item .photo+p,
#override .flow_container_warp .flow_flex .flow_item .item .photo+p+p,
#override .flow_container_warp .flow_flex .flow_item .item .photo+p+p+p {
    position: relative;
    display: block;
    margin: .8em 0 0;
    padding: 0;
    font-size: .9375rem;
    line-height: 1.5
}

@media screen and (max-width: 575px) {

    #override .flow_container_warp .flow_flex .flow_item .item .photo+p,
    #override .flow_container_warp .flow_flex .flow_item .item .photo+p+p,
    #override .flow_container_warp .flow_flex .flow_item .item .photo+p+p+p {
        font-size: clamp(12px, 3.59vw, 15px)
    }

    #override .flow_container_warp .flow_flex .flow_item .item .photo+p.nl,
    #override .flow_container_warp .flow_flex .flow_item .item .photo+p+p.nl,
    #override .flow_container_warp .flow_flex .flow_item .item .photo+p+p+p.nl {
        padding-bottom: 1.35em
    }
}

#override .flow_container_warp .flow_flex .flow_item .item .photo+p.ol,
#override .flow_container_warp .flow_flex .flow_item .item .photo+p+p.ol,
#override .flow_container_warp .flow_flex .flow_item .item .photo+p+p+p.ol {
    padding-left: 1.35em;
    text-indent: -1.35em
}

#override .flow_container_warp .flow_flex .flow_item .item .photo+p small,
#override .flow_container_warp .flow_flex .flow_item .item .photo+p+p small,
#override .flow_container_warp .flow_flex .flow_item .item .photo+p+p+p small {
    display: block;
    margin: .5em 0 0 -1.5em;
    padding-left: 1em;
    text-indent: -1em;
    color: #666
}

#override .flow_container_warp .flow_flex .flow_item .item .photo+p small+small,
#override .flow_container_warp .flow_flex .flow_item .item .photo+p+p small+small,
#override .flow_container_warp .flow_flex .flow_item .item .photo+p+p+p small+small {
    margin-top: .2em
}

#override .flow_container_warp .flow_flex .flow_item .item .photo+p small>b,
#override .flow_container_warp .flow_flex .flow_item .item .photo+p+p small>b,
#override .flow_container_warp .flow_flex .flow_item .item .photo+p+p+p small>b {
    color: #555;
    font-weight: normal;
    text-decoration: underline
}

#override .flow_container_warp .flow_flex .flow_item.wcol {
    width: 66.6666666667%
}

@media screen and (max-width: 767px) {
    #override .flow_container_warp .flow_flex .flow_item.wcol {
        width: 50%
    }
}

@media screen and (max-width: 575px) {
    #override .flow_container_warp .flow_flex .flow_item.wcol {
        display: block;
        width: 100%
    }
}

#override .flow_container_warp .flow_flex .flow_item.wcol::after {
    margin-top: 14%
}

@media screen and (max-width: 767px) {
    #override .flow_container_warp .flow_flex .flow_item.wcol::after {
        margin-top: 28%
    }
}

@media screen and (max-width: 575px) {
    #override .flow_container_warp .flow_flex .flow_item.wcol::after {
        margin-top: 0
    }
}

#override .flow_container_warp .flow_flex .flow_item.wcol .item {
    max-width: 100%
}

#override .flow_container_warp .flow_flex .flow_item.wcol .item .photo img {
    max-width: 1172px;
    height: auto;
    aspect-ratio: 293/105
}

@media screen and (max-width: 767px) {
    #override .flow_container_warp .flow_flex .flow_item.wcol .item .photo img {
        max-width: 560px;
        aspect-ratio: 14/31
    }
}

#override .flow_container_warp .flow_flex .flow_item_col1 {
    position: relative;
    display: flex;
    margin: 0;
    width: 100%
}

@media screen and (max-width: 575px) {
    #override .flow_container_warp .flow_flex .flow_item_col1 {
        display: block
    }
}

#override .flow_container_warp .flow_flex .flow_item_col1::after {
    display: none
}

#override .flow_container_warp .flow_flex .flow_item_col1 .item {
    position: relative;
    display: block;
    width: 100%
}

#override .flow_container_warp .flow_flex .flow_item_col1 .item .photo {
    position: relative;
    display: block;
    border: 1px solid #e2e2e2;
    border-radius: 2px
}

#override .flow_container_warp .flow_flex .flow_item_col1 .item .photo img {
    position: relative;
    display: block;
    width: 100%;
    height: auto
}

#override .flow_container_warp .flow_flex .flow_item_col2 {
    position: relative;
    display: flex;
    margin: 0;
    width: 33.3333333333%
}

#override .flow_container_warp .flow_flex .flow_item_col2 .item {
    position: relative;
    display: block;
    width: 100%;
    max-width: 282px
}

@media screen and (max-width: 575px) {
    #override .flow_container_warp .flow_flex .flow_item_col2 .item {
        max-width: 100%
    }
}

#override .flow_container_warp .flow_flex .flow_item_col2 .item .photo {
    position: relative;
    display: block;
    border: 1px solid #e2e2e2;
    border-radius: 2px
}

#override .flow_container_warp .flow_flex .flow_item_col2 .item .photo img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 560px;
    height: auto;
    aspect-ratio: 4/3
}

#override .flow_container_warp .flow_flex .flow_item_col2 .item .photo+.photo {
    margin-top: 10px
}

#override .flow_container_warp .flow_flex .flow_item_col2:last-child {
    align-items: center;
    width: 66.6666666667%
}

@media screen and (max-width: 767px) {
    #override .flow_container_warp .flow_flex .flow_item_col2 {
        width: 50%
    }

    #override .flow_container_warp .flow_flex .flow_item_col2:last-child {
        width: 50%
    }
}

@media screen and (max-width: 575px) {
    #override .flow_container_warp .flow_flex .flow_item_col2 {
        display: block;
        width: 100%
    }

    #override .flow_container_warp .flow_flex .flow_item_col2:last-child {
        width: 100%
    }
}

#override .flow_container_warp .flow_flex .flow_item_col2::after {
    display: inline-block;
    width: 100%;
    max-width: 20px;
    content: ""
}

@media screen and (max-width: 575px) {
    #override .flow_container_warp .flow_flex .flow_item_col2::after {
        display: none
    }
}

#override .flow_container_warp .flow_box {
    position: relative;
    display: block;
    margin: 2em 20px 3em;
    width: 100%;
    max-width: 920px
}

@media screen and (max-width: 575px) {
    #override .flow_container_warp .flow_box {
        margin: 0 0 3em
    }
}

#override .flow_container_warp .note {
    position: relative;
    display: block;
    margin: 0;
    width: 100%
}

@media screen and (max-width: 575px) {
    #override .flow_container_warp .note {
        margin-top: .8em
    }
}

#override .flow_container_warp .note ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 .5em 0 1.5em;
    list-style: disc
}

#override .flow_container_warp .note ul li {
    margin-top: .5em;
    font-size: .9375rem;
    line-height: 1.5
}

@media screen and (max-width: 575px) {
    #override .flow_container_warp .note ul li {
        font-size: clamp(12px, 3.59vw, 15px)
    }
}

#override .flow_container_warp .note ul li::marker {
    color: #164889;
    content: "● "
}

#override .flow_container_warp .note ul li:first-child {
    margin-top: 0
}

#override .flow_container_warp .note ul li>ul {
    margin: 1em 0 0 -0.3em
}

#override .flow_container_warp .note ul li>ul li::marker {
    content: "・ "
}

#override .flow_container_warp .note dl.panel {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 15px;
    margin: 0;
    padding: 0 1em;
    width: 100%
}

@media screen and (max-width: 575px) {
    #override .flow_container_warp .note dl.panel:first-of-type {
        margin-top: 1em
    }
}

#override .flow_container_warp .note dl.panel+.panel,
#override .flow_container_warp .note dl.panel+.panel_img {
    margin-top: 1em
}

#override .flow_container_warp .note dl.panel dt {
    margin: 0;
    padding: 0;
    width: 40px
}

#override .flow_container_warp .note dl.panel dt img {
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 40px
}

#override .flow_container_warp .note dl.panel dd {
    margin: 0;
    padding: 0;
    font-size: .875rem;
    line-height: 1.5
}

@media screen and (max-width: 575px) {
    #override .flow_container_warp .note dl.panel dd {
        font-size: clamp(12px, 3.33vw, 14px)
    }
}

#override .flow_container_warp .note .panel_img {
    position: relative;
    display: block;
    margin-top: .5em;
    padding: 0 1em
}

#override .flow_container_warp .note .panel_img+.panel {
    margin-top: 1em
}

#override .flow_container_warp .note .panel_img img {
    display: block;
    width: 100%;
    max-width: 240px;
    height: auto
}

#override .flow_container_warp .note ol.panel_sub_menu {
    position: relative;
    display: block;
    margin-top: 1em;
    padding: 0 1em;
    width: 100%;
    list-style-type: none;
    counter-reset: li
}

@media screen and (max-width: 575px) {
    #override .flow_container_warp .note ol.panel_sub_menu:first-of-type {
        margin-top: 1em
    }
}

#override .flow_container_warp .note ol.panel_sub_menu li {
    display: flex;
    align-items: flex-start;
    margin: 0;
    padding: 0 .5em .5em;
    font-size: .875rem;
    line-height: 1.5;
    list-style: none
}

@media screen and (max-width: 575px) {
    #override .flow_container_warp .note ol.panel_sub_menu li {
        font-size: clamp(12px, 3.33vw, 14px)
    }
}

#override .flow_container_warp .note ol.panel_sub_menu li::before {
    display: inline-block;
    margin-top: .2em;
    margin-right: .5em;
    width: 1.4em;
    min-width: 1.4em;
    height: 1.4em;
    min-height: 1.4em;
    border-radius: 50%;
    background-color: #e2499c;
    color: #fff;
    font-size: .84em;
    line-height: 1.5;
    text-align: center;
    content: counter(li);
    counter-increment: li
}

#override .flow_container_warp .note ul.panel_sub_menu {
    position: relative;
    display: block;
    margin: 1em 0;
    padding: 0 1em;
    width: 100%;
    list-style: none
}

@media screen and (max-width: 575px) {
    #override .flow_container_warp .note ul.panel_sub_menu:first-of-type {
        margin-top: 1em
    }
}

#override .flow_container_warp .note ul.panel_sub_menu li {
    margin: 0;
    padding: 0 .5em .5em;
    font-size: .875rem;
    line-height: 1.5;
    list-style: none
}

@media screen and (max-width: 575px) {
    #override .flow_container_warp .note ul.panel_sub_menu li {
        font-size: clamp(12px, 3.33vw, 14px)
    }
}

#override .flow_container_warp .note ul.panel_sub_menu li::before {
    display: inline-block;
    margin-right: .3em;
    color: #e2499c;
    content: "・"
}

#override .flow_container_warp .note ul.panel_sub_menu li::marker {
    content: none
}

#override .flow_container_warp .note small {
    display: block;
    margin: 1em .5em 0 .5em;
    padding: 0 0 0 1.25em;
    text-indent: -1.25em;
    font-size: 80%;
    color: #666
}

#override .flow_container_warp .note small+small {
    margin-top: .5em
}

#override .flow_container_warp .attention {
    position: relative;
    display: block;
    margin: 0 0 3em;
    padding: 0 1em;
    line-height: 1.6
}

@media screen and (max-width: 575px) {
    #override .flow_container_warp .attention {
        padding: 0;
        font-size: clamp(13px, 3.13vw, 16px)
    }
}

#override .flow_container_warp .attention small {
    display: block;
    margin: 1em .5em 0 .5em;
    padding: 0 0 0 1.25em;
    text-indent: -1.25em;
    font-size: 90%;
    color: #666
}

#override .flow_container_warp .attention small+small {
    margin-top: 0
}

#override .flow_container_warp .attention+.ready {
    margin-top: -1.5em
}

#override .flow_container_warp .attention ul.firmware,
#override .flow_container_warp .attention ul.network {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 .5em 0 1.5em;
    list-style: disc
}

#override .flow_container_warp .attention ul.firmware li,
#override .flow_container_warp .attention ul.network li {
    margin-top: .5em;
    font-size: .9375rem;
    line-height: 1.5
}

@media screen and (max-width: 575px) {

    #override .flow_container_warp .attention ul.firmware li,
    #override .flow_container_warp .attention ul.network li {
        font-size: clamp(12px, 3.59vw, 15px)
    }
}

#override .flow_container_warp .attention ul.firmware li::marker,
#override .flow_container_warp .attention ul.network li::marker {
    color: #164889;
    content: "● "
}

#override .flow_container_warp .attention ul.firmware li:first-child,
#override .flow_container_warp .attention ul.network li:first-child {
    margin-top: .5em
}

#override .flow_container_warp .attention ul.firmware li .info_site,
#override .flow_container_warp .attention ul.network li .info_site {
    margin-top: 1em;
    padding-bottom: 1.5em
}

#override .flow_container_warp .attention ul.firmware li .info_site b,
#override .flow_container_warp .attention ul.network li .info_site b {
    display: block;
    margin-bottom: .2em;
    font-weight: normal
}

#override .flow_container_warp .attention ul.firmware li .file_dl,
#override .flow_container_warp .attention ul.network li .file_dl {
    margin-top: 1em
}

#override .flow_container_warp .attention ul.firmware li .file_dl div+div,
#override .flow_container_warp .attention ul.network li .file_dl div+div {
    margin-top: .5em
}

#override .flow_container_warp .attention ul.firmware li .file_dl a,
#override .flow_container_warp .attention ul.network li .file_dl a {
    transition: .4s ease
}

#override .flow_container_warp .attention ul.firmware li .file_dl a:hover,
#override .flow_container_warp .attention ul.network li .file_dl a:hover {
    color: #08346D;
    text-decoration: underline !important;
    transition: .4s ease
}

#override .flow_container_warp .attention ul.firmware li .file_dl a::before,
#override .flow_container_warp .attention ul.network li .file_dl a::before {
    position: relative;
    display: inline-block;
    margin-right: .4em;
    color: #ff2116;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: ""
}

#override .flow_container_warp .ready {
    position: relative;
    display: block;
    margin: 0 0 3em;
    padding: 1em 1.5em;
    background-color: #eff5f7;
    border-radius: 6px;
    line-height: 1.6
}

#override .flow_container_warp .ready::after {
    display: block;
    content: "";
    clear: both
}

#override .flow_container_warp .ready b {
    display: block;
    color: #373841;
    font-size: .9375rem
}

@media screen and (max-width: 575px) {
    #override .flow_container_warp .ready b {
        font-size: clamp(12px, 2.92vw, 15px)
    }
}

#override .flow_container_warp .ready ul {
    display: block;
    margin: .5em 0 0;
    padding: 0;
    width: 100%;
    list-style: none
}

#override .flow_container_warp .ready ul li {
    display: inline-block;
    margin: 0 1em 0 0;
    padding: 0;
    font-size: .9375rem;
    line-height: 1.5
}

@media screen and (max-width: 575px) {
    #override .flow_container_warp .ready ul li {
        font-size: clamp(12px, 2.92vw, 15px)
    }
}

@media screen and (max-width: 375px) {
    #override .flow_container_warp .ready ul li {
        display: block;
        margin-top: .2em
    }
}

#override .flow_container_warp .ready ul li::before {
    display: inline-block;
    margin-right: .3em;
    color: #4d5059;
    content: "●"
}

#override .flow_container_warp .ready ul li:first-child {
    margin-top: 0
}

#override .flow_container_warp .ready ul li:last-child {
    margin-right: 0
}

#override .flow_container_warp .ready ul.block {
    width: 55%
}

@media screen and (max-width: 767px) {
    #override .flow_container_warp .ready ul.block {
        width: 100%
    }
}

#override .flow_container_warp .ready ul.block li {
    display: block;
    margin-top: .2em
}

#override .flow_container_warp .ready ul.block li:first-child {
    margin-top: 0
}

#override .flow_container_warp .ready .bundled {
    display: block;
    float: right;
    margin: 0;
    width: calc(45% - 10px)
}

#override .flow_container_warp .ready .bundled img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 400px
}

@media screen and (max-width: 767px) {
    #override .flow_container_warp .ready .bundled {
        margin-bottom: 1em;
        width: 100%
    }
}

#override .flow_container_warp .testdata_dl {
    position: relative;
    display: block;
    margin: 2em 0 0;
    padding: 1em 1.5em;
    background-color: #eef2f2;
    border-radius: 6px;
    font-size: .9375rem;
    line-height: 1.6
}

@media screen and (max-width: 575px) {
    #override .flow_container_warp .testdata_dl {
        font-size: clamp(12px, 2.92vw, 15px)
    }
}

#override .flow_container_warp .testdata_dl b {
    display: block;
    margin-bottom: .5em;
    color: #373841;
    font-size: .9375rem
}

@media screen and (max-width: 575px) {
    #override .flow_container_warp .testdata_dl b {
        font-size: clamp(12px, 2.92vw, 15px)
    }
}

#override .flow_container_warp .testdata_dl a {
    display: inline-block;
    margin: .5em 0 0 .5em;
    transition: .4s ease
}

#override .flow_container_warp .testdata_dl a:hover {
    text-decoration: underline;
    color: #08346D;
    transition: .4s ease
}

#override .flow_container_warp .testdata_dl a::before {
    position: relative;
    display: inline-block;
    margin-right: .4em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: ""
}

#override .flow_container_warp .condition {
    position: relative;
    display: block;
    margin: 2em 0 0;
    width: 100%;
    max-width: 920px
}

#override .flow_container_warp .condition>p {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 0 0 1em;
    text-indent: -1em;
    color: #a00;
    font-size: .9375rem;
    font-weight: bold;
    line-height: 1.5
}

@media screen and (max-width: 575px) {
    #override .flow_container_warp .condition>p {
        font-size: clamp(12px, 3.59vw, 15px)
    }
}

#override .flow_container_warp .cleaning_table_wrap {
    position: relative;
    display: block;
    margin: 2em 0 1.5em;
    width: 100%;
    overflow-x: auto
}

#override .flow_container_warp .cleaning_table_wrap table {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    border-collapse: collapse;
    font-size: .875rem;
    table-layout: fixed
}

@media screen and (max-width: 991px) {
    #override .flow_container_warp .cleaning_table_wrap table {
        min-width: 900px
    }
}

#override .flow_container_warp .cleaning_table_wrap table .nowrap {
    white-space: nowrap !important
}

#override .flow_container_warp .cleaning_table_wrap table.table_striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

#override .flow_container_warp .cleaning_table_wrap table thead th {
    padding: .3em .2em;
    background-color: #35a2c9;
    border: 1px solid #e2e2e2;
    color: #fff;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap
}

#override .flow_container_warp .cleaning_table_wrap table thead th small {
    display: block
}

#override .flow_container_warp .cleaning_table_wrap table thead th:first-child {
    width: 24%;
    min-width: 14em
}

#override .flow_container_warp .cleaning_table_wrap table thead th:nth-child(2) {
    width: 9%;
    min-width: 5em
}

#override .flow_container_warp .cleaning_table_wrap table thead th:nth-child(3) {
    width: 15%;
    min-width: 9em
}

#override .flow_container_warp .cleaning_table_wrap table thead th:nth-child(4) {
    width: 23%;
    min-width: 13em
}

#override .flow_container_warp .cleaning_table_wrap table thead th:nth-child(5) {
    width: 23%;
    min-width: 13em
}

#override .flow_container_warp .cleaning_table_wrap table tbody th {
    padding: .3em .2em;
    border: 1px solid #e2e2e2;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap
}

#override .flow_container_warp .cleaning_table_wrap table tbody th small {
    display: block;
    font-weight: normal
}

#override .flow_container_warp .cleaning_table_wrap table tbody td {
    padding: .3em .2em;
    border: 1px solid #e2e2e2;
    vertical-align: middle;
    text-align: center
}

#override .flow_container_warp .cleaning_table_wrap table tbody td span {
    display: block;
    margin: 0 auto;
    text-align: center
}

#override .guide_footer {
    position: relative;
    display: block;
    margin: 4em auto 0;
    padding: 4em 1.5em 0;
    width: 100%;
    border-top: 1px solid #e2e2e2
}

#override .guide_footer .guide_flex {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
    width: 100%
}

@media screen and (max-width: 575px) {
    #override .guide_footer .guide_flex {
        flex-direction: column;
        gap: 20px
    }
}

#override .guide_footer .guide_flex .guide_item {
    display: flex;
    align-items: center;
    width: 40%
}

@media screen and (max-width: 575px) {
    #override .guide_footer .guide_flex .guide_item {
        width: 100%
    }
}

#override .guide_footer .guide_flex .guide_item:last-child {
    width: 60%
}

@media screen and (max-width: 575px) {
    #override .guide_footer .guide_flex .guide_item:last-child {
        width: 100%
    }
}

#override .guide_footer .guide_flex .guide_item .product_info {
    display: block;
    margin: 0 auto;
    text-align: center
}

#override .guide_footer .guide_flex .guide_item .product_info a {
    display: block;
    margin: 0;
    padding: 0;
    color: #222;
    font-size: 1.125rem;
    font-weight: bold;
    opacity: 1;
    transition: .4s ease
}

#override .guide_footer .guide_flex .guide_item .product_info a:hover {
    opacity: .8;
    transition: .4s ease
}

@media screen and (max-width: 575px) {
    #override .guide_footer .guide_flex .guide_item .product_info a {
        font-size: 1rem
    }
}

#override .guide_footer .guide_flex .guide_item .product_info a img {
    display: block;
    margin: 0 auto .5em;
    width: 100%;
    max-width: 280px;
    height: auto
}

@media screen and (max-width: 375px) {
    #override .guide_footer .guide_flex .guide_item .product_info a img {
        max-width: 240px
    }
}

#override .guide_footer .guide_flex .guide_item .btn_wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%
}

@media screen and (max-width: 1199px) {
    #override .guide_footer .guide_flex .guide_item .btn_wrap {
        flex-direction: column;
        gap: 20px
    }
}

#override .guide_footer .guide_flex .guide_item .btn_wrap .btn_base {
    display: block;
    margin: 0;
    padding: 0;
    width: 50%
}

@media screen and (max-width: 1199px) {
    #override .guide_footer .guide_flex .guide_item .btn_wrap .btn_base {
        width: 100%
    }
}

#override .guide_footer .guide_flex .guide_item .btn_wrap .btn_base a {
    display: block;
    margin: 0;
    padding: 1em .5em .9em;
    background-color: #164889;
    border-radius: 6px;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    transition: .4s ease
}

#override .guide_footer .guide_flex .guide_item .btn_wrap .btn_base a:hover {
    background-color: #08346D;
    transition: .4s ease
}

#override .guide_footer .guide_flex .guide_item .btn_wrap .btn_base a::before {
    position: relative;
    display: inline-block;
    margin-right: .4em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: ""
}

#override .service_wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%
}

#override .service_wrap .overview {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 960px
}

#override .service_wrap .overview h2 {
    position: relative;
    display: block;
    margin: 0 auto 1.5em;
    line-height: 1.6;
    text-align: center;
    font-size: 1.75rem
}

@media screen and (max-width: 991px) {
    #override .service_wrap .overview h2 {
        font-size: 1.625rem
    }
}

@media screen and (max-width: 767px) {
    #override .service_wrap .overview h2 {
        font-size: 1.5rem
    }
}

@media screen and (max-width: 575px) {
    #override .service_wrap .overview h2 {
        font-size: 1.375rem
    }
}

#override .service_wrap .overview h2 span {
    display: inline-block
}

#override .service_wrap .overview p {
    position: relative;
    display: block;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.6
}

#override .service_wrap .overview p+p {
    margin-top: 1em
}

#override .service_wrap .service_menu {
    position: relative;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    gap: 20px;
    margin: 60px auto 0;
    width: 100%
}

@media screen and (max-width: 991px) {
    #override .service_wrap .service_menu {
        flex-wrap: wrap;
        gap: 60px 20px
    }
}

@media screen and (max-width: 767px) {
    #override .service_wrap .service_menu {
        flex-flow: column;
        gap: 40px
    }
}

@media screen and (max-width: 575px) {
    #override .service_wrap .service_menu {
        flex-flow: column;
        gap: 30px
    }
}

#override .service_wrap .service_menu .menu_item {
    position: relative;
    display: block;
    margin: 0;
    padding: 1em 1em 8em;
    border: 1px solid #eee;
    border-radius: 6px;
    box-shadow: 4px 4px 10px -3px rgba(0, 0, 0, .1);
    width: calc(33.3333333333% - 20px);
    font-size: clamp(14px, 1.42vw, 16px);
    line-height: 1.6
}

@media screen and (max-width: 991px) {
    #override .service_wrap .service_menu .menu_item {
        width: calc(50% - 20px);
        font-size: clamp(14px, 1.72vw, 16px)
    }
}

@media screen and (max-width: 767px) {
    #override .service_wrap .service_menu .menu_item {
        width: 100%;
        font-size: clamp(14px, 2.78vw, 16px)
    }
}

@media screen and (max-width: 575px) {
    #override .service_wrap .service_menu .menu_item {
        width: 100%;
        font-size: clamp(14px, 4vw, 16px)
    }
}

#override .service_wrap .service_menu .menu_item h3 {
    position: relative;
    margin: 0 auto;
    padding: .7em .2em .5em;
    background-color: #08346D;
    border-radius: 4px;
    color: #fff;
    font-size: clamp(16px, 1.67vw, 20px);
    line-height: 1.5;
    text-align: center
}

@media screen and (max-width: 1199px) {
    #override .service_wrap .service_menu .menu_item h3 {
        font-size: clamp(16px, 1.5vw, 20px)
    }
}

@media screen and (max-width: 991px) {
    #override .service_wrap .service_menu .menu_item h3 {
        font-size: clamp(18px, 2.12vw, 20px)
    }
}

@media screen and (max-width: 767px) {
    #override .service_wrap .service_menu .menu_item h3 {
        font-size: clamp(18px, 3.65vw, 22px)
    }
}

#override .service_wrap .service_menu .menu_item h3>span {
    display: inline-block
}

#override .service_wrap .service_menu .menu_item p {
    position: relative;
    margin: 0;
    padding: 1em .5em
}

#override .service_wrap .service_menu .menu_item dl {
    position: relative;
    display: block;
    margin: 0;
    padding: 0
}

#override .service_wrap .service_menu .menu_item dl dt {
    display: block;
    margin: 0;
    padding: 0 .4em;
    font-weight: normal
}

#override .service_wrap .service_menu .menu_item dl dt span {
    display: inline-block;
    margin: 0;
    padding: .2em 0 .05em;
    width: 6em;
    background-color: #373841;
    border-radius: 16px;
    color: #fff;
    text-align: center
}

#override .service_wrap .service_menu .menu_item dl dd {
    display: block;
    margin: 0;
    padding: 1em .5em
}

#override .service_wrap .service_menu .menu_item dl dd b {
    display: block;
    margin-bottom: .5em
}

#override .service_wrap .service_menu .menu_item dl dd ul+b {
    margin-top: .5em
}

#override .service_wrap .service_menu .menu_item .menu_btn {
    position: absolute;
    display: block;
    bottom: 1em;
    left: 0;
    padding: 1em 0 0;
    border-top: 1px solid #eee;
    width: 100%
}

#override .service_wrap .service_menu .menu_item .menu_btn a.detail {
    position: relative;
    display: block;
    margin: 0 auto;
    font-size: 1rem;
    text-align: center;
    transition: .4s ease
}

#override .service_wrap .service_menu .menu_item .menu_btn a.detail::before {
    position: relative;
    display: inline-block;
    margin-right: .4em;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: ""
}

#override .service_wrap .service_menu .menu_item .menu_btn a.detail:hover {
    color: #08346D;
    transition: .4s ease
}

#override .service_wrap .service_menu .menu_item .menu_btn a.offer {
    position: relative;
    display: block;
    margin: 1em auto 0;
    padding: 1em .5em;
    width: 90%;
    background-color: #024787;
    border-radius: 6px;
    color: #fff;
    font-size: 1.125rem;
    text-align: center;
    transition: .4s ease
}

@media screen and (max-width: 575px) {
    #override .service_wrap .service_menu .menu_item .menu_btn a.offer {
        font-size: clamp(14px, 4.17vw, 18px)
    }
}

#override .service_wrap .service_menu .menu_item .menu_btn a.offer::before {
    position: relative;
    display: inline-block;
    margin-right: .4em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: ""
}

#override .service_wrap .service_menu .menu_item .menu_btn a.offer:hover {
    background-color: #0a3c6b;
    color: #fff;
    transition: .4s ease
}

#override .service_wrap .service {
    position: relative;
    display: block;
    margin: 80px auto 0;
    width: 100%;
    max-width: 960px;
    font-size: clamp(14px, 1.42vw, 16px);
    line-height: 1.6
}

@media screen and (max-width: 991px) {
    #override .service_wrap .service {
        margin-top: 60px;
        font-size: clamp(14px, 1.72vw, 16px)
    }
}

@media screen and (max-width: 767px) {
    #override .service_wrap .service {
        margin-top: 50px;
        font-size: clamp(14px, 2.78vw, 16px)
    }
}

@media screen and (max-width: 575px) {
    #override .service_wrap .service {
        margin-top: 40px;
        font-size: clamp(14px, 4vw, 16px)
    }
}

#override .service_wrap .service h3 {
    position: relative;
    display: block;
    margin: 0 auto 1.5em;
    padding: .1em 0 0 .8em;
    border-left: 6px solid #08346D;
    line-height: 1.5;
    text-align: left;
    font-size: 1.75rem
}

@media screen and (max-width: 991px) {
    #override .service_wrap .service h3 {
        font-size: 1.625rem
    }
}

@media screen and (max-width: 767px) {
    #override .service_wrap .service h3 {
        font-size: 1.5rem
    }
}

@media screen and (max-width: 575px) {
    #override .service_wrap .service h3 {
        font-size: 1.375rem
    }
}

#override .service_wrap .service h3 span {
    display: inline-block
}

#override .service_wrap .service div.anchor {
    position: relative;
    margin-top: -80px;
    padding-top: 80px
}

#override .service_wrap .service div.anchor#scan_sv {
    margin-top: -120px;
    padding-top: 120px
}

#override .service_wrap .service h4.technique {
    position: relative;
    margin: 2.5em 0 2em;
    width: 100%;
    text-align: left;
    font-size: 1.25rem
}

@media screen and (max-width: 991px) {
    #override .service_wrap .service h4.technique {
        font-size: 1.25rem
    }
}

@media screen and (max-width: 767px) {
    #override .service_wrap .service h4.technique {
        font-size: clamp(1.125rem, .679rem + 1.905vw, 1.25rem)
    }
}

@media screen and (max-width: 575px) {
    #override .service_wrap .service h4.technique {
        font-size: clamp(1.063rem, -0.437rem + 6.667vw, 1.125rem)
    }
}

#override .service_wrap .service h4.technique span {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: .4em .2em;
    color: #222;
    line-height: 1.5;
    vertical-align: middle
}

#override .service_wrap .service h4.technique span small {
    display: inline-block;
    font-weight: normal
}

#override .service_wrap .service h4.technique::after {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #08346D
}

#override .service_wrap .service h4.technique:first-of-type {
    margin-top: 0
}

#override .service_wrap .service h4.technique+p {
    padding: 0 .5em
}

#override .service_wrap .service .flow {
    position: relative;
    display: block;
    margin: 0 auto 2.5em;
    text-align: center
}

#override .service_wrap .service .flow img {
    display: block;
    margin: 0 auto;
    max-width: 960px
}

@media screen and (max-width: 575px) {
    #override .service_wrap .service .flow img {
        max-width: 360px
    }
}

#override .service_wrap .service h5.note {
    position: relative;
    display: block;
    margin-bottom: 1em;
    color: #373841;
    font-size: 1rem
}

@media screen and (max-width: 575px) {
    #override .service_wrap .service h5.note {
        font-size: .9375rem
    }
}

#override .service_wrap .service ul {
    position: relative;
    display: block;
    margin: 0 0 0 1.5em;
    padding: 0
}

#override .service_wrap .service ul li {
    margin: .5em 0 0;
    padding: 0
}

#override .service_wrap .service ul li:first-child {
    margin-top: 0
}

#override .service_wrap .service .required_wrap {
    position: relative;
    display: block;
    margin: 2em 0;
    padding: 0
}

#override .service_wrap .service .required_wrap .required {
    position: relative;
    display: block;
    margin: 0 0 .5em;
    color: #164889;
    font-weight: bold
}

#override .service_wrap .service .required_wrap .required::before {
    position: relative;
    display: inline-block;
    margin-right: .5em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: ""
}

#override .service_wrap .service .data_size {
    position: relative;
    display: block;
    margin: 2em 0 3.5em
}

#override .service_wrap .service .data_size img {
    display: block;
    margin: 0;
    width: 100%;
    max-width: 300px;
    height: auto
}

@media screen and (max-width: 575px) {
    #override .service_wrap .service .data_size img {
        margin: 0 auto;
        max-width: 240px
    }
}

#override .service_wrap .service .models_list {
    position: relative;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    gap: 30px;
    margin: 0 auto;
    width: 100%
}

@media screen and (max-width: 767px) {
    #override .service_wrap .service .models_list {
        flex-flow: column
    }
}

@media screen and (max-width: 575px) {
    #override .service_wrap .service .models_list {
        gap: 20px
    }
}

#override .service_wrap .service .models_list+h4.technique {
    margin-top: 3em
}

#override .service_wrap .service .models_list+.models_list {
    margin-top: 3em
}

#override .service_wrap .service .models_list .models_item {
    position: relative;
    display: block;
    margin: 0;
    padding: 0
}

#override .service_wrap .service .models_list .models_item.photo {
    width: 38%
}

@media screen and (max-width: 991px) {
    #override .service_wrap .service .models_list .models_item.photo {
        width: 34%
    }
}

@media screen and (max-width: 767px) {
    #override .service_wrap .service .models_list .models_item.photo {
        width: 100%
    }
}

#override .service_wrap .service .models_list .models_item.photo h5 {
    position: relative;
    display: block;
    margin: 0;
    padding: .5em 1em .3em;
    background-color: #02051d;
    color: #fff;
    font-weight: normal;
    text-align: center
}

#override .service_wrap .service .models_list .models_item.photo img {
    display: block;
    width: 100%;
    max-width: 760px;
    height: auto;
    aspect-ratio: 5/4
}

#override .service_wrap .service .models_list .models_item.feature {
    width: calc(62% - 30px)
}

@media screen and (max-width: 991px) {
    #override .service_wrap .service .models_list .models_item.feature {
        width: calc(66% - 30px)
    }
}

@media screen and (max-width: 767px) {
    #override .service_wrap .service .models_list .models_item.feature {
        width: 100%
    }
}

#override .service_wrap .service .models_list .models_item.feature p {
    position: relative;
    display: block;
    margin-top: .5em
}

@media screen and (max-width: 991px) {
    #override .service_wrap .service .models_list .models_item.feature p {
        margin-top: 0
    }
}

#override .service_wrap .service .models_list .models_item.feature dl {
    position: relative;
    display: block;
    margin: 0
}

#override .service_wrap .service .models_list .models_item.feature dl dt {
    display: block;
    margin: 0 0 .5em
}

#override .service_wrap .service .models_list .models_item.feature dl dd {
    display: block
}

#override .service_wrap .service .models_list .models_item.feature .recommend {
    position: relative;
    display: block;
    margin: 1.5em 0 0;
    padding: 1em 1.2em;
    background-color: #f1f1e9;
    border-radius: 6px
}

#override .service_wrap .service .models_list .models_item.feature .recommend b {
    position: relative;
    display: block;
    margin: 0 0 .5em
}

#override .service_wrap .service .models_list .models_item.feature .recommend ul li mark {
    padding: 0 2px;
    background: none;
    border-bottom: 1px dashed #08346D
}

#override .service_wrap .service .price_list {
    position: relative;
    display: block;
    margin: 40px auto 0;
    width: 100%
}

@media screen and (max-width: 767px) {
    #override .service_wrap .service .price_list {
        margin-top: 30px
    }
}

#override .service_wrap .service .price_list h4 {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    color: #164889;
    font-size: 1.5rem;
    line-height: 1.5
}

@media screen and (max-width: 991px) {
    #override .service_wrap .service .price_list h4 {
        font-size: 1.375rem
    }
}

@media screen and (max-width: 767px) {
    #override .service_wrap .service .price_list h4 {
        font-size: 1.25rem
    }
}

@media screen and (max-width: 575px) {
    #override .service_wrap .service .price_list h4 {
        margin: 0 0 .5em;
        font-size: 1.125rem
    }
}

#override .service_wrap .service .price_list h4 b {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: .3em .5em .2em 1em;
    background-color: #373841;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-weight: normal
}

@media screen and (max-width: 575px) {
    #override .service_wrap .service .price_list h4 b {
        display: block;
        margin: 0 0 .5em;
        padding: .5em .5em .4em;
        border-radius: 0;
        width: 100%;
        text-align: center
    }
}

#override .service_wrap .service .price_list h4 b small {
    position: relative;
    display: inline-block;
    font-size: 60%;
    font-weight: normal
}

#override .service_wrap .service .price_list h4 span {
    margin-left: 1em;
    font-size: 80%;
    font-weight: normal;
    color: #222
}

#override .service_wrap .service .price_list .price_item {
    position: relative;
    display: block;
    margin: 0;
    padding: 1.8em 2em;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    background-color: #f9f9f9
}

@media screen and (max-width: 575px) {
    #override .service_wrap .service .price_list .price_item {
        padding: 1.5em
    }
}

#override .service_wrap .service .price_list .price_item+h4 {
    margin-top: 2.5em
}

#override .service_wrap .service .price_list .price_item ul {
    position: relative;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 20px;
    margin: 0 auto;
    padding: 0 1em;
    width: 100%;
    list-style: none
}

@media screen and (max-width: 575px) {
    #override .service_wrap .service .price_list .price_item ul {
        flex-flow: column;
        gap: 10px;
        padding: 0 .5em
    }
}

@media screen and (max-width: 375px) {
    #override .service_wrap .service .price_list .price_item ul {
        padding: 0
    }
}

#override .service_wrap .service .price_list .price_item ul li {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 0 0 1em;
    text-indent: -0.7em;
    width: calc(50% - 20px);
    font-size: clamp(12px, 1vw, 14px)
}

@media screen and (max-width: 991px) {
    #override .service_wrap .service .price_list .price_item ul li {
        font-size: clamp(13px, 1.51vw, 14px)
    }
}

@media screen and (max-width: 767px) {
    #override .service_wrap .service .price_list .price_item ul li {
        font-size: clamp(12px, 1.83vw, 14px)
    }
}

@media screen and (max-width: 575px) {
    #override .service_wrap .service .price_list .price_item ul li {
        width: 100%;
        font-size: clamp(12px, 2.26vw, 13px)
    }

    #override .service_wrap .service .price_list .price_item ul li+li {
        margin-top: .5em
    }
}

#override .service_wrap .service .price_list .price_item ul li::before {
    display: inline-block;
    margin-right: .3em;
    content: "・";
    font-weight: 900
}

#override .service_wrap .service .price_list .price_item ul li span {
    display: inline-block;
    margin-left: .3em
}

#override .service_wrap .service .price_list .price_item ul li a {
    transition: .4s ease
}

#override .service_wrap .service .price_list .price_item ul li a:hover {
    color: #08346D;
    transition: .4s ease
}

#override .service_wrap .service .price_list.scan_modeling,
#override .service_wrap .service .price_list.painting_plating {
    position: relative;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin: 40px auto 0;
    width: 100%
}

@media screen and (max-width: 767px) {

    #override .service_wrap .service .price_list.scan_modeling,
    #override .service_wrap .service .price_list.painting_plating {
        margin-top: 30px;
        gap: 40px
    }
}

#override .service_wrap .service .price_list.scan_modeling+h4.technique,
#override .service_wrap .service .price_list.painting_plating+h4.technique {
    margin-top: 3em
}

#override .service_wrap .service .price_list.scan_modeling .price_item,
#override .service_wrap .service .price_list.painting_plating .price_item {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 0 .5em;
    background-color: #fff;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #e0c2ce;
    width: calc(25% - 20px);
    font-size: clamp(12px, 1vw, 14px)
}

@media screen and (max-width: 991px) {

    #override .service_wrap .service .price_list.scan_modeling .price_item,
    #override .service_wrap .service .price_list.painting_plating .price_item {
        font-size: clamp(13px, 1.51vw, 14px)
    }
}

@media screen and (max-width: 767px) {

    #override .service_wrap .service .price_list.scan_modeling .price_item,
    #override .service_wrap .service .price_list.painting_plating .price_item {
        width: calc(50% - 20px);
        font-size: clamp(12px, 1.83vw, 14px)
    }
}

@media screen and (max-width: 575px) {

    #override .service_wrap .service .price_list.scan_modeling .price_item,
    #override .service_wrap .service .price_list.painting_plating .price_item {
        width: 100%;
        font-size: clamp(12px, 2.26vw, 13px)
    }
}

#override .service_wrap .service .price_list.scan_modeling .price_item h5,
#override .service_wrap .service .price_list.painting_plating .price_item h5 {
    position: relative;
    display: block;
    margin: 0 0 .8em;
    width: 100%;
    text-align: center;
    color: #373841;
    font-size: 1rem
}

@media screen and (max-width: 575px) {

    #override .service_wrap .service .price_list.scan_modeling .price_item h5,
    #override .service_wrap .service .price_list.painting_plating .price_item h5 {
        font-size: clamp(14px, 4.21vw, 16px)
    }
}

#override .service_wrap .service .price_list.scan_modeling .price_item h5.stxt,
#override .service_wrap .service .price_list.painting_plating .price_item h5.stxt {
    font-size: 98%
}

@media screen and (max-width: 575px) {

    #override .service_wrap .service .price_list.scan_modeling .price_item h5.stxt,
    #override .service_wrap .service .price_list.painting_plating .price_item h5.stxt {
        font-size: clamp(14px, 4.21vw, 16px)
    }
}

#override .service_wrap .service .price_list.scan_modeling .price_item h5 small,
#override .service_wrap .service .price_list.painting_plating .price_item h5 small {
    display: inline-block;
    font-size: 70%;
    font-weight: normal
}

#override .service_wrap .service .price_list.scan_modeling .price_item img,
#override .service_wrap .service .price_list.painting_plating .price_item img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 500px;
    height: auto;
    aspect-ratio: 1/1
}

#override .service_wrap .service .price_list.scan_modeling .price_item dl,
#override .service_wrap .service .price_list.painting_plating .price_item dl {
    position: relative;
    display: block;
    margin: 10px 0 0;
    padding: 0;
    font-size: .875rem
}

#override .service_wrap .service .price_list.scan_modeling .price_item dl dt,
#override .service_wrap .service .price_list.painting_plating .price_item dl dt {
    display: block;
    margin: 0;
    padding: .4em 1em .2em;
    background-color: #f4f4f4;
    color: #373841
}

#override .service_wrap .service .price_list.scan_modeling .price_item dl dd,
#override .service_wrap .service .price_list.painting_plating .price_item dl dd {
    display: block;
    margin: 0;
    padding: .4em 1em .5em;
    background-color: #fff
}

#override .service_wrap .service .price_list.scan_modeling.col3::after {
    display: block;
    content: "";
    width: calc(25% - 20px);
    height: 0
}

@media screen and (max-width: 575px) {
    #override .service_wrap .service .price_list.scan_modeling.col3::after {
        display: none
    }
}

#override .service_wrap .service .use_resin {
    position: relative;
    display: block;
    margin: 3em auto 0
}

#override .service_wrap .service .use_resin h4 {
    position: relative;
    display: block;
    margin: 0 0 1em;
    width: 100%;
    font-size: 1.375rem
}

@media screen and (max-width: 991px) {
    #override .service_wrap .service .use_resin h4 {
        font-size: 1.25rem
    }
}

@media screen and (max-width: 767px) {
    #override .service_wrap .service .use_resin h4 {
        font-size: 1.25rem
    }
}

@media screen and (max-width: 575px) {
    #override .service_wrap .service .use_resin h4 {
        font-size: 1.125rem
    }
}

#override .service_wrap .service .use_resin .x_auto {
    position: relative;
    display: block;
    margin: 0 0 1.5em;
    width: 100%;
    overflow-x: auto
}

#override .service_wrap .service .use_resin .x_auto table {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    border-collapse: collapse;
    font-size: 1rem;
    table-layout: fixed
}

@media screen and (max-width: 767px) {
    #override .service_wrap .service .use_resin .x_auto table {
        min-width: 800px
    }
}

@media screen and (max-width: 575px) {
    #override .service_wrap .service .use_resin .x_auto table {
        font-size: clamp(14px, 4vw, 16px)
    }
}

#override .service_wrap .service .use_resin .x_auto table .nowrap {
    white-space: nowrap !important
}

#override .service_wrap .service .use_resin .x_auto table.table_striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

#override .service_wrap .service .use_resin .x_auto table thead th {
    padding: .4em .2em .3em;
    background-color: #35a2c9;
    border: 1px solid #e2e2e2;
    color: #fff;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap
}

#override .service_wrap .service .use_resin .x_auto table thead th small {
    display: block
}

#override .service_wrap .service .use_resin .x_auto table thead th:first-child {
    min-width: 6em
}

#override .service_wrap .service .use_resin .x_auto table thead th:nth-child(4) {
    min-width: 8em
}

#override .service_wrap .service .use_resin .x_auto table tbody th {
    padding: .3em .2em;
    border: 1px solid #e2e2e2;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap
}

#override .service_wrap .service .use_resin .x_auto table tbody th small {
    display: block;
    font-weight: normal
}

#override .service_wrap .service .use_resin .x_auto table tbody td {
    padding: .3em .2em;
    border: 1px solid #e2e2e2;
    vertical-align: middle;
    text-align: center
}

#override .service_wrap .service .use_resin .x_auto table tbody td span {
    display: block;
    margin: 0 auto;
    text-align: center
}

#override .service_wrap .request {
    position: relative;
    display: block;
    margin: 3em auto 0
}

#override .service_wrap .pping {
    position: relative;
    display: block;
    margin: 2.5em auto 0
}

#override .service_wrap .service_inq_btn {
    position: relative;
    display: block;
    margin: 4em auto 0;
    padding: 3em 0 0;
    width: 100%;
    max-width: 960px;
    border-top: 1px solid #e2e2e2
}

#override .service_wrap .service_inq_btn.top {
    margin: 0 auto;
    padding: 3em 0 2em;
    border: none
}

#override .service_wrap .service_inq_btn a {
    position: relative;
    display: block;
    margin: .8em auto 0;
    padding: 1.5em .5em;
    max-width: 480px;
    background-color: #024787;
    border-radius: 6px;
    color: #fff;
    font-size: 1.125rem;
    text-align: center;
    transition: .4s ease
}

@media screen and (max-width: 575px) {
    #override .service_wrap .service_inq_btn a {
        font-size: clamp(14px, 4.17vw, 18px)
    }
}

#override .service_wrap .service_inq_btn a::before {
    position: relative;
    display: inline-block;
    margin-right: .4em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: ""
}

#override .service_wrap .service_inq_btn a:hover {
    background-color: #0a3c6b;
    transition: .4s ease
}

#override .service_wrap .service_top_btn {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 960px
}

#override .service_wrap .service_top_btn a {
    display: block;
    margin: 0 auto;
    font-size: 1rem;
    text-align: center;
    transition: .4s ease
}

#override .service_wrap .service_top_btn a::before {
    position: relative;
    display: inline-block;
    margin-right: .4em;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: ""
}

#override .service_wrap .service_top_btn a:hover {
    color: #08346D;
    transition: .4s ease
}

#override .usercase_wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%
}

#override .usercase_wrap+.usercase_wrap {
    padding-top: 120px
}

@media screen and (max-width: 1199px) {
    #override .usercase_wrap+.usercase_wrap {
        padding-top: 100px
    }
}

@media screen and (max-width: 991px) {
    #override .usercase_wrap+.usercase_wrap {
        padding-top: 80px
    }
}

@media screen and (max-width: 767px) {
    #override .usercase_wrap+.usercase_wrap {
        padding-top: 60px
    }
}

@media screen and (max-width: 575px) {
    #override .usercase_wrap+.usercase_wrap {
        padding-top: 50px
    }
}

#override .usercase_wrap .overview {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
    text-align: center
}

#override .usercase_wrap .overview h2 {
    position: relative;
    display: block;
    margin: 0 auto 1.5em;
    line-height: 1.6;
    text-align: center;
    font-size: 1.75rem
}

@media screen and (max-width: 991px) {
    #override .usercase_wrap .overview h2 {
        font-size: 1.625rem
    }
}

@media screen and (max-width: 767px) {
    #override .usercase_wrap .overview h2 {
        font-size: 1.5rem
    }
}

@media screen and (max-width: 575px) {
    #override .usercase_wrap .overview h2 {
        font-size: 1.375rem
    }
}

#override .usercase_wrap .overview h2 span {
    display: inline-block
}

#override .usercase_wrap .overview h2+p {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding-bottom: 2em;
    font-size: 1rem;
    line-height: 1.6;
    text-align: left
}

#override .usercase_wrap .usercase_top_btn {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 960px
}

#override .usercase_wrap .usercase_top_btn a {
    display: block;
    margin: 0 auto;
    font-size: 1rem;
    text-align: center;
    transition: .4s ease
}

#override .usercase_wrap .usercase_top_btn a::before {
    position: relative;
    display: inline-block;
    margin-right: .4em;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: ""
}

#override .usercase_wrap .usercase_top_btn a:hover {
    color: #08346D;
    transition: .4s ease
}

#override .usercase_wrap .flex_wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 60px;
    margin: 0 auto;
    padding: 0 30px;
    width: 100%
}

@media screen and (max-width: 991px) {
    #override .usercase_wrap .flex_wrap {
        gap: 40px;
        padding: 0
    }
}

@media screen and (max-width: 767px) {
    #override .usercase_wrap .flex_wrap {
        flex-direction: column;
        padding: 0
    }
}

#override .usercase_wrap .flex_wrap+.flex_wrap {
    margin-top: 60px
}

#override .usercase_wrap .flex_wrap.top {
    margin-top: 40px;
    padding-top: 60px;
    border-top: 2px solid #c5dbe8
}

#override .usercase_wrap .flex_wrap .main_col {
    width: 65%;
    max-width: 700px
}

@media screen and (max-width: 767px) {
    #override .usercase_wrap .flex_wrap .main_col {
        width: 100%;
        max-width: 100%
    }
}

#override .usercase_wrap .flex_wrap .main_col>h3 {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 0 0 3.5em;
    font-weight: bold;
    color: #0077c8;
    line-height: 1.5;
    font-size: clamp(16px, 2.34vw, 18px)
}

@media screen and (max-width: 575px) {
    #override .usercase_wrap .flex_wrap .main_col>h3 {
        padding: 0 0 0 2.5em;
        font-size: clamp(16px, 4.53vw, 18px)
    }
}

#override .usercase_wrap .flex_wrap .main_col>h3::before {
    position: absolute;
    display: block;
    top: .64em;
    left: 0;
    content: "";
    width: 2.8em;
    height: 1px;
    background-color: #ccc
}

@media screen and (max-width: 575px) {
    #override .usercase_wrap .flex_wrap .main_col>h3::before {
        width: 1.8em
    }
}

#override .usercase_wrap .flex_wrap .main_col>p {
    position: relative;
    display: block;
    margin: 2em 0 0;
    padding: 0;
    line-height: 1.7;
    font-size: clamp(14px, 2.08vw, 16px)
}

@media screen and (max-width: 575px) {
    #override .usercase_wrap .flex_wrap .main_col>p {
        font-size: clamp(13px, 3.73vw, 15px)
    }
}

#override .usercase_wrap .flex_wrap .main_col>p+h3 {
    margin-top: 3.5em
}

#override .usercase_wrap .flex_wrap .main_col .res {
    position: relative;
    display: inline-block;
    margin: 0 .8em 0 0;
    padding: .3em .5em .15em;
    line-height: 1;
    color: #fff;
    background-color: #164889;
    border-radius: 4px;
    font-size: clamp(14px, 2.08vw, 16px)
}

@media screen and (max-width: 575px) {
    #override .usercase_wrap .flex_wrap .main_col .res {
        font-size: clamp(13px, 3.73vw, 15px)
    }
}

#override .usercase_wrap .flex_wrap .sub_col {
    order: 1;
    width: 35%;
    max-width: 440px
}

@media screen and (max-width: 767px) {
    #override .usercase_wrap .flex_wrap .sub_col {
        width: 100%;
        max-width: 100%
    }
}

#override .usercase_wrap .flex_wrap .sub_col .photo {
    position: relative;
    display: block;
    margin-bottom: 1.8em;
    text-align: center
}

#override .usercase_wrap .flex_wrap .sub_col .photo:last-of-type {
    margin-bottom: 0
}

#override .usercase_wrap .flex_wrap .sub_col .photo a {
    display: block;
    margin: 0 auto;
    border-radius: 4px;
    overflow: hidden;
    transition: .4s ease
}

#override .usercase_wrap .flex_wrap .sub_col .photo a img {
    position: relative;
    display: block;
    border: none;
    border-radius: 4px;
    width: 100%;
    max-width: 640px;
    height: auto;
    aspect-ratio: 4/3
}

#override .usercase_wrap .flex_wrap .sub_col .photo a:hover img {
    transform: scale(1.02);
    transition: .4s ease
}

#override .usercase_wrap .flex_wrap .sub_col .photo .caption {
    position: relative;
    display: inline-block;
    margin: .5em auto 0;
    color: #666;
    line-height: 1.5;
    font-size: clamp(12px, 1.08vw, 14px)
}

@media screen and (max-width: 767px) {
    #override .usercase_wrap .flex_wrap .sub_col .photo .caption {
        font-size: clamp(11px, 3.2vw, 14px)
    }
}

#override .usercase_wrap .flex_wrap.reverse .sub_col {
    order: -1
}

@media screen and (max-width: 767px) {
    #override .usercase_wrap .flex_wrap.reverse .sub_col {
        order: 1
    }
}

#override .usercase_wrap .usercase_footer {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 40px 20px;
    margin: 0 auto;
    margin: 80px auto 0;
    padding: 60px 30px 0;
    width: 100%;
    border-top: 2px solid #c5dbe8
}

@media screen and (max-width: 991px) {
    #override .usercase_wrap .usercase_footer {
        margin-top: 60px;
        flex-direction: column
    }
}

@media screen and (max-width: 767px) {
    #override .usercase_wrap .usercase_footer {
        margin-top: 50px;
        padding: 40px 0 0
    }
}

#override .usercase_wrap .usercase_footer h4 {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: .2em 1em .1em;
    background-color: #373841;
    border-radius: 18px;
    color: #fff;
    line-height: 1.5;
    font-weight: normal;
    font-size: clamp(14px, 2.08vw, 16px)
}

@media screen and (max-width: 991px) {
    #override .usercase_wrap .usercase_footer h4 {
        display: block;
        padding: .3em 1em .2em;
        width: 100%;
        border-radius: 4px
    }
}

@media screen and (max-width: 575px) {
    #override .usercase_wrap .usercase_footer h4 {
        font-size: clamp(13px, 3.73vw, 15px);
        text-align: center
    }
}

#override .usercase_wrap .usercase_footer .product_info {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 62%
}

@media screen and (max-width: 1199px) {
    #override .usercase_wrap .usercase_footer .product_info {
        width: 58%
    }
}

@media screen and (max-width: 991px) {
    #override .usercase_wrap .usercase_footer .product_info {
        width: 100%
    }
}

#override .usercase_wrap .usercase_footer .product_info ul {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px;
    margin: 1.5em 0 0;
    padding: 0;
    list-style: none
}

@media screen and (max-width: 575px) {
    #override .usercase_wrap .usercase_footer .product_info ul {
        flex-direction: column
    }
}

#override .usercase_wrap .usercase_footer .product_info ul li {
    display: inline-block;
    margin: 0;
    width: calc(33.3333333333% - 30px);
    max-width: 200px;
    text-align: center;
    vertical-align: top
}

@media screen and (max-width: 575px) {
    #override .usercase_wrap .usercase_footer .product_info ul li {
        margin: 0 auto;
        width: 100%
    }
}

#override .usercase_wrap .usercase_footer .product_info ul li a {
    display: block;
    overflow: hidden;
    color: #373841;
    transition: .4s ease;
    font-size: clamp(12px, 1.08vw, 14px)
}

@media screen and (max-width: 767px) {
    #override .usercase_wrap .usercase_footer .product_info ul li a {
        font-size: clamp(11px, 3.2vw, 14px)
    }
}

#override .usercase_wrap .usercase_footer .product_info ul li a img {
    display: block;
    margin: 0 0 .5em 0
}

#override .usercase_wrap .usercase_footer .product_info ul li a:hover {
    color: #08346D;
    text-decoration: none
}

#override .usercase_wrap .usercase_footer .product_info ul li a:hover img {
    transform: scale(1.02);
    transition: .4s ease
}

#override .usercase_wrap .usercase_footer .corporate_data {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 38%
}

@media screen and (max-width: 1199px) {
    #override .usercase_wrap .usercase_footer .corporate_data {
        width: 42%
    }
}

@media screen and (max-width: 991px) {
    #override .usercase_wrap .usercase_footer .corporate_data {
        width: 100%
    }
}

#override .usercase_wrap .usercase_footer .corporate_data address {
    position: relative;
    display: block;
    margin: 1.5em 0 0 .8em;
    padding: .2em 0 .2em 1em;
    border-left: 5px solid #e4e4e4;
    line-height: 1.6;
    font-size: clamp(14px, 2.08vw, 16px)
}

@media screen and (max-width: 575px) {
    #override .usercase_wrap .usercase_footer .corporate_data address {
        font-size: clamp(13px, 3.73vw, 15px)
    }
}

#override .usercase_wrap .usercase_footer .corporate_data address .corp {
    font-weight: bold
}

#override .usercase_wrap .usercase_footer .corporate_data address .addr {
    margin-top: .3em;
    font-size: 90%
}

#override .usercase_wrap .usercase_footer .corporate_data address .web {
    font-size: 90%
}

#override .usercase_wrap .usercase_footer .corporate_data address .mail {
    font-size: 90%
}

#override .usercase_wrap .usercase_footer .corporate_data address .mail::before {
    position: relative;
    display: inline-block;
    margin-right: .4em;
    color: #666;
    font-family: "Font Awesome 5 Free";
    font-weight: 300;
    content: ""
}

#override .usercase_wrap .usercase_footer .corporate_data address .ceo {
    margin-top: .3em;
    font-size: 90%
}

#override .usercase_wrap .voice {
    position: relative;
    display: block;
    margin: 0 0 0 -15px;
    width: 100%;
    max-width: 1290px
}

#override .usercase_wrap .voice h2 {
    position: relative;
    display: flex;
    justify-content: center;
    max-width: 300px;
    margin: 0 0 15px;
    padding: .8em 1.2em;
    border-radius: 5px;
    background-color: #3793af;
    color: #fff;
    font-weight: normal;
    font-size: 1.625rem;
    transform: rotate(-5deg)
}

@media screen and (max-width: 991px) {
    #override .usercase_wrap .voice h2 {
        font-size: 1.5rem
    }
}

@media screen and (max-width: 767px) {
    #override .usercase_wrap .voice h2 {
        font-size: 1.375rem
    }
}

@media screen and (max-width: 575px) {
    #override .usercase_wrap .voice h2 {
        max-width: 200px;
        font-size: 1.25rem
    }
}

#override .usercase_wrap .voice h2::before {
    position: absolute;
    bottom: -10px;
    width: 40px;
    height: 15px;
    background-color: #3793af;
    clip-path: polygon(0 0, 70% 0, 80% 100%);
    content: ""
}

#override .usercase_wrap .slick_wrap {
    position: relative;
    display: block;
    margin: 80px auto;
    padding: 0;
    width: 100%
}

@media screen and (max-width: 991px) {
    #override .usercase_wrap .slick_wrap {
        margin: 60px auto
    }
}

@media screen and (max-width: 575px) {
    #override .usercase_wrap .slick_wrap {
        margin: 50px auto
    }
}

#override .usercase_wrap .slick_wrap .slick-dotted.slick_usercase_list {
    margin-bottom: 0
}

#override .usercase_wrap .slick_wrap .slick_usercase_list {
    position: relative;
    padding: 0;
    opacity: 0
}

#override .usercase_wrap .slick_wrap .slick_usercase_list.slick-initialized {
    opacity: 1;
    transition: .4s ease
}

#override .usercase_wrap .slick_wrap .slick_usercase_list .slick-track {
    position: relative
}

#override .usercase_wrap .slick_wrap .slick_usercase_list .slick-track .slick-slide {
    position: relative;
    display: block;
    margin: 0 15px;
    border: none;
    border-radius: 4px;
    text-align: center
}

@media screen and (max-width: 991px) {
    #override .usercase_wrap .slick_wrap .slick_usercase_list .slick-track .slick-slide {
        margin: 0 10px
    }
}

@media screen and (max-width: 575px) {
    #override .usercase_wrap .slick_wrap .slick_usercase_list .slick-track .slick-slide {
        margin: 0
    }
}

#override .usercase_wrap .slick_wrap .slick_usercase_list .slick-track .slick-slide a {
    display: block;
    margin: 0 auto;
    border-radius: 4px;
    overflow: hidden;
    transition: .4s ease
}

#override .usercase_wrap .slick_wrap .slick_usercase_list .slick-track .slick-slide a img {
    position: relative;
    display: block;
    border: none;
    border-radius: 4px;
    width: 100%;
    max-width: 640px;
    height: auto;
    aspect-ratio: 4/3
}

#override .usercase_wrap .slick_wrap .slick_usercase_list .slick-track .slick-slide a:hover img {
    transform: scale(1.02);
    transition: .4s ease
}

#override .usercase_wrap .slick_wrap .slick_usercase_list .slick-track .slick-slide .caption {
    position: relative;
    display: inline-block;
    margin: .5em auto 0;
    color: #666;
    line-height: 1.5;
    font-size: clamp(12px, 1.08vw, 14px)
}

@media screen and (max-width: 767px) {
    #override .usercase_wrap .slick_wrap .slick_usercase_list .slick-track .slick-slide .caption {
        font-size: clamp(11px, 3.2vw, 14px)
    }
}

#override .top_usercase_slick_wrap {
    position: relative;
    display: block;
    margin: 80px auto;
    padding: 0;
    width: 100%;
    max-width: 960px
}

@media screen and (max-width: 991px) {
    #override .top_usercase_slick_wrap {
        margin: 60px auto
    }
}

@media screen and (max-width: 575px) {
    #override .top_usercase_slick_wrap {
        margin: 50px auto
    }
}

#override .top_usercase_slick_wrap .slick-dotted.top_usercase_slick_list {
    margin-bottom: 0
}

#override .top_usercase_slick_wrap .top_usercase_slick_list {
    position: relative;
    padding: 0;
    opacity: 0;
    z-index: 1
}

#override .top_usercase_slick_wrap .top_usercase_slick_list.slick-initialized {
    opacity: 1;
    transition: .4s ease
}

#override .top_usercase_slick_wrap .top_usercase_slick_list .slick-track {
    position: relative
}

#override .top_usercase_slick_wrap .top_usercase_slick_list .slick-track .slick-slide {
    position: relative;
    display: block;
    margin: 0 20px;
    border: none
}

@media screen and (max-width: 991px) {
    #override .top_usercase_slick_wrap .top_usercase_slick_list .slick-track .slick-slide {
        margin: 0 10px
    }
}

@media screen and (max-width: 575px) {
    #override .top_usercase_slick_wrap .top_usercase_slick_list .slick-track .slick-slide {
        margin: 0 1px
    }
}

#override .top_usercase_slick_wrap .top_usercase_slick_list .slick-track .slick-slide a {
    position: relative;
    display: block;
    margin: 0 auto;
    padding-top: 60px;
    width: 100%;
    transition: .4s ease
}

@media screen and (max-width: 767px) {
    #override .top_usercase_slick_wrap .top_usercase_slick_list .slick-track .slick-slide a {
        padding-top: 120px
    }
}

@media screen and (max-width: 575px) {
    #override .top_usercase_slick_wrap .top_usercase_slick_list .slick-track .slick-slide a {
        padding-top: 0
    }
}

#override .top_usercase_slick_wrap .top_usercase_slick_list .slick-track .slick-slide a:hover .thumb img {
    transform: scale(1.02);
    transition: .4s ease
}

#override .top_usercase_slick_wrap .top_usercase_slick_list .slick-track .slick-slide a:hover .board {
    text-decoration: none;
    transition: .4s ease
}

#override .top_usercase_slick_wrap .top_usercase_slick_list .slick-track .slick-slide a:hover .board .more {
    color: #00ffc6;
    transition: .4s ease
}

#override .top_usercase_slick_wrap .top_usercase_slick_list .slick-track .slick-slide a .thumb {
    position: relative;
    margin: 0 0 0 auto;
    width: 62.5%;
    max-width: 600px;
    overflow: hidden
}

@media screen and (max-width: 991px) {
    #override .top_usercase_slick_wrap .top_usercase_slick_list .slick-track .slick-slide a .thumb {
        width: 56%
    }
}

@media screen and (max-width: 767px) {
    #override .top_usercase_slick_wrap .top_usercase_slick_list .slick-track .slick-slide a .thumb {
        width: 60%
    }
}

@media screen and (max-width: 575px) {
    #override .top_usercase_slick_wrap .top_usercase_slick_list .slick-track .slick-slide a .thumb {
        width: 100%
    }
}

#override .top_usercase_slick_wrap .top_usercase_slick_list .slick-track .slick-slide a .thumb img {
    position: relative;
    display: block;
    border: none;
    border-radius: 4px;
    width: 100%;
    max-width: 600px;
    height: auto;
    aspect-ratio: 16/9;
    will-change: transform;
    transition: .4s ease
}

#override .top_usercase_slick_wrap .top_usercase_slick_list .slick-track .slick-slide a .board {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    margin: 0;
    padding: 20px;
    width: 42%;
    max-width: 400px;
    background-color: rgba(55, 56, 65, .95);
    border-radius: 6px;
    color: #fff
}

@media screen and (max-width: 991px) {
    #override .top_usercase_slick_wrap .top_usercase_slick_list .slick-track .slick-slide a .board {
        width: 50%;
        max-width: 480px
    }
}

@media screen and (max-width: 767px) {
    #override .top_usercase_slick_wrap .top_usercase_slick_list .slick-track .slick-slide a .board {
        width: 56%;
        max-width: 400px
    }
}

@media screen and (max-width: 575px) {
    #override .top_usercase_slick_wrap .top_usercase_slick_list .slick-track .slick-slide a .board {
        position: relative;
        margin: -2em auto 0;
        width: 95%;
        max-width: 100%
    }
}

#override .top_usercase_slick_wrap .top_usercase_slick_list .slick-track .slick-slide a .board h3.case_title {
    position: relative;
    margin: 0;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: left
}

@media screen and (max-width: 991px) {
    #override .top_usercase_slick_wrap .top_usercase_slick_list .slick-track .slick-slide a .board h3.case_title {
        font-size: clamp(1rem, .57rem + .897vw, 1.125rem)
    }
}

@media screen and (max-width: 575px) {
    #override .top_usercase_slick_wrap .top_usercase_slick_list .slick-track .slick-slide a .board h3.case_title {
        font-size: clamp(.938rem, .833rem + .465vw, 1rem)
    }
}

#override .top_usercase_slick_wrap .top_usercase_slick_list .slick-track .slick-slide a .board h3.case_title+p {
    position: relative;
    margin-top: 1em;
    padding: 0;
    max-height: 8em;
    overflow-y: auto;
    color: #f6f6f6;
    font-size: .875rem;
    text-align: left;
    line-height: 1.6
}

@media screen and (max-width: 991px) {
    #override .top_usercase_slick_wrap .top_usercase_slick_list .slick-track .slick-slide a .board h3.case_title+p {
        max-height: 5em;
        font-size: clamp(.75rem, .32rem + .897vw, .875rem)
    }
}

@media screen and (max-width: 575px) {
    #override .top_usercase_slick_wrap .top_usercase_slick_list .slick-track .slick-slide a .board h3.case_title+p {
        font-size: clamp(.75rem, .541rem + .93vw, .875rem)
    }
}

#override .top_usercase_slick_wrap .top_usercase_slick_list .slick-track .slick-slide a .board .client {
    position: relative;
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #474d53;
    color: #fff;
    font-size: clamp(12px, 1.08vw, 14px);
    line-height: 1.6;
    text-align: left
}

@media screen and (max-width: 575px) {
    #override .top_usercase_slick_wrap .top_usercase_slick_list .slick-track .slick-slide a .board .client {
        font-size: clamp(.688rem, .583rem + .465vw, .75rem)
    }
}

#override .top_usercase_slick_wrap .top_usercase_slick_list .slick-track .slick-slide a .board .tag {
    position: relative;
    display: block;
    margin-top: .8em;
    text-align: left
}

#override .top_usercase_slick_wrap .top_usercase_slick_list .slick-track .slick-slide a .board .tag span {
    display: inline-block;
    margin: 0;
    padding: .4em .8em;
    background-color: #77a0b9;
    border-radius: 4px;
    color: #fff;
    font-size: .75rem;
    line-height: 1;
    text-align: center
}

@media screen and (max-width: 575px) {
    #override .top_usercase_slick_wrap .top_usercase_slick_list .slick-track .slick-slide a .board .tag span {
        font-size: clamp(.688rem, .583rem + .465vw, .75rem)
    }
}

#override .top_usercase_slick_wrap .top_usercase_slick_list .slick-track .slick-slide a .board .tag span+span {
    margin-left: 5px
}

#override .top_usercase_slick_wrap .top_usercase_slick_list .slick-track .slick-slide a .board .more {
    position: absolute;
    display: block;
    bottom: 15px;
    right: 20px;
    color: #fff;
    font-size: .875rem;
    line-height: 1.6;
    text-align: right
}

@media screen and (max-width: 991px) {
    #override .top_usercase_slick_wrap .top_usercase_slick_list .slick-track .slick-slide a .board .more {
        font-size: clamp(.75rem, .32rem + .897vw, .875rem)
    }
}

@media screen and (max-width: 575px) {
    #override .top_usercase_slick_wrap .top_usercase_slick_list .slick-track .slick-slide a .board .more {
        font-size: clamp(.75rem, .541rem + .93vw, .875rem)
    }
}

#override .top_usercase_slick_wrap .top_usercase_slick_list .slick-track .slick-slide a .board .more::before {
    display: inline-block;
    margin: 0 .3em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: ""
}

#override .review_card_slider_wrap {
    position: relative;
    display: block;
    margin: 30px auto;
    padding: 0;
    width: 100%;
    max-width: 1260px
}

@media screen and (max-width: 991px) {
    #override .review_card_slider_wrap {
        margin: 30px auto
    }
}

@media screen and (max-width: 575px) {
    #override .review_card_slider_wrap {
        margin: 20px -1px
    }
}

#override .review_card_slider_wrap .slick-dotted.review_card_list {
    margin-bottom: 0
}

#override .review_card_slider_wrap .review_card_list {
    position: relative;
    padding: 0;
    opacity: 0;
    z-index: 1
}

#override .review_card_slider_wrap .review_card_list.slick-initialized {
    opacity: 1;
    transition: .4s ease
}

#override .review_card_slider_wrap .review_card_list .slick-track {
    position: relative
}

#override .review_card_slider_wrap .review_card_list .slick-track .slick-slide {
    position: relative;
    display: block;
    margin: 0 20px;
    border: none
}

@media screen and (max-width: 991px) {
    #override .review_card_slider_wrap .review_card_list .slick-track .slick-slide {
        margin: 0 10px
    }
}

@media screen and (max-width: 575px) {
    #override .review_card_slider_wrap .review_card_list .slick-track .slick-slide {
        margin: 0 1px
    }
}

#override .review_card_slider_wrap .review_card_list .slick-track .slick-slide .review_card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: baseline;
    gap: 10px;
    padding: 1em;
    width: 100%;
    background-color: #c1c2c2;
    border-radius: 6px;
    font-size: 1rem
}

#override .review_card_slider_wrap .review_card_list .slick-track .slick-slide .review_card .title {
    position: relative;
    margin: 0;
    padding: .5em 1em;
    width: 100%;
    background-color: #4d5059;
    border-radius: 2px;
    color: #fff;
    line-height: 1.5
}

#override .review_card_slider_wrap .review_card_list .slick-track .slick-slide .review_card .title .user {
    font-size: 1rem;
    font-weight: bold
}

@media screen and (max-width: 767px) {
    #override .review_card_slider_wrap .review_card_list .slick-track .slick-slide .review_card .title .user {
        font-size: clamp(.875rem, .764rem + .491vw, 1rem)
    }
}

#override .review_card_slider_wrap .review_card_list .slick-track .slick-slide .review_card .title .printer {
    margin-top: .4em;
    color: #fff;
    font-size: .875rem
}

@media screen and (max-width: 767px) {
    #override .review_card_slider_wrap .review_card_list .slick-track .slick-slide .review_card .title .printer {
        font-size: clamp(.75rem, .639rem + .491vw, .875rem)
    }
}

#override .review_card_slider_wrap .review_card_list .slick-track .slick-slide .review_card .title .printer span {
    display: inline-block;
    font-size: 90%
}

#override .review_card_slider_wrap .review_card_list .slick-track .slick-slide .review_card .review {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: baseline;
    gap: 1em;
    padding: 1em;
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
    font-size: .875rem
}

@media screen and (max-width: 991px) {
    #override .review_card_slider_wrap .review_card_list .slick-track .slick-slide .review_card .review {
        flex-direction: column
    }
}

#override .review_card_slider_wrap .review_card_list .slick-track .slick-slide .review_card .review p {
    margin: 0;
    padding: 0;
    width: calc(72% - 1em);
    height: 16em;
    line-height: 1.6;
    overflow-y: auto
}

@media screen and (max-width: 991px) {
    #override .review_card_slider_wrap .review_card_list .slick-track .slick-slide .review_card .review p {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    #override .review_card_slider_wrap .review_card_list .slick-track .slick-slide .review_card .review p {
        font-size: clamp(.75rem, .639rem + .491vw, .875rem)
    }
}

#override .review_card_slider_wrap .review_card_list .slick-track .slick-slide .review_card .review .photo {
    order: 1;
    width: 28%
}

@media screen and (max-width: 991px) {
    #override .review_card_slider_wrap .review_card_list .slick-track .slick-slide .review_card .review .photo {
        order: -1;
        width: 100%
    }
}

#override .review_card_slider_wrap .review_card_list .slick-track .slick-slide .review_card .review .photo a {
    display: block;
    border-radius: 4px;
    overflow: hidden
}

#override .review_card_slider_wrap .review_card_list .slick-track .slick-slide .review_card .review .photo a img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 600px;
    height: auto;
    aspect-ratio: 4/3;
    will-change: transform;
    transition: .4s ease
}

#override .review_card_slider_wrap .review_card_list .slick-track .slick-slide .review_card .review .photo a:hover img {
    transform: scale(1.04);
    transition: .4s ease
}

#override .usercase_wrap .slick_wrap .slick-slider button.slide-arrow,
#override .top_usercase_slick_wrap .slick-slider button.slide-arrow,
#override .review_card_slider_wrap .slick-slider button.slide-arrow {
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    width: 35px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px auto;
    border: none;
    cursor: pointer;
    appearance: none;
    outline: none;
    z-index: 2;
    opacity: .6;
    transition: .4s ease
}

@media screen and (max-width: 991px) {

    #override .usercase_wrap .slick_wrap .slick-slider button.slide-arrow,
    #override .top_usercase_slick_wrap .slick-slider button.slide-arrow,
    #override .review_card_slider_wrap .slick-slider button.slide-arrow {
        width: 30px
    }
}

@media screen and (max-width: 575px) {

    #override .usercase_wrap .slick_wrap .slick-slider button.slide-arrow,
    #override .top_usercase_slick_wrap .slick-slider button.slide-arrow,
    #override .review_card_slider_wrap .slick-slider button.slide-arrow {
        width: 20px;
        background-size: 10px auto
    }
}

#override .usercase_wrap .slick_wrap .slick-slider button.slide-arrow:hover,
#override .top_usercase_slick_wrap .slick-slider button.slide-arrow:hover,
#override .review_card_slider_wrap .slick-slider button.slide-arrow:hover {
    opacity: 1;
    transition: .4s ease
}

#override .usercase_wrap .slick_wrap .slick-slider button.slide-arrow.prev-arrow,
#override .top_usercase_slick_wrap .slick-slider button.slide-arrow.prev-arrow,
#override .review_card_slider_wrap .slick-slider button.slide-arrow.prev-arrow {
    left: -15px;
    background-image: url("/application/files/img/icon_prev_gray.svg")
}

@media screen and (max-width: 991px) {

    #override .usercase_wrap .slick_wrap .slick-slider button.slide-arrow.prev-arrow,
    #override .top_usercase_slick_wrap .slick-slider button.slide-arrow.prev-arrow,
    #override .review_card_slider_wrap .slick-slider button.slide-arrow.prev-arrow {
        left: -20px
    }
}

#override .usercase_wrap .slick_wrap .slick-slider button.slide-arrow.next-arrow,
#override .top_usercase_slick_wrap .slick-slider button.slide-arrow.next-arrow,
#override .review_card_slider_wrap .slick-slider button.slide-arrow.next-arrow {
    right: -15px;
    background-image: url("/application/files/img/icon_next_gray.svg")
}

@media screen and (max-width: 991px) {

    #override .usercase_wrap .slick_wrap .slick-slider button.slide-arrow.next-arrow,
    #override .top_usercase_slick_wrap .slick-slider button.slide-arrow.next-arrow,
    #override .review_card_slider_wrap .slick-slider button.slide-arrow.next-arrow {
        right: -20px
    }
}

#override .usercase_wrap .slick_wrap .slick-slider .slide-dots,
#override .top_usercase_slick_wrap .slick-slider .slide-dots,
#override .review_card_slider_wrap .slick-slider .slide-dots {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 20px auto 0;
    padding: 0
}

#override .usercase_wrap .slick_wrap .slick-slider .slide-dots li,
#override .top_usercase_slick_wrap .slick-slider .slide-dots li,
#override .review_card_slider_wrap .slick-slider .slide-dots li {
    position: relative;
    margin: 0;
    display: block;
    list-style-type: none;
    width: 50px
}

@media screen and (max-width: 575px) {

    #override .usercase_wrap .slick_wrap .slick-slider .slide-dots li,
    #override .top_usercase_slick_wrap .slick-slider .slide-dots li,
    #override .review_card_slider_wrap .slick-slider .slide-dots li {
        width: 40px
    }
}

#override .usercase_wrap .slick_wrap .slick-slider .slide-dots li button,
#override .top_usercase_slick_wrap .slick-slider .slide-dots li button,
#override .review_card_slider_wrap .slick-slider .slide-dots li button {
    display: block;
    margin: 0;
    padding: 2px;
    width: 100%;
    height: 2px;
    color: rgba(0, 0, 0, 0);
    background-color: rgba(214, 28, 77, .4);
    border: none;
    border-radius: 3px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    appearance: none;
    outline: none;
    opacity: .5;
    transition: .4s ease
}

#override .usercase_wrap .slick_wrap .slick-slider .slide-dots li button:hover,
#override .top_usercase_slick_wrap .slick-slider .slide-dots li button:hover,
#override .review_card_slider_wrap .slick-slider .slide-dots li button:hover {
    background-color: #164889;
    opacity: 1;
    transition: .4s ease
}

#override .usercase_wrap .slick_wrap .slick-slider .slide-dots li.slick-active button,
#override .top_usercase_slick_wrap .slick-slider .slide-dots li.slick-active button,
#override .review_card_slider_wrap .slick-slider .slide-dots li.slick-active button {
    opacity: 1;
    background-color: #164889;
    transition: .4s ease
}

#override .tips_wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%
}

#override .tips_wrap+.tips_wrap {
    padding-top: 120px
}

@media screen and (max-width: 1199px) {
    #override .tips_wrap+.tips_wrap {
        padding-top: 100px
    }
}

@media screen and (max-width: 991px) {
    #override .tips_wrap+.tips_wrap {
        padding-top: 80px
    }
}

@media screen and (max-width: 767px) {
    #override .tips_wrap+.tips_wrap {
        padding-top: 60px
    }
}

@media screen and (max-width: 575px) {
    #override .tips_wrap+.tips_wrap {
        padding-top: 50px
    }
}

#override .tips_wrap.top {
    margin-top: 40px;
    padding-top: 60px;
    border-top: 2px solid #c5dbe8
}

#override .tips_wrap .overview {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
    text-align: center
}

#override .tips_wrap .overview h2 {
    position: relative;
    display: block;
    margin: 0 auto 1.5em;
    line-height: 1.6;
    text-align: center;
    font-size: 1.75rem
}

@media screen and (max-width: 991px) {
    #override .tips_wrap .overview h2 {
        font-size: 1.625rem
    }
}

@media screen and (max-width: 767px) {
    #override .tips_wrap .overview h2 {
        font-size: 1.5rem
    }
}

@media screen and (max-width: 575px) {
    #override .tips_wrap .overview h2 {
        font-size: 1.375rem
    }
}

#override .tips_wrap .overview h2 span {
    display: inline-block
}

#override .tips_wrap .overview h2+p {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding-bottom: 2em;
    font-size: 1rem;
    line-height: 1.6;
    text-align: left
}

#override .tips_wrap .tips_top_btn {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 960px
}

#override .tips_wrap .tips_top_btn a {
    display: block;
    margin: 0 auto;
    font-size: 1rem;
    text-align: center;
    transition: .4s ease
}

#override .tips_wrap .tips_top_btn a::before {
    position: relative;
    display: inline-block;
    margin-right: .4em;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: ""
}

#override .tips_wrap .tips_top_btn a:hover {
    color: #08346D;
    transition: .4s ease
}

#override .tips_wrap .narrow_wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 960px
}

#override .tips_wrap h3 {
    position: relative;
    display: block;
    margin: 0 auto 1.5em;
    padding: .1em 0 0 .8em;
    border-left: 6px solid #08346D;
    line-height: 1.5;
    text-align: left;
    font-size: 1.75rem
}

@media screen and (max-width: 991px) {
    #override .tips_wrap h3 {
        font-size: 1.625rem
    }
}

@media screen and (max-width: 767px) {
    #override .tips_wrap h3 {
        font-size: 1.5rem
    }
}

@media screen and (max-width: 575px) {
    #override .tips_wrap h3 {
        font-size: 1.375rem
    }
}

@media screen and (max-width: 375px) {
    #override .tips_wrap h3 {
        font-size: 1.25rem
    }
}

#override .tips_wrap h3 small {
    display: inline-block;
    margin-right: .5em;
    font-size: 80%
}

#override .tips_wrap h3 span {
    display: inline-block;
    font-weight: normal;
    font-size: 70%
}

#override .tips_update_wrap {
    position: relative;
    display: block;
    margin: 3em auto 0;
    padding-top: 1.5em;
    width: 100%;
    border-top: 2px solid #c5dbe8
}

#override .tips_update_wrap .tips_update {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: right;
    color: #666;
    font-size: .75rem
}

#override .tips_update_wrap .tips_update span+span {
    margin-left: 1em
}

#override #modeling .tips_wrap {
    position: relative
}

#override #modeling .tips_wrap .flex_wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 60px;
    margin: 0 auto;
    padding: 0 30px;
    width: 100%
}

@media screen and (max-width: 991px) {
    #override #modeling .tips_wrap .flex_wrap {
        gap: 40px;
        padding: 0
    }
}

@media screen and (max-width: 767px) {
    #override #modeling .tips_wrap .flex_wrap {
        flex-direction: column;
        padding: 0
    }
}

#override #modeling .tips_wrap .flex_wrap .main_col {
    width: 65%;
    max-width: 700px
}

@media screen and (max-width: 767px) {
    #override #modeling .tips_wrap .flex_wrap .main_col {
        width: 100%;
        max-width: 100%
    }
}

#override #modeling .tips_wrap .flex_wrap .main_col p {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1.7;
    font-size: 1rem
}

@media screen and (max-width: 375px) {
    #override #modeling .tips_wrap .flex_wrap .main_col p {
        font-size: clamp(.875rem, -2.125rem + 13.333vw, 1rem)
    }
}

#override #modeling .tips_wrap .flex_wrap .main_col p+dl {
    margin-top: 2em
}

#override #modeling .tips_wrap .flex_wrap .main_col dl {
    position: relative;
    display: block;
    margin: 0;
    padding: 1.8em 2em 1em;
    background-color: #f6f6f6;
    border-radius: 6px;
    line-height: 1.7;
    font-size: 1rem
}

@media screen and (max-width: 991px) {
    #override #modeling .tips_wrap .flex_wrap .main_col dl {
        padding: 1.8em .8em 1em
    }
}

@media screen and (max-width: 767px) {
    #override #modeling .tips_wrap .flex_wrap .main_col dl {
        padding: 1.8em 2em 1em
    }
}

@media screen and (max-width: 575px) {
    #override #modeling .tips_wrap .flex_wrap .main_col dl {
        padding: 1.8em .8em 1em
    }
}

@media screen and (max-width: 375px) {
    #override #modeling .tips_wrap .flex_wrap .main_col dl {
        font-size: clamp(.875rem, -2.125rem + 13.333vw, 1rem)
    }
}

#override #modeling .tips_wrap .flex_wrap .main_col dl+dl,
#override #modeling .tips_wrap .flex_wrap .main_col dl+p {
    margin-top: 2em
}

#override #modeling .tips_wrap .flex_wrap .main_col dl dt {
    position: absolute;
    top: -1em;
    left: -0.5em;
    display: block;
    margin: 0 0 1em;
    padding: .3em 0 .1em;
    width: 7em;
    background-color: #373841;
    border-radius: 1.2em;
    font-weight: normal;
    color: #fff;
    text-align: center
}

@media screen and (max-width: 375px) {
    #override #modeling .tips_wrap .flex_wrap .main_col dl dt {
        padding: .2em 0
    }
}

#override #modeling .tips_wrap .flex_wrap .main_col dl dd {
    position: relative;
    margin-top: .5em;
    padding-left: 1.5em
}

#override #modeling .tips_wrap .flex_wrap .main_col dl dd:first-child {
    margin-top: 0
}

#override #modeling .tips_wrap .flex_wrap .main_col dl dd::before {
    position: absolute;
    display: inline-block;
    top: 1em;
    left: .8em;
    content: "●";
    font-size: 50%;
    color: #08346D
}

#override #modeling .tips_wrap .flex_wrap .sub_col {
    width: 35%;
    max-width: 440px
}

@media screen and (max-width: 767px) {
    #override #modeling .tips_wrap .flex_wrap .sub_col {
        width: 100%;
        max-width: 100%
    }
}

#override #modeling .tips_wrap .flex_wrap .sub_col figure {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 280px;
    text-align: center
}

#override #modeling .tips_wrap .flex_wrap .sub_col figure:last-of-type {
    margin-bottom: 0
}

#override #modeling .tips_wrap .flex_wrap .sub_col figure figcaption {
    position: relative;
    display: inline-block;
    margin: .5em auto 0;
    line-height: 1.5;
    font-size: .875rem;
    text-align: center
}

#override #modeling .tips_wrap .flex_wrap .sub_col figure a {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    transition: .4s ease
}

#override #modeling .tips_wrap .flex_wrap .sub_col figure a img {
    position: relative;
    display: block;
    border: none;
    width: 100%;
    max-width: 280px;
    height: auto;
    aspect-ratio: 1/1
}

#override #modeling .tips_wrap .flex_wrap .sub_col figure a:hover img {
    transform: scale(1.02);
    transition: .4s ease
}

#override #modeling .tips_wrap .flex_method_wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 40px;
    margin: 2.5em auto 0;
    padding: 0;
    width: 100%
}

@media screen and (max-width: 991px) {
    #override #modeling .tips_wrap .flex_method_wrap {
        flex-direction: column;
        gap: 30px
    }
}

#override #modeling .tips_wrap .flex_method_wrap .method {
    width: 33.3333333333%
}

@media screen and (max-width: 991px) {
    #override #modeling .tips_wrap .flex_method_wrap .method {
        width: 100%
    }
}

#override #modeling .tips_wrap .flex_method_wrap .method h4 {
    position: relative;
    margin: 0 0 1em;
    padding-bottom: .5em;
    width: 100%;
    text-align: center;
    font-size: 1.25rem
}

@media screen and (max-width: 991px) {
    #override #modeling .tips_wrap .flex_method_wrap .method h4 {
        font-size: 1.25rem;
        text-align: left
    }
}

@media screen and (max-width: 575px) {
    #override #modeling .tips_wrap .flex_method_wrap .method h4 {
        font-size: 1.125rem
    }
}

#override #modeling .tips_wrap .flex_method_wrap .method h4 span {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    font-weight: normal;
    font-size: 80%;
    line-height: 1.6
}

@media screen and (max-width: 991px) {
    #override #modeling .tips_wrap .flex_method_wrap .method h4 span {
        display: inline-block;
        margin: 0
    }
}

#override #modeling .tips_wrap .flex_method_wrap .method h4::after {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #08346D
}

#override #modeling .tips_wrap .flex_method_wrap .method h4+p {
    margin: 0;
    padding: 0;
    font-size: 1rem
}

@media screen and (max-width: 375px) {
    #override #modeling .tips_wrap .flex_method_wrap .method h4+p {
        font-size: clamp(.875rem, -2.125rem + 13.333vw, 1rem)
    }
}

#override #data .tips_wrap {
    position: relative;
    counter-reset: number 0
}

#override #data .tips_wrap p {
    margin: 0;
    padding: 0;
    font-size: 1rem
}

@media screen and (max-width: 375px) {
    #override #data .tips_wrap p {
        font-size: clamp(.875rem, -2.125rem + 13.333vw, 1rem)
    }
}

#override #data .tips_wrap p+p {
    margin-top: 1em
}

#override #data .tips_wrap p b.num {
    display: inline-block;
    margin: 0 .2em;
    color: #164889;
    font-weight: normal
}

#override #data .tips_wrap figure {
    position: relative;
    display: block;
    margin: 1.5em auto 0;
    width: 100%;
    max-width: 800px;
    text-align: center
}

#override #data .tips_wrap figure+p {
    margin-top: 3em
}

#override #data .tips_wrap figure+figure {
    margin-top: 2.5em
}

#override #data .tips_wrap figure figcaption {
    position: relative;
    display: inline-block;
    margin: .5em auto 0;
    line-height: 1.5;
    color: #666;
    font-size: .875rem;
    text-align: center
}

#override #data .tips_wrap figure a {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    transition: .4s ease
}

#override #data .tips_wrap figure a img {
    position: relative;
    display: block;
    border: none;
    width: 100%;
    max-width: 800px;
    height: auto
}

#override #data .tips_wrap figure a:hover img {
    transform: scale(1.02);
    transition: .4s ease
}

#override #data .tips_wrap ol {
    position: relative;
    margin: 2em auto;
    padding: 1em 2em;
    border: 2px solid #eac9d6;
    border-radius: 4px;
    list-style-type: none;
    counter-reset: li
}

@media screen and (max-width: 575px) {
    #override #data .tips_wrap ol {
        padding: 1em
    }
}

#override #data .tips_wrap ol li {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin: 0;
    padding: .5em 0;
    line-height: 1.5
}

#override #data .tips_wrap ol li::before {
    display: inline-block;
    min-width: 1.7em;
    margin-right: 1em;
    border-radius: 50%;
    background-color: #164889;
    color: #fff;
    font-weight: bold;
    font-size: .75em;
    line-height: 1.7em;
    text-align: center;
    content: counter(li);
    counter-increment: li
}

#override #data .tips_wrap h4 {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin: 2em 0 0;
    padding: .5em 0;
    line-height: 1.5;
    font-size: 1.375rem
}

@media screen and (max-width: 991px) {
    #override #data .tips_wrap h4 {
        font-size: 1.25rem
    }
}

@media screen and (max-width: 575px) {
    #override #data .tips_wrap h4 {
        font-size: 1.125rem
    }
}

#override #data .tips_wrap h4::before {
    display: inline-block;
    min-width: 1.7em;
    margin-right: .5em;
    border-radius: 50%;
    background-color: #164889;
    color: #fff;
    font-weight: bold;
    font-size: .8em;
    line-height: 1.7em;
    text-align: center;
    counter-increment: number 1;
    content: counter(number)
}

#override #data .tips_wrap h4+p {
    margin-top: 1em
}

#override #data .tips_wrap .btn_service {
    display: block;
    margin: 2.5em auto 0;
    padding: 0
}

#override #data .tips_wrap .btn_service a {
    display: block;
    margin: 0 auto;
    padding: 1.2em .2em 1em;
    width: 100%;
    max-width: 25em;
    background-color: #164889;
    border-radius: 6px;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    transition: .4s ease
}

#override #data .tips_wrap .btn_service a:hover {
    background-color: #08346D;
    transition: .4s ease
}

#override #data .tips_wrap .btn_service a::before {
    position: relative;
    display: inline-block;
    margin-right: .4em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: ""
}

@media screen and (max-width: 360px) {
    #override #data .tips_wrap .btn_service a {
        padding: .5em .2em .4em
    }
}

#override #data .tips_wrap .btn_service a br {
    display: none
}

@media screen and (max-width: 360px) {
    #override #data .tips_wrap .btn_service a br {
        display: block
    }
}

#override #trick .tips_wrap {
    position: relative
}

#override #trick .tips_wrap h3+ul {
    position: relative;
    display: block;
    margin: 0 0 0 1.5em;
    padding: 0;
    list-style: none;
    font-size: 1rem
}

@media screen and (max-width: 575px) {
    #override #trick .tips_wrap h3+ul {
        margin: 0
    }
}

@media screen and (max-width: 375px) {
    #override #trick .tips_wrap h3+ul {
        font-size: clamp(.875rem, -2.125rem + 13.333vw, 1rem)
    }
}

#override #trick .tips_wrap h3+ul li {
    position: relative;
    margin-top: 1.5em;
    padding: 0 0 0 1.5em
}

#override #trick .tips_wrap h3+ul li::before {
    position: absolute;
    top: -0.05em;
    left: 0em;
    color: #0077c8;
    content: "▲";
    transform: rotate(90deg)
}

#override #trick .tips_wrap h3+ul li:first-child {
    margin-top: 0
}

#override #trick .tips_wrap h3+ul li figure {
    position: relative;
    display: block;
    margin: 2em auto 0;
    padding: 0 0 1.5em;
    width: 100%;
    max-width: 800px;
    text-align: center
}

#override #trick .tips_wrap h3+ul li figure a {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    transition: .4s ease
}

#override #trick .tips_wrap h3+ul li figure a img {
    position: relative;
    display: block;
    border: none;
    width: 100%;
    max-width: 800px;
    height: auto
}

#override #trick .tips_wrap h3+ul li figure a:hover img {
    transform: scale(1.02);
    transition: .4s ease
}

#override #trick .tips_wrap h3+ul li figure figcaption {
    position: relative;
    display: block;
    margin: 1.5em 0 0;
    padding: 0 1em;
    color: #666;
    line-height: 1.6;
    text-align: left;
    font-size: .875rem
}

@media screen and (max-width: 375px) {
    #override #trick .tips_wrap h3+ul li figure figcaption {
        font-size: clamp(.813rem, -0.687rem + 6.667vw, .875rem)
    }
}

#override #trick .tips_wrap h3+ul li figure figcaption span {
    display: block;
    margin-bottom: .5em;
    color: #164889;
    font-weight: bold;
    text-align: center
}

@media screen and (max-width: 820px) {
    #override #trick .tips_wrap h3+ul li figure figcaption span {
        text-align: left
    }
}

#override #trick .tips_wrap h3+ul li figure figcaption.c_l {
    text-align: center
}

@media screen and (max-width: 800px) {
    #override #trick .tips_wrap h3+ul li figure figcaption.c_l {
        text-align: left
    }
}

#override #trick .tips_wrap .testdata_dl {
    position: relative;
    display: block;
    margin: 2em 0 0;
    padding: 1.5em 2em;
    background-color: #eef2f2;
    border-radius: 6px;
    line-height: 1.6;
    font-size: .9375rem
}

@media screen and (max-width: 575px) {
    #override #trick .tips_wrap .testdata_dl {
        padding: 1em 1em
    }
}

@media screen and (max-width: 375px) {
    #override #trick .tips_wrap .testdata_dl {
        font-size: clamp(.875rem, -0.625rem + 6.667vw, .938rem)
    }
}

#override #trick .tips_wrap .testdata_dl b {
    display: block;
    margin-bottom: .8em;
    color: #373841
}

#override #trick .tips_wrap .testdata_dl ul {
    margin: 0 0 0 1.5em;
    padding: 0
}

#override #trick .tips_wrap .testdata_dl ul li {
    margin: 1em 0 0;
    padding: 0
}

#override #trick .tips_wrap .testdata_dl ul li a {
    display: inline-block;
    margin: .3em 0 0;
    transition: .4s ease
}

#override #trick .tips_wrap .testdata_dl ul li a:hover {
    text-decoration: underline;
    color: #08346D;
    transition: .4s ease
}

#override #trick .tips_wrap .testdata_dl ul li a::before {
    position: relative;
    display: inline-block;
    margin-right: .4em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: ""
}

#override #trick .tips_wrap .flex_wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin: 4em auto 0;
    padding: 0 30px;
    width: 100%
}

@media screen and (max-width: 991px) {
    #override #trick .tips_wrap .flex_wrap {
        gap: 40px;
        padding: 0
    }
}

@media screen and (max-width: 767px) {
    #override #trick .tips_wrap .flex_wrap {
        flex-direction: column;
        padding: 0
    }
}

#override #trick .tips_wrap .flex_wrap+.flex_wrap {
    margin-top: 3em
}

#override #trick .tips_wrap .flex_wrap .main_col {
    width: 58%
}

@media screen and (max-width: 767px) {
    #override #trick .tips_wrap .flex_wrap .main_col {
        width: 100%;
        max-width: 100%
    }
}

#override #trick .tips_wrap .flex_wrap .main_col h4 {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 0 .1em .1em;
    border-bottom: 1px solid #eac9d6;
    line-height: 1.5;
    font-size: 1.375rem
}

@media screen and (max-width: 991px) {
    #override #trick .tips_wrap .flex_wrap .main_col h4 {
        font-size: 1.25rem
    }
}

@media screen and (max-width: 575px) {
    #override #trick .tips_wrap .flex_wrap .main_col h4 {
        font-size: 1.125rem
    }
}

#override #trick .tips_wrap .flex_wrap .main_col h4 span {
    font-size: 80%;
    font-weight: normal
}

#override #trick .tips_wrap .flex_wrap .main_col h4+ul {
    margin-top: 1.5em
}

#override #trick .tips_wrap .flex_wrap .main_col ul {
    position: relative;
    display: block;
    margin: 0 0 0 1.5em;
    padding: 0;
    list-style: disc;
    font-size: 1rem
}

@media screen and (max-width: 375px) {
    #override #trick .tips_wrap .flex_wrap .main_col ul {
        font-size: clamp(.875rem, -2.125rem + 13.333vw, 1rem)
    }
}

#override #trick .tips_wrap .flex_wrap .main_col ul li {
    position: relative;
    margin-top: .5em;
    padding: 0
}

#override #trick .tips_wrap .flex_wrap .main_col ul li::marker {
    color: #164889;
    content: "● "
}

#override #trick .tips_wrap .flex_wrap .main_col ul li:first-child {
    margin-top: 0
}

#override #trick .tips_wrap .flex_wrap .sub_col {
    width: 42%;
    max-width: 500px
}

@media screen and (max-width: 767px) {
    #override #trick .tips_wrap .flex_wrap .sub_col {
        width: 100%;
        max-width: 100%
    }
}

#override #trick .tips_wrap .flex_wrap .sub_col figure {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    text-align: center
}

#override #trick .tips_wrap .flex_wrap .sub_col figure a {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    transition: .4s ease
}

#override #trick .tips_wrap .flex_wrap .sub_col figure a img {
    position: relative;
    display: block;
    border: none;
    width: 100%;
    max-width: 500px;
    height: auto
}

#override #trick .tips_wrap .flex_wrap .sub_col figure a:hover img {
    transform: scale(1.02);
    transition: .4s ease
}

#override #trick .tips_wrap .tendency_wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin: 2em auto 0;
    padding: 0 0 1em;
    width: 100%
}

@media screen and (max-width: 991px) {
    #override #trick .tips_wrap .tendency_wrap {
        flex-direction: column;
        gap: 10px
    }
}

#override #trick .tips_wrap .tendency_wrap .tendency {
    width: 60%
}

@media screen and (max-width: 991px) {
    #override #trick .tips_wrap .tendency_wrap .tendency {
        width: 100%
    }
}

#override #trick .tips_wrap .tendency_wrap .tendency figure {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    text-align: center
}

#override #trick .tips_wrap .tendency_wrap .tendency figure a {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    transition: .4s ease
}

#override #trick .tips_wrap .tendency_wrap .tendency figure a img {
    position: relative;
    display: block;
    border: none;
    width: 100%;
    max-width: 800px;
    height: auto;
    aspect-ratio: 45/38
}

#override #trick .tips_wrap .tendency_wrap .tendency figure a:hover img {
    transform: scale(1.02);
    transition: .4s ease
}

#override #trick .tips_wrap .tendency_wrap .tendency+.tendency {
    width: 40%
}

@media screen and (max-width: 991px) {
    #override #trick .tips_wrap .tendency_wrap .tendency+.tendency {
        width: 100%;
        max-width: 800px
    }
}

#override #trick .tips_wrap .tendency_wrap .tendency+.tendency b {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: .4em 0 .2em;
    background-color: #2fb28b;
    color: #fff;
    font-weight: normal;
    text-align: center;
    font-size: .9375rem
}

@media screen and (max-width: 375px) {
    #override #trick .tips_wrap .tendency_wrap .tendency+.tendency b {
        font-size: clamp(.875rem, -0.625rem + 6.667vw, .938rem)
    }
}

#override #trick .tips_wrap .tendency_wrap .tendency+.tendency b+ul {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 1em;
    background-color: #e4edea;
    list-style: disc;
    font-size: .9375rem
}

@media screen and (max-width: 375px) {
    #override #trick .tips_wrap .tendency_wrap .tendency+.tendency b+ul {
        font-size: clamp(.875rem, -0.625rem + 6.667vw, .938rem)
    }
}

#override #trick .tips_wrap .tendency_wrap .tendency+.tendency b+ul li {
    position: relative;
    margin: .5em 0 0 1.2em;
    padding: 0
}

#override #trick .tips_wrap .tendency_wrap .tendency+.tendency b+ul li::before {
    content: none
}

#override #trick .tips_wrap .tendency_wrap .tendency+.tendency b+ul li:first-child {
    margin-top: 0
}

#override #qa .tips_wrap {
    position: relative
}

#override #qa .tips_wrap .qa_wrap {
    margin: 0 auto;
    padding: 0
}

#override #qa .tips_wrap .qa_wrap .qa_item {
    max-width: 960px;
    margin: 0 auto;
    border: 1px solid #e4e4e4;
    border-bottom: none;
    line-height: 1.5
}

#override #qa .tips_wrap .qa_wrap .qa_item+.qa_item {
    border-top: none
}

#override #qa .tips_wrap .qa_wrap .qa_item>div {
    position: relative;
    border-bottom: 1px solid #e4e4e4
}

#override #qa .tips_wrap .qa_wrap .qa_item>div>div {
    display: flex
}

#override #qa .tips_wrap .qa_wrap .qa_item>div>div>div {
    padding: 1em
}

#override #qa .tips_wrap .qa_wrap .qa_item>div>div>div:nth-of-type(1) {
    font-weight: bold;
    width: 4em
}

#override #qa .tips_wrap .qa_wrap .qa_item>div>div>div:nth-of-type(2) {
    width: calc(100% - 4em)
}

#override #qa .tips_wrap .qa_wrap .qa_item>div>div>div:nth-of-type(2) figure {
    display: block;
    margin: 0 0 0 .5em;
    width: 100%;
    max-width: 200px
}

@media screen and (max-width: 375px) {
    #override #qa .tips_wrap .qa_wrap .qa_item>div>div>div:nth-of-type(2) figure {
        margin: 0 auto
    }
}

#override #qa .tips_wrap .qa_wrap .qa_item>div>div>div:nth-of-type(2) figure img {
    display: block;
    margin: 0;
    width: 100%;
    max-width: 200px;
    height: auto
}

#override #qa .tips_wrap .qa_wrap .qa_item>div>div>div:nth-of-type(2) figure figcaption {
    position: relative;
    display: block;
    margin: .5em 0 0 .8em;
    color: #666;
    line-height: 1.5;
    text-align: center;
    font-size: clamp(12px, 1.08vw, 14px)
}

@media screen and (max-width: 767px) {
    #override #qa .tips_wrap .qa_wrap .qa_item>div>div>div:nth-of-type(2) figure figcaption {
        font-size: clamp(11px, 3.2vw, 14px)
    }
}

#override #qa .tips_wrap .qa_wrap .qa_item>div>div>div:nth-of-type(2) figure+* {
    margin-top: 1.5em !important
}

#override #qa .tips_wrap .qa_wrap .qa_item>div>div>div:nth-of-type(2) p {
    position: relative;
    margin: 0;
    padding: 0
}

#override #qa .tips_wrap .qa_wrap .qa_item>div>div>div:nth-of-type(2) p+* {
    margin-top: 1.5em !important
}

#override #qa .tips_wrap .qa_wrap .qa_item>div>div>div:nth-of-type(2) ol {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none
}

#override #qa .tips_wrap .qa_wrap .qa_item>div>div>div:nth-of-type(2) ol+* {
    margin-top: 1.5em !important
}

#override #qa .tips_wrap .qa_wrap .qa_item>div>div>div:nth-of-type(2) ol li {
    margin-top: .5em
}

#override #qa .tips_wrap .qa_wrap .qa_item>div>div>div:nth-of-type(2) ol li:first-child {
    margin-top: 0
}

#override #qa .tips_wrap .qa_wrap .qa_item>div>div>div:nth-of-type(2) ul {
    position: relative;
    margin: 0 0 0 1.5em;
    padding: 0
}

#override #qa .tips_wrap .qa_wrap .qa_item>div>div>div:nth-of-type(2) ul+* {
    margin-top: 1.5em !important
}

#override #qa .tips_wrap .qa_wrap .qa_item>div>div>div:nth-of-type(2) ul li {
    margin-top: .5em
}

#override #qa .tips_wrap .qa_wrap .qa_item>div>div>div:nth-of-type(2) ul li:first-child {
    margin-top: 0
}

#override #qa .tips_wrap .qa_wrap .qa_item>div>div>div:nth-of-type(2) dl {
    position: relative;
    margin: 0;
    padding: 0
}

#override #qa .tips_wrap .qa_wrap .qa_item>div>div>div:nth-of-type(2) dl+* {
    margin-top: 1.5em !important
}

#override #qa .tips_wrap .qa_wrap .qa_item>div>div>div:nth-of-type(2) dl dt {
    padding-bottom: .8em
}

#override #qa .tips_wrap .qa_wrap .qa_item>div.question {
    transition: .3s
}

#override #qa .tips_wrap .qa_wrap .qa_item>div.question>div {
    padding-right: 40px;
    cursor: pointer;
    font-weight: bold;
    color: #024787;
    transition: .2s
}

#override #qa .tips_wrap .qa_wrap .qa_item>div.question>div:hover {
    opacity: .7
}

#override #qa .tips_wrap .qa_wrap .qa_item>div.question>div::before {
    content: "";
    position: absolute;
    top: 25px;
    right: 30px;
    width: 12px;
    height: 1px;
    background: #666;
    transform: rotateZ(45deg)
}

#override #qa .tips_wrap .qa_wrap .qa_item>div.question>div::after {
    content: "";
    position: absolute;
    top: 25px;
    right: 22px;
    width: 12px;
    height: 1px;
    background: #666;
    transform: rotateZ(-45deg)
}

#override #qa .tips_wrap .qa_wrap .qa_item>div.question.open {
    background: #f0f0f0
}

#override #qa .tips_wrap .qa_wrap .qa_item>div.question.open>div::before {
    transform: rotateZ(-45deg)
}

#override #qa .tips_wrap .qa_wrap .qa_item>div.question.open>div::after {
    transform: rotateZ(45deg)
}

#override #qa .tips_wrap .qa_wrap .qa_item>div.question>div>div span {
    color: #024787
}

#override #qa .tips_wrap .qa_wrap .qa_item>div.answer {
    display: none;
    padding: 1em 0
}

#override #qa .tips_wrap .qa_wrap .qa_item>div.answer>div>div span {
    color: #164889
}

#override #qa .tips_wrap .qa_wrap .qa_item>div.answer>div>div dt span.cause {
    display: inline-block;
    margin: 0;
    padding: .2em 1em .1em;
    background-color: #373841;
    border-radius: 1.2em;
    color: #fff;
    font-weight: normal;
    text-align: center
}

#override #qa .tips_wrap .qa_wrap .qa_item>div.answer>div>div dt span.howto {
    display: inline-block;
    margin: 0;
    padding: .2em 1.5em .1em;
    background-color: #164889;
    border-radius: 2px;
    color: #fff;
    font-weight: normal;
    text-align: center
}

#override .sampledata_wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%
}

#override .sampledata_wrap+.sampledata_wrap {
    padding-top: 120px
}

@media screen and (max-width: 1199px) {
    #override .sampledata_wrap+.sampledata_wrap {
        padding-top: 100px
    }
}

@media screen and (max-width: 991px) {
    #override .sampledata_wrap+.sampledata_wrap {
        padding-top: 80px
    }
}

@media screen and (max-width: 767px) {
    #override .sampledata_wrap+.sampledata_wrap {
        padding-top: 60px
    }
}

@media screen and (max-width: 575px) {
    #override .sampledata_wrap+.sampledata_wrap {
        padding-top: 50px
    }
}

#override .sampledata_wrap .overview {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
    text-align: center
}

#override .sampledata_wrap .overview h2 {
    position: relative;
    display: block;
    margin: 0 auto 1.5em;
    line-height: 1.6;
    text-align: center;
    font-size: 1.75rem
}

@media screen and (max-width: 991px) {
    #override .sampledata_wrap .overview h2 {
        font-size: 1.625rem
    }
}

@media screen and (max-width: 767px) {
    #override .sampledata_wrap .overview h2 {
        font-size: 1.5rem
    }
}

@media screen and (max-width: 575px) {
    #override .sampledata_wrap .overview h2 {
        font-size: 1.375rem
    }
}

#override .sampledata_wrap .overview h2 span {
    display: inline-block
}

#override .sampledata_wrap .overview h2+p {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding-bottom: 2em;
    font-size: 1rem;
    line-height: 1.6;
    text-align: left
}

#override .sampledata_wrap .overview h2+p small {
    display: inline-block;
    margin: 1em auto;
    padding-left: 1em;
    text-indent: -1em;
    color: #666
}

#override .sampledata_grid_wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 30px
}

#override .sampledata_grid_wrap .item_wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 15px 15px 70px;
    width: calc((100% - 90px)/4);
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #e4e4e4
}

@media screen and (max-width: 991px) {
    #override .sampledata_grid_wrap .item_wrap {
        width: calc((100% - 60px)/3)
    }
}

@media screen and (max-width: 767px) {
    #override .sampledata_grid_wrap .item_wrap {
        width: calc((100% - 30px)/2)
    }
}

@media screen and (max-width: 575px) {
    #override .sampledata_grid_wrap .item_wrap {
        margin: 0 auto;
        width: 100%
    }
}

#override .sampledata_grid_wrap .item_wrap figure {
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
    overflow: hidden
}

#override .sampledata_grid_wrap .item_wrap figure img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 640px;
    aspect-ratio: 4/3
}

#override .sampledata_grid_wrap .item_wrap figure figcaption {
    display: inline-block;
    margin: 1em auto 0;
    font-size: .9375rem;
    line-height: 1.5;
    text-align: left
}

#override .sampledata_grid_wrap .item_wrap .btn_data_dl {
    position: absolute;
    display: block;
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px)
}

#override .sampledata_grid_wrap .item_wrap .btn_data_dl a {
    display: block;
    margin: 0;
    padding: .8em .5em .6em;
    width: 100%;
    background-color: #164889;
    border-radius: 4px;
    color: #fff;
    font-size: .875rem;
    line-height: 1.6;
    text-align: center;
    transition: .4s ease
}

#override .sampledata_grid_wrap .item_wrap .btn_data_dl a::before {
    display: inline-block;
    margin-right: .5em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: ""
}

#override .sampledata_grid_wrap .item_wrap .btn_data_dl a:hover {
    background-color: #08346D;
    transition: .4s ease
}

#override .sampledata_grid_wrap::before {
    content: "";
    display: block;
    width: calc((100% - 90px)/4);
    height: 0;
    order: 1
}

#override .sampledata_grid_wrap::after {
    content: "";
    display: block;
    width: calc((100% - 90px)/4);
    height: 0
}

@media screen and (max-width: 991px) {
    #override .sampledata_grid_wrap::before {
        display: none
    }

    #override .sampledata_grid_wrap::after {
        content: "";
        display: block;
        width: calc((100% - 60px)/3);
        height: 0
    }
}

#override .sampledata_grid_wrap+.sampledata_wrap {
    margin-top: 3em
}

#override .showroom_wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%
}

#override .showroom_wrap .overview {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 960px
}

#override .showroom_wrap .overview h2 {
    position: relative;
    display: block;
    margin: 0 auto 1.5em;
    line-height: 1.6;
    text-align: center;
    font-size: 1.75rem
}

@media screen and (max-width: 991px) {
    #override .showroom_wrap .overview h2 {
        font-size: 1.625rem
    }
}

@media screen and (max-width: 767px) {
    #override .showroom_wrap .overview h2 {
        font-size: 1.5rem
    }
}

@media screen and (max-width: 575px) {
    #override .showroom_wrap .overview h2 {
        font-size: 1.375rem
    }
}

#override .showroom_wrap .overview h2 span {
    display: inline-block
}

#override .showroom_wrap .overview p {
    position: relative;
    display: block;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.6
}

#override .showroom_wrap .overview p+p {
    margin-top: 1em
}

#override .showroom_info_wrap {
    position: relative;
    display: block;
    margin: 60px auto 0;
    width: 100%
}

@media screen and (max-width: 991px) {
    #override .showroom_info_wrap {
        margin-top: 40px
    }
}

@media screen and (max-width: 575px) {
    #override .showroom_info_wrap {
        margin-top: 30px
    }
}

#override .showroom_info_wrap .showroom_thumb {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    overflow: hidden
}

#override .showroom_info_wrap .showroom_thumb img {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    height: auto
}

#override .showroom_info_wrap .showroom_info {
    position: relative;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    gap: 30px;
    margin: 60px auto 0
}

@media screen and (max-width: 991px) {
    #override .showroom_info_wrap .showroom_info {
        margin: 20px auto 0;
        flex-flow: column
    }
}

#override .showroom_info_wrap .showroom_info .information {
    position: relative;
    margin: 0 auto;
    width: 50%
}

@media screen and (max-width: 991px) {
    #override .showroom_info_wrap .showroom_info .information {
        width: 100%
    }
}

#override .showroom_info_wrap .showroom_info .information h3 {
    position: relative;
    display: block;
    margin: 1.5em auto 1em;
    padding: .3em 0 .2em .5em;
    border-left: 4px solid #08346D;
    font-size: 1.25rem
}

#override .showroom_info_wrap .showroom_info .information h3:first-of-type {
    margin-top: 0
}

#override .showroom_info_wrap .showroom_info .information .display_list {
    position: relative;
    display: block;
    margin: 0 0 0 1em;
    padding: 0
}

#override .showroom_info_wrap .showroom_info .information .display_list li {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 1.6
}

#override .showroom_info_wrap .showroom_info .information .display_list li::after {
    display: inline-block;
    margin-left: .2em;
    margin-right: .3em;
    content: ","
}

#override .showroom_info_wrap .showroom_info .information .display_list li:first-child {
    margin-left: 0
}

#override .showroom_info_wrap .showroom_info .information .display_list li:last-child::after {
    margin-left: 0;
    margin-right: 0;
    content: none
}

@media screen and (max-width: 575px) {
    #override .showroom_info_wrap .showroom_info .information .display_list li {
        display: block
    }

    #override .showroom_info_wrap .showroom_info .information .display_list li::before {
        content: "・"
    }

    #override .showroom_info_wrap .showroom_info .information .display_list li::after {
        content: none
    }
}

#override .showroom_info_wrap .showroom_info .information p {
    margin: 0 0 0 1em;
    padding: 0;
    font-size: 1rem;
    line-height: 1.6
}

#override .showroom_info_wrap .showroom_info .information p b {
    color: #373841
}

#override .showroom_info_wrap .showroom_info .information p b+small {
    display: inline-block
}

#override .showroom_info_wrap .showroom_info .information p span {
    display: block;
    margin: .2em 0 0 0;
    padding: 0 0 0 1em;
    text-indent: -1em
}

#override .showroom_info_wrap .showroom_info .information p+p {
    margin-top: 1em
}

#override .showroom_info_wrap .showroom_info .googlemap {
    margin: 0 auto;
    width: calc(50% - 30px)
}

@media screen and (max-width: 991px) {
    #override .showroom_info_wrap .showroom_info .googlemap {
        width: 100%
    }
}

#override .showroom_info_wrap .showroom_info .googlemap iframe {
    border: none;
    width: 100%;
    height: auto;
    aspect-ratio: 4/3
}

@media screen and (max-width: 991px) {
    #override .showroom_info_wrap .showroom_info .googlemap iframe {
        aspect-ratio: 16/9
    }
}

#override .showroom_slider_wrap {
    position: relative;
    display: block;
    margin: 60px auto 0;
    padding: 0;
    width: 100%;
    overflow: hidden
}

@media screen and (max-width: 991px) {
    #override .showroom_slider_wrap {
        margin-top: 40px
    }
}

@media screen and (max-width: 575px) {
    #override .showroom_slider_wrap {
        margin-top: 30px
    }
}

#override .showroom_slider_wrap .slick-dotted.slick_showroom_list {
    margin-bottom: 0
}

#override .showroom_slider_wrap .slick_showroom_list {
    position: relative;
    padding: 0;
    opacity: 0
}

#override .showroom_slider_wrap .slick_showroom_list.slick-initialized {
    opacity: 1;
    transition: .4s ease
}

#override .showroom_slider_wrap .slick_showroom_list .slick-track {
    position: relative
}

#override .showroom_slider_wrap .slick_showroom_list .slick-track .slick-slide {
    position: relative;
    display: block;
    margin: 0 4px;
    border: 1px solid #ececec;
    border-radius: 4px
}

#override .showroom_slider_wrap .slick_showroom_list .slick-track .slick-slide img {
    position: relative;
    display: inline-block;
    border: none;
    border-radius: 4px;
    width: 100%;
    height: auto;
    aspect-ratio: 3/2
}

#override .showroom_slider_wrap .slick_showroom_list button.slide-arrow {
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    width: 40px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px auto;
    border: none;
    cursor: pointer;
    appearance: none;
    outline: none;
    z-index: 1;
    opacity: .6;
    transition: .4s ease
}

@media screen and (max-width: 575px) {
    #override .showroom_slider_wrap .slick_showroom_list button.slide-arrow {
        width: 20px;
        background-size: 10px auto
    }
}

#override .showroom_slider_wrap .slick_showroom_list button.slide-arrow:hover {
    opacity: 1;
    transition: .4s ease
}

#override .showroom_slider_wrap .slick_showroom_list button.slide-arrow.prev-arrow {
    left: 0;
    background-image: url("/application/files/img/icon_prev_dark.svg")
}

#override .showroom_slider_wrap .slick_showroom_list button.slide-arrow.next-arrow {
    right: 0;
    background-image: url("/application/files/img/icon_next_dark.svg")
}

#override .showroom_slider_wrap .slide-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 0 auto;
    padding: 0
}

#override .showroom_slider_wrap .slide-dots li {
    position: relative;
    margin: 0;
    display: block;
    list-style-type: none;
    width: 50px
}

@media screen and (max-width: 575px) {
    #override .showroom_slider_wrap .slide-dots li {
        width: 40px
    }
}

#override .showroom_slider_wrap .slide-dots li button {
    display: block;
    margin: 0;
    padding: 2px;
    width: 100%;
    height: 2px;
    color: rgba(0, 0, 0, 0);
    background-color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    appearance: none;
    outline: none;
    opacity: .5;
    transition: .4s ease
}

#override .showroom_slider_wrap .slide-dots li button:hover {
    background-color: #164889;
    opacity: 1;
    transition: .4s ease
}

#override .showroom_slider_wrap .slide-dots li.slick-active button {
    opacity: 1;
    background-color: #164889;
    transition: .4s ease
}

#override .reserve_wrap {
    position: relative;
    display: block;
    margin: 60px auto 0;
    padding: 3em;
    background-color: #f6f6f6;
    border-radius: 6px;
    width: 100%
}

@media screen and (max-width: 575px) {
    #override .reserve_wrap {
        padding: 2em 1em
    }
}

#override .reserve_wrap h3 {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center
}

@media screen and (max-width: 575px) {
    #override .reserve_wrap h3 {
        font-size: clamp(16px, 4.8vw, 20px)
    }
}

#override .reserve_wrap h3+p {
    position: relative;
    display: block;
    margin: 1.5em auto 0;
    text-align: center
}

@media screen and (max-width: 575px) {
    #override .reserve_wrap h3+p {
        font-size: clamp(13px, 4vw, 16px)
    }
}

#override .reserve_wrap h3+p span {
    position: relative;
    display: inline-block
}

#override .reserve_wrap .reserve {
    position: relative;
    display: block;
    margin: 2em auto 0;
    width: 100%;
    max-width: 480px
}

#override .reserve_wrap .reserve a.btn_reserve {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 1em .5em;
    background-color: #f86800;
    border-radius: 6px;
    color: #fff;
    font-size: 1.25rem;
    text-align: center;
    transition: .4s ease
}

@media screen and (max-width: 575px) {
    #override .reserve_wrap .reserve a.btn_reserve {
        font-size: clamp(14px, 4.27vw, 18px)
    }
}

#override .reserve_wrap .reserve a.btn_reserve::before {
    position: relative;
    display: inline-block;
    margin-right: .5em;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: ""
}

#override .reserve_wrap .reserve a.btn_reserve:hover {
    background-color: #f83a00;
    transition: .4s ease
}

#override .ig_contact_wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 570px
}

#override .ig_contact_wrap h4 {
    position: relative;
    display: block;
    margin: 0 auto 1.5em;
    color: #fff;
    font-size: 1.5rem;
    text-align: center
}

@media screen and (max-width: 575px) {
    #override .ig_contact_wrap h4 {
        font-size: clamp(18px, 5.31vw, 20px)
    }
}

#override .ig_contact_wrap .ig_address {
    position: relative;
    display: table;
    margin: 0 auto
}

#override .ig_contact_wrap .ig_address h5 {
    position: relative;
    display: block;
    margin: 0 auto;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.7;
    font-weight: normal;
    text-align: center
}

@media screen and (max-width: 575px) {
    #override .ig_contact_wrap .ig_address h5 {
        font-size: clamp(13px, 3.75vw, 16px)
    }
}

#override .ig_contact_wrap .ig_address .telephone {
    position: relative;
    display: block;
    margin: 1em 0 0;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.6;
    text-align: center
}

@media screen and (max-width: 575px) {
    #override .ig_contact_wrap .ig_address .telephone {
        font-size: 1.25rem
    }
}

#override .ig_contact_wrap .ig_address .telephone i {
    display: inline-block;
    margin-right: .5em
}

#override .ig_contact_wrap .ig_address small {
    position: relative;
    display: block;
    margin: 1em 0 0;
    color: #fff;
    font-size: .75rem;
    text-align: center
}

.file_dl_title {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    width: 100%
}

.file_dl_title .photo {
    position: relative;
    display: block;
    margin: 0;
    width: 100px
}

@media screen and (max-width: 375px) {
    .file_dl_title .photo {
        width: 80px
    }
}

.file_dl_title .photo img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto
}

.file_dl_title .model {
    position: relative;
    display: block;
    margin: 0;
    padding-left: 1em;
    width: calc(100% - 100px);
    font-size: 1.125rem;
    font-weight: bold;
    color: #222;
    line-height: 1.5
}

@media screen and (max-width: 375px) {
    .file_dl_title .model {
        font-size: 1rem
    }
}

.file_dl_wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin: 5px auto;
    padding: 1em 1em;
    border: 1px solid #e5e5e5;
    border-radius: 4px
}

@media screen and (max-width: 767px) {
    .file_dl_wrap {
        flex-direction: column
    }
}

.file_dl_wrap .file_info {
    position: relative;
    display: block;
    width: calc(70% - 20px)
}

@media screen and (max-width: 767px) {
    .file_dl_wrap .file_info {
        width: 100%
    }
}

.file_dl_wrap .file_info h4 {
    position: relative;
    display: block;
    margin: 0;
    padding-left: 5px;
    color: #373841;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5
}

@media screen and (max-width: 375px) {
    .file_dl_wrap .file_info h4 {
        font-size: .875rem
    }
}

.file_dl_wrap .file_info h4 span {
    display: inline-block;
    margin-left: .15em;
    font-size: 80%;
    font-weight: normal
}

.file_dl_wrap .file_info p {
    position: relative;
    display: block;
    margin: .5em 0 0;
    padding: .5em 0 0;
    border-top: 1px solid #ccc;
    font-size: .875rem;
    color: #666
}

@media screen and (max-width: 375px) {
    .file_dl_wrap .file_info p {
        font-size: .75rem
    }
}

.file_dl_wrap .file_info span.smaller {
    position: relative;
    display: block;
    margin-top: .5em;
    padding: 0;
    color: #666;
    font-size: .8125rem
}

@media screen and (max-width: 375px) {
    .file_dl_wrap .file_info span.smaller {
        font-size: .6875rem
    }
}

.file_dl_wrap .file_info span.smaller i {
    display: inline-block;
    margin: 0 .2em 0 .5em
}

.file_dl_wrap .file_info span.smaller i.fa-file-pdf {
    color: #ff2116
}

.file_dl_wrap .file_info span.smaller i.fa-file-archive {
    color: #70610e
}

.file_dl_wrap .file_dl_btn {
    position: relative;
    display: block;
    width: 30%
}

@media screen and (max-width: 767px) {
    .file_dl_wrap .file_dl_btn {
        width: 100%
    }
}

.file_dl_wrap .file_dl_btn a.dl_button {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 1em .5em;
    width: 100%;
    max-width: 300px;
    background-color: #164889;
    border-radius: 6px;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    transition: .4s ease
}

@media screen and (max-width: 375px) {
    .file_dl_wrap .file_dl_btn a.dl_button {
        font-size: .875rem
    }
}

.file_dl_wrap .file_dl_btn a.dl_button:hover {
    background-color: #08346D;
    transition: .4s ease
}

.file_dl_wrap .file_dl_btn a.dl_button i {
    margin-right: .4em
}

#override .product_grid_pickup_wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
    gap: 150px
}

@media screen and (max-width: 991px) {
    #override .product_grid_pickup_wrap {
        gap: 80px
    }
}

@media screen and (max-width: 767px) {
    #override .product_grid_pickup_wrap {
        justify-content: space-between;
        gap: 40px
    }
}

@media screen and (max-width: 575px) {
    #override .product_grid_pickup_wrap {
        flex-direction: column
    }
}

#override .product_grid_pickup_wrap .item_wrap {
    position: relative;
    margin: 0;
    padding: 0;
    width: calc((100% - 350px)/2)
}

@media screen and (max-width: 991px) {
    #override .product_grid_pickup_wrap .item_wrap {
        width: calc((100% - 180px)/2)
    }
}

@media screen and (max-width: 767px) {
    #override .product_grid_pickup_wrap .item_wrap {
        width: calc((100% - 40px)/2)
    }
}

@media screen and (max-width: 575px) {
    #override .product_grid_pickup_wrap .item_wrap {
        margin: 0 auto;
        width: 100%;
        max-width: 420px
    }
}

#override .product_grid_pickup_wrap .item_wrap .thumb {
    position: relative;
    margin: 0;
    padding: 0
}

#override .product_grid_pickup_wrap .item_wrap .thumb a {
    position: relative;
    display: block;
    padding: 10px;
    outline: none;
    overflow: hidden
}

#override .product_grid_pickup_wrap .item_wrap .thumb a img {
    display: inline-block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    will-change: transform;
    transition: .4s ease
}

#override .product_grid_pickup_wrap .item_wrap .thumb a::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    --x-gradient: linear-gradient(90deg, #164889 0 20px, transparent 0 calc(100% - 20px), #164889 calc(100% - 20px));
    --y-gradient: linear-gradient(#164889 0 20px, transparent 0 calc(100% - 20px), #164889 calc(100% - 20px));
    background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
    background-repeat: no-repeat;
    background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
    background-position: top, right, bottom, left;
    transition: .4s ease
}

#override .product_grid_pickup_wrap .item_wrap .thumb a:hover img {
    transform: scale(1.02);
    transition: .4s ease
}

#override .product_grid_pickup_wrap .item_wrap .thumb a:hover::before {
    opacity: .5;
    transition: .4s ease
}

#override .product_grid_pickup_wrap .item_wrap .product_category {
    position: relative;
    display: block;
    margin-top: 1.5em;
    text-align: center
}

#override .product_grid_pickup_wrap .item_wrap .product_category span {
    display: inline-block;
    margin: 0;
    padding: .3em 1.2em .3em;
    background-color: #373841;
    border-radius: 1.2em;
    color: #fff;
    font-size: .75rem;
    line-height: 1.5;
    text-align: center
}

#override .product_grid_pickup_wrap .item_wrap h3.product_name {
    position: relative;
    margin-top: .8em;
    font-size: 1.75rem;
    font-weight: bold;
    text-align: center
}

@media screen and (max-width: 991px) {
    #override .product_grid_pickup_wrap .item_wrap h3.product_name {
        font-size: 1.625rem
    }
}

@media screen and (max-width: 767px) {
    #override .product_grid_pickup_wrap .item_wrap h3.product_name {
        font-size: 1.5rem
    }
}

@media screen and (max-width: 575px) {
    #override .product_grid_pickup_wrap .item_wrap h3.product_name {
        font-size: 1.25rem
    }
}

#override .product_grid_pickup_wrap .item_wrap .product_label {
    position: absolute;
    display: block;
    top: -25px;
    left: -10px;
    margin-top: 0;
    text-align: center
}

#override .product_grid_pickup_wrap .item_wrap .product_label span {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: .4em .8em .3em;
    border-radius: 3px;
    color: #fff;
    font-size: .875rem;
    line-height: 1.5;
    text-align: center
}

#override .product_grid_pickup_wrap .item_wrap .product_label span.new {
    background-color: #164889;
    border-radius: 0
}

#override .product_grid_pickup_wrap .item_wrap .product_label span.new::before {
    position: absolute;
    top: 100%;
    left: 0;
    border-bottom: solid 10px rgba(0, 0, 0, 0);
    border-right: solid 20px #08346D;
    content: ""
}

#override .product_grid_pickup_wrap .item_wrap .post_description {
    position: relative;
    display: block;
    margin-top: 1em
}

#override .product_grid_pickup_wrap .item_wrap .post_description p {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    color: #373841;
    font-size: .9375rem
}

@media screen and (max-width: 575px) {
    #override .product_grid_pickup_wrap .item_wrap .post_description p {
        font-size: .875rem
    }
}

#override .product_grid_wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
    gap: 90px
}

@media screen and (max-width: 991px) {
    #override .product_grid_wrap {
        gap: 30px
    }
}

@media screen and (max-width: 767px) {
    #override .product_grid_wrap {
        justify-content: space-between;
        gap: 40px
    }
}

@media screen and (max-width: 575px) {
    #override .product_grid_wrap {
        flex-direction: column
    }
}

#override .product_grid_wrap .item_wrap {
    position: relative;
    margin: 0;
    padding: 0;
    width: calc((100% - 90px)/4)
}

@media screen and (max-width: 991px) {
    #override .product_grid_wrap .item_wrap {
        width: calc((100% - 60px)/3)
    }
}

@media screen and (max-width: 767px) {
    #override .product_grid_wrap .item_wrap {
        width: calc((100% - 40px)/2)
    }
}

@media screen and (max-width: 575px) {
    #override .product_grid_wrap .item_wrap {
        margin: 0 auto;
        width: 100%;
        max-width: 320px
    }
}

#override .product_grid_wrap .item_wrap .thumb {
    position: relative;
    margin: 0;
    padding: 0
}

#override .product_grid_wrap .item_wrap .thumb a {
    position: relative;
    display: block;
    padding: 10px;
    outline: none;
    overflow: hidden
}

#override .product_grid_wrap .item_wrap .thumb a img {
    display: inline-block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    will-change: transform;
    transition: .4s ease
}

#override .product_grid_wrap .item_wrap .thumb a::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    --x-gradient: linear-gradient(90deg, #164889 0 20px, transparent 0 calc(100% - 20px), #164889 calc(100% - 20px));
    --y-gradient: linear-gradient(#164889 0 20px, transparent 0 calc(100% - 20px), #164889 calc(100% - 20px));
    background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
    background-repeat: no-repeat;
    background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
    background-position: top, right, bottom, left;
    transition: .4s ease
}

#override .product_grid_wrap .item_wrap .thumb a:hover img {
    transform: scale(1.02);
    transition: .4s ease
}

#override .product_grid_wrap .item_wrap .thumb a:hover::before {
    opacity: .5;
    transition: .4s ease
}

#override .product_grid_wrap .item_wrap .product_category {
    position: relative;
    display: block;
    margin-top: 1.5em;
    text-align: center
}

#override .product_grid_wrap .item_wrap .product_category span {
    display: inline-block;
    margin: 0;
    padding: .4em 1.2em .3em;
    background-color: #373841;
    border-radius: 1.2em;
    color: #fff;
    font-size: .75rem;
    line-height: 1.5;
    text-align: center
}

#override .product_grid_wrap .item_wrap h3.product_name {
    position: relative;
    margin-top: .8em;
    font-size: 1.125rem;
    font-weight: bold;
    text-align: center
}

#override .product_grid_wrap .item_wrap h3.product_name a {
    display: block;
    color: #222;
    line-height: 1.5;
    transition: .4s ease
}

#override .product_grid_wrap .item_wrap h3.product_name a:hover {
    color: #08346D;
    transition: .4s ease
}

#override .product_grid_wrap .item_wrap .product_label {
    position: absolute;
    display: block;
    top: -25px;
    left: -10px;
    margin-top: 0;
    text-align: center
}

#override .product_grid_wrap .item_wrap .product_label span {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: .4em .8em .3em;
    border-radius: 3px;
    color: #fff;
    font-size: .875rem;
    line-height: 1.5;
    text-align: center
}

#override .product_grid_wrap .item_wrap .product_label span.new {
    background-color: #164889;
    border-radius: 0
}

#override .product_grid_wrap .item_wrap .product_label span.new::before {
    position: absolute;
    top: 100%;
    left: 0;
    border-bottom: solid 10px rgba(0, 0, 0, 0);
    border-right: solid 20px #08346D;
    content: ""
}

#override .product_grid_wrap .item_wrap .category_tag {
    position: relative;
    display: none;
    margin-top: 1em;
    text-align: center
}

#override .product_grid_wrap .item_wrap .category_tag span {
    display: inline-block;
    margin: 0;
    padding: .4em 0 .3em;
    width: 6em;
    background-color: #373841;
    border-radius: 6px;
    color: #fff;
    font-size: .875rem;
    line-height: 1.5;
    text-align: center
}

#override .product_grid_wrap .item_wrap .category_tag span+span {
    margin-left: 5px
}

#override .product_grid_wrap .item_wrap .status {
    position: relative;
    display: block;
    margin-top: 1em;
    font-size: 80%;
    color: #c00;
    text-align: center
}

#override .product_grid_wrap .item_wrap .status a {
    position: relative;
    display: block;
    transition: .4s ease
}

#override .product_grid_wrap .item_wrap .status a::before {
    position: relative;
    display: inline-block;
    margin-right: .4em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: ""
}

#override .product_grid_wrap .item_wrap .status a:hover {
    transition: .4s ease
}

#override .product_grid_wrap .item_wrap .status.detail a {
    color: #0f2f4d
}

#override .product_grid_wrap .item_wrap .status.detail a:hover {
    color: #08346D
}

#override .product_grid_wrap .item_wrap .status.preorder a {
    color: #024787;
    font-weight: bold
}

#override .product_grid_wrap .item_wrap .status.preorder a:hover {
    color: #08346D
}

#override .product_grid_3col_wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    gap: 30px
}

#override .product_grid_3col_wrap .item_wrap {
    position: relative;
    margin: 0;
    padding: 0;
    width: calc((100% - 90px)/3)
}

@media screen and (max-width: 767px) {
    #override .product_grid_3col_wrap .item_wrap {
        width: calc((100% - 60px)/2)
    }
}

@media screen and (max-width: 575px) {
    #override .product_grid_3col_wrap .item_wrap {
        margin: 0 auto;
        width: 100%;
        max-width: 320px
    }
}

#override .product_grid_3col_wrap .item_wrap .thumb {
    position: relative;
    margin: 0;
    padding: 0
}

#override .product_grid_3col_wrap .item_wrap .thumb a {
    position: relative;
    display: block;
    padding: 10px;
    outline: none;
    overflow: hidden
}

#override .product_grid_3col_wrap .item_wrap .thumb a img {
    display: inline-block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    will-change: transform;
    transition: .4s ease
}

#override .product_grid_3col_wrap .item_wrap .thumb a::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    --x-gradient: linear-gradient(90deg, #164889 0 20px, transparent 0 calc(100% - 20px), #164889 calc(100% - 20px));
    --y-gradient: linear-gradient(#164889 0 20px, transparent 0 calc(100% - 20px), #164889 calc(100% - 20px));
    background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
    background-repeat: no-repeat;
    background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
    background-position: top, right, bottom, left;
    transition: .4s ease
}

#override .product_grid_3col_wrap .item_wrap .thumb a:hover img {
    transform: scale(1.02);
    transition: .4s ease
}

#override .product_grid_3col_wrap .item_wrap .thumb a:hover::before {
    opacity: .5;
    transition: .4s ease
}

#override .product_grid_3col_wrap .item_wrap .product_category {
    position: relative;
    display: block;
    margin-top: 1.5em;
    text-align: center
}

#override .product_grid_3col_wrap .item_wrap .product_category span {
    display: inline-block;
    margin: 0;
    padding: .4em 1.2em .3em;
    background-color: #373841;
    border-radius: 1.2em;
    color: #fff;
    font-size: .75rem;
    line-height: 1.5;
    text-align: center
}

#override .product_grid_3col_wrap .item_wrap h3.product_name {
    position: relative;
    margin-top: .8em;
    font-size: 1.125rem;
    font-weight: bold;
    text-align: center
}

#override .product_grid_3col_wrap .item_wrap .product_label {
    position: absolute;
    display: block;
    top: -25px;
    left: -10px;
    margin-top: 0;
    text-align: center
}

#override .product_grid_3col_wrap .item_wrap .product_label span {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: .4em .8em .3em;
    border-radius: 3px;
    color: #fff;
    font-size: .875rem;
    line-height: 1.5;
    text-align: center
}

#override .product_grid_3col_wrap .item_wrap .product_label span.new {
    background-color: #164889;
    border-radius: 0
}

#override .product_grid_3col_wrap .item_wrap .product_label span.new::before {
    position: absolute;
    top: 100%;
    left: 0;
    border-bottom: solid 10px rgba(0, 0, 0, 0);
    border-right: solid 20px #08346D;
    content: ""
}

#override .product_grid_3col_wrap .item_wrap .category_tag {
    position: relative;
    display: none;
    margin-top: 1em;
    text-align: center
}

#override .product_grid_3col_wrap .item_wrap .category_tag span {
    display: inline-block;
    margin: 0;
    padding: .4em 0 .3em;
    width: 6em;
    background-color: #373841;
    border-radius: 6px;
    color: #fff;
    font-size: .875rem;
    line-height: 1.5;
    text-align: center
}

#override .product_grid_3col_wrap .item_wrap .category_tag span+span {
    margin-left: 5px
}

#override .product_grid_3col_wrap .item_wrap .status {
    position: relative;
    display: block;
    margin-top: 1em;
    font-size: 80%;
    color: #c00;
    text-align: center
}

#override .product_grid_3col_wrap .item_wrap .status a {
    position: relative;
    display: block;
    transition: .4s ease
}

#override .product_grid_3col_wrap .item_wrap .status a::before {
    position: relative;
    display: inline-block;
    margin-right: .4em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: ""
}

#override .product_grid_3col_wrap .item_wrap .status a:hover {
    transition: .4s ease
}

#override .product_grid_3col_wrap .item_wrap .status.detail a {
    color: #0f2f4d
}

#override .product_grid_3col_wrap .item_wrap .status.detail a:hover {
    color: #08346D
}

#override .product_grid_3col_wrap .item_wrap .status.preorder a {
    color: #024787;
    font-weight: bold
}

#override .product_grid_3col_wrap .item_wrap .status.preorder a:hover {
    color: #08346D
}

#override .product_grid_3col_wrap::before {
    content: "";
    display: block;
    width: calc((100% - 90px)/3);
    height: 0;
    order: 1
}

#override .product_grid_3col_wrap::after {
    content: "";
    display: block;
    width: calc((100% - 90px)/3);
    height: 0
}

@media screen and (max-width: 767px) {
    #override .product_grid_3col_wrap::before {
        display: none
    }

    #override .product_grid_3col_wrap::after {
        content: "";
        display: block;
        width: calc((100% - 60px)/2);
        height: 0
    }
}

@media screen and (max-width: 575px) {
    #override .product_grid_3col_wrap::after {
        display: none
    }
}

#override .resin_grid_wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 30px
}

#override .resin_grid_wrap .item_wrap {
    position: relative;
    margin: 0;
    padding: 0;
    width: calc((100% - 90px)/4)
}

@media screen and (max-width: 991px) {
    #override .resin_grid_wrap .item_wrap {
        width: calc((100% - 60px)/3)
    }
}

@media screen and (max-width: 767px) {
    #override .resin_grid_wrap .item_wrap {
        width: calc((100% - 30px)/2)
    }
}

@media screen and (max-width: 575px) {
    #override .resin_grid_wrap .item_wrap {
        margin: 0 auto;
        width: 100%;
        max-width: 320px
    }
}

#override .resin_grid_wrap .item_wrap .thumb {
    position: relative;
    margin: 0;
    padding: 0
}

#override .resin_grid_wrap .item_wrap .thumb a {
    position: relative;
    display: block;
    outline: none;
    overflow: hidden
}

#override .resin_grid_wrap .item_wrap .thumb a img {
    display: inline-block;
    width: 100%;
    height: auto;
    aspect-ratio: 7/8;
    will-change: transform;
    transition: .4s ease
}

#override .resin_grid_wrap .item_wrap .thumb a::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    --x-gradient: linear-gradient(90deg, #164889 0 20px, transparent 0 calc(100% - 20px), #164889 calc(100% - 20px));
    --y-gradient: linear-gradient(#164889 0 20px, transparent 0 calc(100% - 20px), #164889 calc(100% - 20px));
    background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
    background-repeat: no-repeat;
    background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
    background-position: top, right, bottom, left;
    transition: .4s ease
}

#override .resin_grid_wrap .item_wrap .thumb a:hover img {
    transform: scale(1.02);
    transition: .4s ease
}

#override .resin_grid_wrap .item_wrap .thumb a:hover::before {
    opacity: .5;
    transition: .4s ease
}

#override .resin_grid_wrap .item_wrap .category_icon {
    position: relative;
    display: block;
    margin-top: 10px;
    text-align: center
}

#override .resin_grid_wrap .item_wrap .category_icon span {
    display: inline-block;
    width: 40px
}

#override .resin_grid_wrap .item_wrap .category_icon span+span {
    margin-left: 5px
}

#override .resin_grid_wrap .item_wrap h3.resin_name {
    position: relative;
    margin-top: 1.5em;
    font-size: 1rem;
    font-weight: bold;
    text-align: center
}

#override .resin_grid_wrap .item_wrap .resin_color {
    position: relative;
    margin-top: 1em;
    font-size: .875rem;
    text-align: center
}

#override .resin_grid_wrap::before {
    content: "";
    display: block;
    width: calc((100% - 90px)/4);
    height: 0;
    order: 1
}

#override .resin_grid_wrap::after {
    content: "";
    display: block;
    width: calc((100% - 90px)/4);
    height: 0
}

@media screen and (max-width: 991px) {
    #override .resin_grid_wrap::before {
        display: none
    }

    #override .resin_grid_wrap::after {
        content: "";
        display: block;
        width: calc((100% - 60px)/3);
        height: 0
    }
}

#override .resin_grid_3col_wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 30px
}

#override .resin_grid_3col_wrap .item_wrap {
    position: relative;
    margin: 0;
    padding: 0;
    width: calc((100% - 60px)/3)
}

@media screen and (max-width: 767px) {
    #override .resin_grid_3col_wrap .item_wrap {
        width: calc((100% - 30px)/2)
    }
}

@media screen and (max-width: 575px) {
    #override .resin_grid_3col_wrap .item_wrap {
        margin: 0 auto;
        width: 100%;
        max-width: 320px
    }
}

#override .resin_grid_3col_wrap .item_wrap .thumb {
    position: relative;
    margin: 0;
    padding: 0
}

#override .resin_grid_3col_wrap .item_wrap .thumb a {
    position: relative;
    display: block;
    outline: none;
    overflow: hidden
}

#override .resin_grid_3col_wrap .item_wrap .thumb a img {
    display: inline-block;
    width: 100%;
    height: auto;
    aspect-ratio: 7/8;
    will-change: transform;
    transition: .4s ease
}

#override .resin_grid_3col_wrap .item_wrap .thumb a::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    --x-gradient: linear-gradient(90deg, #164889 0 20px, transparent 0 calc(100% - 20px), #164889 calc(100% - 20px));
    --y-gradient: linear-gradient(#164889 0 20px, transparent 0 calc(100% - 20px), #164889 calc(100% - 20px));
    background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
    background-repeat: no-repeat;
    background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
    background-position: top, right, bottom, left;
    transition: .4s ease
}

#override .resin_grid_3col_wrap .item_wrap .thumb a:hover img {
    transform: scale(1.02);
    transition: .4s ease
}

#override .resin_grid_3col_wrap .item_wrap .thumb a:hover::before {
    opacity: .5;
    transition: .4s ease
}

#override .resin_grid_3col_wrap .item_wrap .category_icon {
    position: relative;
    display: block;
    margin-top: 10px;
    text-align: center
}

#override .resin_grid_3col_wrap .item_wrap .category_icon span {
    display: inline-block;
    width: 40px
}

#override .resin_grid_3col_wrap .item_wrap .category_icon span+span {
    margin-left: 5px
}

#override .resin_grid_3col_wrap .item_wrap h3.resin_name {
    position: relative;
    margin-top: 1.5em;
    font-size: 1rem;
    font-weight: bold;
    text-align: center
}

#override .resin_grid_3col_wrap .item_wrap .resin_color {
    position: relative;
    margin-top: 1em;
    font-size: .875rem;
    text-align: center
}

#override .resin_grid_3col_wrap::before {
    content: "";
    display: block;
    width: calc((100% - 90px)/3);
    height: 0;
    order: 1
}

#override .resin_grid_3col_wrap::after {
    content: "";
    display: block;
    width: calc((100% - 90px)/3);
    height: 0
}

@media screen and (max-width: 767px) {
    #override .resin_grid_3col_wrap::before {
        display: none
    }

    #override .resin_grid_3col_wrap::after {
        content: "";
        display: block;
        width: calc((100% - 60px)/2);
        height: 0
    }
}

@media screen and (max-width: 575px) {
    #override .resin_grid_3col_wrap::after {
        display: none
    }
}

#override .resin_grid_relation_wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    gap: 30px
}

#override .resin_grid_relation_wrap .item_wrap {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: calc((100% - 90px)/4)
}

@media screen and (max-width: 991px) {
    #override .resin_grid_relation_wrap .item_wrap {
        width: calc((100% - 30px)/2)
    }
}

@media screen and (max-width: 575px) {
    #override .resin_grid_relation_wrap .item_wrap {
        width: 100%;
        max-width: 320px
    }
}

#override .resin_grid_relation_wrap .item_wrap .thumb {
    position: relative;
    margin: 0;
    padding: 0
}

#override .resin_grid_relation_wrap .item_wrap .thumb a {
    position: relative;
    display: block;
    outline: none;
    overflow: hidden
}

#override .resin_grid_relation_wrap .item_wrap .thumb a img {
    display: inline-block;
    width: 100%;
    height: auto;
    aspect-ratio: 7/8;
    will-change: transform;
    transition: .4s ease
}

#override .resin_grid_relation_wrap .item_wrap .thumb a::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    --x-gradient: linear-gradient(90deg, #164889 0 20px, transparent 0 calc(100% - 20px), #164889 calc(100% - 20px));
    --y-gradient: linear-gradient(#164889 0 20px, transparent 0 calc(100% - 20px), #164889 calc(100% - 20px));
    background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
    background-repeat: no-repeat;
    background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
    background-position: top, right, bottom, left;
    transition: .4s ease
}

#override .resin_grid_relation_wrap .item_wrap .thumb a:hover img {
    transform: scale(1.02);
    transition: .4s ease
}

#override .resin_grid_relation_wrap .item_wrap .thumb a:hover::before {
    opacity: .5;
    transition: .4s ease
}

#override .resin_grid_relation_wrap .item_wrap .category_icon {
    position: relative;
    display: block;
    margin-top: 10px;
    text-align: center
}

#override .resin_grid_relation_wrap .item_wrap .category_icon span {
    display: inline-block;
    width: 40px
}

#override .resin_grid_relation_wrap .item_wrap .category_icon span+span {
    margin-left: 5px
}

#override .resin_grid_relation_wrap .item_wrap h3.resin_name {
    position: relative;
    margin-top: 1.5em;
    font-size: 1rem;
    font-weight: bold;
    text-align: center
}

#override .resin_grid_relation_wrap .item_wrap .resin_color {
    position: relative;
    margin-top: 1em;
    font-size: .875rem;
    text-align: center
}

#override .usercase_grid_wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 30px
}

#override .usercase_grid_wrap .item_wrap {
    position: relative;
    margin: 0;
    padding: 0;
    width: calc((100% - 90px)/4)
}

@media screen and (max-width: 991px) {
    #override .usercase_grid_wrap .item_wrap {
        width: calc((100% - 60px)/3)
    }
}

@media screen and (max-width: 767px) {
    #override .usercase_grid_wrap .item_wrap {
        width: calc((100% - 30px)/2)
    }
}

@media screen and (max-width: 575px) {
    #override .usercase_grid_wrap .item_wrap {
        margin: 0 auto;
        width: 100%
    }
}

#override .usercase_grid_wrap .item_wrap a {
    position: relative;
    display: block;
    margin: 0;
    padding: 15px 15px 45px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #e4e4e4;
    transition: .4s ease
}

#override .usercase_grid_wrap .item_wrap a:hover {
    text-decoration: none;
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, .2);
    transition: .4s ease
}

#override .usercase_grid_wrap .item_wrap a:hover .thumb img {
    transform: scale(1.04);
    transition: .4s ease
}

#override .usercase_grid_wrap .item_wrap a:hover .more {
    color: #08346D;
    transition: .4s ease
}

#override .usercase_grid_wrap .item_wrap .thumb {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden
}

#override .usercase_grid_wrap .item_wrap .thumb img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 640px;
    aspect-ratio: 16/9;
    will-change: transform;
    transition: .4s ease
}

#override .usercase_grid_wrap .item_wrap .client {
    position: relative;
    margin: 1.5em 0 0;
    padding: 0;
    color: #373841;
    font-size: clamp(12px, 1.08vw, 14px);
    line-height: 1.6;
    text-align: left
}

#override .usercase_grid_wrap .item_wrap h3.case_title {
    position: relative;
    margin-top: 1em;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: left
}

#override .usercase_grid_wrap .item_wrap h3.case_title+p {
    position: relative;
    margin-top: 1em;
    padding: 0;
    color: #666;
    font-size: .875rem;
    text-align: left;
    line-height: 1.6
}

@media screen and (max-width: 575px) {
    #override .usercase_grid_wrap .item_wrap h3.case_title+p {
        font-size: clamp(13px, 3.73vw, 14px)
    }
}

#override .usercase_grid_wrap .item_wrap .tag {
    position: relative;
    display: block;
    margin-top: .8em;
    text-align: left
}

#override .usercase_grid_wrap .item_wrap .tag span {
    display: inline-block;
    margin: 0;
    padding: .4em .8em;
    background-color: #77a0b9;
    border-radius: 4px;
    color: #fff;
    font-size: .75rem;
    line-height: 1;
    text-align: center
}

#override .usercase_grid_wrap .item_wrap .tag span+span {
    margin-left: 5px
}

#override .usercase_grid_wrap .item_wrap .more {
    position: absolute;
    display: block;
    bottom: 15px;
    right: 15px;
    color: #164889;
    font-size: .875rem;
    line-height: 1.6;
    text-align: right
}

@media screen and (max-width: 575px) {
    #override .usercase_grid_wrap .item_wrap .more {
        font-size: clamp(12px, 4vw, 14px)
    }
}

#override .usercase_grid_wrap .item_wrap .more::before {
    display: inline-block;
    margin: 0 .3em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: ""
}

#override .usercase_grid_wrap::before {
    content: "";
    display: block;
    width: calc((100% - 90px)/4);
    height: 0;
    order: 1
}

#override .usercase_grid_wrap::after {
    content: "";
    display: block;
    width: calc((100% - 90px)/4);
    height: 0
}

@media screen and (max-width: 991px) {
    #override .usercase_grid_wrap::before {
        display: none
    }

    #override .usercase_grid_wrap::after {
        content: "";
        display: block;
        width: calc((100% - 60px)/3);
        height: 0
    }
}

#override .usercase_grid_wrap+.usercase_wrap {
    margin-top: 3em
}

#override .tips_grid_wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 30px
}

#override .tips_grid_wrap .item_wrap {
    position: relative;
    margin: 0;
    padding: 0;
    width: calc((100% - 90px)/4)
}

@media screen and (max-width: 991px) {
    #override .tips_grid_wrap .item_wrap {
        width: calc((100% - 60px)/3)
    }
}

@media screen and (max-width: 767px) {
    #override .tips_grid_wrap .item_wrap {
        width: calc((100% - 30px)/2)
    }
}

@media screen and (max-width: 575px) {
    #override .tips_grid_wrap .item_wrap {
        margin: 0 auto;
        width: 100%
    }
}

#override .tips_grid_wrap .item_wrap a {
    position: relative;
    display: block;
    margin: 0;
    padding: 15px 15px 45px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #e4e4e4;
    transition: .4s ease
}

#override .tips_grid_wrap .item_wrap a:hover {
    text-decoration: none;
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, .2);
    transition: .4s ease
}

#override .tips_grid_wrap .item_wrap a:hover .thumb img {
    transform: scale(1.04);
    transition: .4s ease
}

#override .tips_grid_wrap .item_wrap a:hover .more {
    color: #08346D;
    transition: .4s ease
}

#override .tips_grid_wrap .item_wrap .thumb {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden
}

#override .tips_grid_wrap .item_wrap .thumb img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 640px;
    aspect-ratio: 16/9;
    will-change: transform;
    transition: .4s ease
}

#override .tips_grid_wrap .item_wrap h3.tips_title {
    position: relative;
    margin-top: 1em;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: left
}

#override .tips_grid_wrap .item_wrap h3.tips_title+p {
    position: relative;
    margin-top: 1em;
    padding: 0;
    color: #666;
    font-size: .875rem;
    text-align: left;
    line-height: 1.6
}

@media screen and (max-width: 575px) {
    #override .tips_grid_wrap .item_wrap h3.tips_title+p {
        font-size: clamp(13px, 3.73vw, 14px)
    }
}

#override .tips_grid_wrap .item_wrap .more {
    position: absolute;
    display: block;
    bottom: 15px;
    right: 15px;
    color: #164889;
    font-size: .875rem;
    line-height: 1.6;
    text-align: right
}

@media screen and (max-width: 575px) {
    #override .tips_grid_wrap .item_wrap .more {
        font-size: clamp(12px, 4vw, 14px)
    }
}

#override .tips_grid_wrap .item_wrap .more::before {
    display: inline-block;
    margin: 0 .3em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: ""
}

#override .tips_grid_wrap::before {
    content: "";
    display: block;
    width: calc((100% - 90px)/4);
    height: 0;
    order: 1
}

#override .tips_grid_wrap::after {
    content: "";
    display: block;
    width: calc((100% - 90px)/4);
    height: 0
}

@media screen and (max-width: 991px) {
    #override .tips_grid_wrap::before {
        display: none
    }

    #override .tips_grid_wrap::after {
        content: "";
        display: block;
        width: calc((100% - 60px)/3);
        height: 0
    }
}

#override .tips_grid_wrap+.tips_wrap {
    margin-top: 3em
}

#override .top_post_list_wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 20px 0;
    border-top: 2px solid #373841;
    border-bottom: 2px solid #373841
}

#override .top_post_list_wrap #topics_posts_top {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 10px 15px
}

#override .top_post_list_wrap #topics_posts_top .post_item {
    display: flex;
    flex-wrap: wrap;
    flex-flow: row;
    justify-content: space-between;
    margin: 0 auto;
    gap: 20px
}

@media screen and (max-width: 575px) {
    #override .top_post_list_wrap #topics_posts_top .post_item {
        flex-flow: column;
        gap: 10px
    }
}

#override .top_post_list_wrap #topics_posts_top .post_item+.post_item {
    margin-top: 1.5em;
    padding-top: 1.5em;
    border-top: 1px solid #e4e4e4
}

#override .top_post_list_wrap #topics_posts_top .post_item .post_date {
    position: relative;
    display: block;
    margin: 0;
    width: 180px
}

@media screen and (max-width: 575px) {
    #override .top_post_list_wrap #topics_posts_top .post_item .post_date {
        width: 100%
    }
}

#override .top_post_list_wrap #topics_posts_top .post_item .post_date span {
    display: inline-block;
    margin: 0;
    vertical-align: middle
}

#override .top_post_list_wrap #topics_posts_top .post_item .post_date span.label {
    position: relative;
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 2px 4px 1px;
    width: 5em;
    border-radius: 2px;
    color: #fff;
    font-size: .75rem;
    text-align: center
}

#override .top_post_list_wrap #topics_posts_top .post_item .post_date span.label.label_notice {
    background-color: #4d5059
}

#override .top_post_list_wrap #topics_posts_top .post_item .post_date span.label.label_news {
    background-color: #2b94da
}

#override .top_post_list_wrap #topics_posts_top .post_item .post_date span.label.label_seminar {
    background-color: #0e8d2a
}

#override .top_post_list_wrap #topics_posts_top .post_item .post_date span.label.label_event {
    background-color: #f86800
}

#override .top_post_list_wrap #topics_posts_top .post_item .post_title {
    position: relative;
    display: block;
    margin: 0;
    width: calc(100% - 200px)
}

@media screen and (max-width: 575px) {
    #override .top_post_list_wrap #topics_posts_top .post_item .post_title {
        width: 100%
    }
}

#override .top_post_list_wrap #topics_posts_top .post_item .post_title h3 {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.5
}

@media screen and (max-width: 575px) {
    #override .top_post_list_wrap #topics_posts_top .post_item .post_title h3 {
        font-size: .875rem
    }
}

#override .top_post_list_wrap #topics_posts_top .post_item .post_title h3 a {
    display: block;
    margin: 0;
    padding: 0;
    color: #222;
    transition: .4s ease
}

#override .top_post_list_wrap #topics_posts_top .post_item .post_title h3 a:hover {
    color: #08346D
}

#override .top_post_list_wrap #topics_posts_top .post_item .post_title h3 span {
    display: inline-block;
    font-weight: normal;
    color: inherit;
    font-size: .8em
}

#override .page_post_list_wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0
}

#override .page_post_list_wrap #topics_posts {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 10px 15px
}

#override .page_post_list_wrap #topics_posts .post_item {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

#override .page_post_list_wrap #topics_posts .post_item+.post_item {
    margin-top: 1.5em;
    padding-top: 1.5em;
    border-top: 1px solid #e4e4e4
}

#override .page_post_list_wrap #topics_posts .post_item .post_title {
    position: relative;
    display: block;
    margin: 0
}

#override .page_post_list_wrap #topics_posts .post_item .post_title h2 {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.5
}

@media screen and (max-width: 575px) {
    #override .page_post_list_wrap #topics_posts .post_item .post_title h2 {
        font-size: .875rem
    }
}

#override .page_post_list_wrap #topics_posts .post_item .post_title h2 a {
    display: block;
    margin: 0;
    padding: 0;
    color: #222;
    transition: .4s ease
}

#override .page_post_list_wrap #topics_posts .post_item .post_title h2 a:hover {
    color: #08346D;
    transition: .4s ease
}

#override .page_post_list_wrap #topics_posts .post_item .post_title h2 span {
    display: inline-block;
    font-weight: normal;
    color: inherit;
    font-size: .8em
}

#override .page_post_list_wrap #topics_posts .post_item .post_date {
    position: relative;
    display: block;
    margin: 1em 0 0;
    width: 100%
}

#override .page_post_list_wrap #topics_posts .post_item .post_date span {
    display: inline-block;
    margin: 0;
    vertical-align: middle
}

#override .page_post_list_wrap #topics_posts .post_item .post_date span.label {
    position: relative;
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 2px 4px 1px;
    width: 5em;
    border-radius: 2px;
    color: #fff;
    font-size: .75rem;
    text-align: center
}

#override .page_post_list_wrap #topics_posts .post_item .post_date span.label.label_notice {
    background-color: #4d5059
}

#override .page_post_list_wrap #topics_posts .post_item .post_date span.label.label_news {
    background-color: #2b94da
}

#override .page_post_list_wrap #topics_posts .post_item .post_date span.label.label_seminar {
    background-color: #0e8d2a
}

#override .page_post_list_wrap #topics_posts .post_item .post_date span.label.label_event {
    background-color: #f86800
}

#override .page_post_list_wrap #topics_posts .post_item .post_description {
    position: relative;
    display: block;
    margin: 1em 0 0;
    width: 100%
}

#override .page_post_list_wrap #topics_posts .post_item .post_description p {
    margin: 0;
    padding: 0;
    color: #666;
    font-size: .875rem
}

#override .page_post_list_wrap #topics_posts .post_item .post_more {
    position: relative;
    display: block;
    margin: 1em 0 0;
    width: 100%;
    text-align: right
}

#override .page_post_list_wrap #topics_posts .post_item .post_more a.btn_more {
    position: relative;
    display: inline-block;
    margin: 0 0 0 auto;
    padding: 4px 4px 3px;
    width: 8em;
    background-color: #0f2f4d;
    border-radius: 4px;
    color: #fff;
    font-size: .75rem;
    text-align: center;
    transition: .4s ease
}

#override .page_post_list_wrap #topics_posts .post_item .post_more a.btn_more::before {
    display: inline-block;
    margin-right: .5em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: ""
}

#override .page_post_list_wrap #topics_posts .post_item .post_more a.btn_more:hover {
    background-color: #08346D;
    transition: .4s ease
}

#override .link_block_wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 40px;
    gap: 60px;
    width: 100%;
    border: 1px solid #e4e4e4;
    border-radius: 4px
}

#override .link_block_wrap+.link_block_wrap {
    margin-top: 40px
}

@media screen and (max-width: 991px) {
    #override .link_block_wrap {
        flex-direction: column;
        gap: 30px
    }
}

@media screen and (max-width: 575px) {
    #override .link_block_wrap {
        gap: 20px;
        padding: 20px
    }
}

#override .link_block_wrap .link_block_text {
    position: relative;
    display: block;
    margin: 0 auto;
    width: calc(70% - 60px)
}

@media screen and (max-width: 991px) {
    #override .link_block_wrap .link_block_text {
        width: 100%
    }
}

#override .link_block_wrap .link_block_text h2,
#override .link_block_wrap .link_block_text h3 {
    position: relative;
    display: block;
    margin: 0;
    padding: .1em 0 0 .8em;
    border-left: 6px solid #164889;
    font-size: 1.75rem;
    line-height: 1.5
}

@media screen and (max-width: 991px) {

    #override .link_block_wrap .link_block_text h2,
    #override .link_block_wrap .link_block_text h3 {
        font-size: 1.625rem
    }
}

@media screen and (max-width: 767px) {

    #override .link_block_wrap .link_block_text h2,
    #override .link_block_wrap .link_block_text h3 {
        font-size: 1.5rem
    }
}

@media screen and (max-width: 575px) {

    #override .link_block_wrap .link_block_text h2,
    #override .link_block_wrap .link_block_text h3 {
        font-size: clamp(18px, 3.83vw, 22px)
    }
}

#override .link_block_wrap .link_block_text h2 span,
#override .link_block_wrap .link_block_text h3 span {
    display: inline-block
}

#override .link_block_wrap .link_block_text h2+p,
#override .link_block_wrap .link_block_text h3+p {
    position: relative;
    display: block;
    margin: 1em 0 0;
    padding: 1em 0 0;
    border-top: 1px dotted #e0e0e0;
    font-size: 1rem;
    line-height: 1.6
}

@media screen and (max-width: 575px) {

    #override .link_block_wrap .link_block_text h2+p,
    #override .link_block_wrap .link_block_text h3+p {
        font-size: clamp(13px, 4vw, 16px)
    }
}

#override .link_block_wrap .link_block_text h2+p span,
#override .link_block_wrap .link_block_text h3+p span {
    display: inline-block
}

#override .link_block_wrap .link_block_btn {
    position: relative;
    margin: 0 auto;
    width: 30%
}

@media screen and (max-width: 991px) {
    #override .link_block_wrap .link_block_btn {
        width: 100%;
        max-width: 500px
    }
}

#override .link_block_wrap .link_block_btn a.link-btn {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0 1.5em;
    width: 100%;
    font-size: 1.125rem;
    height: 80px;
    line-height: 80px;
    border-radius: 6px;
    text-align: center;
    transition: .4s ease
}

@media screen and (max-width: 575px) {
    #override .link_block_wrap .link_block_btn a.link-btn {
        font-size: clamp(14px, 4.53vw, 18px);
        height: 70px;
        line-height: 70px
    }
}

#override .link_block_wrap .link_block_btn a.link-btn.btn-primary {
    background-color: #024787;
    color: #fff
}

#override .link_block_wrap .link_block_btn a.link-btn.btn-primary:hover {
    background-color: #0a3c6b;
    transition: .4s ease
}

#override .link_block_wrap .link_block_btn a.link-btn.btn-secondary {
    background-color: #164889;
    color: #fff
}

#override .link_block_wrap .link_block_btn a.link-btn.btn-secondary:hover {
    background-color: #08346D;
    transition: .4s ease
}

#override .link_block_wrap .link_block_btn a.link-btn.btn-light {
    background-color: #3793af;
    color: #fff
}

#override .link_block_wrap .link_block_btn a.link-btn.btn-light:hover {
    background-color: #2d7c94;
    transition: .4s ease
}

#override .link_block_wrap .link_block_btn a.link-btn.btn-dark {
    background-color: #0f2f4d;
    color: #fff
}

#override .link_block_wrap .link_block_btn a.link-btn.btn-dark:hover {
    background-color: #0c243a;
    transition: .4s ease
}

#override .link_block_wrap .link_block_btn a.link-btn.btn-light-accent {
    background-color: #2b94da;
    color: #fff
}

#override .link_block_wrap .link_block_btn a.link-btn.btn-light-accent:hover {
    background-color: #0973b9;
    transition: .4s ease
}

#override .link_block_wrap .link_block_btn a.link-btn.btn-accent {
    background-color: #f86800;
    color: #fff
}

#override .link_block_wrap .link_block_btn a.link-btn.btn-accent:hover {
    background-color: #f83a00;
    transition: .4s ease
}

#override .link_block_wrap .link_block_btn a.link-btn span.btn_icon {
    position: relative;
    display: inline-block;
    margin-right: .5em;
    vertical-align: middle
}

#override .post_title_wrap {
    position: relative;
    display: block;
    margin: 0 -15px 40px;
    padding: 0 15px 15px;
    border-bottom: 2px solid #373841
}

#override .post_title_wrap h2.post_title {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    color: #222;
    font-weight: bold;
    font-size: 1.875rem;
    line-height: 1.6
}

@media screen and (max-width: 991px) {
    #override .post_title_wrap h2.post_title {
        font-size: clamp(24px, 3.13vw, 28px)
    }
}

@media screen and (max-width: 767px) {
    #override .post_title_wrap h2.post_title {
        font-size: clamp(22px, 3.83vw, 24px)
    }
}

@media screen and (max-width: 575px) {
    #override .post_title_wrap h2.post_title {
        font-size: clamp(17px, 4.8vw, 22px)
    }
}

#override .post_title_wrap h2.post_title span {
    display: inline-block;
    font-weight: normal;
    color: inherit;
    font-size: .8em
}

#override .post_title_wrap .post_date {
    position: relative;
    display: block;
    margin: 1em 0 0;
    padding: 0;
    line-height: 1.5
}

#override .post_title_wrap .post_date .published {
    position: relative;
    display: inline-block;
    margin: 0;
    font-size: .75rem;
    vertical-align: middle
}

#override .post_title_wrap .post_date .updated {
    position: relative;
    display: inline-block;
    margin: 0 0 0 10px;
    font-size: .75rem;
    vertical-align: middle
}

#override .post_title_wrap .post_date .label {
    position: relative;
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 2px 4px 1px;
    width: 5em;
    border-radius: 2px;
    color: #fff;
    font-size: .75rem;
    text-align: center;
    vertical-align: middle
}

#override .post_title_wrap .post_date .label.label_notice {
    background-color: #4d5059
}

#override .post_title_wrap .post_date .label.label_news {
    background-color: #2b94da
}

#override .post_title_wrap .post_date .label.label_seminar {
    background-color: #0e8d2a
}

#override .post_title_wrap .post_date .label.label_event {
    background-color: #f86800
}

#override .post_content_wrap {
    position: relative;
    display: block;
    margin: 0 auto 2em;
    padding: 0 30px 0 0;
    line-height: 1.8
}

@media screen and (max-width: 991px) {
    #override .post_content_wrap {
        padding: 0
    }
}

#override .post_content_wrap .sub-header {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 0 1.5em;
    font-size: 1.125rem;
    font-weight: bold
}

@media screen and (max-width: 575px) {
    #override .post_content_wrap .sub-header {
        font-size: clamp(16px, 4.53vw, 18px)
    }
}

#override .post_content_wrap p {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 1rem
}

@media screen and (max-width: 575px) {
    #override .post_content_wrap p {
        font-size: clamp(14px, 4vw, 16px)
    }
}

#override .post_content_wrap h4 {
    position: relative;
    display: block;
    margin-top: 1.5em;
    font-size: 1.125rem;
    font-weight: bold
}

@media screen and (max-width: 575px) {
    #override .post_content_wrap h4 {
        font-size: clamp(16px, 4.53vw, 18px)
    }
}

#override .post_content_wrap h5 {
    position: relative;
    display: block;
    margin-top: 1.5em;
    font-size: 1rem;
    font-weight: bold
}

@media screen and (max-width: 575px) {
    #override .post_content_wrap h5 {
        font-size: clamp(14px, 4vw, 16px)
    }
}

#override .post_content_wrap h5.tb_title::before {
    display: inline-block;
    margin-right: .5em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: ""
}

#override .post_content_wrap ul,
#override .post_content_wrap ol {
    position: relative;
    display: block;
    margin: 0;
    padding: 0
}

#override .post_content_wrap ul li,
#override .post_content_wrap ol li {
    margin: .35em 0 0 1.5em;
    padding: 0;
    font-size: 1rem
}

@media screen and (max-width: 575px) {

    #override .post_content_wrap ul li,
    #override .post_content_wrap ol li {
        font-size: clamp(14px, 4vw, 16px)
    }
}

#override .post_content_wrap ul li:first-child,
#override .post_content_wrap ol li:first-child {
    margin-top: 0
}

#override .post_content_wrap ul.ls_none,
#override .post_content_wrap ol.ls_none {
    list-style: none
}

#override .post_content_wrap ul.ls_none li,
#override .post_content_wrap ol.ls_none li {
    margin-left: 0
}

#override .post_content_wrap dl {
    position: relative;
    display: block;
    margin: 0;
    padding: 0
}

#override .post_content_wrap dl dt {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: bold
}

@media screen and (max-width: 575px) {
    #override .post_content_wrap dl dt {
        font-size: clamp(14px, 4vw, 16px)
    }
}

#override .post_content_wrap dl dd {
    margin: .5em 0 0;
    padding: 0;
    font-size: 1rem
}

@media screen and (max-width: 575px) {
    #override .post_content_wrap dl dd {
        font-size: clamp(14px, 4vw, 16px)
    }
}

#override .post_content_wrap table {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: .875rem;
    line-height: 1.6
}

#override .post_content_wrap table .nowrap {
    white-space: nowrap !important
}

#override .post_content_wrap table.table_striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

#override .post_content_wrap table thead th {
    padding: 10px 15px;
    background-color: #373841;
    border: 1px solid #4d5059;
    color: #fff;
    font-weight: normal;
    vertical-align: middle;
    text-align: center
}

@media screen and (max-width: 575px) {
    #override .post_content_wrap table tbody tr:last-child td {
        border-bottom: none
    }
}

#override .post_content_wrap table tbody th {
    padding: 10px 15px;
    background-color: #373841;
    border: 1px solid #4d5059;
    color: #fff;
    font-weight: normal;
    vertical-align: middle;
    text-align: center
}

@media screen and (max-width: 575px) {
    #override .post_content_wrap table tbody th {
        display: block;
        width: 100%;
        text-align: left
    }
}

#override .post_content_wrap table tbody td {
    padding: 10px 15px;
    border: 1px solid #e2e2e2;
    vertical-align: middle;
    text-align: center
}

@media screen and (max-width: 575px) {
    #override .post_content_wrap table tbody td {
        display: block;
        width: 100%;
        border-top: none
    }
}

#override .post_content_wrap table tbody th p,
#override .post_content_wrap table tbody td p {
    margin: 0;
    padding: 0;
    text-align: left;
    word-break: break-all
}

#override .post_content_wrap table tbody th span,
#override .post_content_wrap table tbody td span {
    display: inline-block
}

#override .post_content_wrap table tbody td ul,
#override .post_content_wrap table tbody td ol {
    margin: 0;
    padding: 0;
    text-align: left
}

#override .post_content_wrap table tbody td ul li,
#override .post_content_wrap table tbody td ol li {
    margin: .35em 0 0 1.5em;
    padding: 0;
    line-height: 1.6
}

#override .post_content_wrap table tbody td ul li:first-child,
#override .post_content_wrap table tbody td ol li:first-child {
    margin-top: 0
}

#override .post_content_wrap table tbody td ul li small.block,
#override .post_content_wrap table tbody td ol li small.block {
    display: block;
    padding-left: 1em;
    text-indent: -1em
}

#override .post_content_wrap table tbody td ul.ls_none,
#override .post_content_wrap table tbody td ol.ls_none {
    list-style: none
}

#override .post_content_wrap table tbody td ul.ls_none li,
#override .post_content_wrap table tbody td ol.ls_none li {
    margin-left: 0
}

#override .post_content_wrap table tbody .w15 {
    width: 15% !important
}

#override .post_content_wrap table tbody .w18 {
    width: 18% !important
}

#override .post_content_wrap table tbody .w20 {
    width: 20% !important
}

#override .post_content_wrap table tbody .w22 {
    width: 22% !important
}

#override .post_content_wrap table tbody .w25 {
    width: 25% !important
}

#override .post_content_wrap table tbody .w30 {
    width: 30% !important
}

@media screen and (max-width: 575px) {

    #override .post_content_wrap table tbody .w15,
    #override .post_content_wrap table tbody .w18,
    #override .post_content_wrap table tbody .w20,
    #override .post_content_wrap table tbody .w22,
    #override .post_content_wrap table tbody .w25,
    #override .post_content_wrap table tbody .w30 {
        display: block;
        width: 100% !important
    }
}

#override .post_content_wrap .flexbox {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%
}

#override .post_content_wrap .flexbox.jsb {
    justify-content: space-between
}

#override .post_content_wrap .flexbox.jcn {
    justify-content: center
}

#override .post_content_wrap .flexbox.center {
    align-items: center
}

@media screen and (max-width: 575px) {
    #override .post_content_wrap .flexbox {
        flex-direction: column;
        gap: 30px
    }
}

#override .post_content_wrap .flexbox .flexbox_col {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 50%
}

@media screen and (max-width: 575px) {
    #override .post_content_wrap .flexbox .flexbox_col {
        width: 100%
    }
}

#override .post_content_wrap .flexbox.col_3 .flexbox_col {
    width: 33.3333333333%
}

@media screen and (max-width: 575px) {
    #override .post_content_wrap .flexbox.col_3 .flexbox_col {
        width: 100%
    }
}

#override .post_content_wrap img {
    display: inline-block;
    margin: 0;
    width: auto;
    height: auto;
    max-width: 100%
}

#override .post_content_wrap img.logo {
    margin: 3em 3em 0;
    width: 100%;
    max-width: 200px
}

#override .post_content_wrap p+p,
#override .post_content_wrap h4+p,
#override .post_content_wrap h5+p,
#override .post_content_wrap ul+p,
#override .post_content_wrap ol+p,
#override .post_content_wrap dl+p,
#override .post_content_wrap table+p,
#override .post_content_wrap div+p,
#override .post_content_wrap span+p,
#override .post_content_wrap small+p {
    margin-top: 1em
}

#override .post_content_wrap hr {
    margin: 2em 0
}

#override .post_content_wrap a {
    color: #2b94da;
    transition: .4s ease
}

#override .post_content_wrap a:hover {
    color: #08346D;
    text-decoration: underline;
    transition: .4s ease
}

#override .post_content_wrap .bnr a img {
    opacity: 1;
    transition: .4s ease
}

#override .post_content_wrap .bnr a img:hover {
    opacity: .85;
    transition: .4s ease
}

#override .post_content_wrap .product_link {
    position: relative;
    display: block;
    margin: 2em auto 0
}

#override .post_content_wrap .product_link ul {
    margin: 0;
    padding: 0;
    list-style: none
}

@media screen and (max-width: 575px) {
    #override .post_content_wrap .product_link ul {
        margin: 0 auto;
        text-align: center
    }
}

#override .post_content_wrap .product_link ul li {
    display: inline-block;
    margin: 0 10px 20px 0;
    font-size: .75rem;
    text-align: center;
    max-width: 150px
}

@media screen and (max-width: 575px) {
    #override .post_content_wrap .product_link ul li {
        display: block;
        margin: 0 auto 30px;
        max-width: 200px
    }
}

#override .post_content_wrap .product_link ul li:last-child {
    margin-right: 0
}

@media screen and (max-width: 575px) {
    #override .post_content_wrap .product_link ul li:last-child {
        margin: 0 auto
    }
}

#override .post_content_wrap .product_link ul li a {
    display: block;
    overflow: hidden;
    color: #373841;
    transition: .4s ease
}

#override .post_content_wrap .product_link ul li a img {
    display: block;
    margin: 0 0 .5em 0
}

#override .post_content_wrap .product_link ul li a:hover {
    color: #08346D;
    text-decoration: none
}

#override .post_content_wrap .product_link ul li a:hover img {
    transform: scale(1.02);
    transition: .4s ease
}

#override .post_content_wrap .set_wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0 auto;
    padding: 0 .8em
}

@media screen and (max-width: 575px) {
    #override .post_content_wrap .set_wrap {
        padding: 0
    }
}

#override .post_content_wrap .set_wrap h3 {
    margin: 1em 0 0;
    padding: 0;
    font-size: clamp(1rem, .254rem + .995vw, 1.125rem);
    line-height: 1.5
}

#override .post_content_wrap .set_wrap h3 span {
    display: inline-block
}

@media screen and (max-width: 375px) {
    #override .post_content_wrap .set_wrap h3 {
        font-size: clamp(.938rem, -0.562rem + 6.667vw, 1rem)
    }
}

#override .post_content_wrap .set_wrap h4 {
    display: block;
    margin: 1.5em 0 0;
    padding: .3em 0 .1em;
    width: 7em;
    background-color: #373841;
    border-radius: 1.2em;
    color: #fff;
    font-size: .875rem;
    font-weight: normal;
    text-align: center
}

#override .post_content_wrap .set_wrap p {
    margin: 1em 0 0;
    padding: 0;
    font-size: .875rem
}

#override .post_content_wrap .set_wrap ul {
    margin: .5em 0 0 1.5em;
    padding: 0
}

#override .post_content_wrap .set_wrap ul li {
    margin: .5em 0 0;
    padding: 0;
    font-size: .875rem;
    line-height: 1.4
}

@media screen and (max-width: 991px) {
    #override .post_content_wrap .set_wrap ul li {
        font-size: clamp(.813rem, .597rem + .448vw, .875rem)
    }
}

@media screen and (max-width: 767px) {
    #override .post_content_wrap .set_wrap ul li {
        font-size: .8125rem
    }
}

#override .post_content_wrap .set_wrap ul li:first-child {
    margin-top: .3em
}

#override .post_content_wrap .set_wrap .caption {
    margin: 1em 0 0;
    padding: 0;
    font-size: .875rem
}

#override .post_content_wrap .set_wrap .caption span {
    display: inline-block
}

#override .post_content_wrap .link_btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3em 0 0
}

#override .post_content_wrap .link_btn a {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 1em 1.5em .8em;
    max-width: 480px;
    background-color: #024787;
    border-radius: 6px;
    color: #fff;
    font-size: 1.125rem;
    text-align: center;
    transition: .4s ease
}

@media screen and (max-width: 575px) {
    #override .post_content_wrap .link_btn a {
        font-size: clamp(14px, 4.17vw, 18px)
    }
}

#override .post_content_wrap .link_btn a::before {
    position: relative;
    display: inline-block;
    margin-right: .4em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: ""
}

#override .post_content_wrap .link_btn a:hover {
    text-decoration: none;
    background-color: #0a3c6b;
    transition: .4s ease
}

.bg_wrap {
    position: relative;
    display: block;
    margin: 1.5em auto 0;
    padding: 1em 2em;
    background-color: #f9f6eb;
    border-radius: 6px
}

.bg_wrap h5 {
    font-size: 80% !important;
    line-height: 1.5
}

.bg_wrap p {
    font-size: 80% !important;
    line-height: 1.5
}

.bg_wrap li {
    font-size: 80% !important;
    line-height: 1.5
}

.bg_wrap li+li {
    margin-top: .5em
}

.bg_wrap small {
    font-size: 75% !important;
    line-height: 1.5
}

@media screen and (max-width: 575px) {
    .bg_wrap {
        padding: 1em .5em
    }
}

#override .post_footer_wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0 30px 0 0
}

@media screen and (max-width: 991px) {
    #override .post_footer_wrap {
        padding: 0
    }
}

#override .post_tags_wrap {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 15px calc(1em - 5px)
}

#override .post_tags_wrap a.post_tags {
    position: relative;
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: .25em .5em;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    font-size: .875rem;
    color: #4d5059;
    border-radius: 3px;
    text-decoration: none;
    transition: .4s ease
}

#override .post_tags_wrap a.post_tags:hover {
    background-color: #4d5059;
    color: #fff;
    transition: .4s ease
}

#override .post_tags_wrap a.post_tags:last-of-type {
    margin-right: 0
}

#override .post_share_wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0 15px;
    height: 39px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-align: right;
    color: #4d5059
}

#override .post_share_wrap .share {
    display: inline-block;
    font-size: .8125rem;
    font-weight: bold;
    vertical-align: middle
}

#override .post_share_wrap a.social-icon {
    display: inline-block;
    float: none;
    margin: -1px 0;
    width: 40px;
    height: 40px;
    color: #4d5059;
    font-style: normal;
    font-size: .9375rem;
    line-height: 38px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    overflow: hidden;
    transition: .3s ease
}

#override .post_share_wrap a.social-icon:last-child {
    margin-right: 0
}

#override .post_share_wrap a.social-icon i {
    display: block;
    position: relative;
    margin-top: 12px
}

#override .post_share_wrap a.social-icon i:last-child {
    color: #fff !important
}

#override .post_share_wrap a.social-icon .fa.fa-twitter,
#override .post_share_wrap a.social-icon .fa.fa-facebook,
#override .post_share_wrap a.social-icon .fa.fa-linkedin,
#override .post_share_wrap a.social-icon .fa.fa-instagram {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important
}

#override .post_share_wrap a.social-icon .fa.fa-email {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

#override .post_share_wrap a.social-icon .fa.fa-facebook::before {
    content: ""
}

#override .post_share_wrap a.social-icon .fa.fa-twitter::before {
    content: ""
}

#override .post_share_wrap a.social-icon .fa.fa-linkedin::before {
    content: ""
}

#override .post_share_wrap a.social-icon .fa.fa-email::before {
    content: ""
}

#override .post_share_wrap a.social-icon:hover {
    color: #fff;
    border-color: rgba(0, 0, 0, 0)
}

#override .post_share_wrap a.social-icon:hover i:first-child {
    margin-top: -15px;
    transition: .3s ease
}

#override .post_share_wrap a.social-icon.si-facebook:hover {
    background-color: #3b5998
}

#override .post_share_wrap a.social-icon.si-twitter:hover {
    background-color: #000
}

#override .post_share_wrap a.social-icon.si-linkedin:hover {
    background-color: #0e76a8
}

#override .post_share_wrap a.social-icon.si-email:hover {
    background-color: #6567a5
}

#override .post_share_wrap a.social-icon.si-instagram:hover {
    background-color: #3f729b
}

#override .search_wrap {
    position: relative;
    display: block;
    margin: -40px auto 2em;
    padding: 0 0 1.5em;
    border-bottom: 1px solid #c1c2c2;
    width: 100%
}

@media screen and (max-width: 575px) {
    #override .search_wrap {
        margin-top: -10px;
        padding-bottom: 1em
    }
}

#override .search_wrap h3 {
    position: relative;
    display: block;
    margin: 0 0 .5em;
    font-size: 1rem
}

#override .search_wrap form.hstack {
    margin: 0 auto 0 0;
    width: 100%;
    max-width: 750px
}

#override .searchResult {
    margin-bottom: 1.5em;
    padding-bottom: 1em;
    border-bottom: 1px solid #e4e4e4
}

#override .searchResult h3 {
    position: relative;
    display: block;
    margin: 0;
    font-size: 1.25rem
}

@media screen and (max-width: 575px) {
    #override .searchResult h3 {
        font-size: 1rem
    }
}

#override .searchResult h3 a {
    transition: .4s ease
}

#override .searchResult h3 a:hover {
    color: #08346D;
    transition: .4s ease
}

#override .searchResult p {
    position: relative;
    display: block;
    margin: 1em 0 0;
    font-size: 1rem
}

@media screen and (max-width: 575px) {
    #override .searchResult p {
        font-size: .875rem
    }
}

#override .searchResult p a.pageLink {
    display: block;
    margin-top: .5em;
    font-size: 90%;
    word-break: break-all;
    color: #2b94da;
    transition: .4s ease
}

#override .searchResult p a.pageLink:hover {
    color: #08346D;
    text-decoration: underline;
    transition: .4s ease
}

#override .error_msg_wrap {
    position: relative;
    display: block;
    margin: 3em auto 0;
    width: 100%;
    max-width: 750px
}

#override .error_msg_wrap h1 {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center
}

#override .error_msg_wrap h1 img {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 400px
}

@media screen and (max-width: 575px) {
    #override .error_msg_wrap h1 img {
        max-width: 300px
    }
}

#override .error_msg_wrap .error_msg {
    position: relative;
    display: block;
    margin: 2em auto 0;
    padding: 1.5em 1em;
    background-color: #f6f6f6;
    border-radius: 6px
}

#override .error_msg_wrap .error_msg h2 {
    position: relative;
    display: block;
    margin: 0 auto 1em;
    font-size: 1.125rem;
    line-height: 1.6;
    text-align: center
}

@media screen and (max-width: 575px) {
    #override .error_msg_wrap .error_msg h2 {
        font-size: 1rem
    }
}

#override .error_msg_wrap .error_msg p {
    position: relative;
    display: table;
    margin: 0 auto;
    font-size: .875rem;
    line-height: 1.6
}

#override .error_search_wrap {
    position: relative;
    display: block;
    margin: 3em auto 4em;
    width: 100%;
    max-width: 750px
}

#override .error_search_wrap h3 {
    position: relative;
    display: block;
    margin: 0 0 .5em;
    font-size: 1.125rem
}

@media screen and (max-width: 575px) {
    #override .error_search_wrap h3 {
        font-size: 1rem
    }
}

.pagelink_btn_wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 40px
}

.pagelink_btn_wrap .pagelink_btn {
    position: relative;
    width: 300px
}

.pagelink_btn_wrap .pagelink_btn a {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1em 5px;
    width: 100%;
    border: 1px solid #4d5059;
    background-color: rgba(0, 0, 0, 0);
    font-size: 1.125rem;
    color: #4d5059;
    z-index: 1;
    transition: .4s ease
}

@media screen and (max-width: 575px) {
    .pagelink_btn_wrap .pagelink_btn a {
        font-size: clamp(1rem, .791rem + .93vw, 1.125rem)
    }
}

.pagelink_btn_wrap .pagelink_btn a::after {
    display: inline-block;
    margin-left: 1em;
    width: .6em;
    height: .6em;
    border-top: 1px solid #4d5059;
    border-right: 1px solid #4d5059;
    content: "";
    transform: rotate(45deg)
}

.pagelink_btn_wrap .pagelink_btn a::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #4d5059;
    content: "";
    transition: width .4s ease
}

.pagelink_btn_wrap .pagelink_btn a:hover {
    color: #fff;
    transition: .4s ease
}

.pagelink_btn_wrap .pagelink_btn a:hover::after {
    border-color: #fff;
    transition: .4s ease
}

.pagelink_btn_wrap .pagelink_btn a:hover::before {
    width: 100%
}

.mt00 {
    margin-top: 0 !important
}

.mt05 {
    margin-top: 5px !important
}

.mt10 {
    margin-top: 10px !important
}

.mt15 {
    margin-top: 15px !important
}

.mt20 {
    margin-top: 20px !important
}

.mt30 {
    margin-top: 30px !important
}

.mt40 {
    margin-top: 40px !important
}

.mt50 {
    margin-top: 50px !important
}

.mt60 {
    margin-top: 60px !important
}

.mt80 {
    margin-top: 80px !important
}

.mb00 {
    margin-bottom: 0 !important
}

.mb05 {
    margin-bottom: 5px !important
}

.mb10 {
    margin-bottom: 10px !important
}

.mb15 {
    margin-bottom: 15px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.mb30 {
    margin-bottom: 30px !important
}

.mb40 {
    margin-bottom: 40px !important
}

.mb50 {
    margin-bottom: 50px !important
}

.mb60 {
    margin-bottom: 60px !important
}

.mb80 {
    margin-bottom: 80px !important
}

.ml00 {
    margin-left: 0 !important
}

.ml05 {
    margin-left: 5px !important
}

.ml10 {
    margin-left: 10px !important
}

.ml15 {
    margin-left: 15px !important
}

.ml20 {
    margin-left: 20px !important
}

.ml30 {
    margin-left: 30px !important
}

.ml40 {
    margin-left: 40px !important
}

.ml50 {
    margin-left: 50px !important
}

.mr00 {
    margin-right: 0 !important
}

.mr05 {
    margin-right: 5px !important
}

.mr10 {
    margin-right: 10px !important
}

.mr15 {
    margin-right: 15px !important
}

.mr20 {
    margin-right: 20px !important
}

.mr30 {
    margin-right: 30px !important
}

.mr40 {
    margin-right: 40px !important
}

.mr50 {
    margin-right: 50px !important
}

.pt00 {
    padding-top: 0 !important
}

.pt05 {
    padding-top: 5px !important
}

.pt10 {
    padding-top: 10px !important
}

.pt15 {
    padding-top: 15px !important
}

.pt20 {
    padding-top: 20px !important
}

.pt30 {
    padding-top: 30px !important
}

.pt40 {
    padding-top: 40px !important
}

.pt50 {
    padding-top: 50px !important
}

.pb00 {
    padding-bottom: 0 !important
}

.pb05 {
    padding-bottom: 5px !important
}

.pb10 {
    padding-bottom: 10px !important
}

.pb15 {
    padding-bottom: 15px !important
}

.pb20 {
    padding-bottom: 20px !important
}

.pb30 {
    padding-bottom: 30px !important
}

.pb40 {
    padding-bottom: 40px !important
}

.pb50 {
    padding-bottom: 50px !important
}

.pl00 {
    padding-left: 0 !important
}

.pl05 {
    padding-left: 5px !important
}

.pl10 {
    padding-left: 10px !important
}

.pl15 {
    padding-left: 15px !important
}

.pl20 {
    padding-left: 20px !important
}

.pl30 {
    padding-left: 30px !important
}

.pl40 {
    padding-left: 40px !important
}

.pl50 {
    padding-left: 50px !important
}

.pr00 {
    padding-right: 0 !important
}

.pr05 {
    padding-right: 5px !important
}

.pr10 {
    padding-right: 10px !important
}

.pr15 {
    padding-right: 15px !important
}

.pr20 {
    padding-right: 20px !important
}

.pr30 {
    padding-right: 30px !important
}

.pr40 {
    padding-right: 40px !important
}

.pr50 {
    padding-right: 50px !important
}

.mt05e {
    margin-top: .5em !important
}

.mt10e {
    margin-top: 1em !important
}

.mt15e {
    margin-top: 1.5em !important
}

.mt20e {
    margin-top: 2em !important
}

.mt25e {
    margin-top: 2.5em !important
}

.mt30e {
    margin-top: 3em !important
}

.mt35e {
    margin-top: 3.5em !important
}

.mt40e {
    margin-top: 4em !important
}

.mb05e {
    margin-bottom: .5em !important
}

.mb10e {
    margin-bottom: 1em !important
}

.mb15e {
    margin-bottom: 1.5em !important
}

.mb20e {
    margin-bottom: 2em !important
}

.mb25e {
    margin-bottom: 2.5em !important
}

.mb30e {
    margin-bottom: 3em !important
}

.mb35e {
    margin-bottom: 3.5em !important
}

.mb40e {
    margin-bottom: 4em !important
}

.ml05e {
    margin-left: .5em !important
}

.ml10e {
    margin-left: 1em !important
}

.ml12e {
    margin-left: 1.2em !important
}

.ml15e {
    margin-left: 1.5em !important
}

.ml20e {
    margin-left: 2em !important
}

.mr05e {
    margin-right: .5em !important
}

.mr12e {
    margin-right: 1.2em !important
}

.mr10e {
    margin-right: 1em !important
}

.mr15e {
    margin-right: 1.5em !important
}

.mr20e {
    margin-right: 2em !important
}

.pt05e {
    padding-top: .5em !important
}

.pt10e {
    padding-top: 1em !important
}

.pt15e {
    padding-top: 1.5em !important
}

.pt20e {
    padding-top: 2em !important
}

.pt25e {
    padding-top: 2.5em !important
}

.pt30e {
    padding-top: 3em !important
}

.pt35e {
    padding-top: 3.5em !important
}

.pt40e {
    padding-top: 4em !important
}

.pb05e {
    padding-bottom: .5em !important
}

.pb10e {
    padding-bottom: 1em !important
}

.pb15e {
    padding-bottom: 1.5em !important
}

.pb20e {
    padding-bottom: 2em !important
}

.pb25e {
    padding-bottom: 2.5em !important
}

.pb30e {
    padding-bottom: 3em !important
}

.pb35e {
    padding-bottom: 3.5em !important
}

.pb40e {
    padding-bottom: 4em !important
}

.pl05e {
    padding-left: .5em !important
}

.pl10e {
    padding-left: 1em !important
}

.pl12e {
    padding-left: 1.2em !important
}

.pl15e {
    padding-left: 1.5em !important
}

.pl20e {
    padding-left: 2em !important
}

.pr05e {
    padding-right: .5em !important
}

.pr12e {
    padding-right: 1.2em !important
}

.pr10e {
    padding-right: 1em !important
}

.pr15e {
    padding-right: 1.5em !important
}

.pr20e {
    padding-right: 2em !important
}

.m-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.taCt {
    text-align: center !important
}

.taLt {
    text-align: left !important
}

.taRt {
    text-align: right !important
}

.taCtL {
    text-align: center !important
}

.taCtR {
    text-align: center !important
}

.taLtC {
    text-align: left !important
}

.taRtC {
    text-align: right !important
}

.taRtL {
    text-align: right !important
}

.va-t {
    vertical-align: top
}

.va-m {
    vertical-align: middle
}

.va-b {
    vertical-align: bottom
}

.fl-l {
    float: left
}

.fl-r {
    float: right
}

@media screen and (max-width: 575px) {
    .taCtL {
        text-align: left !important
    }

    .taCtR {
        text-align: right !important
    }

    .taLtC {
        text-align: center !important
    }

    .taRtC {
        text-align: center !important
    }

    .taRtL {
        text-align: left !important
    }

    .fl-l,
    .fl-r {
        float: none
    }
}

.row-gap-p20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.row-gap-p30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important
}

.row-gap-p40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
}

.row-gap-p50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important
}

.row-gap-pt20 {
    padding-top: 20px !important
}

.row-gap-pt30 {
    padding-top: 30px !important
}

.row-gap-pt40 {
    padding-top: 40px !important
}

.row-gap-pt50 {
    padding-top: 50px !important
}

.row-gap-pb20 {
    padding-bottom: 20px !important
}

.row-gap-pb30 {
    padding-bottom: 30px !important
}

.row-gap-pb40 {
    padding-bottom: 40px !important
}

.row-gap-pb50 {
    padding-bottom: 50px !important
}

.col-gap-p20 {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.col-gap-p30 {
    padding-left: 30px !important;
    padding-right: 30px !important
}

.col-gap-p40 {
    padding-left: 40px !important;
    padding-right: 40px !important
}

.col-gap-p50 {
    padding-left: 50px !important;
    padding-right: 50px !important
}

.col-gap-pl20 {
    padding-left: 20px !important
}

.col-gap-pl30 {
    padding-left: 30px !important
}

.col-gap-pl40 {
    padding-left: 40px !important
}

.col-gap-pl50 {
    padding-left: 50px !important
}

.col-gap-pr20 {
    padding-right: 20px !important
}

.col-gap-pr30 {
    padding-right: 30px !important
}

.col-gap-pr40 {
    padding-right: 40px !important
}

.col-gap-pr50 {
    padding-right: 50px !important
}

@media screen and (max-width: 767px) {
    .row-gap-p20 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .row-gap-p30 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .row-gap-p40 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .row-gap-p50 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .row-gap-pt20 {
        padding-top: 0 !important
    }

    .row-gap-pt30 {
        padding-top: 0 !important
    }

    .row-gap-pt40 {
        padding-top: 0 !important
    }

    .row-gap-pt50 {
        padding-top: 0 !important
    }

    .row-gap-pb20 {
        padding-bottom: 0 !important
    }

    .row-gap-pb30 {
        padding-bottom: 0 !important
    }

    .row-gap-pb40 {
        padding-bottom: 0 !important
    }

    .row-gap-pb50 {
        padding-bottom: 0 !important
    }

    .col-gap-p20 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .col-gap-p30 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .col-gap-p40 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .col-gap-p50 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .col-gap-pl20 {
        padding-left: 0 !important
    }

    .col-gap-pl30 {
        padding-left: 0 !important
    }

    .col-gap-pl40 {
        padding-left: 0 !important
    }

    .col-gap-pl50 {
        padding-left: 0 !important
    }

    .col-gap-pr20 {
        padding-right: 0 !important
    }

    .col-gap-pr30 {
        padding-right: 0 !important
    }

    .col-gap-pr40 {
        padding-right: 0 !important
    }

    .col-gap-pr50 {
        padding-right: 0 !important
    }
}

.stxt50 {
    font-size: 50% !important
}

.stxt55 {
    font-size: 55% !important
}

.stxt60 {
    font-size: 60% !important
}

.stxt65 {
    font-size: 65% !important
}

.stxt70 {
    font-size: 70% !important
}

.stxt75 {
    font-size: 75% !important
}

.stxt80 {
    font-size: 80% !important
}

.stxt85 {
    font-size: 85% !important
}

.stxt90 {
    font-size: 90% !important
}

.stxt95 {
    font-size: 95% !important
}

.ltxt11 {
    font-size: 110% !important
}

.ltxt12 {
    font-size: 120% !important
}

.ltxt13 {
    font-size: 130% !important
}

.ltxt14 {
    font-size: 140% !important
}

.ltxt15 {
    font-size: 150% !important
}

.sup,
.sub {
    position: relative;
    display: inline-block;
    padding: 0 2px;
    font-size: 60%;
    font-weight: normal;
    height: 0;
    line-height: 1;
    vertical-align: baseline
}

.sup {
    bottom: 1ex
}

.sub {
    top: .5ex
}

a.url {
    word-break: break-all !important;
    color: #2b94da;
    transition: .4s ease
}

a.url:hover {
    color: #08346D;
    text-decoration: underline !important;
    transition: .4s ease
}

a.arrow::before {
    display: inline-block;
    margin-right: .5em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    color: #373841
}

a.arrow::before:hover {
    color: #373841
}

a.blank::after {
    display: inline-block;
    margin-left: .5em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: ""
}

a.accmap::after {
    display: inline-block;
    margin-right: .5em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "（ 詳細）"
}

a.pdf::before {
    display: inline-block;
    margin-right: .5em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    color: #c11e07
}

a.youtube::before {
    display: inline-block;
    margin-right: .5em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    color: #da1725
}

.img-border {
    border: 1px solid #e4e4e4 !important
}

.none-border {
    border: none !important
}

.gray {
    color: #666 !important
}

.red {
    color: #08346D !important
}

.blue {
    color: #0077c8 !important
}

.bold {
    font-weight: bold !important
}

.normal {
    font-weight: normal !important
}

.inline {
    display: inline !important
}

.inbk {
    display: inline-block !important
}

.block {
    display: block !important
}

.wd-break {
    word-break: break-all !important
}

.nowrap {
    white-space: nowrap !important
}

.inherit {
    color: inherit !important
}

.ind10 {
    padding-left: 1em !important;
    text-indent: -1em !important
}

.ind12 {
    padding-left: 1.2em !important;
    text-indent: -1.2em !important
}

.ind13 {
    padding-left: 1.3em !important;
    text-indent: -1.3em !important
}

.ind14 {
    padding-left: 1.4em !important;
    text-indent: -1.4em !important
}

.ind15 {
    padding-left: 1.5em !important;
    text-indent: -1.5em !important
}

.ind20 {
    padding-left: 2em !important;
    text-indent: -2em !important
}

.lh10 {
    line-height: 1 !important
}

.lh11 {
    line-height: 1.1 !important
}

.lh12 {
    line-height: 1.2 !important
}

.lh13 {
    line-height: 1.3 !important
}

.lh14 {
    line-height: 1.4 !important
}

.lh15 {
    line-height: 1.5 !important
}

.lh16 {
    line-height: 1.6 !important
}

.lh17 {
    line-height: 1.7 !important
}

.lh18 {
    line-height: 1.8 !important
}

.br-uxs,
.br-xxs,
.br-xs,
.br-sm,
.br-md,
.br-lg {
    display: block
}

@media screen and (max-width: 1199px) {
    .br-lg {
        display: none
    }
}

@media screen and (max-width: 991px) {
    .br-md {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .br-sm {
        display: none
    }
}

@media screen and (max-width: 575px) {
    .br-xs {
        display: none
    }
}

@media screen and (max-width: 375px) {
    .br-xxs {
        display: none
    }
}

@media screen and (max-width: 320px) {
    .br-uxs {
        display: none
    }
}

.br_uxs,
.br_xxs,
.br_xs,
.br_sm,
.br_md,
.br_lg {
    display: none
}

@media screen and (max-width: 1199px) {
    .br_lg {
        display: block
    }
}

@media screen and (max-width: 991px) {
    .br_md {
        display: block
    }
}

@media screen and (max-width: 767px) {
    .br_sm {
        display: block
    }
}

@media screen and (max-width: 575px) {
    .br_xs {
        display: block
    }
}

@media screen and (max-width: 375px) {
    .br_xxs {
        display: block
    }
}

@media screen and (max-width: 320px) {
    .br_uxs {
        display: block
    }
}

.auto_uxs,
.auto_xxs,
.auto_xs,
.auto_sm,
.auto_md,
.auto_lg {
    margin-left: 0;
    margin-right: 0
}

@media screen and (max-width: 1199px) {
    .auto_lg {
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (max-width: 991px) {
    .auto_md {
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (max-width: 767px) {
    .auto_sm {
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (max-width: 575px) {
    .auto_xs {
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (max-width: 375px) {
    .auto_xxs {
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (max-width: 320px) {
    .auto_uxs {
        margin-left: auto;
        margin-right: auto
    }
}

.hr10 {
    margin: 2em 0
}

.hr15 {
    margin: 1.5em 0
}

.hr20 {
    margin: 2em 0
}

.hr25 {
    margin: 2.5em 0
}

.hr30 {
    margin: 3em 0
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}