﻿:focus {
    outline: none;
}
i::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
}
.has-text-align-right {
    text-align: right !important;
}
input[type="submit"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.alignright,
.alignleft {
    margin: 8px;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
    margin: 0px;
    padding: 0px;
    border: 0;
    outline: 0;
    background: rgba(0, 0, 0, 0);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    font-size: 1em;
    line-height: normal;
}
article,
aside,
details,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}
.txt-gray {
    color: #999;
}
.txt-gray02 {
    color: #4a4a4a;
}
.txt-red {
    color: #800300;
}
.txt-red02 {
    color: #cf1923;
}
.txt-wh {
    color: #fff;
}
.txt-blue {
    color: #1680c7;
}
html,
body {
    margin: 0px 0;
    padding: 0px;
    line-height: 1.6;
    font-size: 62.5%;
}
body {
    font-size: 16px;
    font-size: 1.6rem;
    color: #000;
    font-weight: normal;
    animation: fadeInbody 1s ease 0s 1 normal;
    text-align: justify;
    word-break: break-all;
    font-feature-settings: "palt";
    background: #f1f0ea;
    font-weight: normal;
    overflow-x: hidden;
}
body {
    font-family:
        YuGothic,
        "ヒラギノ角ゴ ProN W3",
        Hiragino Kaku Gothic ProN,
        -apple-system,
        Arial,
        "メイリオ",
        Meiryo,
        sans-serif;
}
@keyframes fadeInbody {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeInbody {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
img {
    border: 0px;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
}
.auto img {
    width: auto;
}
ol,
ul {
    list-style: none;
}
.clear {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.txt-center {
    text-align: center !important;
}
.txt-left {
    text-align: left !important;
}
.txt-right {
    text-align: right !important;
}
.txt-normal {
    font-weight: 100;
}
.bold {
    font-weight: 600;
}
.mincho {
    font-family:
        YuMincho, "HG明朝E", "HGS明朝E", "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN", "メイリオ", Meiryo, "Crimson Text", serif;
}
a {
    color: #000;
    text-decoration: underline;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a:hover,
input.submit:hover,
input.back:hover {
    text-decoration: none;
    opacity: 0.8;
}
label {
    cursor: pointer;
}
address {
    font-style: normal;
    font-size: 16px;
    font-size: 1.6rem;
    clear: both;
    margin: 0px;
    position: relative;
    text-align: center;
    color: #fff;
}
.btn {
    display: block;
    text-align: center;
    text-decoration: none;
    outline: none;
    position: relative;
    z-index: 2;
    background-color: #00a6b9;
    color: #000;
    overflow: hidden;
    padding: 15px 20px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
}
.btn.cancel {
    background: #999;
}
.btn.btn_small {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px;
    border-radius: 50px;
}
.btn::before,
.btn::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: "";
}
.btn,
.btn::before,
.btn::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.btn:hover {
    color: #fff !important;
    opacity: 1;
}
.btn::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}
.btn:hover::after {
    background: #404040;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.btn.btn_bk {
    background: #000;
    color: #fff;
}
.btn.btn_wh {
    background: #fff;
    color: #00a6b9;
}
.btn.btn_wh i {
    color: #00a6b9;
}
.btn.btn_k {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #000;
    color: #000;
}
.btn.btn_yellow {
    background: #00a6b9;
    color: #000;
}
.btn.btn_k_wh {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    color: #fff;
}
.btn_rangle i {
    position: absolute;
    right: 2rem;
    top: 11px;
}
_::-webkit-full-page-media,
_:future,
:root .btn_rangle i {
    top: 26%;
}
figure {
    position: relative;
    overflow: hidden;
    margin: 0;
}
figure a {
    display: block;
}
figure a:hover {
    opacity: 1;
}
figure a::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
figure a:hover::before {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.video {
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.link_box {
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition-duration: 0.3s;
    transition: all 0.5s ease;
}
.link_box:hover {
    opacity: 0.5;
}
blockquote {
    position: relative;
    padding: 2rem;
    box-sizing: border-box;
    font-style: normal;
    color: #333;
    border-left: solid 50px #00a6b9;
    background: #e6f5f6;
    margin-bottom: 3rem;
}
blockquote a {
    display: block;
}
blockquote p {
    margin-bottom: 0 !important;
}
blockquote:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -37px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: middle;
    content: "";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-size: 22px;
    line-height: 1;
    font-weight: 900;
}
.tablenav {
    color: #000;
    text-align: center;
    clear: both;
    padding: 80px 0 0px 0;
    margin: 0 5px;
    width: 100%;
}
a.page-numbers,
.tablenav .current {
    color: #000 !important;
    border: solid 1px #000;
    text-decoration: none;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    display: inline-block;
    padding-top: 7px;
}
a.page-numbers:hover:not(.prev, .next) {
    color: #fff !important;
    background: #000;
    opacity: 1;
}
.tablenav .current {
    color: #fff !important;
    background: #000;
    border-color: #000;
    font-weight: bold;
}
.tablenav .next,
.tablenav .prev {
    border: 0 none;
    background: rgba(0, 0, 0, 0);
    text-decoration: underline;
    width: auto;
    padding: 5px;
}
.side_bar_box .side_bar_title,
.side_bar_box02 .side_bar_title {
    border-bottom: 3px solid #000;
    padding: 5px 15px;
    margin-bottom: 15px;
    font-weight: bold;
}
.side_bar_box > ul {
    padding: 0px;
    margin-bottom: 30px;
}
.side_bar_box > ul > li a {
    text-decoration: none;
    color: #00a6b9;
    background: #e6f5f6;
    text-align: center;
    display: block;
    padding: 20px 10px;
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
    position: relative;
    border-radius: 50px;
    letter-spacing: 0.1em;
}
.side_bar_box > ul > li .children {
    padding: 0 0 0 15px;
}
.side_bar_box > ul > li .children li a::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    margin: 0 5px;
    font-weight: 900;
}
.screen-reader-text {
    display: none !important;
}
.mw_wp_form {
    clear: both;
}
.mw_wp_form .col-lg-12 {
    padding: 0;
}
.mw_wp_form span.required {
    background: #f38200;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 2px 5px;
    display: inline;
    margin-left: 15px;
    border-radius: 5px;
    top: -2px;
    position: relative;
}
.mw_wp_form input[type="submit"] {
    background-color: #000;
    border: none;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 3rem;
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    cursor: pointer;
    position: relative;
    display: block;
    border-radius: 0;
    width: 100%;
    font-family: inherit;
}
.mw_wp_form .btn_rangle::after {
    content: "";
    background: url(../img/arrow_right.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: 40px;
    top: 3.1rem;
    width: 20px;
    height: 20px;
}
.mw_wp_form input[name="submitBack"] {
    background-color: #ccc;
    border: none;
    color: #333;
    font-weight: bold;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    cursor: pointer;
}
.mw_wp_form input,
.mw_wp_form textarea {
    border: 1px solid #aaa;
    font-size: 16px;
    font-size: 1.6rem;
    width: 100%;
    padding: 15px;
    background: #fff;
    overflow: auto;
}
.mw_wp_form input.w30,
.mw_wp_form textarea.w30 {
    width: 50%;
}
.mw_wp_form input.w100p,
.mw_wp_form textarea.w100p {
    width: 100px;
}
.mw_wp_form input::placeholder,
.mw_wp_form textarea::placeholder {
    color: #ccc;
}
.mw_wp_form input:read-only,
.mw_wp_form textarea:read-only {
    border: none;
    font-weight: bold;
}
.mw_wp_form textarea {
    height: 200px;
}
.mw_wp_form input[type="radio"],
.mw_wp_form input[type="checkbox"],
.mw_wp_form input[type="number"],
.mw_wp_form .input_auto {
    width: auto;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0;
}
.mw_wp_form .mwform-zip-field {
    margin-bottom: 10px !important;
    display: block;
}
.mw_wp_form label:hover {
    cursor: pointer;
}
.mw_wp_form.mw_wp_form_confirm .kakunin_hidden {
    display: none;
}
.mw_wp_form .kakunin_blc {
    display: none;
}
.mw_wp_form.mw_wp_form_preview .kakunin_blc {
    display: block;
}
.breadcrumb {
    position: relative;
    padding: 10px 0px 30px 0px;
}
.breadcrumb a {
    color: #000;
}
.breadcrumb ol {
    font-size: 12px;
    font-size: 1.2rem;
    color: #000;
}
.breadcrumb ol li {
    display: inline;
}
.breadcrumb ol li:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    margin: 0 5px;
    font-weight: 900;
}
.breadcrumb ol li:last-child:after {
    content: none;
}
.breadcrumb ol li strong {
    font-weight: normal;
}
.dropup,
.dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.arrow_box {
    position: relative;
    width: 500px;
    height: 80px;
    background: #f0f0f0;
    padding: 15px;
    text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: bold;
}
.dropdown-menu:after {
    border: solid rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(240, 240, 240, 0);
    border-top-width: 28px;
    border-bottom-width: 28px;
    border-left-width: 18px;
    border-right-width: 18px;
    margin-left: -18px;
    border-bottom-color: #f0f0f0;
    bottom: 100%;
    left: 50%;
}
.dropdown-menu {
    position: absolute;
    top: 72px;
    left: -45%;
    z-index: 1000;
    display: none;
    min-width: 250px;
    width: 120%;
    background-color: #f0f0f0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
}
.dropdown-menu li {
    position: relative;
    float: none !important;
}
.dropdown-menu li a {
    padding: 15px !important;
    display: block;
    border-bottom: 1px solid #e2e2e2;
    color: #000 !important;
    text-decoration: none;
}
.dropdown-menu li a i {
    top: 2rem;
    right: 15px;
    position: absolute;
    color: rgba(0, 0, 0, 0.3);
}
.dropdown-menu li a:hover {
    color: #00a6b9;
    background: #e6f5f6;
}
.dropdown-menu li:last-child a {
    border-bottom: none;
}
.dropdown-menu li:hover {
    color: #00a6b9;
    background: #e6f5f6;
}
.dropdown-menu li:after {
    content: "";
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    opacity: 1;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    text-decoration: none;
    outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    left: auto;
    right: 0;
}
.dropdown-menu-left {
    left: 0;
    right: auto;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: rgba(0, 0, 0, 0);
    text-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.affix {
    position: fixed;
} /*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 1030px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1100px;
    }
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -ms-flex-order: 12;
    order: 12;
}
.offset-1 {
    margin-left: 8.333333%;
}
.offset-2 {
    margin-left: 16.666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.333333%;
}
.offset-5 {
    margin-left: 41.666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.333333%;
}
.offset-8 {
    margin-left: 66.666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.333333%;
}
.offset-11 {
    margin-left: 91.666667%;
}
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.m-n1 {
    margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}
.m-n2 {
    margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}
.m-n3 {
    margin: -1rem !important;
}
.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}
.m-n4 {
    margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}
.m-n5 {
    margin: -3rem !important;
}
.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}
header {
    background: #fff;
    width: 250px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding: 90px 15px 15px;
}
header h1 {
    padding: 0 10px;
}
header .login_menu {
    position: absolute;
    bottom: 30px;
    left: 30px;
}
header p {
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}
main {
    margin-left: 200px;
    padding: 90px 0;
    background: #f1f0ea;
}
main .container {
    position: relative;
}
.h2_title,
.arrow_title {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    border-radius: 100px;
    padding: 15px;
    position: relative;
    width: 90%;
    margin: 0px auto 0;
}
.h2_title::after,
.arrow_title::after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 15px;
    background: #0075c2;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: "";
}
.h2_title.game,
.arrow_title.game {
    background: #0075c2;
    color: #fff;
}
.h2_title.robot,
.arrow_title.robot {
    background: #45b035;
    color: #fff;
}
.h2_title.robot::after,
.arrow_title.robot::after {
    background: #45b035;
}
.h2_title.movie,
.arrow_title.movie {
    background: #e4007f;
    color: #fff;
}
.h2_title.movie::after,
.arrow_title.movie::after {
    background: #e4007f;
}
.h2_title.ai,
.arrow_title.ai {
    background: linear-gradient(
        130deg,
        rgb(109, 196, 188) 11%,
        rgb(75, 146, 205) 82%
    );
    color: #fff;
}
.h2_title.ai::after,
.arrow_title.ai::after {
    background: linear-gradient(
        130deg,
        rgb(109, 196, 188) 11%,
        rgb(75, 146, 205) 82%
    );
}
.toggle-button:not(.btn) {
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #999;
    border-radius: 50px;
    padding: 2px 10px;
}
.panel {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: -100%;
    width: 600px;
    max-width: 90%;
    height: 100%;
    overflow: scroll;
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    transition: right 0.5s ease;
    padding: 30px;
}
.panel h2 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 45px;
}
.panel .panel-content_inner {
    padding: 30px;
    border: 1px solid #999;
    border-radius: 10px;
    margin-bottom: 15px;
}
.panel .panel-content_inner h3 {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
}
.panel .st_btn {
    display: flex;
}
.panel .st_btn button {
    background: #fff;
    border-radius: 50px;
    border: 1px solid #999;
    padding: 3px 12px;
    display: inline-block;
    margin: 0;
    flex: 0 0 25%;
}
.panel .st_btn button.active {
    background: #00a6b9;
}
.panel input[type="text"],
.panel input[type="number"],
.panel textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid gray;
    border-radius: 10px;
    outline: none;
    transition: all 0.3s ease;
    display: inline-block;
    font-size: 16px;
}
.panel select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 10px;
    padding: 15px 40px 15px 15px;
    font-size: 16px;
    color: #333;
    outline: none;
    cursor: pointer;
    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns%3D"http%3A//www.w3.org/2000/svg" viewBox%3D"0 0 4 5"%3E%3Cpath fill%3D"%230073aa" d%3D"M2 0L0 2h4zM0 3l2 2 2-2z"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
}
.panel.open {
    right: 0;
}
.today_order_top {
    margin-bottom: 60px;
}
.today_order_top .today_order_top_sp_table {
    border-radius: 10px;
}
.today_order_top .today_order_top_sp_table thead th {
    border-top: none;
}
.today_order_top .today_order_top_sp_table .st_btn button {
    background: #fff;
    border-radius: 50px;
    border: 1px solid #999;
    padding: 3px 12px;
    display: inline-block;
    margin: 0;
}
.today_order_top .today_order_top_sp_table .st_btn button.active {
    background: #00a6b9;
}
.today_order_top table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background: #fff;
    border-radius: 10px;
}
.today_order_top table tr:first-child > *:first-child {
    border-radius: 10px 0 0 0;
}
.today_order_top table tr:first-child > *:last-child {
    border-radius: 0 10px 0 0;
}
.today_order_top table tr:last-child > *:first-child {
    border-radius: 0 0 0 10px;
}
.today_order_top table tr:last-child > *:last-child {
    border-radius: 0 0 10px 0;
}
.today_order_top table td,
.today_order_top table th {
    padding: 15px;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #999;
}
.today_order_top table tbody:last-of-type td {
    border-bottom: none;
}
.today_order_top table tbody.st_fin {
    opacity: 0.2;
}
.today_order_top .todays_sales_box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.today_order_top .todays_sales_box span {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
}
.today_order_top .h2_title {
    width: 100%;
    border-radius: 0;
}
.today_order_top .h2_title::after {
    content: none;
}
.today_order_top.select_type {
    position: relative;
}
.today_order_top.select_type select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #f0f0f0;
    border: none;
    padding: 10px 40px 10px 15px;
    font-size: 16px;
    color: #333;
    outline: none;
    cursor: pointer;
    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns%3D"http%3A//www.w3.org/2000/svg" viewBox%3D"0 0 4 5"%3E%3Cpath fill%3D"%230073aa" d%3D"M2 0L0 2h4zM0 3l2 2 2-2z"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.today_order_top.select_type select:hover {
    border-color: #005b88;
}
.today_order_top.select_type select:focus {
    border-color: #005b88;
    box-shadow: 0 0 8px rgba(0, 115, 170, 0.6);
}
.today_order_top.select_type select option {
    font-size: 16px;
    padding: 10px;
}
.today_order_top.select_type label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    color: #333;
}
.searchForm select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: none;
    border-radius: 10px;
    padding: 15px 40px 15px 15px;
    font-size: 16px;
    color: #333;
    outline: none;
    cursor: pointer;
    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns%3D"http%3A//www.w3.org/2000/svg" viewBox%3D"0 0 4 5"%3E%3Cpath fill%3D"%230073aa" d%3D"M2 0L0 2h4zM0 3l2 2 2-2z"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
}
.searchForm .search-button {
    padding: 15px 20px;
    font-weight: bold;
    color: #2c3e50;
    background-color: #00a6b9;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition:
        background-color 0.3s ease,
        box-shadow 0.3s ease;
    outline: none;
    width: 100%;
    text-align: center;
}
.searchForm .search-button:hover {
    background-color: #fff399;
}
.searchForm .search-button i {
    margin-right: 5px;
}
.searchForm input[type="text"] {
    width: 100%;
    padding: 15px;
    color: #2c3e50;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    outline: none;
    transition: all 0.3s ease;
    display: inline-block;
    font-size: 16px;
}
.searchForm input[type="text"]:focus {
    border-color: #3498db;
    box-shadow: 0 0 5px #8bc4ea;
}
.searchForm .datepicker-wrapper {
    position: relative;
    display: inline-block;
}
.searchForm .datepicker-wrapper span {
    width: 10%;
    margin: 0 auto;
    text-align: center;
}
.searchForm .datepicker-wrapper input[type="text"] {
    width: 45%;
    padding: 15px;
    color: #2c3e50;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    outline: none;
    transition: all 0.3s ease;
    display: inline-block;
}
.searchForm .datepicker-wrapper input[type="text"]:focus {
    border-color: #3498db;
    box-shadow: 0 0 5px #8bc4ea;
}
.searchForm .datepicker-wrapper .ui-datepicker {
    background: #fff;
    border: 1px solid #8aa4be;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}
.searchForm .datepicker-wrapper .ui-datepicker .ui-datepicker-header {
    background: #3498db;
    color: #fff;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.searchForm
    .datepicker-wrapper
    .ui-datepicker
    .ui-datepicker-header
    a.ui-datepicker-prev,
.searchForm
    .datepicker-wrapper
    .ui-datepicker
    .ui-datepicker-header
    a.ui-datepicker-next {
    color: #fff;
    text-decoration: none;
    padding: 5px;
}
.searchForm
    .datepicker-wrapper
    .ui-datepicker
    .ui-datepicker-header
    a.ui-datepicker-prev:hover,
.searchForm
    .datepicker-wrapper
    .ui-datepicker
    .ui-datepicker-header
    a.ui-datepicker-next:hover {
    background: #5faee3;
    border-radius: 50%;
}
.searchForm .datepicker-wrapper .ui-datepicker table {
    width: 100%;
    border-spacing: 5px;
}
.searchForm .datepicker-wrapper .ui-datepicker table th {
    color: #080b0e;
    padding: 5px;
}
.searchForm .datepicker-wrapper .ui-datepicker table td a {
    display: block;
    padding: 8px;
    border-radius: 10px;
    transition: all 0.2s ease;
    text-align: center;
}
.searchForm .datepicker-wrapper .ui-datepicker table td a:hover {
    background: #3498db;
    color: #fff;
}
.searchForm .datepicker-wrapper .ui-datepicker table td a.ui-state-active {
    background: #217dbb;
    color: #fff;
}
.archive_nav {
    margin-bottom: 45px;
}
.archive_nav a {
    background: #fff;
    display: inline-block;
    padding: 5px 25px;
    border-radius: 50px;
    text-decoration: none;
}
.archive_nav a.active {
    font-weight: bold;
    background: #0075c2;
    color: #fff;
}
.archive_nav a:hover {
    background: #0075c2;
    color: #fff;
}
.item_table img {
    width: 100px;
    height: auto;
}
.item_table span.display_on {
    background: #00a6b9;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50px;
    margin: 0 auto;
}
.item_table span.display_off {
    background: #ddd;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50px;
    margin: 0 auto;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
}
.switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    transition: 0.4s;
    border-radius: 50%;
}
.switch input:checked + .slider {
    background-color: #00a6b9;
}
.switch input:checked + .slider:before {
    transform: translateX(26px);
}
.delete-btn {
    background-color: #e74c3c;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}
.delete-btn:hover {
    background-color: #c0392b;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 50px 20px;
    border: 1px solid #888;
    width: 400px;
    max-width: 90%;
    text-align: center;
    border-radius: 10px;
    position: relative;
}
.modal .modal-content .close {
    color: #aaa;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
.modal .modal-content .close:hover,
.modal .modal-content .close:focus {
    color: #000;
    text-decoration: none;
}
.modal .modal-content .confirm-btn {
    background-color: #e74c3c;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    margin-right: 10px;
}
.modal .modal-content .confirm-btn:hover {
    background-color: #c0392b;
}
.modal .modal-content .cancel-btn {
    background-color: #bbb;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}
.modal .modal-content .cancel-btn:hover {
    background-color: #999;
}
.entry_btn {
    position: absolute;
    top: 0px;
    right: 15px;
}
.date-selector {
    margin-bottom: 15px;
}
.date-selector select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: none;
    border-radius: 10px;
    padding: 15px 40px 15px 15px;
    font-size: 16px;
    color: #333;
    outline: none;
    cursor: pointer;
    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns%3D"http%3A//www.w3.org/2000/svg" viewBox%3D"0 0 4 5"%3E%3Cpath fill%3D"%230073aa" d%3D"M2 0L0 2h4zM0 3l2 2 2-2z"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    position: relative;
    top: 0;
    right: 0;
    width: 200px;
    margin-right: 15px;
}
.chart-container {
    background-color: #fff;
    padding: 60px 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 1200px;
}
.chart-title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}
.buttons-container {
    text-align: center;
    margin-bottom: 60px;
}
.buttons-container .toggle-btn {
    background-color: #f3f3f3;
    color: #000;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.buttons-container .toggle-btn.active {
    background-color: #00a6b9;
}
.buttons-container .toggle-btn:hover {
    background-color: #00a6b9;
}
.bar-chart {
    display: flex;
    align-items: flex-end;
    height: 400px;
    position: relative;
}
.y-axis-labels {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 15px;
    font-size: 14px;
    color: #777;
}
.bars-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    width: 100%;
    padding-left: 60px;
    position: relative;
}
.bars-container::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    z-index: -1;
}
.bar {
    position: relative;
    width: 5%;
    margin: 0 5px;
    background-color: #4caf50;
    border-radius: 5px 5px 0 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    display: none;
}
.bar:hover {
    background-color: #388e3c;
}
.bar::after {
    content: attr(data-sales) " 万円";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #333;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.bar:hover::after {
    opacity: 1;
}
.x-axis-labels {
    position: absolute;
    top: 100%;
    left: 60px;
    width: calc(100% - 60px);
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #555;
    padding-top: 10px;
    border-top: 1px solid #ccc;
    text-align: center;
    pointer-events: none;
}
.x-axis-labels span {
    flex: 1;
    text-align: center;
}
.setting_box {
    background: #fff;
    border-radius: 10px;
    padding: 45px;
}
.setting_box input[type="text"],
.setting_box input[type="number"],
.setting_box input[type="file"],
.setting_box textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid gray;
    border-radius: 10px;
    outline: none;
    transition: all 0.3s ease;
    display: inline-block;
    font-size: 16px;
}
.setting_box select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 10px;
    padding: 15px 40px 15px 15px;
    font-size: 16px;
    color: #333;
    outline: none;
    cursor: pointer;
    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns%3D"http%3A//www.w3.org/2000/svg" viewBox%3D"0 0 4 5"%3E%3Cpath fill%3D"%230073aa" d%3D"M2 0L0 2h4zM0 3l2 2 2-2z"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
}
@media (min-width: 992px) {
    .hamburger {
        display: none;
    }
    .top_nav {
        text-align: left;
        padding: 60px 0;
    }
    .top_nav ul li {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        min-width: 15%;
        display: block;
        margin-bottom: 15px;
        padding: 0 15px;
    }
    .top_nav ul li a {
        display: block;
        text-decoration: none;
        color: #000;
        font-weight: bold;
    }
    .top_nav ul li i {
        margin-right: 5px;
        color: #999 !important;
    }
}
@media print, screen and (max-width: 991px) {
    .top_nav {
        padding: 20px 0 0;
        text-align: center;
        margin-bottom: 0;
        position: relative;
        background: rgba(255, 225, 0, 0.9);
    }
    .top_nav ul {
        padding: 60px 15px;
    }
    .top_nav ul li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        display: block;
    }
    .top_nav ul li a {
        display: block;
        text-decoration: none;
        padding: 10px 5px;
        color: #000;
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
    .top_nav ul li a img {
        width: auto;
    }
    .top_nav ul li a i {
        margin-right: 5px;
    }
    .hamburger {
        display: block;
        position: fixed;
        z-index: 99999999;
        left: 15px;
        bottom: 15px;
        width: 70px;
        height: 70px;
        cursor: pointer;
        text-align: center;
        background: #00a6b9;
        border-radius: 100px;
    }
    .hamburger p {
        position: absolute;
        bottom: 5px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 12px;
        font-size: 1.2rem;
        width: 100px;
        max-width: 100%;
        color: #00a6b9;
        font-weight: bold;
    }
    .hamburger.hamburger_bk {
        background: #000;
    }
    .hamburger.active {
        background: rgba(0, 0, 0, 0);
    }
    .hamburger.active p {
        color: #fff;
    }
    .hamburger span {
        display: block;
        position: absolute;
        width: 40px;
        height: 2px;
        left: 15px;
        background: #000;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        transition: 0.5s all;
    }
    .top_down {
        background: #000;
    }
    .hamburger span:nth-child(1) {
        top: 22px;
    }
    .hamburger span:nth-child(2) {
        top: 32px;
    }
    .hamburger span:nth-child(3) {
        top: 42px;
    }
    .hamburger.active span:nth-child(1) {
        top: 25px;
        left: 15px;
        width: 40px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: #000;
    }
    .hamburger.active span:nth-child(2) {
        left: 100%;
        opacity: 0;
        -webkit-animation: active-btn17-bar02 0.1s forwards;
        animation: active-hamburger-bar02 0.1s forwards;
    }
    @-webkit-keyframes active-hamburger-bar02 {
        100% {
            height: 0;
        }
    }
    @keyframes active-hamburger-bar02 {
        100% {
            height: 0;
        }
    }
    .hamburger.active span:nth-child(3) {
        top: 25px;
        width: 40px;
        background: #000;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    nav.globalMenuSp {
        position: fixed;
        z-index: 0;
        top: -130vh;
        left: 0;
        text-align: center;
        width: 100%;
        height: 100vh;
        height: 100dvh;
        opacity: 0;
        transition:
            opacity 0s ease,
            visibility 0.5s ease;
        font-size: 16px;
        font-size: 1.6rem;
    }
    nav.globalMenuSp.active {
        opacity: 1;
        top: 0;
        overflow: scroll;
        z-index: 99999;
        height: calc(100vh - 0px);
        height: calc(100dvh - 0px);
    }
    .btn_contact02 {
        display: none;
    }
}
.txt8 {
    font-size: 8px;
    font-size: 0.8rem;
}
.txt9 {
    font-size: 9px;
    font-size: 0.9rem;
}
.txt10 {
    font-size: 10px;
    font-size: 1rem;
}
.txt11 {
    font-size: 11px;
    font-size: 1.1rem;
}
.txt12 {
    font-size: 12px;
    font-size: 1.2rem;
}
.txt13 {
    font-size: 13px;
    font-size: 1.3rem;
}
.txt14 {
    font-size: 14px;
    font-size: 1.4rem;
}
.txt15 {
    font-size: 15px;
    font-size: 1.5rem;
}
.txt16 {
    font-size: 16px;
    font-size: 1.6rem;
}
.txt17 {
    font-size: 17px;
    font-size: 1.7rem;
}
.txt18 {
    font-size: 18px;
    font-size: 1.8rem;
}
.txt19 {
    font-size: 19px;
    font-size: 1.9rem;
}
.txt20 {
    font-size: 20px;
    font-size: 2rem;
}
.txt21 {
    font-size: 21px;
    font-size: 2.1rem;
}
.txt22 {
    font-size: 22px;
    font-size: 2.2rem;
}
.txt23 {
    font-size: 23px;
    font-size: 2.3rem;
}
.txt24 {
    font-size: 24px;
    font-size: 2.4rem;
}
.txt25 {
    font-size: 25px;
    font-size: 2.5rem;
}
.txt26 {
    font-size: 26px;
    font-size: 2.6rem;
}
.txt27 {
    font-size: 27px;
    font-size: 2.7rem;
}
.txt28 {
    font-size: 28px;
    font-size: 2.8rem;
}
.txt29 {
    font-size: 29px;
    font-size: 2.9rem;
}
.txt30 {
    font-size: 30px;
    font-size: 3rem;
}
.txt31 {
    font-size: 31px;
    font-size: 3.1rem;
}
.txt32 {
    font-size: 32px;
    font-size: 3.2rem;
}
.txt33 {
    font-size: 33px;
    font-size: 3.3rem;
}
.txt34 {
    font-size: 34px;
    font-size: 3.4rem;
}
.txt35 {
    font-size: 35px;
    font-size: 3.5rem;
}
.txt36 {
    font-size: 36px;
    font-size: 3.6rem;
}
.txt37 {
    font-size: 37px;
    font-size: 3.7rem;
}
.txt38 {
    font-size: 38px;
    font-size: 3.8rem;
}
.txt39 {
    font-size: 39px;
    font-size: 3.9rem;
}
.txt40 {
    font-size: 40px;
    font-size: 4rem;
}
.txt41 {
    font-size: 41px;
    font-size: 4.1rem;
}
.txt42 {
    font-size: 42px;
    font-size: 4.2rem;
}
.txt43 {
    font-size: 43px;
    font-size: 4.3rem;
}
.txt44 {
    font-size: 44px;
    font-size: 4.4rem;
}
.txt45 {
    font-size: 45px;
    font-size: 4.5rem;
}
.txt46 {
    font-size: 46px;
    font-size: 4.6rem;
}
.txt47 {
    font-size: 47px;
    font-size: 4.7rem;
}
.txt48 {
    font-size: 48px;
    font-size: 4.8rem;
}
.txt49 {
    font-size: 49px;
    font-size: 4.9rem;
}
.txt50 {
    font-size: 50px;
    font-size: 5rem;
}
.txt51 {
    font-size: 51px;
    font-size: 5.1rem;
}
.txt52 {
    font-size: 52px;
    font-size: 5.2rem;
}
.txt53 {
    font-size: 53px;
    font-size: 5.3rem;
}
.txt54 {
    font-size: 54px;
    font-size: 5.4rem;
}
.txt55 {
    font-size: 55px;
    font-size: 5.5rem;
}
.txt56 {
    font-size: 56px;
    font-size: 5.6rem;
}
.txt57 {
    font-size: 57px;
    font-size: 5.7rem;
}
.txt58 {
    font-size: 58px;
    font-size: 5.8rem;
}
.txt59 {
    font-size: 59px;
    font-size: 5.9rem;
}
.txt60 {
    font-size: 60px;
    font-size: 6rem;
}
.txt61 {
    font-size: 61px;
    font-size: 6.1rem;
}
.txt62 {
    font-size: 62px;
    font-size: 6.2rem;
}
.txt63 {
    font-size: 63px;
    font-size: 6.3rem;
}
.txt64 {
    font-size: 64px;
    font-size: 6.4rem;
}
.txt65 {
    font-size: 65px;
    font-size: 6.5rem;
}
.txt66 {
    font-size: 66px;
    font-size: 6.6rem;
}
.txt67 {
    font-size: 67px;
    font-size: 6.7rem;
}
.txt68 {
    font-size: 68px;
    font-size: 6.8rem;
}
.txt69 {
    font-size: 69px;
    font-size: 6.9rem;
}
.txt70 {
    font-size: 70px;
    font-size: 7rem;
}
.txt71 {
    font-size: 71px;
    font-size: 7.1rem;
}
.txt72 {
    font-size: 72px;
    font-size: 7.2rem;
}
.txt73 {
    font-size: 73px;
    font-size: 7.3rem;
}
.txt74 {
    font-size: 74px;
    font-size: 7.4rem;
}
.txt75 {
    font-size: 75px;
    font-size: 7.5rem;
}
.txt76 {
    font-size: 76px;
    font-size: 7.6rem;
}
.txt77 {
    font-size: 77px;
    font-size: 7.7rem;
}
.txt78 {
    font-size: 78px;
    font-size: 7.8rem;
}
.txt79 {
    font-size: 79px;
    font-size: 7.9rem;
}
.txt80 {
    font-size: 80px;
    font-size: 8rem;
}
.txt81 {
    font-size: 81px;
    font-size: 8.1rem;
}
.txt82 {
    font-size: 82px;
    font-size: 8.2rem;
}
.txt83 {
    font-size: 83px;
    font-size: 8.3rem;
}
.txt84 {
    font-size: 84px;
    font-size: 8.4rem;
}
.txt85 {
    font-size: 85px;
    font-size: 8.5rem;
}
.txt86 {
    font-size: 86px;
    font-size: 8.6rem;
}
.txt87 {
    font-size: 87px;
    font-size: 8.7rem;
}
.txt88 {
    font-size: 88px;
    font-size: 8.8rem;
}
.txt89 {
    font-size: 89px;
    font-size: 8.9rem;
}
.pd0 {
    padding: 0px !important;
}
.pd5 {
    padding: 5px !important;
}
.pd10 {
    padding: 10px !important;
}
.pd15 {
    padding: 15px !important;
}
.pd20 {
    padding: 20px !important;
}
.pd25 {
    padding: 25px !important;
}
.pd30 {
    padding: 30px !important;
}
.pd35 {
    padding: 35px !important;
}
.pd40 {
    padding: 40px !important;
}
.pd45 {
    padding: 45px !important;
}
.pd50 {
    padding: 50px !important;
}
.pd55 {
    padding: 55px !important;
}
.pd60 {
    padding: 60px !important;
}
.pd-t0 {
    padding-top: 0px;
}
.pd-r0 {
    padding-right: 0px !important;
}
.pd-b0 {
    padding-bottom: 0px;
}
.pd-l0 {
    padding-left: 0px;
}
.pd-t5 {
    padding-top: 5px;
}
.pd-r5 {
    padding-right: 5px !important;
}
.pd-b5 {
    padding-bottom: 5px;
}
.pd-l5 {
    padding-left: 5px;
}
.pd-t10 {
    padding-top: 10px;
}
.pd-r10 {
    padding-right: 10px !important;
}
.pd-b10 {
    padding-bottom: 10px;
}
.pd-l10 {
    padding-left: 10px;
}
.pd-t15 {
    padding-top: 15px;
}
.pd-r15 {
    padding-right: 15px !important;
}
.pd-b15 {
    padding-bottom: 15px;
}
.pd-l15 {
    padding-left: 15px;
}
.pd-t20 {
    padding-top: 20px;
}
.pd-r20 {
    padding-right: 20px !important;
}
.pd-b20 {
    padding-bottom: 20px;
}
.pd-l20 {
    padding-left: 20px;
}
.pd-t25 {
    padding-top: 25px;
}
.pd-r25 {
    padding-right: 25px !important;
}
.pd-b25 {
    padding-bottom: 25px;
}
.pd-l25 {
    padding-left: 25px;
}
.pd-t30 {
    padding-top: 30px;
}
.pd-r30 {
    padding-right: 30px !important;
}
.pd-b30 {
    padding-bottom: 30px;
}
.pd-l30 {
    padding-left: 30px;
}
.pd-t35 {
    padding-top: 35px;
}
.pd-r35 {
    padding-right: 35px !important;
}
.pd-b35 {
    padding-bottom: 35px;
}
.pd-l35 {
    padding-left: 35px;
}
.pd-t40 {
    padding-top: 40px;
}
.pd-r40 {
    padding-right: 40px !important;
}
.pd-b40 {
    padding-bottom: 40px;
}
.pd-l40 {
    padding-left: 40px;
}
.pd-t45 {
    padding-top: 45px;
}
.pd-r45 {
    padding-right: 45px !important;
}
.pd-b45 {
    padding-bottom: 45px;
}
.pd-l45 {
    padding-left: 45px;
}
.pd-t50 {
    padding-top: 50px;
}
.pd-r50 {
    padding-right: 50px !important;
}
.pd-b50 {
    padding-bottom: 50px;
}
.pd-l50 {
    padding-left: 50px;
}
.pd-t55 {
    padding-top: 55px;
}
.pd-r55 {
    padding-right: 55px !important;
}
.pd-b55 {
    padding-bottom: 55px;
}
.pd-l55 {
    padding-left: 55px;
}
.pd-t60 {
    padding-top: 60px;
}
.pd-r60 {
    padding-right: 60px !important;
}
.pd-b60 {
    padding-bottom: 60px;
}
.pd-l60 {
    padding-left: 60px;
}
.hidedd {
    display: none;
}
@media (min-width: 992px) {
    .pc_none {
        display: none !important;
    }
    .pc_bl {
        display: block;
    }
    .sp_br {
        display: none;
    }
    img.auto {
        width: auto;
    }
    .w50_pc {
        width: 50%;
    }
    .blog_entry p img {
        width: auto;
    }
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}
@media print, screen and (max-width: 781px) {
    .is-layout-flex {
        display: flex;
        gap: 0px;
    }
}
@media print, screen and (max-width: 991px) {
    input[type="submit"] {
        -webkit-appearance: none;
        appearance: none;
    }
    .sp_bl {
        display: block;
    }
    .sp_none {
        display: none !important;
    }
    .sp-txt-left {
        text-align: left !important;
    }
    .link_box {
        cursor: pointer;
        position: relative;
        -webkit-transition: all 0s ease;
        -moz-transition: all 0s ease;
        transition-duration: 0s;
        transition: all 0s ease;
    }
    .link_box:hover {
        opacity: 1;
    }
    a:hover,
    a:focus,
    a:active,
    input.submit:hover,
    input.submit:focus,
    input.submit:active,
    input.back:hover,
    input.back:focus,
    input.back:active {
        text-decoration: none;
        opacity: 1;
    }
    input[type="submit"]:hover {
        opacity: 1;
        text-decoration: none;
    }
    input,
    textarea,
    select {
        font-size: 16px;
        -webkit-user-select: auto;
        user-select: auto;
    }
    [href*="tel"] {
        text-decoration: none;
    }
    .default_table .table01 {
        border-collapse: collapse;
    }
    .default_table .table01 th,
    .default_table .table01 td {
        display: list-item;
        list-style: none;
        width: 100%;
        word-break: break-all;
        padding: 1rem;
    }
    .default_table .table01 th {
        text-align: left !important;
        border-top: 1px solid #fff;
        font-weight: bold;
    }
    .default_table .table01 td {
        border-bottom: none;
    }
    .default_table .table01 tr:last-child td {
        border-bottom: 1px solid #00a6b9;
    }
    .default_table .form_table th,
    .default_table .form_table td {
        display: list-item;
        list-style: none;
        width: 100%;
        padding: 5px;
    }
    .default_table .form_table th {
        text-align: left !important;
        padding-bottom: 0;
    }
    .default_table .form_table input,
    .default_table .form_table textarea {
        width: 100%;
    }
    .table-responsive {
        width: 100%;
        margin-bottom: 30px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border-top: none;
        border-bottom: none;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table > tbody > tr > td > table img {
        width: auto;
    }
    .table-responsive > .table > tbody > tr > td > table tr td:nth-child(1) {
        min-width: 100px;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
    .sp_txt_left {
        text-align: left !important;
    }
    .sp_txt_center {
        text-align: center !important;
    }
    a:hover,
    input.submit:hover,
    input.back:hover {
        text-decoration: none;
        opacity: 1 !important;
    }
    header {
        width: 100%;
        height: 70px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        border-right: none;
        border-bottom: 1px solid #f5f5f0;
        padding: 15px 15px;
    }
    header h1 {
        width: 40%;
        text-align: center;
        float: left;
    }
    header h1 img {
        height: 30px;
        width: auto;
    }
    header .login_menu {
        position: absolute;
        bottom: 30px;
        left: auto;
        right: 30px;
    }
    header p {
        margin-top: 0;
        font-size: 12px;
        font-size: 1.2rem;
        text-align: right;
    }
    main {
        margin-left: 0;
        padding: 90px 0;
    }
    .today_order_top {
        margin-bottom: 60px;
    }
    .today_order_top .today_order_top_sp_table {
        overflow-x: scroll;
    }
    .today_order_top table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        white-space: nowrap;
    }
    .today_order_top table td,
    .today_order_top table th {
        padding: 15px;
        position: relative;
        text-align: center;
        word-break: break-all;
        width: 100%;
    }
    .h2_title,
    .arrow_title {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
        border-radius: 100px;
        padding: 15px;
        position: relative;
        width: 90%;
        margin: 0px auto 0;
    }
    .h2_title::after,
    .arrow_title::after {
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 30px;
        height: 15px;
        background: #0075c2;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        content: "";
    }
    .h2_title.game,
    .arrow_title.game {
        background: #0075c2;
        color: #fff;
    }
    .h2_title.robot,
    .arrow_title.robot {
        background: #45b035;
        color: #fff;
    }
    .h2_title.robot::after,
    .arrow_title.robot::after {
        background: #45b035;
    }
    .h2_title.movie,
    .arrow_title.movie {
        background: #e4007f;
        color: #fff;
    }
    .h2_title.movie::after,
    .arrow_title.movie::after {
        background: #e4007f;
    }
    .h2_title.ai,
    .arrow_title.ai {
        background: linear-gradient(
            130deg,
            rgb(109, 196, 188) 11%,
            rgb(75, 146, 205) 82%
        );
        color: #fff;
    }
    .h2_title.ai::after,
    .arrow_title.ai::after {
        background: linear-gradient(
            130deg,
            rgb(109, 196, 188) 11%,
            rgb(75, 146, 205) 82%
        );
    }
    .toggle-button:not(.btn) {
        cursor: pointer;
        text-decoration: none;
        border: 1px solid #999;
        border-radius: 50px;
        padding: 2px 10px;
    }
    .panel {
        position: fixed;
        z-index: 9999;
        top: 0;
        right: -100%;
        width: 600px;
        max-width: 90%;
        height: 100%;
        overflow: scroll;
        background-color: #fff;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
        transition: right 0.5s ease;
        padding: 30px;
    }
    .panel h2 {
        font-size: 22px;
        font-size: 2.2rem;
        font-weight: bold;
        margin-bottom: 45px;
    }
    .panel .panel-content_inner {
        padding: 15px;
        border: 1px solid #999;
        border-radius: 10px;
        margin-bottom: 15px;
    }
    .panel .panel-content_inner h3 {
        font-weight: bold;
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
    .panel .panel-content_inner .row {
        border-bottom: 1px solid #999;
        padding-bottom: 15px;
    }
    .panel .panel-content_inner .row:last-child {
        border: none;
        padding-bottom: 0;
    }
    .panel .st_btn {
        display: flex;
        flex-wrap: wrap;
    }
    .panel .st_btn button {
        background: #fff;
        border-radius: 50px;
        border: 1px solid #999;
        padding: 3px 12px;
        display: inline-block;
        margin: 0;
        flex: 0 0 50%;
        margin-bottom: 10px;
    }
    .panel .st_btn button.active {
        background: #00a6b9;
    }
    .panel input[type="text"],
    .panel input[type="number"],
    .panel textarea {
        width: 100%;
        padding: 15px;
        border: 1px solid gray;
        border-radius: 10px;
        outline: none;
        transition: all 0.3s ease;
        display: inline-block;
        font-size: 16px;
    }
    .panel select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: #fff;
        border: 1px solid #999;
        border-radius: 10px;
        padding: 15px 40px 15px 15px;
        font-size: 16px;
        color: #333;
        outline: none;
        cursor: pointer;
        transition:
            border-color 0.3s ease,
            box-shadow 0.3s ease;
        background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns%3D"http%3A//www.w3.org/2000/svg" viewBox%3D"0 0 4 5"%3E%3Cpath fill%3D"%230073aa" d%3D"M2 0L0 2h4zM0 3l2 2 2-2z"/%3E%3C/svg%3E');
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-size: 12px;
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
    }
    .panel.open {
        right: 0;
    }
    .today_order_top {
        margin-bottom: 60px;
    }
    .today_order_top .today_order_top_sp_table {
        border-radius: 10px;
    }
    .today_order_top .today_order_top_sp_table thead th {
        border-top: none;
    }
    .today_order_top .today_order_top_sp_table .st_btn button {
        background: #fff;
        border-radius: 50px;
        border: 1px solid #999;
        padding: 3px 12px;
        display: inline-block;
        margin: 0;
    }
    .today_order_top .today_order_top_sp_table .st_btn button.active {
        background: #00a6b9;
    }
    .today_order_top table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        background: #fff;
        border-radius: 10px;
    }
    .today_order_top table tr:first-child > *:first-child {
        border-radius: 10px 0 0 0;
    }
    .today_order_top table tr:first-child > *:last-child {
        border-radius: 0 10px 0 0;
    }
    .today_order_top table tr:last-child > *:first-child {
        border-radius: 0 0 0 10px;
    }
    .today_order_top table tr:last-child > *:last-child {
        border-radius: 0 0 10px 0;
    }
    .today_order_top table td,
    .today_order_top table th {
        padding: 15px;
        position: relative;
        text-align: center;
        border-bottom: 1px solid #999;
    }
    .today_order_top table tbody:last-of-type td {
        border-bottom: none;
    }
    .today_order_top table tbody.st_fin {
        opacity: 0.2;
    }
    .today_order_top .todays_sales_box {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .today_order_top .todays_sales_box span {
        font-size: 28px;
        font-size: 2.8rem;
        font-weight: bold;
    }
    .today_order_top .h2_title {
        width: 100%;
        border-radius: 0;
    }
    .today_order_top .h2_title::after {
        content: none;
    }
    .today_order_top.select_type {
        position: relative;
    }
    .today_order_top.select_type select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: #f0f0f0;
        border: none;
        padding: 10px 40px 10px 15px;
        font-size: 16px;
        color: #333;
        outline: none;
        cursor: pointer;
        transition:
            border-color 0.3s ease,
            box-shadow 0.3s ease;
        background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns%3D"http%3A//www.w3.org/2000/svg" viewBox%3D"0 0 4 5"%3E%3Cpath fill%3D"%230073aa" d%3D"M2 0L0 2h4zM0 3l2 2 2-2z"/%3E%3C/svg%3E');
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-size: 12px;
        position: absolute;
        top: 50%;
        right: auto;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .today_order_top.select_type select:hover {
        border-color: #005b88;
    }
    .today_order_top.select_type select:focus {
        border-color: #005b88;
        box-shadow: 0 0 8px rgba(0, 115, 170, 0.6);
    }
    .today_order_top.select_type select option {
        font-size: 16px;
        padding: 10px;
    }
    .today_order_top.select_type label {
        display: block;
        margin-bottom: 10px;
        font-weight: bold;
        color: #333;
    }
    .searchForm select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: #fff;
        border: none;
        border-radius: 10px;
        padding: 15px 40px 15px 15px;
        font-size: 16px;
        color: #333;
        outline: none;
        cursor: pointer;
        transition:
            border-color 0.3s ease,
            box-shadow 0.3s ease;
        background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns%3D"http%3A//www.w3.org/2000/svg" viewBox%3D"0 0 4 5"%3E%3Cpath fill%3D"%230073aa" d%3D"M2 0L0 2h4zM0 3l2 2 2-2z"/%3E%3C/svg%3E');
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-size: 12px;
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
    }
    .searchForm .search-button {
        padding: 15px 20px;
        font-weight: bold;
        color: #2c3e50;
        background-color: #00a6b9;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        transition:
            background-color 0.3s ease,
            box-shadow 0.3s ease;
        outline: none;
        width: 100%;
        text-align: center;
    }
    .searchForm .search-button:hover {
        background-color: #fff399;
    }
    .searchForm .search-button i {
        margin-right: 5px;
    }
    .searchForm input[type="text"] {
        width: 100%;
        padding: 15px;
        color: #2c3e50;
        background-color: #fff;
        border: 1px solid #e6e6e6;
        border-radius: 10px;
        outline: none;
        transition: all 0.3s ease;
        display: inline-block;
        font-size: 16px;
    }
    .searchForm input[type="text"]:focus {
        border-color: #3498db;
        box-shadow: 0 0 5px #8bc4ea;
    }
    .searchForm .datepicker-wrapper {
        position: relative;
        display: inline-block;
    }
    .searchForm .datepicker-wrapper span {
        width: 10%;
        margin: 0 auto;
        text-align: center;
    }
    .searchForm .datepicker-wrapper input[type="text"] {
        width: 45%;
        padding: 15px;
        color: #2c3e50;
        background-color: #fff;
        border: 1px solid #e6e6e6;
        border-radius: 10px;
        outline: none;
        transition: all 0.3s ease;
        display: inline-block;
    }
    .searchForm .datepicker-wrapper input[type="text"]:focus {
        border-color: #3498db;
        box-shadow: 0 0 5px #8bc4ea;
    }
    .searchForm .datepicker-wrapper .ui-datepicker {
        background: #fff;
        border: 1px solid #8aa4be;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        margin-top: 10px;
    }
    .searchForm .datepicker-wrapper .ui-datepicker .ui-datepicker-header {
        background: #3498db;
        color: #fff;
        padding: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .searchForm
        .datepicker-wrapper
        .ui-datepicker
        .ui-datepicker-header
        a.ui-datepicker-prev,
    .searchForm
        .datepicker-wrapper
        .ui-datepicker
        .ui-datepicker-header
        a.ui-datepicker-next {
        color: #fff;
        text-decoration: none;
        padding: 5px;
    }
    .searchForm
        .datepicker-wrapper
        .ui-datepicker
        .ui-datepicker-header
        a.ui-datepicker-prev:hover,
    .searchForm
        .datepicker-wrapper
        .ui-datepicker
        .ui-datepicker-header
        a.ui-datepicker-next:hover {
        background: #5faee3;
        border-radius: 50%;
    }
    .searchForm .datepicker-wrapper .ui-datepicker table {
        width: 100%;
        border-spacing: 5px;
    }
    .searchForm .datepicker-wrapper .ui-datepicker table th {
        color: #080b0e;
        padding: 5px;
    }
    .searchForm .datepicker-wrapper .ui-datepicker table td a {
        display: block;
        padding: 8px;
        border-radius: 10px;
        transition: all 0.2s ease;
        text-align: center;
    }
    .searchForm .datepicker-wrapper .ui-datepicker table td a:hover {
        background: #3498db;
        color: #fff;
    }
    .searchForm .datepicker-wrapper .ui-datepicker table td a.ui-state-active {
        background: #217dbb;
        color: #fff;
    }
    .archive_nav {
        margin-bottom: 15px;
    }
    .archive_nav a {
        background: #fff;
        display: inline-block;
        padding: 5px 25px;
        border-radius: 50px;
        text-decoration: none;
    }
    .archive_nav a.active {
        font-weight: bold;
        background: #0075c2;
        color: #fff;
    }
    .archive_nav a:hover {
        background: #0075c2;
        color: #fff;
    }
    .item_table img {
        width: 100px;
        height: auto;
    }
    .item_table span.display_on {
        background: #00a6b9;
        width: 10px;
        height: 10px;
        display: block;
        border-radius: 50px;
        margin: 0 auto;
    }
    .item_table span.display_off {
        background: #ddd;
        width: 10px;
        height: 10px;
        display: block;
        border-radius: 50px;
        margin: 0 auto;
    }
    .switch {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 34px;
    }
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }
    .switch .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        transition: 0.4s;
        border-radius: 34px;
    }
    .switch .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: #fff;
        transition: 0.4s;
        border-radius: 50%;
    }
    .switch input:checked + .slider {
        background-color: #00a6b9;
    }
    .switch input:checked + .slider:before {
        transform: translateX(26px);
    }
    .delete-btn {
        background-color: #e74c3c;
        color: #fff;
        padding: 10px 20px;
        border: none;
        cursor: pointer;
        border-radius: 5px;
    }
    .delete-btn:hover {
        background-color: #c0392b;
    }
    .modal {
        display: none;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .modal .modal-content {
        background-color: #fefefe;
        margin: 15% auto;
        padding: 50px 20px;
        border: 1px solid #888;
        width: 400px;
        max-width: 90%;
        text-align: center;
        border-radius: 10px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .modal .modal-content .close {
        color: #aaa;
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 28px;
        font-weight: bold;
        cursor: pointer;
    }
    .modal .modal-content .close:hover,
    .modal .modal-content .close:focus {
        color: #000;
        text-decoration: none;
    }
    .modal .modal-content .confirm-btn {
        background-color: #e74c3c;
        color: #fff;
        padding: 10px 20px;
        border: none;
        cursor: pointer;
        border-radius: 5px;
        margin-right: 10px;
    }
    .modal .modal-content .confirm-btn:hover {
        background-color: #c0392b;
    }
    .modal .modal-content .cancel-btn {
        background-color: #bbb;
        color: #fff;
        padding: 10px 20px;
        border: none;
        cursor: pointer;
        border-radius: 5px;
    }
    .modal .modal-content .cancel-btn:hover {
        background-color: #999;
    }
    .entry_btn {
        position: fixed;
        top: auto;
        bottom: 25px;
        right: 15px;
        z-index: 2222;
    }
    .entry_btn a {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .date-selector {
        margin-bottom: 15px;
    }
    .date-selector select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: #fff;
        border: none;
        border-radius: 10px;
        padding: 15px 40px 15px 15px;
        font-size: 16px;
        color: #333;
        outline: none;
        cursor: pointer;
        transition:
            border-color 0.3s ease,
            box-shadow 0.3s ease;
        background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns%3D"http%3A//www.w3.org/2000/svg" viewBox%3D"0 0 4 5"%3E%3Cpath fill%3D"%230073aa" d%3D"M2 0L0 2h4zM0 3l2 2 2-2z"/%3E%3C/svg%3E');
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-size: 12px;
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .chart-container {
        background-color: #fff;
        padding: 60px 30px;
        border-radius: 10px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        width: 100%;
        max-width: 1200px;
    }
    .chart-title {
        text-align: center;
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 20px;
        color: #333;
    }
    .buttons-container {
        text-align: center;
        margin-bottom: 60px;
    }
    .buttons-container .toggle-btn {
        background-color: #f3f3f3;
        color: #000;
        padding: 10px 15px;
        border: none;
        border-radius: 5px;
        margin: 0 5px;
        cursor: pointer;
        transition: background-color 0.3s;
    }
    .buttons-container .toggle-btn.active {
        background-color: #00a6b9;
    }
    .buttons-container .toggle-btn:hover {
        background-color: #00a6b9;
    }
    .bar-chart {
        display: flex;
        align-items: flex-end;
        height: 400px;
        position: relative;
    }
    .y-axis-labels {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-right: 15px;
        font-size: 8px;
        color: #777;
    }
    .bars-container {
        display: flex;
        justify-content: space-around;
        align-items: flex-end;
        width: 100%;
        padding-left: 40px;
        position: relative;
    }
    .bars-container::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
        z-index: -1;
    }
    .bar {
        position: relative;
        width: 5%;
        margin: 0 4px;
        background-color: #4caf50;
        border-radius: 5px 5px 0 0;
        height: 0;
        opacity: 0;
        visibility: hidden;
        display: none;
    }
    .bar:hover {
        background-color: #388e3c;
    }
    .bar::after {
        content: attr(data-sales) " 万円";
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        font-size: 12px;
        color: #333;
        white-space: nowrap;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
    }
    .bar:hover::after {
        opacity: 1;
    }
    .x-axis-labels {
        position: absolute;
        top: 100%;
        left: 40px;
        width: calc(100% - 40px);
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        color: #555;
        padding-top: 10px;
        border-top: 1px solid #ccc;
        text-align: center;
        pointer-events: none;
    }
    .x-axis-labels span {
        flex: 1;
        text-align: center;
        font-size: 7px;
        font-size: 0.7rem;
    }
    .setting_box {
        background: #fff;
        border-radius: 10px;
        padding: 45px 15px;
    }
    .setting_box input[type="text"],
    .setting_box input[type="number"],
    .setting_box textarea {
        width: 100%;
        padding: 15px;
        border: 1px solid gray;
        border-radius: 10px;
        outline: none;
        transition: all 0.3s ease;
        display: inline-block;
        font-size: 16px;
    }
    .setting_box select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: #fff;
        border: 1px solid #999;
        border-radius: 10px;
        padding: 15px 40px 15px 15px;
        font-size: 16px;
        color: #333;
        outline: none;
        cursor: pointer;
        transition:
            border-color 0.3s ease,
            box-shadow 0.3s ease;
        background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns%3D"http%3A//www.w3.org/2000/svg" viewBox%3D"0 0 4 5"%3E%3Cpath fill%3D"%230073aa" d%3D"M2 0L0 2h4zM0 3l2 2 2-2z"/%3E%3C/svg%3E');
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-size: 12px;
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
    }
}
@-webkit-keyframes passing {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0;
    }
    50% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0;
    }
}
@keyframes passing {
    0% {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0;
    }
    50% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0;
    }
}
.faa-passing.animated,
.faa-passing.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-passing {
    -webkit-animation: passing 2s linear infinite;
    animation: passing 2s linear infinite;
}
.faa-passing.animated.faa-fast,
.faa-passing.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-passing.faa-fast {
    -webkit-animation: passing 1s linear infinite;
    animation: passing 1s linear infinite;
}
.faa-passing.animated.faa-slow,
.faa-passing.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-passing.faa-slow {
    -webkit-animation: passing 3s linear infinite;
    animation: passing 3s linear infinite;
}
.modal-open {
    cursor: pointer;
    text-decoration: none;
}
.modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    padding: 40px 15px;
    overflow: auto;
    display: none;
    box-sizing: border-box;
    z-index: 99;
}
.modal-container:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.modal-container.active {
    opacity: 1;
    visibility: visible;
}
.modal-body {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    max-width: 90%;
}
.modal-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -40px;
    right: 0px;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}
.modal-content {
    background: #fff;
    text-align: left;
    padding: 60px;
    border-radius: 20px;
    line-height: 1.6;
}
.modal-content h2 {
    color: #00a6b9;
    font-size: 26px;
    font-size: 2.6rem;
    border-bottom: 2px solid #00a6b9;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
@media print, screen and (max-width: 767px) {
    .modal-content {
        background: #fff;
        text-align: left;
        padding: 30px 15px;
        border-radius: 10px;
        line-height: 1.6;
        width: 100%;
        max-width: 100%;
        font-size: 14px;
        font-size: 1.4rem;
    }
}
.acf-ui-datepicker .ui-datepicker {
    z-index: 99999999 !important;
    position: absolute !important;
} /*# sourceMappingURL=common.css.map */
/* ドライバー用注文管理画面 */
.driver-order-management {
    padding: 15px;
}
.driver-order-management .today-toggle {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}
.driver-order-management .today-toggle a {
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s;
}
.driver-order-management .today-toggle a.active {
    background: #007bff;
    color: #fff;
}
.driver-order-management .today-toggle a:not(.active) {
    background: #e9ecef;
    color: #495057;
}
.driver-order-management .today-toggle a:not(.active):hover {
    background: #d3d7db;
}
.driver-order-management .status-pending {
    background: #fff3cd;
    color: #856404;
}
.driver-order-management .status-in-progress {
    background: #cce5ff;
    color: #004085;
}
.driver-order-management .status-completed {
    background: #d4edda;
    color: #155724;
}
.driver-order-management .status-cancelled {
    background: #f8d7da;
    color: #721c24;
}
.driver-order-management .driver-order-cards {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.driver-order-management .order-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
    transition:
        transform 0.2s,
        box-shadow 0.2s;
}
.driver-order-management .order-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.driver-order-management .order-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}
.driver-order-management .order-number {
    font-size: 28px;
    font-weight: bold;
    color: #333;
}
.driver-order-management .delivery-status {
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
}
.driver-order-management .order-card-body .order-info-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    font-size: 14px;
}
.driver-order-management .order-card-body .order-info-row i {
    width: 20px;
    color: #666;
}
.driver-order-management .product-list {
    margin-top: 12px;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 8px;
}
.driver-order-management .product-list .product-list-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #333;
}
.driver-order-management .product-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.driver-order-management .product-list ul li {
    padding: 4px 0;
    font-size: 14px;
    color: #555;
    border-bottom: 1px dashed #ddd;
}
.driver-order-management .product-list ul li:last-child {
    border-bottom: none;
}
.driver-order-management .delivery-address {
    margin-top: 12px;
    padding: 10px;
    background: #e3f2fd;
    border-radius: 8px;
}
.driver-order-management .delivery-address .delivery-address-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #1565c0;
}
.driver-order-management .delivery-address .delivery-address-body {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
}
.driver-order-management .action-btn {
    width: 100%;
    padding: 12px;
    margin-top: 15px;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
    background: #28a745;
    color: #fff;
}
.driver-order-management .action-btn:hover {
    background: #1e7e34;
}
.driver-order-management .action-btn:disabled {
    background: #6c757d;
    cursor: not-allowed;
}
.driver-order-management .delivery-photo-section {
    margin-top: 15px;
}
.driver-order-management .delivery-photo-section .delivery-photo-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #28a745;
}
.driver-order-management .delivery-photo-section .delivery-photo {
    max-width: 100%;
    border-radius: 8px;
    border: 1px solid #ddd;
}
.driver-order-management .store-group {
    background: #f8f9fa;
    border-radius: 12px;
    margin-bottom: 20px;
    overflow: hidden;
}
.driver-order-management .store-group-header {
    background: #343a40;
    color: #fff;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.driver-order-management .store-group-header .store-info {
    display: flex;
    align-items: center;
    gap: 8px;
}
.driver-order-management .store-group-header .store-info .order-count {
    opacity: 0.8;
    font-size: 14px;
}
.driver-order-management .pickup-btn {
    background: #28a745;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}
.driver-order-management .pickup-btn:hover {
    background: #1e7e34;
}
.driver-order-management .pickup-btn:disabled {
    background: #6c757d;
    cursor: not-allowed;
}
.driver-order-management .pickup-complete-badge {
    background: #28a745;
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
}
.driver-order-management .store-group-body {
    padding: 15px;
}
@media (min-width: 768px) {
    .driver-order-management .driver-order-cards {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .driver-order-management .order-card {
        flex: 0 0 calc(50% - 10px);
    }
}
@media (min-width: 1200px) {
    .driver-order-management .order-card {
        flex: 0 0 calc(33.333% - 10px);
    }
}
.photo-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    justify-content: center;
    align-items: center;
}
.photo-modal[style*="block"] {
    display: flex;
}
.photo-modal-content {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
}
.photo-modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
    color: #999;
}
.photo-modal-close:hover {
    color: #333;
}
.photo-modal-title {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
}
.photo-modal-order {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}
.photo-modal-order span {
    font-weight: bold;
    color: #333;
}
.photo-capture-area {
    border: 2px dashed #ccc;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    margin-bottom: 20px;
}
.photo-capture-area:hover {
    border-color: #007bff;
}
.photo-capture-area .photo-capture-text {
    color: #666;
    margin-bottom: 15px;
}
.photo-select-btn {
    background: #007bff;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}
.photo-select-btn:hover {
    background: #0056b3;
}
.photo-preview {
    max-width: 100%;
    border-radius: 8px;
    margin-top: 15px;
    border: 1px solid #ddd;
}
.photo-modal-actions {
    text-align: center;
}
.photo-submit-btn {
    background: #28a745;
    color: #fff;
    border: none;
    padding: 14px 30px;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    transition: background 0.3s;
}
.photo-submit-btn:hover {
    background: #1e7e34;
}
.photo-submit-btn:disabled {
    background: #6c757d;
    cursor: not-allowed;
}

/* 店舗住所 */
.driver-order-management .store-address {
    margin-top: 12px;
    padding: 10px;
    background: #fff8e1;
    border-radius: 8px;
    border-left: 4px solid #ff9800;
}
.driver-order-management .store-address .store-address-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #e65100;
}
.driver-order-management .store-address .store-address-body {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
}

/* グループ切り替えトグル */
.driver-order-management .group-toggle {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}
.driver-order-management .group-toggle a {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 20px;
    color: #495057;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s;
}
.driver-order-management .group-toggle a:hover {
    background: #e9ecef;
    border-color: #adb5bd;
}
.driver-order-management .group-toggle a.active {
    background: #007bff;
    border-color: #007bff;
    color: #fff;
}

/* 顧客グループ */
.customer-group {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    overflow: hidden;
}
.customer-group-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 15px 20px;
}
.customer-group-header .customer-info {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
}
.customer-group-header .customer-info .order-count {
    font-size: 14px;
    opacity: 0.9;
}
.customer-address-summary {
    background: #f8f9fa;
    padding: 12px 20px;
    border-bottom: 1px solid #e9ecef;
    font-size: 14px;
    color: #495057;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.customer-group-body {
    padding: 15px;
}
.customer-group-body .driver-order-cards {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* 一括配達完了ボタン */
.bulk-complete-section {
    padding: 10px 20px;
    background: #e8f5e9;
    border-bottom: 1px solid #c8e6c9;
}
.bulk-complete-btn {
    width: 100%;
    padding: 12px 20px;
    background: linear-gradient(135deg, #43a047 0%, #2e7d32 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s;
}
.bulk-complete-btn:hover {
    background: linear-gradient(135deg, #388e3c 0%, #1b5e20 100%);
}

/* カード折り畳み */
.order-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s;
}
.order-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    cursor: pointer;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}
.order-card-header .toggle-icon {
    margin-left: auto;
    transition: transform 0.3s;
    color: #6c757d;
}
.order-card.collapsed .toggle-icon {
    transform: rotate(-90deg);
}
.order-card.collapsed .order-card-body {
    display: none;
}

/* カードサマリー（折り畳み時も表示） */
.order-card-summary {
    padding: 10px 15px;
    background: #fafafa;
    border-bottom: 1px solid #e9ecef;
}
.order-card-summary .summary-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
    font-size: 13px;
    color: #495057;
}
.order-card-summary .summary-row:last-child {
    margin-bottom: 0;
}
.order-card-summary .summary-text {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 地図リンク */
.map-link {
    color: #007bff;
    font-size: 16px;
    padding: 4px 8px;
    text-decoration: none;
    transition: color 0.3s;
}
.map-link:hover {
    color: #0056b3;
}
.map-link-inline {
    margin-left: auto;
    color: #007bff;
    font-size: 13px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.map-link-inline:hover {
    text-decoration: underline;
}

/* 住所サマリーの地図リンク */
.customer-address-summary .map-link {
    font-size: 18px;
}

/* ============================================================
   admin-light : 管理画面の白基調統一（Step 18）
   layouts/app.blade.php の <body class="admin-light"> に対して
   ダーク色塊・ダークモード由来要素を打ち消し、フォーム/テーブルを
   白背景・濃いグレー文字に揃える。顧客側 (nandeli_store / shop) は
   別 CSS を読むため、ここでの上書きは admin 限定で安全。
   ============================================================ */
body.admin-light,
body.admin-light main,
body.admin-light .main,
body.admin-light .container {
    background-color: #ffffff;
    color: #2c3e50;
    color-scheme: light;
}
body.admin-light {
    forced-color-adjust: none;
}

/* OS のダーク設定で UA 由来のフォーム配色が暗くなるのを抑止 */
@media (prefers-color-scheme: dark) {
    body.admin-light input,
    body.admin-light select,
    body.admin-light textarea,
    body.admin-light button {
        color-scheme: light;
        background-color: #ffffff;
        color: #2c3e50;
    }
}

/* フォーム入力系を白基調に統一 */
body.admin-light input[type="text"],
body.admin-light input[type="search"],
body.admin-light input[type="email"],
body.admin-light input[type="url"],
body.admin-light input[type="tel"],
body.admin-light input[type="password"],
body.admin-light input[type="number"],
body.admin-light input[type="date"],
body.admin-light input[type="datetime-local"],
body.admin-light input[type="time"],
body.admin-light input[type="month"],
body.admin-light input[type="week"],
body.admin-light select,
body.admin-light textarea {
    background-color: #ffffff;
    color: #2c3e50;
    border-color: #c8ced3;
    color-scheme: light;
}
/* スタイル指定のない素の <select> が文字色薄く・枠なしになる対策（admin 管理系の絞り込みフォーム等） */
body.admin-light select {
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    background-color: #ffffff;
    background-image: none;        /* 既存の up/down svg 矢印を消す */
    color: #2c3e50;
    border: 1px solid #c8ced3;
    border-radius: 4px;
    padding: 6px 28px 6px 10px;
    font-size: 14px;
    min-width: 160px;
    line-height: 1.4;
    cursor: pointer;
}
body.admin-light select:focus {
    outline: 2px solid #5b8def;
    outline-offset: 1px;
    border-color: #5b8def;
}
body.admin-light input::placeholder,
body.admin-light textarea::placeholder {
    color: #9aa4ad;
    opacity: 1;
}
/* select の <option> がダークテーマ由来で見づらくなる対策 */
body.admin-light select option,
body.admin-light select optgroup {
    background-color: #ffffff;
    color: #2c3e50;
}
body.admin-light select option:checked,
body.admin-light select option:hover {
    background-color: #e8f0fe;
    color: #2c3e50;
}
/* Bootstrap / 一般的なドロップダウンメニュー */
body.admin-light .dropdown-menu,
body.admin-light .menu,
body.admin-light ul.menu,
body.admin-light .select2-dropdown,
body.admin-light .select2-results__option {
    background-color: #ffffff !important;
    color: #2c3e50 !important;
    border-color: #c8ced3 !important;
}
body.admin-light .dropdown-menu .dropdown-item,
body.admin-light .select2-results__option {
    color: #2c3e50 !important;
}
body.admin-light .dropdown-menu .dropdown-item:hover,
body.admin-light .dropdown-menu .dropdown-item:focus,
body.admin-light .select2-results__option--highlighted {
    background-color: #e8f0fe !important;
    color: #2c3e50 !important;
}
body.admin-light .dropdown-divider {
    border-color: #e9ecef !important;
}
body.admin-light input:disabled,
body.admin-light select:disabled,
body.admin-light textarea:disabled {
    background-color: #f5f6f8;
    color: #6c757d;
}
body.admin-light input[readonly],
body.admin-light textarea[readonly] {
    background-color: #f8f9fa;
    color: #2c3e50;
}

/* オートフィルでブラウザが付ける薄黄/暗色を上書き */
body.admin-light input:-webkit-autofill,
body.admin-light input:-webkit-autofill:hover,
body.admin-light input:-webkit-autofill:focus,
body.admin-light textarea:-webkit-autofill,
body.admin-light select:-webkit-autofill {
    -webkit-text-fill-color: #2c3e50;
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
    box-shadow: 0 0 0 1000px #ffffff inset;
    caret-color: #2c3e50;
    transition: background-color 9999s ease-in-out 0s;
}

/* テーブル全般を白基調に */
body.admin-light table {
    background-color: #ffffff;
    color: #2c3e50;
    border-color: #e6e9ec;
}
body.admin-light table th,
body.admin-light table thead th {
    background-color: #f5f7fa;
    color: #2c3e50;
    border-color: #e6e9ec;
}
body.admin-light table td {
    background-color: #ffffff;
    color: #2c3e50;
    border-color: #e6e9ec;
}
body.admin-light table tr:nth-child(even) td {
    background-color: #fafbfc;
}
body.admin-light table tr:hover td {
    background-color: #f1f4f8;
}

/* パネル・モーダル・カードの地色を白に揃える */
body.admin-light .panel,
body.admin-light .panel-content,
body.admin-light .panel-content_inner,
body.admin-light .modal-content,
body.admin-light .card,
body.admin-light .box,
body.admin-light .dashboard-card {
    background-color: #ffffff;
    color: #2c3e50;
}
body.admin-light .panel-content_inner {
    border-color: #d6dade;
}

/* jQuery UI datepicker をライト固定 */
body.admin-light .ui-widget,
body.admin-light .ui-widget-content,
body.admin-light .ui-widget-header,
body.admin-light .ui-datepicker {
    background: #ffffff !important;
    color: #2c3e50 !important;
    border-color: #d6dade !important;
}
body.admin-light .ui-datepicker .ui-state-default {
    background: #ffffff;
    color: #2c3e50;
    border-color: #d6dade;
}
body.admin-light .ui-datepicker .ui-state-hover {
    background: #f1f4f8;
    color: #2c3e50;
}
body.admin-light .ui-datepicker .ui-state-active,
body.admin-light .ui-datepicker .ui-state-highlight {
    background: #00a6b9;
    color: #ffffff;
    border-color: #00a6b9;
}

/* ログイン情報枠が透けてダークに見えるのを防止 */
body.admin-light .top_nav .login_menu {
    background: #ffffff;
}
