@charset "UTF-8";

/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 996px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
    width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: .5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
dfn {
    font-style: italic;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -.25em;
}
sup {
    top: -.5em;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
h1,
.h1 {
    font-size: 2.5rem;
}
h2,
.h2 {
    font-size: 2rem;
}
h3,
.h3 {
    font-size: 1.75rem;
}
h4,
.h4 {
    font-size: 1.5rem;
}
h5,
.h5 {
    font-size: 1.25rem;
}
h6,
.h6 {
    font-size: 1rem;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
    font-size: 80%;
    font-weight: 400;
}
mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}
.blockquote-footer::before {
    content: "\2014 \00A0";
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 90%;
    color: #6c757d;
}
code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}
a>code {
    color: inherit;
}
kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}
pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.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: 996px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: flex;
    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%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    order: -1;
}
.order-last {
    order: 13;
}
.order-0 {
    order: 0;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.order-3 {
    order: 3;
}
.order-4 {
    order: 4;
}
.order-5 {
    order: 5;
}
.order-6 {
    order: 6;
}
.order-7 {
    order: 7;
}
.order-8 {
    order: 8;
}
.order-9 {
    order: 9;
}
.order-10 {
    order: 10;
}
.order-11 {
    order: 11;
}
.order-12 {
    order: 12;
}
.offset-1 {
    margin-left: 8.33333%;
}
.offset-2 {
    margin-left: 16.66667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333%;
}
.offset-5 {
    margin-left: 41.66667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333%;
}
.offset-8 {
    margin-left: 66.66667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333%;
}
.offset-11 {
    margin-left: 91.66667%;
}
@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        order: -1;
    }
    .order-sm-last {
        order: 13;
    }
    .order-sm-0 {
        order: 0;
    }
    .order-sm-1 {
        order: 1;
    }
    .order-sm-2 {
        order: 2;
    }
    .order-sm-3 {
        order: 3;
    }
    .order-sm-4 {
        order: 4;
    }
    .order-sm-5 {
        order: 5;
    }
    .order-sm-6 {
        order: 6;
    }
    .order-sm-7 {
        order: 7;
    }
    .order-sm-8 {
        order: 8;
    }
    .order-sm-9 {
        order: 9;
    }
    .order-sm-10 {
        order: 10;
    }
    .order-sm-11 {
        order: 11;
    }
    .order-sm-12 {
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        order: -1;
    }
    .order-md-last {
        order: 13;
    }
    .order-md-0 {
        order: 0;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-3 {
        order: 3;
    }
    .order-md-4 {
        order: 4;
    }
    .order-md-5 {
        order: 5;
    }
    .order-md-6 {
        order: 6;
    }
    .order-md-7 {
        order: 7;
    }
    .order-md-8 {
        order: 8;
    }
    .order-md-9 {
        order: 9;
    }
    .order-md-10 {
        order: 10;
    }
    .order-md-11 {
        order: 11;
    }
    .order-md-12 {
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 996px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        order: -1;
    }
    .order-lg-last {
        order: 13;
    }
    .order-lg-0 {
        order: 0;
    }
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2 {
        order: 2;
    }
    .order-lg-3 {
        order: 3;
    }
    .order-lg-4 {
        order: 4;
    }
    .order-lg-5 {
        order: 5;
    }
    .order-lg-6 {
        order: 6;
    }
    .order-lg-7 {
        order: 7;
    }
    .order-lg-8 {
        order: 8;
    }
    .order-lg-9 {
        order: 9;
    }
    .order-lg-10 {
        order: 10;
    }
    .order-lg-11 {
        order: 11;
    }
    .order-lg-12 {
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        order: -1;
    }
    .order-xl-last {
        order: 13;
    }
    .order-xl-0 {
        order: 0;
    }
    .order-xl-1 {
        order: 1;
    }
    .order-xl-2 {
        order: 2;
    }
    .order-xl-3 {
        order: 3;
    }
    .order-xl-4 {
        order: 4;
    }
    .order-xl-5 {
        order: 5;
    }
    .order-xl-6 {
        order: 6;
    }
    .order-xl-7 {
        order: 7;
    }
    .order-xl-8 {
        order: 8;
    }
    .order-xl-9 {
        order: 9;
    }
    .order-xl-10 {
        order: 10;
    }
    .order-xl-11 {
        order: 11;
    }
    .order-xl-12 {
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table tbody+tbody {
    border-top: 2px solid #dee2e6;
}
.table .table {
    background-color: #fff;
}
.table-sm th,
.table-sm td {
    padding: 0.3rem;
}
.table-bordered {
    border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
    border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #b8daff;
}
.table-hover .table-primary:hover {
    background-color: #9fcdff;
}
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff;
}
.table-secondary,
.table-secondary>th,
.table-secondary>td {
    background-color: #d6d8db;
}
.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf;
}
.table-success,
.table-success>th,
.table-success>td {
    background-color: #c3e6cb;
}
.table-hover .table-success:hover {
    background-color: #b1dfbb;
}
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb;
}
.table-info,
.table-info>th,
.table-info>td {
    background-color: #bee5eb;
}
.table-hover .table-info:hover {
    background-color: #abdde5;
}
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5;
}
.table-warning,
.table-warning>th,
.table-warning>td {
    background-color: #ffeeba;
}
.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1;
}
.table-danger,
.table-danger>th,
.table-danger>td {
    background-color: #f5c6cb;
}
.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7;
}
.table-light,
.table-light>th,
.table-light>td {
    background-color: #fdfdfe;
}
.table-hover .table-light:hover {
    background-color: #ececf6;
}
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6;
}
.table-dark,
.table-dark>th,
.table-dark>td {
    background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe;
}
.table-active,
.table-active>th,
.table-active>td {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.table-dark {
    color: #fff;
    background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #32383e;
}
.table-dark.table-bordered {
    border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-sm>.table-bordered {
        border: 0;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-md>.table-bordered {
        border: 0;
    }
}
@media (max-width: 995.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-lg>.table-bordered {
        border: 0;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-xl>.table-bordered {
        border: 0;
    }
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive>.table-bordered {
    border: 0;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}
.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.input-group-lg>.input-group-append>.form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
select.form-control-sm:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px);
}
.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
select.form-control-lg:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px);
}
.form-group {
    margin-bottom: 1rem;
}
.form-text {
    display: block;
    margin-top: 0.25rem;
}
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row>.col,
.form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
.form-check-input:disabled~.form-check-label {
    color: #6c757d;
}
.form-check-label {
    margin-bottom: 0;
}
.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.8);
    border-radius: .2rem;
}
.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
    display: block;
}
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip {
    display: block;
}
.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #28a745;
}
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
    display: block;
}
.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
    color: #28a745;
}
.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
    background-color: #71dd8a;
}
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip {
    display: block;
}
.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
    background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
    border-color: #28a745;
}
.was-validated .custom-file-input:valid~.custom-file-label::before,
.custom-file-input.is-valid~.custom-file-label::before {
    border-color: inherit;
}
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip {
    display: block;
}
.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.8);
    border-radius: .2rem;
}
.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
    display: block;
}
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip {
    display: block;
}
.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #dc3545;
}
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
    display: block;
}
.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
    color: #dc3545;
}
.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
    background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip {
    display: block;
}
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
    background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
    border-color: #dc3545;
}
.was-validated .custom-file-input:invalid~.custom-file-label::before,
.custom-file-input.is-invalid~.custom-file-label::before {
    border-color: inherit;
}
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip {
    display: block;
}
.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.form-inline .form-check {
    width: 100%;
}
@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover,
.btn:focus {
    text-decoration: none;
}
.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
    background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}
.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
.btn-success:focus,
.btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
.btn-info:focus,
.btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}
.btn-warning:focus,
.btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}
.btn-danger:focus,
.btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-light:focus,
.btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}
.btn-dark:focus,
.btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}
.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}
.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent;
}
.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}
.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none;
}
.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}
.btn-lg,
.btn-group-lg>.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.btn-sm,
.btn-group-sm>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block+.btn-block {
    margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}
.fade {
    transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropright .dropdown-toggle::after {
    vertical-align: 0;
}
.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}
.dropleft .dropdown-toggle::after {
    display: none;
}
.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}
.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}
.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    flex: 0 1 auto;
}
.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
    z-index: 1;
}
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 1;
}
.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group>.btn:first-child {
    margin-left: 0;
}
.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
    margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}
.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}
.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%;
}
.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0;
}
.btn-group-toggle>.btn input[type="radio"],
.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"],
.btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group>.form-control,
.input-group>.custom-select,
.input-group>.custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file:focus {
    z-index: 3;
}
.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
    margin-left: -1px;
}
.input-group>.form-control:not(:last-child),
.input-group>.custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group>.custom-file {
    display: flex;
    align-items: center;
}
.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
    display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2;
}
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
    margin-left: -1px;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append {
    margin-left: -1px;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0;
}
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #007bff;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
}
.custom-control-input:disabled~.custom-control-label {
    color: #6c757d;
}
.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
}
.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6;
}
.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #007bff;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
    border-radius: 50%;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #007bff;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    appearance: none;
}
.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}
.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}
.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}
.custom-select::-ms-expand {
    opacity: 0;
}
.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}
.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 125%;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}
.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:focus~.custom-file-label::after {
    border-color: #80bdff;
}
.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse";
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    appearance: none;
}
.custom-range:focus {
    outline: none;
}
.custom-range::-moz-focus-outer {
    border: 0;
}
.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    appearance: none;
}
.custom-range::-webkit-slider-thumb:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    appearance: none;
}
.custom-range::-moz-range-thumb:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    appearance: none;
}
.custom-range::-ms-thumb:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
}
.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}
.nav-link.disabled {
    color: #6c757d;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link {
    border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff;
}
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.navbar>.container,
.navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}
@media (max-width: 575.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}
@media (max-width: 995.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 996px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
@media (max-width: 1199.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}
.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand .navbar-nav {
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand>.container,
.navbar-expand>.container-fluid {
    flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
    color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
    color: #fff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.card>hr {
    margin-right: 0;
    margin-left: 0;
}
.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: 0.75rem;
}
.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link+.card-link {
    margin-left: 1.25rem;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header+.list-group .list-group-item:first-child {
    border-top: 0;
}
.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}
.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}
.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
    display: flex;
    flex-direction: column;
}
.card-deck .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}
.card-group {
    display: flex;
    flex-direction: column;
}
.card-group>.card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-group {
        flex-flow: row wrap;
    }
    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group>.card:first-child .card-img-top,
    .card-group>.card:first-child .card-header {
        border-top-right-radius: 0;
    }
    .card-group>.card:first-child .card-img-bottom,
    .card-group>.card:first-child .card-footer {
        border-bottom-right-radius: 0;
    }
    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group>.card:last-child .card-img-top,
    .card-group>.card:last-child .card-header {
        border-top-left-radius: 0;
    }
    .card-group>.card:last-child .card-img-bottom,
    .card-group>.card:last-child .card-footer {
        border-bottom-left-radius: 0;
    }
    .card-group>.card:only-child {
        border-radius: 0.25rem;
    }
    .card-group>.card:only-child .card-img-top,
    .card-group>.card:only-child .card-header {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
    .card-group>.card:only-child .card-img-bottom,
    .card-group>.card:only-child .card-footer {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0;
    }
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
        border-radius: 0;
    }
}
.card-columns .card {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}
.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}
.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline;
}
.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none;
}
.breadcrumb-item.active {
    color: #6c757d;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}
.badge-primary {
    color: #fff;
    background-color: #007bff;
}
.badge-primary[href]:hover,
.badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc;
}
.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}
.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62;
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}
.badge-success[href]:hover,
.badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34;
}
.badge-info {
    color: #fff;
    background-color: #17a2b8;
}
.badge-info[href]:hover,
.badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b;
}
.badge-warning {
    color: #212529;
    background-color: #ffc107;
}
.badge-warning[href]:hover,
.badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00;
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
.badge-danger[href]:hover,
.badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130;
}
.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}
.badge-light[href]:hover,
.badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5;
}
.badge-dark {
    color: #fff;
    background-color: #343a40;
}
.badge-dark[href]:hover,
.badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124;
}
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}
@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}
.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible {
    padding-right: 4rem;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-primary hr {
    border-top-color: #9fcdff;
}
.alert-primary .alert-link {
    color: #002752;
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert-secondary hr {
    border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
    color: #202326;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-success hr {
    border-top-color: #b1dfbb;
}
.alert-success .alert-link {
    color: #0b2e13;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-info hr {
    border-top-color: #abdde5;
}
.alert-info .alert-link {
    color: #062c33;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-warning hr {
    border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
    color: #533f03;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-danger hr {
    border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
    color: #491217;
}
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-light hr {
    border-top-color: #ececf6;
}
.alert-light .alert-link {
    color: #686868;
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
.alert-dark hr {
    border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
    color: #040505;
}
@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}
.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite;
}
.media {
    display: flex;
    align-items: flex-start;
}
.media-body {
    flex: 1;
}
.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}
.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover,
.list-group-item:focus {
    z-index: 1;
    text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}
.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085;
}
.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
}
.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}
.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}
.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
}
.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}
.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}
.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    transform: translate(0, 0);
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}
.modal-footer>:not(:first-child) {
    margin-left: .25rem;
}
.modal-footer>:not(:last-child) {
    margin-right: .25rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 996px) {
    .modal-lg {
        max-width: 800px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}
.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}
.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}
.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}
.popover .arrow::before,
.popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
}
.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff;
}
.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}
.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff;
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
}
.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}
.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff;
}
.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
    display: none;
}
.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    transition: transform 0.6s ease;
    backface-visibility: hidden;
    perspective: 1000px;
}
@media screen and (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}
.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translate3d(0, 0, 0);
    }
}
.carousel-item-next,
.active.carousel-item-right {
    transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
        transform: translate3d(100%, 0, 0);
    }
}
.carousel-item-prev,
.active.carousel-item-left {
    transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
        transform: translate3d(-100%, 0, 0);
    }
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
        transform: translate3d(0, 0, 0);
    }
}
.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-indicators .active {
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.bg-primary {
    background-color: #007bff !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0062cc !important;
}
.bg-secondary {
    background-color: #6c757d !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important;
}
.bg-success {
    background-color: #28a745 !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important;
}
.bg-info {
    background-color: #17a2b8 !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important;
}
.bg-warning {
    background-color: #ffc107 !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important;
}
.bg-danger {
    background-color: #dc3545 !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important;
}
.bg-light {
    background-color: #f8f9fa !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}
.bg-dark {
    background-color: #343a40 !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.border-right {
    border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
    border-left: 1px solid #dee2e6 !important;
}
.border-0 {
    border: 0 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-right-0 {
    border-right: 0 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-left-0 {
    border-left: 0 !important;
}
.border-primary {
    border-color: #007bff !important;
}
.border-secondary {
    border-color: #6c757d !important;
}
.border-success {
    border-color: #28a745 !important;
}
.border-info {
    border-color: #17a2b8 !important;
}
.border-warning {
    border-color: #ffc107 !important;
}
.border-danger {
    border-color: #dc3545 !important;
}
.border-light {
    border-color: #f8f9fa !important;
}
.border-dark {
    border-color: #343a40 !important;
}
.border-white {
    border-color: #fff !important;
}
.rounded {
    border-radius: 0.25rem !important;
}
.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}
.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.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: flex !important;
}
.d-inline-flex {
    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: flex !important;
    }
    .d-sm-inline-flex {
        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: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 996px) {
    .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: flex !important;
    }
    .d-lg-inline-flex {
        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: flex !important;
    }
    .d-xl-inline-flex {
        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: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive-4by3::before {
    padding-top: 75%;
}
.embed-responsive-1by1::before {
    padding-top: 100%;
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 996px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-none {
    float: none !important;
}
@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}
@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}
@media (min-width: 996px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}
@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: sticky !important;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
    box-shadow: none !important;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !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-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-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-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: 996px) {
    .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-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-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;
    }
}
.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-justify {
    text-align: justify !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 996px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.font-weight-light {
    font-weight: 300 !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-italic {
    font-style: italic !important;
}
.text-white {
    color: #fff !important;
}
.text-primary {
    color: #007bff !important;
}
a.text-primary:hover,
a.text-primary:focus {
    color: #0062cc !important;
}
.text-secondary {
    color: #6c757d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
    color: #545b62 !important;
}
.text-success {
    color: #28a745 !important;
}
a.text-success:hover,
a.text-success:focus {
    color: #1e7e34 !important;
}
.text-info {
    color: #17a2b8 !important;
}
a.text-info:hover,
a.text-info:focus {
    color: #117a8b !important;
}
.text-warning {
    color: #ffc107 !important;
}
a.text-warning:hover,
a.text-warning:focus {
    color: #d39e00 !important;
}
.text-danger {
    color: #dc3545 !important;
}
a.text-danger:hover,
a.text-danger:focus {
    color: #bd2130 !important;
}
.text-light {
    color: #f8f9fa !important;
}
a.text-light:hover,
a.text-light:focus {
    color: #dae0e5 !important;
}
.text-dark {
    color: #343a40 !important;
}
a.text-dark:hover,
a.text-dark:focus {
    color: #1d2124 !important;
}
.text-body {
    color: #212529 !important;
}
.text-muted {
    color: #6c757d !important;
}
.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    abbr[title]::after {
        content: " ("attr(title)")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    body {
        min-width: 996px !important;
    }
    .container {
        min-width: 996px !important;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }
    .table-dark {
        color: inherit;
    }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody+tbody {
        border-color: #dee2e6;
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}
/**
 * mixins
 */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
nav ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
input,
select {
    vertical-align: middle;
}
@font-face {
    font-family: "NotoSansCJKjp";
    font-style: normal;
    font-weight: 100;
    src: local("Noto Sans CJK JP Thin"), url("/https/didimobility.co.jp/fonts/NotoSansCJKjp-Thin.woff") format("woff"), url("/https/didimobility.co.jp/fonts/NotoSansCJKjp-Thin.otf") format("opentype");
}
@font-face {
    font-family: "NotoSansCJKjp";
    font-style: normal;
    font-weight: 200;
    src: local("Noto Sans CJK JP Light"), url("/https/didimobility.co.jp/fonts/NotoSansCJKjp-Light.woff") format("woff"), url("/https/didimobility.co.jp/fonts/NotoSansCJKjp-Light.otf") format("opentype");
}
@font-face {
    font-family: "NotoSansCJKjp";
    font-style: normal;
    font-weight: 300;
    src: local("Noto Sans CJK JP DemiLight"), url("/https/didimobility.co.jp/fonts/NotoSansCJKjp-DemiLight.woff") format("woff"), url("/https/didimobility.co.jp/fonts/NotoSansCJKjp-DemiLight.otf") format("opentype");
}
@font-face {
    font-family: "NotoSansCJKjp";
    font-style: normal;
    font-weight: 400;
    src: local("Noto Sans CJK JP Regular"), url("/https/didimobility.co.jp/fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("/https/didimobility.co.jp/fonts/NotoSansCJKjp-Regular.otf") format("opentype");
}
@font-face {
    font-family: "NotoSansCJKjp";
    font-style: normal;
    font-weight: 500;
    src: local("Noto Sans CJK JP Medium"), url("/https/didimobility.co.jp/fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("/https/didimobility.co.jp/fonts/NotoSansCJKjp-Medium.otf") format("opentype");
}
@font-face {
    font-family: "NotoSansCJKjp";
    font-style: normal;
    font-weight: 700;
    src: local("Noto Sans CJK JP Bold"), url("/https/didimobility.co.jp/fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("/https/didimobility.co.jp/fonts/NotoSansCJKjp-Bold.otf") format("opentype");
}
@font-face {
    font-family: "NotoSansCJKjp";
    font-style: normal;
    font-weight: 900;
    src: local("Noto Sans CJK JP Black"), url("/https/didimobility.co.jp/fonts/NotoSansCJKjp-Black.woff") format("woff"), url("/https/didimobility.co.jp/fonts/NotoSansCJKjp-Black.otf") format("opentype");
}
html {
    height: 100%;
    font-size: 10px;
}
body {
    margin: 0;
    line-height: 1.8;
    color: #333;
    height: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.u-ff-noto {
    font-family: "NotoSansCJKjp", sans-serif;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover,
a:visited {
    text-decoration: none;
    color: #333;
}
.text-link {
    color: #F37E43;
}
.text-link:hover,
.text-link:visited {
    text-decoration: none;
    color: #F37E43;
}
img {
    vertical-align: middle;
}
h2 {
    font-size: 2.64rem;
}
@media (max-width: 575.98px) {
    h2 {
        font-size: 2rem;
    }
}
h3 {
    font-size: 1.72rem;
    line-height: 1.315;
}
#plus-message .content a {
    text-decoration: underline;
    color: #007bff;
}
h3.terms {
    margin-bottom: 1em;
}
table.terms {
    font-size: 1.4rem;
    border: solid 1px #ccc;
    margin-bottom: 2em;
}
table.terms:last-of-type {
    margin-bottom: 60px;
}
table.terms th,
table.terms td {
    border: solid 1px #ccc;
    padding: 10px 20px;
}
table.terms th {
    background: #efefef;
}
@media (max-width: 575.98px) {
    table.terms {
        border-spacing: 16px;
        border-collapse: inherit;
    }
    table.terms th,
    table.terms td {
        display: block;
        border: none;
        padding: 0;
        margin-bottom: 1em;
    }
    table.terms th {
        background: none;
        margin-bottom: 0;
    }
}
@media (max-width: 575.98px) {
    h3 {
        font-size: 1.5rem;
    }
}
.container-fluid {
    position: relative;
    padding: 0 10.52%;
}
h1,
h2,
h3,
.info__title {
    font-family: "NotoSansCJKjp", sans-serif;
    font-weight: 400;
}
.footer-wrap {
    background: #333 !important;
    /*
  @include media-breakpoint-down(sm) {
    height: 100%;
  }*/
}
.site-footer {
    background: #333;
    color: #adadad;
    padding: 65px 10.35%;
}
.site-footer a {
    color: #adadad;
}
@media (max-width: 995.98px) {
    .site-footer {
        padding: 4% 5%;
    }
}
.site-footer__navi {
    margin-bottom: 65px;
    flex-basis: 85%;
}
@media (max-width: 995.98px) {
    .site-footer__navi {
        margin-bottom: 30px;
    }
}
.site-footer__navi ul.menu {
    width: 100%;
}
.site-footer__navi li.item {
    margin: 0 3% 5% 0 !important;
    background-position: right center;
}
.site-footer__navi li.item.no-child {
    background: none !important;
}
@media (max-width: 995.98px) {
    .site-footer__navi li.item {
        margin-right: 0 !important;
    }
}
.site-footer__navi h4 {
    line-height: 1;
    margin-bottom: 20px;
    position: relative;
    font-weight: 300;
}
@media (max-width: 995.98px) {
    .site-footer__navi h4 {
        margin: 10px 0;
    }
}
.site-footer__navi dl {
    margin-right: 5%;
}
@media (max-width: 995.98px) {
    .site-footer__navi dl {
        border-bottom: 1px solid #adadad;
        margin-right: 0;
    }
}
.site-footer__navi dt {
    line-height: 1;
    margin-bottom: 20px;
    position: relative;
    font-weight: 300;
}
.site-footer__navi dt a {
    font-size: 1.6rem;
}
@media (max-width: 995.98px) {
    .site-footer__navi dt a {
        font-size: 1.2rem;
    }
}
.site-footer__navi dt:before {
    content: "+";
    position: absolute;
    font-size: 1.5rem;
    top: 50%;
    right: 0;
    margin-top: -.5em;
    line-height: 1;
    display: none;
}
@media (max-width: 995.98px) {
    .site-footer__navi dt:before {
        display: block;
    }
}
.site-footer__navi dt:after {
    content: "-";
    position: absolute;
    font-size: 1.5rem;
    top: 50%;
    right: 0;
    margin-top: -.5em;
    display: none;
    line-height: 1;
}
@media (max-width: 995.98px) {
    .site-footer__navi dt {
        margin-bottom: 0;
    }
    .site-footer__navi dt a {
        padding: 1em 0;
        display: block;
    }
}
.site-footer__navi .sub-menu li {
    line-height: 1;
}
.site-footer__navi .sub-menu li a {
    font-size: 1.2rem;
    line-height: 2;
}
.site-footer__navi dd {
    line-height: 1;
}
.site-footer__navi dd a {
    font-size: 1.2rem;
    line-height: 2;
}
@media (max-width: 995.98px) {
    .site-footer__navi dd {
        display: none;
    }
}
.site-footer__right .sns {
    margin-bottom: 40px;
    font-size: 0;
}
.site-footer__right .sns a {
    display: inline-block;
    margin-right: 40px;
}
.site-footer__right .sns a:last-child {
    margin-right: 0;
}
@media (max-width: 995.98px) {
    .site-footer__right .sns {
        margin-bottom: 30px;
    }
}
.site-footer__right .banners {
    display: inline-block;
    font-size: 0;
}
.site-footer__right .banners .row {
    margin: 0 -8px;
}
.site-footer__right .banners .row .col-6 {
    padding: 0 8px;
}
.site-footer__right .banners img {
    margin-right: 16px;
}
.site-footer__right .banners img:last-child {
    margin-right: 0;
}
@media (max-width: 995.98px) {
    .site-footer__right .banners {
        margin-bottom: 30px;
    }
}
.site-footer .copyright {
    font-size: 1.2rem;
    clear: both;
}
@media (max-width: 995.98px) {
    .site-footer .copyright {
        font-size: 1.0rem;
    }
}
.site-footer .copyright img {
    width: 28px;
    margin-right: 20px;
}
@media (max-width: 575.98px) {
    .site-footer .copyright img {
        width: 20px;
        margin-right: 10px;
    }
}
section,
.section {
    position: relative;
    overflow: hidden;
}
section.main-visual,
.section.main-visual {
    height: 100%;
}
section.main-visual h1,
.section.main-visual h1 {
    padding-top: 0.6em;
    font-size: 3.6vw;
    line-height: 1.4;
    font-weight: 200;
    letter-spacing: 0.4rem;
}
section.main-visual h1 .space,
.section.main-visual h1 .space {
    letter-spacing: 0.6rem;
}
@media (max-width: 995.98px) {
    section.main-visual h1,
    .section.main-visual h1 {
        font-size: 4.8vw;
        line-height: 1.6;
        padding-top: 0.6em;
    }
}
@media (max-width: 767.98px) {
    section.main-visual h1,
    .section.main-visual h1 {
        font-size: 5.2vw;
        line-height: 1.6;
        padding-top: 0.4em;
    }
}
@media (max-width: 575.98px) {
    section.main-visual h1,
    .section.main-visual h1 {
        font-size: 6.4vw;
        line-height: 1.6;
        padding-top: 0.4em;
    }
}
section.main-visual .mask-box,
.section.main-visual .mask-box {
    color: #fff;
}
section.main-visual .mask-box hr,
.section.main-visual .mask-box hr {
    border-top: 1px solid #fff;
    width: 100%;
    height: 1px;
}
section.main-visual .mask-box .inner,
.section.main-visual .mask-box .inner {
    position: absolute;
    top: 15%;
    left: 15%;
    width: 70%;
    height: 70%;
}
section.main-visual .mask-box .inner .copy,
.section.main-visual .mask-box .inner .copy {
    margin-top: 2.4em;
    font-size: 1.4vw;
    font-family: "NotoSansCJKjp";
    font-weight: 200;
    letter-spacing: 0.2rem;
}
@media (max-width: 995.98px) {
    section.main-visual .mask-box .inner .copy,
    .section.main-visual .mask-box .inner .copy {
        margin-top: 2em;
        font-size: 3vw;
    }
}
@media (max-width: 767.98px) {
    section.main-visual .mask-box .inner .copy,
    .section.main-visual .mask-box .inner .copy {
        margin-top: 1.6em;
    }
}
section.main-visual .mask-box .inner img,
.section.main-visual .mask-box .inner img {
    position: static;
    width: auto;
    height: auto;
}
section.main-visual .mask-box .circle-start,
.section.main-visual .mask-box .circle-start {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 29.4%;
    height: 29.4%;
}
@media (max-width: 575.98px) {
    section.main-visual .mask-box .circle-start,
    .section.main-visual .mask-box .circle-start {
        width: 40%;
        height: 40%;
        top: -12%;
        right: -3%;
    }
}
section.main-visual .to-next,
.section.main-visual .to-next {
    position: absolute;
    bottom: 30px;
    width: 38px;
    height: 22px;
    left: calc(50% - 38px/2);
    right: calc(50% - 38px/2);
    z-index: 1;
    background: url(/https/didimobility.co.jp/img/next-page-white.svg) 50% no-repeat;
    background-size: 100%;
    animation: toggleMove .8s infinite;
    -moz-animation: toggleMove .8s infinite;
    -webkit-animation: toggleMove .8s infinite;
    -o-animation: toggleMove .8s infinite;
    display: block;
}
section .container-fluid,
.section .container-fluid {
    padding: 0 7.89%;
}
section .title-wrap h2,
.section .title-wrap h2 {
    line-height: 1;
    margin-bottom: .6em;
    letter-spacing: 0.2rem;
}
section .title-wrap .eng,
.section .title-wrap .eng {
    color: #999;
    line-height: 1;
    letter-spacing: 0.1rem;
    font-size: 1.5rem;
}
@media (max-width: 575.98px) {
    section .title-wrap .eng,
    .section .title-wrap .eng {
        font-size: 1.0rem;
    }
}
section .content-title,
.section .content-title {
    margin-bottom: 1em;
    font-size: 2.64rem;
}
@media (max-width: 575.98px) {
    section .content-title,
    .section .content-title {
        font-size: 1.8rem;
    }
}
section .content-text,
.section .content-text {
    font-size: 1.5rem;
    margin-bottom: 1.4rem;
    text-align: left;
}
@media (max-width: 575.98px) {
    section .content-text,
    .section .content-text {
        font-size: 1.3rem;
    }
}
section .content-text:last-child,
.section .content-text:last-child {
    margin-bottom: 0;
}
#home .section.main-visual h1 {
    padding-top: 0;
}
#home .section.main-visual .copy {
    margin: 0.6em 0 1.2em;
}
@media (max-width: 767.98px) {
    #home .section.main-visual h1 {
        padding-top: 0.6em;
    }
    #home .section.main-visual .copy {
        margin: 1.2em 0 1.2em;
    }
}
.mask-box {
    width: 35.4vw;
    padding-top: 35.4vw;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin-top: -17.7vw;
    margin-left: -17.7vw;
    border: 3px solid #ececec;
}
.mask-box {
    transition: all 0ms ease;
    transition-duration: 0ms;
    position: absolute;
    height: 0;
    border-radius: 50%;
    box-sizing: border-box;
    color: #fff;
}
.mask-box img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 995.98px) {
    .mask-box {
        width: 50vw;
        padding-top: 50vw;
        margin-bottom: 1.72rem;
        margin-left: -25vw;
        margin-top: 0;
        top: 100px;
    }
}
@media (max-width: 767.98px) {
    .mask-box {
        width: 60vw;
        padding-top: 60vw;
        margin-left: -30vw;
    }
}
@media (max-width: 575.98px) {
    .mask-box {
        width: 70vw;
        padding-top: 70vw;
        margin-left: -35vw;
    }
}
@media (max-width: 375px) {
    .mask-box {
        top: 100px;
    }
}
.close-button,
.menu-button {
    cursor: pointer;
}
.fp-tableCell {
    height: 100%;
}
.orenge-circle-link {
    line-height: 42px;
    font-size: 15px;
    display: inline-block;
    color: #333;
}
@media (max-width: 575.98px) {
    .orenge-circle-link {
        line-height: 26px;
        font-size: 13px;
    }
}
.orenge-circle-link:hover {
    color: #F37E43;
}
.orenge-circle-link .icon {
    display: inline-block;
    vertical-align: bottom;
    width: 42px;
    height: 42px;
    border: 3px solid #F39862;
    border-radius: 50%;
    margin-right: 12px;
    position: relative;
}
@media (max-width: 575.98px) {
    .orenge-circle-link .icon {
        width: 26px;
        height: 26px;
        border: 2px solid #F39862;
        border-radius: 50%;
        margin-right: 10px;
    }
}
.orenge-circle-link .icon img {
    width: 9px;
    margin: -6px 0 0 -4px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
}
@media (max-width: 575.98px) {
    .orenge-circle-link .icon img {
        width: 4px;
        margin: -3px 0 0 -2px;
    }
}
.orenge-circle-link .icon img.orange {
    z-index: 2;
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
}
.orenge-circle-link:hover img.orange {
    opacity: 1;
}
.StickyHeader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}
.StickyHeader .logo {
    background-image: url(/https/didimobility.co.jp/img/logo-new-white.svg) !important;
}
.StickyHeader .menu-button {
    background-image: url(/https/didimobility.co.jp/img/menu-white.svg) !important;
}
.StickyHeader.fixed {
    position: fixed;
    top: -90px;
    transition: 0.5s top cubic-bezier(0.3, 0.73, 0.3, 0.74);
    background-color: rgba(255, 255, 255, 0.85);
}
.StickyHeader.fixed .logo {
    background-image: url(/https/didimobility.co.jp/img/logo-new-color.svg) !important;
}
.StickyHeader.fixed .menu-button {
    background-image: url(/https/didimobility.co.jp/img/menu-black.svg) !important;
}
.StickyHeader.fixed.slideDown {
    top: 0;
}
/*小サイズヘッダー*/

.main-visual-thin {
    height: 250px;
    color: #fff;
    background: url(/https/didimobility.co.jp/img/main-visual-thin.jpg) no-repeat left top;
    background-size: cover;
}
@media (max-width: 995.98px) {
    .main-visual-thin {
        height: 200px;
    }
}
@media (max-width: 575.98px) {
    .main-visual-thin {
        height: 160px;
    }
}
.main-visual-thin h1 {
    font-size: 3.4rem;
    line-height: 1.4;
    font-weight: 200;
    letter-spacing: 0.4rem;
}
@media (max-width: 995.98px) {
    .main-visual-thin h1 {
        font-size: 3.4vw;
        line-height: 1.6;
    }
}
@media (max-width: 767.98px) {
    .main-visual-thin h1 {
        font-size: 4.2vw;
        padding-top: 0.4em;
    }
}
@media (max-width: 575.98px) {
    .main-visual-thin h1 {
        font-size: 5.8vw;
        padding-top: 1em;
    }
}
.main-visual-thin .copy {
    margin-top: 1em;
    font-size: 1.22vw;
    font-family: "NotoSansCJKjp";
    font-weight: 200;
    letter-spacing: 0.2rem;
}
@media (max-width: 575.98px) {
    .main-visual-thin .copy {
        margin-top: 0.6em;
        font-size: 3.2vw;
    }
}
@media (max-width: 995.98px) {
    .container-fluid .breadcrumb {
        font-size: 1.1rem;
    }
}
.container-fluid .breadcrumb img {
    margin: 0 1em;
}
@media (max-width: 995.98px) {
    .container-fluid .breadcrumb img {
        margin: 0 0.5em;
    }
}
.container-fluid .breadcrumb a:hover {
    color: #F37E43;
}
.list-table {
    border-top: 1px solid #ccc;
}
.list-table dt {
    clear: both;
    float: left;
    width: 14em;
    padding: 1.5em 1em 0 0;
    font-size: 1.5rem;
}
@media (max-width: 995.98px) {
    .list-table dt {
        float: none;
        width: auto;
        padding: 1em 0 0 0;
        font-size: 1.3rem;
    }
}
.list-table dd {
    padding: 1.5em 0 1.5em 14em;
    font-size: 1.5rem;
    border-bottom: 1px solid #ccc;
}
@media (max-width: 995.98px) {
    .list-table dd {
        padding: 0.4em 0 1em;
        font-size: 1.3rem;
    }
}
.order-list {
    margin-bottom: 4em;
    counter-reset: item;
}
.order-list>li {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    list-style-type: none;
    padding-left: 2em;
    position: relative;
}
.order-list>li:last-child {
    margin-bottom: 0;
}
@media (max-width: 575.98px) {
    .order-list>li {
        font-size: 1.3rem;
        padding-left: 1.5em;
    }
}
.order-list>li::before {
    content: counter(item);
    counter-increment: item;
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 1.4em;
    height: 1.4em;
    background-color: #0000;
    color: #333;
    font-weight: normal;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
}
.order-list-num>li {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    list-style-type: none;
    padding-left: 2em;
    position: relative;
}
.order-list-num>li:last-child {
    margin-bottom: 0;
}
@media (max-width: 575.98px) {
    .order-list-num>li {
        font-size: 1.3rem;
    }
}
.order-list-num>li span.num {
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 1.4em;
    height: 1.4em;
    background-color: #0000;
    color: #333;
    font-weight: normal;
    line-height: 1.4;
    text-align: center;
}
#privacy dd dt {
    margin-top:  2em;
}
#privacy h3 {
    font-weight: 700;
    margin-top:  3em;
}
.order-list-num>li .normal {
    margin-top: 1em;
}
.order-list-num>li .normal li {
    padding-left: 0;
    list-style-type: disc;
    list-style-position: inside;
}
.dl-table {
    margin-bottom: 2rem;
    font-size: 1.5rem;
}
@media (max-width: 575.98px) {
    .dl-table {
        font-size: 1.3rem;
    }
}
.dl-table dt {
    margin-bottom: 1rem;
    padding: 2rem 0 0;
    border-top: 1px solid #ccc;
}
.dl-table dd {
    padding: 0 0 2rem;
}
.dl-table dd:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
}
.dl-table dd ul {
    list-style: none;
}
.dl-list {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    padding-left: 2em;
}
@media (max-width: 575.98px) {
    .dl-list {
        font-size: 1.3rem;
    }
}
.dl-list dt {
    padding: 0 0 0.5rem;
}
.dl-list dd ul {
    list-style: none;
}
.dl-list dd {
    text-indent: -1em;
    padding-left: 1em;
}
.dl-list dd::before{
    content:'・';
}
.dl-list-1 {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    padding-left: 2em;
}
@media (max-width: 575.98px) {
    .dl-list-1 {
        font-size: 1.3rem;
    }
}
.dl-list-1 dt {
    padding: 0 0 0.5rem;
}
.dl-list-1 dd ul {
    list-style: none;
}
.dl-list-1 dd li{
    text-indent: -1em;
    padding-left: 1em;
}
.dl-list-1 dd li::before{
    content:'・';
}
.container-narrow {
    padding: 30px 0 90px;
    max-width: 840px;
    margin: 0 auto;
}
.container-narrow .content {
    margin-bottom: 60px;
}
.container-narrow .content .content-inner {
    margin-bottom: 40px;
}
.container-narrow h2 {
    margin-bottom: 1.2em;
}
.container-narrow p {
    margin-bottom: 2em;
    font-size: 1.5rem;
}
.container-narrow .list-title {
    margin-bottom: 1em;
    font-size: 1.8rem;
    font-weight: bold;
}
.container-narrow .underLineLink {
    text-decoration: underline;
    color: #F37E43;
}
@media (max-width: 995.98px) {
    .container-narrow .list-title {
        font-size: 1.5rem;
    }
}
.breadcrumb {
    margin-top: 1em;
    line-height: 1;
    background: none;
    font-size: 1.3rem;
}
.breadcrumb a {
    color: #999;
}
.breadcrumb img {
    height: 1rem;
    margin: 0 1.4em;
}
#page404 {
    background-color: #ccc;
}
#page404 h1 {
    padding-top: 0;
    font-size: 6vw;
    font-weight: 500;
}
#page404 h1 .space {
    letter-spacing: 0.6rem;
}
@media (max-width: 995.98px) {
    #page404 h1 {
        font-size: 7vw;
        line-height: 1.6;
        padding-top: 0.6em;
    }
}
@media (max-width: 767.98px) {
    #page404 h1 {
        font-size: 8vw;
        line-height: 1.6;
        padding-top: 0.4em;
    }
}
#page404 .copy {
    margin-top: 1.2em;
    font-size: 1.4vw;
    font-family: "NotoSansCJKjp";
    font-weight: 200;
    letter-spacing: 0.2rem;
}
@media (max-width: 995.98px) {
    #page404 .copy {
        margin-top: 2em;
        font-size: 3vw;
    }
}
@media (max-width: 767.98px) {
    #page404 .copy {
        margin-top: 1.2em;
    }
}
.btnOrange {
    margin-bottom: 30px;
    text-align: center;
}
.btnOrange a {
    display: inline-block;
    background: #F37E43;
    color: #fff !important;
    border-radius: .5rem;
    line-height: 3em;
    font-size: 1.6rem;
    padding: 0 2em;
    text-align: center;
}
.home {
    /*
  &.fp-viewing-1 {
    transition: transform .2s;
    .navbar {
      transform: translateY(0) !important;
    }
  }
  */
}
.home.preload #navigation {
    display: none;
}
.home.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.home #fullpage {
    height: 100%;
}
.home .next-page {
    position: fixed;
    bottom: 30px;
    width: 38px;
    height: 22px;
    left: calc(50% - 38px/2);
    right: calc(50% - 38px/2);
    z-index: 1030;
    background: url(/https/didimobility.co.jp/img/next-page-white.svg) 50% no-repeat;
    animation: toggleMove .8s infinite;
    -moz-animation: toggleMove .8s infinite;
    -webkit-animation: toggleMove .8s infinite;
    -o-animation: toggleMove .8s infinite;
}
@media (max-width: 575.98px) {
    .home .next-page {
        display: none;
    }
}
@media (max-height: 800px) and (max-width: 996px) {
    .home .next-page {
        display: none;
    }
}
.home .next-page2 {
    background: url(/https/didimobility.co.jp/img/next-page-gray.svg) 50% no-repeat;
}
@keyframes toggleMove {
    0% {
        bottom: 5.5%;
        opacity: .3;
    }
    50% {
        bottom: 4.5%;
        opacity: 1;
    }
    to {
        bottom: 5.5%;
        opacity: .3;
    }
}
@-webkit-keyframes toggleMove {
    0% {
        bottom: 5.5%;
        opacity: .3;
    }
    50% {
        bottom: 4.5%;
        opacity: 1;
    }
    to {
        bottom: 5.5%;
        opacity: .3;
    }
}
@-moz-keyframes toggleMove {
    0% {
        bottom: 5.5%;
        opacity: .3;
    }
    50% {
        bottom: 4.5%;
        opacity: 1;
    }
    to {
        bottom: 5.5%;
        opacity: .3;
    }
}
@-ms-keyframes toggleMove {
    .home 0% {
        bottom: 5.5%;
        opacity: .3;
    }
    .home 50% {
        bottom: 4.5%;
        opacity: 1;
    }
    .home to {
        bottom: 5.5%;
        opacity: .3;
    }
}
@keyframes toggleMove {
    0% {
        bottom: 5.5%;
        opacity: .3;
    }
    50% {
        bottom: 4.5%;
        opacity: 1;
    }
    to {
        bottom: 5.5%;
        opacity: .3;
    }
}
/*
.home #navigation .navbar {
    opacity: 1;
    top: 0;
    transition: all .5s;
}
@media (max-width: 995.98px) {
    .home #navigation .navbar {
        background-color: rgba(255, 255, 255, 0.85);
    }
}
.home.fp-viewing-0>#navigation .navbar {
    opacity: 0;
    top: -65px;
    transition: all .5s;
}
@media (max-width: 995.98px) {
    .home.fp-viewing-0 #navigation .navbar {
        background: transparent;
    }
}
*/
.home.fp-viewing-0 .logo {
    background-image: url(/https/didimobility.co.jp/img/logo-new-white.svg) !important;
}
.home.fp-viewing-0 .menu-button {
    background-image: url(/https/didimobility.co.jp/img/menu-white.svg) !important;
}
.home.fp-viewing-0 .next-page {
    background-image: url(/https/didimobility.co.jp/img/next-page-white.svg) !important;
}
.home.fp-viewing-6 .next-page {
    display: none;
}
.home section,
.home .section {
    position: relative;
    height: 100%;
    box-sizing: border-box;
    /* メインビジュアル
    ----------------------------------------*/
    /* DiDiとは？
    ----------------------------------------*/
    /* サービス
    ----------------------------------------*/
    /* 製品の機能
    ----------------------------------------*/
    /* 新着情報
    ----------------------------------------*/
    /* 企業情報
    ----------------------------------------*/
}
@media (max-height: 800px) and (min-width: 996px) {
    .home section,
    .home .section {
        min-height: 800px;
    }
    .home .main-visual,
    .home .main-visual .fp-tableCell {
        min-height: auto;
    }
    .home section.footer-wrap,
    .home .section.footer-wrap {
        min-height: 0 !important;
    }
}
.home section .container-fluid,
.home .section .container-fluid {
    height: 100%;
    z-index: 2;
}
.home section .container-fluid .inner,
.home .section .container-fluid .inner {
    height: 100%;
    width: 100%;
    position: relative;
}
@media (max-width: 995.98px) {
    .home section .container-fluid,
    .home .section .container-fluid {
        padding-top: 60px;
        padding-bottom: 40px;
    }
}
.home section:nth-child(odd),
.home .section:nth-child(odd) {
    background: #f8f8f8;
}
@media (max-width: 995.98px) {
    .home section.main-visual h1,
    .home .section.main-visual h1 {
        line-height: 1.4;
        padding-top: 0.4em;
    }
}
.home section .title-wrap,
.home .section .title-wrap {
    position: relative;
    margin-bottom: 1.5rem;
    top: 90px;
    left: 0;
    z-index: 10;
}
@media (max-width: 995.98px) {
    .home section .title-wrap,
    .home .section .title-wrap {
        position: static;
    }
}
.home section .copy,
.home .section .copy {
    margin-top: 4rem;
    font-size: 1.6rem;
    font-family: "NotoSansCJKjp";
    font-weight: 200;
    letter-spacing: 0.2rem;
}
@media (max-width: 767.98px) {
    .home section .copy,
    .home .section .copy {
        line-height: 1.4;
    }
}
.home section .content-title,
.home .section .content-title {
    margin-bottom: 1em;
    font-size: 2.64rem;
}
@media (max-width: 575.98px) {
    .home section .content-title,
    .home .section .content-title {
        font-size: 1.8rem;
    }
}
.home section .content-text,
.home .section .content-text {
    font-size: 1.5rem;
    margin-bottom: 1.4rem;
}
@media (max-width: 575.98px) {
    .home section .content-text,
    .home .section .content-text {
        font-size: 1.3rem;
    }
}
.home section .content-text:last-child,
.home .section .content-text:last-child {
    margin-bottom: 0;
}
.home section a.check-more,
.home .section a.check-more {
    font-size: 1.3rem;
    position: absolute;
    top: 5px;
    right: 0;
    line-height: 1;
    white-space: nowrap;
}
@media (max-width: 575.98px) {
    .home section a.check-more,
    .home .section a.check-more {
        font-size: 1.1rem;
        top: 1px;
    }
}
.home section a.check-more img,
.home .section a.check-more img {
    height: 12px;
    margin-left: 10px;
    vertical-align: baseline;
}
@media (max-width: 575.98px) {
    .home section a.check-more img,
    .home .section a.check-more img {
        height: 8px;
        margin-left: 6px;
    }
}
.home section .content,
.home .section .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home section .content.recommend,
.home .section .content.recommend {
    z-index: 20;
}
@media (max-width: 995.98px) {
    .home section .content,
    .home .section .content {
        display: block;
    }
}
.home section .content .two-cols,
.home .section .content .two-cols {
    padding-top: 5%;
    max-width: 1290px;
}
@media (max-width: 995.98px) {
    .home section .content .two-cols,
    .home .section .content .two-cols {
        padding-top: 0;
    }
}
.home section .content .two-cols.row,
.home .section .content .two-cols.row {
    margin: 0 -4%;
}
.home section .content .two-cols.row .col-12,
.home .section .content .two-cols.row .col-12 {
    padding: 0 4%;
}
.home section .content .img-wrap,
.home .section .content .img-wrap {
    width: 35.4vw;
    /*
        @include media-breakpoint-down(sm) {
          width: 300px;
        }
        @include media-breakpoint-down(xs) {
          width: 100%;
        }*/
}
@media (max-width: 995.98px) {
    .home section .content .img-wrap,
    .home .section .content .img-wrap {
        width: 100%;
        margin-bottom: 1.72rem;
    }
}
.home section .content__img,
.home .section .content__img {
    width: 100%;
    max-width: auto;
}
@media (max-width: 995.98px) {
    .home section .content__img,
    .home .section .content__img {
        width: 50vw;
    }
}
@media (max-width: 767.98px) {
    .home section .content__img,
    .home .section .content__img {
        width: 60vw;
    }
}
@media (max-width: 575.98px) {
    .home section .content__img,
    .home .section .content__img {
        width: 70vw;
    }
}
@media (max-width: 995.98px) {
    .home section .content,
    .home .section .content {
        position: static;
    }
}
.home section .content .link-list,
.home .section .content .link-list {
    list-style: none;
}
.home section .content .link-list li,
.home .section .content .link-list li {
    font-size: 1.5rem;
}
@media (max-width: 767.98px) {
    .home section .content .link-list li,
    .home .section .content .link-list li {
        font-size: 1.3rem;
    }
}
.home section img,
.home .section img {
    /*
      max-width: 100%;
      height: auto;
      */
}
.home section img.border-round,
.home .section img.border-round {
    border: 3px solid #ececec;
    border-radius: 50%;
}
.home section.main-visual .urgentNotice,
.home .section.main-visual .urgentNotice {
    background: #d4121b;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    line-height: 1.5;
    font-size: 1.6rem;
    padding: 1.6rem 2rem;
}
.home section.main-visual .urgentNotice__title,
.home .section.main-visual .urgentNotice__title {
    background: url(/https/didimobility.co.jp/img/icon-urgentNotice.png) no-repeat left center;
    border-right: 1px solid #fff;
    font-weight: bold;
    padding-left: 35px;
    padding-right: 20px;
    margin-right: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
@media (max-width: 995.98px) {
    .home section.main-visual .urgentNotice,
    .home .section.main-visual .urgentNotice {
        font-size: 12px;
        flex-direction: column;
    }
    .home section.main-visual .urgentNotice__title,
    .home .section.main-visual .urgentNotice__title {
        border: none;
        margin-bottom: 5px;
        line-height: 18px;
        background-size: contain;
        padding-left: 22px;
    }
}
.home section.main-visual .fp-tableCell,
.home .section.main-visual .fp-tableCell {
    display: flex;
    flex-direction: column;
    /*
        @include media-breakpoint-down(xs) {
          img {
            max-width: 80%;
          }
        }
        */
}
.home section.main-visual .fp-tableCell .main-visual__inner,
.home .section.main-visual .fp-tableCell .main-visual__inner {
    position: relative;
    flex: 1;
}
.home section.main-visual .fp-tableCell .main-visual__inner #navigation,
.home .section.main-visual .fp-tableCell .main-visual__inner #navigation {
    position: relative;
}
.home section.main-visual .fp-tableCell .main-visual__inner #navigation .fixed-top,
.home .section.main-visual .fp-tableCell .main-visual__inner #navigation .fixed-top {
    position: relative;
}
.home section.main-visual .fp-tableCell .main-visual__inner #navigation .fixed-top .logo,
.home .section.main-visual .fp-tableCell .main-visual__inner #navigation .fixed-top .logo {
    background-image: url(/https/didimobility.co.jp/img/logo-new-white.svg) !important;
}
.home section.main-visual .fp-tableCell .main-visual__inner #navigation .fixed-top .menu-button,
.home .section.main-visual .fp-tableCell .main-visual__inner #navigation .fixed-top .menu-button {
    background-image: url(/https/didimobility.co.jp/img/menu-white.svg) !important;
}
.home section.main-visual .fp-tableCell .main-visual__inner #navigation .fixed-top .next-page,
.home .section.main-visual .fp-tableCell .main-visual__inner #navigation .fixed-top .next-page {
    background-image: url(/https/didimobility.co.jp/img/next-page-white.svg) !important;
}
.home section.main-visual .fp-tableCell .auto-cross-fade,
.home .section.main-visual .fp-tableCell .auto-cross-fade {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.home section.main-visual .fp-tableCell .auto-cross-fade .bg-image,
.home .section.main-visual .fp-tableCell .auto-cross-fade .bg-image {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.home section.main-visual .fp-tableCell .auto-cross-fade .bg-image:not(:first-child),
.home .section.main-visual .fp-tableCell .auto-cross-fade .bg-image:not(:first-child) {
    display: none;
}
@media (max-width: 995.98px) {
    .home section.main-visual .fp-tableCell .auto-cross-fade .bg-image.image-left,
    .home .section.main-visual .fp-tableCell .auto-cross-fade .bg-image.image-left {
        background-position: left 30% top 50%;
    }
}
@media (max-width: 995.98px) {
    .home section.main-visual .fp-tableCell .auto-cross-fade .bg-image.image-right,
    .home .section.main-visual .fp-tableCell .auto-cross-fade .bg-image.image-right {
        background-position: right 30% top 50%;
    }
}
.home .youtube-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* height: calc(100vh - 50px); */
    overflow: hidden;
    z-index: 0;
    background-size: cover;
}
.home .video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 0px);
    overflow: hidden;
    z-index: 0;
    background-size: cover;
    text-align: center;
    background: #000;
    display: block;
}
.home .bg-video {
    display: block;
    margin: 0 auto;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    width: auto;
}
.home .visual {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    overflow: hidden;
    z-index: 0;
    background-size: cover;
    text-align: center;
    background: #000;
    display: block;
     background: #000 url(/https/didimobility.co.jp/img/home/home-visual-img.jpg) no-repeat center top;
     background-size: cover;
}
.home .visual .visual-text{
    width: 30%;
    position: absolute;
    top: 7%;
    left: 2%;
    max-height: 40%;
}
.home .visual .campaignArea{
    width: 290px;
    display: flex;
    gap: 10px;
    position: absolute;
    bottom:20px;
    left: 20px;
    background-color:#4C2E35;
    padding: 15px 40px;
}
.home .visualSp {
    display: none;
}
.home .main-visual__inner .linkArea {
    position: absolute;
    bottom: 100px;
    right: 20px;
    z-index: 10;
}
.home .main-visual__inner .linkArea .icon_movie{
    width: 15px;
}
.home .main-visual__inner .linkArea a {
/*     display: block; */
        display: flex;
    gap:1px;
    text-align: center;
    background: #fff;
    padding: 10px;
    font-size: 1.6rem;
    transition: all .2s;
}
.home .main-visual__inner .linkArea a:hover {
    opacity: 0.6;
}
.home .main-visual__inner .banners {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}
.home .main-visual__inner .banners .p-small{
   color:#fff;
    text-align:left;
}
@media (max-width: 767.98px) {
   .home .main-visual__inner .banners {
    position: absolute;
    bottom: 140px;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    display:none;
}
}
.home .main-visual__inner .banners a {
    margin: 0 10px;
}
.home .main-visual__inner .banners img {
    max-width: 100%;
    height: auto;
}
.home .main-visual__inner .banners .huaweiBnr img {
    height: 60px;
}
.topBnrArea {
    width: 100%;
    height: 120px;
    background: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}
 .topBnrArea img {
    max-width: 100%;
    max-height: 100px;
     margin: 0 auto;
    display: flex;
    padding-top: 20px;
}
.banners-pc{
    display: block;
}
.banners-sp{
    display: none;
}
@media (max-width: 767.98px) {
    .topBnrArea {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    }
    .home .youtube-wrap {
        display: none;
    }
    .home .video-wrap {
        display: none;
    }
    .home .visual {
    display: none;
    }
     .home .visualSp {
        display: block;
    }
        .home .visualSp .visual-text{
        position: absolute;
        width: 90%;
        left: 10px;
        bottom: 210px;
        height: 170px;
    }
    .home .visualSp .campaignArea{
        display: flex;
        justify-content: center;
        gap: 10px;
        position: absolute;
        width: 95%;
        left: 0;
        right: 0;
        bottom: 130px;
        padding: 10px 20px;
        background: #FC6E36;
        height: 67px;
        margin: 0 auto;
    }
    .home .visualSp .campaign-arrow{
        width: 35px;
    }
    .home .visualSp .visualSpArea{
        position: absolute;
        height: calc(100% - 390px);
        width: 100%;
        left: 0;
        background: url(/https/didimobility.co.jp/img/home/home-visual-img-sp-02.jpg) no-repeat top;
        background-size: cover;
    }
    .home .visualSp .visual-car{
        width: 180px;
        position: absolute;
        right: 10px;
        bottom: 330px;
    }
    .home .main-visual__inner .linkArea {
        bottom: 400px;
        right: inherit;
        left: 10px;
    }
    .home .main-visual__inner .banners .huaweiBnr {
        display: none;
    }
    .banners-pc{
        display: none;
    }
    .banners-sp{
        display: block;
    }
}
.home section.main-visual .mask-box,
.home .section.main-visual .mask-box {
    border: none;
}
.home section.main-visual .mask-box:after,
.home .section.main-visual .mask-box:after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111519;
    opacity: .8;
    border-radius: 50%;
    z-index: -1;
    position: absolute;
}
.home section.main-visual .mask-box .banners,
.home .section.main-visual .mask-box .banners {
    font-size: 0;
    position: absolute;
    left: 0;
    bottom: 18%;
    width: 100%;
}
.home section.main-visual .mask-box .banners .row,
.home .section.main-visual .mask-box .banners .row {
    width: 60%;
    margin: 0 -2%;
}
.home section.main-visual .mask-box .banners .row .col-6,
.home .section.main-visual .mask-box .banners .row .col-6 {
    padding: 0 2%;
}
.home section.main-visual .mask-box .banners img,
.home .section.main-visual .mask-box .banners img {
    position: static;
}
@media (max-width: 575.98px) {
    .home section.main-visual .mask-box .banners,
    .home .section.main-visual .mask-box .banners {
        position: static;
        margin-top: 20px;
    }
    .home section.main-visual .mask-box .banners .row,
    .home .section.main-visual .mask-box .banners .row {
        width: 100%;
    }
}
.home section.main-visual .lp-banners,
.home .section.main-visual .lp-banners {
    position: absolute;
    width: 25vw;
    min-width: 410px;
    right: 3vw;
    bottom: 4vw;
    z-index: 1;
}
.home section.main-visual .lp-banners-sp,
.home .section.main-visual .lp-banners-sp {
    display: none;
}
.home section.main-visual .lp-banners img,
.home .section.main-visual .lp-banners img {
    width: 100%;
}
.home section.main-visual .lp-banners a:hover img,
.home .section.main-visual .lp-banners a:hover img {
    opacity: 0.7;
}
@media (max-width: 995.98px) {
    .home section.main-visual .lp-banners,
    .home .section.main-visual .lp-banners {
        width: 340px;
        height: 80px;
        min-width: auto;
        max-width: 90%;
        left: 50%;
        right: auto;
        bottom: 15vw;
        margin-left: -170px;
    }
    .home section.main-visual .lp-banners-sp,
    .home .section.main-visual .lp-banners-sp {
        display: block;
    }
    .home section.main-visual .lp-banners-pc,
    .home .section.main-visual .lp-banners-pc {
        display: none;
    }
}
@media (max-width: 575.98px) {
    .home section.main-visual .lp-banners,
    .home .section.main-visual .lp-banners {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
        margin: 0 auto;
        bottom: 5vw;
        left: 0;
    }
    .home section.main-visual .lp-banners img,
    .home .section.main-visual .lp-banners img {
        width: 100%;
    }
}
.lp-banners-slide-wrap {
    /*  background: #ff7d41;*/
    background: #fff;
    padding: 20px;
    width: 100%;
    z-index: 1;
}
.lp-banners-slide-wrap.preload {
    display: none !important;
}
.lp-banners-slide-wrap .lp-banners-slide {
    max-width: 902px;
    margin: 0 auto;
}
.lp-banners-slide-wrap a {
    display: block;
    transition: all .2s;
}
.lp-banners-slide-wrap a:hover {
    opacity: .7;
}
.lp-banners-slide-wrap a img {
    border: 1px solid #fff;
}
.lp-banners-slide-wrap .slick-arrow {
    width: 60px;
    height: 60px;
    transition: all .2s;
}
.lp-banners-slide-wrap .slick-arrow:hover {
    opacity: .7;
}
.lp-banners-slide-wrap .slick-arrow:before {
    display: none;
}
/*
.lp-banners-slide-wrap .slick-arrow.slick-next {
  background: url(/https/didimobility.co.jp/img/lp-banners-slide-arrow-right.svg) center center no-repeat;
  right: -88px;
}
.lp-banners-slide-wrap .slick-arrow.slick-prev {
  background: url(/https/didimobility.co.jp/img/lp-banners-slide-arrow-left.svg) center center no-repeat;
  left: -88px;
}*/

.lp-banners-slide-wrap .slick-arrow.slick-next {
    background: url(/https/didimobility.co.jp/img/swiper/next-normal.svg) center center no-repeat;
    right: -75px;
}
.lp-banners-slide-wrap .slick-arrow.slick-prev {
    background: url(/https/didimobility.co.jp/img/swiper/prev-normal.svg) center center no-repeat;
    left: -75px;
}
@media (max-width: 991.98px) {
    .lp-banners-slide-wrap {
        background: none;
        padding: 20px 20px;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .lp-banners-slide-wrap .lp-banners-slide {
        max-width: 415px;
    }
    .lp-banners-slide-wrap a img {
        max-width: 100%;
        border: none;
    }
    .lp-banners-slide-wrap .slick-arrow {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .home section.whats-didi,
    .home .section.whats-didi {
        height: auto !important;
    }
    .home section.whats-didi .fp-tableCell,
    .home .section.whats-didi .fp-tableCell {
        height: auto !important;
    }
}
@media (max-width: 767.98px) {
    .home section.service,
    .home .section.service {
        height: auto !important;
    }
    .home section.service .fp-tableCell,
    .home .section.service .fp-tableCell {
        height: auto !important;
    }
}
.home section.service a .hover-text,
.home .section.service a .hover-text {
    display: none;
}
.home section.service a:hover .show-text,
.home .section.service a:hover .show-text {
    display: none;
}
.home section.service a:hover .hover-text,
.home .section.service a:hover .hover-text {
    display: inline;
    color: #F37E43;
}
.home section.service a:hover .thumb,
.home .section.service a:hover .thumb {
    box-shadow: 0 25px 25px 2px rgba(48, 48, 48, 0.28);
}
@media (max-width: 995.98px) {
    .home section.service .title-wrap,
    .home .section.service .title-wrap {
        margin-bottom: 60px;
    }
}
@media (max-width: 575.98px) {
    .home section.service .title-wrap,
    .home .section.service .title-wrap {
        margin-bottom: 25px;
    }
}
.home section.service .row,
.home .section.service .row {
    margin: 10% -2% 0;
}
.home section.service .row .col-12,
.home .section.service .row .col-12 {
    padding: 0 2%;
}
@media (max-width: 995.98px) {
    .home section.service .row,
    .home .section.service .row {
        margin: 10% 0 0;
    }
    .home section.service .row .col-12,
    .home .section.service .row .col-12 {
        padding: 0;
    }
}
.home section.service .content-title,
.home .section.service .content-title {
    margin-bottom: 0.5em;
}
.home section.service .thumb,
.home .section.service .thumb {
    margin-bottom: 1.36rem;
    position: relative;
    transition: box-shadow .5s;
}
.home section.service .thumb__title,
.home .section.service .thumb__title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    letter-spacing: 0.2rem;
    z-index: 10;
}
@media (max-width: 575.98px) {
    .home section.service .thumb__title,
    .home .section.service .thumb__title {
        font-size: 1.4rem;
    }
}
.home section.service .thumb:after,
.home .section.service .thumb:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #011519;
    opacity: .5;
    z-index: 0;
    transition: opacity .5s;
}
.home section.product-features,
.home .section.product-features {
    /*
      .two-cols {
        padding:10% 8% 0;
      }
      */
    /*
      @include media-breakpoint-down(lg) {
        .two-cols {
          padding:10% 0 0;
        }
      }
      */
}
@media (max-width: 767.98px) {
    .home section.product-features,
    .home .section.product-features {
        height: auto !important;
    }
    .home section.product-features .fp-tableCell,
    .home .section.product-features .fp-tableCell {
        height: auto !important;
    }
}
.home section.product-features .content-title,
.home .section.product-features .content-title {
    margin-bottom: 0.4em;
}
.home section.product-features .device,
.home .section.product-features .device {
    margin-bottom: 1.4em;
    padding-left: 0.2em;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    color: #999;
}
.home section.product-features .arrows,
.home .section.product-features .arrows {
    margin-top: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.home section.product-features .arrows div,
.home .section.product-features .arrows div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: border .5s;
    cursor: pointer;
}
.home section.product-features .arrows div:hover,
.home .section.product-features .arrows div:hover {
    border: 3px solid #343434;
}
.home section.product-features .arrows div img,
.home .section.product-features .arrows div img {
    width: 9px;
}
.home section.product-features .arrows .left,
.home .section.product-features .arrows .left {
    margin-right: 36px;
}
.home section.product-features .swiper-image,
.home .section.product-features .swiper-image {
    background: url(/https/didimobility.co.jp/img/product/bg-features.png) no-repeat center center;
    background-size: cover;
    border-radius: 50%;
    width: 35.4vw !important;
}
@media (max-width: 995.98px) {
    .home section.product-features .swiper-image,
    .home .section.product-features .swiper-image {
        width: 50vw !important;
    }
}
@media (max-width: 767.98px) {
    .home section.product-features .swiper-image,
    .home .section.product-features .swiper-image {
        width: 60vw !important;
    }
}
@media (max-width: 575.98px) {
    .home section.product-features .swiper-image,
    .home .section.product-features .swiper-image {
        width: 70vw !important;
    }
}
@media (min-width: 768px) {
    .home section.product-features .swiper-text,
    .home .section.product-features .swiper-text {
        padding: 10% 5% 0;
    }
}
@media (max-width: 995.98px) {
    .home section.product-features .swiper-text,
    .home .section.product-features .swiper-text {
        padding-top: 1.72rem;
    }
}
@media (min-width: 768px) {
    .home section.product-features .swiper-button-wraper,
    .home .section.product-features .swiper-button-wraper {
        left: calc(5% + 22px);
    }
}
.home section.press,
.home .section.press {
    /*
      @include media-breakpoint-down(sm) {
        .content {
          padding-top: 110%;
        }
      }
      */
}
@media (max-width: 767.98px) {
    .home section.press,
    .home .section.press {
        height: auto !important;
    }
    .home section.press .fp-tableCell,
    .home .section.press .fp-tableCell {
        height: auto !important;
    }
}
.home section.press .info,
.home .section.press .info {
    margin-bottom: 3.63rem;
}
.home section.press .info__title,
.home .section.press .info__title {
    line-height: 1.36;
    font-size: 1.5rem;
    margin-bottom: 10px;
}
@media (max-width: 575.98px) {
    .home section.press .info__title,
    .home .section.press .info__title {
        font-size: 1.3rem;
    }
}
.home section.press .info__date,
.home .section.press .info__date {
    color: #B3B3B3;
    font-size: 1.2rem;
}
.home section.press .info__more,
.home .section.press .info__more {
    color: #F37E43;
    font-size: 1.2rem;
}
.home section.press .info__more:hover,
.home .section.press .info__more:hover {
    color: #F37E43;
}
.home section.press .info:last-child,
.home .section.press .info:last-child {
    margin-bottom: 0;
}
.home section.press .latest .info .info__title,
.home .section.press .latest .info .info__title {
    font-size: 2.2rem;
}
@media (max-width: 575.98px) {
    .home section.press .latest .info .info__title,
    .home .section.press .latest .info .info__title {
        font-size: 1.6rem;
    }
}
.home section.press .latest .info .info__date,
.home .section.press .latest .info .info__date {
    font-size: 1.5rem;
    margin-bottom: 50px;
}
@media (max-width: 575.98px) {
    .home section.press .latest .info .info__date,
    .home .section.press .latest .info .info__date {
        font-size: 1.3rem;
    }
}
.home section.press .latest .info .info__more,
.home .section.press .latest .info .info__more {
    font-size: 15px;
    line-height: 42px;
    display: block;
    color: #333;
}
@media (max-width: 575.98px) {
    .home section.press .latest .info .info__more,
    .home .section.press .latest .info .info__more {
        margin: 1em 0 2em;
        line-height: 26px;
        font-size: 13px;
    }
}
.home section.press .latest .info .info__more .icon,
.home .section.press .latest .info .info__more .icon {
    display: inline-block;
    vertical-align: bottom;
    width: 42px;
    height: 42px;
    border: 3px solid #F39862;
    border-radius: 50%;
    margin-right: 18px;
    position: relative;
}
@media (max-width: 575.98px) {
    .home section.press .latest .info .info__more .icon,
    .home .section.press .latest .info .info__more .icon {
        width: 26px;
        height: 26px;
        border: 2px solid #F39862;
        border-radius: 50%;
        margin-right: 10px;
    }
}
.home section.press .latest .info .info__more .icon img,
.home .section.press .latest .info .info__more .icon img {
    width: 9px;
    margin: -6px 0 0 -4px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
}
@media (max-width: 575.98px) {
    .home section.press .latest .info .info__more .icon img,
    .home .section.press .latest .info .info__more .icon img {
        width: 4px;
        margin: -3px 0 0 -2px;
    }
}
.home section.press .latest .info .info__more .icon img.orange,
.home .section.press .latest .info .info__more .icon img.orange {
    z-index: 2;
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
}
.home section.press .latest .info .info__more:hover img.orange,
.home .section.press .latest .info .info__more:hover img.orange {
    opacity: 1;
}
.home section.press .left,
.home .section.press .left {
    width: 26.3%;
}
@media (max-width: 995.98px) {
    .home section.press .left,
    .home .section.press .left {
        width: 100%;
    }
}
.home section.press .right,
.home .section.press .right {
    width: 22.5%;
}
@media (max-width: 995.98px) {
    .home section.press .right,
    .home .section.press .right {
        width: 100%;
    }
}
@media (max-width: 995.98px) {
    .home section.press .mask-box,
    .home .section.press .mask-box {
        position: relative;
        top: 0;
        margin-top: 0;
    }
    .home section.press .content .left,
    .home .section.press .content .left {
        margin-bottom: 2rem;
    }
    .home section.press .content .left .info__title,
    .home .section.press .content .left .info__title {
        margin: 1rem 0 0 0;
    }
    .home section.press .content .left .info__date,
    .home .section.press .content .left .info__date {
        margin-bottom: 0px;
    }
    .home section.press .content .right .info,
    .home .section.press .content .right .info {
        margin-bottom: 1.5rem;
    }
    .home section.press .content .right .info__title,
    .home .section.press .content .right .info__title {
        margin-bottom: 0;
    }
}
@media (max-width: 767.98px) {
    .home section.press .mask-box,
    .home .section.press .mask-box {
        margin-bottom: 1.72rem;
    }
}
@media (max-width: 767.98px) {
    .home section.about-us,
    .home .section.about-us {
        height: auto !important;
    }
    .home section.about-us .container-fluid,
    .home .section.about-us .container-fluid {
        padding-bottom: 100px;
    }
    .home section.about-us .fp-tableCell,
    .home .section.about-us .fp-tableCell {
        height: auto !important;
    }
}
.home .icon-circle-orenge {
    margin-top: 1em;
}
#service .main-visual {
    background: url(/https/didimobility.co.jp/img/services/mainvisual-sevices.jpg) center top no-repeat;
    background-size: cover;
}
#service .sec01 h3 {
    margin-bottom: 2rem;
}
@media (max-width: 995.98px) {
    #service .sec01 .introduce__pic {
        display: none;
    }
}
#service .sec01 .introduce__text {
    padding: 0 5%;
}
@media (max-width: 995.98px) {
    #service .sec01 .introduce__text {
        padding: 15% 7%;
    }
}
#service .sec02 h3 {
    margin-bottom: 1rem;
}
#service .sec02 .block {
    position: relative;
    overflow: hidden;
}
#service .sec02 .block__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 10;
    padding: 10%;
}
@media (max-width: 995.98px) {
    #service .sec02 .block__content {
        height: 60%;
        overflow: hidden;
    }
}
#service .sec02 .block__content-title {
    margin-bottom: 1.2em;
    font-size: 2.6rem;
    font-weight: 300;
}
@media (max-width: 995.98px) {
    #service .sec02 .block__content-title {
        margin-bottom: 1em;
        font-size: 1.8rem;
    }
}
#service .sec02 .block__content-text {
    font-size: 1.5rem;
}
@media (max-width: 995.98px) {
    #service .sec02 .block__content-text {
        font-size: 1.3rem;
    }
}
#service .sec02 .block img {
    transition: transform .8s;
    width: 100%;
}
#service .sec02 .block:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}
#service .sec02 .block:hover img {
    transform: scale(1.1);
}
#service .sec02 .block:hover:after {
    opacity: 0;
}
#service .sec02 .notice {
    position: absolute;
    bottom: 20px;
    right: 2rem;
    color: #ccc;
    font-size: 1.1rem;
    text-align: right;
}
@media (max-width: 995.98px) {
    #service .sec02 .notice {
        right: 1rem;
        bottom: 10px;
        font-size: 1rem;
    }
}
#service .sec03 h2 {
    margin-bottom: 1rem;
}
#service .sec03 h3 {
    margin-bottom: 1rem;
}
#service .sec03 .container-fluid {
    height: 100%;
}
#service .sec03 .item {
    margin-bottom: 3rem;
}
#service .sec03 .item:last-child {
    margin-bottom: 0;
}
#service .sec03 .item .icon-circle {
    display: block;
    border-radius: 50%;
    border: 2px solid #666666;
    width: 60px;
    height: 60px;
    margin-right: 10px;
}
#service .sec03 .item .text {
    flex: 1;
}
#service .sec03 .item .text span {
    color: #FF7D41;
}
#service .sec03 .inner {
    padding: 0;
    height: 50vw;
}
#service .secVideo {
    background: #f8f8f8 url(/https/didimobility.co.jp/img/services/video-thumb.png) center center no-repeat;
    background-size: contain;
}
@media (max-width: 1139px) {
    #service .secVideo {
        background-size: cover;
    }
}
#service .secVideo a {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    z-index: 2;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    max-height: 450px;
}
#service .secVideo a:before {
    content: "";
    background: url(/https/didimobility.co.jp/img/icon-videoPlay.svg) center center no-repeat;
    background-size: contain;
    display: block;
    height: 75px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 75px;
    z-index: 3;
}
#service .secVideo a:after {
    content: "";
    position: relative;
    display: block;
    padding-top: 92.7%;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    opacity: .5;
    transition: opacity .2s ease;
}
#service .secVideo a:hover:after {
    opacity: .25;
}
@media (max-width: 995.98px) {
    #service .sec03 .inner {
        height: auto;
        padding-top: calc(432px + 80px + 50px);
        padding-bottom: 5rem;
    }
}
@media (max-width: 767.98px) {
    #service .sec03 .inner {
        padding-top: 400px;
    }
}
@media (max-width: 575.98px) {
    #service .sec03 .inner {
        padding-top: 400px;
    }
}
#service .sec03 .mask-box {
    top: 90px;
    margin-top: 0;
}
#service .sec03 .left {
    width: 22%;
}
@media (max-width: 995.98px) {
    #service .sec03 .left {
        width: 100%;
        margin-bottom: 30px;
    }
}
#service .sec03 .right {
    width: 22%;
}
@media (max-width: 995.98px) {
    #service .sec03 .right {
        width: 100%;
    }
}
@media (max-width: 995.98px) {
    #service .sec03 .swiper-container {
        padding-bottom: 30px;
    }
}
#service .sec04 {
    background: #f5f5f5;
}
#service .sec04 .inner {
    padding: 14rem 0;
}
@media (max-width: 995.98px) {
    #service .sec04 .inner {
        padding: 8rem 0;
    }
}
#service .sec04 a:hover .block {
    box-shadow: 0 25px 25px 2px rgba(48, 48, 48, 0.28);
}
#service .sec04 a:hover .block .hover-text {
    display: inline;
}
#service .sec04 .block {
    position: relative;
}
#service .sec04 .block__content {
    position: absolute;
    width: 100%;
    height: 30%;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    color: #fff;
    padding: 5% 2.5rem;
}
@media (max-width: 575.98px) {
    #service .sec04 .block__content {
        padding: 3% 2rem;
        height: auto;
        background: rgba(0, 0, 0, 0.5);
    }
}
#service .sec04 .block__content .desc {
    font-size: 1.3rem;
}
@media (max-width: 575.98px) {
    #service .sec04 .block__content .desc {
        font-size: 1.1rem;
    }
}
#service .sec04 .block__content-title {
    font-size: 1.8rem;
    margin-bottom: .6rem;
}
@media (max-width: 575.98px) {
    #service .sec04 .block__content-title {
        font-size: 1.5rem;
    }
}
#service .sec04 .block__content-title .hover-text {
    padding-left: 1em;
    font-size: 1.3rem;
    color: #F37E43;
    display: none;
}
#service .sec04 .icon-circle-orenge {
    margin-top: 1.6em;
}
#service .sec05 .container-fluid {
    padding-top: 9rem;
    padding-bottom: 9rem;
}
@media (max-width: 575.98px) {
    #service .sec05 .container-fluid {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}
#service .sec05 h2 {
    font-size: 2.6em;
    color: #FC9153;
    margin-bottom: 2em;
}
@media (max-width: 995.98px) {
    #service .sec05 h2 {
        font-size: 2.2em;
        margin-bottom: 1.6em;
    }
}
@media (max-width: 575.98px) {
    #service .sec05 h2 {
        font-size: 1.8em;
        margin-bottom: 1.6em;
    }
}
#service .sec05 .patener-wrap {
    margin-bottom: 40px;
}
#service .sec05 .patener-wrap h3 {
    margin-bottom: 1em;
}
#service .sec05 .patener-wrap .area-title {
    padding-right: 2.3rem;
    position: relative;
    cursor: pointer;
    display: inline-block;
}
#service .sec05 .patener-wrap .area-title:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -.5rem;
    background: url(/https/didimobility.co.jp/img/faq/icon-open.png) no-repeat center center;
    background-size: contain;
}
#service .sec05 .patener-wrap .area-title.open:after {
    margin-top: -.7rem;
    background: url(/https/didimobility.co.jp/img/faq/icon-close.png) no-repeat center center;
    background-size: contain;
}
#service .sec05 .partners {
    margin: 0 -.75rem -1.5rem;
}
#service .sec05 .partners-wrap {
    margin: 0 !important;
    display: none;
}
#service .sec05 .partners-wrap .row {
    margin: 0 -.75rem -1.5rem;
}
#service .sec05 .partners .col-12 {
    padding: 0 .75rem;
}
#service .sec05 .partners .partner {
    border: 1px solid #ECECEC;
    text-align: center;
    font-size: 1.5rem;
    line-height: 3em;
    margin-bottom: 1em;
}
#service .sec05 .partners-notice {
    font-size: 12px;
}
/* services-user/services-taxi 共通
------------------------------- */

#user section:nth-of-type(odd),
#taxi section:nth-of-type(odd) {
    background: #f8f8f8;
}
#user section .mask-box,
#taxi section .mask-box {
    z-index: 0;
}
#user section .container-fluid,
#taxi section .container-fluid {
    padding-top: 120px;
    padding-bottom: 120px;
    z-index: 2;
}
@media (max-width: 995.98px) {
    #user section .container-fluid,
    #taxi section .container-fluid {
        padding-top: 60px;
        padding-bottom: 100px;
    }
}
#user section.main-visual .mask-box .inner,
#taxi section.main-visual .mask-box .inner {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#user section.main-visual .mask-box .inner h1,
#taxi section.main-visual .mask-box .inner h1 {
    line-height: 1.2;
}
#user section.main-visual .mask-box .inner .copy,
#taxi section.main-visual .mask-box .inner .copy {
    margin-top: 1.2em;
}
#user section h3,
#taxi section h3 {
    font-size: 2.376rem;
    margin-bottom: 1.5rem;
}
#user section h3 span,
#taxi section h3 span {
    font-size: 2.224rem;
    line-height: 2.376rem;
    margin-left: 1em;
}
@media (max-width: 995.98px) {
    #user section h3,
    #taxi section h3 {
        font-size: 1.8rem;
    }
}
#user .content,
#taxi .content {
    display: flex;
    justify-content: center;
    align-items: center;
}
#user .content__img,
#taxi .content__img {
    width: 100%;
    max-width: auto;
}
@media (max-width: 995.98px) {
    #user .content__img,
    #taxi .content__img {
        width: 50vw;
    }
}
@media (max-width: 767.98px) {
    #user .content__img,
    #taxi .content__img {
        width: 60vw;
    }
}
@media (max-width: 575.98px) {
    #user .content__img,
    #taxi .content__img {
        width: 70vw;
    }
}
#user img.border-round,
#taxi img.border-round {
    border-radius: 50%;
}
#user .two-cols,
#taxi .two-cols {
    max-width: 1290px;
}
@media (max-width: 995.98px) {
    #user .two-cols,
    #taxi .two-cols {
        padding-top: 0;
    }
}
#user .two-cols.row,
#taxi .two-cols.row {
    margin: 0 -4%;
}
#user .two-cols.row .col-12,
#taxi .two-cols.row .col-12 {
    padding: 0 4%;
}
#user .img-wrap,
#taxi .img-wrap {
    width: 35.4vw;
}
@media (max-width: 995.98px) {
    #user .img-wrap,
    #taxi .img-wrap {
        width: 100%;
        margin-bottom: 1.72rem;
    }
}
#user .offer,
#taxi .offer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    transition: transform .5s ease;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.85);
    padding: 2rem;
    color: #fff;
    font-size: 2rem;
}
#user .offer p,
#taxi .offer p {
    line-height: 1;
    margin-bottom: .5em;
}
#user .offer .banners .row .col-6,
#taxi .offer .banners .row .col-6 {
    padding: 0 10px;
}
@media (max-width: 575.98px) {
    #user .offer,
    #taxi .offer {
        padding: 1rem 2rem;
    }
    #user .offer p,
    #taxi .offer p {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
    #user .offer .banners .row,
    #taxi .offer .banners .row {
        height: 40px;
    }
    #user .offer .banners .row img,
    #taxi .offer .banners .row img {
        max-height: 40px;
    }
}
/* services-user
------------------------------- */

#user section.main-visual {
    background: url(/https/didimobility.co.jp/img/services/user/mainvisual-services-user.jpg) center top no-repeat;
    background-size: cover;
}
@media (min-width: 996px) {
    #user section.main-visual .mask-box .inner h1 {
        margin-top: -1em;
        padding-top: 0;
    }
}
#user section.main-visual .mask-box .inner .copy {
    margin-top: 1.2em;
}
#user section.main-visual .mask-box .banners {
    font-size: 0;
    position: absolute;
    left: 0;
    bottom: 18%;
    width: 100%;
}
#user section.main-visual .mask-box .banners .row {
    width: 60%;
    margin: 0 -2%;
}
#user section.main-visual .mask-box .banners .row .col-6 {
    padding: 0 2%;
}
#user section.main-visual .mask-box .banners img {
    position: static;
}
@media (max-width: 575.98px) {
    #user section.main-visual .mask-box .banners {
        position: static;
        margin-top: 20px;
    }
    #user section.main-visual .mask-box .banners .row {
        width: 100%;
    }
}
@media (max-width: 575.98px) {
    #user section.main-visual {
        background-position: 30% top;
    }
}
#user section .title-wrap {
    margin-bottom: 1.5rem;
}
#user section.sec01 {
    /*
      .modal-content {
        height: 0;
        padding-top: 56.25%;
        iframe {
          position:absolute;
          top:0;
          left:0;
          width:100%;
          height:100%;
        }
      }
      */
}
#user section.sec01 .youtube-wrapper {
    position: relative;
    height: 0;
    padding-top: 56.25%;
    margin: 0 auto;
    width: 100%;
    max-width: 560px;
}
#user section.sec01 .youtube-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#user section.sec01 .modal.fade {
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
}
#user section.sec01 .modal.fade .modal-dialog {
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
}
#user section.sec01 .modal-dialog {
    max-width: 560px;
}
#user section.sec01 .thumb {
    display: inline-block;
    cursor: pointer;
}
#user section.sec01 .thumb img.hover {
    display: none;
}
@media (min-width: 768px) {
    #user section.sec01 .thumb {
        max-width: 560px;
    }
    #user section.sec01 .thumb:hover img.normal {
        display: none;
    }
    #user section.sec01 .thumb:hover img.hover {
        display: inline;
    }
}
@media (max-width: 995.98px) {
    #user section.sec01 .container-fluid {
        padding-bottom: 60px;
    }
}
#user section#sec02 .container-wide {
    margin: 60px auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}
#user section#sec02 h2 {
    margin-bottom: 1em;
}
#user section#sec02 .slider {
    position: relative;
}
#user section#sec02 .images {
    display: flex;
    justify-content: center;
    position: relative;
}
#user section#sec02 .image-list {
    border: 3px solid #ECECEC;
    border-radius: 50%;
    position: relative;
    white-space: nowrap;
    height: 220px;
    padding-left: 50px;
    width: 220px;
}
#user section#sec02 .image-list:after {
    background-color: #FC9153;
    border-radius: 50%;
    color: white;
    display: block;
    position: absolute;
    text-align: center;
    font-size: 2rem;
    height: 2em;
    left: -1.35em;
    line-height: 2em;
    top: calc(50% - 1.35em);
    width: 2em;
}
#user section#sec02 .step1 .image-list:after {
    content: '01';
}
#user section#sec02 .step2 .image-list:after {
    content: '02';
}
#user section#sec02 .step3 .image-list:after {
    content: '03';
}
#user section#sec02 .image-list li {
    list-style: none;
    display: inline;
    position: absolute;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#user section#sec02 .step1 .image-list li:first-child,
#user section#sec02 .step1 .image-list li:nth-child(2),
#user section#sec02 .step1 .image-list li:nth-child(3) {
    opacity: 1;
}
#user section#sec02 .step2 .image-list li:nth-child(2),
#user section#sec02 .step2 .image-list li:nth-child(3) {
    opacity: 1;
}
#user section#sec02 .step3 .image-list li:nth-child(3) {
    opacity: 1;
}
#user section#sec02 .step2 .image-list li:first-child {
    opacity: 0;
}
#user section#sec02 .step3 .image-list li:first-child,
#user section#sec02 .step3 .image-list li:nth-child(2) {
    opacity: 0;
}
#user section#sec02 .step2 .image-list li:nth-child(2) {
    left: 50px;
}
#user section#sec02 .step3 .image-list li:first-child,
#user section#sec02 .step3 .image-list li:nth-child(2),
#user section#sec02 .step3 .image-list li:nth-child(3) {
    left: 50px;
}
#user section#sec02 .step1 .image-list li:nth-child(2),
#user section#sec02 .step2 .image-list li:nth-child(3) {
    left: 222px;
}
#user section#sec02 .step1 .image-list li:nth-child(3) {
    left: 394px;
}
#user section#sec02 .image-list li img {
    height: 220px;
}
#user section#sec02 .image-list li:not(:last-child) {
    margin-right: 32px;
}
#user section#sec02 .infomations {
    bottom: 0;
    height: 100%;
    position: relative;
    margin-top: 26px;
    padding: 0 20px;
}
@media (max-width: 575.98px) {
    #user section#sec02 .infomations {
        margin-top: 40px;
    }
}
#user section#sec02 .info-list {
    display: block;
    height: 100%;
    list-style: none;
    position: relative;
}
#user section#sec02 .info-list li {
    bottom: 0;
    display: block;
    left: 0;
    max-height: 0px;
    overflow: hidden;
    position: relative;
}
#user section#sec02 .info-list li h3,
#user section#sec02 .info-list li p {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
#user section#sec02 .step1 .info-list li:first-child h3,
#user section#sec02 .step2 .info-list li:nth-child(2) h3,
#user section#sec02 .step3 .info-list li:nth-child(3) h3,
#user section#sec02 .step1 .info-list li:first-child p,
#user section#sec02 .step2 .info-list li:nth-child(2) p,
#user section#sec02 .step3 .info-list li:nth-child(3) p {
    opacity: 1;
}
#user section#sec02 .step1 .info-list li:first-child,
#user section#sec02 .step2 .info-list li:nth-child(2),
#user section#sec02 .step3 .info-list li:nth-child(3) {
    max-height: 100%;
}
@media screen and (min-width: 576px) {
    #user section#sec02 .container-wide {
        max-width: 100%;
    }
    #user section#sec02 .image-list {
        height: 470px;
        padding-left: 110px;
        width: 470px;
    }
    #user section#sec02 .image-list:after {
        background-color: #FC9153;
        border-radius: 50%;
        color: white;
        display: block;
        position: absolute;
        text-align: center;
        font-size: 2.376rem;
        height: 2.7em;
        left: -1.35em;
        line-height: 2.7em;
        top: calc(50% - 1.35em);
        width: 2.7em;
    }
    #user section#sec02 .step1 .image-list li:first-child #sec02 .step2 .image-list li:first-child,
    #user section#sec02 .step2 .image-list li:nth-child(2) {
        left: 110px;
    }
    #user section#sec02 .step3 .image-list li:first-child,
    #user section#sec02 .step3 .image-list li:nth-child(2),
    #user section#sec02 .step3 .image-list li:nth-child(3) {
        left: 110px;
    }
    #user section#sec02 .step1 .image-list li:nth-child(2),
    #user section#sec02 .step2 .image-list li:nth-child(3) {
        left: 459px;
    }
    #user section#sec02 .step1 .image-list li:nth-child(3) {
        left: 808px;
    }
    #user section#sec02 .image-list li img {
        height: 470px;
    }
    #user section#sec02 .image-list li:not(:last-child) {
        margin-right: 85px;
    }
    #user section#sec02 .infomations {
        padding: 0 20px;
        position: relative;
    }
}
@media screen and (min-width: 768px) {
    #user section#sec02 .container-wide {
        max-width: 720px;
        padding: 0;
    }
    #user section#sec02 .image-list {
        padding-left: 78px;
        height: 354px;
        width: 354px;
    }
    #user section#sec02 .step2 .image-list li:nth-child(2) {
        left: 78px;
    }
    #user section#sec02 .step3 .image-list li:first-child,
    #user section#sec02 .step3 .image-list li:nth-child(2),
    #user section#sec02 .step3 .image-list li:nth-child(3) {
        left: 78px;
    }
    #user section#sec02 .step1 .image-list li:nth-child(2),
    #user section#sec02 .step2 .image-list li:nth-child(3) {
        left: 362px;
    }
    #user section#sec02 .step1 .image-list li:nth-child(3) {
        left: 646px;
    }
    #user section#sec02 .image-list li img {
        height: 354px;
    }
    #user section#sec02 .image-list li:not(:last-child) {
        margin-right: 85px;
    }
    #user section#sec02 .infomations {
        position: relative;
        padding: 0;
    }
}
@media screen and (min-width: 992px) {
    #user section#sec02 .container-wide {
        margin: 90px auto;
        max-width: 960px;
    }
    #user section#sec02 h2 {
        margin-bottom: 0;
        line-height: 1.4;
    }
    #user section#sec02 .image-list {
        padding-left: 92px;
        height: 417px;
        width: 417px;
    }
    #user section#sec02 .step1 .image-list li:first-child #sec02 .step2 .image-list li:first-child,
    #user section#sec02 .step2 .image-list li:nth-child(2) {
        left: 92px;
    }
    #user section#sec02 .step3 .image-list li:first-child,
    #user section#sec02 .step3 .image-list li:nth-child(2),
    #user section#sec02 .step3 .image-list li:nth-child(3) {
        left: 92px;
    }
    #user section#sec02 .step1 .image-list li:nth-child(2),
    #user section#sec02 .step2 .image-list li:nth-child(3) {
        left: 427px;
    }
    #user section#sec02 .step1 .image-list li:nth-child(3) {
        left: 762px;
    }
    #user section#sec02 .image-list li img {
        height: 417px;
    }
    #user section#sec02 .image-list li:not(:last-child) {
        margin-right: 101px;
    }
    #user section#sec02 .infomations {
        position: absolute;
        bottom: 0;
        width: 240px;
    }
    #user section#sec02 .info-list {
        vertical-align: bottom;
    }
    #user section#sec02 .info-list li {
        position: absolute;
    }
}
@media screen and (min-width: 1200px) {
    #user section#sec02 .container-wide {
        max-width: 1140px;
    }
    #user section#sec02 .image-list {
        padding-left: 109px;
        height: 491px;
        width: 491px;
    }
    #user section#sec02 .step1 .image-list li:first-child #sec02 .step2 .image-list li:first-child,
    #user section#sec02 .step2 .image-list li:nth-child(2) {
        left: 109px;
    }
    #user section#sec02 .step3 .image-list li:first-child,
    #user section#sec02 .step3 .image-list li:nth-child(2),
    #user section#sec02 .step3 .image-list li:nth-child(3) {
        left: 109px;
    }
    #user section#sec02 .step1 .image-list li:nth-child(2),
    #user section#sec02 .step2 .image-list li:nth-child(3) {
        left: 504px;
    }
    #user section#sec02 .step1 .image-list li:nth-child(3) {
        left: 888px;
    }
    #user section#sec02 .image-list li img {
        height: 491px;
    }
    #user section#sec02 .image-list li:not(:last-child) {
        margin-right: 119px;
    }
    #user section#sec02 .infomations {
        position: absolute;
        bottom: 0;
        width: 300px;
    }
}
@media screen and (min-width: 1360px) {
    #user section#sec02 .container-wide {
        max-width: 1330px;
    }
    #user section#sec02 .image-list {
        padding-left: 128px;
        height: 578px;
        width: 578px;
    }
    #user section#sec02 .step1 .image-list li:first-child #sec02 .step2 .image-list li:first-child,
    #user section#sec02 .step2 .image-list li:nth-child(2) {
        left: 128px;
    }
    #user section#sec02 .step3 .image-list li:first-child,
    #user section#sec02 .step3 .image-list li:nth-child(2),
    #user section#sec02 .step3 .image-list li:nth-child(3) {
        left: 128px;
    }
    #user section#sec02 .step1 .image-list li:nth-child(2),
    #user section#sec02 .step2 .image-list li:nth-child(3) {
        left: 593px;
    }
    #user section#sec02 .step1 .image-list li:nth-child(3) {
        left: 1058px;
    }
    #user section#sec02 .image-list li img {
        height: 578px;
    }
    #user section#sec02 .image-list li:not(:last-child) {
        margin-right: 140px;
    }
    #user section#sec02 .infomations {
        position: absolute;
        bottom: 0;
        width: 400px;
    }
}
@media screen and (min-width: 1590px) {
    #user section#sec02 .container-wide {
        max-width: 1560px;
    }
    #user section#sec02 .image-list {
        padding-left: 150px;
        height: 680px;
        width: 680px;
    }
    #user section#sec02 .step1 .image-list li:first-child,
    #user section#sec02 .step2 .image-list li:first-child,
    #user section#sec02 .step2 .image-list li:nth-child(2) {
        left: 150px;
    }
    #user section#sec02 .step3 .image-list li:first-child,
    #user section#sec02 .step3 .image-list li:nth-child(2),
    #user section#sec02 .step3 .image-list li:nth-child(3) {
        left: 150px;
    }
    #user section#sec02 .step1 .image-list li:nth-child(2),
    #user section#sec02 .step2 .image-list li:nth-child(3) {
        left: 673px;
    }
    #user section#sec02 .step1 .image-list li:nth-child(3) {
        left: 1196px;
    }
    #user section#sec02 .image-list li img {
        height: 680px;
    }
    #user section#sec02 .image-list li:not(:last-child) {
        margin-right: 140px;
    }
    #user section#sec02 .infomations {
        position: absolute;
        bottom: 0;
        width: 470px;
    }
}
#user section.sec03 h3 {
    font-size: 1.8rem;
    line-height: 1.4;
}
@media (max-width: 575.98px) {
    #user section.sec03 h3 {
        font-size: 1.8rem;
    }
}
#user .onservice {
    margin-top: 20px;
}
#user .onservice li {
    list-style-type: none;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
}
#user .onservice li span {
    display: inline-block;
    width: 30px;
    height: 20px;
    vertical-align: middle;
}
#user .onservice li.ok {
    margin-right: 20px;
}
#user .onservice li.ok span {
    background-color: #FC9153;
}
#user .onservice li.no span {
    background-color: #999;
}
#user .area .content .flex-lg-row {
    margin-bottom: 8rem;
   margin-top:-100px;
   padding-top:100px;
}
/*#user .area .content:nth-child(odd) .flex-lg-row .inner {
    margin: 0 6rem 0 3rem;
}
#user .area .content:nth-child(even) .flex-lg-row .inner {
    margin: 0 3rem 0 6rem;
}*/
#user .area .content:nth-child(even) .flex-lg-row {
    flex-direction: row-reverse !important;
}
@media (max-width: 995.98px) {
    #user .area .content:nth-child(even) .flex-lg-row {
        flex-direction: column-reverse !important;
    }
    #user .area .content:nth-child(n) .flex-lg-row .inner {
        margin: 0;
    }
}
@media (max-width: 575.98px) {
    #user .area .content .flex-lg-row {
        margin-bottom: 5rem;
    }
}
#user .cats {
    margin-top: 30px;
    margin-bottom: 80px;
}
#user .cats div {
    margin-top: 1em;
}
#user .cats h4 {
    font-size: 1.5rem;
    display: inline-block;
    margin-right: 30px;
    font-weight: bold;
}
#user .cats ul {
    font-size: 1.5rem;
    display: inline-block;
}
#user .cats ul li {
    display: inline-block;
    list-style: none;
    margin-right: 40px;
    position: relative;
}
#user .cats ul li:last-child {
    margin-right: 0 !important;
}
#user .cats ul li a {
    line-height: 1;
    font-size: 1.5rem;
    display: block;
    position: relative;
    //opacity: .56;
    transition: all .2s ease;
}
#user .cats ul li a:after {
    content: "";
    position: absolute;
    right: -2rem;
    top: 50%;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -.75rem;
    background: url(/https/didimobility.co.jp/img/faq/icon-open.png) no-repeat center center;
    background-size: contain;
}
#user .cats ul li a:hover {
    color: #F37E43;
}
@media (max-width: 575.98px) {
    #user .cats h4 {
        display: block;
    }
    #user .cats ul li a {
        font-size: 1.3rem;
    }
}
#user .cats ul li.current-cat a {
    opacity: 1;
}
#user .cats ul li.current-cat a:after {
    opacity: 1;
}
@media (max-width: 575.98px) {
    #user .cats ul li {
        margin-right: 30px;
    }
}
/* services-taxi
------------------------------- */

#taxi section {
    /********** #sec02 **********/
    /********** #sec03 **********/
}
#taxi section.main-visual {
    background: url(/https/didimobility.co.jp/img/services/taxi/mainvisual-services-taxi.jpg) center top no-repeat;
    background-size: cover;
}
#taxi section.main-visual h1 {
    letter-spacing: 0;
}
#taxi section .container-wide {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
@media screen and (min-width: 576px) {
    #taxi section .container-wide {
        max-width: 100%;
    }
}
@media screen and (min-width: 768px) {
    #taxi section .container-wide {
        padding: 0;
        max-width: 720px;
    }
}
@media screen and (min-width: 992px) {
    #taxi section .container-wide {
        max-width: 960px;
    }
}
@media screen and (min-width: 1200px) {
    #taxi section .container-wide {
        max-width: 1140px;
    }
}
@media screen and (min-width: 1360px) {
    #taxi section .container-wide {
        max-width: 1300px;
    }
}
@media screen and (min-width: 1590px) {
    #taxi section .container-wide {
        max-width: 1530px;
    }
}
#taxi section.sec02 h2 {
    margin: 0;
}
#taxi section.sec02 .slider {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#taxi section.sec02 .image-list {
    box-sizing: content-box;
    padding: 0;
    position: relative;
    white-space: nowrap;
}
#taxi section.sec02 .image-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    position: absolute;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#taxi section.sec02 .step2 .image-list li:first-child,
#taxi section.sec02 .step3 .image-list li:first-child,
#taxi section.sec02 .step3 .image-list li:nth-child(2),
#taxi section.sec02 .step4 .image-list li:first-child,
#taxi section.sec02 .step4 .image-list li:nth-child(2),
#taxi section.sec02 .step4 .image-list li:nth-child(3),
#taxi section.sec02 .step5 .image-list li:first-child,
#taxi section.sec02 .step5 .image-list li:nth-child(2),
#taxi section.sec02 .step5 .image-list li:nth-child(3),
#taxi section.sec02 .step5 .image-list li:nth-child(4),
#taxi section.sec02 .step6 .image-list li:first-child,
#taxi section.sec02 .step6 .image-list li:nth-child(2),
#taxi section.sec02 .step6 .image-list li:nth-child(3),
#taxi section.sec02 .step6 .image-list li:nth-child(4),
#taxi section.sec02 .step6 .image-list li:nth-child(5),
#taxi section.sec02 .step7 .image-list li:first-child,
#taxi section.sec02 .step7 .image-list li:nth-child(2),
#taxi section.sec02 .step7 .image-list li:nth-child(3),
#taxi section.sec02 .step7 .image-list li:nth-child(4),
#taxi section.sec02 .step7 .image-list li:nth-child(5),
#taxi section.sec02 .step7 .image-list li:nth-child(6),
#taxi section.sec02 .step8 .image-list li:first-child,
#taxi section.sec02 .step8 .image-list li:nth-child(2),
#taxi section.sec02 .step8 .image-list li:nth-child(3),
#taxi section.sec02 .step8 .image-list li:nth-child(4),
#taxi section.sec02 .step8 .image-list li:nth-child(5),
#taxi section.sec02 .step8 .image-list li:nth-child(6),
#taxi section.sec02 .step8 .image-list li:nth-child(7) {
    opacity: 0;
}
#taxi section.sec02 .step1 .image-list li:first-child,
#taxi section.sec02 .step2 .image-list li:nth-child(2),
#taxi section.sec02 .step3 .image-list li:nth-child(2),
#taxi section.sec02 .step3 .image-list li:nth-child(3),
#taxi section.sec02 .step4 .image-list li:nth-child(2),
#taxi section.sec02 .step4 .image-list li:nth-child(3),
#taxi section.sec02 .step4 .image-list li:nth-child(4),
#taxi section.sec02 .step5 .image-list li:nth-child(2),
#taxi section.sec02 .step5 .image-list li:nth-child(3),
#taxi section.sec02 .step5 .image-list li:nth-child(4),
#taxi section.sec02 .step5 .image-list li:nth-child(5),
#taxi section.sec02 .step6 .image-list li:nth-child(2),
#taxi section.sec02 .step6 .image-list li:nth-child(3),
#taxi section.sec02 .step6 .image-list li:nth-child(4),
#taxi section.sec02 .step6 .image-list li:nth-child(5),
#taxi section.sec02 .step6 .image-list li:nth-child(6),
#taxi section.sec02 .step7 .image-list li:nth-child(2),
#taxi section.sec02 .step7 .image-list li:nth-child(3),
#taxi section.sec02 .step7 .image-list li:nth-child(4),
#taxi section.sec02 .step7 .image-list li:nth-child(5),
#taxi section.sec02 .step7 .image-list li:nth-child(6),
#taxi section.sec02 .step7 .image-list li:nth-child(7),
#taxi section.sec02 .step8 .image-list li:nth-child(2),
#taxi section.sec02 .step8 .image-list li:nth-child(3),
#taxi section.sec02 .step8 .image-list li:nth-child(4),
#taxi section.sec02 .step8 .image-list li:nth-child(5),
#taxi section.sec02 .step8 .image-list li:nth-child(6),
#taxi section.sec02 .step8 .image-list li:nth-child(7),
#taxi section.sec02 .step8 .image-list li:nth-child(8) {
    left: 0;
}
#taxi section.sec02 .image-list:after {
    background-color: #FC9153;
    border-radius: 50%;
    color: white;
    display: block;
    position: absolute;
    text-align: center;
    font-size: 2.376rem;
    height: 2.7em;
    left: -4em;
    line-height: 2.7em;
    top: calc(50% - 1.35em);
    width: 2.7em;
}
#taxi section.sec02 .step1 .image-list:after {
    content: '01';
}
#taxi section.sec02 .step2 .image-list:after {
    content: '02';
}
#taxi section.sec02 .step3 .image-list:after {
    content: '03';
}
#taxi section.sec02 .step4 .image-list:after {
    content: '04';
}
#taxi section.sec02 .step5 .image-list:after {
    content: '05';
}
#taxi section.sec02 .step6 .image-list:after {
    content: '06';
}
#taxi section.sec02 .step7 .image-list:after {
    content: '07';
}
#taxi section.sec02 .step8 .image-list:after {
    content: '08';
}
#taxi section.sec02 .info-list {
    max-width: 100%;
    overflow: hidden;
    z-index: 1;
}
#taxi section.sec02 .info-list li {
    list-style: none;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    opacity: 0;
    height: 0;
}
#taxi section.sec02 .step1 .info-list li:first-child,
#taxi section.sec02 .step2 .info-list li:nth-child(2),
#taxi section.sec02 .step3 .info-list li:nth-child(3),
#taxi section.sec02 .step4 .info-list li:nth-child(4),
#taxi section.sec02 .step5 .info-list li:nth-child(5),
#taxi section.sec02 .step6 .info-list li:nth-child(6),
#taxi section.sec02 .step7 .info-list li:nth-child(7),
#taxi section.sec02 .step8 .info-list li:nth-child(8) {
    opacity: 1;
    height: auto;
}
@media (max-width: 995.98px) {
    #taxi section.sec02 .mask-box {
        top: 120px;
    }
    #taxi section.sec02 .container-wide {
        margin: 60px auto 40px auto;
    }
    #taxi section.sec02 .info-list {
        width: 50vw;
    }
    #taxi section.sec02 .image-list {
        width: 50vw;
        height: 50vw;
        margin: 0 auto;
    }
    #taxi section.sec02 .image-list li {
        width: 50vw;
        height: 50vw;
        margin: 0 auto;
    }
    #taxi section.sec02 .image-list:after {
        left: -13.5vw;
    }
    #taxi section.sec02 .image-list li img {
        width: 60vw;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(2) {
        left: 60vw;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(3) {
        left: 120vw;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(4) {
        left: 180vw;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(5) {
        left: 240vw;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(6) {
        left: 300vw;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(7) {
        left: 360vw;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(8) {
        left: 420vw;
    }
    #taxi section.sec02 .step2 .image-list li:nth-child(3) {
        left: 60vw;
    }
    #taxi section.sec02 .step2 .image-list li:nth-child(4) {
        left: 120vw;
    }
    #taxi section.sec02 .step2 .image-list li:nth-child(5) {
        left: 180vw;
    }
    #taxi section.sec02 .step2 .image-list li:nth-child(6) {
        left: 240vw;
    }
    #taxi section.sec02 .step2 .image-list li:nth-child(7) {
        left: 300vw;
    }
    #taxi section.sec02 .step2 .image-list li:nth-child(8) {
        left: 360vw;
    }
    #taxi section.sec02 .step3 .image-list li:nth-child(4) {
        left: 60vw;
    }
    #taxi section.sec02 .step3 .image-list li:nth-child(5) {
        left: 120vw;
    }
    #taxi section.sec02 .step3 .image-list li:nth-child(6) {
        left: 180vw;
    }
    #taxi section.sec02 .step3 .image-list li:nth-child(7) {
        left: 240vw;
    }
    #taxi section.sec02 .step3 .image-list li:nth-child(8) {
        left: 300vw;
    }
    #taxi section.sec02 .step4 .image-list li:nth-child(5) {
        left: 60vw;
    }
    #taxi section.sec02 .step4 .image-list li:nth-child(6) {
        left: 120vw;
    }
    #taxi section.sec02 .step4 .image-list li:nth-child(7) {
        left: 180vw;
    }
    #taxi section.sec02 .step4 .image-list li:nth-child(8) {
        left: 240vw;
    }
    #taxi section.sec02 .step5 .image-list li:nth-child(6) {
        left: 60vw;
    }
    #taxi section.sec02 .step5 .image-list li:nth-child(7) {
        left: 120vw;
    }
    #taxi section.sec02 .step5 .image-list li:nth-child(8) {
        left: 180vw;
    }
    #taxi section.sec02 .step6 .image-list li:nth-child(7) {
        left: 60vw;
    }
    #taxi section.sec02 .step6 .image-list li:nth-child(8) {
        left: 120vw;
    }
    #taxi section.sec02 .step7 .image-list li:nth-child(8) {
        left: 60vw;
    }
}
@media (max-width: 767.98px) {
    #taxi section.sec02 .info-list {
        width: 60vw;
    }
    #taxi section.sec02 .image-list {
        width: 60vw;
        height: 60vw;
    }
    #taxi section.sec02 .image-list li {
        width: 60vw;
        height: 60vw;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(2) {
        left: 72vw;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(3) {
        left: 144vw;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(4) {
        left: 216vw;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(5) {
        left: 288vw;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(6) {
        left: 360vw;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(7) {
        left: 432vw;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(8) {
        left: 504vw;
    }
    #taxi section.sec02 .step2 .image-list li:nth-child(3) {
        left: 72vw;
    }
    #taxi section.sec02 .step2 .image-list li:nth-child(4) {
        left: 144vw;
    }
    #taxi section.sec02 .step2 .image-list li:nth-child(5) {
        left: 216vw;
    }
    #taxi section.sec02 .step2 .image-list li:nth-child(6) {
        left: 288vw;
    }
    #taxi section.sec02 .step2 .image-list li:nth-child(7) {
        left: 360vw;
    }
    #taxi section.sec02 .step2 .image-list li:nth-child(8) {
        left: 432vw;
    }
    #taxi section.sec02 .step3 .image-list li:nth-child(4) {
        left: 72vw;
    }
    #taxi section.sec02 .step3 .image-list li:nth-child(5) {
        left: 144vw;
    }
    #taxi section.sec02 .step3 .image-list li:nth-child(6) {
        left: 216vw;
    }
    #taxi section.sec02 .step3 .image-list li:nth-child(7) {
        left: 288vw;
    }
    #taxi section.sec02 .step3 .image-list li:nth-child(8) {
        left: 360vw;
    }
    #taxi section.sec02 .step4 .image-list li:nth-child(5) {
        left: 72vw;
    }
    #taxi section.sec02 .step4 .image-list li:nth-child(6) {
        left: 144vw;
    }
    #taxi section.sec02 .step4 .image-list li:nth-child(7) {
        left: 216vw;
    }
    #taxi section.sec02 .step4 .image-list li:nth-child(8) {
        left: 288vw;
    }
    #taxi section.sec02 .step5 .image-list li:nth-child(6) {
        left: 72vw;
    }
    #taxi section.sec02 .step5 .image-list li:nth-child(7) {
        left: 144vw;
    }
    #taxi section.sec02 .step5 .image-list li:nth-child(8) {
        left: 216vw;
    }
    #taxi section.sec02 .step6 .image-list li:nth-child(7) {
        left: 72vw;
    }
    #taxi section.sec02 .step6 .image-list li:nth-child(8) {
        left: 144vw;
    }
    #taxi section.sec02 .step7 .image-list li:nth-child(8) {
        left: 72vw;
    }
}
@media (max-width: 575.98px) {
    #taxi section.sec02 .mask-box {
        top: 106px;
    }
    #taxi section.sec02 .info-list {
        width: 70vw;
    }
    #taxi section.sec02 .image-list {
        width: 70vw;
        height: 70vw;
    }
    #taxi section.sec02 .image-list li {
        width: 70vw;
        height: 70vw;
    }
    #taxi section.sec02 .image-list:after {
        background-color: #FC9153;
        border-radius: 50%;
        color: white;
        display: block;
        position: absolute;
        text-align: center;
        font-size: 2rem;
        height: 2em;
        left: -1.35em;
        line-height: 2em;
        top: calc(50% - 1.35em);
        width: 2em;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(2) {
        left: 70vw;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(3) {
        left: 140vw;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(4) {
        left: 210vw;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(5) {
        left: 280vw;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(6) {
        left: 350vw;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(7) {
        left: 420vw;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(8) {
        left: 490vw;
    }
    #taxi section.sec02 .step2 .image-list li:nth-child(3) {
        left: 70vw;
    }
    #taxi section.sec02 .step2 .image-list li:nth-child(4) {
        left: 140vw;
    }
    #taxi section.sec02 .step2 .image-list li:nth-child(5) {
        left: 210vw;
    }
    #taxi section.sec02 .step2 .image-list li:nth-child(6) {
        left: 280vw;
    }
    #taxi section.sec02 .step2 .image-list li:nth-child(7) {
        left: 350vw;
    }
    #taxi section.sec02 .step2 .image-list li:nth-child(8) {
        left: 420vw;
    }
    #taxi section.sec02 .step3 .image-list li:nth-child(4) {
        left: 70vw;
    }
    #taxi section.sec02 .step3 .image-list li:nth-child(5) {
        left: 140vw;
    }
    #taxi section.sec02 .step3 .image-list li:nth-child(6) {
        left: 210vw;
    }
    #taxi section.sec02 .step3 .image-list li:nth-child(7) {
        left: 280vw;
    }
    #taxi section.sec02 .step3 .image-list li:nth-child(8) {
        left: 350vw;
    }
    #taxi section.sec02 .step4 .image-list li:nth-child(5) {
        left: 70vw;
    }
    #taxi section.sec02 .step4 .image-list li:nth-child(6) {
        left: 140vw;
    }
    #taxi section.sec02 .step4 .image-list li:nth-child(7) {
        left: 210vw;
    }
    #taxi section.sec02 .step4 .image-list li:nth-child(8) {
        left: 280vw;
    }
    #taxi section.sec02 .step5 .image-list li:nth-child(6) {
        left: 70vw;
    }
    #taxi section.sec02 .step5 .image-list li:nth-child(7) {
        left: 140vw;
    }
    #taxi section.sec02 .step5 .image-list li:nth-child(8) {
        left: 210vw;
    }
    #taxi section.sec02 .step6 .image-list li:nth-child(7) {
        left: 70vw;
    }
    #taxi section.sec02 .step6 .image-list li:nth-child(8) {
        left: 140vw;
    }
    #taxi section.sec02 .step7 .image-list li:nth-child(8) {
        left: 70vw;
    }
}
@media screen and (min-width: 992px) {
    #taxi section.sec02 h2 {
        margin-bottom: -62px;
        line-height: 1.4;
    }
    #taxi section.sec02 .container-wide {
        margin: 90px auto 60px auto;
    }
    #taxi section.sec02 .info-list {
        width: 426px;
    }
    #taxi section.sec02 .image-list {
        height: 426px;
        width: 426px;
        margin-bottom: -59.875px;
    }
    #taxi section.sec02 .image-list li {
        height: 426px;
        width: 426px;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(2) {
        left: 514px;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(3) {
        left: 1028px;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(4) {
        left: 1542px;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(5) {
        left: 2056px;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(6) {
        left: 2570px;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(7) {
        left: 3084px;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(8) {
        left: 3598px;
    }
    #taxi section.sec02 .step2 .image-list li:nth-child(3) {
        left: 514px;
    }
    #taxi section.sec02 .step2 .image-list li:nth-child(4) {
        left: 1028px;
    }
    #taxi section.sec02 .step2 .image-list li:nth-child(5) {
        left: 1542px;
    }
    #taxi section.sec02 .step2 .image-list li:nth-child(6) {
        left: 2056px;
    }
    #taxi section.sec02 .step2 .image-list li:nth-child(7) {
        left: 2570px;
    }
    #taxi section.sec02 .step2 .image-list li:nth-child(8) {
        left: 3084px;
    }
    #taxi section.sec02 .step3 .image-list li:nth-child(4) {
        left: 514px;
    }
    #taxi section.sec02 .step3 .image-list li:nth-child(5) {
        left: 1028px;
    }
    #taxi section.sec02 .step3 .image-list li:nth-child(6) {
        left: 1542px;
    }
    #taxi section.sec02 .step3 .image-list li:nth-child(7) {
        left: 2056px;
    }
    #taxi section.sec02 .step3 .image-list li:nth-child(8) {
        left: 2570px;
    }
    #taxi section.sec02 .step4 .image-list li:nth-child(5) {
        left: 514px;
    }
    #taxi section.sec02 .step4 .image-list li:nth-child(6) {
        left: 1028px;
    }
    #taxi section.sec02 .step4 .image-list li:nth-child(7) {
        left: 1542px;
    }
    #taxi section.sec02 .step4 .image-list li:nth-child(8) {
        left: 2056px;
    }
    #taxi section.sec02 .step5 .image-list li:nth-child(6) {
        left: 514px;
    }
    #taxi section.sec02 .step5 .image-list li:nth-child(7) {
        left: 1028px;
    }
    #taxi section.sec02 .step5 .image-list li:nth-child(8) {
        left: 1542px;
    }
    #taxi section.sec02 .step6 .image-list li:nth-child(7) {
        left: 514px;
    }
    #taxi section.sec02 .step6 .image-list li:nth-child(8) {
        left: 1028px;
    }
    #taxi section.sec02 .step7 .image-list li:nth-child(8) {
        left: 514px;
    }
}
@media screen and (min-width: 1200px) {
    #taxi section.sec02 .info-list {
        width: 506px;
    }
    #taxi section.sec02 .image-list {
        height: 506px;
        width: 506px;
        margin-bottom: -74.875px;
    }
    #taxi section.sec02 .image-list li {
        height: 506px;
        width: 506px;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(2) {
        left: 611px;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(3) {
        left: 1222px;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(4) {
        left: 1833px;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(5) {
        left: 2444px;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(6) {
        left: 3055px;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(7) {
        left: 3666px;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(8) {
        left: 4277px;
    }
    #taxi section.sec02 .step2 .image-list li:nth-child(3) {
        left: 611px;
    }
    #taxi section.sec02 .step2 .image-list li:nth-child(4) {
        left: 1222px;
    }
    #taxi section.sec02 .step2 .image-list li:nth-child(5) {
        left: 1833px;
    }
    #taxi section.sec02 .step2 .image-list li:nth-child(6) {
        left: 2444px;
    }
    #taxi section.sec02 .step2 .image-list li:nth-child(7) {
        left: 3055px;
    }
    #taxi section.sec02 .step2 .image-list li:nth-child(8) {
        left: 3666px;
    }
    #taxi section.sec02 .step3 .image-list li:nth-child(4) {
        left: 611px;
    }
    #taxi section.sec02 .step3 .image-list li:nth-child(5) {
        left: 1222px;
    }
    #taxi section.sec02 .step3 .image-list li:nth-child(6) {
        left: 1833px;
    }
    #taxi section.sec02 .step3 .image-list li:nth-child(7) {
        left: 2444px;
    }
    #taxi section.sec02 .step3 .image-list li:nth-child(8) {
        left: 3055px;
    }
    #taxi section.sec02 .step4 .image-list li:nth-child(5) {
        left: 611px;
    }
    #taxi section.sec02 .step4 .image-list li:nth-child(6) {
        left: 1222px;
    }
    #taxi section.sec02 .step4 .image-list li:nth-child(7) {
        left: 1833px;
    }
    #taxi section.sec02 .step4 .image-list li:nth-child(8) {
        left: 2444px;
    }
    #taxi section.sec02 .step5 .image-list li:nth-child(6) {
        left: 611px;
    }
    #taxi section.sec02 .step5 .image-list li:nth-child(7) {
        left: 1222px;
    }
    #taxi section.sec02 .step5 .image-list li:nth-child(8) {
        left: 1833px;
    }
    #taxi section.sec02 .step6 .image-list li:nth-child(7) {
        left: 611px;
    }
    #taxi section.sec02 .step6 .image-list li:nth-child(8) {
        left: 1222px;
    }
    #taxi section.sec02 .step7 .image-list li:nth-child(8) {
        left: 611px;
    }
}
@media screen and (min-width: 1360px) {
    #taxi section.sec02 .info-list {
        width: 578px;
    }
    #taxi section.sec02 .image-list {
        height: 578px;
        width: 578px;
        margin-bottom: -88.375px;
    }
    #taxi section.sec02 .image-list li {
        height: 578px;
        width: 578px;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(2) {
        left: 696px;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(3) {
        left: 1392px;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(4) {
        left: 2088px;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(5) {
        left: 2784px;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(6) {
        left: 3480px;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(7) {
        left: 4176px;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(8) {
        left: 4872px;
    }
    #taxi section.sec02 .step2 .image-list li:nth-child(3) {
        left: 696px;
    }
    #taxi section.sec02 .step2 .image-list li:nth-child(4) {
        left: 1392px;
    }
    #taxi section.sec02 .step2 .image-list li:nth-child(5) {
        left: 2088px;
    }
    #taxi section.sec02 .step2 .image-list li:nth-child(6) {
        left: 2784px;
    }
    #taxi section.sec02 .step2 .image-list li:nth-child(7) {
        left: 3480px;
    }
    #taxi section.sec02 .step2 .image-list li:nth-child(8) {
        left: 4176px;
    }
    #taxi section.sec02 .step3 .image-list li:nth-child(4) {
        left: 696px;
    }
    #taxi section.sec02 .step3 .image-list li:nth-child(5) {
        left: 1392px;
    }
    #taxi section.sec02 .step3 .image-list li:nth-child(6) {
        left: 2088px;
    }
    #taxi section.sec02 .step3 .image-list li:nth-child(7) {
        left: 2784px;
    }
    #taxi section.sec02 .step3 .image-list li:nth-child(8) {
        left: 3480px;
    }
    #taxi section.sec02 .step4 .image-list li:nth-child(5) {
        left: 696px;
    }
    #taxi section.sec02 .step4 .image-list li:nth-child(6) {
        left: 1392px;
    }
    #taxi section.sec02 .step4 .image-list li:nth-child(7) {
        left: 2088px;
    }
    #taxi section.sec02 .step4 .image-list li:nth-child(8) {
        left: 2784px;
    }
    #taxi section.sec02 .step5 .image-list li:nth-child(6) {
        left: 696px;
    }
    #taxi section.sec02 .step5 .image-list li:nth-child(7) {
        left: 1392px;
    }
    #taxi section.sec02 .step5 .image-list li:nth-child(8) {
        left: 2088px;
    }
    #taxi section.sec02 .step6 .image-list li:nth-child(7) {
        left: 696px;
    }
    #taxi section.sec02 .step6 .image-list li:nth-child(8) {
        left: 1392px;
    }
    #taxi section.sec02 .step7 .image-list li:nth-child(8) {
        left: 696px;
    }
}
@media screen and (min-width: 1590px) {
    #taxi section.sec02 .info-list {
        width: 680px;
    }
    #taxi section.sec02 .image-list {
        height: 680px;
        width: 680px;
        margin-bottom: -107.5px;
    }
    #taxi section.sec02 .image-list li {
        height: 680px;
        width: 680px;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(2) {
        left: 820px;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(3) {
        left: 1640px;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(4) {
        left: 2460px;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(5) {
        left: 3280px;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(6) {
        left: 4100px;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(7) {
        left: 4920px;
    }
    #taxi section.sec02 .step1 .image-list li:nth-child(8) {
        left: 5740px;
    }
    #taxi section.sec02 .step2 .image-list li:nth-child(3) {
        left: 820px;
    }
    #taxi section.sec02 .step2 .image-list li:nth-child(4) {
        left: 1640px;
    }
    #taxi section.sec02 .step2 .image-list li:nth-child(5) {
        left: 2460px;
    }
    #taxi section.sec02 .step2 .image-list li:nth-child(6) {
        left: 3280px;
    }
    #taxi section.sec02 .step2 .image-list li:nth-child(7) {
        left: 4100px;
    }
    #taxi section.sec02 .step2 .image-list li:nth-child(8) {
        left: 4920px;
    }
    #taxi section.sec02 .step3 .image-list li:nth-child(4) {
        left: 820px;
    }
    #taxi section.sec02 .step3 .image-list li:nth-child(5) {
        left: 1640px;
    }
    #taxi section.sec02 .step3 .image-list li:nth-child(6) {
        left: 2460px;
    }
    #taxi section.sec02 .step3 .image-list li:nth-child(7) {
        left: 3280px;
    }
    #taxi section.sec02 .step3 .image-list li:nth-child(8) {
        left: 4100px;
    }
    #taxi section.sec02 .step4 .image-list li:nth-child(5) {
        left: 820px;
    }
    #taxi section.sec02 .step4 .image-list li:nth-child(6) {
        left: 1640px;
    }
    #taxi section.sec02 .step4 .image-list li:nth-child(7) {
        left: 2460px;
    }
    #taxi section.sec02 .step4 .image-list li:nth-child(8) {
        left: 3280px;
    }
    #taxi section.sec02 .step5 .image-list li:nth-child(6) {
        left: 820px;
    }
    #taxi section.sec02 .step5 .image-list li:nth-child(7) {
        left: 1640px;
    }
    #taxi section.sec02 .step5 .image-list li:nth-child(8) {
        left: 2460px;
    }
    #taxi section.sec02 .step6 .image-list li:nth-child(7) {
        left: 820px;
    }
    #taxi section.sec02 .step6 .image-list li:nth-child(8) {
        left: 1640px;
    }
    #taxi section.sec02 .step7 .image-list li:nth-child(8) {
        left: 820px;
    }
}
#taxi section.sec03 h2 {
    margin-bottom: 40px;
}
@media (max-width: 995.98px) {
    #taxi section.sec03 h2 {
        margin-bottom: 1.7vw;
    }
}
#taxi section.sec03 .container-wide {
    margin: 90px auto 60px auto;
}
@media (max-width: 995.98px) {
    #taxi section.sec03 .swiper-image {
        height: 50vw;
    }
}
@media (max-width: 767.98px) {
    #taxi section.sec03 .swiper-image {
        height: 60vw;
    }
}
@media (max-width: 575.98px) {
    #taxi section.sec03 .swiper-image {
        height: 70vw;
    }
}
#taxi section.sec03 .swiper-text {
    padding-bottom: 120px;
}
@media (max-width: 995.98px) {
    #taxi section.sec03 .swiper-text {
        padding-bottom: 30px;
    }
}
#taxi section.sec03 .swiper-button-wrap {
    margin-top: -60px;
}
#taxi section.sec03 .swiper-pagination {
    margin-right: 15px;
}
#taxi section.sec03 .swiper-pagination .swiper-pagination-bullet {
    background-color: #666666;
    border: 1px solid #666666;
    margin: 15px;
    opacity: 1;
}
#taxi section.sec03 .swiper-pagination .swiper-pagination-bullet:first-child {
    margin-left: 0;
}
#taxi section.sec03 .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
}
#taxi section.sec03 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: white;
}
@media (max-width: 995.98px) {
    #taxi section.sec03 .swiper-button-wrap {
        margin-top: 0;
    }
    #taxi section.sec03 .swiper-pagination {
        margin-right: 0;
    }
}
@media screen and (max-width: 767.98px) {
    #taxi section.sec03 .container-wide {
        margin: 60px auto 40px auto;
    }
}
@media screen and (min-width: 768px) {
    #taxi section.sec03 .swiper-image .swiper-wrapper {
        position: relative;
    }
}
#taxi .offer a {
    display: inline-block;
    background: #F37E43;
    color: #fff;
    border-radius: .5rem;
    line-height: 3em;
    font-size: 1.6rem;
    padding: 0 .5em;
    min-width: 350px;
}
#taxi .offer a img {
    height: 1.6rem;
    display: inline-block;
    margin-top: -3px;
    margin-right: 3px;
}
@media (max-width: 767.98px) {
    #taxi .offer a {
        min-width: 100%;
    }
}
body#info .footer-wrap {
    margin-top: 10rem;
}
@media (max-width: 767.98px) {
    body#info .footer-wrap {
        margin-top: 5rem;
    }
}
body#info .main-visual {
    background: url(/https/didimobility.co.jp/img/press/mainvisual-press.jpg) center top no-repeat;
    background-size: cover;
}
body#info .number {
    color: #B1B1B1;
}
body#info .all {
    font-size: 1.3rem;
}
body#info .all img {
    height: 1em;
    margin-right: .5em;
}
body#info .datetime {
    color: #B3B3B3;
}
body#info .press-content {
    padding-top: 90px;
    font-size: 1.5rem;
}
body#info .title-wrap {
    margin-bottom: 40px;
}
body#info .press-navi {
    margin-bottom: 20px;
}
body#info .press-wrap {
    overflow: hidden;
}
body#info hr {
    border-top: 1px solid rgba(51, 51, 51, 0.08);
    height: 1px;
    width: 100%;
    margin: 0 0 3.1rem;
}
body#info hr.col2:last-of-type {
    display: none !important;
}
body#info hr.col3:last-of-type {
    display: none !important;
}
body#info .col-12 {
    margin-bottom: 3.1rem;
}
body#info a.press-item {
    text-decoration: none;
}
body#info a.press-item .thumb {
    transition: box-shadow .5s;
    margin-bottom: 1em;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 50% 0 0;
}
body#info a.press-item .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
}
body#info a.press-item .thumb.no-image img {
    border: 1px solid #ddd;
}
body#info a.press-item .datetime {
    font-size: 1.2rem;
    margin-bottom: .5em;
}
body#info a.press-item:hover .thumb {
    box-shadow: 0 25px 25px 2px rgba(48, 48, 48, 0.28);
}
.pagination {
    list-style-type: none;
    padding-left: 0;
    margin: 5rem 0 10rem;
}
@media (max-width: 995.98px) {
    .pagination {
        margin: 2rem 0 5rem;
    }
}
.pagination,
.pagination li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
}
.pagination img,
.pagination li a img {
    height: 1.5rem;
}
.pagination li {
    margin: .4rem;
}
.pagination li.first,
.pagination li.last {
    display: none;
}
.pagination li.next,
.pagination li.previous {
    border: 2px solid transparent;
    border-radius: 50%;
    transition: border .5s;
    height: 4.75rem;
    width: 4.75rem;
}
.pagination li.next a,
.pagination li.previous a {
    width: 100%;
    height: 100%;
}
.pagination li.next:hover,
.pagination li.previous:hover {
    border: 2px solid #333;
}
.pagination li.next.disabled,
.pagination li.previous.disabled {
    opacity: .4;
    pointer-events: none;
    cursor: none;
}
.pagination li.next img {
    margin-right: -2px;
}
.pagination li.previous img {
    margin-left: -2px;
}
.pagination a {
    min-width: 36px;
    min-height: 36px;
}
/*
.pagination li:not([class*="current"]) a:hover {
  background-color: #eee;
}
*/

/*
.pagination li:first-of-type a {
  border-left-width: 1px;
}
*/

/*
.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
*/

/*
.pagination li.first a::before { content: "\f100"; }
.pagination li.last a::after { content: "\f101"; }

.pagination li.previous a::before { content: "\f104"; }
.pagination li.next a::after { content: "\f105"; }
 */

.pagination li.current a {
    color: #F08D54;
    cursor: default;
    pointer-events: none;
}
.pagination>li:first-child>a {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination>li:last-child>a {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
@media only screen and (max-width: 680px) {
    .pagination li.first,
    .pagination li.last {
        /* screen readers only */
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .pagination li.previous a {
        border-left-width: 1px;
    }
}
@media only screen and (max-width: 500px) {
    .pagination li {
        /* screen readers only */
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .pagination li.current,
    .pagination li.first,
    .pagination li.last,
    .pagination li.previous,
    .pagination li.next {
        position: initial;
        top: initial;
        left: initial;
    }
    .pagination li.previous a {
        border-left-width: 0;
    }
}
@media only screen and (max-width: 400px) {
    .pagination li.first,
    .pagination li.last {
        /* screen readers only */
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .pagination li.previous a {
        border-left-width: 1px;
    }
}
@media only screen and (max-width: 240px) {
    /* For watches? */
    .pagination li {
        width: 50%;
    }
    .pagination li.current {
        order: 2;
        width: 100%;
        border-left-width: 1px;
    }
}
/* body.single .single-content {
    padding: 90px 0;
    font-size: 1.5rem;
}
@media (max-width: 995.98px) {
    body.single .single-content {
        padding: 40px 0;
    }
} */
.single-content {
    padding: 90px 0;
    font-size: 1.5rem;
}
@media (max-width: 995.98px) {
    .single-content {
        padding: 40px 0;
    }
}
body.single .single-inner {
    max-width: 840px;
    margin: 0 auto;
    position: relative;
}
body.single .single-inner a.to-press {
    position: absolute;
    top: .5em;
    left: -11em;
    font-size: 1.4rem;
    white-space: nowrap;
}
body.single .single-inner a.to-press img {
    height: 1.3rem;
    margin-right: 1em;
}
@media (max-width: 1199.98px) {
    body.single .single-inner a.to-press {
        position: static;
        margin-bottom: .5em;
    }
}
body.single .entry-header {
    margin-bottom: 2.7rem;
}
body.single .entry-header h1 {
    font-size: 2.6rem;
    margin-bottom: 1.2rem;
    line-height: 1.47;
}
@media (max-width: 995.98px) {
    body.single .entry-header h1 {
        font-size: 2rem;
    }
}
body.single .entry-header .excerpt {
    font-size: 1.9rem;
    margin-bottom: 3.5rem;
}
body.single .entry-header .datetime {
    color: #B3B3B3;
}
@media (max-width: 995.98px) {
    body.single .entry-header .datetime {
        font-size: 1.3rem;
    }
}
body.single .entry-header .share {
    font-size: 0;
}
body.single .entry-header .share a {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 24px;
}
body.single .entry-header .share a img {
    width: 100%;
    height: 100%;
}
body.single .entry-header .share a:last-child {
    margin-right: 0;
}
body.single .entry-header .single-nav {
    border-bottom: 1px solid rgba(51, 51, 51, 0.08);
    margin-bottom: 2.7rem;
    padding-bottom: 2.7rem;
}
body.single .entry-header .eye-chatch img {
    width: 100%;
    height: auto;
}
body.single .entry-content {
    font-size: 1.4rem;
    line-height: 2;
}
body.single .entry-content h2 {
    margin: 2em 0 1em;
    font-size: 2rem;
    font-family: "NotoSansCJKjp";
    font-weight: 400;
}
@media (max-width: 995.98px) {
    body.single .entry-content h2 {
        font-size: 1.8rem;
    }
}
body.single .entry-content p {
    margin-bottom: 1.4em;
    font-size: 1.5rem;
    line-height: 2;
}
@media (max-width: 995.98px) {
    body.single .entry-content p {
        font-size: 1.3rem;
    }
}
body.single .entry-content ul,
body.single .entry-content ol {
    list-style-position: inside;
    margin-bottom: 1.4em;
}
body.single .entry-content ul li,
body.single .entry-content ol li {
    font-size: 1.5rem;
    line-height: 2;
}
@media (max-width: 995.98px) {
    body.single .entry-content ul li,
    body.single .entry-content ol li {
        font-size: 1.3rem;
    }
}
body.single .entry-content a {
    color: #F37E43;
    text-decoration: underline;
}
body.single .entry-content .notice {
    font-size: 1.3rem;
    color: #999;
}
@media (max-width: 995.98px) {
    body.single .entry-content .notice {
        font-size: 1.1rem;
    }
}
body.single .entry-content .text-right {
    text-align: right;
}
body.single .entry-content .bold {
    font-weight: 700;
}
body.single .entry-content .button {
    text-align: center;
    margin: 40px 0 60px;
    padding: 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
body.single .entry-content .button a {
    display: inline-block;
    margin: 0 auto;
    padding: 0.8em 4em;
    background-color: #F37E43;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 1.8rem;
    line-height: 1.6;
    border-radius: 0.5rem;
}
@media (max-width: 995.98px) {
    body.single .entry-content .button {
        margin: 20px 0 30px;
    }
    body.single .entry-content .button a {
        width: 100%;
        padding: 0.8em 0;
        font-size: 1.5rem;
    }
}
body.single .entry-content img {
    max-width: 100%;
    height: auto;
}
body.privacy h2,
.page-id-3 h2 {
    margin-bottom: 1.2em;
}
body.privacy h3,
.page-id-3 h3 {
    font-size: 1.4rem;
    margin-bottom: 2.2rem;
    color: #333;
}
body.privacy p,
.page-id-3 p {
    margin-bottom: 2em;
    font-size: 1.5rem;
}
@media (max-width: 575.98px) {
    body.privacy p,
    .page-id-3 p {
        font-size: 1.3rem;
    }
}
.about-us .main-visual,
.page-id-10 .main-visual {
    background: url(/https/didimobility.co.jp/img/about/mainvisual-about.jpg) center top no-repeat;
    background-size: cover;
}
.about-us .container-narrow .content:last-child,
.page-id-10 .container-narrow .content:last-child {
    margin-bottom: 0;
}
.about-us section,
.page-id-10 section {
    padding: 90px 0;
    font-size: 1.3rem;
}
.about-us section.section01,
.page-id-10 section.section01 {
    padding: 90px 0 120px;
}
@media (max-width: 995.98px) {
    .about-us section.section01,
    .page-id-10 section.section01 {
        padding: 90px 0 5rem;
    }
}
.about-us section h2,
.page-id-10 section h2 {
    margin-bottom: 1.2em;
}
.about-us section p,
.page-id-10 section p {
    margin-bottom: 2em;
    font-size: 1.5rem;
}
@media (max-width: 575.98px) {
    .about-us section p,
    .page-id-10 section p {
        font-size: 1.3rem;
    }
}
.about-us section.section01 h2,
.page-id-10 section.section01 h2 {
    margin-top: 60px;
}
@media (max-width: 995.98px) {
    .about-us section.section01 h2,
    .page-id-10 section.section01 h2 {
        margin-top: 40px;
    }
}
.about-us section.section02,
.page-id-10 section.section02 {
    padding: 14rem 0;
    background: #f8f8f8;
    background: url(/https/didimobility.co.jp/img/about/bg-about-sec02-02.jpg) center top no-repeat;
    background-size: cover;
}
@media (max-width: 995.98px) {
    .about-us section.section02,
    .page-id-10 section.section02 {
        padding: 5rem 0 8rem;
    }
}
.about-us .section02 .container-fluid,
.page-id-10 .section02 .container-fluid {
    padding: 0 10.52%;
}
@media (max-width: 995.98px) {
    .about-us .section02 .container-fluid,
    .page-id-10 .section02 .container-fluid {
        padding: 0 7.89%;
    }
}
.about-us .section02 .row,
.page-id-10 .section02 .row {
    position: relative;
}
.about-us .section02 .row p:last-child,
.page-id-10 .section02 .row p:last-child {
    margin-bottom: 0;
}
@media (min-width: 996px) {
    .about-us .section02 .icon-circle-orenge,
    .page-id-10 .section02 .icon-circle-orenge {
        position: absolute;
        bottom: 0;
        left: 15px;
    }
}
@media (max-width: 1199.98px) {
    .about-us .section02 .icon-circle-orenge,
    .page-id-10 .section02 .icon-circle-orenge {
        margin: 2em 0 0 15px;
    }
}
/*お問い合わせトップ*/

.contact-box h3 {
    margin-bottom: 3rem;
    font-size: 2rem;
}
@media (max-width: 575.98px) {
    .contact-box h3 {
        font-size: 1.6rem;
    }
}
.contact-box_inner {
    display: table;
    width: 100%;
}
@media (max-width: 995.98px) {
    .contact-box_inner {
        display: block;
        width: 100%;
        border-top: 1px solid #ccc;
    }
}
.contact-box_cell {
    display: table-cell;
    width: 50%;
}
@media (max-width: 995.98px) {
    .contact-box_cell {
        display: block;
        width: 100%;
    }
}
.contact-box_cell:nth-child(odd) {
    padding-right: 30px;
}
@media (max-width: 995.98px) {
    .contact-box_cell:nth-child(odd) {
        padding: 0;
    }
}
.contact-box_cell:nth-child(even) {
    padding-left: 30px;
}
@media (max-width: 995.98px) {
    .contact-box_cell:nth-child(even) {
        padding: 0;
    }
}
.contact-box_inner.first .contact-box_cell .inner {
    border-top: 1px solid #ccc;
}
.contact-box_cell .inner {
    padding: 3rem 0;
    min-height: 270px;
    border-bottom: 1px solid #ccc;
}
@media (max-width: 995.98px) {
    .contact-box_cell .inner {
        padding: 4rem 0;
        min-height: auto;
        border-top: none;
    }
}
.contact-box_cell .inner p {
    margin-bottom: 0;
}
@media (max-width: 575.98px) {
    .contact-box_cell .inner p {
        font-size: 1.3rem;
    }
}
.contact-area,
.page-id-12,
.page-id-14,
.page-id-2094,
.page-id-2096,
#contact,
#driver {
    /*お問い合わせフォーム*/
    word-wrap: break-word;
    overflow-wrap: break-word;
    /*
  .postal-code1 {
    input[type=text] {
      width: 5em !important;
    }
  }
  .postal-code2 {
    input[type=text] {
      width: 6em !important;
    }
  }
  .hyphen {
    display: inline-block;
    margin: 0 .5em;
  }*/
    /*エラー表示*/
}
@media (max-width: 995.98px) {
    .contact-area.contact,
    .page-id-12 .container-narrow .content,
    .page-id-14 .container-narrow .content,
    .page-id-2094 .container-narrow .content,
    .page-id-2096 .container-narrow .content,
    #contact .container-narrow .content,
    #driver .container-narrow .content {
        margin-bottom: 40px;
    }
}
.contact-area .required,
.page-id-14 .required,
.page-id-2094 .required,
.page-id-2096 .required,
#contact .required,
#driver .required {
    background: #F37E43;
    color: #fff;
    font-size: .7em;
    font-weight: normal;
    padding: .3em .4em;
    display: inline-block;
    margin-left: .5em;
    line-height: 1;
    border-radius: 2px;
}
.contact-area dt,
.page-id-12 .list-table dt,
.page-id-14 .list-table dt,
.page-id-2094 .list-table dt,
.page-id-2096 .list-table dt,
#contact .list-table dt,
#driver .list-table dt {
    width: 16em;
}
@media (max-width: 995.98px) {
    .contact-area dt,
    .page-id-12 .list-table dt,
    .page-id-14 .list-table dt,
    .page-id-2094 .list-table dt,
    .page-id-2096 .list-table dt,
    #contact .list-table dt,
    #driver .list-table dt {
        width: 100%;
    }
}
.contact-area dd,
.page-id-12 .list-table dd,
.page-id-14 .list-table dd,
.page-id-2094 .list-table dd,
.page-id-2096 .list-table dd,
#contact .list-table dd,
#driver .list-table dd {
    padding: 1.5em 0 1.5em 16em;
}
@media (max-width: 995.98px) {
    .contact-area dd,
    .page-id-12 .list-table dd,
    .page-id-14 .list-table dd,
    .page-id-2094 .list-table dd,
    .page-id-2096 .list-table dd,
    #contact .list-table dd,
    #driver .list-table dd {
        padding: 0.4em 0 1em;
    }
}
.contact-area dd p,
.page-id-12 .list-table dd p,
.page-id-14 .list-table dd p,
.page-id-2094 .list-table dd p,
.page-id-2096 .list-table dd p,
#contact .list-table dd p,
#driver .list-table dd p {
    font-size: 1.3rem;
    margin-bottom: 0;
}
.contact-area dd label,
.page-id-12 .list-table dd label,
.page-id-14 .list-table dd label,
.page-id-2094 .list-table dd label,
.page-id-2096 .list-table dd label,
#contact .list-table dd label,
#driver .list-table dd label {
    white-space: nowrap;
}
.contact-area .list-table textarea,
.contact-area .list-table input[type=text],
.contact-area .list-table input[type=email],
.contact-area .list-table select,
.page-id-14 .list-table textarea,
.page-id-14 .list-table input[type=text],
.page-id-14 .list-table input[type=email],
.page-id-14 .list-table select,
.page-id-12 .list-table textarea,
.page-id-12 .list-table input[type=text],
.page-id-12 .list-table input[type=email],
.page-id-12 .list-table select,
.page-id-2094 .list-table textarea,
.page-id-2094 .list-table input[type=text],
.page-id-2094 .list-table input[type=email],
.page-id-2094 .list-table select,
.page-id-2096 .list-table textarea,
.page-id-2096 .list-table input[type=text],
.page-id-2096 .list-table input[type=email],
.page-id-2096 .list-table select,
#contact .list-table textarea,
#contact .list-table input[type=text],
#contact .list-table input[type=email],
#contact .list-table select,
#driver .list-table textarea,
#driver .list-table input[type=text],
#driver .list-table input[type=email],
#driver .list-table select {
    width: 100%;
    border-radius: 2px;
    border: 1px solid #ccc;
    outline: none;
    font-size: 1.3rem;
}
.contact-area .list-table input[type=date] {
    border-radius: 2px;
    border: 1px solid #ccc;
    outline: none;
    font-size: 1.3rem;
}
.contact-area .list-table textarea::placeholder,
.contact-area .list-table input[type=text]::placeholder,
.contact-area .list-table input[type=email]::placeholder,
.contact-area .list-table select::placeholder,
.contact-area .list-table input[type=date]::placeholder,
.page-id-12 .list-table textarea::placeholder,
.page-id-12 .list-table input[type=text]::placeholder,
.page-id-12 .list-table input[type=email]::placeholder,
.page-id-12 .list-table select::placeholder,
.page-id-14 .list-table textarea::placeholder,
.page-id-14 .list-table input[type=text]::placeholder,
.page-id-14 .list-table input[type=email]::placeholder,
.page-id-14 .list-table select::placeholder,
.page-id-2094 .list-table textarea::placeholder,
.page-id-2094 .list-table input[type=text]::placeholder,
.page-id-2094 .list-table input[type=email]::placeholder,
.page-id-2094 .list-table select::placeholder,
.page-id-2096 .list-table textarea::placeholder,
.page-id-2096 .list-table input[type=text]::placeholder,
.page-id-2096 .list-table input[type=email]::placeholder,
.page-id-2096 .list-table select::placeholder,
#contact .list-table textarea::placeholder,
#contact .list-table input[type=text]::placeholder,
#contact .list-table input[type=email]::placeholder,
#contact .list-table select::placeholder,
#driver .list-table textarea::placeholder,
#driver .list-table input[type=text]::placeholder,
#driver .list-table input[type=email]::placeholder,
#driver .list-table select::placeholder {
    color: #ccc;
}
.contact-area .list-table textarea:focus,
.contact-area.list-table textarea:active,
.contact-area .list-table input[type=text]:focus,
.contact-area .list-table input[type=text]:active,
.contact-area .list-table input[type=email]:focus,
.contact-area .list-table input[type=email]:active,
.contact-area .list-table select:focus,
.contact-area .list-table select:active,
.contact-area .list-table input[type=date]:focus,
.contact-area .list-table input[type=date]:active,
.page-id-12 .list-table textarea:focus,
.page-id-12 .list-table textarea:active,
.page-id-12 .list-table input[type=text]:focus,
.page-id-12 .list-table input[type=text]:active,
.page-id-12 .list-table input[type=email]:focus,
.page-id-12 .list-table input[type=email]:active,
.page-id-12 .list-table select:focus,
.page-id-12 .list-table select:active,
.page-id-14 .list-table textarea:focus,
.page-id-14 .list-table textarea:active,
.page-id-14 .list-table input[type=text]:focus,
.page-id-14 .list-table input[type=text]:active,
.page-id-14 .list-table input[type=email]:focus,
.page-id-14 .list-table input[type=email]:active,
.page-id-14 .list-table select:focus,
.page-id-14 .list-table select:active,
.page-id-2094 .list-table textarea:focus,
.page-id-2094 .list-table textarea:active,
.page-id-2094 .list-table input[type=text]:focus,
.page-id-2094 .list-table input[type=text]:active,
.page-id-2094 .list-table input[type=email]:focus,
.page-id-2094 .list-table input[type=email]:active,
.page-id-2094 .list-table select:focus,
.page-id-2094 .list-table select:active,
.page-id-2096 .list-table textarea:focus,
.page-id-2096 .list-table textarea:active,
.page-id-2096 .list-table input[type=text]:focus,
.page-id-2096 .list-table input[type=text]:active,
.page-id-2096 .list-table input[type=email]:focus,
.page-id-2096 .list-table input[type=email]:active,
.page-id-2096 .list-table select:focus,
.page-id-2096 .list-table select:active,
#contact .list-table textarea:focus,
#contact .list-table textarea:active,
#contact .list-table input[type=text]:focus,
#contact .list-table input[type=text]:active,
#contact .list-table input[type=email]:focus,
#contact .list-table input[type=email]:active,
#contact .list-table select:focus,
#contact .list-table select:active,
#driver .list-table textarea:focus,
#driver .list-table textarea:active,
#driver .list-table input[type=text]:focus,
#driver .list-table input[type=text]:active,
#driver .list-table input[type=email]:focus,
#driver .list-table input[type=email]:active,
#driver .list-table select:focus,
#driver .list-table select:active {
    border: 1px solid #F37E43;
}
.contact-area .list-table input[type=text],
.contact-area .list-table input[type=email],
.contact-area .list-table input[type=date],
.page-id-12 .list-table input[type=text],
.page-id-12 .list-table input[type=email],
.page-id-14 .list-table input[type=text],
.page-id-14 .list-table input[type=email],
.page-id-2094 .list-table input[type=text],
.page-id-2094 .list-table input[type=email],
.page-id-2096 .list-table input[type=text],
.page-id-2096 .list-table input[type=email],
#contact .list-table input[type=text],
#contact .list-table input[type=email],
#driver .list-table input[type=text],
#driver .list-table input[type=email] {
    line-height: 1;
    height: 2.8em;
    padding: .9em 1em;
}
.contact-area .list-table textarea,
.page-id-12 .list-table textarea,
.page-id-14 .list-table textarea,
.page-id-2094 .list-table textarea,
.page-id-2096 .list-table textarea,
#contact .list-table textarea,
#driver .list-table textarea {
    line-height: 1.8em;
    height: 11.8em;
    padding: .5em 1em;
}
.contact-area .list-table select,
.page-id-12 .list-table select,
.page-id-14 .list-table select,
.page-id-2094 .list-table select,
.page-id-2096 .list-table select,
#contact .list-table select,
#driver .list-table select {
    line-height: 1;
    padding: .7em 1em;
    width: auto !important;
}
.contact-area .wpcf7-list-item,
.page-id-12 .wpcf7-list-item,
.page-id-14 .wpcf7-list-item,
.page-id-2094 .wpcf7-list-item,
.page-id-2096 .wpcf7-list-item,
#contact .wpcf7-list-item,
#driver .wpcf7-list-item {
    margin-left: 0;
}
.contact-area .wpcf7-list-item label,
.page-id-12 .wpcf7-list-item label,
.page-id-14 .wpcf7-list-item label,
.page-id-2094 .wpcf7-list-item label,
.page-id-2096 .wpcf7-list-item label,
#contact .wpcf7-list-item label,
#driver .wpcf7-list-item label {
    display: inline-block;
    margin-right: 1.5em;
}
.contact-area .wpcf7-list-item label .wpcf7-list-item-label,
.page-id-12 .wpcf7-list-item label .wpcf7-list-item-label,
.page-id-14 .wpcf7-list-item label .wpcf7-list-item-label,
.page-id-2094 .wpcf7-list-item label .wpcf7-list-item-label,
.page-id-2096 .wpcf7-list-item label .wpcf7-list-item-label,
#contact .wpcf7-list-item label .wpcf7-list-item-label,
#driver .wpcf7-list-item label .wpcf7-list-item-label {
    padding-left: 5px;
}
.contact-area .postal-code input,
.page-id-12 .postal-code input,
.page-id-14 .postal-code input,
.page-id-2094 .postal-code input,
.page-id-2096 .postal-code input,
#contact .postal-code input,
#driver .postal-code input,
#input-postal-code {
    width: 9em !important;
}
.contact-area .keiyaku .wpcf7-list-item.first,
.page-id-12 .keiyaku .wpcf7-list-item.first,
.page-id-14 .keiyaku .wpcf7-list-item.first,
.page-id-2094 .keiyaku .wpcf7-list-item.first,
.page-id-2096 .keiyaku .wpcf7-list-item.first,
#contact .keiyaku .wpcf7-list-item.first,
#driver .keiyaku .wpcf7-list-item.first {
    margin-right: 2rem;
}
.contact-area .keiyaku .wpcf7-list-item input,
.page-id-12 .keiyaku .wpcf7-list-item input,
.page-id-14 .keiyaku .wpcf7-list-item input,
.page-id-2094 .keiyaku .wpcf7-list-item input,
.page-id-2096 .keiyaku .wpcf7-list-item input,
#contact .keiyaku .wpcf7-list-item input,
#driver .keiyaku .wpcf7-list-item input {
    margin-top: -3px;
    margin-right: 3px;
}
.contact-area .contact-privacy,
.page-id-12 .contact-privacy,
.page-id-14 .contact-privacy,
.page-id-2094 .contact-privacy,
.page-id-2096 .contact-privacy,
#contact .contact-privacy,
#driver .contact-privacy {
    margin-bottom: 40px;
}
.contact-area .contact-privacy h3,
.page-id-12 .contact-privacy h3,
.page-id-14 .contact-privacy h3,
.page-id-2094 .contact-privacy h3,
.page-id-2096 .contact-privacy h3,
#contact .contact-privacy h3,
#driver .contact-privacy h3 {
    margin-bottom: .5em;
}
.contact-area .contact-privacy .inner,
.page-id-12 .contact-privacy .inner,
.page-id-14 .contact-privacy .inner,
.page-id-2094 .contact-privacy .inner,
.page-id-2096 .contact-privacy .inner,
#contact .contact-privacy .inner,
#driver .contact-privacy .inner {
    border: 1px solid #ccc;
    padding: 3em 2em;
    margin-bottom: 1em;
}
@media (max-width: 995.98px) {
    .contact-area .contact-privacy .inner,
    .page-id-12 .contact-privacy .inner,
    .page-id-14 .contact-privacy .inner,
    .page-id-2094 .contact-privacy .inner,
    .page-id-2096 .contact-privacy .inner,
    #contact .contact-privacy .inner,
    #driver .contact-privacy .inner {
        padding: 2em 1.4em;
    }
}
.contact-area .contact-privacy .inner ul,
.page-id-12 .contact-privacy .inner ul,
.page-id-14 .contact-privacy .inner ul,
.page-id-2094 .contact-privacy .inner ul,
.page-id-2096 .contact-privacy .inner ul,
#contact .contact-privacy .inner ul,
#driver .contact-privacy .inner ul {
    padding-left: 2em;
}
.contact-area .contact-privacy .inner ul li,
.page-id-12 .contact-privacy .inner ul li,
.page-id-14 .contact-privacy .inner ul li,
.page-id-2094 .contact-privacy .inner ul li,
.page-id-2096 .contact-privacy .inner ul li,
#contact .contact-privacy .inner ul li,
#driver .contact-privacy .inner ul li {
    margin-bottom: .5em;
    font-size: 1.3rem;
    line-height: 1.4;
}
@media (max-width: 995.98px) {
    .contact-area .contact-privacy .inner ul li,
    .page-id-12 .contact-privacy .inner ul li,
    .page-id-14 .contact-privacy .inner ul li,
    .page-id-2094 .contact-privacy .inner ul li,
    .page-id-2096 .contact-privacy .inner ul li,
    #contact .contact-privacy .inner ul li,
    #driver .contact-privacy .inner ul li {
        font-size: 1.1rem;
    }
}
.contact-area .contact-privacy .inner ul li a:hover,
.page-id-12 .contact-privacy .inner ul li a:hover,
.page-id-14 .contact-privacy .inner ul li a:hover,
.page-id-2094 .contact-privacy .inner ul li a:hover,
.page-id-2096 .contact-privacy .inner ul li a:hover,
#contact .contact-privacy .inner ul li a:hover,
#driver .contact-privacy .inner ul li a:hover {
    color: #F37E43;
}
.contact-area .submit-area,
.page-id-12 .submit-area,
.page-id-14 .submit-area,
.page-id-2094 .submit-area,
.page-id-2096 .submit-area,
#contact .submit-area,
#driver .submit-area {
    padding: 2em 2em;
    background: #f3f3f3;
}
.contact-area .submit-area .submit-notice,
.page-id-12 .submit-area .submit-notice,
.page-id-14 .submit-area .submit-notice,
.page-id-2094 .submit-area .submit-notice,
.page-id-2096 .submit-area .submit-notice,
#contact .submit-area .submit-notice,
#driver .submit-area .submit-notice {
    margin-bottom: 1em;
    font-size: 1.3rem;
    text-align: center;
}
.contact-area .submit-area .wrap-submit,
.page-id-12 .submit-area .wrap-submit,
.page-id-14 .submit-area .wrap-submit,
.page-id-2094 .submit-area .wrap-submit,
.page-id-2096 .submit-area .wrap-submit,
#contact .submit-area .wrap-submit,
#driver .submit-area .wrap-submit {
    text-align: center;
}
.contact-area .submit-area .wrap-submit .wpcf7-submit,
.page-id-12 .submit-area .wrap-submit .wpcf7-submit,
.page-id-14 .submit-area .wrap-submit .wpcf7-submit,
.page-id-2094 .submit-area .wrap-submit .wpcf7-submit,
.page-id-2096 .submit-area .wrap-submit .wpcf7-submit,
#contact .submit-area .wrap-submit .wpcf7-submit,
#driver .submit-area .wrap-submit .wpcf7-submit {
    width: 300px;
    background: #F37E43;
    border-radius: 4px;
    font-size: 2rem;
    color: #fff;
    padding: 10px 0;
    outline: none;
    border-bottom: 1px solid #9c4214;
}
@media (max-width: 767.98px) {
    .contact-area .submit-area .wrap-submit .wpcf7-submit,
    .page-id-12 .submit-area .wrap-submit .wpcf7-submit,
    .page-id-14 .submit-area .wrap-submit .wpcf7-submit,
    .page-id-2094 .submit-area .wrap-submit .wpcf7-submit,
    .page-id-2096 .submit-area .wrap-submit .wpcf7-submit,
    #contact .submit-area .wrap-submit .wpcf7-submit,
    #driver .submit-area .wrap-submit .wpcf7-submit {
        width: 100%;
    }
}
.contact-area .submit-area .wrap-submit .wpcf7-submit:hover,
.page-id-12 .submit-area .wrap-submit .wpcf7-submit:hover,
.page-id-14 .submit-area .wrap-submit .wpcf7-submit:hover,
.page-id-2094 .submit-area .wrap-submit .wpcf7-submit:hover,
.page-id-2096 .submit-area .wrap-submit .wpcf7-submit:hover,
#contact .submit-area .wrap-submit .wpcf7-submit:hover,
#driver .submit-area .wrap-submit .wpcf7-submit:hover {
    cursor: pointer;
    background-color: #ff712a;
}
.contact-area span.wpcf7-not-valid-tip,
.page-id-12 span.wpcf7-not-valid-tip,
.page-id-14 span.wpcf7-not-valid-tip,
.page-id-2094 span.wpcf7-not-valid-tip,
.page-id-2096 span.wpcf7-not-valid-tip,
#contact span.wpcf7-not-valid-tip,
#driver span.wpcf7-not-valid-tip {
    color: #e40d0d;
}
.contact-area .wpcf7-validation-errors,
.contact-area .wpcf7-acceptance-missing,
.contact-area .wpcf7-mail-sent-ok,
.page-id-12 .wpcf7-validation-errors,
.page-id-12 .wpcf7-acceptance-missing,
.page-id-12 .wpcf7-mail-sent-ok,
.page-id-14 .wpcf7-validation-errors,
.page-id-14 .wpcf7-acceptance-missing,
.page-id-14 .wpcf7-mail-sent-ok,
.page-id-2094 .wpcf7-validation-errors,
.page-id-2094 .wpcf7-acceptance-missing,
.page-id-2094 .wpcf7-mail-sent-ok,
.page-id-2096 .wpcf7-validation-errors,
.page-id-2096 .wpcf7-acceptance-missing,
.page-id-2096 .wpcf7-mail-sent-ok,
#contact .wpcf7-validation-errors,
#contact .wpcf7-acceptance-missing,
#contact .wpcf7-mail-sent-ok,
#driver .wpcf7-validation-errors,
#driver .wpcf7-acceptance-missing,
#driver .wpcf7-mail-sent-ok {
    border: none;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #e40d0d;
    position: relative;
}
.contact-area .wpcf7-validation-errors:before,
.contact-area .wpcf7-acceptance-missing:before,
.contact-area .wpcf7-mail-sent-ok:before,
.page-id-12 .wpcf7-validation-errors:before,
.page-id-12 .wpcf7-acceptance-missing:before,
.page-id-12 .wpcf7-mail-sent-ok:before,
.page-id-14 .wpcf7-validation-errors:before,
.page-id-14 .wpcf7-acceptance-missing:before,
.page-id-14 .wpcf7-mail-sent-ok:before,
.page-id-2094 .wpcf7-validation-errors:before,
.page-id-2094 .wpcf7-acceptance-missing:before,
.page-id-2094 .wpcf7-mail-sent-ok:before,
.page-id-2096 .wpcf7-validation-errors:before,
.page-id-2096 .wpcf7-acceptance-missing:before,
.page-id-2096 .wpcf7-mail-sent-ok:before,
#contact .wpcf7-validation-errors:before,
#contact .wpcf7-acceptance-missing:before,
#contact .wpcf7-mail-sent-ok:before,
#driver .wpcf7-validation-errors:before,
#driver .wpcf7-acceptance-missing:before,
#driver .wpcf7-mail-sent-ok:before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background: url(/https/didimobility.co.jp/img/icon-error.png) center center no-repeat;
    background-size: 26px;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -26px;
}
@media (max-width: 767.98px) {
    .contact-area .wpcf7-validation-errors:before,
    .contact-area .wpcf7-acceptance-missing:before,
    .contact-area .wpcf7-mail-sent-ok:before,
    .page-id-12 .wpcf7-validation-errors:before,
    .page-id-12 .wpcf7-acceptance-missing:before,
    .page-id-12 .wpcf7-mail-sent-ok:before,
    .page-id-14 .wpcf7-validation-errors:before,
    .page-id-14 .wpcf7-acceptance-missing:before,
    .page-id-14 .wpcf7-mail-sent-ok:before,
    .page-id-2094 .wpcf7-validation-errors:before,
    .page-id-2094 .wpcf7-acceptance-missing:before,
    .page-id-2094 .wpcf7-mail-sent-ok:before,
    .page-id-2096 .wpcf7-validation-errors:before,
    .page-id-2096 .wpcf7-acceptance-missing:before,
    .page-id-2096 .wpcf7-mail-sent-ok:before,
    #contact .wpcf7-validation-errors:before,
    #contact .wpcf7-acceptance-missing:before,
    #contact .wpcf7-mail-sent-ok:before,
    #driver .wpcf7-validation-errors:before,
    #driver .wpcf7-acceptance-missing:before,
    #driver .wpcf7-mail-sent-ok:before {
        margin-left: -13px;
    }
}
.contact-area .wpcf7-mail-sent-ok,
.page-id-12 .wpcf7-mail-sent-ok,
.page-id-14 .wpcf7-mail-sent-ok,
.page-id-2094 .wpcf7-mail-sent-ok,
.page-id-2096 .wpcf7-mail-sent-ok,
#contact .wpcf7-mail-sent-ok,
#driver .wpcf7-mail-sent-ok {
    color: #34a116;
}
.contact-area .wpcf7-mail-sent-ok:before,
.page-id-12 .wpcf7-mail-sent-ok:before,
.page-id-14 .wpcf7-mail-sent-ok:before,
.page-id-2094 .wpcf7-mail-sent-ok:before,
.page-id-2096 .wpcf7-mail-sent-ok:before,
#contact .wpcf7-mail-sent-ok:before,
#driver .wpcf7-mail-sent-ok:before {
    background: url(/https/didimobility.co.jp/img/icon-ok.png) center center no-repeat;
    background-size: 26px;
}
body#faq h2 {
    margin-bottom: 1.2em;
}
body#faq h3 {
    font-size: 1.4rem;
    margin-bottom: 2.2rem;
    color: #333;
}
body#faq p {
    margin-bottom: 2em;
    font-size: 1.5rem;
}
@media (max-width: 575.98px) {
    body#faq p {
        font-size: 1.3rem;
    }
}
body#faq .cats ul {
    font-size: 1.5rem;
    padding-bottom: 2em;
}
body#faq .cats ul li {
    display: inline-block;
    list-style: none;
    margin-right: 40px;
    margin-bottom: 20px;
}
body#faq .cats ul li:last-child {
    margin-right: 0 !important;
}
body#faq .cats ul li a {
    line-height: 1;
    font-size: 1.5rem;
    display: block;
    padding-bottom: 1em;
    position: relative;
    opacity: .56;
    transition: all .2s ease;
}
body#faq .cats ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #FF7E36;
    opacity: 0;
}
body#faq .cats ul li a:hover {
    opacity: 1;
}
@media (max-width: 575.98px) {
    body#faq .cats ul li a {
        font-size: 1.3rem;
    }
}
body#faq .cats ul li.current-cat a {
    opacity: 1;
}
body#faq .cats ul li.current-cat a:after {
    opacity: 1;
}
@media (max-width: 575.98px) {
    body#faq .cats ul li {
        margin-right: 20px;
    }
}
@media (max-width: 575.98px) {
    body#faq .cats ul {
        padding-bottom: 1em;
    }
}
body#faq .qa-wrap {
    border-top: 1px solid #ccc;
}
body#faq .qa-wrap .qa {
    border-bottom: 1px solid #ccc;
}
body#faq .qa-wrap .q {
    line-height: 1.8;
    font-size: 1.5rem;
    padding: 1.5rem 4rem 1.5rem 0;
    position: relative;
    cursor: pointer;
}
body#faq .qa-wrap .q:after {
    content: "";
    position: absolute;
    right: 1rem;
    top: 50%;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -.75rem;
    background: url(/https/didimobility.co.jp/img/faq/icon-open.png) no-repeat center center;
    background-size: contain;
}
body#faq .qa-wrap .q.open:after {
    background: url(/https/didimobility.co.jp/img/faq/icon-close.png) no-repeat center center;
    background-size: contain;
}
@media (max-width: 575.98px) {
    body#faq .qa-wrap .q {
        font-size: 1.3rem;
    }
}
body#faq .qa-wrap .a {
    margin-bottom: 1.5em;
    display: none;
    font-size: 1.5rem;
    background: #FAFAFB;
    padding: 1.5em;
}
body#faq .qa-wrap .a p:last-child {
    margin-bottom: 0;
}
body#faq .qa-wrap .a a,
body#faq .qa-wrap .a a:hover,
body#faq .qa-wrap .a a:visited {
    color: #F37E43;
}
body#faq .qa-wrap .a li {
    list-style-position: outside;
    margin-left: 1.4em;
}
@media (max-width: 575.98px) {
    body#faq .qa-wrap .a {
        font-size: 1.3rem;
    }
}
body#faq .qa-wrap .notice {
    display: none;
}
body#faq.term-taxi .qa-wrap .notice {
    margin: 20px 0;
    display: block;
    font-size: 1.2rem;
    color: #999;
}
@media (max-width: 575.98px) {
    body#faq.term-taxi .qa-wrap .notice {
        font-size: 1.1rem;
    }
}
#recruit .content {
    margin-bottom: 2em;
    font-size: 1.5rem;
}
@media (max-width: 575.98px) {
    #recruit .content p,
    #recruit .content ul {
        font-size: 1.3rem;
    }
}
#recruit .content ul {
    list-style-position: outside;
    padding-left: 2rem;
}
#recruit .content .box {
    margin: 4rem 0;
}
#recruit .content .box h3 {
    margin-bottom: 2rem;
}
#recruit .content .recruit-list {
    border-bottom: 1px solid #ccc;
}
#recruit .content .recruit-list .recruit-list-item {
    padding: 1.5rem 0;
    border-top: 1px solid #ccc;
}
#recruit .content .recruit-list .list-title {
    margin-bottom: 0;
    padding: 0 4rem 0 0;
    font-size: 1.5rem;
    font-weight: 700;
    cursor: pointer;
    position: relative;
}
#recruit .content .recruit-list .list-title:after {
    content: "";
    position: absolute;
    right: 1rem;
    top: 50%;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -.75rem;
    background: url(/https/didimobility.co.jp/img/faq/icon-open.png) no-repeat center center;
    background-size: contain;
}
#recruit .content .recruit-list .list-title.open:after {
    background: url(/https/didimobility.co.jp/img/faq/icon-close.png) no-repeat center center;
    background-size: contain;
}
@media (max-width: 575.98px) {
    #recruit .content .recruit-list .list-title {
        font-size: 1.3rem;
    }
}
#recruit .content .recruit-list .requirements {
    margin-top: 1.5rem;
    padding: 1.5rem 2rem;
    background-color: #fafafb;
}
#recruit .content .recruit-list .requirements .inner {
    margin-bottom: 1.5rem;
}
#recruit .content .recruit-list .requirements .inner:last-child {
    margin-bottom: 0;
}
#recruit .content .recruit-list .requirements .title {
    margin-bottom: 1.5rem;
    font-weight: 700;
    border-bottom: 1px dotted #ccc;
}
#recruit .content .recruit-list .requirements p {
    margin-bottom: 0;
}
@media (max-width: 575.98px) {
    #recruit .content .recruit-list .requirements {
        padding: 1.5rem;
    }
}
/*!
 * fullPage 2.9.7
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */

html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box;
    /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide,
.fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none;
    /* webkit (safari, chrome) browsers */
    -moz-user-select: none;
    /* mozilla browsers */
    -khtml-user-select: none;
    /* webkit (konqueror) browsers */
    -ms-user-select: none;
    /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller {
    overflow: hidden;
}
.iScrollIndicator {
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav {
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
    height: auto !important;
}
.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}
/**
 * Swiper 4.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 5, 2018
 */

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
    visibility: hidden;
}
/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}
/* Bullets */

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}
.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-vertical>.swiper-pagination-progressbar,
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000000;
}
.swiper-pagination-lock {
    display: none;
}
/* Scrollbar */

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
/* Preloader */

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* a11y */

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}
/**
 * ナビゲーションバー
 */

/**
 * mixins
 */

.hidden-navbar .navbar {
    top: -100%;
    -webkit-transition: top 1.6s ease-out;
    -moz-transition: top 1.6s ease-out;
    -o-transition: top 1.6s ease-out;
    transition: top 1.6s ease-out;
}
.show-navbar .navbar {
    top: 0;
    -webkit-transition: top 0.6s ease-in;
    -moz-transition: top 0.6s ease-in;
    -o-transition: top 0.6s ease-in;
    transition: top 0.6s ease-in;
}
#navigation .navbar {
    padding: 0 3%;
    height: 65px;
}
@media (max-width: 995.98px) {
    #navigation .navbar {
        height: 50px;
    }
}
#navigation .navbar .container {
    padding: 0;
    max-width: 100%;
}
#navigation .navbar .logo,
#navigation .navbar .menu-button {
    background-repeat: no-repeat;
}
#navigation .navbar .logo {
    background-image: url(/https/didimobility.co.jp/img/logo-new-color.svg);
    height: 29px;
    width: 98px;
    background-size: cover;
}
@media (max-width: 995.98px) {
    #navigation .navbar .logo {
        height: 29px;
        width: 98px;
    }
}
#navigation .navbar .menu-button {
    background-image: url(/https/didimobility.co.jp/img/menu-black.svg);
    height: 25px;
    width: 25px;
    background-size: cover;
    cursor: pointer;
}
@media (max-width: 995.98px) {
    #navigation .navbar .menu-button {
        height: 20px;
        width: 20px;
    }
}
#navigation .menu {
    color: white;
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1041;
}
#navigation .menu .items {
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
}
@media (min-width: 576px) {
    #navigation .menu .items {
        flex-flow: row nowrap;
    }
}
@media (max-width: 767.98px) {
    #navigation .menu .items {
        flex-flow: column nowrap;
    }
}
#navigation .menu .items dl {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    line-height: 2.5rem;
    margin: 0;
    padding: 30px 15px;
    position: relative;
    white-space: nowrap;
}
@media (min-width: 576px) {
    #navigation .menu .items dl {
        flex: 1 1 20%;
    }
}
@media (max-width: 767.98px) {
    #navigation .menu .items dl {
        flex: 0 0 auto;
    }
}
#navigation .menu .items dl.menu01 {
    background-color: #404042;
}
#navigation .menu .items dl.menu02 {
    background-color: #323234;
}
#navigation .menu .items dl.menu03 {
    background-color: #222224;
}
#navigation .menu .items dl.menu04,
#navigation .menu .items dl.recruit {
    background-color: #171719;
}
#navigation .menu .items dl.menu05 {
    background-color: #000000;
}
#navigation .menu .items dl a {
    color: white;
    text-decoration: none;
}
#navigation .menu .items dl dt {
    font-size: 21px;
    height: 21px;
    line-height: 21px;
    font-family: "NotoSansCJKjp";
    font-weight: 300;
    letter-spacing: 0.2em;
    position: relative;
    overflow-y: hidden;
    margin: 0;
    padding: 0;
}
@media (max-width: 575.98px) {
    #navigation .menu .items dl dt {
        font-size: 1.6rem;
    }
}
@media (min-width: 576px) {
    #navigation .menu .items dl dt {
        -webkit-animation-delay: 0;
        -webkit-animation-duration: 0.3s;
        -webkit-animation-name: bottomIn;
        -webkit-animation-fill-mode: forwards;
        /* this prevents the animation from restarting! */
        -moz-animation-delay: 0;
        -moz-animation-duration: 0.3s;
        -moz-animation-name: bottomIn;
        -moz-animation-fill-mode: forwards;
        /* this prevents the animation from restarting! */
        -o-animation-delay: 0;
        -o-animation-duration: 0.3s;
        -o-animation-name: bottomIn;
        -o-animation-fill-mode: forwards;
        /* this prevents the animation from restarting! */
        animation-delay: 0;
        animation-duration: 0.3s;
        animation-name: bottomIn;
        animation-fill-mode: forwards;
        /* this prevents the animation from restarting! */
    }
}
@-webkit-keyframes bottomIn {
    0% {
        opacity: 0;
        top: 21px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}
@-moz-keyframes bottomIn {
    0% {
        opacity: 0;
        top: 21px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}
@-ms-keyframes bottomIn {
    #navigation .menu .items dl 0% {
        opacity: 0;
        top: 21px;
    }
    #navigation .menu .items dl 100% {
        opacity: 1;
        top: 0;
    }
}
@keyframes bottomIn {
    0% {
        opacity: 0;
        top: 21px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}
@media (min-width: 576px) {
    #navigation .menu .items dl:hover dt.has-submenu {
        -webkit-animation-delay: 0;
        -webkit-animation-duration: 0.6s;
        -webkit-animation-name: bottomOutTopIn;
        -webkit-animation-fill-mode: forwards;
        /* this prevents the animation from restarting! */
        -moz-animation-delay: 0;
        -moz-animation-duration: 0.6s;
        -moz-animation-name: bottomOutTopIn;
        -moz-animation-fill-mode: forwards;
        /* this prevents the animation from restarting! */
        -o-animation-delay: 0;
        -o-animation-duration: 0.6s;
        -o-animation-name: bottomOutTopIn;
        -o-animation-fill-mode: forwards;
        /* this prevents the animation from restarting! */
        animation-delay: 0;
        animation-duration: 0.6s;
        animation-name: bottomOutTopIn;
        animation-fill-mode: forwards;
        /* this prevents the animation from restarting! */
    }
}
@-webkit-keyframes bottomOutTopIn {
    0% {
        opacity: 1;
        top: 0;
    }
    30% {
        opacity: 0;
        top: 21px;
    }
    50% {
        opacity: 0;
        top: -21px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}
@-moz-keyframes bottomOutTopIn {
    0% {
        opacity: 1;
        top: 0;
    }
    30% {
        opacity: 0;
        top: 21px;
    }
    50% {
        opacity: 0;
        top: -21px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}
@-ms-keyframes bottomOutTopIn {
    #navigation .menu .items dl 0% {
        opacity: 1;
        top: 0;
    }
    #navigation .menu .items dl 30% {
        opacity: 0;
        top: 21px;
    }
    #navigation .menu .items dl 50% {
        opacity: 0;
        top: -21px;
    }
    #navigation .menu .items dl 100% {
        opacity: 1;
        top: 0;
    }
}
@keyframes bottomOutTopIn {
    0% {
        opacity: 1;
        top: 0;
    }
    30% {
        opacity: 0;
        top: 21px;
    }
    50% {
        opacity: 0;
        top: -21px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}
#navigation .menu .items dl dd {
    font-size: 16px;
    margin: 40px 0 0 0;
    padding: 0;
    display: none;
    opacity: 0;
}
#navigation .menu .items dl dd a {
    display: block;
    margin-bottom: 20px;
}
#navigation .menu .items dl dd a:last-child {
    margin-bottom: 0;
}
#navigation .menu .items dl:hover dd {
    opacity: 1;
    display: block;
    -webkit-animation-delay: 0;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-name: fadeIn;
    -webkit-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -moz-animation-delay: 0;
    -moz-animation-duration: 0.6s;
    -moz-animation-name: fadeIn;
    -moz-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -o-animation-delay: 0;
    -o-animation-duration: 0.6s;
    -o-animation-name: fadeIn;
    -o-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    animation-delay: 0;
    animation-duration: 0.6s;
    animation-name: fadeIn;
    animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        display: none;
    }
    50% {
        opacity: 0;
        display: none;
    }
    51% {
        opacity: 0;
        display: block;
    }
    100% {
        opacity: 1;
        display: block;
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
        display: none;
    }
    50% {
        opacity: 0;
        display: none;
    }
    51% {
        opacity: 0;
        display: block;
    }
    100% {
        opacity: 1;
        display: block;
    }
}
@-ms-keyframes fadeIn {
    #navigation .menu .items dl 0% {
        opacity: 0;
        display: none;
    }
    #navigation .menu .items dl 50% {
        opacity: 0;
        display: none;
    }
    #navigation .menu .items dl 51% {
        opacity: 0;
        display: block;
    }
    #navigation .menu .items dl 100% {
        opacity: 1;
        display: block;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
        display: none;
    }
    50% {
        opacity: 0;
        display: none;
    }
    51% {
        opacity: 0;
        display: block;
    }
    100% {
        opacity: 1;
        display: block;
    }
}
#navigation .menu .close-button {
    cursor: pointer;
    position: fixed;
    width: 20px;
    height: 20px;
    background-image: url(/https/didimobility.co.jp/img/close.svg);
    background-repeat: no-repeat;
    z-index: 1043;
    background-size: cover;
    right: 3%;
    top: 20px;
}
#navigation .menu .close-button:hover {
    -webkit-animation-delay: 0;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-name: rotate;
    -webkit-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -moz-animation-delay: 0;
    -moz-animation-duration: 0.6s;
    -moz-animation-name: rotate;
    -moz-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -o-animation-delay: 0;
    -o-animation-duration: 0.6s;
    -o-animation-name: rotate;
    -o-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    animation-delay: 0;
    animation-duration: 0.6s;
    animation-name: rotate;
    animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
}
@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(90deg);
    }
}
@-moz-keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(90deg);
    }
}
@-ms-keyframes rotate {
    #navigation .menu .close-button: hover 0% {
        transform: rotate(0deg);
    }
    #navigation .menu .close-button:hover 100% {
        transform: rotate(90deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(90deg);
    }
}
#navigation .menu-bg {
    content: "";
    width: 100%;
    height: 100%;
    margin-right: -50%;
    margin-top: -50%;
    top: 0px;
    right: 0px;
    display: none;
    position: fixed;
    background: #141313;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(0.02);
    -moz-transform: scale(0.02);
    -ms-transform: scale(0.02);
    transform: scale(0.02);
    z-index: 1040;
}
#navigation.open .menu-bg {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
.main-visual #navigation .menu-bg {
    display: none !important;
}
@media (min-width: 768px) {
    #home.fp-viewing-1 .navbar,
    #home.fp-viewing-3 .navbar,
    #home.fp-viewing-5 .navbar,
    #home.fp-viewing-6 .navbar {
        background-color: rgba(255, 255, 255, 0.85);
    }
    #home.fp-viewing-2 .navbar,
    #home.fp-viewing-4 .navbar {
        background-color: rgba(248, 248, 248, 0.85);
    }
}
/**
 * footer
 */

/**
 * mixins
 */

footer {
    background-color: #333333;
    color: #ADADAD;
    text-decoration: none;
}
footer ul {
    list-style: none;
    padding: 0;
}
footer ul li {
    margin-bottom: 0.6em;
    font-size: 1.3rem;
}
footer .menu {
    display: flex;
    flex-flow: row wrap;
}
@media (max-width: 575.98px) {
    footer .menu {
        flex-flow: column nowrap;
    }
}
footer .menu .item {
    white-space: nowrap;
    flex: 1 1 auto;
    margin: 15px;
}
@media (max-width: 575.98px) {
    footer .menu .item {
        border-bottom: solid #ADADAD 1px;
    }
    footer .menu .item.has-submenu {
        background: url(/https/didimobility.co.jp/img/footer/plus.svg) no-repeat right 15px;
    }
    footer .menu .item.has-submenu ul {
        overflow: hidden;
    }
    footer .menu .item.has-submenu ul li {
        height: 0;
        -webkit-transition: height 0.3s ease;
        -moz-transition: height 0.3s ease;
        -o-transition: height 0.3s ease;
        transition: height 0.3s ease;
        -webkit-transition: margin 0.3s ease;
        -moz-transition: margin 0.3s ease;
        -o-transition: margin 0.3s ease;
        transition: margin 0.3s ease;
        margin: 0px;
    }
    footer .menu .item.has-submenu.is-open {
        background: url(/https/didimobility.co.jp/img/footer/minus.svg) no-repeat right 16px;
    }
    footer .menu .item.has-submenu.is-open ul {
        margin-bottom: 1.6em;
    }
    footer .menu .item.has-submenu.is-open ul li {
        height: 2rem;
        -webkit-transition: height 0.3s ease;
        -moz-transition: height 0.3s ease;
        -o-transition: height 0.3s ease;
        transition: height 0.3s ease;
        -webkit-transition: margin 0.3s ease;
        -moz-transition: margin 0.3s ease;
        -o-transition: margin 0.3s ease;
        transition: margin 0.3s ease;
        margin: 8px auto;
    }
}
footer .menu .item h4 {
    font-size: 1.4rem;
    line-height: 25px;
}
footer .menu .item a {
    color: #ADADAD;
}
footer .menu .item a:hover {
    color: #fff;
    text-decoration: none;
}
/**
 * swiper.js
 */

.swiper-pagination.right-side {
    z-index: 1030;
    top: calc(50% - (38px*2));
    bottom: calc(50% - (38px*2));
    right: 30px;
}
@media (max-width: 575.98px) {
    .swiper-pagination.right-side {
        display: none;
    }
}
.swiper-pagination.right-side .swiper-pagination-bullet {
    display: block;
    margin: 15px 30px 15px auto;
    opacity: 1;
    border: 1px solid #666666;
    background-color: #666666;
}
.swiper-pagination.right-side .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: white;
}
.swiper-button-prev,
.swiper-button-next {
    width: 61px;
    height: 61px;
    border-radius: 50%;
    transition: border .5s;
    border: 3px solid transparent;
    top: auto;
    margin-top: 0;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
    border: 3px solid #343434;
}
.swiper-button-prev.swiper-button-disabled:hover,
.swiper-button-next.swiper-button-disabled:hover {
    border: 3px solid transparent;
}
.swiper-button-prev {
    background: url(/https/didimobility.co.jp/img/swiper/prev-normal.svg) no-repeat center center;
}
.swiper-button-prev:hover {
    background: url(/https/didimobility.co.jp/img/swiper/prev-normal.svg) no-repeat center center;
}
.swiper-button-prev.swiper-button-disabled {
    background: url(/https/didimobility.co.jp/img/swiper/prev-disabled.svg) no-repeat center center;
}
.swiper-button-next {
    background: url(/https/didimobility.co.jp/img/swiper/next-normal.svg) no-repeat center center;
}
.swiper-button-next:hover {
    background: url(/https/didimobility.co.jp/img/swiper/next-normal.svg) no-repeat center center;
}
.swiper-button-next.swiper-button-disabled {
    background: url(/https/didimobility.co.jp/img/swiper/next-disabled.svg) no-repeat center center;
}
.swiper-button-wraper {
    height: 61px;
    width: calc(61px*2 + 36px);
    position: absolute;
    left: 100px;
    bottom: 100px;
    left: 0;
    bottom: 0;
}
@media (max-width: 995.98px) {
    .swiper-button-wraper {
        position: static;
        margin: 0 auto;
    }
}
@media (max-width: 575.98px) {
    .swiper-button-wraper {
        left: calc(50% - 79px);
        right: calc(50% - 79px);
    }
}
.swiper-button-wraper .swiper-button-prev,
.swiper-button-wraper .swiper-button-next {
    position: relative;
}
.swiper-button-wraper .swiper-button-prev:focus,
.swiper-button-wraper .swiper-button-next:focus {
    outline-style: none;
}
.swiper-button-wraper .swiper-button-prev {
    left: 0;
}
.swiper-button-wraper .swiper-button-next {
    right: 0;
}
/**
 * customer-center
 */

.customer-center .line-list {
    width: 100%;
    list-style-type: none;
}
.customer-center .line-list li {
    margin-right: 5%;
    padding: 20px 0;
    width: 47.5%;
    float: left;
    font-size: 1.5rem;
    border-top: 1px solid #ccc;
}
.customer-center .line-list li a {
    display: block;
    padding: 10px 20px 10px 0;
    font-size: 1.3rem;
    position: relative;
}
.customer-center .line-list li a:after {
    content: '';
    display: block;
    width: 9.75px;
    height: 15px;
    background: url(/https/didimobility.co.jp/img/arrow-right-b.svg) no-repeat center center;
    background-size: 100%;
    position: absolute;
    margin-top: -7px;
    top: 50%;
    right: 10px;
}
.customer-center .line-list li a:hover {
    color: #F37E43;
}
.customer-center .line-list li a:hover:after {
    background: url(/https/didimobility.co.jp/img/arrow-right-o.svg) no-repeat center center;
}
.customer-center .line-list li:nth-child(even) {
    margin-right: 0;
}
.customer-center .line-list li.nb {
    border-bottom: 1px solid #ccc;
}
.customer-center .contact-foot-navi {
    margin-top: 100px;
}
@media (max-width: 767.98px) {
    .customer-center .line-list li {
        width: 100%;
        float: none;
    }
    .customer-center .line-list li.nb {
        border-bottom: none;
    }
    .customer-center .line-list li:last-child {
        border-bottom: 1px solid #ccc;
    }
    .customer-center .line-list li a {
        padding: 0 20px 0 0;
    }
}
/*# sourceMappingURL=style.css.map */

/*
動画ポップアップ
*/

.mfp-bg {
    background: #0b0b0b;
    height: 100%;
    left: 0;
    opacity: .8;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1042
}
.mfp-wrap {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0 !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1043
}
.mfp-container {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 0 8px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}
.mfp-align-top .mfp-container:before {
    display: none
}
.mfp-content {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    text-align: left;
    vertical-align: middle;
    z-index: 1045
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    cursor: auto;
    width: 100%
}
.mfp-ajax-cur {
    cursor: progress
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out
}
.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
    cursor: auto
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none
}
.mfp-loading.mfp-figure {
    display: none
}
.mfp-hide {
    display: none !important
}
.mfp-preloader {
    color: #CCC;
    left: 8px;
    margin-top: -.8em;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 50%;
    width: auto;
    z-index: 1044
}
.mfp-preloader a {
    color: #CCC
}
.mfp-preloader a:hover {
    color: #FFF
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}
button.mfp-arrow,
button.mfp-close {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    outline: 0;
    overflow: visible;
    padding: 0;
    touch-action: manipulation;
    z-index: 1046
}
button::-moz-focus-inner {
    border: 0;
    padding: 0
}
.mfp-close {
    color: #FFF;
    font-family: Arial, Baskerville, monospace;
    font-size: 28px;
    font-style: normal;
    height: 44px;
    line-height: 44px;
    opacity: .65;
    padding: 0 0 18px 10px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 44px
}
.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}
.mfp-close:active {
    top: 1px
}
.mfp-close-btn-in .mfp-close {
    color: #333
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #FFF;
    padding-right: 6px;
    right: -6px;
    text-align: right;
    width: 100%
}
.mfp-counter {
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap
}
.mfp-arrow {
    -webkit-tap-highlight-color: transparent;
    height: 110px;
    margin: -55px 0 0;
    opacity: .65;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 90px
}
.mfp-arrow:active {
    margin-top: -54px
}
.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}
.mfp-arrow:after,
.mfp-arrow:before {
    border: inset transparent;
    content: '';
    display: block;
    height: 0;
    left: 0;
    margin-left: 35px;
    margin-top: 35px;
    position: absolute;
    top: 0;
    width: 0
}
.mfp-arrow:after {
    border-bottom-width: 13px;
    border-top-width: 13px;
    top: 8px
}
.mfp-arrow:before {
    border-bottom-width: 21px;
    border-top-width: 21px;
    opacity: .7
}
.mfp-arrow-left {
    left: 0
}
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}
.mfp-arrow-left:before {
    border-right: 27px solid #3F3F3F;
    margin-left: 25px
}
.mfp-arrow-right {
    right: 0
}
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}
.mfp-iframe-holder {
    padding-bottom: 40px;
    padding-top: 40px
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 75%
}
.mfp-iframe-holder .mfp-close {
    top: -40px
}
.mfp-iframe-scaler {
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    width: 100%
}
.mfp-iframe-scaler iframe {
    background: #000;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}
img.mfp-img {
    box-sizing: border-box;
    display: block;
    height: auto;
    line-height: 0;
    margin: 0 auto;
    max-width: 100%;
    padding: 40px 0;
    width: auto
}
.mfp-figure {
    line-height: 0
}
.mfp-figure:after {
    background: #444;
    bottom: 40px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    content: '';
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 40px;
    width: auto;
    z-index: -1
}
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}
.mfp-figure figure {
    margin: 0
}
.mfp-bottom-bar {
    cursor: auto;
    left: 0;
    margin-top: -36px;
    position: absolute;
    top: 100%;
    width: 100%
}
.mfp-title {
    color: #F3F3F3;
    line-height: 18px;
    padding-right: 36px;
    text-align: left;
    word-wrap: break-word
}
.mfp-image-holder .mfp-content {
    max-width: 100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}
@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        bottom: 0;
        top: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        box-sizing: border-box;
        margin: 0;
        padding: 3px 5px;
        position: fixed;
        top: auto
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        background: rgba(0, 0, 0, .6);
        height: 35px;
        line-height: 35px;
        padding: 0;
        position: fixed;
        right: 0;
        text-align: center;
        top: 0;
        width: 35px
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}
.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all .15s ease-out
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: .75
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all .15s ease-out
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}
@-webkit-keyframes simpleFadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes simpleFadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
/* diditv
------------------------------- */

#diditv .main-visual {
    background: url(/https/didimobility.co.jp/img/diditv/mainvisual-diditv.jpg) center top no-repeat;
    background-size: cover;
}
#diditv .main-visual h1 {
    line-height: 1.2;
    white-space: nowrap;
    margin-bottom: .4em;
}
#diditv .main-visual .copy {
    margin-top: 0;
    line-height: 1;
}
#diditv .sec01 {
    padding: 11.1rem 0 12rem;
    text-align: center;
}
#diditv .sec01 h2 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 4.2rem;
}
#diditv .sec01 .lead {
    font-size: 2.4rem;
    line-height: 1.75;
    margin-bottom: 2.5rem;
}
#diditv .sec01 p {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 2.7rem;
}
#diditv .sec01 p:last-of-type {
    margin-bottom: 0;
}
#diditv .sec01 img {
    margin-top: 120px;
}
#diditv .sec02 {
    padding: 5.2rem 0 10rem;
    background: #F8F8F8;
}
#diditv .sec02 h2 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 6.5rem;
    text-align: center;
}
#diditv .sec02 .row {
    max-width: 1000px;
    margin: 0 auto;
}
#diditv .mediasheet {
    text-align: center;
}
#diditv .mediasheet h3 {
    margin-bottom: 1rem;
}
#diditv .mediasheet img {
    margin-bottom: 2rem;
}
#diditv .sec02 ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
}
#diditv .sec02 ul li:first-child {
    margin-right: 4rem;
}
#diditv .sec02 ul li a:hover {
    color: #F37E43;
}
#diditv .sec02 ul li img {
    width: 3.6rem;
    height: 3.6rem;
    margin: 0 1rem 0 0;
}
#diditv .sec03 {
    padding: 4rem 0;
}
#diditv .sec03 .contact-box {
    text-align: center;
    border: 1px solid #ccc;
    line-height: 1.428;
    padding: 2.6rem 2rem;
    font-size: 1.4rem;
    max-width: 734px;
    margin: 0 auto;
}
#diditv .sec03 .contact-box span {
    margin-right: 1rem;
}
#diditv .sec03 .contact-box a {
    display: inline-block;
    color: #FF7D41;
    text-decoration: underline;
}
#diditv .offer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    transition: transform .5s ease;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.85);
    padding: 2rem;
    color: #fff;
    font-size: 2rem;
}
#diditv .offer p {
    line-height: 1;
    margin-bottom: .5em;
}
#diditv .offer .banners .row .col-6 {
    padding: 0 10px;
}
@media (max-width: 575.98px) {
    #diditv .sec01 .lead {
        font-size: 2rem;
    }
    #diditv .sec02 ul li:first-child {
        margin: 0;
    }
    #diditv .offer {
        padding: 1rem 2rem;
    }
    #diditv .offer p {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
    #diditv .offer .banners .row {
        height: 40px;
    }
    #diditv .offer .banners .row img {
        max-height: 40px;
    }
}
/*!
  5分でDiDi LPページ
*/


.lp5min .eye-chatch img {
    width: 100%;
    height: auto;
    margin-bottom: 4em;
}
.lp5min p {
    margin-bottom: 1.4em;
    font-size: 1.5rem;
    line-height: 2;
}

.lp5min .movie {
    margin-top: 80px;
}
.lp5min .movie .box {
    width: 560px;
    margin: 0 auto 40px;
}
.lp5min .movie .box iframe {
    max-width: 100%;
}
.lp5min .movie dt {
    width: 8em;
    float: left;
    clear: both;
}
.lp5min .movie dd {
    text-align: center;
    font-size: 1.6em;
    margin-top: 10px;
}
.lp5min .movie .video {
    position: relative;
    width: 100%;
}

@media (max-width: 767.98px) {
    .lp5min .movie {
        margin-top: 40px;
    }
    .lp5min .movie .box {
        width: 100%;
        margin: 0 auto 40px;
    }
    .lp5min .interview {
        padding: 20px;
    }
}


/*!
  フッター上部のLPバナー
*/
.footer-wrap .footer-top-bnr {
    padding: 65px 10.35% 0;
}
@media (max-width: 995.98px) {
    .footer-wrap .footer-top-bnr {
        padding: 4% 5% 0;
    }
}

.footer-wrap .footer-top-bnr img {
    max-width: 100%;
}
.footer-wrap .footer-top-bnr .lp-banners-pc {
    display: block;
}
.footer-wrap .footer-top-bnr .lp-banners-sp {
    display: none;
}

@media (max-width: 767.98px) {
    .footer-wrap .footer-top-bnr .lp-banners-pc {
        display: none;
    }
    .footer-wrap .footer-top-bnr .lp-banners-sp {
        display: block;
    }
}

/* fireworks動画追加　*/
fw-storyblock {--fw-storyblock-background: transparent; }

/* ニュース記事内スライダー　*/
.adsSlideArea {
    padding-bottom: 60px;
    overflow: hidden;
}
.adsSlideArea .swiper-pagination {
    bottom: 16px;
    width: calc(100% - 140px);
    left: 70px;
}
.adsSlideArea .swiper-pagination-bullet {
    background-color: #666666;
    border: 1px solid #666666;
    opacity: 1;
}
.adsSlideArea .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}
@media (max-width: 768px) {
    .adsSlideArea {
        position: relative;
        padding: 0 30px 60px;
        overflow: visible;
    }
    .adsSlideArea .swiper-pagination {
        bottom: 24px;
        width: calc(100% - 140px);
        left: 70px;
    }
    .adsSlideArea .swiper-button-prev,
    .adsSlideArea .swiper-button-next {
        top: 50%;
        margin-top: -50px;
        width: 40px;
        height: 40px;
    }
    .adsSlideArea .swiper-button-prev {
        left: -14px;
    }
    .adsSlideArea .swiper-button-next {
        right: -14px;
    }
}










/**
 * top-renewal 2025
 */

.is-home {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: clamp(12px, 0.83vw, 16px);
}


/* ================= header ================= */

.header {
    position: absolute;
    top: 0;
    width: 100%;
    height: clamp(60px, 3.96vw, 76px);
    background: #fff;
    will-change: transform, opacity;
    backface-visibility: hidden;
    transform: translateY(0);
    z-index: 100;
}
/* 固定化 */
.header.header--fixed {
  position: fixed;
  top: 0; left: 0; right: 0;
  transform: translateY(-100%);
  background: rgba(255,255,255,0.8);
}
/* 出現/退場 */
@keyframes headerSlideIn {
  from { transform: translateY(-100%); opacity: 0; }
  to   { transform: translateY(0);      opacity: 1; }
}
@keyframes headerSlideOut {
  from { transform: translateY(0);      opacity: 1; }
  to   { transform: translateY(-100%);  opacity: 0; }
}
.header.header--fixed.header--visible {
  animation: headerSlideIn 0.45s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.header.header--fixed.header--hiding {
  animation: headerSlideOut 0.35s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
/* 低速端末やユーザー設定に配慮 */
@media (prefers-reduced-motion: reduce) {
  .header,
  .header.header--fixed.header--visible,
  .header.header--fixed.header--hiding {
    animation: none !important;
    transition: none !important;
  }
}
.header .header__wrap {
    height: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .header__logo {
    margin-left: 18px;
    width: clamp(76px, 14.13vw, 106px);
}
.header .header__logo img {
    display: block;
    max-width: 100%;
}
.header .header-nav {
    display: flex;
}
.header .header-nav__list {
    display: flex;
}
.header .header-nav__item {
    margin-left: 52px;
}
.header .header-nav__item:first-child {
    margin-left: 0;
}
.header .header-nav__text,
.header .header-nav__link {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
}
.header .header-nav__text {
    line-height: 1.33;
    font-weight: 500;
}
.header .header-nav__link {
    position: relative;
}
.header .header-nav__link::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    border-top: 3px solid #fc4c02;
    border-radius: 10px;
    transform: translateX(-50%) scaleX(0);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.header .header-nav__link:hover::after {
    transform: translateX(-50%) scaleX(1);
}
.header .header-nav__cta {
    margin-left: 52px;
}
.header .header-nav__cta-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    height: 32px;
    padding: 6px 20px;
    border: 2px solid #fc4c02;
    border-radius: 100px;
    background: #fc4c02;
    color: #fff;
    line-height: 1.33;
    font-weight: 700;
    font-size: clamp(12px, 0.73vw, 14px);
    transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 1;
}
.header .header-nav__cta-link::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #fff;
    transform: translateX(-100%);
    transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.header .header-nav__cta-link:hover {
    color: #fc4c02;
}
.header .header-nav__cta-link:hover::after {
    transform: translateX(0);
}
@media (max-width: 767.98px) {
    .header {
        height: clamp(60px, 4.79vw, 92px);
    }
    .header .header__logo {
        margin-left: 0;
    }
    .header .header-nav {
        display: none;
    }
}
/* drawer menu */
.drawer-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: clamp(12px, 1.56vw, 30px);
    width: clamp(60px, 3.96vw, 76px);
    height: clamp(60px, 3.96vw, 76px);
    padding: 0;
    border: 1px solid transparent;
    background: none;
    transform: translateY(-50%);
    cursor: pointer;
}
.drawer-toggle .drawer-toggle__wrap {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    width: 36px;
    width: clamp(26px, 1.88vw, 36px);
    height: clamp(18px, 1.35vw, 26px);
}
.drawer-toggle .drawer-toggle__text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.drawer-toggle .drawer-toggle__bar {
    display: block;
    width: 100%;
    height: clamp(3px, 0.21vw, 4px);
    background-color: #3a2932;
    transform-origin: left center;
    will-change: transform;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.drawer-toggle .drawer-toggle__bar--1,
.drawer-toggle .drawer-toggle__bar--3 {
    width: 100%;
}
.drawer-toggle .drawer-toggle__bar--2 {
    width: 75%;
}
@keyframes drawer-wave-natural {
    0%   { transform: scaleX(1);    }
    15%  { transform: scaleX(0.92); }
    35%  { transform: scaleX(1.08); }
    55%  { transform: scaleX(0.95); }
    75%  { transform: scaleX(1.06); }
    100% { transform: scaleX(1);    }
}
.drawer-toggle:hover .drawer-toggle__bar--1,
.drawer-toggle:focus-visible .drawer-toggle__bar--1 {
    animation: drawer-wave-natural 1.2s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}
.drawer-toggle:hover .drawer-toggle__bar--2,
.drawer-toggle:focus-visible .drawer-toggle__bar--2 {
    animation: drawer-wave-natural 1.2s cubic-bezier(0.45, 0, 0.55, 1) infinite;
    animation-delay: 0.12s;
}
.drawer-toggle:hover .drawer-toggle__bar--3,
.drawer-toggle:focus-visible .drawer-toggle__bar--3 {
    animation: drawer-wave-natural 1.2s cubic-bezier(0.45, 0, 0.55, 1) infinite;
    animation-delay: 0.24s;
}
@media (prefers-reduced-motion: reduce) {
    .drawer-toggle:hover .drawer-toggle__bar,
    .drawer-toggle:focus-visible .drawer-toggle__bar {
        animation: none;
    }
}
@media (max-width: 767.98px) {
    .drawer-toggle {
        right: 0;
    }
}



/* ================= main/container/section ================= */

/* container */
.wrap {
    margin: 0 auto;
    padding: 0 clamp(12px, 1.56vw, 30px);
    max-width: 1920px;
}
/* 旧デザインと被るため階層で応急措置 */
.main .inner {
    margin: 0 auto;
    max-width: 1160px;
}
@media (max-width: 767.98px) {
    .wrap {
        padding: 0 clamp(12px, 4vw, 30px);
    }
    .main .inner {
        padding: 0 clamp(12px, 4vw, 30px);
    }
}

/* main */
.main {
    margin-top: clamp(60px, 3.96vw, 76px);
    font-family: 'Noto Sans JP', sans-serif;
}
.main .archive-content,
.main .single-content {
    padding-top: clamp(40px, 3.125vw, 60px);
    padding-bottom: clamp(80px, 8.33vw, 160px);
}
@media (max-width: 767.98px) {
    .main .archive-content,
    .main .single-content {
        padding-top: clamp(40px, 10.667vw, 80px);
        padding-bottom: clamp(60px, 16vw, 120px);
    }
}

/* section */
.section-header {
    margin-bottom: 45px;
}
.section-header .section-header__wrap {
    position: relative;
    margin: 0 auto;
}
.section-header .section-header__title {
    font-weight: 800;
    font-size: clamp(20px, 2.3vw, 44.14px);
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-align: center;
}
@media (max-width: 767.98px) {
    .section-header {
        margin-bottom: clamp(25px, 6vw, 45px);;
    }
    .section-header .section-header__title {
        font-size: clamp(18px, 5.89vw, 44.14px);
    }
}



/* ================= footer ================= */

.footer {
    padding: clamp(20px, 2.03vw, 39px) 0 clamp(50px, 5.47vw, 105px);
    background: #333;
    color: #fff;
}
.footer a {
    transition: 0.4s;
}
.footer a:hover {
    opacity: 0.8;
}
.footer .footer__wrap {
    padding: 0 clamp(20px, 10.35%, 10.35%);
}
.footer .footer__logo {
    margin-top: clamp(30px, 3.13vw, 60px);
    width: clamp(90px, 7.65vw, 147px);
}
.footer .footer__bottom {
    margin-top: clamp(20px, 2.08vw, 40px);
    display: flex;
    align-items: center;
}
.footer .footer__driver a {
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-weight: 700;
    font-size: clamp(12px, 0.73vw, 14px);
    letter-spacing: 0.01em;
}
.footer .footer__driver a::after {
    content: "";
    display: inline-flex;
    width: clamp(16px, 1.41vw, 27px);
    height: clamp(16px, 1.41vw, 27px);
    margin-left: clamp(8px, 0.73vw, 14px);
    background: url(/https/didimobility.co.jp/img/icon-arrow-radius-white.png) no-repeat center;
    background-size: 100%;
    transform: translateX(clamp(-4px, -0.31vw, -6px));
    transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.footer .footer__driver a:hover {
    text-decoration: underline;
}
.footer .footer__driver a:hover::after {
    transform: translateX(0);
}
/*.footer .footer__copy {
    margin-left: clamp(40px, 4.69vw, 90px);
}*/
.footer .footer__copy small {
    font-size: clamp(9px, 0.68vw, 13px);
    letter-spacing: 0.01em;
}
.footer .footer-banner__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: clamp(12px, 1.25vw, 24px);
}
.footer .footer-banner__item {
    margin-bottom: 0;
    width: calc((100% - clamp(12px, 1.25vw, 24px)) / 2);
}
.footer .footer-banner__link {
    display: block;
}
.footer .footer-banner img {
    max-width: 100%;
}
.footer .footer-apps {
    width: clamp(130px, 11.72vw, 225px);
}
.footer .footer-apps img {
    width: 100%;
    max-width: 100%;
}
.footer .footer-apps__list {
    display: flex;
    flex-direction: column;
    gap: clamp(8px, 0.63vw, 12px);
}
.footer .footer-apps__item {
    margin-bottom: 0;
}
.footer .footer-apps__note {
    margin-top: clamp(12px, 1.15vw, 22px);
    font-size: clamp(8px, 0.52vw, 10px);
}
.footer .footer-nav {
    display: flex;
    justify-content: space-between;
    margin-top: clamp(20px, 2.08vw, 40px);
}
.footer .footer-nav a {
    font-size: clamp(12px, 0.73vw, 14px);
    letter-spacing: 0.01em;
    color: #fff;
}
.footer .footer-nav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: clamp(20px, 2.03vw, 39px);
}
.footer .footer-nav__item {
    width: clamp(120px, 10.26vw, 197px);
    margin-bottom: 10px;
}
.footer .footer-nav__text {
    display: block;
    margin-bottom: clamp(15px, 1.56vw, 30px);
    color: #fff;
}
.footer .footer-nav__link {
    color: #fff;
}
.footer .footer-nav__sub-item {
    margin-bottom: clamp(4px, 0.31vw, 6px);
}
.footer .footer-sns {
    margin-left: clamp(15px, 1.56vw, 30px);
}
.footer .footer-sns__list {
    display: flex;
    align-items: center;
    gap: 20px;
}
.footer .footer-sns__link {
    width: clamp(20px, 1.563vw, 30px);
    height: clamp(20px, 1.563vw, 30px);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.footer .footer-sns__item {
    margin-bottom: 0;
    line-height: 1;
}
.footer .footer-sns__item--insta .footer-sns__link {
    width: clamp(16px, 1.35vw, 26px);
    height: auto;
}
.footer .footer-sns__item--x .footer-sns__link {
    width: clamp(18px, 1.51vw, 29px);
    height: auto;
}
.footer .footer-sns__item--youtube .footer-sns__link {
    width: clamp(18px, 1.51vw, 29px);
    height: auto;
}
@media (max-width: 767.98px) {
    .footer {
        padding: clamp(30px, 8vw, 60px) 0 clamp(35px, 9.33vw, 70px);
        background: #333;
    }
    .footer .footer__wrap {
        padding: 0 clamp(20px, 5.33vw, 40px);
    }
    .footer .footer__logo {
        width: clamp(140px, 11.98vw, 230px);
        margin: clamp(45px, 4.69vw, 90px) auto 0;
    }
    .footer .footer__bottom {
        display: block;
        margin-top: clamp(60px, 6.25vw, 120px);
    }
    .footer .footer__driver a {
        font-size: clamp(12px, 3.2vw, 24px);
    }
    .footer .footer__driver a::after {
        width: clamp(26px, 2.45vw, 47px);
        height: clamp(26px, 2.45vw, 47px);
    }
/*    .footer .footer__copy {
        margin-left: 0;
        margin-top: clamp(8px, 0.78vw, 15px);
    }*/
    .footer .footer__copy small {
        font-size: clamp(8px, 2.27vw, 17px);
    }
    .footer .footer-banner__item {
        width: 100%;
    }
    .footer .footer-apps {
        width: 100%;
        margin-top: clamp(40px, 4.43vw, 85px);
    }
    .footer .footer-apps__list {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        gap: 18px;
    }
    .footer .footer-apps__item {
        width: calc((100% - 18px) / 2);
    }
    .footer .footer-apps__item img {
        width: 100%;
    }
    .footer .footer-apps__note {
        margin-top: clamp(15px, 1.56vw, 30px);
        font-size: clamp(10px, 2.67vw, 20px);
        line-height: 1.6;
    }
    .footer .footer-nav {
        margin-top: clamp(35px, 4.17vw, 80px);
    }
    .footer .footer-nav a {
        font-size: clamp(12px, 3.2vw, 24px);
    }
    .footer .footer-nav__list {
        display: block;
        width: 100%;
    }
    .footer .footer-nav__list::after {
        content: "";
        display: table;
        clear: both;
    }
    .footer .footer-nav__text {
        margin-bottom: 0;
    }
    .footer .footer-nav__item {
        width: 40%;
    }
    .footer .footer-nav__item:first-child {
        float: left;
        width: 52%;
        height: 100%;
    }
    .footer .footer-nav__item:first-child .footer-nav__sub {
        margin-top: clamp(4px, 0.31vw, 6px);
    }
    .footer .footer-nav__item:not(:first-child) {
        float: right;
        margin-bottom: 0;
    }
    .footer .footer-nav__item:not(:first-child) .footer-nav__sub  {
        display: none;
    }
    .footer .footer-nav__item:not(:first-child) .footer-nav__text {
        margin-bottom: clamp(4px, 0.31vw, 6px);
    }
    .footer .footer-sns {
        margin-left: 0;
        margin-top: clamp(55px, 5.73vw, 110px);
    }
    .footer .footer-sns__list {
        justify-content: center;
        gap: clamp(28px, 7.33vw, 56px);
    }
    .footer .footer-sns__item--insta .footer-sns__link {
        width: clamp(26px, 6.93vw, 52px);
    }
    .footer .footer-sns__item--x .footer-sns__link {
        width: clamp(29px, 7.73vw, 58px);
    }
    .footer .footer-sns__item--youtube .footer-sns__link {
        width: clamp(29px, 7.73vw, 58px);
    }
}



/* ================= mainvisual ================= */

.mainvisual {
    position: relative;
    margin: 0 clamp(12px, 1.56vw, 30px);
    border-radius: 10px;
    background: #ffece6;
}
.mainvisual .mainvisual-content,
.mainvisual .mainvisual-content__wrap {
    width: 100%;
    height: 100%;
}
.mainvisual .mainvisual-content__wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1860 / 322;
    min-height: 220px;
    max-height: 322px;
}
.mainvisual .mainvisual-content__wrap::before,
.mainvisual .mainvisual-content__wrap::after {
    content: "";
    display: block;
}
.mainvisual .mainvisual-content__wrap::before {
    width: clamp(180px, 14.84vw, 285px);
    height: clamp(130px, 11.04vw, 212px);
    background: url(/https/didimobility.co.jp/img/top2025/mainvisual/mainvisual-build.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    right: clamp(60px, 11.98vw, 230px);
    bottom: 0;
}
.mainvisual .mainvisual-content__wrap::after {
    width: clamp(180px, 14.17vw, 272px);
    height: clamp(90px, 6.77vw, 130px);
    background: url(/https/didimobility.co.jp/img/top2025/mainvisual/mainvisual-taxi.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    right: clamp(20px, 3.125vw, 60px);
    bottom: clamp(-20px, -2.917vw, -56px);
}
/* is-home */
.is-home .mainvisual {
    height: auto;
    background: none;
    overflow: hidden;
}
.is-home .mainvisual .mainvisual-content {
    position: absolute;
    top: 0;
    z-index: 10;
}
.is-home .mainvisual .mainvisual-content__wrap {
    aspect-ratio: auto;
    min-height: unset;
    max-height: unset;
}
.is-home .mainvisual .mainvisual-content__wrap::before,
.is-home .mainvisual .mainvisual-content__wrap::after {
    display: none;
}
/* mainvisual-headline */
.mainvisual .mainvisual-headline {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mainvisual .mainvisual-headline__title {
    font-family: "NotoSansCJKjp";
    font-weight: 700;
    font-size: clamp(32px, 2.29vw, 44px);
    letter-spacing: 0.01em;
    color: #39262e;
}
/* mainvisual-slideshow */
.mainvisual .mainvisual-slideshow {
    width: 100%;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.mainvisual .mainvisual-slideshow img {
    max-width: 100%;
}
.mainvisual .mainvisual-slideshow__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* .mainvisual-cat */
.mainvisual .mainvisual-cat {
    position: absolute;
    top: clamp(12px, 1.56vw, 30px);
    right: clamp(12px, 1.56vw, 30px);
    height: calc(100% - (clamp(12px, 1.56vw, 30px) * 2));
    width: clamp(300px, 37.24vw, 715px);
    display: flex;
    flex-flow: column;
    justify-content: center;
    gap: clamp(8px, 0.78vw, 15px);
}
.mainvisual .mainvisual-cat__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    position: relative;
    width: 100%;
    height: clamp(180px, 14.43vw, 277px);
    padding: clamp(20px, 2.08vw, 40px) clamp(40px, 4.17vw, 80px) clamp(20px, 2.08vw, 40px) clamp(24px, 2.60vw, 50px);
    border-radius: 10px;
    border: 4px solid transparent;
    background: #fff;
    transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.mainvisual .mainvisual-cat__link::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: clamp(8px, 1.04vw, 20px);
    width: clamp(14px, 1.67vw, 32px);
    height: clamp(14px, 1.67vw, 32px);
    background: url(/https/didimobility.co.jp/img/icon-arrow-radius.png) no-repeat center;
    background-size: 100%;
    transform: translateY(-50%) translateX(clamp(-4px, -0.6vw, -10px));
    transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.mainvisual .mainvisual-cat__link:hover {
    border: 4px solid #fc4c02;
}
.mainvisual .mainvisual-cat__link:hover::after {
    transform: translateY(-50%) translateX(0);
}
.mainvisual .mainvisual-cat__img {
    width: 30.8%;
    flex-shrink: 0;
}
.mainvisual .mainvisual-cat__img img {
    width: 100%;
    max-width: 100%;
}
.mainvisual .mainvisual-cat__title {
    color: #fc4c02;
    line-height: 1.176;
    font-weight: 700;
    font-size: clamp(18px, 1.77vw, 34px);
}
/* タイトル下線 */
/* .mainvisual .mainvisual-cat__title {
    padding-bottom: 10px;
    color: #fc4c02;
    line-height: 1.176;
    font-weight: 700;
    font-size: clamp(18px, 1.77vw, 34px);
    position: relative;
} */
/* .mainvisual .mainvisual-cat__title::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 36px;
    border-top: 3px solid #fc4c02;
} */
.mainvisual .mainvisual-cat__text {
    margin-top: 12px;
    line-height: 1.875;
    font-weight: 700;
}
@media (max-width: 995.98px) {
    .mainvisual .mainvisual-cat__link {
        padding: clamp(6px, 1.00vw, 10px) clamp(26px, 5.02vw, 50px) clamp(6px, 1.00vw, 10px) clamp(18px, 1.00vw, 30px);
    }
    .mainvisual .mainvisual-cat__title {
        line-height: 1.25;
        font-size: clamp(12px, 1.61vw, 16px);
    }
    .mainvisual .mainvisual-cat__text {
        margin-top: 6px;
        line-height: 1.5;
        font-size: clamp(8px, 1vw, 10px);
    }
}
@media (max-width: 767.98px) {
    .mainvisual {
        margin: clamp(60px, 4.79vw, 92px) 0 0;
    }
    .mainvisual .mainvisual-content__wrap {
        aspect-ratio: 750 / 424;
        max-height: 424px;
    }
    .mainvisual .mainvisual-content__wrap::before {
        width: clamp(180px, 38vw, 285px);
        height: clamp(130px, 28.27vw, 212px);
        background: url(/https/didimobility.co.jp/img/top2025/mainvisual/mainvisual-build.png) no-repeat center;
        background-size: 100%;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .mainvisual .mainvisual-content__wrap::after {
        width: clamp(140px, 28vw, 210px);
        height: clamp(60px, 12.53vw, 94px);
        background: url(/https/didimobility.co.jp/img/top2025/mainvisual/mainvisual-taxi.png) no-repeat center;
        background-size: 100%;
        position: absolute;
        right: clamp(15px, 4vw, 30px);
        bottom: clamp(-10px, -1.87vw, -14px);
    }
    .mainvisual .mainvisual-headline__title {
        font-size: clamp(22px, 5.9vw, 44px);
    }
    .mainvisual .mainvisual-slideshow {
        border-radius: 0;
    }
    .mainvisual .mainvisual-cat {
        top: auto;
        bottom: clamp(16px, 4.27vw, 32px);
        right: clamp(12px, 4vw, 30px);
        width: calc(100% - (clamp(12px, 4vw, 30px) * 2));
        height: clamp(320px, 75.2vw, 564px);
        gap: clamp(6px, 1.33vw, 10px);
    }
    .mainvisual .mainvisual-cat__link {
        height: clamp(180px, 36.93vw, 277px);
        padding: clamp(24px, 6.67vw, 50px) clamp(40px,10.67vw, 80px) clamp(24px, 6.67vw, 50px) clamp(24px, 6.67vw, 50px);
    }
    .mainvisual .mainvisual-cat__link::after {
        display: block;
        right: clamp(8px, 2.67vw, 20px);
        width: clamp(14px, 4.27vw, 32px);
        height: clamp(14px, 4.27vw, 32px);
        transform: translateY(-50%) translateX(clamp(-4px, -1.33vw, -10px));
    }
    .mainvisual .mainvisual-cat__title {
        font-size: clamp(18px, 5.33vw, 40px);
    }
    .mainvisual .mainvisual-cat__text {
        margin-top: 12px;
        font-size: clamp(12px, 2.67vw, 20px);
    }
}
@media (max-width: 575.98px) {
    .mainvisual .mainvisual-cat {
        height: clamp(300px, 75.2vw, 564px);
        gap: clamp(5px, 2.67vw, 10px);
    }
    .mainvisual .mainvisual-cat__link {
        padding: clamp(8px, 4vw, 15px) clamp(20px, 12vw, 45px) clamp(8px, 4vw, 15px) clamp(8px, 4vw, 15px);
    }
    .mainvisual .mainvisual-cat__link::after {
        right: clamp(5px, 2.67vw, 10px);
    }
    .mainvisual .mainvisual-cat__title {
        font-size: clamp(12px, 4.8vw, 18px);
    }
    .mainvisual .mainvisual-cat__text {
        font-size: clamp(8px, 2.67vw, 10px);
    }
}



/* ================= top ================= */

/* 新着情報 */
.section-news {
    padding-top: clamp(40px, 4.43vw, 85px);
}
.section-news .section-header {
    margin-bottom: 20px;
}
.section-news .section-header__wrap {
    max-width: 1160px;
}
.section-news .section-header__function {
    position: absolute;
    right: 0;
    bottom: 0;
}
.section-news .news-content {
    padding: clamp(24px, 2.97vw, 57px) clamp(12px, 1.56vw, 30px);
    border-radius: 10px;
    background: #f3f3f3;
}
.section-news .news-content__list {
    max-width: 1160px;/**/
    margin: 0 auto;
    list-style-type: none;
}
.section-news .news-content__item {
    font-size: clamp(14px, 0.833vw, 16px);
    background: url(/https/didimobility.co.jp/img/top2025/underline01.png) repeat-x bottom left;
}
.section-news .news-content__item:last-child {
    background: transparent;
}
.section-news .news-content__link {
    position: relative;
    display: block;
    padding: clamp(12px, 2vw, 20px) clamp(25px, 4vw, 40px) clamp(12px, 2vw, 20px) 0;
    transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.section-news .news-content__link::after {
    content: "";
    display: inline-flex;
    width: clamp(14px, 1.51vw, 29px);
    height: clamp(14px, 1.51vw, 29px);
    margin-left: 8px;
    background: url(/https/didimobility.co.jp/img/icon-arrow-radius.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(clamp(-4px, -0.5vw, -8px));
    transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.section-news .news-content__link:hover .news-content__title {
    color: #f37e43;
}
.section-news .news-content__link:hover::after {
    transform: translateY(-50%) translateX(0);
}
.section-news .news-content__meta {
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
}
.section-news .news-content__date {
    font-weight: 500;
    line-height: 1;
    color: #b3b3b3;
}
.section-news .news-content__title {
    line-height: 1.373;
    font-weight: 500;
    font-size: clamp(16px, 0.9375vw, 18px);
    transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.section-news .news-content__title strong,
.section-news .news-content__title em {
    font-weight: 500;
}
@media (max-width: 767.98px) {
    .section-news {
        padding-top: clamp(30px, 6.67vw, 50px);
    }
    .section-news .section-header {
        margin-bottom: clamp(15px, 4vw, 30px);;
    }
    .section-news .section-header__title {
        padding-left: 18px;
        text-align: left;
    }
    .section-news .news-content {
        padding: clamp(20px, 4.67vw, 35px) clamp(12px, 4vw, 30px) clamp(16px, 3.6vw, 27px);
    }
    .section-news .news-content__link {
        padding: 20px 0;
    }
    .section-news .news-content__link::after {
        display: none;
    }
    .section-news .news-content__date {
        font-size: clamp(14px, 2.67vw, 20px);
    }
    .section-news .news-content__title {
        font-size: clamp(14px, 3.2vw, 24px);
    }
}

/* DiDiについて */
.section-about {
    padding: clamp(40px, 7.03vw, 135px) 0;
}
.section-about .section-header__title {
    letter-spacing: 0;
    text-align: left;
}
.section-about .about-content {
    padding: 0 clamp(24px, 5.73vw, 110px);
    display: flex;
    justify-content: space-between;
    gap: 4.5%;
    position: relative;
}
.section-about .about-content__body {
    width: 49.93%;
}
.section-about .about-content__text {
    line-height: 2.22;
    font-size: clamp(14px, 0.94vw, 18px);
}
.section-about .about-content__note {
    display: inline-flex;
    line-height: 2.22;
    font-size: clamp(10px, 0.63vw, 12px);
}
.section-about .about-content__btn {
    margin-top: 39px;
}
.section-about .about-content__img {
    display: flex;
    align-items: flex-end;
    width: 45.45%;
    padding-right: clamp(8px, 0.73vw, 14px);
    position: absolute;
    right: 0;
    bottom: -8px;
}
.section-about .about-content__img img {
    display: block;
    max-width: 100%;
}
@media (max-width: 995.98px) {
    .section-about .about-content__img {
        top: 50%;
        bottom: auto;
        transform: translateY(-25%);
    }
}
@media (max-width: 767.98px) {
    .section-about {
        padding: clamp(40px, 14vw, 105px) 0  clamp(60px, 16.4vw, 123px);
    }
    .section-about .section-header__title {
        text-align: center;
    }
    .section-about .about-content {
        flex-direction: column;
        padding: 0;
    }
    .section-about .about-content__body,
    .section-about .about-content__img {
        width: 100%;
    }
    .section-about .about-content__img {
        margin-top: clamp(32px, 8.93vw, 67px);
        padding: 0;
        position: relative;
        top: auto;
        transform: translateY(0);
    }
    .section-about .about-content__text {
        line-height: 2.083;
        font-size: clamp(14px, 3.2vw, 24px);
    }
    .section-about .about-content__note {
        font-size: clamp(14px, 2.67vw, 20px);
    }
    .section-about .about-content__btn {
        margin-top: clamp(40px, 11.6vw, 87px);
        text-align: center;
    }
}

/* 使い方 */
.section-use {
    padding-bottom: clamp(40px, 4.84vw, 93px);
}
.section-use .use-content {
    padding-top: clamp(40px, 4.84vw, 93px);
    border-top: 1px solid #d9d9d9;
}
.section-use .use-content__list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    list-style-type: none;
}
.section-use .use-content__item {
    width: calc((100% - 24px) / 2);
    border-radius: 10px;
    background: #f7f0ef;
}
.section-use .use-content__item--1 .use-content__img {
    padding-right: 14.19%;
}
.section-use .use-content__item--1 .use-content__img img {
    max-width: 238px;
}
.section-use .use-content__item--2 .use-content__img {
    padding-right: 17.36%;
}
.section-use .use-content__item--2 .use-content__img img {
    max-width: 229px;
}
.section-use .use-content__item--3 .use-content__img {
    padding-right: 14.31%;
}
.section-use .use-content__item--3 .use-content__img img {
    max-width: 241px;
}
.section-use .use-content__item--4 .use-content__img {
    padding-right: 32.37%;
}
.section-use .use-content__item--4 .use-content__img img {
    max-width: 189px;
}
.section-use .use-content__iframe {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-template-rows: 173px auto;
    column-gap: 0;
    padding: 59px 5.45% 55px 7.59%;
    height: 100%;
    position: relative;
}
.section-use .use-content__img {
    grid-column: 1;
    grid-row: 1 / span 2;
}
.section-use .use-content__img img {
    width: 100%;
    height: auto;
}
.section-use .use-content__head {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    align-items: center;
    position: relative;
}
.section-use .use-content__body {
    grid-column: 2;
    grid-row: 2;
}
.section-use .use-content__step {
    position: absolute;
    top: -14px;
    right: 0;
}
.section-use .use-content__step img {
    height: 100px;
}
.section-use .use-content__title {
    padding-right: 88px;
    line-height: 1.33;
    font-weight: 700;
    font-size: clamp(18px, 1.46vw, 28px);
    letter-spacing: 0.1em;
}
.section-use .use-content__text {
    line-height: 1.875;
}
.section-use .use-content__text + .use-content__text {
    margin-top: 30px;
}
@media (max-width: 995.98px) {
    .section-use .use-content__step img {
        height: 80px;
    }
    .section-use .use-content__title {
        padding-right: 75px;
    }
}
@media (max-width: 767.98px) {
    .section-use {
        padding-bottom: clamp(40px, 12.4vw, 93px);
    }
    .section-use .use-content {
        padding-top: clamp(40px, 12.4vw, 93px);
    }
    .section-use .use-content__list {
        gap: clamp(12px, 3.2vw, 24px);
    }
    .section-use .use-content__item {
        width: 100%;
    }
    .section-use .use-content__iframe {
        grid-template-rows: auto auto;
        padding: clamp(30px, 8vw, 60px) clamp(24px, 6.67vw, 50px) clamp(24px, 6.67vw, 50px);
    }
    .section-use .use-content__img {
        grid-column: 1 / 2;
        grid-row: 1;
    }
    .section-use .use-content__head {
        grid-column: 2 / 3;
        grid-row: 1;
        padding-top: clamp(20px, 8.53vw, 64px);
    }
    .section-use .use-content__body {
        grid-column: 1 / 3;
        grid-row: 2;
        padding-top: clamp(16px, 5.33vw, 40px);
    }
    .section-use .use-content__step {
        top: 0;
    }
    .section-use .use-content__step img {
        height: clamp(80px, 20vw, 150px);
    }
    .section-use .use-content__title {
        padding-right: 0;
        line-height: 1.333;
        font-size: clamp(18px, 4.75vw, 35.63px);
    }
    .section-use .use-content__text {
        line-height: 1.5;
        font-size: clamp(14px, 3.2vw, 24px);
    }
    .section-use .use-content__item--1 .use-content__img {
        padding-right: 3.097%;
    }
    .section-use .use-content__item--2 .use-content__img {
        padding-right: 6.56%;
    }
    .section-use .use-content__item--3 .use-content__img {
        padding-right: 2.79%;
    }
    .section-use .use-content__item--4 .use-content__img {
        padding-right: 23.34%;
    }
}

/* CM放映中 */
.section-cm {
    padding-bottom: clamp(40px, 7.03vw, 135px);
}
.section-cm .cm-content__list {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(35px, 2.2vw, 55px);;
}
.section-cm .cm-content__item {
    width: calc((100% - 56px) / 2);
    max-width: 600px;
}
@media (max-width: 767.98px) {
    .section-cm {
        padding-bottom: clamp(60px, 16.4vw, 123px);
    }
    .section-cm .cm-content__list {
        gap: clamp(20px, 4.6vw, 35px);
    }
    .section-cm .cm-content__item {
        width: 100%;
        max-width: none;
    }
}



/* ================= archive/single ================= */

/* archive */
.archive-list .archive-list__item {
    font-weight: 500;
    font-size: clamp(14px, 0.833vw, 16px);
    background: url(/https/didimobility.co.jp/img/top2025/underline01.png) repeat-x bottom left;
}
.archive-list .archive-list__link {
    position: relative;
    display: block;
    padding: clamp(12px, 2vw, 20px) clamp(25px, 4vw, 40px) clamp(12px, 2vw, 20px) 0;
    transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.archive-list .archive-list__link::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: clamp(14px, 1.67vw, 32px);
    height: clamp(14px, 1.67vw, 32px);
    background: url(/https/didimobility.co.jp/img/icon-arrow-radius.png) no-repeat center;
    background-size: 100%;
    transform: translateY(-50%) translateX(clamp(-4px, -0.6vw, -10px));
    transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.archive-list .archive-list__link:hover::after {
    transform: translateY(-50%) translateX(0);
}
.archive-list .archive-list__link:hover .archive-list__title {
    color: #f37e43;
}
.archive-list .archive-list__meta {
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
}
.archive-list .archive-list__date {
    font-weight: 500;
    line-height: 1;
    color: #b3b3b3;
}
.archive-list .archive-list__title {
    line-height: 1.373;
    font-weight: 500;
    font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
    transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.archive-list .archive-list__title strong,
.archive-list .archive-list__title em {
    font-weight: 500;
}
@media (max-width: 767.98px) {
    .archive-list .archive-list__item {
        font-size: clamp(12px, 2.7vw, 20px);
    }
    .archive-list .archive-list__meta {
        margin-bottom: 10px;
    }
    .archive-list .archive-list__title {
        font-size: clamp(14px, 3vw, 24px);
    }
    .archive-list .archive-list__link {
        padding: 20px 0;
    }
    .archive-list .archive-list__link::after {
        display: none;
    }
}

/* single */
.single-article .single-article__head {
    margin-bottom: 30px;
    padding-bottom: 20px;
    background: url(/https/didimobility.co.jp/img/top2025/underline01.png) repeat-x bottom left;
    font-weight: 500;
    font-size: clamp(14px, 0.833vw, 16px);
}
.single-article .single-article__meta {
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
}
.single-article .single-article__date {
    font-weight: 500;
    line-height: 1;
    color: #b3b3b3;
}
.single-article .single-article__title {
    letter-spacing: 0.01em;
    line-height: 1.6;
    font-weight: 800;
    font-size: clamp(24px, 1.563vw, 30px);
}
.single-article .single-article__thum {
    margin-bottom: 30px;
}
.single-article .single-article__thum img {
    display: block;
    margin: 0 auto;
    height: auto;
    max-width: 100%;
}
.single-article .single-article__sns {
    margin-top: 12px;
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}
.single-article .single-article__sns-link {
    width: clamp(20px, 1.563vw, 30px);
    height: clamp(20px, 1.563vw, 30px);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
}
.single-article .single-article__sns-link:hover {
    opacity: 0.8;
}
.single-article .single-article__sns-item--insta .single-article__sns-link {
    width: clamp(26px, 1.35vw, 26px);
}
.single-article .single-article__sns-item--x .single-article__sns-link {
    width: clamp(29px, 1.51vw, 29px);
}
@media (max-width: 767.98px) {
    .single-article .single-article__content,
    .single-article .single-article__content p {
        font-size: clamp(12px, 3.2vw, 24px);
    }
    .single-article .single-article__head {
        font-size: clamp(12px, 2.7vw, 20px);
    }
    .single-article .single-article__meta {
        margin-bottom: 10px;
    }
    .single-article .single-article__title {
        font-size: clamp(15px, 4vw, 30px);
    }
    .single-article .single-article__thum {
        margin-right: calc(clamp(12px, 4vw, 30px) * -2);
        margin-left: calc(clamp(12px, 4vw, 30px) * -2);
    }
    .single-article .single-article__thum img {
        width: 100%;
    }
    .single-article .single-article__sns-item--insta .single-article__sns-link {
        width: clamp(15px, 3.47vw, 26px);
        height: auto;
    }
    .single-article .single-article__sns-item--x .single-article__sns-link {
        width: clamp(17px, 3.87vw, 29px);
        height: auto;
    }
}

.single-article .single-article__content {
    line-height: 1.6;
}
.single-article .single-article__content .entry-content {
    max-width: 840px;
    margin: 0 auto;
}
.single-article .single-article__content,
.single-article .single-article__content p {
    font-size: clamp(16px, 0.94vw, 18px);
}
.single-article .single-article__content p {
    line-height: 2;
}
.single-article .single-article__content p {
    margin-bottom: 30px;
}
.single-article .single-article__content p:last-child {
    margin-bottom: 0;
}
.single-article .single-article__content h2 {
    margin: 40px 0 30px;
    font-size: clamp(22px, 1.25vw, 24px);
    font-weight: 700;
}
.single-article .single-article__content h3 {
    margin: 30px 0 20px;
    font-size: clamp(18px, 1.04vw, 20px);
    font-weight: 700;
}
.single-article .single-article__content a {
    color: #f37e43;
    text-decoration: underline;
    transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.single-article .single-article__content a:hover {
    opacity: 0.8;
}
.single-article .single-article__content ul,
.single-article .single-article__content ol {
    margin: 0 0 30px 16px;
}


/* pagination */
.pagination-nav {
    margin-top: clamp(55px, 5.73vw, 110px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 20px;
}
.pagination-nav .pagination-nav__link,
.pagination-nav .pagination-nav__current,
.pagination-nav .pagination-nav__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    border-radius: 5px;
    border: 2px solid transparent;
    background: #f46021;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.01em;
    transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.pagination-nav .pagination-nav__link {
    border-color: #f46021;
    color: #fff;
}
.pagination-nav .pagination-nav__link:hover {
    background: #fff;
    color: #f37e43;
}
.pagination-nav .pagination-nav__current {
    background: #ffece6;
}
.pagination-nav .pagination-nav__dots {
    width: auto;
    background: transparent;
}
.pagination-nav .pagination-nav__dots::after {
    content: "";
    display: block;
    width: 20px;
    height: 24px;
    background: url(/https/didimobility.co.jp/img/top2025/icon-ellipsis.svg) no-repeat center;
    background-size: 100%;
}
@media (max-width: 767.98px) {
    .pagination-nav {
        margin-top: clamp(55px, 5.73vw, 110px);
        gap: 10px;
    }
    .pagination-nav .pagination-nav__link,
    .pagination-nav .pagination-nav__current,
    .pagination-nav .pagination-nav__dots {
        width: clamp(30px, 8vw, 60px);
        height: clamp(30px, 8vw, 60px);
        font-size: clamp(12px, 3.2vw, 24px);
    }
    .pagination-nav .pagination-nav__dots {
        width: auto;
    }
    .pagination-nav .pagination-nav__dots::after {
        width: 10px;
        height: 12px;
    }
}

/* post-nav */
.post-nav {
    margin-top: 90px;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(/https/didimobility.co.jp/img/top2025/underline01.png) repeat-x top left;
}
.post-nav .post-nav__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: clamp(14px, 0.73vw, 14px);
    font-weight: 700;
    transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.post-nav .post-nav__link--prev::before,
.post-nav .post-nav__link--next::after {
    content: "";
    display: inline-flex;
    width: clamp(14px, 1.67vw, 32px);
    height: clamp(14px, 1.67vw, 32px);
    background: url(/https/didimobility.co.jp/img/icon-arrow-radius.png) no-repeat center;
    background-size: 100%;
    transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.post-nav .post-nav__link--prev::before {
    transform: rotate(180deg);
}
.post-nav .post-nav__link:hover {
    color: #f37e43;
}
@media (max-width: 767.98px) {
    .post-nav .post-nav__link {
        font-size: clamp(10px, 2.67vw, 20px);
    }
    .post-nav .post-nav__link--prev::before,
    .post-nav .post-nav__link--next::after {
        width: clamp(14px, 4.27vw, 32px);
        height: clamp(14px, 4.27vw, 32px);
    }
}

/* breadcrumb */
.breadcrumb-nav {
    margin-top: clamp(30px, 3.125vw, 60px);
}
.breadcrumb-nav .breadcrumb-nav__wrap {
    display: flex;
    justify-content: flex-end;
}
.breadcrumb-nav .breadcrumb-nav__list {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 2px 4px;
}
.breadcrumb-nav .breadcrumb-nav__item {
    position: relative;
    font-weight: 700;
    font-size: 1.4rem;
}
.breadcrumb-nav .breadcrumb-nav__item:not(:first-child) {
    padding-left: 32px;
}
.breadcrumb-nav .breadcrumb-nav__item:not(:first-child)::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: url(/https/didimobility.co.jp/img/icon-arrow-radius-white.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.breadcrumb-nav .breadcrumb-nav__link {
    color: #868686;
    transition: opacity 0.3s;
}
.breadcrumb-nav .breadcrumb-nav__link:hover {
    opacity: 0.6;
    text-decoration: underline;
}
.breadcrumb-nav .breadcrumb-nav__item--single .breadcrumb-nav__text,
.breadcrumb-nav .breadcrumb-nav__item--page .breadcrumb-nav__text {
    max-width: 225px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
}
@media (max-width: 767.98px) {
    .breadcrumb-nav {
        margin-top: 30px;
    }
    .breadcrumb-nav .breadcrumb-nav__wrap {
        justify-content: flex-start;;
    }
    .breadcrumb-nav .breadcrumb-nav__item {
        font-size: clamp(10px, 2.7vw, 20px);
    }
    .breadcrumb-nav .breadcrumb-nav__item:not(:first-child) {
        padding-left: 26px;
    }
    .breadcrumb-nav .breadcrumb-nav__item:not(:first-child)::before {
        width: 20px;
        height: 20px;
    }
    .breadcrumb-nav .breadcrumb-nav__item--single .breadcrumb-nav__text,
    .breadcrumb-nav .breadcrumb-nav__item--page .breadcrumb-nav__text {
        max-width: 165px;
    }
}

/* back-to-archive */
.back-to-archive {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}



/* ================= common ================= */

/* box */
.box {
    margin-bottom: 45px;
}
.box:last-child {
    margin-bottom: 0;
}
.box--sm {
    margin-bottom: 30px;
}
.box--md {
    margin-bottom: 45px;
}
.box--lg {
    margin-bottom: 60px;
}

/* title */
.single-title-01 {
    margin-bottom: 30px;
}
.single-title-01 .single-title-01__title {
    position: relative;
    margin: 0 !important;
    padding-bottom: 15px;
    line-height: 1.6;
    font-weight: 700;
    font-size: clamp(22px, 1.25vw, 24px);
}
.single-title-01 .single-title-01__title::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 36px;
    border-top: 3px solid #fc4c02;
}

/* button */
.arrow-link {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: clamp(12px, 0.73vw, 14px);
}
.arrow-link::after {
    content: "";
    display: inline-flex;
    width: clamp(14px, 1.51vw, 29px);
    height: clamp(14px, 1.51vw, 29px);
    margin-left: 14px;
    background: url(/https/didimobility.co.jp/img/icon-arrow-radius.png) no-repeat center;
    background-size: 100%;
    transform: translateX(clamp(-4px, -0.5vw, -8px));
    transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.arrow-link:hover {
    text-decoration: underline;
}
.arrow-link:hover::after {
    transform: translateX(0);
}
@media (max-width: 767.98px) {
    .arrow-link {
        font-size: clamp(12px, 2.67vw, 20px);
    }
    .arrow-link::after {
        width: clamp(14px, 3.87vw, 29px);
        height: clamp(14px, 3.87vw, 29px);
        transform: translateX(clamp(-4px, -1.07vw, -8px));
    }
}
.arrow-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: clamp(220px, 28.33vw, 544px);
    height: clamp(48px, 4.38vw, 84px);
    padding: clamp(10px, 0.83vw, 16px) clamp(24px, 4.48vw, 86px);
    border-radius: 100px;
    max-width: 100%;
    border: 3px solid #fc4c02;
    background: #fc4c02;
    color: #fff;
    font-weight: 700;
    font-size: clamp(18px, 1.46vw, 28px);
    text-align: center;
    position: relative;
    transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.arrow-btn::after {
    content: "";
    display: block;
    width: clamp(18px, 2.08vw, 40px);
    height: clamp(18px, 2.08vw, 40px);
    background: url(/https/didimobility.co.jp/img/icon-arrow-radius-white.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    right: clamp(10px, 1.35vw, 26px);
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.arrow-btn:visited {
    color: #fff;
}
.arrow-btn:hover {
    color: #fc4c02;
    background: #fff;
}
.arrow-btn:hover::after {
    background: url(/https/didimobility.co.jp/img/icon-arrow-radius-orange.svg) no-repeat center;
}
@media (max-width: 995.98px) {
    .arrow-btn {
        font-size: clamp(12px, 1.61vw, 16px);
    }
}
@media (max-width: 767.98px) {
    .arrow-btn {
        width: clamp(220px, 72.53vw, 544px);
        height: clamp(48px, 11.2vw, 84px);
        padding: clamp(10px, 2.13vw, 16px) clamp(24px, 11.47vw, 86px);
        font-size: clamp(18px, 3.73vw, 28px);
    }
    .arrow-btn::after {
        width: clamp(18px, 5.33vw, 40px);
        height: clamp(18px, 5.33vw, 40px);
        right: clamp(10px, 3.47vw, 26px);
    }
}

/* text */
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}

/* image */
.img-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

/* hidden */
.is-sp {
    display: none !important;
}
@media (max-width: 767.98px) {
    .is-pc {
        display: none !important;
    }
    .is-sp {
        display: block !important;
    }
}

/* visualy-hidden */
.visualy-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap; /* 改行させない */
    border: 0;
}

/* 三点リーダー */
.c-line-clamp {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

/* google reCAPTCHA */
.grecaptcha-badge {
  z-index: 100;
}

/* youtube */
.youtube-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 のアスペクト比 */
    height: 0;
    overflow: hidden;
}
.youtube-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}



/* ================= other ================= */

/* クーポンバナー固有のスタイル */
.coupon-banner {
  position: fixed;
  bottom: 0;
  right: 0;
  width: clamp(275px, 15.8vw, 305px);
  z-index: 1000;
  display: block;
}
.coupon-banner img {
  width: 100%;
  max-width: 100%;
}
.coupon-banner .coupon-banner__wrap {
  position: relative;
}
.coupon-banner .coupon-banner__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  border: none;
  background: url(/https/didimobility.co.jp/img/top2025/icon-close-bnr.svg) no-repeat center center;
  background-size: 25px;
  opacity: 1;
  cursor: pointer;
}
.coupon-banner .coupon-banner__close:focus:not(:focus-visible) {
  outline: none;
}
.coupon-banner .coupon-banner__link,
.coupon-banner .coupon-banner__close {
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 1;
}
.coupon-banner .coupon-banner__link:hover,
.coupon-banner .coupon-banner__close:hover {
  opacity: 0.8;
}
@media (max-width: 767.98px) {
    .coupon-banner {
        width: clamp(128px, 34vw, 257px);
    }
    .coupon-banner .coupon-banner__close {
        width: 40px;
        height: 40px;
    }
}

/* 汎用バナークローズ機能用 */
.js-banner {
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.js-banner.is-closing {
  opacity: 0;
}
.js-banner.is-hidden {
  display: none;
}
