﻿@import url("https://fonts.googleapis.com/css2?family=Oxanium:wght@200..800&display=swap");

html {
    scroll-behavior: smooth
}

header.fl-post-header {
    display: none
}

body {
    font-family: YuGothic, "Yu Gothic", 游ゴシック体, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS ゴシック", "MS Gothic", sans-serif;
    line-height: 1.6
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body h1 *,
body h2 *,
body h3 *,
body h4 *,
body h5 *,
body h6 * {
    font-weight: 600;
    font-family: YuGothic, "Yu Gothic", 游ゴシック体, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS ゴシック", "MS Gothic", sans-serif
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    line-height: inherit
}

body .mincho,
body .mincho * {
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif
}

body .gothic,
body .gothic * {
    font-family: YuGothic, "Yu Gothic", 游ゴシック体, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS ゴシック", "MS Gothic", sans-serif
}

a {
    text-decoration: none
}

a:hover,
a:active {
    text-decoration: none !important;
    color: inherit
}

ul {
    padding: 0
}

ul li {
    margin: 0;
    list-style: none
}

.container-fluid {
    width: 100%
}

.container {
    max-width: 1100px;
    margin: 0 auto
}

.mainarea p a,
.mainarea table a,
.mainarea ul a,
.mainarea dl a {
    color: #333;
    padding-left: 3px;
    padding-right: 3px
}

.mainarea p a:hover,
.mainarea table a:hover,
.mainarea ul a:hover,
.mainarea dl a:hover {
    color: #000;
    background: #efefef !important
}

a[data-toggle="lightbox"] {
    margin-left: 5px;
    font-size: 20px;
    color: #4eabe2
}

a[data-toggle="lightbox"]:before {
    font-family: "Font Awesome 5 Free";
    margin-right: 0.5em;
    font-weight: 900;
    content: '\f03e';
    margin-right: 0
}

a[data-toggle="lightbox"]:before else {
    font-family: "FontAwesome";
    margin-right: 0.5em
}

table.common {
    border-collapse: collapse;
    border-spacing: 1px;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #d1d1d1;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px
}

table.common tr {
    border: 1px solid #d1d1d1;
    font-weight: normal
}

table.common tr th,
table.common tr td {
    padding: 10px;
    border: 1px solid #d1d1d1
}

table.common tr th {
    text-align: left;
    background: #EFEFEF;
    width: 10em;
    vertical-align: top
}

table.common tr td {
    background: #FFF
}

table.common th {
    vertical-align: top
}

table.block {
    border: none !important
}

table.block tr {
    border: none !important
}

table.block th,
table.block td {
    border: none !important;
    display: block !important;
    width: 100% !important
}

table.block td {
    padding-left: 1.75em;
    padding-top: 0
}

table.underline {
    margin: 10px 0;
    border-collapse: separate;
    border-spacing: 1px;
    border: none !important
}

table.underline th,
table.underline td {
    padding: 5px;
    border-left: none;
    border-right: none;
    vertical-align: top
}

table.underline tr {
    font-weight: normal
}

table.underline tr:last-of-type th,
table.underline tr:last-of-type td {
    border-bottom: none
}

table.underline th {
    text-align: left;
    background: none
}

table.th-r-border th {
    border-right: 1px solid #EEEEEE
}

table.stripe tr:nth-of-type(odd) th,
table.stripe tr:nth-of-type(odd) td {
    background: #f1f1f1
}

table.history th {
    width: 10em
}

table.content-nav {
    margin: 100px 0 50px 0;
    text-align: center;
    width: 100%
}

table.content-nav td {
    vertical-align: middle
}

table.content-nav td.prev,
table.content-nav td.next {
    width: 40%
}

table.content-nav a {
    color: #333;
    padding: 3px 7px;
    background: #FFF;
    text-decoration: none
}

table.content-nav a:hover {
    color: #f00
}

i {
    margin-right: 8px
}

strong {
    font-weight: 600
}

strong.s1 {
    color: #E8457D
}

strong.s1 {
    color: #E8457D
}

.y-scroll {
    overflow: auto;
    width: 100%;
    height: 200px
}

.x-scroll {
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 20px
}

.x-scroll table {
    width: 100%
}

.x-scroll::-webkit-scrollbar {
    height: 5px
}

.x-scroll::-webkit-scrollbar-track {
    background: #F1F1F1
}

.x-scroll::-webkit-scrollbar-thumb {
    background: #d6d6d6
}

.x-scroll td,
.x-scroll th {
    white-space: nowrap
}

.banners a {
    -webkit-transition: all .4s;
    transition: all .4s
}

.banners a:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    -ms-filter: alpha(opacity=80);
    -khtml-opacity: .8;
    -moz-opacity: .8
}

.memo {
    padding: calc(100vw /50);
    margin: calc(100vw /50);
    color: #333333;
    font-size: 0.9em;
    background: #f6faff
}

.memo sup {
    margin-right: 0.6rem
}

.notice p {
    margin: 0
}

.notice p:nth-of-type(2) {
    padding-left: 14px
}

.border {
    border: 1px solid #DDD;
    padding: 4%
}

.button-shadow a {
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all .1s !important;
    transition: all .1s !important;
    display: block;
    margin-bottom: 10px
}

.button-shadow a:hover {
    transform: translate(5px, 5px)
}

.button-ix a {
    background: var(--keycolor1) !important;
    padding: 20px 40px !important;
    color: #000000 !important;
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.6);
    -webkit-transition: all .1s !important;
    transition: all .1s !important;
    font-family: YuGothic, "Yu Gothic", 游ゴシック体, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS ゴシック", "MS Gothic", sans-serif;
    font-weight: bold
}

.button-ix a span {
    font-family: YuGothic, "Yu Gothic", 游ゴシック体, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS ゴシック", "MS Gothic", sans-serif
}

.button-ix a:hover {
    color: #FFF;
    transform: translate(5px, 5px)
}

.button-ix-b a {
    background: #000000 !important;
    padding: 10px 60px !important;
    color: #FFFFFF !important;
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all .1s !important;
    transition: all .1s !important;
    font-family: YuGothic, "Yu Gothic", 游ゴシック体, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS ゴシック", "MS Gothic", sans-serif;
    display: block;
    margin: 0 calc((100% - 12em) / 3 + 2vw);
    font-weight: bolc
}

.button-ix-b a span {
    font-family: YuGothic, "Yu Gothic", 游ゴシック体, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS ゴシック", "MS Gothic", sans-serif
}

.button-ix-b a:hover {
    box-shadow: none;
    transform: translate3d(4px, 4px, 0)
}

.box-right {
    float: right
}

.box-left {
    float: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.post-image {
    margin-top: 1em
}

.tile-parent {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: inherit
}

.hide {
    display: none
}

.bg-diag {
    background-image: linear-gradient(-45deg, #FFF 25%, #F4F4F4 25%, #F4F4F4 50%, #FFF 50%, #FFF 75%, #F4F4F4 75%, #F4F4F4);
    background-image: -webkit-linear-gradient(-45deg, #FFF 25%, #F4F4F4 25%, #F4F4F4 50%, #FFF 50%, #FFF 75%, #F4F4F4 75%, #F4F4F4);
    background-size: 3px 3px
}

.wp-caption {
    text-align: right;
    background: initial;
    border: none
}

.wp-caption p.wp-caption-text {
    font-size: 0.8em
}

body:not(.home):not(.home2) #fl-main-content {
    background-size: cover
}

.search-from-cat-outer {
    background: #FFF;
    padding: 20px
}

.search-from-cat-outer .cat-item-none {
    display: none !important
}

.search-from-cat-outer h2 {
    font-size: 1.2em
}

.search-from-cat-outer ul {
    text-align: center
}

.search-from-cat-outer ul li {
    display: inline-block !important;
    margin: 6px
}

.search-from-cat-outer ul li a {
    display: block;
    color: #FFF;
    background: #333;
    padding: 4px 12px;
    -webkit-border-radius: 6px !important;
    border-radius: 6px !important;
    font-size: 0.9em
}

.col-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20% !important;
        flex: 0 0 20% !important
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20% !important;
        flex: 0 0 20% !important
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20% !important;
        flex: 0 0 20% !important
    }
}

@media (max-width: 1000px) {
    #header {
        width: 100%;
        position: fixed;
        z-index: 1000;
        background: #000;
        padding: 20px
    }

    #header p {
        width: 130px
    }

    #header p img {
        width: 100%;
        height: auto
    }

    #header ul {
        display: none
    }

    #site-header {
        width: 100%;
        position: fixed;
        z-index: 1000;
        background: #000;
        padding: 20px
    }

    #site-header p {
        width: 130px
    }

    #site-header p img {
        width: 100%;
        height: auto
    }

    #site-header ul {
        display: none
    }

    #maintitle {
        text-align: center;
        padding: 26% 5% 7% 5%;
        color: #FFF
    }

    #maintitle h1 {
        font-size: 20px;
        color: #FFF
    }

    #maintitle h1 span {
        font-size: 14px;
        display: block
    }

    #pageLinks {
        background: #f7f7f7
    }

    #pageLinks ul {
        padding: 10px !important
    }

    #pageLinks li {
        margin: 0;
        margin-bottom: 2%;
        transition: 0.1s all ease 0s;
        padding: 0 5px
    }

    #pageLinks li:hover {
        box-shadow: none;
        transform: translate3d(4px, 4px, 0);
        padding: 0 4px
    }

    #pageLinks li a {
        background: #000;
        font-weight: bold;
        color: #000;
        padding: 10px;
        box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.2);
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 10px;
        color: #fff;
        height: 100%;
        text-align: center
    }
}

@media (min-width: 1001px) {
    #header {
        padding: 20px 0px 20px 20px;
        background: #000;
        position: relative;
        z-index: 9999
    }

    #header:after {
        content: "";
        clear: both;
        height: 0;
        display: block;
        visibility: hidden
    }

    #header p {
        width: 213px;
        float: left
    }

    #header p img {
        width: 100%;
        height: auto
    }

    #header ul {
        float: right;
        display: flex;
        margin-right: 60px
    }

    #header ul li {
        -webkit-transform: skewX(138deg);
        -moz-transform: skewX(138deg);
        transform: skewX(138deg);
        border-right: 1px solid #FFF
    }

    #header ul li a {
        font-weight: bold;
        display: block;
        transform: skewX(-138deg);
        color: #FFF;
        font-size: 13px
    }

    #header ul li a span {
        padding: 18px 20px;
        display: block
    }

    #header ul li:nth-child(6),
    #header ul li:nth-child(7) {
        border-right: none
    }

    #header ul li:nth-child(6) a span {
        padding-right: 10px
    }

    #header ul .menu_single {
        position: relative;
        padding: 18px 20px
    }

    #header ul .menu_single ul {
        display: block;
        visibility: hidden
    }

    #header ul .menu_single .menu_second-level.lay01 {
        position: absolute;
        top: 70px;
        left: 120px;
        width: 100px;
        background: #fc6200;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        opacity: 0;
        z-index: 9999;
        transform: skewX(-138deg)
    }

    #header ul .menu_single .menu_second-level.lay02 {
        position: absolute;
        top: 70px;
        left: 150px;
        width: 250px;
        background: #fc6200;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        opacity: 0;
        z-index: 8888;
        transform: skewX(-138deg)
    }

    #header ul .menu_single .menu_second-level.lay03 {
        position: absolute;
        top: 70px;
        left: 100px;
        width: 250px;
        background: #fc6200;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        opacity: 0;
        z-index: 8888;
        transform: skewX(-138deg)
    }

    #header ul .menu_single:hover .menu_second-level {
        top: 70px;
        visibility: visible;
        opacity: 1
    }

    #header ul .menu_single .menu_second-level li {
        border-right: none;
        margin-left: 0;
        text-align: left
    }

    #header ul .menu_single .menu_second-level li a {
        display: block;
        padding: 10px
    }

    #header ul .menu_single .menu_second-level li a:hover {
        color: #000
    }

    #site-header {
        padding: 20px 0px 20px 20px;
        background: #000;
        position: relative;
        z-index: 9999
    }

    #site-header:after {
        content: "";
        clear: both;
        height: 0;
        display: block;
        visibility: hidden
    }

    #site-header .nav-wrap {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        flex-direction: column-reverse
    }

    #site-header p {
        width: 213px;
        float: left
    }

    #site-header p img {
        width: 100%;
        height: auto
    }

    #site-header ul {
        float: right;
        display: flex;
        margin-right: 10px;
        margin-bottom: 0
    }

    #site-header ul li {
        -webkit-transform: skewX(138deg);
        -moz-transform: skewX(138deg);
        transform: skewX(138deg);
        border-right: 1px solid #FFF
    }

    #site-header ul li a {
        font-weight: bold;
        display: block;
        transform: skewX(-138deg);
        color: #FFF;
        font-size: 13px
    }

    #site-header ul li a span {
        padding: 18px 20px;
        display: block
    }

    #site-header ul li:nth-child(7) {
        border-right: none
    }

    #site-header ul li:nth-child(7) a span {
        padding-right: 10px
    }

    #site-header ul .menu_single {
        position: relative;
        padding: 18px 20px
    }

    #site-header ul .menu_single ul {
        display: block;
        visibility: hidden
    }

    #site-header ul .menu_single .menu_second-level.lay01 {
        position: absolute;
        top: 70px;
        left: 120px;
        width: 100px;
        background: #fc6200;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        opacity: 0;
        z-index: 9999;
        transform: skewX(-138deg)
    }

    #site-header ul .menu_single .menu_second-level.lay02 {
        position: absolute;
        top: 70px;
        left: 150px;
        width: 250px;
        background: #fc6200;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        opacity: 0;
        z-index: 8888;
        transform: skewX(-138deg)
    }

    #site-header ul .menu_single .menu_second-level.lay03 {
        position: absolute;
        top: 70px;
        left: 100px;
        width: 250px;
        background: #fc6200;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        opacity: 0;
        z-index: 8888;
        transform: skewX(-138deg)
    }

    #site-header ul .menu_single:hover .menu_second-level {
        top: 70px;
        visibility: visible;
        opacity: 1
    }

    #site-header ul .menu_single .menu_second-level li {
        border-right: none;
        margin-left: 0;
        text-align: left
    }

    #site-header ul .menu_single .menu_second-level li a {
        display: block;
        padding: 10px
    }

    #site-header ul .menu_single .menu_second-level li a:hover {
        color: #000
    }

    #site-header .h-button a,
    #site-header .h-button a:visited {
        background: var(--keycolor1);
        border: 1px solid;
        border-color: #fff;
        color: #fff;
        padding: 4px 14px;
        text-align: center;
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
        line-height: inherit;
        margin: 0 10px
    }

    #site-header .h-button a:after,
    #site-header .h-button a:visited:after {
        font-family: "Font Awesome 5 Free";
        margin-right: 0.5em;
        font-weight: 900;
        content: "";
        padding-left: 0.5em
    }

    #site-header .h-button a:after else,
    #site-header .h-button a:visited:after else {
        font-family: "FontAwesome";
        margin-right: 0.5em
    }

    #site-header .h-button a span,
    #site-header .h-button a:visited span {
        font-size: 14px;
        font-weight: bold
    }

    #site-header .h-button a:hover {
        background: #fff;
        border: 1px solid;
        color: var(--keycolor1);
        text-decoration: none;
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important
    }

    #site-header .h-button a:hover * {
        color: var(--keycolor1)
    }

    #site-header .h-button a,
    #site-header .h-button a:visited {
        border: 1px solid #000000 !important
    }

    #site-header .header-button {
        padding: 0 0 12px 0
    }

    #maintitle {
        text-align: center;
        padding: 80px 0;
        color: #FFF
    }

    #maintitle h1 {
        font-size: 30px;
        color: #FFF
    }

    #maintitle h1 span {
        font-size: 20px;
        display: block;
        margin-bottom: 0.6em
    }

    #pageLinks {
        background: #f7f7f7
    }

    #pageLinks ul {
        width: 1040px;
        margin: 0 auto;
        padding: 20px 0
    }

    #pageLinks ul li {
        margin: 0;
        transition: 0.1s all ease 0s;
        padding: 0 5px
    }

    #pageLinks ul li:hover {
        box-shadow: none;
        transform: translate3d(4px, 4px, 0)
    }

    #pageLinks ul li a {
        background: #000;
        font-weight: bold;
        color: #000;
        padding: 10px 4px;
        box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.2);
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        color: #fff;
        height: 100%;
        text-align: center
    }
}

@media (min-width: 1300px) {
    #site-header .nav-wrap {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-direction: row
    }

    #site-header ul {
        margin-right: 10px
    }

    #site-header .header-button {
        padding: 0
    }
}

.layout-2024-01 #maintitle {
    padding: 100px 20px 0
}

.layout-2024-01 #pageLinks {
    background: #FFFFFF
}

.layout-2024-01 #pageLinks .fl-module-content {
    margin: 10px 20px 10px 20px
}

.layout-2024-01 #pageLinks ul.menu {
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap
}

.layout-2024-01 #pageLinks li {
    width: 33.3333%;
    margin: 0;
    margin-bottom: 2%;
    transition: 0.1s all ease 0s;
    padding: 0 5px
}

.layout-2024-01 #pageLinks li:hover {
    box-shadow: none;
    transform: translate3d(4px, 4px, 0);
    padding: 0 4px
}

.layout-2024-01 #pageLinks li.current-menu-item a {
    background: var(--keycolor1);
    color: #FFF
}

.layout-2024-01 #pageLinks li a {
    background: #FFF;
    font-weight: bold;
    color: var(--keycolor1);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    padding: 10px 0;
    box-shadow: none
}

body.results_post .layout-2024-01 #pageLinks li:nth-of-type(1) a {
    background: var(--keycolor1);
    color: #FFF
}

@media (min-width: 768px) {
    .layout-2024-01 #pageLinks ul.menu {
        flex-wrap: nowrap
    }

    .layout-2024-01 #pageLinks li {
        width: 100%
    }

    .layout-2024-01 #pageLinks li a {
        padding: 20px 0
    }
}

@media (min-width: 992px) {
    .layout-2024-01 #maintitle {
        padding: 1.2vw 0
    }
}

iframe[src*=youtube] {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    max-width: 600px;
    display: block;
    margin: auto
}

iframe.youtube-16-9 {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    max-width: 1000px;
    display: block;
    margin: auto
}

a.hamburger {
    top: 2.5%;
    z-index: 999
}

header.layout-2024-01 header.site-header {
    width: 100%;
    position: fixed;
    z-index: 998;
    background: #FFF;
    padding: 20px
}

header.layout-2024-01 header.site-header p {
    width: 130px;
    margin: 0
}

header.layout-2024-01 header.site-header p img {
    width: 100%;
    height: auto
}

header.layout-2024-01 header.site-header ul {
    display: none
}

header.layout-2024-01 header.site-header .header-button {
    display: none
}

header.layout-2024-01 .fat-nav {
    background: rgba(255, 255, 255, 0.8);
    z-index: 999
}

@media (max-width: 991px) {
    .hamburger {
        display: block
    }
}

@media (min-width: 992px) {
    .hamburger {
        display: none !important
    }

    header.layout-2024-01 header.site-header {
        padding: 20px 0 20px 20px;
        background: #FFFFFF;
        position: relative;
        z-index: 999;
        display: flex;
        flex-direction: column
    }

    header.layout-2024-01 header.site-header:after {
        content: "";
        clear: both;
        height: 0;
        display: block;
        visibility: hidden
    }

    header.layout-2024-01 header.site-header .nav-wrap {
        display: flex;
        justify-content: end;
        align-items: end;
        flex-direction: column;
        flex: 1
    }

    header.layout-2024-01 header.site-header p {
        width: 213px;
        float: left
    }

    header.layout-2024-01 header.site-header p img {
        width: 100%;
        height: auto
    }

    header.layout-2024-01 header.site-header ul {
        float: right;
        display: flex;
        margin-right: 10px;
        margin-bottom: 0
    }

    header.layout-2024-01 header.site-header ul li a {
        font-weight: bold;
        display: block;
        color: #000;
        font-size: 14px
    }

    header.layout-2024-01 header.site-header ul li:nth-child(7) {
        border-right: none
    }

    header.layout-2024-01 header.site-header ul li:nth-child(7) a span {
        padding-right: 10px
    }

    header.layout-2024-01 header.site-header ul .menu_first-level {
        position: relative;
        padding: 18px 20px
    }

    header.layout-2024-01 header.site-header ul .menu_first-level ul {
        display: block
    }

    header.layout-2024-01 header.site-header ul .menu_first-level .menu_second-level {
        position: absolute;
        top: 50px;
        left: 0px;
        width: 240px;
        background: #fc6200;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        opacity: 0;
        z-index: 9999;
        visibility: hidden
    }

    header.layout-2024-01 header.site-header ul .menu_first-level .menu_second-level li {
        border-right: none;
        margin-left: 0;
        text-align: left
    }

    header.layout-2024-01 header.site-header ul .menu_first-level .menu_second-level li a {
        display: block;
        padding: 10px;
        color: #FFF;
        -webkit-transition: all .4s ease;
        transition: all .4s ease
    }

    header.layout-2024-01 header.site-header ul .menu_first-level .menu_second-level li a:hover {
        color: #000
    }

    header.layout-2024-01 header.site-header ul .menu_first-level:hover .menu_second-level {
        top: 70px;
        visibility: visible;
        opacity: 1
    }

    header.layout-2024-01 header.site-header ul .menu_first-level .menu_second-level li.sub {
        background-color: rgb(255, 111, 32);
        padding: 0 0 0 0.5rem;
        font-weight: normal;
        position: relative;
        line-height: 120%;
        font-size: 12px;
        white-space: nowrap;
        padding-left: 1.2em;
    }

    header.layout-2024-01 header.site-header .h-button a,
    header.layout-2024-01 header.site-header .h-button a:visited {
        background: var(--keycolor1);
        border: 1px solid;
        border-color: #fff;
        color: #fff;
        padding: 4px 14px;
        text-align: center;
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
        line-height: inherit;
        margin: 0 10px
    }

    header.layout-2024-01 header.site-header .h-button a:after,
    header.layout-2024-01 header.site-header .h-button a:visited:after {
        font-family: "Font Awesome 5 Free";
        margin-right: 0.5em;
        font-weight: 900;
        content: "";
        padding-left: 0.5em
    }

    header.layout-2024-01 header.site-header .h-button a:after else,
    header.layout-2024-01 header.site-header .h-button a:visited:after else {
        font-family: "FontAwesome";
        margin-right: 0.5em
    }

    header.layout-2024-01 header.site-header .h-button a span,
    header.layout-2024-01 header.site-header .h-button a:visited span {
        font-size: 14px;
        font-weight: bold
    }

    header.layout-2024-01 header.site-header .h-button a:hover {
        background: #fff;
        border: 1px solid;
        color: var(--keycolor1);
        text-decoration: none;
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important
    }

    header.layout-2024-01 header.site-header .h-button a:hover * {
        color: var(--keycolor1)
    }

    header.layout-2024-01 header.site-header .header-button {
        display: flex;
        padding: 0 0 12px 0
    }
}

@media (min-width: 1200px) {
    header.layout-2024-01 header.site-header .nav-wrap {
        flex-direction: row
    }
}

@media (min-width: 1300px) {
    header.layout-2024-01 header.site-header {
        flex-direction: row
    }

    header.layout-2024-01 header.site-header .nav-wrap {
        display: flex;
        justify-content: flex-end;
        align-items: end;
        flex-direction: column-reverse
    }

    header.layout-2024-01 header.site-header ul {
        margin-right: 10px
    }

    header.layout-2024-01 header.site-header .header-button {
        padding: 0
    }
}

@media (min-width: 1400px) {
    header.layout-2024-01 header.site-header {
        flex-direction: row
    }

    header.layout-2024-01 header.site-header .nav-wrap {
        flex-direction: row;
        align-items: center
    }
}

footer {
    border-top: 1px solid #CCC
}

footer .copyright {
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    padding: 10px
}

:root {
    --site-bg-color: #FBFAF3;
    --keycolor1: #FC6200;
    --keycolor2: #101b3b;
    --keycolor3: #f1f6fc;
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: var(--gray_800);
    --gray-dark: #343a40;
    --primary: #0d6efd;
    --secondary: #6c757d;
    --success: #198754;
    --info: #0dcaf0;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #212529;
    --yellow: #ffc107;
    --yellow2: #ffd807;
    --yellow3: #FFEA00;
    --gray_100: #e6e6e6;
    --gray_200: #CCCCCC;
    --gray_300: #b3b3b3;
    --gray_400: #999999;
    --gray_500: #808080;
    --gray_600: #666666;
    --gray_700: #4d4d4d;
    --gray_800: #333333;
    --gray_900: #1a1a1a;
    --black: #000;
    --bp-xs: var(--breakpoint-xs);
    --bp-sm: var(--breakpoint-sm);
    --bp-lg: var(--breakpoint-lg);
    --bp-xl: var(--breakpoint-xl)
}