@import url(https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.css);@import url(https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.css);@import url(https://fonts.googleapis.com/css?family=Dosis&subset=latin-ext);@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap);@charset "UTF-8";
:root {
  --blue: #0070d2;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #e82318;
  --orange: #ff8c1a;
  --yellow: #ffc107;
  --green: #008827;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #00a1e0;
  --secondary: #6c757d;
  --success: #008827;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #e82318;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 544px;
  --breakpoint-md: 769px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #f9f9f9; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
          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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

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; }

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: #444;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #1e1e1e;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

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 {
  overflow: hidden;
  vertical-align: middle; }

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;
  text-align: -webkit-match-parent; }

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; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

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-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-weight: 500;
  line-height: 1.2; }

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 #ccc; }

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\A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #f9f9f9;
  border: 1px solid #dee2e6;
  border-radius: 0.1875rem;
  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-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.1875rem; }
  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,
.container-fluid,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 769px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1440px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-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: 544px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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: 769px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #ccc; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ccc; }
  .table tbody + tbody {
    border-top: 2px solid #ccc; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #ccc; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ccc; }
  .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 {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8e5f6; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7aceef; }

.table-hover .table-primary:hover {
  background-color: #a1ddf3; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #a1ddf3; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.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: #b8dec3; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #7ac18f; }

.table-hover .table-success:hover {
  background-color: #a7d6b4; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #a7d6b4; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.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-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.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: #f9c1be; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f38d87; }

.table-hover .table-danger:hover {
  background-color: #f7aba7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f7aba7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.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-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.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: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #ccc; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .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 {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 543.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 768.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .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; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.1875rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #61d2ff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

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: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1875rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.1875rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: #008827; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 136, 39, 0.9);
  border-radius: 0.1875rem; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #008827;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23008827' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #008827;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #008827;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23008827' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #008827;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #008827; }

.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: #008827; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #008827; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #00bb36;
  background-color: #00bb36; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #008827; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #008827; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #008827;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #e82318; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(232, 35, 24, 0.9);
  border-radius: 0.1875rem; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #e82318;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e82318' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e82318' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #e82318;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 35, 24, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(232, 35, 24, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #e82318;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e82318' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e82318' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #e82318;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 35, 24, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(232, 35, 24, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #e82318; }

.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: #e82318; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #e82318; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ed4f46;
  background-color: #ed4f46; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 35, 24, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(232, 35, 24, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #e82318; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e82318; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #e82318;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 35, 24, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(232, 35, 24, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 544px) {
    .form-inline label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #00a1e0;
  border-color: #00a1e0; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0086ba;
    border-color: #007cad; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0086ba;
    border-color: #007cad;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 175, 229, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 175, 229, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #00a1e0;
    border-color: #00a1e0; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #007cad;
    border-color: #0073a0; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 175, 229, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 175, 229, 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 {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #008827;
  border-color: #008827; }
  .btn-success:hover {
    color: #fff;
    background-color: #00621c;
    border-color: #005518; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #00621c;
    border-color: #005518;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 154, 71, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 154, 71, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #008827;
    border-color: #008827; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #005518;
    border-color: #004815; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 154, 71, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 154, 71, 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 {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 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 {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #e82318;
  border-color: #e82318; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c61d14;
    border-color: #ba1b13; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c61d14;
    border-color: #ba1b13;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 68, 59, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(235, 68, 59, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #e82318;
    border-color: #e82318; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ba1b13;
    border-color: #af1a11; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 68, 59, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(235, 68, 59, 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 {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 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 {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #00a1e0;
  border-color: #00a1e0; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #00a1e0;
    border-color: #00a1e0; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #00a1e0;
    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: #00a1e0;
    border-color: #00a1e0; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #008827;
  border-color: #008827; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #008827;
    border-color: #008827; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #008827;
    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: #008827;
    border-color: #008827; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #e82318;
  border-color: #e82318; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #e82318;
    border-color: #e82318; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 35, 24, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(232, 35, 24, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #e82318;
    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: #e82318;
    border-color: #e82318; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 35, 24, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(232, 35, 24, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            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 {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #444;
  text-decoration: none; }
  .btn-link:hover {
    color: #1e1e1e;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .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.1875rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1875rem; }

.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 {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    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.1875rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 544px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 769px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-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;
  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;
  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;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  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: #00a1e0; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 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-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .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:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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.1875rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.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.1875rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.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.1875rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.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;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact; }

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #00a1e0;
    background-color: #00a1e0; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #61d2ff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #94e1ff;
    border-color: #94e1ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.1875rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #00a1e0;
  background-color: #00a1e0; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' 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, 161, 224, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 161, 224, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' 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, 161, 224, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: transform 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;
    transition: transform 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, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
            transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 161, 224, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.1875rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #61d2ff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.25); }
    .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 {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #61d2ff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.1875rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.1875rem 0.1875rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 1px #f9f9f9, 0 0 0 0.2rem rgba(0, 161, 224, 0.25);
              box-shadow: 0 0 0 1px #f9f9f9, 0 0 0 0.2rem rgba(0, 161, 224, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #f9f9f9, 0 0 0 0.2rem rgba(0, 161, 224, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #f9f9f9, 0 0 0 0.2rem rgba(0, 161, 224, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #00a1e0;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #94e1ff; }
  .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: #00a1e0;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #94e1ff; }
  .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;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #00a1e0;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #94e1ff; }
  .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; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      -webkit-transition: none;
      transition: none; } }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 0 solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: 0; }
  .nav-tabs .nav-link {
    border: 0 solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .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: #f9f9f9;
    border-color: #dee2e6 #dee2e6 #f9f9f9; }
  .nav-tabs .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.1875rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #00a1e0; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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.1875rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.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: 543.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 544px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              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, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 768.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 769px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              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, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              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, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              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, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e3e3e3;
  border-radius: 0.1875rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.1875rem - 1px);
      border-top-right-radius: calc(0.1875rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.1875rem - 1px);
      border-bottom-left-radius: calc(0.1875rem - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  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: #fff;
  border-bottom: 1px solid #e3e3e3; }
  .card-header:first-child {
    border-radius: calc(0.1875rem - 1px) calc(0.1875rem - 1px) 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border-top: 1px solid #e3e3e3; }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.1875rem - 1px) calc(0.1875rem - 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;
  border-radius: calc(0.1875rem - 1px); }

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.1875rem - 1px);
  border-top-right-radius: calc(0.1875rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.1875rem - 1px);
  border-bottom-left-radius: calc(0.1875rem - 1px); }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 544px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 544px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .card-group > .card {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 544px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion {
  overflow-anchor: none; }
  .accordion > .card {
    overflow: hidden; }
    .accordion > .card:not(:last-of-type) {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .accordion > .card:not(:first-of-type) {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .accordion > .card > .card-header {
      border-radius: 0;
      margin-bottom: -1px; }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.1875rem; }

.breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.1875rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #444;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #1e1e1e;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #00a1e0;
  border-color: #00a1e0; }

.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.1875rem;
  border-bottom-left-radius: 0.1875rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem; }

.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.1875rem;
  border-bottom-left-radius: 0.1875rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem; }

.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.1875rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      -webkit-transition: none;
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .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: #00a1e0; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #007cad; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #008827; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #005518; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #e82318; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #ba1b13; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 35, 24, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(232, 35, 24, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.1875rem; }
  @media (min-width: 544px) {
    .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.1875rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #005474;
  background-color: #ccecf9;
  border-color: #b8e5f6; }
  .alert-primary hr {
    border-top-color: #a1ddf3; }
  .alert-primary .alert-link {
    color: #002f41; }

.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: #004714;
  background-color: #cce7d4;
  border-color: #b8dec3; }
  .alert-success hr {
    border-top-color: #a7d6b4; }
  .alert-success .alert-link {
    color: #001406; }

.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: #79120c;
  background-color: #fad3d1;
  border-color: #f9c1be; }
  .alert-danger hr {
    border-top-color: #f7aba7; }
  .alert-danger .alert-link {
    color: #4b0b07; }

.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; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.1875rem; }

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #00a1e0;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      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 {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
              animation: none; } }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.1875rem; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    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;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #00a1e0;
    border-color: #00a1e0; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.1875rem;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.1875rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 544px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0.1875rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0.1875rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 769px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0.1875rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0.1875rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0.1875rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0.1875rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0.1875rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0.1875rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #005474;
  background-color: #b8e5f6; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #005474;
    background-color: #a1ddf3; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #005474;
    border-color: #005474; }

.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: #004714;
  background-color: #b8dec3; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #004714;
    background-color: #a7d6b4; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #004714;
    border-color: #004714; }

.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: #79120c;
  background-color: #f9c1be; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #79120c;
    background-color: #f7aba7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #79120c;
    border-color: #79120c; }

.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 {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none; }
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); }

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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.1875rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.1875rem - 1px);
  border-top-right-radius: calc(0.1875rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.1875rem - 1px);
  border-bottom-left-radius: calc(0.1875rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 544px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: -webkit-min-content;
      height: -moz-min-content;
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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.1875rem; }

.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, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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.1875rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.1875rem; }
    .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); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 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-width: 0.5rem 0.5rem 0;
      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);
    width: 0.5rem;
    height: 1rem;
    margin: 0.1875rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 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-width: 0.5rem 0.5rem 0.5rem 0;
      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); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      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-width: 0 0.5rem 0.5rem 0.5rem;
      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);
    width: 0.5rem;
    height: 1rem;
    margin: 0.1875rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      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-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.1875rem - 1px);
  border-top-right-radius: calc(0.1875rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      -webkit-transition: none;
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      -webkit-transition: none;
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.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: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        -webkit-transition: none;
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.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: #00a1e0 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #007cad !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: #008827 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #005518 !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: #e82318 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ba1b13 !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: #00a1e0 !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #008827 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #e82318 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.1875rem !important; }

.rounded {
  border-radius: 0.1875rem !important; }

.rounded-top {
  border-top-left-radius: 0.1875rem !important;
  border-top-right-radius: 0.1875rem !important; }

.rounded-right {
  border-top-right-radius: 0.1875rem !important;
  border-bottom-right-radius: 0.1875rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.1875rem !important;
  border-bottom-left-radius: 0.1875rem !important; }

.rounded-left {
  border-top-left-radius: 0.1875rem !important;
  border-bottom-left-radius: 0.1875rem !important; }

.rounded-lg {
  border-radius: 0.1875rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 544px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 769px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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 {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 544px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 769px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 544px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 769px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .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; } }

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important; }

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important; }

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !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;
  margin: -1px;
  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 {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
          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; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 544px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 769px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !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: 544px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 769px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .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-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #00a1e0 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #006a94 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #008827 !important; }

a.text-success:hover, a.text-success:focus {
  color: #003c11 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #e82318 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a31810 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !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; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-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: 992px !important; }
  .container {
    min-width: 992px !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: #ccc; }
  .table .thead-dark th {
    color: inherit;
    border-color: #ccc; } }

.carousel .icon-prev,
.carousel .icon-next {
  background-color: #fff;
  font-size: 1.875em;
  height: 3rem;
  padding-top: 0.24em;
  width: 3rem; }
  .carousel .icon-prev::before,
  .carousel .icon-next::before {
    color: black;
    font-family: 'FontAwesome'; }

.carousel .icon-prev::before {
  content: '\F104'; }

.carousel .icon-next::before {
  content: '\F105'; }

.carousel .carousel-control-prev {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.carousel .carousel-control-next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.nav-tabs {
  border-bottom: 1px solid #ccc; }
  .nav-tabs .nav-link {
    font-size: 1.1rem;
    color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.active {
      border-bottom: 0.188em solid var(--skin-primary-color-1); }

.card {
  margin-bottom: 1em; }

.card-header h4 {
  margin-bottom: 0; }

.modal .modal-body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

dt {
  color: #495057;
  font-weight: normal; }

.custom-checkbox .custom-control-label::before {
  border: 1px solid black;
  background: #f9f9f9;
  /* For browsers that do not support gradients */
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ccc));
  background: linear-gradient(#f9f9f9, #ccc);
  /* Standard syntax */ }

.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='%23ff' 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-radio .custom-control-label::before {
  border: 1px solid black;
  background: #ccc;
  /* For browsers that do not support gradients */
  background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#666));
  background: linear-gradient(#ccc, #666);
  /* Standard syntax */ }

.form-control.is-invalid {
  background-image: none; }

.pull-left-xs {
  float: left; }

.pull-right-xs {
  float: right; }

@media (min-width: 544px) and (max-width: 768.98px) {
  .pull-left-sm {
    float: left; }
  .pull-right-sm {
    float: right; } }

@media (min-width: 769px) and (max-width: 991.98px) {
  .pull-left-md {
    float: left; }
  .pull-right-md {
    float: right; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .pull-left-lg {
    float: left; }
  .pull-right-lg {
    float: right; } }

@media (min-width: 1200px) {
  .pull-left-xl {
    float: left; }
  .pull-right-xl {
    float: right; } }

@media (max-width: 543.98px) {
  .hidden-xs-down {
    display: none !important; } }

@media (max-width: 768.98px) {
  .hidden-sm-down {
    display: none !important; } }

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important; } }

@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.row.equal-height > [class^="col"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000"; }

.fa-music:before {
  content: "\F001"; }

.fa-search:before {
  content: "\F002"; }

.fa-envelope-o:before {
  content: "\F003"; }

.fa-heart:before {
  content: "\F004"; }

.fa-star:before {
  content: "\F005"; }

.fa-star-o:before {
  content: "\F006"; }

.fa-user:before {
  content: "\F007"; }

.fa-film:before {
  content: "\F008"; }

.fa-th-large:before {
  content: "\F009"; }

.fa-th:before {
  content: "\F00A"; }

.fa-th-list:before {
  content: "\F00B"; }

.fa-check:before {
  content: "\F00C"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D"; }

.fa-search-plus:before {
  content: "\F00E"; }

.fa-search-minus:before {
  content: "\F010"; }

.fa-power-off:before {
  content: "\F011"; }

.fa-signal:before {
  content: "\F012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\F013"; }

.fa-trash-o:before {
  content: "\F014"; }

.fa-home:before {
  content: "\F015"; }

.fa-file-o:before {
  content: "\F016"; }

.fa-clock-o:before {
  content: "\F017"; }

.fa-road:before {
  content: "\F018"; }

.fa-download:before {
  content: "\F019"; }

.fa-arrow-circle-o-down:before {
  content: "\F01A"; }

.fa-arrow-circle-o-up:before {
  content: "\F01B"; }

.fa-inbox:before {
  content: "\F01C"; }

.fa-play-circle-o:before {
  content: "\F01D"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E"; }

.fa-refresh:before {
  content: "\F021"; }

.fa-list-alt:before {
  content: "\F022"; }

.fa-lock:before {
  content: "\F023"; }

.fa-flag:before {
  content: "\F024"; }

.fa-headphones:before {
  content: "\F025"; }

.fa-volume-off:before {
  content: "\F026"; }

.fa-volume-down:before {
  content: "\F027"; }

.fa-volume-up:before {
  content: "\F028"; }

.fa-qrcode:before {
  content: "\F029"; }

.fa-barcode:before {
  content: "\F02A"; }

.fa-tag:before {
  content: "\F02B"; }

.fa-tags:before {
  content: "\F02C"; }

.fa-book:before {
  content: "\F02D"; }

.fa-bookmark:before {
  content: "\F02E"; }

.fa-print:before {
  content: "\F02F"; }

.fa-camera:before {
  content: "\F030"; }

.fa-font:before {
  content: "\F031"; }

.fa-bold:before {
  content: "\F032"; }

.fa-italic:before {
  content: "\F033"; }

.fa-text-height:before {
  content: "\F034"; }

.fa-text-width:before {
  content: "\F035"; }

.fa-align-left:before {
  content: "\F036"; }

.fa-align-center:before {
  content: "\F037"; }

.fa-align-right:before {
  content: "\F038"; }

.fa-align-justify:before {
  content: "\F039"; }

.fa-list:before {
  content: "\F03A"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B"; }

.fa-indent:before {
  content: "\F03C"; }

.fa-video-camera:before {
  content: "\F03D"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E"; }

.fa-pencil:before {
  content: "\F040"; }

.fa-map-marker:before {
  content: "\F041"; }

.fa-adjust:before {
  content: "\F042"; }

.fa-tint:before {
  content: "\F043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044"; }

.fa-share-square-o:before {
  content: "\F045"; }

.fa-check-square-o:before {
  content: "\F046"; }

.fa-arrows:before {
  content: "\F047"; }

.fa-step-backward:before {
  content: "\F048"; }

.fa-fast-backward:before {
  content: "\F049"; }

.fa-backward:before {
  content: "\F04A"; }

.fa-play:before {
  content: "\F04B"; }

.fa-pause:before {
  content: "\F04C"; }

.fa-stop:before {
  content: "\F04D"; }

.fa-forward:before {
  content: "\F04E"; }

.fa-fast-forward:before {
  content: "\F050"; }

.fa-step-forward:before {
  content: "\F051"; }

.fa-eject:before {
  content: "\F052"; }

.fa-chevron-left:before {
  content: "\F053"; }

.fa-chevron-right:before {
  content: "\F054"; }

.fa-plus-circle:before {
  content: "\F055"; }

.fa-minus-circle:before {
  content: "\F056"; }

.fa-times-circle:before {
  content: "\F057"; }

.fa-check-circle:before {
  content: "\F058"; }

.fa-question-circle:before {
  content: "\F059"; }

.fa-info-circle:before {
  content: "\F05A"; }

.fa-crosshairs:before {
  content: "\F05B"; }

.fa-times-circle-o:before {
  content: "\F05C"; }

.fa-check-circle-o:before {
  content: "\F05D"; }

.fa-ban:before {
  content: "\F05E"; }

.fa-arrow-left:before {
  content: "\F060"; }

.fa-arrow-right:before {
  content: "\F061"; }

.fa-arrow-up:before {
  content: "\F062"; }

.fa-arrow-down:before {
  content: "\F063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064"; }

.fa-expand:before {
  content: "\F065"; }

.fa-compress:before {
  content: "\F066"; }

.fa-plus:before {
  content: "\F067"; }

.fa-minus:before {
  content: "\F068"; }

.fa-asterisk:before {
  content: "\F069"; }

.fa-exclamation-circle:before {
  content: "\F06A"; }

.fa-gift:before {
  content: "\F06B"; }

.fa-leaf:before {
  content: "\F06C"; }

.fa-fire:before {
  content: "\F06D"; }

.fa-eye:before {
  content: "\F06E"; }

.fa-eye-slash:before {
  content: "\F070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071"; }

.fa-plane:before {
  content: "\F072"; }

.fa-calendar:before {
  content: "\F073"; }

.fa-random:before {
  content: "\F074"; }

.fa-comment:before {
  content: "\F075"; }

.fa-magnet:before {
  content: "\F076"; }

.fa-chevron-up:before {
  content: "\F077"; }

.fa-chevron-down:before {
  content: "\F078"; }

.fa-retweet:before {
  content: "\F079"; }

.fa-shopping-cart:before {
  content: "\F07A"; }

.fa-folder:before {
  content: "\F07B"; }

.fa-folder-open:before {
  content: "\F07C"; }

.fa-arrows-v:before {
  content: "\F07D"; }

.fa-arrows-h:before {
  content: "\F07E"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080"; }

.fa-twitter-square:before {
  content: "\F081"; }

.fa-facebook-square:before {
  content: "\F082"; }

.fa-camera-retro:before {
  content: "\F083"; }

.fa-key:before {
  content: "\F084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\F085"; }

.fa-comments:before {
  content: "\F086"; }

.fa-thumbs-o-up:before {
  content: "\F087"; }

.fa-thumbs-o-down:before {
  content: "\F088"; }

.fa-star-half:before {
  content: "\F089"; }

.fa-heart-o:before {
  content: "\F08A"; }

.fa-sign-out:before {
  content: "\F08B"; }

.fa-linkedin-square:before {
  content: "\F08C"; }

.fa-thumb-tack:before {
  content: "\F08D"; }

.fa-external-link:before {
  content: "\F08E"; }

.fa-sign-in:before {
  content: "\F090"; }

.fa-trophy:before {
  content: "\F091"; }

.fa-github-square:before {
  content: "\F092"; }

.fa-upload:before {
  content: "\F093"; }

.fa-lemon-o:before {
  content: "\F094"; }

.fa-phone:before {
  content: "\F095"; }

.fa-square-o:before {
  content: "\F096"; }

.fa-bookmark-o:before {
  content: "\F097"; }

.fa-phone-square:before {
  content: "\F098"; }

.fa-twitter:before {
  content: "\F099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A"; }

.fa-github:before {
  content: "\F09B"; }

.fa-unlock:before {
  content: "\F09C"; }

.fa-credit-card:before {
  content: "\F09D"; }

.fa-feed:before,
.fa-rss:before {
  content: "\F09E"; }

.fa-hdd-o:before {
  content: "\F0A0"; }

.fa-bullhorn:before {
  content: "\F0A1"; }

.fa-bell:before {
  content: "\F0F3"; }

.fa-certificate:before {
  content: "\F0A3"; }

.fa-hand-o-right:before {
  content: "\F0A4"; }

.fa-hand-o-left:before {
  content: "\F0A5"; }

.fa-hand-o-up:before {
  content: "\F0A6"; }

.fa-hand-o-down:before {
  content: "\F0A7"; }

.fa-arrow-circle-left:before {
  content: "\F0A8"; }

.fa-arrow-circle-right:before {
  content: "\F0A9"; }

.fa-arrow-circle-up:before {
  content: "\F0AA"; }

.fa-arrow-circle-down:before {
  content: "\F0AB"; }

.fa-globe:before {
  content: "\F0AC"; }

.fa-wrench:before {
  content: "\F0AD"; }

.fa-tasks:before {
  content: "\F0AE"; }

.fa-filter:before {
  content: "\F0B0"; }

.fa-briefcase:before {
  content: "\F0B1"; }

.fa-arrows-alt:before {
  content: "\F0B2"; }

.fa-group:before,
.fa-users:before {
  content: "\F0C0"; }

.fa-chain:before,
.fa-link:before {
  content: "\F0C1"; }

.fa-cloud:before {
  content: "\F0C2"; }

.fa-flask:before {
  content: "\F0C3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5"; }

.fa-paperclip:before {
  content: "\F0C6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7"; }

.fa-square:before {
  content: "\F0C8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9"; }

.fa-list-ul:before {
  content: "\F0CA"; }

.fa-list-ol:before {
  content: "\F0CB"; }

.fa-strikethrough:before {
  content: "\F0CC"; }

.fa-underline:before {
  content: "\F0CD"; }

.fa-table:before {
  content: "\F0CE"; }

.fa-magic:before {
  content: "\F0D0"; }

.fa-truck:before {
  content: "\F0D1"; }

.fa-pinterest:before {
  content: "\F0D2"; }

.fa-pinterest-square:before {
  content: "\F0D3"; }

.fa-google-plus-square:before {
  content: "\F0D4"; }

.fa-google-plus:before {
  content: "\F0D5"; }

.fa-money:before {
  content: "\F0D6"; }

.fa-caret-down:before {
  content: "\F0D7"; }

.fa-caret-up:before {
  content: "\F0D8"; }

.fa-caret-left:before {
  content: "\F0D9"; }

.fa-caret-right:before {
  content: "\F0DA"; }

.fa-columns:before {
  content: "\F0DB"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE"; }

.fa-envelope:before {
  content: "\F0E0"; }

.fa-linkedin:before {
  content: "\F0E1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4"; }

.fa-comment-o:before {
  content: "\F0E5"; }

.fa-comments-o:before {
  content: "\F0E6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7"; }

.fa-sitemap:before {
  content: "\F0E8"; }

.fa-umbrella:before {
  content: "\F0E9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA"; }

.fa-lightbulb-o:before {
  content: "\F0EB"; }

.fa-exchange:before {
  content: "\F0EC"; }

.fa-cloud-download:before {
  content: "\F0ED"; }

.fa-cloud-upload:before {
  content: "\F0EE"; }

.fa-user-md:before {
  content: "\F0F0"; }

.fa-stethoscope:before {
  content: "\F0F1"; }

.fa-suitcase:before {
  content: "\F0F2"; }

.fa-bell-o:before {
  content: "\F0A2"; }

.fa-coffee:before {
  content: "\F0F4"; }

.fa-cutlery:before {
  content: "\F0F5"; }

.fa-file-text-o:before {
  content: "\F0F6"; }

.fa-building-o:before {
  content: "\F0F7"; }

.fa-hospital-o:before {
  content: "\F0F8"; }

.fa-ambulance:before {
  content: "\F0F9"; }

.fa-medkit:before {
  content: "\F0FA"; }

.fa-fighter-jet:before {
  content: "\F0FB"; }

.fa-beer:before {
  content: "\F0FC"; }

.fa-h-square:before {
  content: "\F0FD"; }

.fa-plus-square:before {
  content: "\F0FE"; }

.fa-angle-double-left:before {
  content: "\F100"; }

.fa-angle-double-right:before {
  content: "\F101"; }

.fa-angle-double-up:before {
  content: "\F102"; }

.fa-angle-double-down:before {
  content: "\F103"; }

.fa-angle-left:before {
  content: "\F104"; }

.fa-angle-right:before {
  content: "\F105"; }

.fa-angle-up:before {
  content: "\F106"; }

.fa-angle-down:before {
  content: "\F107"; }

.fa-desktop:before {
  content: "\F108"; }

.fa-laptop:before {
  content: "\F109"; }

.fa-tablet:before {
  content: "\F10A"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B"; }

.fa-circle-o:before {
  content: "\F10C"; }

.fa-quote-left:before {
  content: "\F10D"; }

.fa-quote-right:before {
  content: "\F10E"; }

.fa-spinner:before {
  content: "\F110"; }

.fa-circle:before {
  content: "\F111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112"; }

.fa-github-alt:before {
  content: "\F113"; }

.fa-folder-o:before {
  content: "\F114"; }

.fa-folder-open-o:before {
  content: "\F115"; }

.fa-smile-o:before {
  content: "\F118"; }

.fa-frown-o:before {
  content: "\F119"; }

.fa-meh-o:before {
  content: "\F11A"; }

.fa-gamepad:before {
  content: "\F11B"; }

.fa-keyboard-o:before {
  content: "\F11C"; }

.fa-flag-o:before {
  content: "\F11D"; }

.fa-flag-checkered:before {
  content: "\F11E"; }

.fa-terminal:before {
  content: "\F120"; }

.fa-code:before {
  content: "\F121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123"; }

.fa-location-arrow:before {
  content: "\F124"; }

.fa-crop:before {
  content: "\F125"; }

.fa-code-fork:before {
  content: "\F126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127"; }

.fa-question:before {
  content: "\F128"; }

.fa-info:before {
  content: "\F129"; }

.fa-exclamation:before {
  content: "\F12A"; }

.fa-superscript:before {
  content: "\F12B"; }

.fa-subscript:before {
  content: "\F12C"; }

.fa-eraser:before {
  content: "\F12D"; }

.fa-puzzle-piece:before {
  content: "\F12E"; }

.fa-microphone:before {
  content: "\F130"; }

.fa-microphone-slash:before {
  content: "\F131"; }

.fa-shield:before {
  content: "\F132"; }

.fa-calendar-o:before {
  content: "\F133"; }

.fa-fire-extinguisher:before {
  content: "\F134"; }

.fa-rocket:before {
  content: "\F135"; }

.fa-maxcdn:before {
  content: "\F136"; }

.fa-chevron-circle-left:before {
  content: "\F137"; }

.fa-chevron-circle-right:before {
  content: "\F138"; }

.fa-chevron-circle-up:before {
  content: "\F139"; }

.fa-chevron-circle-down:before {
  content: "\F13A"; }

.fa-html5:before {
  content: "\F13B"; }

.fa-css3:before {
  content: "\F13C"; }

.fa-anchor:before {
  content: "\F13D"; }

.fa-unlock-alt:before {
  content: "\F13E"; }

.fa-bullseye:before {
  content: "\F140"; }

.fa-ellipsis-h:before {
  content: "\F141"; }

.fa-ellipsis-v:before {
  content: "\F142"; }

.fa-rss-square:before {
  content: "\F143"; }

.fa-play-circle:before {
  content: "\F144"; }

.fa-ticket:before {
  content: "\F145"; }

.fa-minus-square:before {
  content: "\F146"; }

.fa-minus-square-o:before {
  content: "\F147"; }

.fa-level-up:before {
  content: "\F148"; }

.fa-level-down:before {
  content: "\F149"; }

.fa-check-square:before {
  content: "\F14A"; }

.fa-pencil-square:before {
  content: "\F14B"; }

.fa-external-link-square:before {
  content: "\F14C"; }

.fa-share-square:before {
  content: "\F14D"; }

.fa-compass:before {
  content: "\F14E"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\F153"; }

.fa-gbp:before {
  content: "\F154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\F155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\F156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158"; }

.fa-won:before,
.fa-krw:before {
  content: "\F159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A"; }

.fa-file:before {
  content: "\F15B"; }

.fa-file-text:before {
  content: "\F15C"; }

.fa-sort-alpha-asc:before {
  content: "\F15D"; }

.fa-sort-alpha-desc:before {
  content: "\F15E"; }

.fa-sort-amount-asc:before {
  content: "\F160"; }

.fa-sort-amount-desc:before {
  content: "\F161"; }

.fa-sort-numeric-asc:before {
  content: "\F162"; }

.fa-sort-numeric-desc:before {
  content: "\F163"; }

.fa-thumbs-up:before {
  content: "\F164"; }

.fa-thumbs-down:before {
  content: "\F165"; }

.fa-youtube-square:before {
  content: "\F166"; }

.fa-youtube:before {
  content: "\F167"; }

.fa-xing:before {
  content: "\F168"; }

.fa-xing-square:before {
  content: "\F169"; }

.fa-youtube-play:before {
  content: "\F16A"; }

.fa-dropbox:before {
  content: "\F16B"; }

.fa-stack-overflow:before {
  content: "\F16C"; }

.fa-instagram:before {
  content: "\F16D"; }

.fa-flickr:before {
  content: "\F16E"; }

.fa-adn:before {
  content: "\F170"; }

.fa-bitbucket:before {
  content: "\F171"; }

.fa-bitbucket-square:before {
  content: "\F172"; }

.fa-tumblr:before {
  content: "\F173"; }

.fa-tumblr-square:before {
  content: "\F174"; }

.fa-long-arrow-down:before {
  content: "\F175"; }

.fa-long-arrow-up:before {
  content: "\F176"; }

.fa-long-arrow-left:before {
  content: "\F177"; }

.fa-long-arrow-right:before {
  content: "\F178"; }

.fa-apple:before {
  content: "\F179"; }

.fa-windows:before {
  content: "\F17A"; }

.fa-android:before {
  content: "\F17B"; }

.fa-linux:before {
  content: "\F17C"; }

.fa-dribbble:before {
  content: "\F17D"; }

.fa-skype:before {
  content: "\F17E"; }

.fa-foursquare:before {
  content: "\F180"; }

.fa-trello:before {
  content: "\F181"; }

.fa-female:before {
  content: "\F182"; }

.fa-male:before {
  content: "\F183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184"; }

.fa-sun-o:before {
  content: "\F185"; }

.fa-moon-o:before {
  content: "\F186"; }

.fa-archive:before {
  content: "\F187"; }

.fa-bug:before {
  content: "\F188"; }

.fa-vk:before {
  content: "\F189"; }

.fa-weibo:before {
  content: "\F18A"; }

.fa-renren:before {
  content: "\F18B"; }

.fa-pagelines:before {
  content: "\F18C"; }

.fa-stack-exchange:before {
  content: "\F18D"; }

.fa-arrow-circle-o-right:before {
  content: "\F18E"; }

.fa-arrow-circle-o-left:before {
  content: "\F190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191"; }

.fa-dot-circle-o:before {
  content: "\F192"; }

.fa-wheelchair:before {
  content: "\F193"; }

.fa-vimeo-square:before {
  content: "\F194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195"; }

.fa-plus-square-o:before {
  content: "\F196"; }

.fa-space-shuttle:before {
  content: "\F197"; }

.fa-slack:before {
  content: "\F198"; }

.fa-envelope-square:before {
  content: "\F199"; }

.fa-wordpress:before {
  content: "\F19A"; }

.fa-openid:before {
  content: "\F19B"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D"; }

.fa-yahoo:before {
  content: "\F19E"; }

.fa-google:before {
  content: "\F1A0"; }

.fa-reddit:before {
  content: "\F1A1"; }

.fa-reddit-square:before {
  content: "\F1A2"; }

.fa-stumbleupon-circle:before {
  content: "\F1A3"; }

.fa-stumbleupon:before {
  content: "\F1A4"; }

.fa-delicious:before {
  content: "\F1A5"; }

.fa-digg:before {
  content: "\F1A6"; }

.fa-pied-piper-pp:before {
  content: "\F1A7"; }

.fa-pied-piper-alt:before {
  content: "\F1A8"; }

.fa-drupal:before {
  content: "\F1A9"; }

.fa-joomla:before {
  content: "\F1AA"; }

.fa-language:before {
  content: "\F1AB"; }

.fa-fax:before {
  content: "\F1AC"; }

.fa-building:before {
  content: "\F1AD"; }

.fa-child:before {
  content: "\F1AE"; }

.fa-paw:before {
  content: "\F1B0"; }

.fa-spoon:before {
  content: "\F1B1"; }

.fa-cube:before {
  content: "\F1B2"; }

.fa-cubes:before {
  content: "\F1B3"; }

.fa-behance:before {
  content: "\F1B4"; }

.fa-behance-square:before {
  content: "\F1B5"; }

.fa-steam:before {
  content: "\F1B6"; }

.fa-steam-square:before {
  content: "\F1B7"; }

.fa-recycle:before {
  content: "\F1B8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA"; }

.fa-tree:before {
  content: "\F1BB"; }

.fa-spotify:before {
  content: "\F1BC"; }

.fa-deviantart:before {
  content: "\F1BD"; }

.fa-soundcloud:before {
  content: "\F1BE"; }

.fa-database:before {
  content: "\F1C0"; }

.fa-file-pdf-o:before {
  content: "\F1C1"; }

.fa-file-word-o:before {
  content: "\F1C2"; }

.fa-file-excel-o:before {
  content: "\F1C3"; }

.fa-file-powerpoint-o:before {
  content: "\F1C4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8"; }

.fa-file-code-o:before {
  content: "\F1C9"; }

.fa-vine:before {
  content: "\F1CA"; }

.fa-codepen:before {
  content: "\F1CB"; }

.fa-jsfiddle:before {
  content: "\F1CC"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD"; }

.fa-circle-o-notch:before {
  content: "\F1CE"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1"; }

.fa-git-square:before {
  content: "\F1D2"; }

.fa-git:before {
  content: "\F1D3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4"; }

.fa-tencent-weibo:before {
  content: "\F1D5"; }

.fa-qq:before {
  content: "\F1D6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9"; }

.fa-history:before {
  content: "\F1DA"; }

.fa-circle-thin:before {
  content: "\F1DB"; }

.fa-header:before {
  content: "\F1DC"; }

.fa-paragraph:before {
  content: "\F1DD"; }

.fa-sliders:before {
  content: "\F1DE"; }

.fa-share-alt:before {
  content: "\F1E0"; }

.fa-share-alt-square:before {
  content: "\F1E1"; }

.fa-bomb:before {
  content: "\F1E2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3"; }

.fa-tty:before {
  content: "\F1E4"; }

.fa-binoculars:before {
  content: "\F1E5"; }

.fa-plug:before {
  content: "\F1E6"; }

.fa-slideshare:before {
  content: "\F1E7"; }

.fa-twitch:before {
  content: "\F1E8"; }

.fa-yelp:before {
  content: "\F1E9"; }

.fa-newspaper-o:before {
  content: "\F1EA"; }

.fa-wifi:before {
  content: "\F1EB"; }

.fa-calculator:before {
  content: "\F1EC"; }

.fa-paypal:before {
  content: "\F1ED"; }

.fa-google-wallet:before {
  content: "\F1EE"; }

.fa-cc-visa:before {
  content: "\F1F0"; }

.fa-cc-mastercard:before {
  content: "\F1F1"; }

.fa-cc-discover:before {
  content: "\F1F2"; }

.fa-cc-amex:before {
  content: "\F1F3"; }

.fa-cc-paypal:before {
  content: "\F1F4"; }

.fa-cc-stripe:before {
  content: "\F1F5"; }

.fa-bell-slash:before {
  content: "\F1F6"; }

.fa-bell-slash-o:before {
  content: "\F1F7"; }

.fa-trash:before {
  content: "\F1F8"; }

.fa-copyright:before {
  content: "\F1F9"; }

.fa-at:before {
  content: "\F1FA"; }

.fa-eyedropper:before {
  content: "\F1FB"; }

.fa-paint-brush:before {
  content: "\F1FC"; }

.fa-birthday-cake:before {
  content: "\F1FD"; }

.fa-area-chart:before {
  content: "\F1FE"; }

.fa-pie-chart:before {
  content: "\F200"; }

.fa-line-chart:before {
  content: "\F201"; }

.fa-lastfm:before {
  content: "\F202"; }

.fa-lastfm-square:before {
  content: "\F203"; }

.fa-toggle-off:before {
  content: "\F204"; }

.fa-toggle-on:before {
  content: "\F205"; }

.fa-bicycle:before {
  content: "\F206"; }

.fa-bus:before {
  content: "\F207"; }

.fa-ioxhost:before {
  content: "\F208"; }

.fa-angellist:before {
  content: "\F209"; }

.fa-cc:before {
  content: "\F20A"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B"; }

.fa-meanpath:before {
  content: "\F20C"; }

.fa-buysellads:before {
  content: "\F20D"; }

.fa-connectdevelop:before {
  content: "\F20E"; }

.fa-dashcube:before {
  content: "\F210"; }

.fa-forumbee:before {
  content: "\F211"; }

.fa-leanpub:before {
  content: "\F212"; }

.fa-sellsy:before {
  content: "\F213"; }

.fa-shirtsinbulk:before {
  content: "\F214"; }

.fa-simplybuilt:before {
  content: "\F215"; }

.fa-skyatlas:before {
  content: "\F216"; }

.fa-cart-plus:before {
  content: "\F217"; }

.fa-cart-arrow-down:before {
  content: "\F218"; }

.fa-diamond:before {
  content: "\F219"; }

.fa-ship:before {
  content: "\F21A"; }

.fa-user-secret:before {
  content: "\F21B"; }

.fa-motorcycle:before {
  content: "\F21C"; }

.fa-street-view:before {
  content: "\F21D"; }

.fa-heartbeat:before {
  content: "\F21E"; }

.fa-venus:before {
  content: "\F221"; }

.fa-mars:before {
  content: "\F222"; }

.fa-mercury:before {
  content: "\F223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224"; }

.fa-transgender-alt:before {
  content: "\F225"; }

.fa-venus-double:before {
  content: "\F226"; }

.fa-mars-double:before {
  content: "\F227"; }

.fa-venus-mars:before {
  content: "\F228"; }

.fa-mars-stroke:before {
  content: "\F229"; }

.fa-mars-stroke-v:before {
  content: "\F22A"; }

.fa-mars-stroke-h:before {
  content: "\F22B"; }

.fa-neuter:before {
  content: "\F22C"; }

.fa-genderless:before {
  content: "\F22D"; }

.fa-facebook-official:before {
  content: "\F230"; }

.fa-pinterest-p:before {
  content: "\F231"; }

.fa-whatsapp:before {
  content: "\F232"; }

.fa-server:before {
  content: "\F233"; }

.fa-user-plus:before {
  content: "\F234"; }

.fa-user-times:before {
  content: "\F235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\F236"; }

.fa-viacoin:before {
  content: "\F237"; }

.fa-train:before {
  content: "\F238"; }

.fa-subway:before {
  content: "\F239"; }

.fa-medium:before {
  content: "\F23A"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B"; }

.fa-optin-monster:before {
  content: "\F23C"; }

.fa-opencart:before {
  content: "\F23D"; }

.fa-expeditedssl:before {
  content: "\F23E"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244"; }

.fa-mouse-pointer:before {
  content: "\F245"; }

.fa-i-cursor:before {
  content: "\F246"; }

.fa-object-group:before {
  content: "\F247"; }

.fa-object-ungroup:before {
  content: "\F248"; }

.fa-sticky-note:before {
  content: "\F249"; }

.fa-sticky-note-o:before {
  content: "\F24A"; }

.fa-cc-jcb:before {
  content: "\F24B"; }

.fa-cc-diners-club:before {
  content: "\F24C"; }

.fa-clone:before {
  content: "\F24D"; }

.fa-balance-scale:before {
  content: "\F24E"; }

.fa-hourglass-o:before {
  content: "\F250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253"; }

.fa-hourglass:before {
  content: "\F254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256"; }

.fa-hand-scissors-o:before {
  content: "\F257"; }

.fa-hand-lizard-o:before {
  content: "\F258"; }

.fa-hand-spock-o:before {
  content: "\F259"; }

.fa-hand-pointer-o:before {
  content: "\F25A"; }

.fa-hand-peace-o:before {
  content: "\F25B"; }

.fa-trademark:before {
  content: "\F25C"; }

.fa-registered:before {
  content: "\F25D"; }

.fa-creative-commons:before {
  content: "\F25E"; }

.fa-gg:before {
  content: "\F260"; }

.fa-gg-circle:before {
  content: "\F261"; }

.fa-tripadvisor:before {
  content: "\F262"; }

.fa-odnoklassniki:before {
  content: "\F263"; }

.fa-odnoklassniki-square:before {
  content: "\F264"; }

.fa-get-pocket:before {
  content: "\F265"; }

.fa-wikipedia-w:before {
  content: "\F266"; }

.fa-safari:before {
  content: "\F267"; }

.fa-chrome:before {
  content: "\F268"; }

.fa-firefox:before {
  content: "\F269"; }

.fa-opera:before {
  content: "\F26A"; }

.fa-internet-explorer:before {
  content: "\F26B"; }

.fa-tv:before,
.fa-television:before {
  content: "\F26C"; }

.fa-contao:before {
  content: "\F26D"; }

.fa-500px:before {
  content: "\F26E"; }

.fa-amazon:before {
  content: "\F270"; }

.fa-calendar-plus-o:before {
  content: "\F271"; }

.fa-calendar-minus-o:before {
  content: "\F272"; }

.fa-calendar-times-o:before {
  content: "\F273"; }

.fa-calendar-check-o:before {
  content: "\F274"; }

.fa-industry:before {
  content: "\F275"; }

.fa-map-pin:before {
  content: "\F276"; }

.fa-map-signs:before {
  content: "\F277"; }

.fa-map-o:before {
  content: "\F278"; }

.fa-map:before {
  content: "\F279"; }

.fa-commenting:before {
  content: "\F27A"; }

.fa-commenting-o:before {
  content: "\F27B"; }

.fa-houzz:before {
  content: "\F27C"; }

.fa-vimeo:before {
  content: "\F27D"; }

.fa-black-tie:before {
  content: "\F27E"; }

.fa-fonticons:before {
  content: "\F280"; }

.fa-reddit-alien:before {
  content: "\F281"; }

.fa-edge:before {
  content: "\F282"; }

.fa-credit-card-alt:before {
  content: "\F283"; }

.fa-codiepie:before {
  content: "\F284"; }

.fa-modx:before {
  content: "\F285"; }

.fa-fort-awesome:before {
  content: "\F286"; }

.fa-usb:before {
  content: "\F287"; }

.fa-product-hunt:before {
  content: "\F288"; }

.fa-mixcloud:before {
  content: "\F289"; }

.fa-scribd:before {
  content: "\F28A"; }

.fa-pause-circle:before {
  content: "\F28B"; }

.fa-pause-circle-o:before {
  content: "\F28C"; }

.fa-stop-circle:before {
  content: "\F28D"; }

.fa-stop-circle-o:before {
  content: "\F28E"; }

.fa-shopping-bag:before {
  content: "\F290"; }

.fa-shopping-basket:before {
  content: "\F291"; }

.fa-hashtag:before {
  content: "\F292"; }

.fa-bluetooth:before {
  content: "\F293"; }

.fa-bluetooth-b:before {
  content: "\F294"; }

.fa-percent:before {
  content: "\F295"; }

.fa-gitlab:before {
  content: "\F296"; }

.fa-wpbeginner:before {
  content: "\F297"; }

.fa-wpforms:before {
  content: "\F298"; }

.fa-envira:before {
  content: "\F299"; }

.fa-universal-access:before {
  content: "\F29A"; }

.fa-wheelchair-alt:before {
  content: "\F29B"; }

.fa-question-circle-o:before {
  content: "\F29C"; }

.fa-blind:before {
  content: "\F29D"; }

.fa-audio-description:before {
  content: "\F29E"; }

.fa-volume-control-phone:before {
  content: "\F2A0"; }

.fa-braille:before {
  content: "\F2A1"; }

.fa-assistive-listening-systems:before {
  content: "\F2A2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4"; }

.fa-glide:before {
  content: "\F2A5"; }

.fa-glide-g:before {
  content: "\F2A6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7"; }

.fa-low-vision:before {
  content: "\F2A8"; }

.fa-viadeo:before {
  content: "\F2A9"; }

.fa-viadeo-square:before {
  content: "\F2AA"; }

.fa-snapchat:before {
  content: "\F2AB"; }

.fa-snapchat-ghost:before {
  content: "\F2AC"; }

.fa-snapchat-square:before {
  content: "\F2AD"; }

.fa-pied-piper:before {
  content: "\F2AE"; }

.fa-first-order:before {
  content: "\F2B0"; }

.fa-yoast:before {
  content: "\F2B1"; }

.fa-themeisle:before {
  content: "\F2B2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4"; }

.fa-handshake-o:before {
  content: "\F2B5"; }

.fa-envelope-open:before {
  content: "\F2B6"; }

.fa-envelope-open-o:before {
  content: "\F2B7"; }

.fa-linode:before {
  content: "\F2B8"; }

.fa-address-book:before {
  content: "\F2B9"; }

.fa-address-book-o:before {
  content: "\F2BA"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC"; }

.fa-user-circle:before {
  content: "\F2BD"; }

.fa-user-circle-o:before {
  content: "\F2BE"; }

.fa-user-o:before {
  content: "\F2C0"; }

.fa-id-badge:before {
  content: "\F2C1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3"; }

.fa-quora:before {
  content: "\F2C4"; }

.fa-free-code-camp:before {
  content: "\F2C5"; }

.fa-telegram:before {
  content: "\F2C6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB"; }

.fa-shower:before {
  content: "\F2CC"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD"; }

.fa-podcast:before {
  content: "\F2CE"; }

.fa-window-maximize:before {
  content: "\F2D0"; }

.fa-window-minimize:before {
  content: "\F2D1"; }

.fa-window-restore:before {
  content: "\F2D2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4"; }

.fa-bandcamp:before {
  content: "\F2D5"; }

.fa-grav:before {
  content: "\F2D6"; }

.fa-etsy:before {
  content: "\F2D7"; }

.fa-imdb:before {
  content: "\F2D8"; }

.fa-ravelry:before {
  content: "\F2D9"; }

.fa-eercast:before {
  content: "\F2DA"; }

.fa-microchip:before {
  content: "\F2DB"; }

.fa-snowflake-o:before {
  content: "\F2DC"; }

.fa-superpowers:before {
  content: "\F2DD"; }

.fa-wpexplorer:before {
  content: "\F2DE"; }

.fa-meetup:before {
  content: "\F2E0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.flag-icon-background, .flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat; }

.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.33333em;
  line-height: 1em; }
  .flag-icon:before {
    content: '\A0'; }
  .flag-icon.flag-icon-squared {
    width: 1em; }

.flag-icon-ad {
  background-image: url(../fonts/flags//4x3/ad.svg); }
  .flag-icon-ad.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ad.svg); }

.flag-icon-ae {
  background-image: url(../fonts/flags//4x3/ae.svg); }
  .flag-icon-ae.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ae.svg); }

.flag-icon-af {
  background-image: url(../fonts/flags//4x3/af.svg); }
  .flag-icon-af.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/af.svg); }

.flag-icon-ag {
  background-image: url(../fonts/flags//4x3/ag.svg); }
  .flag-icon-ag.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ag.svg); }

.flag-icon-ai {
  background-image: url(../fonts/flags//4x3/ai.svg); }
  .flag-icon-ai.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ai.svg); }

.flag-icon-al {
  background-image: url(../fonts/flags//4x3/al.svg); }
  .flag-icon-al.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/al.svg); }

.flag-icon-am {
  background-image: url(../fonts/flags//4x3/am.svg); }
  .flag-icon-am.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/am.svg); }

.flag-icon-ao {
  background-image: url(../fonts/flags//4x3/ao.svg); }
  .flag-icon-ao.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ao.svg); }

.flag-icon-aq {
  background-image: url(../fonts/flags//4x3/aq.svg); }
  .flag-icon-aq.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/aq.svg); }

.flag-icon-ar {
  background-image: url(../fonts/flags//4x3/ar.svg); }
  .flag-icon-ar.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ar.svg); }

.flag-icon-as {
  background-image: url(../fonts/flags//4x3/as.svg); }
  .flag-icon-as.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/as.svg); }

.flag-icon-at {
  background-image: url(../fonts/flags//4x3/at.svg); }
  .flag-icon-at.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/at.svg); }

.flag-icon-au {
  background-image: url(../fonts/flags//4x3/au.svg); }
  .flag-icon-au.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/au.svg); }

.flag-icon-aw {
  background-image: url(../fonts/flags//4x3/aw.svg); }
  .flag-icon-aw.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/aw.svg); }

.flag-icon-ax {
  background-image: url(../fonts/flags//4x3/ax.svg); }
  .flag-icon-ax.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ax.svg); }

.flag-icon-az {
  background-image: url(../fonts/flags//4x3/az.svg); }
  .flag-icon-az.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/az.svg); }

.flag-icon-ba {
  background-image: url(../fonts/flags//4x3/ba.svg); }
  .flag-icon-ba.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ba.svg); }

.flag-icon-bb {
  background-image: url(../fonts/flags//4x3/bb.svg); }
  .flag-icon-bb.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bb.svg); }

.flag-icon-bd {
  background-image: url(../fonts/flags//4x3/bd.svg); }
  .flag-icon-bd.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bd.svg); }

.flag-icon-be {
  background-image: url(../fonts/flags//4x3/be.svg); }
  .flag-icon-be.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/be.svg); }

.flag-icon-bf {
  background-image: url(../fonts/flags//4x3/bf.svg); }
  .flag-icon-bf.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bf.svg); }

.flag-icon-bg {
  background-image: url(../fonts/flags//4x3/bg.svg); }
  .flag-icon-bg.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bg.svg); }

.flag-icon-bh {
  background-image: url(../fonts/flags//4x3/bh.svg); }
  .flag-icon-bh.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bh.svg); }

.flag-icon-bi {
  background-image: url(../fonts/flags//4x3/bi.svg); }
  .flag-icon-bi.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bi.svg); }

.flag-icon-bj {
  background-image: url(../fonts/flags//4x3/bj.svg); }
  .flag-icon-bj.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bj.svg); }

.flag-icon-bl {
  background-image: url(../fonts/flags//4x3/bl.svg); }
  .flag-icon-bl.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bl.svg); }

.flag-icon-bm {
  background-image: url(../fonts/flags//4x3/bm.svg); }
  .flag-icon-bm.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bm.svg); }

.flag-icon-bn {
  background-image: url(../fonts/flags//4x3/bn.svg); }
  .flag-icon-bn.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bn.svg); }

.flag-icon-bo {
  background-image: url(../fonts/flags//4x3/bo.svg); }
  .flag-icon-bo.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bo.svg); }

.flag-icon-bq {
  background-image: url(../fonts/flags//4x3/bq.svg); }
  .flag-icon-bq.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bq.svg); }

.flag-icon-br {
  background-image: url(../fonts/flags//4x3/br.svg); }
  .flag-icon-br.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/br.svg); }

.flag-icon-bs {
  background-image: url(../fonts/flags//4x3/bs.svg); }
  .flag-icon-bs.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bs.svg); }

.flag-icon-bt {
  background-image: url(../fonts/flags//4x3/bt.svg); }
  .flag-icon-bt.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bt.svg); }

.flag-icon-bv {
  background-image: url(../fonts/flags//4x3/bv.svg); }
  .flag-icon-bv.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bv.svg); }

.flag-icon-bw {
  background-image: url(../fonts/flags//4x3/bw.svg); }
  .flag-icon-bw.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bw.svg); }

.flag-icon-by {
  background-image: url(../fonts/flags//4x3/by.svg); }
  .flag-icon-by.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/by.svg); }

.flag-icon-bz {
  background-image: url(../fonts/flags//4x3/bz.svg); }
  .flag-icon-bz.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bz.svg); }

.flag-icon-ca {
  background-image: url(../fonts/flags//4x3/ca.svg); }
  .flag-icon-ca.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ca.svg); }

.flag-icon-cc {
  background-image: url(../fonts/flags//4x3/cc.svg); }
  .flag-icon-cc.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/cc.svg); }

.flag-icon-cd {
  background-image: url(../fonts/flags//4x3/cd.svg); }
  .flag-icon-cd.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/cd.svg); }

.flag-icon-cf {
  background-image: url(../fonts/flags//4x3/cf.svg); }
  .flag-icon-cf.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/cf.svg); }

.flag-icon-cg {
  background-image: url(../fonts/flags//4x3/cg.svg); }
  .flag-icon-cg.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/cg.svg); }

.flag-icon-ch {
  background-image: url(../fonts/flags//4x3/ch.svg); }
  .flag-icon-ch.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ch.svg); }

.flag-icon-ci {
  background-image: url(../fonts/flags//4x3/ci.svg); }
  .flag-icon-ci.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ci.svg); }

.flag-icon-ck {
  background-image: url(../fonts/flags//4x3/ck.svg); }
  .flag-icon-ck.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ck.svg); }

.flag-icon-cl {
  background-image: url(../fonts/flags//4x3/cl.svg); }
  .flag-icon-cl.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/cl.svg); }

.flag-icon-cm {
  background-image: url(../fonts/flags//4x3/cm.svg); }
  .flag-icon-cm.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/cm.svg); }

.flag-icon-cn {
  background-image: url(../fonts/flags//4x3/cn.svg); }
  .flag-icon-cn.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/cn.svg); }

.flag-icon-co {
  background-image: url(../fonts/flags//4x3/co.svg); }
  .flag-icon-co.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/co.svg); }

.flag-icon-cr {
  background-image: url(../fonts/flags//4x3/cr.svg); }
  .flag-icon-cr.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/cr.svg); }

.flag-icon-cu {
  background-image: url(../fonts/flags//4x3/cu.svg); }
  .flag-icon-cu.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/cu.svg); }

.flag-icon-cv {
  background-image: url(../fonts/flags//4x3/cv.svg); }
  .flag-icon-cv.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/cv.svg); }

.flag-icon-cw {
  background-image: url(../fonts/flags//4x3/cw.svg); }
  .flag-icon-cw.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/cw.svg); }

.flag-icon-cx {
  background-image: url(../fonts/flags//4x3/cx.svg); }
  .flag-icon-cx.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/cx.svg); }

.flag-icon-cy {
  background-image: url(../fonts/flags//4x3/cy.svg); }
  .flag-icon-cy.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/cy.svg); }

.flag-icon-cz {
  background-image: url(../fonts/flags//4x3/cz.svg); }
  .flag-icon-cz.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/cz.svg); }

.flag-icon-de {
  background-image: url(../fonts/flags//4x3/de.svg); }
  .flag-icon-de.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/de.svg); }

.flag-icon-dj {
  background-image: url(../fonts/flags//4x3/dj.svg); }
  .flag-icon-dj.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/dj.svg); }

.flag-icon-dk {
  background-image: url(../fonts/flags//4x3/dk.svg); }
  .flag-icon-dk.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/dk.svg); }

.flag-icon-dm {
  background-image: url(../fonts/flags//4x3/dm.svg); }
  .flag-icon-dm.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/dm.svg); }

.flag-icon-do {
  background-image: url(../fonts/flags//4x3/do.svg); }
  .flag-icon-do.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/do.svg); }

.flag-icon-dz {
  background-image: url(../fonts/flags//4x3/dz.svg); }
  .flag-icon-dz.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/dz.svg); }

.flag-icon-ec {
  background-image: url(../fonts/flags//4x3/ec.svg); }
  .flag-icon-ec.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ec.svg); }

.flag-icon-ee {
  background-image: url(../fonts/flags//4x3/ee.svg); }
  .flag-icon-ee.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ee.svg); }

.flag-icon-eg {
  background-image: url(../fonts/flags//4x3/eg.svg); }
  .flag-icon-eg.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/eg.svg); }

.flag-icon-eh {
  background-image: url(../fonts/flags//4x3/eh.svg); }
  .flag-icon-eh.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/eh.svg); }

.flag-icon-er {
  background-image: url(../fonts/flags//4x3/er.svg); }
  .flag-icon-er.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/er.svg); }

.flag-icon-es {
  background-image: url(../fonts/flags//4x3/es.svg); }
  .flag-icon-es.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/es.svg); }

.flag-icon-et {
  background-image: url(../fonts/flags//4x3/et.svg); }
  .flag-icon-et.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/et.svg); }

.flag-icon-fi {
  background-image: url(../fonts/flags//4x3/fi.svg); }
  .flag-icon-fi.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/fi.svg); }

.flag-icon-fj {
  background-image: url(../fonts/flags//4x3/fj.svg); }
  .flag-icon-fj.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/fj.svg); }

.flag-icon-fk {
  background-image: url(../fonts/flags//4x3/fk.svg); }
  .flag-icon-fk.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/fk.svg); }

.flag-icon-fm {
  background-image: url(../fonts/flags//4x3/fm.svg); }
  .flag-icon-fm.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/fm.svg); }

.flag-icon-fo {
  background-image: url(../fonts/flags//4x3/fo.svg); }
  .flag-icon-fo.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/fo.svg); }

.flag-icon-fr {
  background-image: url(../fonts/flags//4x3/fr.svg); }
  .flag-icon-fr.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/fr.svg); }

.flag-icon-ga {
  background-image: url(../fonts/flags//4x3/ga.svg); }
  .flag-icon-ga.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ga.svg); }

.flag-icon-gb {
  background-image: url(../fonts/flags//4x3/gb.svg); }
  .flag-icon-gb.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gb.svg); }

.flag-icon-gd {
  background-image: url(../fonts/flags//4x3/gd.svg); }
  .flag-icon-gd.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gd.svg); }

.flag-icon-ge {
  background-image: url(../fonts/flags//4x3/ge.svg); }
  .flag-icon-ge.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ge.svg); }

.flag-icon-gf {
  background-image: url(../fonts/flags//4x3/gf.svg); }
  .flag-icon-gf.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gf.svg); }

.flag-icon-gg {
  background-image: url(../fonts/flags//4x3/gg.svg); }
  .flag-icon-gg.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gg.svg); }

.flag-icon-gh {
  background-image: url(../fonts/flags//4x3/gh.svg); }
  .flag-icon-gh.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gh.svg); }

.flag-icon-gi {
  background-image: url(../fonts/flags//4x3/gi.svg); }
  .flag-icon-gi.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gi.svg); }

.flag-icon-gl {
  background-image: url(../fonts/flags//4x3/gl.svg); }
  .flag-icon-gl.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gl.svg); }

.flag-icon-gm {
  background-image: url(../fonts/flags//4x3/gm.svg); }
  .flag-icon-gm.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gm.svg); }

.flag-icon-gn {
  background-image: url(../fonts/flags//4x3/gn.svg); }
  .flag-icon-gn.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gn.svg); }

.flag-icon-gp {
  background-image: url(../fonts/flags//4x3/gp.svg); }
  .flag-icon-gp.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gp.svg); }

.flag-icon-gq {
  background-image: url(../fonts/flags//4x3/gq.svg); }
  .flag-icon-gq.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gq.svg); }

.flag-icon-gr {
  background-image: url(../fonts/flags//4x3/gr.svg); }
  .flag-icon-gr.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gr.svg); }

.flag-icon-gs {
  background-image: url(../fonts/flags//4x3/gs.svg); }
  .flag-icon-gs.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gs.svg); }

.flag-icon-gt {
  background-image: url(../fonts/flags//4x3/gt.svg); }
  .flag-icon-gt.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gt.svg); }

.flag-icon-gu {
  background-image: url(../fonts/flags//4x3/gu.svg); }
  .flag-icon-gu.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gu.svg); }

.flag-icon-gw {
  background-image: url(../fonts/flags//4x3/gw.svg); }
  .flag-icon-gw.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gw.svg); }

.flag-icon-gy {
  background-image: url(../fonts/flags//4x3/gy.svg); }
  .flag-icon-gy.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gy.svg); }

.flag-icon-hk {
  background-image: url(../fonts/flags//4x3/hk.svg); }
  .flag-icon-hk.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/hk.svg); }

.flag-icon-hm {
  background-image: url(../fonts/flags//4x3/hm.svg); }
  .flag-icon-hm.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/hm.svg); }

.flag-icon-hn {
  background-image: url(../fonts/flags//4x3/hn.svg); }
  .flag-icon-hn.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/hn.svg); }

.flag-icon-hr {
  background-image: url(../fonts/flags//4x3/hr.svg); }
  .flag-icon-hr.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/hr.svg); }

.flag-icon-ht {
  background-image: url(../fonts/flags//4x3/ht.svg); }
  .flag-icon-ht.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ht.svg); }

.flag-icon-hu {
  background-image: url(../fonts/flags//4x3/hu.svg); }
  .flag-icon-hu.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/hu.svg); }

.flag-icon-id {
  background-image: url(../fonts/flags//4x3/id.svg); }
  .flag-icon-id.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/id.svg); }

.flag-icon-ie {
  background-image: url(../fonts/flags//4x3/ie.svg); }
  .flag-icon-ie.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ie.svg); }

.flag-icon-il {
  background-image: url(../fonts/flags//4x3/il.svg); }
  .flag-icon-il.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/il.svg); }

.flag-icon-im {
  background-image: url(../fonts/flags//4x3/im.svg); }
  .flag-icon-im.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/im.svg); }

.flag-icon-in {
  background-image: url(../fonts/flags//4x3/in.svg); }
  .flag-icon-in.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/in.svg); }

.flag-icon-io {
  background-image: url(../fonts/flags//4x3/io.svg); }
  .flag-icon-io.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/io.svg); }

.flag-icon-iq {
  background-image: url(../fonts/flags//4x3/iq.svg); }
  .flag-icon-iq.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/iq.svg); }

.flag-icon-ir {
  background-image: url(../fonts/flags//4x3/ir.svg); }
  .flag-icon-ir.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ir.svg); }

.flag-icon-is {
  background-image: url(../fonts/flags//4x3/is.svg); }
  .flag-icon-is.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/is.svg); }

.flag-icon-it {
  background-image: url(../fonts/flags//4x3/it.svg); }
  .flag-icon-it.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/it.svg); }

.flag-icon-je {
  background-image: url(../fonts/flags//4x3/je.svg); }
  .flag-icon-je.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/je.svg); }

.flag-icon-jm {
  background-image: url(../fonts/flags//4x3/jm.svg); }
  .flag-icon-jm.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/jm.svg); }

.flag-icon-jo {
  background-image: url(../fonts/flags//4x3/jo.svg); }
  .flag-icon-jo.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/jo.svg); }

.flag-icon-jp {
  background-image: url(../fonts/flags//4x3/jp.svg); }
  .flag-icon-jp.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/jp.svg); }

.flag-icon-ke {
  background-image: url(../fonts/flags//4x3/ke.svg); }
  .flag-icon-ke.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ke.svg); }

.flag-icon-kg {
  background-image: url(../fonts/flags//4x3/kg.svg); }
  .flag-icon-kg.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/kg.svg); }

.flag-icon-kh {
  background-image: url(../fonts/flags//4x3/kh.svg); }
  .flag-icon-kh.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/kh.svg); }

.flag-icon-ki {
  background-image: url(../fonts/flags//4x3/ki.svg); }
  .flag-icon-ki.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ki.svg); }

.flag-icon-km {
  background-image: url(../fonts/flags//4x3/km.svg); }
  .flag-icon-km.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/km.svg); }

.flag-icon-kn {
  background-image: url(../fonts/flags//4x3/kn.svg); }
  .flag-icon-kn.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/kn.svg); }

.flag-icon-kp {
  background-image: url(../fonts/flags//4x3/kp.svg); }
  .flag-icon-kp.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/kp.svg); }

.flag-icon-kr {
  background-image: url(../fonts/flags//4x3/kr.svg); }
  .flag-icon-kr.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/kr.svg); }

.flag-icon-kw {
  background-image: url(../fonts/flags//4x3/kw.svg); }
  .flag-icon-kw.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/kw.svg); }

.flag-icon-ky {
  background-image: url(../fonts/flags//4x3/ky.svg); }
  .flag-icon-ky.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ky.svg); }

.flag-icon-kz {
  background-image: url(../fonts/flags//4x3/kz.svg); }
  .flag-icon-kz.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/kz.svg); }

.flag-icon-la {
  background-image: url(../fonts/flags//4x3/la.svg); }
  .flag-icon-la.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/la.svg); }

.flag-icon-lb {
  background-image: url(../fonts/flags//4x3/lb.svg); }
  .flag-icon-lb.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/lb.svg); }

.flag-icon-lc {
  background-image: url(../fonts/flags//4x3/lc.svg); }
  .flag-icon-lc.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/lc.svg); }

.flag-icon-li {
  background-image: url(../fonts/flags//4x3/li.svg); }
  .flag-icon-li.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/li.svg); }

.flag-icon-lk {
  background-image: url(../fonts/flags//4x3/lk.svg); }
  .flag-icon-lk.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/lk.svg); }

.flag-icon-lr {
  background-image: url(../fonts/flags//4x3/lr.svg); }
  .flag-icon-lr.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/lr.svg); }

.flag-icon-ls {
  background-image: url(../fonts/flags//4x3/ls.svg); }
  .flag-icon-ls.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ls.svg); }

.flag-icon-lt {
  background-image: url(../fonts/flags//4x3/lt.svg); }
  .flag-icon-lt.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/lt.svg); }

.flag-icon-lu {
  background-image: url(../fonts/flags//4x3/lu.svg); }
  .flag-icon-lu.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/lu.svg); }

.flag-icon-lv {
  background-image: url(../fonts/flags//4x3/lv.svg); }
  .flag-icon-lv.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/lv.svg); }

.flag-icon-ly {
  background-image: url(../fonts/flags//4x3/ly.svg); }
  .flag-icon-ly.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ly.svg); }

.flag-icon-ma {
  background-image: url(../fonts/flags//4x3/ma.svg); }
  .flag-icon-ma.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ma.svg); }

.flag-icon-mc {
  background-image: url(../fonts/flags//4x3/mc.svg); }
  .flag-icon-mc.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mc.svg); }

.flag-icon-md {
  background-image: url(../fonts/flags//4x3/md.svg); }
  .flag-icon-md.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/md.svg); }

.flag-icon-me {
  background-image: url(../fonts/flags//4x3/me.svg); }
  .flag-icon-me.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/me.svg); }

.flag-icon-mf {
  background-image: url(../fonts/flags//4x3/mf.svg); }
  .flag-icon-mf.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mf.svg); }

.flag-icon-mg {
  background-image: url(../fonts/flags//4x3/mg.svg); }
  .flag-icon-mg.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mg.svg); }

.flag-icon-mh {
  background-image: url(../fonts/flags//4x3/mh.svg); }
  .flag-icon-mh.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mh.svg); }

.flag-icon-mk {
  background-image: url(../fonts/flags//4x3/mk.svg); }
  .flag-icon-mk.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mk.svg); }

.flag-icon-ml {
  background-image: url(../fonts/flags//4x3/ml.svg); }
  .flag-icon-ml.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ml.svg); }

.flag-icon-mm {
  background-image: url(../fonts/flags//4x3/mm.svg); }
  .flag-icon-mm.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mm.svg); }

.flag-icon-mn {
  background-image: url(../fonts/flags//4x3/mn.svg); }
  .flag-icon-mn.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mn.svg); }

.flag-icon-mo {
  background-image: url(../fonts/flags//4x3/mo.svg); }
  .flag-icon-mo.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mo.svg); }

.flag-icon-mp {
  background-image: url(../fonts/flags//4x3/mp.svg); }
  .flag-icon-mp.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mp.svg); }

.flag-icon-mq {
  background-image: url(../fonts/flags//4x3/mq.svg); }
  .flag-icon-mq.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mq.svg); }

.flag-icon-mr {
  background-image: url(../fonts/flags//4x3/mr.svg); }
  .flag-icon-mr.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mr.svg); }

.flag-icon-ms {
  background-image: url(../fonts/flags//4x3/ms.svg); }
  .flag-icon-ms.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ms.svg); }

.flag-icon-mt {
  background-image: url(../fonts/flags//4x3/mt.svg); }
  .flag-icon-mt.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mt.svg); }

.flag-icon-mu {
  background-image: url(../fonts/flags//4x3/mu.svg); }
  .flag-icon-mu.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mu.svg); }

.flag-icon-mv {
  background-image: url(../fonts/flags//4x3/mv.svg); }
  .flag-icon-mv.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mv.svg); }

.flag-icon-mw {
  background-image: url(../fonts/flags//4x3/mw.svg); }
  .flag-icon-mw.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mw.svg); }

.flag-icon-mx {
  background-image: url(../fonts/flags//4x3/mx.svg); }
  .flag-icon-mx.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mx.svg); }

.flag-icon-my {
  background-image: url(../fonts/flags//4x3/my.svg); }
  .flag-icon-my.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/my.svg); }

.flag-icon-mz {
  background-image: url(../fonts/flags//4x3/mz.svg); }
  .flag-icon-mz.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mz.svg); }

.flag-icon-na {
  background-image: url(../fonts/flags//4x3/na.svg); }
  .flag-icon-na.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/na.svg); }

.flag-icon-nc {
  background-image: url(../fonts/flags//4x3/nc.svg); }
  .flag-icon-nc.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/nc.svg); }

.flag-icon-ne {
  background-image: url(../fonts/flags//4x3/ne.svg); }
  .flag-icon-ne.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ne.svg); }

.flag-icon-nf {
  background-image: url(../fonts/flags//4x3/nf.svg); }
  .flag-icon-nf.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/nf.svg); }

.flag-icon-ng {
  background-image: url(../fonts/flags//4x3/ng.svg); }
  .flag-icon-ng.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ng.svg); }

.flag-icon-ni {
  background-image: url(../fonts/flags//4x3/ni.svg); }
  .flag-icon-ni.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ni.svg); }

.flag-icon-nl {
  background-image: url(../fonts/flags//4x3/nl.svg); }
  .flag-icon-nl.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/nl.svg); }

.flag-icon-no {
  background-image: url(../fonts/flags//4x3/no.svg); }
  .flag-icon-no.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/no.svg); }

.flag-icon-np {
  background-image: url(../fonts/flags//4x3/np.svg); }
  .flag-icon-np.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/np.svg); }

.flag-icon-nr {
  background-image: url(../fonts/flags//4x3/nr.svg); }
  .flag-icon-nr.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/nr.svg); }

.flag-icon-nu {
  background-image: url(../fonts/flags//4x3/nu.svg); }
  .flag-icon-nu.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/nu.svg); }

.flag-icon-nz {
  background-image: url(../fonts/flags//4x3/nz.svg); }
  .flag-icon-nz.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/nz.svg); }

.flag-icon-om {
  background-image: url(../fonts/flags//4x3/om.svg); }
  .flag-icon-om.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/om.svg); }

.flag-icon-pa {
  background-image: url(../fonts/flags//4x3/pa.svg); }
  .flag-icon-pa.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/pa.svg); }

.flag-icon-pe {
  background-image: url(../fonts/flags//4x3/pe.svg); }
  .flag-icon-pe.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/pe.svg); }

.flag-icon-pf {
  background-image: url(../fonts/flags//4x3/pf.svg); }
  .flag-icon-pf.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/pf.svg); }

.flag-icon-pg {
  background-image: url(../fonts/flags//4x3/pg.svg); }
  .flag-icon-pg.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/pg.svg); }

.flag-icon-ph {
  background-image: url(../fonts/flags//4x3/ph.svg); }
  .flag-icon-ph.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ph.svg); }

.flag-icon-pk {
  background-image: url(../fonts/flags//4x3/pk.svg); }
  .flag-icon-pk.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/pk.svg); }

.flag-icon-pl {
  background-image: url(../fonts/flags//4x3/pl.svg); }
  .flag-icon-pl.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/pl.svg); }

.flag-icon-pm {
  background-image: url(../fonts/flags//4x3/pm.svg); }
  .flag-icon-pm.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/pm.svg); }

.flag-icon-pn {
  background-image: url(../fonts/flags//4x3/pn.svg); }
  .flag-icon-pn.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/pn.svg); }

.flag-icon-pr {
  background-image: url(../fonts/flags//4x3/pr.svg); }
  .flag-icon-pr.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/pr.svg); }

.flag-icon-ps {
  background-image: url(../fonts/flags//4x3/ps.svg); }
  .flag-icon-ps.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ps.svg); }

.flag-icon-pt {
  background-image: url(../fonts/flags//4x3/pt.svg); }
  .flag-icon-pt.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/pt.svg); }

.flag-icon-pw {
  background-image: url(../fonts/flags//4x3/pw.svg); }
  .flag-icon-pw.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/pw.svg); }

.flag-icon-py {
  background-image: url(../fonts/flags//4x3/py.svg); }
  .flag-icon-py.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/py.svg); }

.flag-icon-qa {
  background-image: url(../fonts/flags//4x3/qa.svg); }
  .flag-icon-qa.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/qa.svg); }

.flag-icon-re {
  background-image: url(../fonts/flags//4x3/re.svg); }
  .flag-icon-re.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/re.svg); }

.flag-icon-ro {
  background-image: url(../fonts/flags//4x3/ro.svg); }
  .flag-icon-ro.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ro.svg); }

.flag-icon-rs {
  background-image: url(../fonts/flags//4x3/rs.svg); }
  .flag-icon-rs.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/rs.svg); }

.flag-icon-ru {
  background-image: url(../fonts/flags//4x3/ru.svg); }
  .flag-icon-ru.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ru.svg); }

.flag-icon-rw {
  background-image: url(../fonts/flags//4x3/rw.svg); }
  .flag-icon-rw.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/rw.svg); }

.flag-icon-sa {
  background-image: url(../fonts/flags//4x3/sa.svg); }
  .flag-icon-sa.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sa.svg); }

.flag-icon-sb {
  background-image: url(../fonts/flags//4x3/sb.svg); }
  .flag-icon-sb.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sb.svg); }

.flag-icon-sc {
  background-image: url(../fonts/flags//4x3/sc.svg); }
  .flag-icon-sc.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sc.svg); }

.flag-icon-sd {
  background-image: url(../fonts/flags//4x3/sd.svg); }
  .flag-icon-sd.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sd.svg); }

.flag-icon-se {
  background-image: url(../fonts/flags//4x3/se.svg); }
  .flag-icon-se.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/se.svg); }

.flag-icon-sg {
  background-image: url(../fonts/flags//4x3/sg.svg); }
  .flag-icon-sg.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sg.svg); }

.flag-icon-sh {
  background-image: url(../fonts/flags//4x3/sh.svg); }
  .flag-icon-sh.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sh.svg); }

.flag-icon-si {
  background-image: url(../fonts/flags//4x3/si.svg); }
  .flag-icon-si.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/si.svg); }

.flag-icon-sj {
  background-image: url(../fonts/flags//4x3/sj.svg); }
  .flag-icon-sj.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sj.svg); }

.flag-icon-sk {
  background-image: url(../fonts/flags//4x3/sk.svg); }
  .flag-icon-sk.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sk.svg); }

.flag-icon-sl {
  background-image: url(../fonts/flags//4x3/sl.svg); }
  .flag-icon-sl.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sl.svg); }

.flag-icon-sm {
  background-image: url(../fonts/flags//4x3/sm.svg); }
  .flag-icon-sm.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sm.svg); }

.flag-icon-sn {
  background-image: url(../fonts/flags//4x3/sn.svg); }
  .flag-icon-sn.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sn.svg); }

.flag-icon-so {
  background-image: url(../fonts/flags//4x3/so.svg); }
  .flag-icon-so.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/so.svg); }

.flag-icon-sr {
  background-image: url(../fonts/flags//4x3/sr.svg); }
  .flag-icon-sr.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sr.svg); }

.flag-icon-ss {
  background-image: url(../fonts/flags//4x3/ss.svg); }
  .flag-icon-ss.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ss.svg); }

.flag-icon-st {
  background-image: url(../fonts/flags//4x3/st.svg); }
  .flag-icon-st.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/st.svg); }

.flag-icon-sv {
  background-image: url(../fonts/flags//4x3/sv.svg); }
  .flag-icon-sv.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sv.svg); }

.flag-icon-sx {
  background-image: url(../fonts/flags//4x3/sx.svg); }
  .flag-icon-sx.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sx.svg); }

.flag-icon-sy {
  background-image: url(../fonts/flags//4x3/sy.svg); }
  .flag-icon-sy.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sy.svg); }

.flag-icon-sz {
  background-image: url(../fonts/flags//4x3/sz.svg); }
  .flag-icon-sz.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sz.svg); }

.flag-icon-tc {
  background-image: url(../fonts/flags//4x3/tc.svg); }
  .flag-icon-tc.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/tc.svg); }

.flag-icon-td {
  background-image: url(../fonts/flags//4x3/td.svg); }
  .flag-icon-td.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/td.svg); }

.flag-icon-tf {
  background-image: url(../fonts/flags//4x3/tf.svg); }
  .flag-icon-tf.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/tf.svg); }

.flag-icon-tg {
  background-image: url(../fonts/flags//4x3/tg.svg); }
  .flag-icon-tg.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/tg.svg); }

.flag-icon-th {
  background-image: url(../fonts/flags//4x3/th.svg); }
  .flag-icon-th.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/th.svg); }

.flag-icon-tj {
  background-image: url(../fonts/flags//4x3/tj.svg); }
  .flag-icon-tj.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/tj.svg); }

.flag-icon-tk {
  background-image: url(../fonts/flags//4x3/tk.svg); }
  .flag-icon-tk.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/tk.svg); }

.flag-icon-tl {
  background-image: url(../fonts/flags//4x3/tl.svg); }
  .flag-icon-tl.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/tl.svg); }

.flag-icon-tm {
  background-image: url(../fonts/flags//4x3/tm.svg); }
  .flag-icon-tm.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/tm.svg); }

.flag-icon-tn {
  background-image: url(../fonts/flags//4x3/tn.svg); }
  .flag-icon-tn.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/tn.svg); }

.flag-icon-to {
  background-image: url(../fonts/flags//4x3/to.svg); }
  .flag-icon-to.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/to.svg); }

.flag-icon-tr {
  background-image: url(../fonts/flags//4x3/tr.svg); }
  .flag-icon-tr.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/tr.svg); }

.flag-icon-tt {
  background-image: url(../fonts/flags//4x3/tt.svg); }
  .flag-icon-tt.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/tt.svg); }

.flag-icon-tv {
  background-image: url(../fonts/flags//4x3/tv.svg); }
  .flag-icon-tv.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/tv.svg); }

.flag-icon-tw {
  background-image: url(../fonts/flags//4x3/tw.svg); }
  .flag-icon-tw.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/tw.svg); }

.flag-icon-tz {
  background-image: url(../fonts/flags//4x3/tz.svg); }
  .flag-icon-tz.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/tz.svg); }

.flag-icon-ua {
  background-image: url(../fonts/flags//4x3/ua.svg); }
  .flag-icon-ua.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ua.svg); }

.flag-icon-ug {
  background-image: url(../fonts/flags//4x3/ug.svg); }
  .flag-icon-ug.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ug.svg); }

.flag-icon-um {
  background-image: url(../fonts/flags//4x3/um.svg); }
  .flag-icon-um.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/um.svg); }

.flag-icon-us {
  background-image: url(../fonts/flags//4x3/us.svg); }
  .flag-icon-us.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/us.svg); }

.flag-icon-uy {
  background-image: url(../fonts/flags//4x3/uy.svg); }
  .flag-icon-uy.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/uy.svg); }

.flag-icon-uz {
  background-image: url(../fonts/flags//4x3/uz.svg); }
  .flag-icon-uz.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/uz.svg); }

.flag-icon-va {
  background-image: url(../fonts/flags//4x3/va.svg); }
  .flag-icon-va.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/va.svg); }

.flag-icon-vc {
  background-image: url(../fonts/flags//4x3/vc.svg); }
  .flag-icon-vc.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/vc.svg); }

.flag-icon-ve {
  background-image: url(../fonts/flags//4x3/ve.svg); }
  .flag-icon-ve.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ve.svg); }

.flag-icon-vg {
  background-image: url(../fonts/flags//4x3/vg.svg); }
  .flag-icon-vg.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/vg.svg); }

.flag-icon-vi {
  background-image: url(../fonts/flags//4x3/vi.svg); }
  .flag-icon-vi.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/vi.svg); }

.flag-icon-vn {
  background-image: url(../fonts/flags//4x3/vn.svg); }
  .flag-icon-vn.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/vn.svg); }

.flag-icon-vu {
  background-image: url(../fonts/flags//4x3/vu.svg); }
  .flag-icon-vu.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/vu.svg); }

.flag-icon-wf {
  background-image: url(../fonts/flags//4x3/wf.svg); }
  .flag-icon-wf.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/wf.svg); }

.flag-icon-ws {
  background-image: url(../fonts/flags//4x3/ws.svg); }
  .flag-icon-ws.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ws.svg); }

.flag-icon-ye {
  background-image: url(../fonts/flags//4x3/ye.svg); }
  .flag-icon-ye.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ye.svg); }

.flag-icon-yt {
  background-image: url(../fonts/flags//4x3/yt.svg); }
  .flag-icon-yt.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/yt.svg); }

.flag-icon-za {
  background-image: url(../fonts/flags//4x3/za.svg); }
  .flag-icon-za.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/za.svg); }

.flag-icon-zm {
  background-image: url(../fonts/flags//4x3/zm.svg); }
  .flag-icon-zm.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/zm.svg); }

.flag-icon-zw {
  background-image: url(../fonts/flags//4x3/zw.svg); }
  .flag-icon-zw.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/zw.svg); }

.flag-icon-es-ct {
  background-image: url(../fonts/flags//4x3/es-ct.svg); }
  .flag-icon-es-ct.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/es-ct.svg); }

.flag-icon-eu {
  background-image: url(../fonts/flags//4x3/eu.svg); }
  .flag-icon-eu.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/eu.svg); }

.flag-icon-gb-eng {
  background-image: url(../fonts/flags//4x3/gb-eng.svg); }
  .flag-icon-gb-eng.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gb-eng.svg); }

.flag-icon-gb-nir {
  background-image: url(../fonts/flags//4x3/gb-nir.svg); }
  .flag-icon-gb-nir.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gb-nir.svg); }

.flag-icon-gb-sct {
  background-image: url(../fonts/flags//4x3/gb-sct.svg); }
  .flag-icon-gb-sct.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gb-sct.svg); }

.flag-icon-gb-wls {
  background-image: url(../fonts/flags//4x3/gb-wls.svg); }
  .flag-icon-gb-wls.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gb-wls.svg); }

.flag-icon-un {
  background-image: url(../fonts/flags//4x3/un.svg); }
  .flag-icon-un.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/un.svg); }

.modal-background {
  background-color: #000;
  display: none;
  height: 100%;
  position: fixed;
  opacity: 0.5;
  width: 100%;
  top: 0;
  left: 0; }

input[placeholder] {
  text-overflow: ellipsis; }

input::-ms-clear {
  visibility: hidden; }

select.custom-select.form-control {
  padding: 0 0 0 calc(20rem / 16);
  text-indent: unset; }

body * {
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */ }
  body *::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none; }

.hide-order-discount {
  display: none; }

.hide-shipping-discount {
  display: none; }

.order-discount {
  color: #222; }

.shipping-discount {
  color: #222; }

.error-messaging {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1; }

.error-hero {
  background-image: url("../images/storelocator.jpg");
  margin-bottom: 0.625em; }

.error-message {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem; }

.error.continue-shopping {
  margin-bottom: 6.25em; }

.error-unassigned-category {
  color: #e82318; }

.skip {
  position: absolute;
  left: 0;
  top: -4.2em;
  overflow: hidden;
  padding: 1em 1.5em;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

a.skip:active,
a.skip:focus,
a.skip:hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  z-index: 10000000;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.card-header-custom {
  font-size: 1.5rem;
  margin-bottom: 0; }

.add-to-cart-messages,
.add-to-wishlist-messages,
.remove-to-address-messages {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%; }

.add-to-cart-messages,
.add-to-wishlist-messages,
.remove-to-address-messages,
.order-canceled-messages {
  width: 100%;
  top: 50% !important;
  z-index: 1001; }

.order-canceled-messages {
  position: fixed;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.alert-success,
.alert-danger {
  color: #fff;
  background-color: rgba(51, 51, 51, 0.7);
  border: none;
  width: 100%;
  min-height: 120px;
  font-size: 20px;
  font-weight: bold;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media print, screen and (min-width: 769px) {
    .alert-success,
    .alert-danger {
      min-height: 140px; } }
  .alert-success hr,
  .alert-danger hr {
    border: none; }

.add-to-basket-alert,
.add-to-wishlist-alert,
.remove-from-wishlist-alert,
.remove-to-address-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0 !important;
  padding: 1em;
  margin: 0;
  height: calc(100rem / 16); }

.page[data-action^="Wishlist"] .sidebar__link-list .link-wislist a,
.page[data-action^="Profile"] .sidebar__link-list .link-profile a,
.page[data-action^="Order"] .sidebar__link-list .link-order a,
.page[data-action^="OwnedItem"] .sidebar__link-list .link-ownedItem a,
.page[data-action^="Point"] .sidebar__link-list .link-point a,
.page[data-action^="Address"] .sidebar__link-list .link-address a,
.page[data-action^="Unsign"] .sidebar__link-list .link-unsign a {
  font-weight: bold; }

.footer-mymenu {
  background-color: #F5F5F5;
  border-bottom: 1px solid #DDD; }
  @media print, screen and (min-width: 769px) {
    .footer-mymenu {
      display: none; } }
  .footer-mymenu .sidebar__inner {
    padding: 0 calc(20rem / 16); }
  .footer-mymenu .sidebar__link a,
  .footer-mymenu .sidebar__link-list a {
    position: relative;
    display: block;
    line-height: 1; }
  .footer-mymenu .sidebar__link i,
  .footer-mymenu .sidebar__link-list i {
    position: absolute;
    top: 50%;
    right: calc(20rem / 16);
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  .footer-mymenu .sidebar__link a {
    padding: calc(33rem / 16) calc(20rem / 16);
    font-size: calc(14rem / 16);
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.0007em; }
    .footer-mymenu .sidebar__link a span {
      padding-left: 34px; }
      .footer-mymenu .sidebar__link a span.icon-24-logout {
        font-weight: normal; }
  .footer-mymenu .sidebar__link-list li + li {
    margin: calc(1rem / 16) 0 0; }
  .footer-mymenu .sidebar__link-list a {
    padding: calc(18rem / 16) calc(20rem / 16);
    font-size: calc(14rem / 16);
    background: #fff; }

.footer-top {
  padding: 60px 0;
  background-color: #F5F5F5; }
  @media screen and (max-width: 768px) {
    .footer-top {
      padding: 50px 0 30px; } }
  .footer-top__title {
    text-align: center;
    font-size: 15px;
    line-height: 1.46667;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #222222; }
  .footer-top .footer-ul {
    max-width: 960px;
    width: 100%;
    margin: 40px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      .footer-top .footer-ul {
        max-width: 375px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .footer-top__item {
    width: 100%;
    max-width: 100px;
    margin-left: 40px;
    text-align: center;
    font-size: 14px; }
    @media screen and (max-width: 768px) {
      .footer-top__item {
        margin-left: 0px;
        margin-bottom: 30px;
        width: calc(100% / 3); } }
    .footer-top__item:first-child {
      margin-left: 0; }
    .footer-top__item a {
      display: block; }
      .footer-top__item a:hover {
        opacity: .8; }
  .footer-top__list:first-child .footer-top__item:first-child {
    margin-left: 0; }
  @media screen and (max-width: 768px) {
    .footer-top__list .footer-top__item:first-child {
      margin-left: 0; }
    .footer-top__list:last-child {
      margin-top: 40px; } }
  .footer-top__text {
    margin-top: 10px;
    height: 29px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #222; }
    .footer-top__text span {
      font-size: calc(11rem / 16); }
  .footer-top__img {
    padding: 11px;
    background-color: #ffffff;
    border-radius: 100%; }

.footer-bottom {
  padding: calc(40rem / 16) 0 calc(55rem / 16);
  background-color: #333333; }
  @media screen and (max-width: 768px) {
    .footer-bottom {
      padding: calc(30rem / 16) calc(20rem / 16) calc(85rem / 16); } }
  .footer-bottom__inner {
    max-width: 960px;
    margin: 0 auto; }
  .footer-bottom * {
    color: #FFFFFF; }
    .footer-bottom *:hover {
      color: #FFFFFF; }

@media screen and (max-width: 768px) {
  div[data-action^='Cart'] .footer-bottom {
    padding: calc(30rem / 16) calc(20rem / 16) calc(25rem / 16); } }

.footer-nav__title {
  font-size: 30px; }
  @media screen and (max-width: 768px) {
    .footer-nav__title {
      text-align: center; }
      .footer-nav__title img {
        max-width: calc(151rem / 16);
        height: auto; } }

.footer-nav__item {
  margin-left: calc(70rem / 16);
  max-width: calc(130rem / 16); }
  @media screen and (max-width: 768px) {
    .footer-nav__item {
      width: 50%;
      max-width: 100%;
      margin-left: 0;
      margin-bottom: 50px; } }

@media screen and (max-width: 768px) {
  .footer-nav__item__list li + li a {
    margin-top: calc(16rem / 16); } }

.footer-nav__secondTitle {
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 600; }

.footer-nav__link {
  font-size: 12px; }
  @media screen and (max-width: 768px) {
    .footer-nav__link {
      display: block;
      line-height: 1; } }

.footer-nav__right {
  margin-top: 5px; }
  @media screen and (max-width: 768px) {
    .footer-nav__right {
      margin: 30px 0 0; } }

.footer-info {
  margin-top: 45px; }
  @media screen and (max-width: 768px) {
    .footer-info {
      margin-top: 0; } }
  .footer-info__title {
    font-size: 15px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer-info__title::after {
      content: '';
      height: 1px;
      margin-left: 15px;
      background-color: #FFFFFF0D;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    @media screen and (max-width: 768px) {
      .footer-info__title::before {
        content: '';
        height: 1px;
        margin-right: 15px;
        background-color: #FFFFFF0D;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }

.reception {
  margin-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #FFFFFF0D; }
  @media screen and (max-width: 768px) {
    .reception {
      margin-top: calc(20rem / 16); } }
  .reception__secondTitle {
    font-size: 13px;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .reception__secondTitle {
        font-size: 12px;
        text-align: center; } }
  .reception__thirdTitle {
    margin-top: 15px;
    margin-bottom: calc(10rem / 16);
    font-size: 12px; }
    @media screen and (max-width: 768px) {
      .reception__thirdTitle {
        text-align: center; } }
  .reception__tel {
    padding-right: 15px;
    font-size: 28px;
    font-family: "Roboto", sans-serif; }
    @media screen and (max-width: 768px) {
      .reception__tel {
        margin-bottom: 0;
        display: block; } }
  @media screen and (max-width: 768px) {
    .reception-left {
      margin-bottom: 50px; } }
  @media screen and (max-width: 768px) {
    .reception-left .reception__tel {
      padding-bottom: 10px; } }
  .reception-right {
    margin-left: 80px; }
    @media screen and (max-width: 768px) {
      .reception-right {
        margin-left: 0; } }
    .reception-right__link {
      font-size: 12px;
      text-decoration: underline; }
      @media screen and (max-width: 768px) {
        .reception-right__link {
          margin-top: calc(20rem / 16);
          display: block;
          line-height: 1; } }
  .reception__text {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 1.83333; }

.policy {
  margin-top: 40px; }
  @media screen and (max-width: 768px) {
    .policy {
      margin-top: calc(20rem / 16); } }
  .policy__title {
    margin-right: 30px;
    margin-bottom: 0;
    font-size: 16px; }
    @media screen and (max-width: 768px) {
      .policy__title {
        margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .policy__title img {
        height: calc(16rem / 16); } }
  .policy__item {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: 20px; }
    .policy__item:first-child, .policy__item:nth-child(2) {
      margin-left: 0; }
    @media screen and (max-width: 768px) {
      .policy__item:nth-child(6) {
        margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .policy__item {
        margin-left: 0;
        margin-right: calc(30rem / 16);
        margin-bottom: calc(8rem / 16); } }
  .policy__link {
    font-size: 12px; }
  .policy__copyright {
    margin-left: calc(30rem / 16); }
    @media screen and (max-width: 768px) {
      .policy__copyright {
        margin: calc(25rem / 16) 0 0 auto; } }
    .policy__copyright a {
      font-size: 11px; }
      @media screen and (max-width: 768px) {
        .policy__copyright a {
          font-size: 10px; } }

.sp-br {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp-br {
      display: block; } }

.secondary-footer .footer-bottom {
  padding: calc(40rem / 16) calc(18rem / 16); }
  @media print, screen and (min-width: 769px) {
    .secondary-footer .footer-bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: calc(50rem / 16) 5%; } }
  @media print, screen and (min-width: 1440px) {
    .secondary-footer .footer-bottom {
      padding: calc(50rem / 16) calc(70rem / 16); } }

.secondary-footer .footer-nav__title {
  width: 100%;
  max-width: calc(63rem / 16);
  font-size: inherit; }
  @media screen and (max-width: 768px) {
    .secondary-footer .footer-nav__title img {
      height: auto; } }

.secondary-footer .copy {
  color: #fff;
  font-family: Roboto;
  font-size: calc(12rem / 16);
  line-height: 1.5; }
  @media screen and (max-width: 768px) {
    .secondary-footer .copy {
      margin: calc(30rem / 16) 0 0;
      text-align: right; } }
  @media print, screen and (min-width: 769px) {
    .secondary-footer .copy {
      font-size: calc(11rem / 16); } }

.hero {
  height: 25vw;
  background-size: cover;
  background-position: 50%;
  position: relative; }
  .hero h1.page-title {
    top: 50%;
    margin: -1em 0 0; }

@media (min-width: 544px) {
  .slant-down::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 0;
    border-left-width: 90vw;
    border-bottom: 4vw solid #f9f9f9; } }

@media (min-width: 544px) {
  .slant-up::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 0;
    border-right-width: 90vw;
    border-top: 4vw solid #f9f9f9; } }

h1.page-title {
  position: relative;
  color: white;
  padding: 0.3125em 0.625em 0.3125em 15px;
  background-color: var(--skin-primary-color-1);
  display: inline-block;
  margin: 0.9375em 0;
  font-size: 1.5rem; }
  @media (min-width: 544px) {
    h1.page-title {
      font-size: 2rem; } }
  @media (min-width: 769px) {
    h1.page-title {
      font-size: 3rem; } }
  h1.page-title::before {
    content: "";
    background-color: var(--skin-primary-color-1);
    height: 100%;
    width: 0;
    position: absolute;
    left: 0;
    top: 0; }
    @media (min-width: 1200px) {
      h1.page-title::before {
        width: calc((100vw - 1440px) / 2);
        left: calc((100vw - 1440px) / 2 * -1); } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      h1.page-title::before {
        width: calc((100vw - 960px) / 2);
        left: calc((100vw - 960px) / 2 * -1); } }
    @media (min-width: 769px) and (max-width: 991.98px) {
      h1.page-title::before {
        width: calc((100vw - 720px) / 2);
        left: calc((100vw - 720px) / 2 * -1); } }
  @media (min-width: 1200px) {
    h1.page-title {
      left: calc((100% - 1440px) / 2); } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    h1.page-title {
      left: calc((100% - 960px) / 2); } }
  @media (min-width: 769px) and (max-width: 991.98px) {
    h1.page-title {
      left: calc((100% - 720px) / 2); } }
  @media (max-width: 768.98px) {
    h1.page-title {
      left: 0; } }

.left-container.is-fixed header {
  position: fixed;
  width: 100%; }
  @media (min-width: 769px) and (max-width: 1024px) {
    .left-container.is-fixed header {
      width: calc(100% - 48px); } }
  @media screen and (min-width: 1025px) {
    .left-container.is-fixed header {
      width: calc(100% - 340px); } }
  .left-container.is-fixed header .header-banner {
    display: none; }

.left-container.is-fixed.left-container--close header {
  width: calc(100% - 48px); }
  @media screen and (max-width: 768px) {
    .left-container.is-fixed.left-container--close header {
      width: 100%; } }

.left-container.is-fixed .collect__item.wishlist-btn .tool-chip {
  top: 32px; }
  .left-container.is-fixed .collect__item.wishlist-btn .tool-chip span:before {
    top: auto;
    bottom: 100%;
    border-top: none;
    border-bottom: 15px solid #333; }

.header-banner {
  background-color: white !important; }

header {
  position: relative;
  width: 100%;
  z-index: 1001;
  background-color: white !important;
  -webkit-transition: position .5s;
  transition: position .5s; }
  header .nav {
    border-bottom: 1px solid #EEE; }

.left-container--close header {
  width: 100%; }

.overlay {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s; }

.show.overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.5;
  visibility: visible;
  z-index: 100; }

a, a:hover {
  text-decoration: unset; }

ul {
  margin-bottom: 0;
  padding: 0; }

.borderGray-bottom {
  padding-bottom: 15px;
  border-bottom: 1px solid #e3e3e3; }

.back-link,
.nav__item-red-logo-sp,
.nav__item-black-logo-sp {
  display: none; }

.arrow-left,
.arrow-right {
  position: relative; }
  .arrow-left::before,
  .arrow-right::before {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; }

.arrow-left::before {
  background-image: url(../../images/icon/icon_24/icon_arrow_right.svg);
  left: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.arrow-right::before {
  content: '';
  right: 20px;
  background-image: url(../../images/icon/icon_24/icon_arrow_right.svg); }
  @media print, screen and (min-width: 769px) {
    .arrow-right::before {
      right: 10px; } }

.header-banner {
  padding: 22px 0 0;
  background-color: #333333;
  color: #ffffff; }

.nav__title > .logo-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .nav__title > .logo-home picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.header-banner__img {
  width: 100%;
  max-width: calc(131rem / 16);
  height: auto;
  image-rendering: -webkit-optimize-contrast; }

.left-container {
  width: 100%; }

.close-nav {
  display: none; }

.nav {
  height: 70px;
  padding-left: 6.3638%;
  background-color: #ffffff;
  position: relative; }
  @media screen and (min-width: 1440px) {
    .nav {
      padding-left: 70px; } }
  .nav__title {
    margin-bottom: 0;
    font-size: 29px; }
  .nav__list {
    margin-left: 10px; }
  .nav__item {
    margin-left: 30px;
    font-size: 14px; }
    .nav__item > a {
      color: #222; }
      .nav__item > a:hover {
        opacity: 0.7; }
    .nav__item:first-child {
      margin-left: 0; }

.humbergar-nav {
  display: none; }

.menu-group {
  width: 100%; }
  .menu-group .profile__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
    font-size: calc(26rem / 16); }
    .menu-group .profile__icon:hover {
      cursor: pointer; }
    .menu-group .profile__icon > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: calc(24rem / 16);
      height: calc(24rem / 16); }
  .menu-group .collect__item .minicart-link,
  .menu-group .collect__item .wishlist-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .menu-group .collect__item .profile__icon {
    position: relative;
    margin-right: calc(10rem / 16); }
    @media print, screen and (min-width: 769px) {
      .menu-group .collect__item .profile__icon {
        width: calc(24rem / 16);
        margin-right: calc(24rem / 16); } }
  .menu-group .v-sp .profile__icon {
    position: absolute;
    top: 50%;
    left: calc(55rem / 16);
    margin-right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
    .menu-group .v-sp .profile__icon .profile__links {
      left: calc(-35rem / 16);
      right: auto; }

.nav__item.is-active > a,
.nav__item > a:hover {
  position: relative; }
  .nav__item.is-active > a::before,
  .nav__item > a:hover::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    border-bottom: 2px solid #e82318; }

.megamenu {
  width: 100%;
  position: absolute;
  max-height: 100vh;
  overflow-y: scroll;
  /* autoprefixer: off */
  -ms-overflow-style: none;
  /* autoprefixer: on */
  left: 0;
  top: 70px;
  z-index: 1000;
  min-width: unset;
  padding: 30px 70px 40px;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: none;
  border-radius: unset;
  display: block;
  transition: all 0.7s;
  transform-origin: center top;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.18); }
  .megamenu__list {
    margin-top: 0;
    padding-left: 0; }
  .megamenu__link {
    padding: 10px 20px;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: unset;
    font-size: 16px; }
    @media print, screen and (min-width: 769px) {
      .megamenu__link {
        font-size: 15px;
        padding: 9px 20px;
        margin-bottom: 10px; } }
    .megamenu__link:hover {
      background-color: #f5f5f5; }
  .megamenu > li {
    max-width: 960px;
    margin: 0 auto; }

.show .megamenu {
  opacity: 1;
  visibility: visible; }

.megamenu-link__img {
  width: auto;
  height: 30px;
  margin-right: 5px !important;
  margin-left: 0;
  border-radius: 100%; }

.gutter-sizer {
  width: 3%; }

.megamenu-list__item {
  width: 31.25%; }
  .megamenu-list__item > div.d-lg-block {
    padding-bottom: 0;
    margin: 20px 0; }
  .megamenu-list__item.middle-category {
    width: 100%; }
    @media print, screen and (min-width: 769px) {
      .megamenu-list__item.middle-category {
        max-width: 300px; } }
    .megamenu-list__item.middle-category .megamenu__link {
      font-size: 14px;
      margin-bottom: 10px; }
      @media print, screen and (min-width: 769px) {
        .megamenu-list__item.middle-category .megamenu__link {
          padding: 5px 20px; } }

.megamenu-items__item {
  margin-top: 10px; }
  .megamenu-items__item:last-of-type .megamenu__link {
    margin-bottom: 0; }

.megamenu-items .megamenu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  padding: 5px 20px; }
  .megamenu-items .megamenu__link + .megamenu-items .megamenu-items__item .megamenu__link {
    font-size: 14px; }

.megamenu__item {
  padding: 0; }
  .megamenu__item.title-bg-gray {
    position: relative; }
  .megamenu__item > .back-link {
    position: absolute;
    right: 20px;
    top: calc(50% - 17px); }
    @media print, screen and (min-width: 769px) {
      .megamenu__item > .back-link {
        right: 13px; } }
  @media print, screen and (min-width: 769px) {
    .megamenu__item.middle-category__item .megamenu__list {
      margin-top: 20px; }
      .megamenu__item.middle-category__item .megamenu__list .megamenu-list__item > div.d-lg-block {
        margin: 0; } }

.megamenu__link::after {
  content: unset; }

.megamenu__item:focus, .megamenu__item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: unset; }

.cleaning-products .megamenu__list .megamenu__link {
  font-size: 14px; }

@media print, screen and (min-width: 769px) {
  .brand .megamenu {
    padding-bottom: 80px; } }

.brand .megamenu-list__item {
  max-width: 230px;
  width: 100%;
  margin-bottom: 20px; }

.brand .megamenu-list__title {
  font-size: calc(12rem / 16);
  font-weight: bold;
  width: 120px;
  word-break: keep-all;
  text-align: center; }

.brand .megamenu-list__link {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: .5s;
  transition: .5s; }
  @media print, screen and (min-width: 769px) {
    .brand .megamenu-list__link {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .brand .megamenu-list__link:hover {
    background-color: #f5f5f5; }
  .brand .megamenu-list__link img {
    max-width: 80px;
    width: 100%;
    height: auto; }
    @media print, screen and (min-width: 769px) {
      .brand .megamenu-list__link img {
        margin-right: 10px; } }

.brand .megamenu-list__description {
  max-width: 210px;
  width: 100%;
  margin: 4px auto 0;
  font-size: 11px; }

.brand .megamenu-list__sp-right .megamenu-list__title {
  display: none; }

.brand .btn-bottom {
  width: 100%;
  max-width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #f5f5f5;
  text-align: center; }
  .brand .btn-bottom a {
    padding: 18px 21px 18px 24px;
    font-size: calc(14rem / 16);
    line-height: 24px;
    color: #222;
    vertical-align: middle; }
    .brand .btn-bottom a:hover {
      opacity: 0.7; }

@media print, screen and (min-width: 769px) {
  .brand .gutter-sizer {
    width: 13px; } }

.search-products h2 {
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em; }

.search-products .megamenu .search-form {
  margin-top: 40px; }

.search-products .megamenu .search-form ul {
  margin-top: 15px; }

.search-products .megamenu .search-form ul li {
  font-size: 11px;
  line-height: 1.81; }

.search-products .megamenu .search-form .site-search {
  width: 100%;
  height: 48px; }

.search-products .megamenu .search-form .site-search form {
  height: 48px; }

.search-products .megamenu .search-form .site-search input {
  border: solid 1px #999999;
  border-radius: 0;
  font-size: 13px; }

.search-products .megamenu .search-form .site-search .search-button {
  width: 48px;
  height: 48px;
  background-color: black;
  top: 0;
  right: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .search-products .megamenu .search-form .site-search .search-button::before {
    color: #ffffff; }

.search-products .megamenu .search-process {
  margin-top: 50px; }

.search-products .megamenu .search-process ul li {
  width: 31.25%;
  counter-increment: count; }
  .search-products .megamenu .search-process ul li .icon-24-arrow-down {
    display: none; }
  @media print, screen and (min-width: 769px) {
    .search-products .megamenu .search-process ul li > div {
      max-height: calc(170rem / 16); } }

.search-products .megamenu .search-process ul li img {
  width: 100%; }
  @media print, screen and (min-width: 769px) {
    .search-products .megamenu .search-process ul li img {
      max-height: calc(170rem / 16); } }

.search-products .megamenu .search-process ul li .arrow-right:before {
  right: -9.5%; }

.search-products .megamenu .search-process ul li p {
  margin-top: 30px;
  padding-left: 40px;
  font-size: calc(14rem / 16);
  position: relative;
  margin-top: 20px;
  padding-left: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.71; }
  .search-products .megamenu .search-process ul li p span {
    height: 35px;
    margin-right: 20px;
    font-family: "Playfair Display", serif;
    font-size: calc(20rem / 16);
    letter-spacing: 0.1em; }

.collect {
  margin-right: calc(30rem / 16); }
  @media screen and (max-width: 768px) {
    .collect {
      position: absolute;
      right: 20px;
      margin-right: 0; } }
  .collect__item:last-child {
    margin-left: calc(20rem / 16); }
    @media print, screen and (min-width: 769px) {
      .collect__item:last-child {
        margin-left: calc(24rem / 16); } }
  @media screen and (max-width: 768px) {
    .collect__item a {
      display: block;
      height: 24px; } }
  .collect__item.wishlist-btn {
    position: relative; }
    .collect__item.wishlist-btn .tool-chip {
      display: none;
      position: absolute;
      top: -40px;
      left: -33px;
      width: 80px;
      height: 32px;
      background-color: #333;
      border-radius: 4px;
      text-align: center;
      -webkit-box-shadow: 0px 8px 16px #00000066;
              box-shadow: 0px 8px 16px #00000066;
      z-index: 1000; }
      .collect__item.wishlist-btn .tool-chip span {
        position: relative;
        font-size: 12px;
        line-height: 32px;
        text-align: center;
        color: #fff;
        font-weight: bold; }
        .collect__item.wishlist-btn .tool-chip span:before {
          content: "";
          position: absolute;
          top: 100%;
          right: 10px;
          border: 15px solid transparent;
          border-top: 15px solid #333; }
    @media print, screen and (min-width: 769px) {
      .collect__item.wishlist-btn:hover .tool-chip {
        display: block; } }

.nav__list .nav__item.account-buttons {
  border-bottom: none;
  height: unset;
  margin: 25px auto 0;
  padding: 20px 0 20px; }
  @media print, screen and (min-width: 769px) {
    .nav__list .nav__item.account-buttons {
      display: none; } }

@media screen and (max-width: 1024px) {
  .left-container header {
    width: 100%; } }

@media screen and (max-width: 768px) {
  .left-container header {
    width: 100%; }
  .gutter-sizer {
    display: none; }
  .header-banner {
    padding: 12px 0 13px;
    border-bottom: 1px solid #EEE; }
  .overlay {
    display: none; }
  .nav {
    padding-left: 0;
    height: 60px; }
    .nav__box {
      margin: 0 auto; }
    .nav__link {
      position: relative;
      display: block; }
      .nav__link::after {
        content: '';
        width: 24px;
        height: 24px;
        display: block;
        position: absolute;
        top: 0;
        right: 20px;
        bottom: 0;
        margin: auto;
        background-image: url(../../images/icon/icon_24/icon_arrow_right.svg); }
  .arrow-right.sp {
    display: block; }
    .arrow-right.sp::before {
      display: block; }
  .close.show {
    display: block;
    position: absolute;
    top: 0;
    right: 0; }
  .humbergar-nav {
    display: block;
    position: absolute;
    left: 20px;
    top: calc(50% - 8px); }
    .humbergar-nav__item {
      width: 16px;
      height: 3px;
      background: black;
      display: block; }
      .humbergar-nav__item:nth-child(2) {
        margin: 3px 0; }
  .menu-group {
    width: 100%;
    height: 60px;
    position: unset;
    overflow-y: hidden; }
  a {
    text-decoration: unset; }
  .nav__list {
    width: 100%;
    height: 100vh;
    display: block;
    position: fixed;
    top: 0;
    left: -1000%;
    background: #ffffff;
    z-index: 1000;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .nav__list.show {
      left: 0; }
    .nav__list:last-child {
      margin-left: 0; }
    .nav__list .megamenu {
      width: 100%;
      position: fixed;
      left: unset;
      right: -100%;
      top: 0;
      z-index: 1000;
      min-width: unset;
      padding: 0;
      margin: 0;
      font-size: 1rem;
      color: #212529;
      text-align: left;
      list-style: none;
      background-color: #fff;
      background-clip: padding-box;
      border: none;
      border-radius: unset;
      display: block;
      -webkit-transition: all .3s;
      transition: all .3s;
      -webkit-transform-origin: center top;
              transform-origin: center top;
      opacity: 0;
      visibility: hidden;
      -webkit-box-shadow: unset;
              box-shadow: unset;
      overflow-y: auto; }
      .nav__list .megamenu__list {
        margin-top: 0; }
      .nav__list .megamenu .nav__item-black-logo-sp.borderGray-bottom {
        border-bottom: 1px solid #EEE; }
    .nav__list .nav__item {
      height: 60px;
      padding: 20px 0 20px 20px;
      font-size: 16px;
      border-bottom: 1px solid #e3e3e3; }
      .nav__list .nav__item, .nav__list .nav__item:first-child {
        margin-left: 0; }
      .nav__list .nav__item .megamenu ul:first-child + ul {
        margin-top: 40px; }
    .nav__list .nav__item-red-logo-sp {
      display: block;
      text-align: center;
      padding: 12px 0 13px; }
    .nav__list .nav__item-black-logo-sp {
      display: block;
      position: relative;
      height: 60px; }
      .nav__list .nav__item-black-logo-sp .close-nav {
        display: block;
        position: absolute;
        top: calc(50% - 12px);
        right: 0;
        margin: auto;
        margin-right: 20px; }
      .nav__list .nav__item-black-logo-sp .nav__title-black-logo {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 60px; }
        .nav__list .nav__item-black-logo-sp .nav__title-black-logo .logo-home {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
        .nav__list .nav__item-black-logo-sp .nav__title-black-logo img {
          margin: 0;
          border-radius: unset; }
    .nav__list .megamenu__item {
      padding: 0; }
    .nav__list .nav__item.is-active > a,
    .nav__list .nav__item > a:hover {
      position: relative; }
      .nav__list .nav__item.is-active > a::before,
      .nav__list .nav__item > a:hover::before {
        display: none; }
    .nav__list .show .megamenu {
      height: 100vh;
      overflow-x: hidden;
      opacity: 1;
      visibility: visible;
      right: 0; }
    .nav__list .megamenu ul li ul {
      width: 100%;
      height: 100vh;
      position: fixed;
      overflow: auto;
      top: 0;
      right: -1000%;
      background: #ffffff;
      z-index: 1001;
      -webkit-transition: 1s;
      transition: 1s; }
    .nav__list .megamenu ul li.show ul {
      right: 0; }
    .nav__list .megamenu .title-bg-gray {
      background-color: #f5f5f5;
      font-weight: bold;
      text-align: center;
      padding: 0;
      position: relative; }
      .nav__list .megamenu .title-bg-gray .megamenu__link {
        border-bottom: none; }
    .nav__list .megamenu > li > ul li ul li .second-category {
      padding-bottom: 0; }
    .nav__list .megamenu > li > ul li .second-category {
      margin: 0; }
    .nav__list .megamenu li a:hover {
      background-color: unset; }
    .nav__list .megamenu li .back-link,
    .nav__list .megamenu li .back-link-second {
      display: block;
      padding: 18px 20px;
      border-bottom: none;
      position: absolute;
      right: unset;
      top: unset;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .nav__list .megamenu > li a img,
    .nav__list .megamenu > li > ul li ul li a img {
      border-radius: 100%;
      max-width: 128px;
      margin-right: 20px; }
    .nav__list .megamenu > li > ul li ul li {
      margin-top: 0; }
    .nav__list .megamenu > li > ul li ul li a {
      display: block;
      font-size: 14px; }
    .nav__list .megamenu > li > ul li ul .title-bg-gray {
      margin: 0;
      background-color: #f5f5f5; }
      .nav__list .megamenu > li > ul li ul .title-bg-gray a {
        font-size: 16px;
        text-align: center;
        font-weight: bold; }
    .nav__list .megamenu__item > ul > li {
      width: 100%; }
    .nav__list .megamenu__link {
      border-bottom: 1px solid #e3e3e3;
      padding: 14px 20px;
      height: 58px;
      line-height: 30px; }
    .nav__list .megamenu__link::after {
      content: unset; }
  .megamenu__item:focus, .megamenu__item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: unset; }
  .brand .megamenu > li:last-child,
  .cleaning-products .megamenu > li:last-child {
    margin-top: 0; }
  .cleaning-products .megamenu__item ul li a {
    font-size: 14px; }
  .brand .megamenu__list {
    padding: 30px 20px 16px; }
  .brand .megamenu-list__item {
    max-width: unset;
    margin-bottom: 20px; }
    .brand .megamenu-list__item:last-of-type {
      margin-bottom: 0; }
  .brand .megamenu-list__title {
    display: none; }
  .brand .megamenu-list__link {
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    padding: 0;
    margin-bottom: 30px; }
  .brand .megamenu-list__description {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 11px; }
  .brand .megamenu-list__sp-right .megamenu-list__title {
    display: block;
    width: 100%;
    text-align: left; }
  .brand .btn-bottom {
    position: unset; }
  .search-products h2 {
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: bold; }
  .search-products .megamenu > li:first-child {
    margin-top: 0; }
  .search-products .megamenu .search-form,
  .search-products .megamenu .search-process {
    padding: 0 20px; }
  .search-products .megamenu .search-form {
    margin-top: 40px; }
  .search-products .megamenu .search-form ul {
    margin-top: 15px; }
  .search-products .megamenu .search-form ul li {
    font-size: 11px;
    line-height: 1.81818; }
  .search-products .megamenu .search-form .site-search {
    width: 100%;
    height: 48px; }
  .search-products .megamenu .search-form .site-search form {
    height: 48px; }
  .search-products .megamenu .search-form .site-search input {
    border: solid 1px #999999;
    border-radius: 0;
    font-size: 13px; }
  .search-products .megamenu .search-form .site-search .fa-search {
    width: 48px;
    height: 48px;
    background-color: black;
    top: 0;
    right: 0; }
    .search-products .megamenu .search-form .site-search .fa-search::before {
      color: #ffffff; }
  .search-products .megamenu .search-process {
    margin-top: 50px;
    padding-bottom: 60px; }
    .search-products .megamenu .search-process h2 {
      margin-bottom: 20px; }
  .search-products .megamenu .search-process ul li {
    width: 100%;
    counter-increment: count;
    margin-top: 44px;
    position: relative; }
    .search-products .megamenu .search-process ul li:first-child {
      margin-top: 0; }
    .search-products .megamenu .search-process ul li .icon-24-arrow-down {
      display: block;
      position: absolute;
      bottom: -34px;
      left: 0;
      right: 0;
      margin: auto;
      width: 16px; }
  .search-products .megamenu .search-process ul li img {
    width: 100%; }
  .search-products .megamenu .search-process ul li div {
    width: 190px;
    margin-right: 20px; }
    .search-products .megamenu .search-process ul li div .arrow-right:before {
      right: -5.5%; }
  .search-products .megamenu .search-process ul li .arrow-right::before {
    content: none; }
  .search-products .megamenu .search-process ul li p {
    width: 125px;
    margin-top: 0;
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    font-size: 14px; }
  .wishlist {
    margin-right: 30px; } }

.secondary-header .nav {
  padding-left: 5%; }
  @media screen and (min-width: 1440px) {
    .secondary-header .nav {
      padding-left: calc(70rem / 16); } }
  @media screen and (max-width: 768px) {
    .secondary-header .nav {
      padding-left: 0; } }

.left-container {
  overflow: hidden;
  width: calc(100% - 340px);
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .left-container--close {
    width: calc(100% - 48px); }

.primary-sidebar,
.secondary-sidebar {
  width: 100%;
  max-width: 340px;
  height: 100vh;
  top: 0;
  right: 0;
  position: fixed;
  z-index: 1001; }
  .primary-sidebar .primary,
  .primary-sidebar .secondary,
  .secondary-sidebar .primary,
  .secondary-sidebar .secondary {
    height: 100vh;
    position: absolute;
    border-left: 1px solid #E3E3E3;
    background-color: white; }
  .primary-sidebar .primary,
  .secondary-sidebar .primary {
    width: 100%;
    right: 0; }
  .primary-sidebar .secondary,
  .secondary-sidebar .secondary {
    right: -100%;
    font-size: 0; }
  .primary-sidebar--open .primary,
  .secondary-sidebar--open .primary {
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  .primary-sidebar--close,
  .secondary-sidebar--close {
    max-width: 48px; }
    .primary-sidebar--close .primary,
    .secondary-sidebar--close .primary {
      right: -340px; }
    .primary-sidebar--close .secondary,
    .secondary-sidebar--close .secondary {
      right: 0; }

.profile {
  height: 46px;
  border-bottom: 1px solid #EEEEEE;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .profile__name {
    max-width: 200px;
    margin-left: 25px;
    margin-bottom: 0;
    font-size: 12px; }
    @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .profile__name {
        /* IE 対策*/
        padding-top: calc(5rem / 16); } }
  .profile__icon-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .profile__icon-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .profile__close-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(46rem / 16);
    height: calc(46rem / 16);
    border-left: 1px solid #EEEEEE;
    font-size: 24px; }
  .profile__icon {
    margin-right: calc(13rem / 16);
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    cursor: pointer; }
  .profile__links {
    display: none;
    position: absolute;
    top: 38px;
    right: -60px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
    z-index: 2;
    -webkit-transition: .8s;
    transition: .8s; }
    .profile__links.is-show {
      display: block; }
    .profile__links .profile__link-item {
      padding-left: 10px; }
      .profile__links .profile__link-item:hover {
        background-color: #F5F5F5; }
      .profile__links .profile__link-item + .profile__link-item {
        border-top: 1px solid #e3e3e3; }
      .profile__links .profile__link-item:first-child {
        border: none; }
      .profile__links .profile__link-item a {
        display: block;
        width: 170px;
        height: 50px;
        padding-left: 34px;
        font-size: calc(14rem / 16);
        line-height: 50px; }
  .profile__open-btn {
    position: absolute;
    top: 0;
    right: 0; }

.sidebar-product {
  padding: calc(15rem / 16) 0;
  background-color: #F5F5F5;
  overflow: hidden; }
  .sidebar-product__title {
    font-size: 14px;
    font-weight: bold; }
  .sidebar-product .slick-arrow {
    z-index: 1; }
  .sidebar-product .owned-item-card img {
    width: 240px;
    height: 140px;
    -o-object-fit: contain;
       object-fit: contain;
    font-family: 'object-fit: contain;';
    /*IE対策*/
    margin: 0 auto; }
  .sidebar-product .owned-item-card .caption .caption__title {
    width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.slide-product {
  max-width: 290px;
  margin: 15px auto 0;
  padding: calc(10rem / 16) calc(15rem / 16) 0;
  background-color: white;
  position: relative;
  border: 1px solid #E3E3E3; }
  .slide-product__regist-btn {
    position: absolute;
    left: -10px;
    top: 15%;
    z-index: 2;
    font-size: 24px; }
    .slide-product__regist-btn a {
      position: relative; }
      .slide-product__regist-btn a .tool-chip {
        display: none;
        position: absolute;
        top: -40px;
        left: -14px;
        width: 104px;
        height: 32px;
        background-color: #333;
        border-radius: 4px;
        text-align: center;
        z-index: 1000; }
        .slide-product__regist-btn a .tool-chip span {
          position: relative;
          display: block;
          font-size: 12px;
          line-height: 32px;
          text-align: center;
          color: #fff;
          font-weight: bold; }
          .slide-product__regist-btn a .tool-chip span:before {
            content: "";
            position: absolute;
            bottom: -20px;
            right: 65px;
            border: 15px solid transparent;
            border-top: 15px solid #333; }
      @media print, screen and (min-width: 769px) {
        .slide-product__regist-btn a:hover .tool-chip {
          display: block; } }
  .slide-product__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .slide-product__item {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    font-size: 14px;
    border: 1px solid #E3E3E3;
    background-color: #F5F5F5; }
  .slide-product__link {
    height: 89px;
    padding: 10px 0 0 10px;
    display: block;
    font-weight: bold; }
    .slide-product__link--parts {
      background: url(../images/sidebar/right-clm-open-btn-parts.png) no-repeat; }
    .slide-product__link--care {
      background: url(../images/sidebar/right-clm-open-btn-care.png) no-repeat; }
    .slide-product__link--option {
      background: url(../images/sidebar/right-clm-open-btn-option.png) no-repeat; }
    .slide-product__link--faq {
      background: url(../images/sidebar/right-clm-open-btn-faq.png) no-repeat; }
  .slide-product__small {
    display: block;
    font-weight: bold; }
  .slide-product .slick-list {
    overflow: unset; }
  .slide-product .slick-slide {
    margin-right: 5px !important;
    margin-left: 5px !important; }
  .slide-product .slick-prev, .slide-product .slick-next {
    width: 32px;
    height: 32px;
    top: unset;
    bottom: -5px;
    background-color: white; }
    .slide-product .slick-prev:hover, .slide-product .slick-prev:focus, .slide-product .slick-next:hover, .slide-product .slick-next:focus {
      opacity: 0.7;
      background: white; }
    .slide-product .slick-prev:before, .slide-product .slick-next:before {
      font-family: unset;
      color: #333333; }
  .slide-product .slick-prev.slick-arrow {
    left: -30px; }
  .slide-product .slick-next.slick-arrow {
    right: -30px; }
  .slide-product .slide-product__noItem {
    position: relative; }
    .slide-product .slide-product__noItem > p {
      padding-top: 22px;
      text-align: center; }
      .slide-product .slide-product__noItem > p img {
        width: 213px;
        height: 102px;
        -o-object-fit: contain;
           object-fit: contain;
        font-family: 'object-fit: contain;';
        /*IE対策*/ }
    .slide-product .slide-product__noItem .slide-product__list {
      opacity: 0.4;
      margin-top: calc(50rem / 16); }
  .slide-product .slide-product__noItem-bg {
    padding-top: 50px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 10px);
    background-color: rgba(0, 0, 0, 0.08);
    text-align: center; }
    .slide-product .slide-product__noItem-bg p {
      font-size: calc(14rem / 16);
      font-weight: bold;
      font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
      line-height: 1.57143;
      margin-bottom: 40px; }
    .slide-product .slide-product__noItem-bg .btn {
      max-width: 200px;
      height: 40px;
      padding: 9px 0;
      margin: 0 auto;
      display: block;
      color: white;
      font-size: calc(14rem / 16);
      font-weight: bold; }
    .slide-product .slide-product__noItem-bg .primary-bottom__secondary--btn {
      background-color: #333333; }

.caption {
  text-align: center;
  z-index: 2;
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  margin-top: calc(10rem / 16); }
  .caption__title {
    font-size: 14px;
    font-weight: bold;
    font-family: "Roboto", sans-serif; }
  .caption__text {
    font-size: 11px;
    margin-bottom: 5px; }

.slick-current .caption {
  opacity: 1;
  -webkit-transition-delay: .5s;
          transition-delay: .5s; }

.primary-top {
  height: 355px;
  overflow: hidden; }
  .primary-top .slick-arrow {
    top: 50%;
    z-index: 1; }
  .primary-top .slide-product {
    max-width: 270px;
    background-color: unset;
    border: none;
    padding: 0;
    margin: 20px 35px 0; }
  .primary-top .slick-slide a {
    display: block; }
  .primary-top .slick-slide img {
    display: block;
    width: 270px;
    height: 317px;
    -o-object-fit: contain;
       object-fit: contain;
    font-family: 'object-fit: contain;';
    /*IE対策*/ }
  .primary-top .slick-dots {
    bottom: -15px; }
    .primary-top .slick-dots li {
      width: 6px;
      height: 6px;
      margin: 0;
      padding: 0; }
      .primary-top .slick-dots li + li {
        margin-left: 5px; }
      .primary-top .slick-dots li button {
        width: 6px;
        height: 6px;
        padding: 0; }
        .primary-top .slick-dots li button::before {
          font-size: 10px;
          -webkit-transform: scale(0.6);
                  transform: scale(0.6);
          line-height: 6px;
          width: 6px;
          height: 6px;
          color: #050505;
          opacity: 1; }
      .primary-top .slick-dots li.slick-active button::before {
        color: #E82318; }

.primary-bottom {
  max-width: 290px;
  margin: calc(15rem / 16) auto 0; }
  .primary-bottom .sale img {
    width: 100%; }
  .primary-bottom .coupon {
    margin-top: 25px; }
    .primary-bottom .coupon__list {
      margin-bottom: 10px;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .primary-bottom .coupon__title {
      font-weight: bold;
      font-size: 13px;
      letter-spacing: 0.1em; }
    .primary-bottom .coupon__link {
      font-size: 12px;
      padding-right: 10px;
      color: #222; }
      .primary-bottom .coupon__link:hover {
        opacity: 0.7; }
      .primary-bottom .coupon__link.arrow-right:before {
        right: 0; }
  .primary-bottom__title {
    text-align: center;
    font-weight: bold;
    font-size: 14px; }
  .primary-bottom .btn {
    height: 45px;
    padding: 11px 0;
    display: block;
    color: white;
    font-size: 14px;
    font-weight: bold; }
  .primary-bottom__primary--btn {
    margin: 0 0 25px;
    background-color: #E82318; }
  .primary-bottom__secondary--btn {
    margin: 20px 0 10px;
    background-color: #333333; }

.secondary {
  max-width: 48px;
  height: 100vh;
  background-color: #F5F5F5;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .secondary__open--btn {
    width: 48px;
    height: 48px;
    background-color: #E82318; }
    .secondary__open--btn::before {
      left: 0;
      right: 0;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      background-image: url(../../images/icon/icon_24/icon_arrow_right_white.svg); }
  .secondary .my-page {
    position: relative;
    height: 612px;
    padding-top: 16px;
    background-color: #F5F5F5;
    margin: auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .secondary .my-page__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .secondary .my-page__link span {
        -webkit-writing-mode: vertical-rl;
            -ms-writing-mode: tb-rl;
                writing-mode: vertical-rl;
        font-size: 14px;
        letter-spacing: 2px;
        font-weight: bold; }
    .secondary .my-page__icon {
      margin-top: 10px; }
    .secondary .my-page .bottom-nav {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 48px;
      margin: auto;
      text-align: center; }
      .secondary .my-page .bottom-nav__item {
        padding: 15px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .secondary .my-page .bottom-nav__item--login {
          background-color: #EEEEEE; }
        .secondary .my-page .bottom-nav__item--regist {
          background-color: #333333; }
      .secondary .my-page .bottom-nav__link {
        -webkit-writing-mode: vertical-rl;
            -ms-writing-mode: tb-rl;
                writing-mode: vertical-rl;
        font-size: 14px;
        letter-spacing: 2px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-self: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-weight: bold; }
        .secondary .my-page .bottom-nav__link--regist {
          color: #ffffff; }
      .secondary .my-page .bottom-nav__icon {
        margin-top: 3px; }

.mypage-btn {
  display: none; }

@media screen and (max-width: 1024px) {
  .left-container {
    width: calc(100% - 48px); }
  .primary-sidebar,
  .secondary-sidebar {
    max-width: 48px; }
    .primary-sidebar--open, .secondary-sidebar--open {
      max-width: 340px; }
  .primary {
    display: none; } }

@media screen and (max-width: 768px) {
  .left-container {
    width: 100%; }
  .secondary-sidebar,
  .primary-sidebar {
    max-width: unset;
    overflow-y: auto;
    height: 100%; }
    .secondary-sidebar--up,
    .primary-sidebar--up {
      right: unset;
      top: 0;
      opacity: 1;
      visibility: visible;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      background-color: white; }
    .secondary-sidebar--hide,
    .primary-sidebar--hide {
      right: unset;
      top: 100%;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
    .secondary-sidebar, .secondary-sidebar .primary,
    .primary-sidebar,
    .primary-sidebar .primary {
      max-width: unset; }
    .secondary-sidebar .primary,
    .primary-sidebar .primary {
      padding-bottom: 40px;
      position: unset;
      background: white; }
    .secondary-sidebar .secondary,
    .primary-sidebar .secondary {
      display: none;
      right: 0; }
  .slide-product,
  .primary-bottom {
    max-width: 335px; }
  .primary-bottom {
    padding-bottom: 30px; }
  .slide-product__item--parts {
    background: url(../images/sidebar/right-clm-open-btn-parts@2x.png) no-repeat;
    background-size: 100%; }
  .slide-product__item--care {
    background: url(../images/sidebar/right-clm-open-btn-care@2x.png) no-repeat;
    background-size: 100%; }
  .slide-product__item--option {
    background: url(../images/sidebar/right-clm-open-btn-option@2x.png) no-repeat;
    background-size: 100%; }
  .slide-product__item--faq {
    background: url(../images/sidebar/right-clm-open-btn-faq@2x.png) no-repeat;
    background-size: 100%; }
  .sale__img {
    width: 100%; }
  .coupon__img {
    width: 100%; }
  .mypage-btn {
    display: block; }
    .mypage-btn--hide .mypage-btn__link--close {
      opacity: 0;
      visibility: hidden;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
    .mypage-btn--hide .mypage-btn__link--open {
      opacity: 1;
      visibility: visible;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
    .mypage-btn--up .mypage-btn__link--open {
      opacity: 0;
      visibility: hidden;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
    .mypage-btn--up .mypage-btn__link--close {
      opacity: 1;
      visibility: visible;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      z-index: 1001; }
    .mypage-btn__link {
      background: none;
      position: fixed;
      right: 15px;
      bottom: 15px;
      z-index: 1000; }
    .mypage-btn__bg {
      width: 60px;
      height: 60px;
      padding: 5px 3px;
      background-color: #333;
      border-radius: 30px;
      text-align: center;
      border: 2px solid white; }
    .mypage-btn__close {
      color: white;
      font-size: 32px; }
    .mypage-btn__text {
      font-size: 10px;
      color: white;
      -webkit-transform: scale(0.8);
              transform: scale(0.8); } }

.secondary-sidebar .primary {
  background: #f5f5f5; }

.secondary-sidebar__sticky {
  background: none; }

.secondary-sidebar .profile {
  background: #fff; }

.secondary-sidebar .sidebar__inner {
  padding: 0 calc(20rem / 16); }

.secondary-sidebar .sidebar__link a,
.secondary-sidebar .sidebar__link-list a {
  position: relative;
  display: block;
  line-height: 1; }

.secondary-sidebar .sidebar__link i,
.secondary-sidebar .sidebar__link-list i {
  position: absolute;
  top: 50%;
  right: calc(20rem / 16);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }

.secondary-sidebar .sidebar__link a {
  padding: calc(33rem / 16) calc(20rem / 16);
  font-size: calc(14rem / 16);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.0007em;
  color: #222; }
  .secondary-sidebar .sidebar__link a:hover {
    opacity: 0.7; }
  .secondary-sidebar .sidebar__link a span {
    padding-left: 34px; }
    .secondary-sidebar .sidebar__link a span.icon-24-logout {
      font-weight: normal; }

.secondary-sidebar .sidebar__link-list li + li {
  margin: calc(1rem / 16) 0 0; }

.secondary-sidebar .sidebar__link-list a {
  padding: calc(18rem / 16) calc(20rem / 16);
  font-size: calc(14rem / 16);
  background: #fff; }

[class^="icon-"] {
  display: inline-block; }
  [class^="icon-"]::before, [class^="icon-"]::before {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain; }
  [class^="icon-"].is-before::before, [class^="icon-"].is-after::before {
    position: absolute;
    top: calc(50% - 8px); }
  [class^="icon-"].is-before {
    position: relative;
    padding-left: 20px; }
    [class^="icon-"].is-before::before {
      left: 0; }
  [class^="icon-"].is-after {
    position: relative;
    padding-right: 20px; }
    [class^="icon-"].is-after::before {
      right: 0; }

[class^="icon-24-"]::before, [class^="icon-24-"]::before {
  width: 24px;
  height: 24px; }

[class^="icon-24-"].is-before::before, [class^="icon-24-"].is-after::before {
  top: calc(50% - 12px); }

[class^="icon-24-"].is-before {
  padding-left: 24px; }

[class^="icon-24-"].is-after {
  padding-right: 24px; }

[class^="icon-32-"]::before, [class^="icon-32-"]::before {
  width: 32px;
  height: 32px; }

[class^="icon-32-"].is-before::before, [class^="icon-32-"].is-after::before {
  top: calc(50% - 16px); }

[class^="icon-32-"].is-before {
  padding-left: 32px; }

[class^="icon-32-"].is-after {
  padding-right: 32px; }

[class^="icon-40-"]::before, [class^="icon-40-"]::before {
  width: 40px;
  height: 40px; }

[class^="icon-40-"].is-before::before, [class^="icon-40-"].is-after::before {
  top: calc(50% - 20px); }

[class^="icon-40-"].is-before {
  padding-left: 40px; }

[class^="icon-40-"].is-after {
  padding-right: 40px; }

[class^="icon-48-"]::before, [class^="icon-48-"]::before {
  width: 48px;
  height: 48px; }

[class^="icon-48-"].is-before::before, [class^="icon-48-"].is-after::before {
  top: calc(50% - 24px); }

[class^="icon-48-"].is-before {
  padding-left: 48px; }

[class^="icon-48-"].is-after {
  padding-right: 48px; }

/* 8px */
.icon-8-dot::before {
  background-image: url(../../images/icon/icon-8-dot.svg); }

.icon-8-dot-red::before {
  background-image: url(../../images/icon/icon-8-dot-red.svg); }

/* 16px */
.icon-16-arrow-down::before {
  background-image: url(../../images/icon/icon_16/icon_arrow_down.svg); }

.icon-16-arrow-left::before {
  background-image: url(../../images/icon/icon_16/icon_arrow_left.svg); }

.icon-16-arrow-right::before {
  background-image: url(../../images/icon/icon_16/icon_arrow_right.svg); }

.icon-16-arrow-up::before {
  background-image: url(../../images/icon/icon_16/icon_arrow_up.svg); }

.icon-16-check::before {
  background-image: url(../../images/icon/icon_16/icon_check.svg); }

.icon-16-check-box::before {
  background-image: url(../../images/icon/icon_16/icon_check_box.svg); }

.icon-16-check-box-checked::before {
  background-image: url(../../images/icon/icon_16/icon_check_box_checked.svg); }

.icon-16-dot::before {
  background-image: url(../../images/icon/icon_16/icon_dot.svg); }

.icon-16-dot-red::before {
  background-image: url(../../images/icon/icon_16/icon_dot_red.svg); }

.icon-16-eye::before {
  background-image: url(../../images/icon/icon_16/icon_eye.svg); }

.icon-16-select::before {
  background-image: url(../../images/icon/icon_16/icon_select.svg); }

.icon-16-star::before {
  background-image: url(../../images/icon/icon_16/icon_star.svg); }

.icon-16-star-o::before {
  background-image: url(../../images/icon/icon_16/icon_star_o.svg); }

.icon-16-star-half::before {
  background-image: url(../../images/icon/icon_16/icon_star_half.svg); }

.icon-16-star-black::before {
  background-image: url(../../images/icon/icon_16/icon_star_black.svg); }

.icon-16-like-white::before {
  background-image: url(../../images/icon/icon_16/icon_like_white.svg); }

/* 24px */
.icon-24-add::before {
  background-image: url(../../images/icon/icon_24/icon_add.svg); }

.icon-24-arrow-down::before {
  background-image: url(../../images/icon/icon_24/icon_arrow_down.svg); }

.icon-24-arrow-right-white::before {
  background-image: url(../../images/icon/icon_24/icon_arrow_right_white.svg); }

.icon-24-arrow-right::before {
  background-image: url(../../images/icon/icon_24/icon_arrow_right.svg); }

.icon-24-cart::before {
  background-image: url(../../images/icon/icon_24/icon_cart.svg); }

.icon-24-cart-white::before {
  background-image: url(../../images/icon/icon_24/icon_cart-white.svg); }

.icon-24-check-1::before {
  background-image: url(../../images/icon/icon_24/icon_check_1.svg); }

.icon-24-check-1-orange::before {
  background-image: url(../../images/icon/icon_24/icon_check_1_orange.svg); }

.icon-24-check-white::before {
  background-image: url(../../images/icon/icon_24/icon_check_1_white.svg); }

.icon-24-check-green::before {
  background-image: url(../../images/icon/icon_24/icon_check_1_green.svg); }

.icon-24-check-box::before {
  background-image: url(../../images/icon/icon_24/icon_check_box.svg); }

.icon-24-check-box-checked::before {
  background-image: url(../../images/icon/icon_24/icon_check_box_checked.svg); }

.icon-24-close::before {
  background-image: url(../../images/icon/icon_24/icon_close.svg); }

.icon-24-equal::before {
  background-image: url(../../images/icon/icon_24/icon_equal.svg); }

.icon-24-exclamation::before {
  background-image: url(../../images/icon/icon_24/icon_exclamation.svg); }

.icon-24-exclamation-red::before {
  background-image: url(../../images/icon/icon_24/icon_exclamation_red.svg); }

.icon-24-eye::before {
  background-image: url(../../images/icon/icon_24/icon_eye.svg); }

.icon-24-garbage::before {
  background-image: url(../../images/icon/icon_24/icon_garbage.svg); }

.icon-24-gift::before {
  background-image: url(../../images/icon/icon_24/icon_gift.svg); }

.icon-24-guide::before {
  background-image: url(../../images/icon/icon_24/icon_guide.svg); }

.icon-24-like::before {
  background-image: url(../../images/icon/icon_24/icon_like.svg); }

.icon-24-link-1::before {
  background-image: url(../../images/icon/icon_24/icon_link_1.svg); }

.icon-24-link-2::before {
  background-image: url(../../images/icon/icon_24/icon_link_2.svg); }

.icon-24-link-3::before {
  background-image: url(../../images/icon/icon_24/icon_link_3.svg); }

.icon-24-logout::before {
  background-image: url(../../images/icon/icon_24/icon_logout.svg); }

.icon-24-menu::before {
  background-image: url(../../images/icon/icon_24/icon_menu.svg); }

.icon-24-minus::before {
  background-image: url(../../images/icon/icon_24/icon_minus.svg); }

.icon-24-plus::before {
  background-image: url(../../images/icon/icon_24/icon_plus.svg); }

.icon-24-plus-black::before {
  background-image: url(../../images/icon/icon_24/icon_plus_black.svg); }

.icon-24-plus-white::before {
  background-image: url(../../images/icon/icon_24/icon_plus_white.svg); }

.icon-24-popular::before {
  background-image: url(../../images/icon/icon_24/icon_popular.svg); }

.icon-24-question-1::before {
  background-image: url(../../images/icon/icon_24/icon_question_1.svg); }

.icon-24-question-2::before {
  background-image: url(../../images/icon/icon_24/icon_question_2.svg); }

.icon-24-sale-campaign::before {
  background-image: url(../../images/icon/icon_24/icon_sale_campaign.svg); }

.icon-24-search::before {
  background-image: url(../../images/icon/icon_24/icon_search.svg); }

.icon-24-search-white::before {
  background-image: url(../../images/icon/icon_24/icon_search_white.svg); }

.icon-24-thumb-up::before {
  background-image: url(../../images/icon/icon_24/icon_thumb_up.svg); }

.icon-24-tips::before {
  background-image: url(../../images/icon/icon_24/icon_tips.svg); }

.icon-24-truck::before {
  background-image: url(../../images/icon/icon_24/icon_truck.svg); }

.icon-24-truck-white::before {
  background-image: url(../../images/icon/icon_24/icon_truck_white.svg); }

.icon-24-truck-orange::before {
  background-image: url(../../images/icon/icon_24/icon_truck_orange.svg); }

.icon-24-write::before {
  background-image: url(../../images/icon/icon_24/icon_write.svg); }

.icon-24-mypage-top::before {
  background-image: url(../../images/icon/icon_24/icon_mypage_top.svg); }

.icon-24-mail::before {
  background-image: url(../../images/icon/icon_24/icon_mail.svg); }

.icon-24-error::before {
  background-image: url(../../images/icon/icon_24/icon_error.svg); }

.icon-24-logout::before {
  background-image: url(../../images/icon/icon_24/icon_logout.svg); }

.icon-24-review-white::before {
  background-image: url(../../images/icon/icon_24/icon_review-white.svg); }

.icon-24-review-black::before {
  background-image: url(../../images/icon/icon_24/icon_review-black.svg); }

.icon-24-user::before {
  background-image: url(../../images/icon/icon_24/icon_user.svg); }

.icon-24-photo::before {
  background-image: url(../../images/icon/icon_24/icon_photo.svg); }

.icon-24-order::before {
  background-image: url(../../images/icon/icon_24/icon_order.svg); }

.icon-24-point::before {
  background-image: url(../../images/icon/icon_24/icon_point.svg); }

/* 32px */
.icon-32-address::before {
  background-image: url(../../images/icon/icon_32/icon_address.svg); }

.icon-32-arrow-left-cl::before {
  background-image: url(../../images/icon/icon_32/icon_arrow_left_cl.svg); }

.icon-32-arrow-left::before {
  background-image: url(../../images/icon/icon_32/icon_arrow_left.svg); }

.icon-32-arrow-right-cl::before {
  background-image: url(../../images/icon/icon_32/icon_arrow_right_cl.svg); }

.icon-32-arrow-right-orange::before {
  background-image: url(../../images/icon/icon_32/icon_arrow_right_orange.svg); }

.icon-32-arrow-right::before {
  background-image: url(../../images/icon/icon_32/icon_arrow_right.svg); }

.icon-32-fav::before {
  background-image: url(../../images/icon/icon_32/icon_fav.svg); }

.icon-32-list::before {
  background-image: url(../../images/icon/icon_32/icon_list.svg); }

.icon-32-login::before {
  background-image: url(../../images/icon/icon_32/icon_login.svg); }

.icon-32-logout::before {
  background-image: url(../../images/icon/icon_32/icon_logout.svg); }

.icon-32-mail::before {
  background-image: url(../../images/icon/icon_32/icon_mail.svg); }

.icon-32-manual::before {
  background-image: url(../../images/icon/icon_32/icon_manual.svg); }

.icon-32-order::before {
  background-image: url(../../images/icon/icon_32/icon_order.svg); }

.icon-32-point::before {
  background-image: url(../../images/icon/icon_32/icon_point.svg); }

.icon-32-point-orange::before {
  background-image: url(../../images/icon/icon_32/icon_point_orange.svg); }

.icon-32-product-top::before {
  background-image: url(../../images/icon/icon_32/icon_product_top.svg); }

.icon-32-question::before {
  background-image: url(../../images/icon/icon_32/icon_question.svg); }

.icon-32-repair::before {
  background-image: url(../../images/icon/icon_32/icon_repair.svg); }

.icon-32-search::before {
  background-image: url(../../images/icon/icon_32/icon_search.svg); }

.icon-32-search-white::before {
  background-image: url(../../images/icon/icon_32/icon_search_white.svg); }

.icon-32-sign-up::before {
  background-image: url(../../images/icon/icon_32/icon_sign_up.svg); }

.icon-32-apple::before {
  background-image: url(../../images/icon/icon_32/icon_sosial_Apple.svg); }

.icon-32-facebook::before {
  background-image: url(../../images/icon/icon_32/icon_sosial_Facebook.svg); }

.icon-32-line::before {
  background-image: url(../../images/icon/icon_32/icon_sosial_LINE.svg); }

.icon-32-twitter::before {
  background-image: url(../../images/icon/icon_32/icon_sosial_Twitter.svg); }

.icon-32-google::before {
  background-image: url(../../images/icon/icon_32/icon_sosial_Google.svg); }

.icon-32-tel::before {
  background-image: url(../../images/icon/icon_32/icon_tel.svg); }

.icon-32-user-1::before {
  background-image: url(../../images/icon/icon_32/icon_user_1.svg); }

.icon-32-user-2::before {
  background-image: url(../../images/icon/icon_32/icon_user_2.svg); }

/* 40px */
.icon-40-close::before {
  background-image: url(../../images/icon/icon_40/icon_close.svg); }

.icon-40-close-black::before {
  background-image: url(../../images/icon/icon_40/icon_close_black.svg); }

/* 48px */
.icon-48-beginner::before {
  background-image: url(../../images/icon/icon_48/icon_beginner.svg); }

.icon-48-contact::before {
  background-image: url(../../images/icon/icon_48/icon_contact.svg); }

.icon-48-free-shipping::before {
  background-image: url(../../images/icon/icon_48/icon_free_shipping.svg); }

.icon-48-order-flow::before {
  background-image: url(../../images/icon/icon_48/icon_order_flow.svg); }

.icon-48-shortest-delivery::before {
  background-image: url(../../images/icon/icon_48/icon_shortest_delivery.svg); }

.icon-48-question::before {
  background-image: url(../../images/icon/icon_48/icon_question.svg); }

/* 在庫ステータス */
.label-stock-status {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: calc(10rem / 16);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 768px) {
    .label-stock-status {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .label-stock-status .about-stock {
    display: none;
    margin-left: calc(10rem / 16);
    font-size: calc(14rem / 16); }
    @media screen and (max-width: 768px) {
      .label-stock-status .about-stock {
        margin: calc(10rem / 16) 0 0; } }
    @media print, screen and (min-width: 769px) {
      .label-stock-status .about-stock:hover {
        opacity: 0.8;
        cursor: pointer; } }
  .label-stock-status .label-stock-inStock,
  .label-stock-status .label-stock-less,
  .label-stock-status .label-stock-noStock,
  .label-stock-status .label-stock-noAvailable,
  .label-stock-status .label-stock-reserve {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: calc(110rem / 16);
    height: calc(22rem / 16);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain; }
  .label-stock-status .label-stock-less-bg,
  .label-stock-status .label-stock-noAvailable-bg {
    position: relative;
    z-index: 0;
    display: inline-block;
    height: calc(22rem / 16);
    padding: 0 calc(15rem / 16) 0 calc(30rem / 16);
    margin: 0 0 0 calc(-20rem / 16);
    font-size: calc(11rem / 16);
    line-height: calc(22rem / 16);
    background: #f5f5f5;
    border-radius: calc(11rem / 16); }
    .label-stock-status .label-stock-less-bg span,
    .label-stock-status .label-stock-noAvailable-bg span {
      font-size: calc(12rem / 16);
      font-weight: bold; }
  .label-stock-status .label-stock-inStock {
    background-image: url(../../images/label/label_stock_inStock.svg); }
  .label-stock-status .label-stock-less {
    background-image: url(../../images/label/label_stock_less.svg); }
  .label-stock-status .label-stock-noStock {
    background-image: url(../../images/label/label_stock_noStock.svg); }
  .label-stock-status .label-stock-noAvailable {
    background-image: url(../../images/label/label_stock_noAvailable.svg); }
  .label-stock-status .label-stock-reserve {
    background-image: url(../../images/label/label_stock_reserve.svg); }
  .label-stock-status .label-stock-less-bg span {
    padding-left: 5px; }

/* バリエーション商品 */
.attributes .parts__price {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.attributes .label-stock-status {
  position: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media print, screen and (min-width: 769px) {
    .attributes .label-stock-status {
      margin: 0 0 0 auto; } }
  .attributes .label-stock-status .label-stock-less-bg {
    white-space: nowrap; }
  .attributes .label-stock-status .label-stock-less-bg,
  .attributes .label-stock-status .label-stock-noAvailable-bg {
    position: unset;
    z-index: 0;
    width: auto;
    margin: calc(10rem / 16) 0 0;
    padding: 0;
    background: none; }
  .attributes .label-stock-status .label-stock-noAvailable-bg {
    width: 100%;
    text-align: center; }

/* newsステータス */
[class^="label-news-"] {
  display: inline-block;
  width: 67px;
  height: 18px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.label-news-update {
  background-image: url(../../images/label/label_news_update.svg); }

.label-news-critical {
  background-image: url(../../images/label/label_news_critical.svg); }

.label-news-inStock {
  background-image: url(../../images/label/label_news_inStock.svg); }

/* 専用製品 */
[class^="label-form-"] {
  display: inline-block;
  width: 42px;
  height: 18px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.label-form-require {
  background-image: url(../../images/label/label_form_require.svg); }

/* メルマガ */
[class^="label-mail-"] {
  display: inline-block;
  width: 130px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.label-mail-subscribe {
  background-image: url(../../images/label/label_mail_subscribe.svg); }

.label-mail-noSubscribe {
  background-image: url(../../images/label/label_mail_noSubscribe.svg); }

.slick-arrow.slick-next, .slick-arrow.slick-prev {
  width: 32px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
  z-index: 1; }
  .slick-arrow.slick-next:hover, .slick-arrow.slick-prev:hover {
    opacity: 0.7;
    background-color: rgba(255, 255, 255, 0.7); }
  .slick-arrow.slick-next:focus, .slick-arrow.slick-next:active, .slick-arrow.slick-prev:focus, .slick-arrow.slick-prev:active {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.7); }

.slick-arrow:before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center; }

.slick-arrow.slick-next {
  right: calc(10rem / 16); }
  @media print, screen and (min-width: 769px) {
    .slick-arrow.slick-next {
      right: calc(50rem / 16); } }
  .slick-arrow.slick-next::before {
    content: "";
    background-image: url(../../images/icon/icon_arrow_right_active.svg);
    opacity: 1; }

.slick-arrow.slick-prev {
  left: calc(10rem / 16); }
  @media print, screen and (min-width: 769px) {
    .slick-arrow.slick-prev {
      left: calc(50rem / 16); } }
  .slick-arrow.slick-prev::before {
    content: "";
    background-image: url(../../images/icon/icon_arrow_left_active.svg);
    opacity: 1; }

.slick-arrow.slick-disabled {
  cursor: unset;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.7); }

@media print, screen and (min-width: 769px) {
  .recently {
    border-top: 1px solid #e3e3e3; } }

.recently .h2-area {
  padding: 30px 0 20px; }
  @media screen and (max-width: 768px) {
    .recently .h2-area {
      border-top: 1px solid #eee; } }
  @media print, screen and (min-width: 769px) {
    .recently .h2-area {
      padding: 50px 0 20px; } }
  .recently .h2-area h2 {
    font-size: calc(18rem / 16);
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0.1em; }

@media screen and (max-width: 768px) {
  .recently .common-caroucel {
    padding-bottom: 50px; } }

.common-caroucel {
  padding: 0 calc(20rem / 16) calc(30rem / 16); }
  @media print, screen and (min-width: 769px) {
    .common-caroucel {
      position: relative;
      padding: 0 calc(20rem / 16) calc(40rem / 16); }
      .common-caroucel::before {
        content: "";
        position: absolute;
        top: 0;
        left: -1005px;
        width: 1000px;
        height: 100%;
        background-color: #fff;
        z-index: 1; } }
  .common-caroucel .slick-list {
    overflow: visible; }
  .common-caroucel .slick-next,
  .common-caroucel .slick-prev {
    top: 100px; }
  .common-caroucel .lists__item {
    max-width: 240px;
    padding: 20px;
    -webkit-transition: .3s;
    transition: .3s; }
    @media print, screen and (min-width: 769px) {
      .common-caroucel .lists__item:hover {
        -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
                box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
        -webkit-transform: translateY(-4px);
                transform: translateY(-4px); } }
    .common-caroucel .lists__item a {
      display: block;
      outline: none; }
  .common-caroucel .item__image {
    width: 200px; }
    .common-caroucel .item__image img {
      margin: 0 auto 12px;
      width: 160px;
      height: 160px;
      -o-object-fit: contain;
         object-fit: contain;
      font-family: 'object-fit: contain;';
      /*IE対策*/ }
  .common-caroucel .item__text {
    height: 49px;
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    font-size: calc(14rem / 16);
    color: #222;
    line-height: 1.71429;
    overflow: hidden;
    display: -webkit-box;
    overflow: hidden;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2; }
  .common-caroucel .item__price {
    color: #222;
    text-align: right; }
    .common-caroucel .item__price .parts__price {
      font-size: 12px;
      line-height: 1.5;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .common-caroucel .item__price .parts__price .price {
        font-size: calc(12rem / 16);
        font-family: "Roboto", sans-serif;
        line-height: 1.5;
        font-weight: normal; }
        .common-caroucel .item__price .parts__price .price.discount {
          color: #222; }
    .common-caroucel .item__price strike {
      display: none; }
  .common-caroucel .quickview-area {
    display: none; }

.page--cart .common-caroucel .lists__item {
  max-width: calc(190rem / 16); }

.page--cart .common-caroucel .item__image {
  width: auto; }
  .page--cart .common-caroucel .item__image img {
    width: calc(152rem / 16);
    height: calc(152rem / 16); }

.page--cart .common-caroucel .quickview-area {
  display: block; }
  .page--cart .common-caroucel .quickview-area .quickModal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: calc(35rem / 16);
    margin: calc(10rem / 16) 0 0;
    border-radius: 3px;
    border: solid 1px #ddd; }
    .page--cart .common-caroucel .quickview-area .quickModal .icon-24-eye {
      height: auto;
      vertical-align: inherit; }
  .page--cart .common-caroucel .quickview-area .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 calc(5rem / 16) 0 0; }
  .page--cart .common-caroucel .quickview-area .title {
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    font-size: calc(14rem / 16); }

.category-anchor {
  padding: 30px 30px 20px;
  margin-top: 54px;
  background-color: #f5f5f5; }
  @media screen and (max-width: 768px) {
    .category-anchor {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-left: -15px;
      margin-right: -15px; } }
  .category-anchor__title {
    margin-bottom: 30px;
    font-size: calc(16rem / 16);
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em; }
  .category-anchor__list {
    margin-left: 5px;
    margin-right: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      .category-anchor__list {
        margin-left: 0; } }
  .category-anchor__item {
    margin-bottom: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 768px) {
      .category-anchor__item {
        width: 33%; } }
  .category-anchor__link {
    width: 115px;
    min-height: 115px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 65px 5px 15px;
    border: 1px solid #e3e3e3;
    font-size: 11px;
    text-align: center;
    position: relative;
    background-size: 70px;
    background-repeat: no-repeat;
    background-color: white;
    background-position: center top;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-position: center 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .category-anchor__link:hover {
      border: 1px solid #333; }
    @media screen and (max-width: 768px) {
      .category-anchor__link {
        width: 100%;
        min-height: 105px;
        background-size: 50px; } }
    .category-anchor__link.mens-accessories-ties {
      background: url(../images/parts/icon-parts-gotoku.svg) no-repeat 50% 10px white; }
    .category-anchor__link span {
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      display: block;
      height: 13px;
      background-color: #f9f9f9; }

@media screen and (max-width: 768px) {
  .parts-title-wrap {
    margin: 0 0 calc(20rem / 16);
    padding-top: calc(25rem / 16);
    text-align: right; } }

@media print, screen and (min-width: 769px) {
  .parts-title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 calc(20rem / 16);
    padding: calc(70rem / 16) 0 calc(18rem / 16);
    border-bottom: 1px solid #333; } }

.parts-title-wrap__list {
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 768px) {
    .parts-title-wrap__list {
      margin-top: 10px;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

.parts-list {
  padding: calc(25rem / 16) calc(20rem / 16);
  margin: 0 calc(-20rem / 16); }
  @media print, screen and (min-width: 769px) {
    .parts-list {
      position: relative;
      padding: calc(25rem / 16) calc(20rem / 16) calc(25rem / 16);
      margin: 0; } }
  @media print, screen and (min-width: 769px) {
    .parts-list + .parts-list {
      border-top: 1px solid #e3e3e3; } }
  .parts-list.active {
    background-color: #f5f5f5; }

.parts-group-name {
  font-size: calc(18rem / 16);
  font-weight: bold;
  line-height: 1.22222;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 768px) {
    .parts-group-name {
      padding: 0 0 calc(20rem / 16);
      text-align: left;
      border-bottom: 1px solid #333; } }

.parts-read {
  font-size: calc(12rem / 16);
  font-weight: bold;
  line-height: 1.66667; }
  .parts-read i {
    margin: 0 calc(5rem / 16) 0 0;
    color: #e82318; }

.parts-notice {
  margin: 0 0 0 calc(15rem / 16);
  font-size: calc(14rem / 16);
  font-weight: bold;
  line-height: 1.42857; }
  @media screen and (max-width: 768px) {
    .parts-notice {
      padding-right: 5px; } }
  .parts-notice i {
    margin: 0 0 0 calc(5rem / 16); }

.parts__name {
  font-size: calc(16rem / 16);
  font-weight: bold;
  line-height: 1.375; }
  @media screen and (max-width: 768px) {
    .parts__name {
      font-size: calc(15rem / 16); } }

.parts__checkbox {
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }
  @media screen and (max-width: 768px) {
    .parts__checkbox {
      left: 0; } }
  .parts__checkbox input {
    display: none; }
  .parts__checkbox label {
    cursor: pointer; }
  .parts__checkbox input[type=checkbox]:checked + .icon-24-check-box:before {
    background-image: url(../../images/icon/icon_24/icon_check_box_check.svg); }

.parts__col-wrap {
  margin: calc(10rem / 16) 0 0; }
  @media print, screen and (min-width: 769px) {
    .parts__col-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

@media print, screen and (min-width: 769px) {
  .parts__col:nth-child(1) {
    width: 65%;
    max-width: calc(600rem / 16);
    padding: 0 0 0 calc(25rem / 16); } }

.parts__col:nth-child(2) {
  width: 100%;
  max-width: 335px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: calc(15rem / 16) auto 0; }
  @media print, screen and (min-width: 769px) {
    .parts__col:nth-child(2) {
      width: 32%;
      max-width: calc(290rem / 16);
      margin: calc(25rem / 16) 0 0; } }

.parts__col__top,
.parts__col__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.parts__col__top {
  position: relative; }
  @media screen and (max-width: 768px) {
    .parts__col__top {
      position: relative;
      padding: 0 0 0 calc(30rem / 16); } }

.parts__col__bottom {
  margin-bottom: -15px; }
  .parts__col__bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 1.69231;
    margin: calc(15rem / 16) 0 calc(20rem / 16);
    word-break: break-all; }
  .parts__col__bottom li {
    position: relative;
    padding: 0 0 0 calc(30rem / 16);
    margin: calc(2.5rem / 16) calc(20rem / 16) calc(2.5rem / 16) 0;
    font-size: calc(13rem / 16);
    font-weight: bold; }
    @media print, screen and (min-width: 769px) {
      .parts__col__bottom li {
        margin: calc(2.5rem / 16) calc(20rem / 16) calc(2.5rem / 16) 0; } }
    .parts__col__bottom li:before {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      content: "";
      width: calc(24rem / 16);
      height: calc(24rem / 16);
      background: url("../images/owned-item/icon/icon-information01.svg") no-repeat;
      background-size: 100% auto; }

.cart-section__text {
  width: 100%;
  display: block;
  text-align: center;
  font-size: calc(13rem / 16);
  font-weight: bold; }
  .cart-section__text + .btn {
    margin-top: calc(10rem / 16); }
    @media screen and (max-width: 768px) {
      .cart-section__text + .btn {
        margin-top: calc(15rem / 16); } }

.cart-section .nolonger-handled {
  color: #bbb;
  margin-top: 23px; }

.cart-section.no-quantity-label .parts__num {
  margin-right: calc(10rem / 16); }

.cart-section.no-quantity-label .add-cart--btn {
  height: calc(40rem / 16);
  width: calc(200rem / 16); }

.cart-section.no-quantity-label .quantity-label {
  display: none; }

.parts__image {
  width: 100%;
  max-width: calc(90rem / 16); }
  @media print, screen and (min-width: 769px) {
    .parts__image {
      max-width: calc(130rem / 16); }
      .parts__image img {
        max-width: calc(130rem / 16);
        max-height: calc(130rem / 16);
        -o-object-fit: contain;
           object-fit: contain;
        font-family: 'object-fit: contain;';
        /*IE対策*/ } }

.parts__textarea {
  margin: calc(10rem / 16) 0 0 calc(10rem / 16); }
  @media print, screen and (min-width: 769px) {
    .parts__textarea {
      margin: calc(25rem / 16) 0 0 calc(20rem / 16); } }
  .parts__textarea .label-stock-inStock {
    display: none; }
  @media screen and (max-width: 768px) {
    .parts__textarea .label-stock-less-bg,
    .parts__textarea .label-stock-noAvailable-bg {
      display: none; } }

.parts__code {
  font-size: calc(14rem / 16);
  line-height: 1.71429; }

.parts__price {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #e82318;
  font-size: calc(14rem / 16);
  font-weight: bold;
  line-height: 1.71429; }
  .parts__price span,
  .parts__price strike {
    color: #222;
    font-size: calc(12rem / 16);
    line-height: 2; }
  .parts__price .price {
    font-size: calc(14rem / 16);
    height: 100%;
    line-height: 100%; }
    .parts__price .price.discount {
      color: #e82318; }
      .parts__price .price.discount span {
        color: #222; }
  .parts__price strike {
    font-weight: normal; }

.parts__status {
  margin: calc(10rem / 16) 0 0;
  font-size: 0; }
  .parts__status li {
    display: inline-block;
    padding: calc(2rem / 16) calc(20rem / 16);
    color: #fff;
    font-size: calc(12rem / 16);
    font-weight: bold;
    background: #ff8c1a;
    border-radius: calc(14rem / 16); }
    .parts__status li.retention-expire, .parts__status li.end-salse {
      background: #bbb; }
    .parts__status li.substitute-parts {
      background: #f5f5f5;
      color: #222;
      right: 15px;
      position: relative;
      z-index: -1; }
    @media print, screen and (min-width: 769px) {
      .parts__status li {
        padding: calc(2rem / 16) calc(25rem / 16); } }

.parts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%; }

.parts__num {
  width: 100%;
  max-width: calc(80rem / 16);
  margin: 0 calc(30rem / 16) 0 0; }
  @media screen and (max-width: 768px) {
    .parts__num {
      margin: 0 calc(10rem / 16) 0 0; } }
  .parts__num select {
    width: 100%;
    height: calc(40rem / 16);
    border: 1px solid #ddd;
    font-size: calc(14rem / 16);
    color: #222; }
  .parts__num .quantity-label {
    font-size: calc(14rem / 16);
    font-weight: bold;
    height: 14px;
    line-height: 14px;
    margin-bottom: 6px; }

.add-cart--btn.c-button--cart {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  height: calc(40rem / 16);
  color: #fff;
  font-size: calc(14rem / 16);
  font-weight: bold;
  border-radius: calc(3rem / 16);
  background: #e82318;
  background: #e82318; }
  .add-cart--btn.c-button--cart .icon-24-cart-white {
    vertical-align: bottom;
    margin-right: 10px; }
  @media print, screen and (min-width: 769px) {
    .add-cart--btn.c-button--cart {
      max-width: 360px;
      height: 60px; } }
  @media screen and (max-width: 768px) {
    .add-cart--btn.c-button--cart {
      height: 60px; } }

.c-button--view.btn-outline-primary {
  width: 100%;
  height: calc(40rem / 16);
  margin: calc(10rem / 16) 0 0;
  font-size: calc(14rem / 16);
  border: 1px solid #ddd;
  border-radius: calc(3rem / 16);
  line-height: 40px;
  text-align: center; }
  .c-button--view.btn-outline-primary .icon-24-eye {
    height: calc(26rem / 16);
    margin-right: calc(5rem / 16);
    vertical-align: middle; }

@media screen and (max-width: 768px) {
  .selected-product-button-area {
    margin: 10px auto 60px; } }

.c-button--primary.selected-product-add-to-cart {
  margin-bottom: 0;
  padding: 0; }
  .c-button--primary.selected-product-add-to-cart:hover {
    color: white; }

.quickModal.btn-primary {
  margin-top: calc(10rem / 16); }

.cart-cation {
  margin-top: 10px;
  color: #e82318;
  font-size: calc(12rem / 16);
  font-weight: bold; }

.c-button--all-cart {
  width: 100%;
  max-width: calc(100% - calc(40rem / 16));
  margin: calc(20rem / 16) auto 0;
  display: block;
  height: calc(40rem / 16);
  color: #fff;
  font-size: calc(14rem / 16);
  font-weight: bold;
  border-radius: calc(3rem / 16);
  background: #e82318; }
  @media print, screen and (min-width: 769px) {
    .c-button--all-cart {
      max-width: calc(100% - calc(140rem / 16));
      margin: calc(60rem / 16) auto 0; } }

.stock-over .custom-select {
  border: 1px solid #e82318;
  background-color: #fde9e8; }

.add-cart--btn:disabled {
  cursor: not-allowed;
  background-color: #bbb; }

.c-button--primary {
  width: 100%;
  max-width: 600px;
  height: 55px;
  line-height: 55px;
  margin: 80px auto 0;
  display: block;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 0.1875rem;
  background: #e82318; }
  @media screen and (max-width: 768px) {
    .c-button--primary {
      max-width: 335px;
      height: 70px;
      margin: 10px auto 60px;
      line-height: 2;
      text-align: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .c-button--primary .icon-24-cart-white {
    margin-right: 10px; }
    .c-button--primary .icon-24-cart-white::before {
      top: calc(50% - 16px); }

.btn-primary,
.btn-outline-primary {
  width: 100%;
  max-width: 335px;
  height: 40px !important;
  font-size: calc(14rem / 16);
  line-height: 40px !important;
  text-align: center; }
  @media print, screen and (min-width: 769px) {
    .btn-primary,
    .btn-outline-primary {
      max-width: 290px; } }

.btn-primary {
  font-weight: bold; }

.quickModal .icon-24-eye {
  height: 30px;
  vertical-align: middle; }

.text-read-cart {
  margin: calc(27rem / 16) 0 calc(4rem / 16); }
  .text-read-cart + .parts-list-wrap .parts-title-wrap {
    padding-top: calc(40rem / 16); }
    @media print, screen and (min-width: 769px) {
      .text-read-cart + .parts-list-wrap .parts-title-wrap {
        padding-top: calc(60rem / 16); } }

.fa-exclamation-circle {
  font-size: calc(14rem / 16);
  margin-right: 5px; }

.notify {
  position: fixed;
  top: 0; }

.price {
  color: #222; }
  .price .strike-through {
    text-decoration: line-through;
    color: #999;
    margin-right: 0.938rem; }
  .price .starting,
  .price .range,
  .price .sales {
    font-weight: bold; }
  .price .tiered {
    color: #222; }
    .price .tiered table {
      border-top: 1px solid #ccc;
      margin: 0 auto; }
      .price .tiered table tr:nth-child(odd) {
        background-color: #eee; }
    .price .tiered td,
    .price .tiered span.price {
      font-size: 0.875rem;
      font-weight: bold; }
    .price .tiered td {
      padding: 0.313rem; }
      .price .tiered td.quantity {
        font-weight: normal;
        text-align: right; }
      .price .tiered td.value {
        text-align: left; }
    .price .tiered .table-header {
      font-size: 1.125rem;
      padding: 0.313rem; }
    .price .tiered .column-header {
      font-size: 1rem;
      padding: 0.313rem;
      font-weight: normal; }
    .price .tiered .column-header.quantity {
      text-align: right; }

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-beige.disabled {
    opacity: 0.2; }

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative; }
  .swatch-filter-beige.disabled {
    opacity: 0.2; }

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-black.disabled {
    opacity: 0.2; }

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative; }
  .swatch-filter-black.disabled {
    opacity: 0.2; }

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-blue.disabled {
    opacity: 0.2; }

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative; }
  .swatch-filter-blue.disabled {
    opacity: 0.2; }

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-brown.disabled {
    opacity: 0.2; }

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative; }
  .swatch-filter-brown.disabled {
    opacity: 0.2; }

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-green.disabled {
    opacity: 0.2; }

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827;
  border-radius: 0.69em;
  background-color: #008827;
  display: block;
  position: relative; }
  .swatch-filter-green.disabled {
    opacity: 0.2; }

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-grey.disabled {
    opacity: 0.2; }

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative; }
  .swatch-filter-grey.disabled {
    opacity: 0.2; }

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-navy.disabled {
    opacity: 0.2; }

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative; }
  .swatch-filter-navy.disabled {
    opacity: 0.2; }

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-orange.disabled {
    opacity: 0.2; }

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative; }
  .swatch-filter-orange.disabled {
    opacity: 0.2; }

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-pink.disabled {
    opacity: 0.2; }

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative; }
  .swatch-filter-pink.disabled {
    opacity: 0.2; }

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-purple.disabled {
    opacity: 0.2; }

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative; }
  .swatch-filter-purple.disabled {
    opacity: 0.2; }

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-red.disabled {
    opacity: 0.2; }

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative; }
  .swatch-filter-red.disabled {
    opacity: 0.2; }

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-white.disabled {
    opacity: 0.2; }

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative; }
  .swatch-filter-white.disabled {
    opacity: 0.2; }

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-yellow.disabled {
    opacity: 0.2; }

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative; }
  .swatch-filter-yellow.disabled {
    opacity: 0.2; }

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #821e91), color-stop(25%, #821e91), color-stop(25%, #edd134), color-stop(50%, yellow), color-stop(50%, #edd134), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, #0e5cd1), color-stop(50%, #0e5cd1), color-stop(50%, #e20b0b), to(#e20b0b));
  background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, yellow 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em; }
  .swatch-circle-miscellaneous.disabled {
    opacity: 0.2; }
  .swatch-circle-miscellaneous.selected::after {
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg); }

.attribute {
  margin-top: 0.938em; }
  .attribute label {
    display: block; }

.swatch a {
  text-decoration: none; }

@media (max-width: 543.98px) {
  .primary-images {
    margin: 0;
    padding: 0; } }

.prices-add-to-cart-actions {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 50;
  padding-right: 0;
  padding-left: 0;
  left: 0; }
  @media (max-width: 543.98px) {
    .prices-add-to-cart-actions {
      background-color: rgba(255, 255, 255, 0.95);
      -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
              box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } }
  @media (min-width: 544px) {
    .prices-add-to-cart-actions {
      position: static;
      padding: 0 0.9375em; } }
  .prices-add-to-cart-actions .price {
    text-align: center; }

.prices {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  text-align: center; }

.cart-and-ipay {
  text-align: center; }
  @media (max-width: 543.98px) {
    .cart-and-ipay {
      padding-bottom: 26px; }
      .cart-and-ipay .btn {
        width: 98%;
        margin: 1%;
        display: block; } }

.add-to-cart-messages {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%; }

.add-to-basket-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  -webkit-box-shadow: 1px 1px 5px grey;
          box-shadow: 1px 1px 5px grey;
  padding: 1em; }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fade {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .add-to-basket-alert.show {
    display: block; }

.simple-quantity {
  margin-top: 1em; }

.main-attributes {
  margin-top: 1em; }

.size-chart {
  margin-top: 1.071em; }

div.availability {
  margin-top: 1.071em; }

.bundle-item {
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc; }
  .bundle-item:last-child {
    border-bottom: none; }

.container.product-detail {
  margin-top: 2em;
  margin-bottom: 2em; }
  @media (max-width: 543.98px) {
    .container.product-detail {
      margin-top: 0;
      margin-bottom: 0; } }

.product-option:not(:first-child) {
  margin-top: 1.071em; }

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-beige.disabled {
    opacity: 0.2; }

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative; }
  .swatch-filter-beige.disabled {
    opacity: 0.2; }

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-black.disabled {
    opacity: 0.2; }

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative; }
  .swatch-filter-black.disabled {
    opacity: 0.2; }

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-blue.disabled {
    opacity: 0.2; }

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative; }
  .swatch-filter-blue.disabled {
    opacity: 0.2; }

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-brown.disabled {
    opacity: 0.2; }

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative; }
  .swatch-filter-brown.disabled {
    opacity: 0.2; }

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-green.disabled {
    opacity: 0.2; }

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827;
  border-radius: 0.69em;
  background-color: #008827;
  display: block;
  position: relative; }
  .swatch-filter-green.disabled {
    opacity: 0.2; }

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-grey.disabled {
    opacity: 0.2; }

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative; }
  .swatch-filter-grey.disabled {
    opacity: 0.2; }

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-navy.disabled {
    opacity: 0.2; }

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative; }
  .swatch-filter-navy.disabled {
    opacity: 0.2; }

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-orange.disabled {
    opacity: 0.2; }

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative; }
  .swatch-filter-orange.disabled {
    opacity: 0.2; }

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-pink.disabled {
    opacity: 0.2; }

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative; }
  .swatch-filter-pink.disabled {
    opacity: 0.2; }

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-purple.disabled {
    opacity: 0.2; }

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative; }
  .swatch-filter-purple.disabled {
    opacity: 0.2; }

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-red.disabled {
    opacity: 0.2; }

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative; }
  .swatch-filter-red.disabled {
    opacity: 0.2; }

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-white.disabled {
    opacity: 0.2; }

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative; }
  .swatch-filter-white.disabled {
    opacity: 0.2; }

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-yellow.disabled {
    opacity: 0.2; }

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative; }
  .swatch-filter-yellow.disabled {
    opacity: 0.2; }

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #821e91), color-stop(25%, #821e91), color-stop(25%, #edd134), color-stop(50%, yellow), color-stop(50%, #edd134), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, #0e5cd1), color-stop(50%, #0e5cd1), color-stop(50%, #e20b0b), to(#e20b0b));
  background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, yellow 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em; }
  .swatch-circle-miscellaneous.disabled {
    opacity: 0.2; }
  .swatch-circle-miscellaneous.selected::after {
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg); }

.attribute {
  margin-top: 0.938em; }
  .attribute label {
    display: block; }

.swatch a {
  text-decoration: none; }

@media (max-width: 543.98px) {
  .primary-images {
    margin: 0;
    padding: 0; } }

.prices-add-to-cart-actions {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 50;
  padding-right: 0;
  padding-left: 0;
  left: 0; }
  @media (max-width: 543.98px) {
    .prices-add-to-cart-actions {
      background-color: rgba(255, 255, 255, 0.95);
      -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
              box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } }
  @media (min-width: 544px) {
    .prices-add-to-cart-actions {
      position: static;
      padding: 0 0.9375em; } }
  .prices-add-to-cart-actions .price {
    text-align: center; }

.prices {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  text-align: center; }

.cart-and-ipay {
  text-align: center; }
  @media (max-width: 543.98px) {
    .cart-and-ipay {
      padding-bottom: 26px; }
      .cart-and-ipay .btn {
        width: 98%;
        margin: 1%;
        display: block; } }

.add-to-cart-messages {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%; }

.add-to-basket-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  -webkit-box-shadow: 1px 1px 5px grey;
          box-shadow: 1px 1px 5px grey;
  padding: 1em; }

@keyframes fade {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .add-to-basket-alert.show {
    display: block; }

.simple-quantity {
  margin-top: 1em; }

.main-attributes {
  margin-top: 1em; }

.size-chart {
  margin-top: 1.071em; }

div.availability {
  margin-top: 1.071em; }

.bundle-item {
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc; }
  .bundle-item:last-child {
    border-bottom: none; }

.container.product-detail {
  margin-top: 2em;
  margin-bottom: 2em; }
  @media (max-width: 543.98px) {
    .container.product-detail {
      margin-top: 0;
      margin-bottom: 0; } }

.product-option:not(:first-child) {
  margin-top: 1.071em; }

.quick-view-dialog,
.choose-bonus-product-dialog {
  max-width: 56.25em; }
  .quick-view-dialog .selectable-bonus-product-line-item,
  .choose-bonus-product-dialog .selectable-bonus-product-line-item {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    padding-top: 0.3em;
    padding-bottom: 0.3em; }
  .quick-view-dialog .beenSelected,
  .choose-bonus-product-dialog .beenSelected {
    background-color: #eee; }
  .quick-view-dialog .modal-header,
  .choose-bonus-product-dialog .modal-header {
    background-color: #eee;
    border-bottom: 2px solid #ccc;
    border-top-left-radius: 0.1875rem;
    border-top-right-radius: 0.1875rem; }
    .quick-view-dialog .modal-header .full-pdp-link,
    .choose-bonus-product-dialog .modal-header .full-pdp-link {
      color: var(--skin-primary-color-1); }
    .quick-view-dialog .modal-header .close,
    .choose-bonus-product-dialog .modal-header .close {
      font-size: 2rem;
      line-height: 1.5rem; }
  .quick-view-dialog .modal-title,
  .choose-bonus-product-dialog .modal-title {
    font-size: 1em; }
  .quick-view-dialog .product-name,
  .choose-bonus-product-dialog .product-name {
    font-size: 1.875em; }
  .quick-view-dialog .swatch-circle,
  .choose-bonus-product-dialog .swatch-circle {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #fff;
    border-radius: 1.25em;
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    display: inline-block;
    margin-right: 0.313em;
    position: relative; }
    .quick-view-dialog .swatch-circle.color-value[data-selected=true]::after,
    .choose-bonus-product-dialog .swatch-circle.color-value[data-selected=true]::after {
      color: #000;
      content: '\F058';
      display: table-caption;
      font-family: 'FontAwesome';
      font-size: 1.625em;
      left: 0.295em;
      position: absolute; }
    .quick-view-dialog .swatch-circle.color-value.selected::after,
    .choose-bonus-product-dialog .swatch-circle.color-value.selected::after {
      background: #fff;
      border-radius: 50%;
      color: #000;
      content: '\F058';
      display: table-caption;
      font-family: 'FontAwesome';
      font-size: 1.625em;
      height: 0.75em;
      left: 0.31em;
      line-height: 0.8em;
      position: absolute;
      top: 0.35em;
      width: 0.8em; }
    .quick-view-dialog .swatch-circle i.fa-times-circle,
    .choose-bonus-product-dialog .swatch-circle i.fa-times-circle {
      background: #fff;
      border-radius: 50%;
      height: 0.75em;
      line-height: 0.8em;
      width: 0.8em; }
  .quick-view-dialog a[disabled] .swatch-circle,
  .choose-bonus-product-dialog a[disabled] .swatch-circle {
    cursor: not-allowed; }
    .quick-view-dialog a[disabled] .swatch-circle.color-value.selected::after,
    .choose-bonus-product-dialog a[disabled] .swatch-circle.color-value.selected::after {
      background-color: #495057; }
  .quick-view-dialog .availablity-container,
  .choose-bonus-product-dialog .availablity-container {
    text-align: right; }
  .quick-view-dialog .availablity-container,
  .quick-view-dialog .size-chart,
  .choose-bonus-product-dialog .availablity-container,
  .choose-bonus-product-dialog .size-chart {
    margin-top: 0.938em; }
  .quick-view-dialog .modal-content,
  .choose-bonus-product-dialog .modal-content {
    border: 1px solid rgba(0, 0, 0, 0.2); }
  .quick-view-dialog .modal-body,
  .choose-bonus-product-dialog .modal-body {
    max-height: 28.125em;
    /* 450/16 */
    overflow-y: auto; }
  .quick-view-dialog button.close,
  .choose-bonus-product-dialog button.close {
    font-size: 1.25em; }
  .quick-view-dialog .modal-footer,
  .choose-bonus-product-dialog .modal-footer {
    background-color: #fff;
    border: none;
    border-bottom-right-radius: 0.1875rem;
    border-bottom-left-radius: 0.1875rem; }
    .quick-view-dialog .modal-footer .prices .price,
    .choose-bonus-product-dialog .modal-footer .prices .price {
      font-size: 1.6em; }
  .quick-view-dialog .prices .sales,
  .choose-bonus-product-dialog .prices .sales {
    font-size: 1.5rem; }
  .quick-view-dialog .promotions,
  .choose-bonus-product-dialog .promotions {
    text-align: left;
    color: #e82318; }
  @media (max-width: 768.98px) {
    .quick-view-dialog .bonus-summary,
    .choose-bonus-product-dialog .bonus-summary {
      font-size: 0.625em; } }
  @media (max-width: 768.98px) {
    .quick-view-dialog .bonus-summary .bonus-product-name,
    .choose-bonus-product-dialog .bonus-summary .bonus-product-name {
      padding: 0; } }
  .quick-view-dialog .pre-cart-products,
  .choose-bonus-product-dialog .pre-cart-products {
    margin-right: 0.125em; }
  .quick-view-dialog .color-attribute,
  .choose-bonus-product-dialog .color-attribute {
    border: none;
    padding: 0;
    background: none; }
  .quick-view-dialog .non-input-label,
  .choose-bonus-product-dialog .non-input-label {
    display: block;
    margin-bottom: 0.5rem; }

.product-tile {
  border: 0;
  margin-bottom: 0; }
  @media (max-width: 991.98px) {
    .product-tile {
      min-height: 23.4375em; } }
  @media (max-width: 768.98px) {
    .product-tile {
      min-height: 19.6875em; } }
  @media (max-width: 543.98px) {
    .product-tile {
      min-height: 13.4375em; } }
  .product-tile .tile-body {
    padding: 0.625em 0 1.875em; }
    .product-tile .tile-body .color-swatches {
      min-height: 2.25em; }
      .product-tile .tile-body .color-swatches .product-tile-color-label {
        cursor: pointer;
        font-size: 1em; }
        @media (max-width: 991.98px) {
          .product-tile .tile-body .color-swatches .product-tile-color-label {
            font-size: 0.9375em; } }
        @media (max-width: 768.98px) {
          .product-tile .tile-body .color-swatches .product-tile-color-label {
            font-size: 0.8125em; } }
    .product-tile .tile-body .price {
      font-size: 1.125em;
      margin-bottom: 0; }
      @media (max-width: 991.98px) {
        .product-tile .tile-body .price {
          font-size: 1.0625em; } }
      @media (max-width: 768.98px) {
        .product-tile .tile-body .price {
          font-size: 1em; } }
      .product-tile .tile-body .price .tiered {
        font-size: 0.875em; }
        .product-tile .tile-body .price .tiered .value {
          font-weight: bold; }
    .product-tile .tile-body .coming-soon-tile {
      text-align: center; }
    .product-tile .tile-body .pdp-link {
      line-height: 1.2; }
      .product-tile .tile-body .pdp-link a {
        font-size: 1em;
        text-decoration: none; }
        @media (max-width: 991.98px) {
          .product-tile .tile-body .pdp-link a {
            font-size: 0.9375em; } }
        @media (max-width: 768.98px) {
          .product-tile .tile-body .pdp-link a {
            font-size: 0.8125em; } }
    .product-tile .tile-body .ratings {
      font-size: 0.9em; }
  .product-tile .image-container {
    position: relative;
    overflow: auto; }
    .product-tile .image-container .quickview {
      position: absolute;
      bottom: 1rem;
      right: 1rem; }
      .product-tile .image-container .quickview i.fa-expand {
        color: rgba(0, 0, 0, 0.7); }
      .product-tile .image-container .quickview i.fa-circle {
        color: rgba(255, 255, 255, 0.7);
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }
    .product-tile .image-container a {
      display: block; }
      .product-tile .image-container a .tile-image {
        width: 100%; }
  .product-tile .swatches a {
    text-decoration: none; }
  .product-tile .swatch-circle {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.8em;
    height: 1.8em;
    background: #fff;
    border-radius: 0.9em;
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    display: inline-block;
    margin-right: 0.313em;
    position: relative; }
    .product-tile .swatch-circle.color-value[data-selected=true]::after {
      color: #000;
      content: '\F058';
      display: table-caption;
      font-family: 'FontAwesome';
      font-size: 1.625em;
      left: 0.295em;
      position: absolute; }
    .product-tile .swatch-circle.color-value.selected::after {
      background: #fff;
      border-radius: 50%;
      color: #000;
      content: '\F058';
      display: table-caption;
      font-family: 'FontAwesome';
      font-size: 1.625em;
      height: 0.75em;
      left: 0.31em;
      line-height: 0.8em;
      position: absolute;
      top: 0.35em;
      width: 0.8em; }
    .product-tile .swatch-circle i.fa-times-circle {
      background: #fff;
      border-radius: 50%;
      height: 0.75em;
      line-height: 0.8em;
      width: 0.8em; }

#chooseBonusProductModal .modal-footer .container {
  margin-left: 0;
  width: 100%;
  margin-right: 0; }

#chooseBonusProductModal .select-cbp-container {
  margin-top: auto;
  margin-bottom: auto; }

#chooseBonusProductModal .product-name-wrapper {
  width: 100%; }

#chooseBonusProductModal .bonus-quantity,
#chooseBonusProductModal .bonus-option {
  margin-top: 0.938em; }

#chooseBonusProductModal .bonus-quantity-select {
  min-width: 5em; }

#chooseBonusProductModal .select-bonus-product {
  margin-top: 1em; }

#chooseBonusProductModal .selected-pid {
  border: 1px solid #ccc; }
  #chooseBonusProductModal .selected-pid .bonus-product-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

#chooseBonusProductModal .bonus-product-price {
  text-align: center;
  margin-top: 1em; }

.form-nav .nav-tabs .nav-link {
  color: #333; }

.form-nav .nav-tabs .nav-link.active,
.form-nav .nav-tabs .nav-link.active:focus,
.form-nav .nav-tabs .nav-link.active:hover {
  background-color: #fff;
  color: #333; }

.nav-tabs .nav-link.active {
  background-color: transparent; }

@media (min-width: 992px) {
  .form-nav .nav-item > .nav-link {
    color: #333; } }

.container .breadcrumb {
  margin: 0;
  padding: calc(10rem / 16) 0 0;
  border-radius: 0;
  border-bottom: none; }
  @media print, screen and (min-width: 769px) {
    .container .breadcrumb {
      padding: calc(20rem / 16) 0 0; } }
  .container .breadcrumb a {
    color: #222 !important;
    font-size: calc(11rem / 16); }
    .container .breadcrumb a:hover {
      opacity: 0.7; }
  .container .breadcrumb .breadcrumb-item {
    color: #222 !important;
    font-size: calc(11rem / 16); }
    .container .breadcrumb .breadcrumb-item:last-child {
      color: #666 !important; }
      .container .breadcrumb .breadcrumb-item:last-child a {
        color: #666 !important; }
    .container .breadcrumb .breadcrumb-item + .breadcrumb-item {
      padding-left: calc(5rem / 16); }
      .container .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
        padding-right: 5px;
        content: '>';
        font-size: calc(10rem / 16);
        color: #222 !important; }

.veil {
  position: absolute;
  z-index: 100;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .veil .underlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #000; }

.spinner {
  width: 80px;
  height: 80px;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
          animation: sk-rotate 2s infinite linear;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px; }

.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
          animation: sk-bounce 2s infinite ease-in-out; }

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.item-attributes {
  vertical-align: top;
  padding-left: 0; }

.line-item-attributes,
.line-item-option {
  font-size: 0.813rem;
  margin: 0; }

.line-item-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #222;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.313em; }

.line-item-pricing-info {
  margin-bottom: 0; }
  .line-item-pricing-info + .price {
    font-size: 1em;
    font-weight: bolder; }
  .line-item-pricing-info + .unit-price .price {
    font-size: 1em;
    font-weight: bolder; }

.line-item-price-quantity-info {
  margin-top: 0.625em;
  border-top: 1px solid #ccc; }

.line-item-total-text {
  font-size: 0.813em; }

.pricing {
  font-size: 1em;
  font-weight: bolder; }

.item-image {
  height: 5.625em;
  width: 5.625em;
  margin-right: 0.938em;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .item-image img.product-image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    max-height: 5.625em; }

.non-adjusted-price {
  display: none; }

.line-item-promo {
  color: #008827;
  font-size: 0.813em; }

.line-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.bundled-line-item + .bundled-line-item {
  margin-top: 0.625em; }

.bundle-includes {
  font-size: 0.813em;
  margin-bottom: 0.625em; }

.line-item-divider {
  margin: 0.625em -1.225em 0.625em -1.325em; }

.line-dotted {
  border-top: 0.063em dashed #ccc; }

.line-item-availability {
  font-size: 0.813rem; }

.product-line-item-details {
  overflow-y: auto; }

.left-container.is-fixed .popover.popover-top.show {
  top: 32px; }

.left-container.is-fixed .popover.popover-top span:before {
  top: auto;
  bottom: 100%;
  border-top: none;
  border-bottom: 15px solid #333; }

.minicart {
  position: relative; }
  .minicart h1 {
    font-size: 1rem; }
  .minicart .minicart-link {
    position: relative;
    display: block; }
  .minicart .minicart-quantity {
    position: absolute;
    top: -5px;
    right: -5px;
    min-width: 15px;
    min-height: 15px;
    color: #fff;
    background-color: #e82318;
    border-radius: 50%;
    font-size: calc(11rem / 16);
    font-weight: bold;
    text-align: center; }
  .minicart .cart {
    width: 100%;
    max-width: 330px;
    padding: 0;
    background-color: #fff;
    position: relative; }
    .minicart .cart:before {
      content: "";
      position: absolute;
      top: -27px;
      right: 21px;
      border: 10px solid transparent;
      border-bottom: 10px solid #333; }
  .minicart .product-summary {
    margin-right: -0.938em;
    max-height: 420px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 0.938em; }
    .minicart .product-summary .card {
      border: none;
      padding: 20px 0;
      margin-bottom: 0; }
      .minicart .product-summary .card + .card {
        border-top: 1px solid #ccc; }
      .minicart .product-summary .card:first-of-type {
        padding-top: 0; }
    .minicart .product-summary .card-body {
      padding: 0; }
    .minicart .product-summary .quantity-label {
      font-size: 0.813em; }
    .minicart .product-summary .quantity {
      width: 100%; }
    .minicart .product-summary .product-line-item .line-item-name {
      width: 100%;
      text-overflow: unset;
      white-space: unset;
      overflow: unset;
      font-size: calc(14rem / 16);
      color: #222;
      font-weight: normal;
      margin-bottom: 5px; }
    .minicart .product-summary .product-line-item .item-image {
      width: 70px;
      height: 70px; }
    .minicart .product-summary .product-line-item .c-line-item-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .minicart .product-summary .product-line-item .c-line-item-footer .line-item-quantity {
        width: 50%;
        text-align: right;
        font-size: calc(12rem / 16); }
      .minicart .product-summary .product-line-item .c-line-item-footer .line-item-total-price {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
        .minicart .product-summary .product-line-item .c-line-item-footer .line-item-total-price .pricing {
          font-size: calc(14rem / 16);
          font-weight: normal; }
  .minicart .popover {
    top: 100%;
    left: auto;
    right: 0;
    border: none;
    display: none;
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif; }
    .minicart .popover.show {
      display: block;
      background-color: #333;
      -webkit-box-shadow: 0px 8px 16px #00000066;
              box-shadow: 0px 8px 16px #00000066; }
    .minicart .popover.popover-bottom {
      min-width: 347px;
      max-width: unset;
      min-height: 308px;
      padding: 7px; }
      .minicart .popover.popover-bottom.show {
        border-radius: unset;
        top: 130%;
        right: -30px; }
    .minicart .popover.popover-top {
      min-width: unset;
      max-width: unset;
      min-height: unset;
      max-height: unset;
      width: 164px;
      height: 32px;
      padding: 0;
      text-align: center;
      color: #fff;
      font-size: 12px;
      font-weight: bold; }
      .minicart .popover.popover-top.show {
        border-radius: 4px;
        top: -40px;
        right: -15px; }
      .minicart .popover.popover-top span {
        line-height: 32px;
        position: relative; }
        .minicart .popover.popover-top span:before {
          content: "";
          position: absolute;
          top: 100%;
          right: 0;
          border: 15px solid transparent;
          border-top: 15px solid #333; }
  .minicart .c-minicart-top {
    padding: 20px 20px 4px; }
  .minicart .minicart-footer {
    -webkit-box-shadow: 0px 0px 6px #0000003D;
            box-shadow: 0px 0px 6px #0000003D;
    padding: 12px 20px 20px; }
    .minicart .minicart-footer .c-minicart-footer__top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      margin-bottom: 15px; }
    .minicart .minicart-footer .estimated-total {
      margin-top: 0.625em; }
    .minicart .minicart-footer .sub-total-label {
      font-size: calc(16rem / 16);
      font-weight: 600; }
      .minicart .minicart-footer .sub-total-label span {
        font-size: calc(12rem / 16); }
    .minicart .minicart-footer .sub-total {
      font-size: calc(24rem / 16);
      font-weight: 600; }
    .minicart .minicart-footer .btn-action {
      font-size: calc(14rem / 16);
      font-weight: bold; }
  .minicart .tooltip-wrap {
    height: 0; }

@media screen and (max-width: 768px) {
  .hide-link-med {
    display: none; } }

@media print, screen and (min-width: 769px) {
  .hide-no-link {
    display: none; } }

/* 20/16 */
.info-icon {
  position: relative;
  cursor: pointer;
  display: inline-block;
  border: none;
  padding: 0;
  background: inherit; }
  .info-icon .icon {
    border-radius: 1.25rem;
    background-color: var(--skin-primary-color-1);
    width: 1.5625rem;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: 600; }
  .info-icon .tooltip {
    position: absolute;
    bottom: 100%;
    padding: 0.312rem;
    border-radius: 0.1875rem;
    background-color: #444;
    color: #fff;
    font-size: 0.928rem;
    min-width: 20rem;
    max-width: 15rem;
    -webkit-transform: translate(-50%, -0.625em);
            transform: translate(-50%, -0.625em);
    left: 50%;
    margin-left: 4px;
    -webkit-animation: fade-in 0.5s linear forwards;
            animation: fade-in 0.5s linear forwards; }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    .info-icon .tooltip::before {
      content: " ";
      position: absolute;
      display: block;
      height: 1.25em;
      /* 20/16 */
      left: 0;
      bottom: -1.25em;
      width: 100%; }
    .info-icon .tooltip::after {
      border-left: solid transparent 0.625em;
      /* 10/16 */
      border-right: solid transparent 0.625em;
      /* 10/16 */
      border-top: solid #444 0.625em;
      bottom: -0.625em;
      content: " ";
      height: 0;
      left: 50%;
      margin-left: -13px;
      position: absolute;
      width: 0; }

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-beige.disabled {
    opacity: 0.2; }

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative; }
  .swatch-filter-beige.disabled {
    opacity: 0.2; }

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-black.disabled {
    opacity: 0.2; }

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative; }
  .swatch-filter-black.disabled {
    opacity: 0.2; }

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-blue.disabled {
    opacity: 0.2; }

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative; }
  .swatch-filter-blue.disabled {
    opacity: 0.2; }

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-brown.disabled {
    opacity: 0.2; }

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative; }
  .swatch-filter-brown.disabled {
    opacity: 0.2; }

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-green.disabled {
    opacity: 0.2; }

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827;
  border-radius: 0.69em;
  background-color: #008827;
  display: block;
  position: relative; }
  .swatch-filter-green.disabled {
    opacity: 0.2; }

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-grey.disabled {
    opacity: 0.2; }

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative; }
  .swatch-filter-grey.disabled {
    opacity: 0.2; }

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-navy.disabled {
    opacity: 0.2; }

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative; }
  .swatch-filter-navy.disabled {
    opacity: 0.2; }

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-orange.disabled {
    opacity: 0.2; }

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative; }
  .swatch-filter-orange.disabled {
    opacity: 0.2; }

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-pink.disabled {
    opacity: 0.2; }

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative; }
  .swatch-filter-pink.disabled {
    opacity: 0.2; }

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-purple.disabled {
    opacity: 0.2; }

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative; }
  .swatch-filter-purple.disabled {
    opacity: 0.2; }

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-red.disabled {
    opacity: 0.2; }

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative; }
  .swatch-filter-red.disabled {
    opacity: 0.2; }

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-white.disabled {
    opacity: 0.2; }

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative; }
  .swatch-filter-white.disabled {
    opacity: 0.2; }

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-yellow.disabled {
    opacity: 0.2; }

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative; }
  .swatch-filter-yellow.disabled {
    opacity: 0.2; }

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #821e91), color-stop(25%, #821e91), color-stop(25%, #edd134), color-stop(50%, yellow), color-stop(50%, #edd134), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, #0e5cd1), color-stop(50%, #0e5cd1), color-stop(50%, #e20b0b), to(#e20b0b));
  background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, yellow 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em; }
  .swatch-circle-miscellaneous.disabled {
    opacity: 0.2; }
  .swatch-circle-miscellaneous.selected::after {
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg); }

.site-search {
  position: relative;
  height: 2.5em;
  /* 40/16 */ }
  @media (min-width: 544px) {
    .site-search {
      margin-right: 0.5em;
      /* 20/16 */ } }
  @media (min-width: 1200px) {
    .site-search {
      width: 20em;
      /* 320/16 */ } }
  @media (min-width: 769px) and (max-width: 991.98px) {
    .site-search {
      width: 14.0625em;
      /* 225/16 */ } }
  @media (min-width: 544px) and (max-width: 768.98px) {
    .site-search {
      width: 12.5em;
      /* 200/16 */ } }
  .site-search .fa-close,
  .site-search .fa-search {
    position: absolute;
    border: none;
    top: 0.5625em;
    /* 9/16 */
    right: 0.5625em;
    /* 9/16 */
    padding: 0;
    background-color: transparent; }
  .site-search .reset-button {
    position: absolute;
    border: none;
    top: 0.5625em;
    /* 9/16 */
    right: 2em;
    /* 32/16 */
    padding: 0;
    background-color: transparent; }
  .site-search input {
    padding-right: 2rem;
    height: 100%; }

@media (max-width: 543.98px) {
  .header-search .site-search {
    display: none; } }

.suggestions-wrapper {
  position: relative; }

.suggestions {
  display: block;
  position: absolute;
  border: 1px solid #ccc;
  background-color: #fff;
  top: 0;
  right: 0;
  width: 21.875rem;
  z-index: 3; }
  @media (max-width: 543.98px) {
    .suggestions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: fixed;
      width: 100%; } }
  .suggestions .swatch-circle {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #fff;
    border-radius: 1.25em;
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    display: inline-block;
    margin-right: 0.313em;
    position: relative; }
    .suggestions .swatch-circle.color-value[data-selected=true]::after {
      color: #000;
      content: '\F058';
      display: table-caption;
      font-family: 'FontAwesome';
      font-size: 1.625em;
      left: 0.295em;
      position: absolute; }
    .suggestions .swatch-circle.color-value.selected::after {
      background: #fff;
      border-radius: 50%;
      color: #000;
      content: '\F058';
      display: table-caption;
      font-family: 'FontAwesome';
      font-size: 1.625em;
      height: 0.75em;
      left: 0.31em;
      line-height: 0.8em;
      position: absolute;
      top: 0.35em;
      width: 0.8em; }
    .suggestions .swatch-circle i.fa-times-circle {
      background: #fff;
      border-radius: 50%;
      height: 0.75em;
      line-height: 0.8em;
      width: 0.8em; }
  .suggestions .header {
    color: #999;
    font-size: 0.875em;
    padding-top: 0.625em; }
    .suggestions .header:not(:first-child) {
      border-top: 1px solid #ccc; }
  .suggestions .items {
    padding: 0.313em 0; }
  .suggestions .item {
    padding-bottom: 0.625em; }
    .suggestions .item .name {
      margin-top: 0.313em;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    @media (max-width: 543.98px) {
      .suggestions .item {
        padding-bottom: 0.938em; } }
  .suggestions .category-parent {
    color: #999;
    font-size: 0.875em; }
  .suggestions .selected {
    background-color: #eee; }
  .suggestions .container {
    list-style-type: none; }

.more-below {
  -moz-border-radius: 1.25em;
  background: #ccc;
  border: 0.063em solid rgba(0, 0, 0, 0.1);
  border-radius: 1.25em;
  bottom: 1.875em;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
  display: none;
  height: 2.5em;
  position: fixed;
  right: 1.875em;
  width: 2.5em; }
  .more-below i.fa-long-arrow-down {
    border-radius: 50%;
    color: #fff;
    display: table-caption;
    height: 0.75em;
    font-size: 1.5rem;
    left: 0.57em;
    line-height: 0.8em;
    position: absolute;
    top: 0.4em;
    width: 0.8em; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-container {
  padding: 4px; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/lb/modal_loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/lb/modal_prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/lb/modal_next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/lb/modal_close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.pull-left-xs {
  float: left; }

.pull-right-xs {
  float: right; }

@media (min-width: 544px) and (max-width: 768.98px) {
  .pull-left-sm {
    float: left; }
  .pull-right-sm {
    float: right; } }

@media (min-width: 769px) and (max-width: 991.98px) {
  .pull-left-md {
    float: left; }
  .pull-right-md {
    float: right; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .pull-left-lg {
    float: left; }
  .pull-right-lg {
    float: right; } }

@media (min-width: 1200px) {
  .pull-left-xl {
    float: left; }
  .pull-right-xl {
    float: right; } }

@media (max-width: 543.98px) {
  .hidden-xs-down {
    display: none !important; } }

@media (max-width: 768.98px) {
  .hidden-sm-down {
    display: none !important; } }

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important; } }

@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.row.equal-height > [class^="col"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-beige.disabled {
    opacity: 0.2; }

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative; }
  .swatch-filter-beige.disabled {
    opacity: 0.2; }

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-black.disabled {
    opacity: 0.2; }

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative; }
  .swatch-filter-black.disabled {
    opacity: 0.2; }

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-blue.disabled {
    opacity: 0.2; }

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative; }
  .swatch-filter-blue.disabled {
    opacity: 0.2; }

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-brown.disabled {
    opacity: 0.2; }

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative; }
  .swatch-filter-brown.disabled {
    opacity: 0.2; }

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-green.disabled {
    opacity: 0.2; }

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827;
  border-radius: 0.69em;
  background-color: #008827;
  display: block;
  position: relative; }
  .swatch-filter-green.disabled {
    opacity: 0.2; }

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-grey.disabled {
    opacity: 0.2; }

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative; }
  .swatch-filter-grey.disabled {
    opacity: 0.2; }

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-navy.disabled {
    opacity: 0.2; }

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative; }
  .swatch-filter-navy.disabled {
    opacity: 0.2; }

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-orange.disabled {
    opacity: 0.2; }

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative; }
  .swatch-filter-orange.disabled {
    opacity: 0.2; }

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-pink.disabled {
    opacity: 0.2; }

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative; }
  .swatch-filter-pink.disabled {
    opacity: 0.2; }

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-purple.disabled {
    opacity: 0.2; }

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative; }
  .swatch-filter-purple.disabled {
    opacity: 0.2; }

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-red.disabled {
    opacity: 0.2; }

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative; }
  .swatch-filter-red.disabled {
    opacity: 0.2; }

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-white.disabled {
    opacity: 0.2; }

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative; }
  .swatch-filter-white.disabled {
    opacity: 0.2; }

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-yellow.disabled {
    opacity: 0.2; }

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative; }
  .swatch-filter-yellow.disabled {
    opacity: 0.2; }

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #821e91), color-stop(25%, #821e91), color-stop(25%, #edd134), color-stop(50%, yellow), color-stop(50%, #edd134), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, #0e5cd1), color-stop(50%, #0e5cd1), color-stop(50%, #e20b0b), to(#e20b0b));
  background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, yellow 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em; }
  .swatch-circle-miscellaneous.disabled {
    opacity: 0.2; }
  .swatch-circle-miscellaneous.selected::after {
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg); }

/* custom btn*/
.btn-primary {
  width: 100%;
  max-width: 450px;
  height: 50px;
  border: none !important;
  border-radius: 4px;
  background-color: #333 !important;
  color: #fff !important;
  margin: 0 auto;
  padding: 0;
  line-height: 50px; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    opacity: .7 !important;
    color: #fff !important;
    border-color: #333 !important;
    background-color: #333 !important;
    -webkit-box-shadow: unset !important;
            box-shadow: unset !important; }

.btn-outline-primary {
  width: 100%;
  max-width: 450px;
  height: 50px;
  border: 1px solid #ddd !important;
  border-radius: 4px;
  background-color: #fff !important;
  color: #222 !important;
  margin: 0 auto;
  padding: 0;
  line-height: 50px; }
  .btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
    opacity: .7 !important;
    color: #222 !important;
    border: 1px solid #ddd !important;
    background-color: #fff !important;
    -webkit-box-shadow: unset !important;
            box-shadow: unset !important; }

.popup-page .btn-outline-primary {
  display: block;
  height: calc(45rem / 16);
  margin: calc(40rem / 16) auto calc(50rem / 16); }
  @media screen and (max-width: 768px) {
    .popup-page .btn-outline-primary {
      max-width: calc(295rem / 16); } }

.btn-action {
  width: 100%;
  max-width: 450px;
  height: 50px;
  border: none !important;
  border-radius: 4px;
  background-color: #E82318 !important;
  color: #fff !important;
  margin: 0 auto;
  padding: 0;
  line-height: 50px; }
  .btn-action:hover, .btn-action:active, .btn-action:focus {
    opacity: .7 !important;
    color: #fff !important;
    border-color: #E82318 !important;
    background-color: #E82318 !important;
    -webkit-box-shadow: unset !important;
            box-shadow: unset !important; }

/* custom btn*/
.c-btn--border {
  position: relative;
  background: #ffffff;
  border: 4px solid transparent;
  border-left-color: #fd4536;
  border-right-color: #705fae;
  width: 242px;
  height: 50px;
  text-align: center;
  line-height: 42px;
  padding: 0; }
  .c-btn--border::before, .c-btn--border::after {
    position: absolute;
    left: -4px;
    right: -4px;
    bottom: -4px;
    height: 4px;
    background: createLinerGradient(101deg);
    content: ""; }
  .c-btn--border::before {
    top: -4px; }
  .c-btn--border::before {
    bottom: -4px; }

.l-arrow {
  width: 16px;
  height: 16px;
  position: absolute;
  background: createLinerGradient(135deg);
  left: 13px;
  top: 13px;
  border-radius: 50%; }
  .l-arrow::before {
    content: "";
    background: url("../images/icon-l-arrow.svg") no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px; }

.product-detail .attributes .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 0.313em;
  position: relative; }
  .product-detail .attributes .swatch-circle.color-value[data-selected=true]::after {
    color: #000;
    content: '\F058';
    display: table-caption;
    font-family: 'FontAwesome';
    font-size: 1.625em;
    left: 0.295em;
    position: absolute; }
  .product-detail .attributes .swatch-circle.color-value.selected::after {
    background: #fff;
    border-radius: 50%;
    color: #000;
    content: '\F058';
    display: table-caption;
    font-family: 'FontAwesome';
    font-size: 1.625em;
    height: 0.75em;
    left: 0.31em;
    line-height: 0.8em;
    position: absolute;
    top: 0.35em;
    width: 0.8em; }
  .product-detail .attributes .swatch-circle i.fa-times-circle {
    background: #fff;
    border-radius: 50%;
    height: 0.75em;
    line-height: 0.8em;
    width: 0.8em; }

.product-detail [disabled] .swatch-circle,
.product-detail .swatch-circle.unselectable {
  cursor: not-allowed; }
  .product-detail [disabled] .swatch-circle.color-value.selected::after,
  .product-detail .swatch-circle.unselectable.color-value.selected::after {
    background-color: #495057; }

label.color ~ a:hover {
  text-decoration: none; }

label.availability {
  padding-right: 0.3125em; }

.promotions {
  font-weight: normal;
  text-align: center;
  height: 85%; }
  .promotions div.collapsible-xl button.callout {
    font-size: 1.25em;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    color: #e82318; }
    @media (min-width: 544px) {
      .promotions div.collapsible-xl button.callout {
        font-size: 1.375em; } }
    .promotions div.collapsible-xl button.callout::after {
      color: #000; }

.color-attribute {
  border: none;
  padding: 0;
  background: none; }

.non-input-label {
  display: block;
  margin-bottom: 0.5rem; }

@media (max-width: 543.98px) {
  .product-grid {
    padding-top: 0.938em; }
    .product-grid .col-6 {
      padding-left: 5px;
      padding-right: 5px; } }

.product-detail {
  padding: 60px 0; }
  .product-detail .label-stock-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .product-detail .about-stock {
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .product-detail .about-stock {
        margin: 0 0 0 calc(8rem / 16); }
        .product-detail .about-stock.id-8 {
          margin: calc(10rem / 16) 0 0; } }
  .product-detail .attributes .variation-product .about-stock {
    display: none; }

.product-mv .primary-images {
  max-width: 100%;
  margin: auto; }
  .product-mv .primary-images .carousel-inner .carousel-item img {
    max-width: 100%;
    max-height: calc(170rem / 16);
    -o-object-fit: contain;
       object-fit: contain;
    border: none;
    font-family: 'object-fit: contain;';
    /*IE対策*/ }
    @media print, screen and (min-width: 769px) {
      .product-mv .primary-images .carousel-inner .carousel-item img {
        max-width: calc(1440rem / 16);
        max-height: calc(500rem / 16); } }
  .product-mv .primary-images .carousel-inner .slick-prev {
    left: 20px; }
  .product-mv .primary-images .carousel-inner .slick-next {
    right: 20px; }
  .product-mv .primary-images .carousel-thumbnail {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
    padding: 0; }
    @media screen and (max-width: 768px) {
      .product-mv .primary-images .carousel-thumbnail {
        margin-right: 0 !important; } }
    .product-mv .primary-images .carousel-thumbnail .slick-track {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transform: none !important;
              transform: none !important;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .product-mv .primary-images .carousel-thumbnail .slick-slide {
      width: calc(60rem / 16);
      height: calc(50rem / 16);
      margin-left: calc(2.5rem / 16) !important;
      margin-right: calc(2.5rem / 16) !important; }
      @media print, screen and (min-width: 769px) {
        .product-mv .primary-images .carousel-thumbnail .slick-slide {
          width: calc(100rem / 16);
          margin-left: calc(5rem / 16) !important;
          margin-right: calc(5rem / 16) !important; } }
    .product-mv .primary-images .carousel-thumbnail li {
      margin: 0;
      padding: 0; }
      .product-mv .primary-images .carousel-thumbnail li img {
        max-width: calc(60rem / 16);
        max-height: calc(50rem / 16);
        padding-right: 0;
        border: none; }
        @media print, screen and (min-width: 769px) {
          .product-mv .primary-images .carousel-thumbnail li img {
            max-width: calc(100rem / 16); } }

.shortDescription {
  margin-bottom: 30px; }

.product-detail__content-top {
  margin-bottom: 60px; }
  .product-detail__content-top .campaigns,
  .product-detail__content-top .variation-product,
  .product-detail__content-top .add-to-cart-actions,
  .product-detail__content-top .social-container,
  .product-detail__content-top .attachment {
    display: none; }
  @media print, screen and (min-width: 769px) {
    .product-detail__content-top .detail-row__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media print, screen and (min-width: 769px) {
    .product-detail__content-top .detail-row__wrap .detail-row__left {
      width: 50%; } }
  @media print, screen and (min-width: 769px) {
    .product-detail__content-top .detail-row__wrap .detail-row__right {
      width: 50%; } }
  .product-detail__content-top .detail-row__wrap .get-point span {
    font-size: calc(14rem / 16); }

.product-detail__content-middle .ratings.top-rating.is-hide {
  visibility: hidden; }

@media screen and (max-width: 768px) {
  .product-detail__content-middle .attributes .variation-row {
    margin: 0 calc(-20rem / 16); } }

@media screen and (max-width: 768px) {
  .product-detail__content-middle .attributes .variation-col {
    padding: 0; } }

.product-detail__content-middle .attributes .parts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.product-detail__content-top .ratings,
.product-detail__content-middle .ratings {
  max-width: 100%;
  padding: 0; }
  @media print, screen and (min-width: 769px) {
    .product-detail__content-top .ratings,
    .product-detail__content-middle .ratings {
      margin-bottom: 0; } }
  .product-detail__content-top .ratings .ratings,
  .product-detail__content-middle .ratings .ratings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .product-detail__content-top .ratings .ratings i:not(:last-of-type),
    .product-detail__content-middle .ratings .ratings i:not(:last-of-type) {
      margin-right: 4px; }

.product-detail__content-top .detail-row__wrap,
.product-detail__content-middle .detail-row__wrap {
  margin-bottom: 30px; }
  @media print, screen and (min-width: 769px) {
    .product-detail__content-top .detail-row__wrap .detail-row__right,
    .product-detail__content-middle .detail-row__wrap .detail-row__right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .product-detail__content-top .detail-row__wrap .detail-row__right p.review-count,
  .product-detail__content-middle .detail-row__wrap .detail-row__right p.review-count {
    display: inline-block; }

.product-detail-wrap .product-detail-left {
  width: 100%; }

.product-detail-wrap .product-detail-right {
  width: 100%; }

@media print, screen and (min-width: 769px) {
  .product-detail-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .product-detail-wrap .product-detail-left {
      width: 47%;
      max-width: 450px; }
    .product-detail-wrap .product-detail-right {
      width: 49%;
      max-width: 470px;
      margin-left: 40px; } }

@media screen and (max-width: 768px) {
  .primary-images {
    margin: 0 auto 30px; } }

@media print, screen and (min-width: 769px) {
  .primary-images {
    max-width: 450px;
    width: 100%; } }

.primary-images .carousel-top {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 100%; }

.primary-images .carousel-inner {
  overflow: visible; }
  .primary-images .carousel-inner .carousel-item img {
    width: 100%;
    height: 100vh;
    max-width: calc(335rem / 16);
    max-height: calc(335rem / 16);
    margin: 0 auto;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    font-family: 'object-fit: scale-down;';
    /*IE対策*/
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #e3e3e3; }
    @media print, screen and (min-width: 769px) {
      .primary-images .carousel-inner .carousel-item img {
        max-width: calc(450rem / 16);
        max-height: calc(450rem / 16); } }
  .primary-images .carousel-inner .slick-track {
    -webkit-transition: -webkit-transform 500ms ease 0s;
    transition: -webkit-transform 500ms ease 0s;
    transition: transform 500ms ease 0s;
    transition: transform 500ms ease 0s, -webkit-transform 500ms ease 0s; }
  .primary-images .carousel-inner .slick-prev,
  .primary-images .carousel-inner .slick-next {
    margin: 0;
    top: calc((100% - 15px) / 2); }
  .primary-images .carousel-inner .slick-prev {
    left: -16px; }
  .primary-images .carousel-inner .slick-next {
    right: -16px; }

.primary-images .carousel-thumbnail {
  display: none;
  padding: 0;
  margin-right: calc(-20rem / 16);
  margin-left: 0; }
  @media print, screen and (min-width: 769px) {
    .primary-images .carousel-thumbnail {
      margin-bottom: 0;
      margin-right: 0; } }
  .primary-images .carousel-thumbnail.slick-initialized {
    display: block; }
  .primary-images .carousel-thumbnail .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 100% !important; }
    @media print, screen and (min-width: 769px) {
      .primary-images .carousel-thumbnail .slick-track {
        -webkit-transform: none !important;
                transform: none !important;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .primary-images .carousel-thumbnail .slick-slide {
    width: calc((100% - 15px) / 4);
    max-height: calc(80rem / 16);
    margin: calc(5rem / 16) 0 0 calc(5rem / 16); }
    @media print, screen and (min-width: 769px) {
      .primary-images .carousel-thumbnail .slick-slide {
        width: calc((100% - 30px) / 4);
        margin-top: calc(10rem / 16);
        max-height: calc(105rem / 16);
        margin: calc(10rem / 16) 0 0 calc(10rem / 16); }
        .primary-images .carousel-thumbnail .slick-slide:nth-of-type(4n+1) {
          margin-left: 0; } }
    .primary-images .carousel-thumbnail .slick-slide.slick-current li {
      opacity: 1; }
  .primary-images .carousel-thumbnail li {
    min-width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    border: 1px solid #e3e3e3;
    cursor: pointer;
    opacity: .5;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease;
    border: none; }
    .primary-images .carousel-thumbnail li img {
      width: 100%;
      height: 100vh;
      max-width: calc(80rem / 16);
      max-height: calc(80rem / 16);
      -o-object-fit: scale-down;
         object-fit: scale-down;
      font-family: 'object-fit: scale-down;';
      /*IE対策*/
      border: 1px solid #e3e3e3; }
      @media print, screen and (min-width: 769px) {
        .primary-images .carousel-thumbnail li img {
          max-width: calc(105rem / 16);
          max-height: calc(105rem / 16); } }

.promotion {
  padding: 10px;
  margin-bottom: 30px;
  text-align: center;
  font-size: calc(12rem / 16);
  font-weight: bold;
  color: #e82318;
  border: 1px solid #F5A7A3; }
  @media screen and (max-width: 768px) {
    .promotion {
      margin-bottom: 25px; } }

.product-name h1 {
  margin-bottom: 10px;
  font-size: calc(18rem / 16);
  font-weight: bold;
  line-height: 1.44;
  border: none; }

.product-number {
  margin-bottom: 5px;
  font-size: calc(12rem / 16);
  color: #666; }
  @media print, screen and (min-width: 769px) {
    .product-number {
      margin-bottom: 30px; } }
  @media screen and (max-width: 768px) {
    .product-number {
      margin-bottom: 20px; } }

.detail-prices {
  margin-bottom: 10px; }
  .detail-prices .parts__price {
    color: #222;
    font-size: calc(30rem / 16); }
    .detail-prices .parts__price .price:not(.discount) {
      font-size: calc(30rem / 16); }
    .detail-prices .parts__price span.discount {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      color: #e82318;
      font-size: calc(30rem / 16); }
    .detail-prices .parts__price span .label {
      font-size: calc(14rem / 16);
      line-height: 1.42857; }

.prices {
  padding: 0;
  text-align: left; }
  .prices .sales {
    font-size: calc(14rem / 16);
    font-weight: bold; }
    .prices .sales .value {
      font-size: calc(30rem / 16); }

.attributes .parts__price .price:not(.discount) {
  font-size: calc(16rem / 16); }

.attributes .parts__price strike {
  display: block; }

.get-point {
  margin-bottom: 20px;
  font-size: calc(14rem / 16); }
  .get-point span {
    font-size: calc(12rem / 16);
    font-weight: bold; }

.parts-Availability .label-stock-status {
  margin-bottom: 20px; }

.ratings {
  margin-bottom: 30px; }
  .ratings span {
    position: relative;
    padding-left: 10px;
    font-weight: bold;
    font-size: calc(14rem / 16); }
    .ratings span:hover {
      opacity: .8; }
    .ratings span i {
      position: absolute;
      top: 0px;
      left: 106px; }
  .ratings i {
    color: #ff8c1a; }

.campaigns {
  padding: 20px 12px;
  margin-bottom: 10px;
  background-color: #fff4e9; }
  @media print, screen and (min-width: 769px) {
    .campaigns {
      margin-bottom: calc(30rem / 16); } }
  .campaigns ul li {
    font-size: calc(13rem / 16);
    font-weight: bold;
    margin-bottom: 5px; }
    .campaigns ul li:last-child {
      margin-bottom: 0; }
    .campaigns ul li .is-before {
      padding-left: 29px; }
    .campaigns ul li .campaign-text-wrap {
      padding-left: 29px;
      font-size: calc(12rem / 16);
      font-weight: bold;
      position: relative;
      line-height: 1.67; }
      .campaigns ul li .campaign-text-wrap i {
        position: absolute;
        top: 11px;
        left: 0;
        font-size: calc(14rem / 16); }

.attachment {
  padding: calc(16rem / 16) calc(12rem / 16);
  margin-bottom: calc(20rem / 16);
  background-color: #fde9e8;
  border-radius: 0.1875rem;
  font-size: calc(12rem / 16);
  line-height: calc(24rem / 16); }
  .attachment .attachment__desc {
    font-weight: bold; }
    .attachment .attachment__desc::before {
      position: absolute;
      top: 0; }
    @media screen and (max-width: 768px) {
      .attachment .attachment__desc {
        line-height: 1.66; } }
  .attachment span {
    color: #e82318; }
  .attachment a {
    margin-left: calc(25rem / 16); }
    .attachment a:hover {
      opacity: .8; }

.variation-product {
  margin-bottom: 20px; }

.variation-product__item {
  width: 100%;
  display: block; }
  .variation-product__item.is-checked {
    background-color: #f5f5f5; }
  .variation-product__item + .variation-product__item {
    border-top: 1px solid #e3e3e3; }
  .variation-product__item .variation-product__inner {
    padding: 20px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .variation-product__item .variation-product__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media print, screen and (min-width: 769px) {
      .variation-product__item .variation-product__left {
        -ms-flex-preferred-size: 230px;
            flex-basis: 230px; } }
    .variation-product__item .variation-product__left div {
      margin-left: 10px; }
    .variation-product__item .variation-product__left input[type=radio] {
      display: none; }
    .variation-product__item .variation-product__left .variation-product__label {
      width: 16px;
      height: 16px;
      padding: 0 10px;
      position: relative;
      margin: 0; }
      .variation-product__item .variation-product__left .variation-product__label:hover {
        cursor: pointer; }
    .variation-product__item .variation-product__left .variation-product__label::before {
      content: "";
      display: block;
      width: 16px;
      height: 16px;
      position: absolute;
      left: 5px;
      top: calc(50% - 8px);
      background: #fff;
      border: 1px solid #231815;
      border-radius: 50%; }
    .variation-product__item .variation-product__left .variation-product__label::after {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      position: absolute;
      top: calc(50% - 5px);
      left: 8px;
      opacity: 0;
      background: #000;
      border-radius: 50%; }
    .variation-product__item .variation-product__left input[type=radio]:checked + .variation-product__label::after {
      opacity: 1; }
  @media print, screen and (min-width: 769px) {
    .variation-product__item .variation-product__image {
      -ms-flex-preferred-size: 60px;
          flex-basis: 60px; } }
  .variation-product__item .variation-product__image img {
    width: 100%;
    max-width: 60px;
    height: auto; }
  .variation-product__item .variation-product__attributes {
    font-size: calc(12rem / 16);
    text-align: left; }
    @media print, screen and (min-width: 769px) {
      .variation-product__item .variation-product__attributes {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; } }
  .variation-product__item .variation-product__price {
    font-size: calc(16rem / 16);
    font-weight: bold; }
    .variation-product__item .variation-product__price .parts__price {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      height: auto;
      text-align: right; }
      @media print, screen and (min-width: 769px) {
        .variation-product__item .variation-product__price .parts__price {
          min-height: 30px; } }
      @media screen and (max-width: 768px) {
        .variation-product__item .variation-product__price .parts__price {
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; } }
      .variation-product__item .variation-product__price .parts__price span {
        font-size: calc(12rem / 16); }
        .variation-product__item .variation-product__price .parts__price span.discount {
          color: #e82318;
          font-size: calc(16rem / 16); }
    .variation-product__item .variation-product__price.is-passive .parts__price span,
    .variation-product__item .variation-product__price.is-passive .parts__price strike,
    .variation-product__item .variation-product__price.is-passive .parts__price .discount {
      color: #999 !important; }

.variation-item .variation-label {
  width: 100%;
  height: 103px;
  border-bottom: 1px solid #e3e3e3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.variation-item img {
  width: 60px;
  height: 60px; }

.variation-item:last-child {
  margin-bottom: 20px;
  border-bottom: none; }

.add-to-cart-actions {
  margin-bottom: 30px; }
  .add-to-cart-actions .add-cart .add-to-cart {
    width: 100%;
    height: 100%;
    background-color: #e82318; }

.add-to-wish-list.c-add-to-wish-list {
  font-size: calc(12rem / 16);
  font-weight: bold;
  width: calc(180rem / 16);
  height: calc(40rem / 16); }

.supplements .question {
  font-size: 14px; }
  .supplements .question a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .supplements .question span {
    height: 14px;
    line-height: 14px; }

.supplements .precautions {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  margin-bottom: 15px; }
  .supplements .precautions span {
    font-size: calc(12rem / 16);
    line-height: 1.66667; }
  .supplements .precautions a {
    margin-left: 15px;
    font-size: calc(14rem / 16);
    line-height: 1.42857; }

.social-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px; }
  @media print, screen and (min-width: 769px) {
    .social-container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .social-container .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 768px) {
      .social-container .social-icons {
        margin-bottom: 20px; } }
    .social-container .social-icons li {
      font-size: calc(12rem / 16);
      font-weight: bold; }
      .social-container .social-icons li a {
        display: block; }
      .social-container .social-icons li .share-icons {
        margin-left: 15px; }
        @media print, screen and (min-width: 769px) {
          .social-container .social-icons li .share-icons {
            margin-left: 8px; } }
  .social-container .link-copy {
    position: relative; }
    @media print, screen and (min-width: 769px) {
      .social-container .link-copy {
        margin-left: 20px; } }
    .social-container .link-copy .link-copy__item {
      width: 100%;
      max-width: 210px;
      padding: 7px 10px;
      border: 1px solid #ddd;
      border-radius: 2px;
      font-size: calc(12rem / 16);
      font-weight: bold; }
      .social-container .link-copy .link-copy__item a {
        display: block;
        margin-left: 0; }
    .social-container .link-copy .copy-link-message {
      position: absolute;
      top: calc(-48rem / 16);
      left: calc(22rem / 16);
      -webkit-transform: none;
              transform: none; }
      .social-container .link-copy .copy-link-message .alert-success {
        position: relative;
        height: calc(36rem / 16);
        min-height: auto;
        padding: calc(0rem / 16) calc(20rem / 16);
        margin: 0;
        font-size: calc(12rem / 16);
        background-color: #333; }
        .social-container .link-copy .copy-link-message .alert-success:before {
          content: "";
          position: absolute;
          bottom: calc(-20rem / 16);
          right: calc((100% - 30px) / 2);
          border: 15px solid transparent;
          border-top: 15px solid #333; }

@media screen and (max-width: 768px) {
  .various-information.container {
    padding: 0; } }

.various-information .various-information__inner {
  background-color: #f5f5f5;
  padding: calc(30rem / 16) calc(20rem / 16) calc(20rem / 16);
  margin-top: calc(35rem / 16);
  border-radius: 0.1875rem; }
  @media print, screen and (min-width: 769px) {
    .various-information .various-information__inner {
      padding: calc(40rem / 16) calc(30rem / 16) calc(30rem / 16); } }

.various-information .various-information__title {
  font-size: calc(18rem / 16);
  font-weight: bold;
  line-height: calc(26rem / 16); }
  @media print, screen and (min-width: 769px) {
    .various-information .various-information__title {
      text-align: center; } }

.various-information .various-information__desc {
  margin-top: calc(20rem / 16);
  font-size: calc(14rem / 16);
  line-height: calc(24rem / 16); }
  @media print, screen and (min-width: 769px) {
    .various-information .various-information__desc {
      margin-top: calc(30rem / 16); } }

.various-information .various-information__caution {
  margin-top: calc(20rem / 16); }
  .various-information .various-information__caution p {
    font-size: calc(12rem / 16);
    font-weight: bold;
    color: #e82318; }
  .various-information .various-information__caution p + p {
    margin-top: calc(20rem / 16); }
    @media print, screen and (min-width: 769px) {
      .various-information .various-information__caution p + p {
        margin-top: calc(6rem / 16); } }
  @media print, screen and (min-width: 769px) {
    .various-information .various-information__caution {
      margin: calc(30rem / 16) 0;
      text-align: center; } }

.various-information .various-information__addCart {
  margin-top: calc(30rem / 16);
  text-align: center; }
  .various-information .various-information__addCart .cart-section {
    width: 100%; }
  .various-information .various-information__addCart button {
    width: 100%;
    height: 3.5rem;
    font-size: calc(14rem / 16);
    color: #fff;
    margin: 0 auto; }
    @media print, screen and (min-width: 769px) {
      .various-information .various-information__addCart button {
        max-width: calc(450rem / 16); } }
    .various-information .various-information__addCart button:hover {
      opacity: .8; }
  .various-information .various-information__addCart .parts__checkbox {
    position: unset;
    top: 0;
    left: 0;
    -webkit-transform: unset;
            transform: unset; }
  .various-information .various-information__addCart .c-button--primary {
    width: 100%;
    width: calc(335rem / 16);
    height: calc(55rem / 16);
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    border-radius: 0.1875rem;
    background: #e82318; }
    .various-information .various-information__addCart .c-button--primary .icon-24-cart-white {
      margin-left: calc(10rem / 16);
      padding-left: calc(34rem / 16); }
    @media print, screen and (min-width: 769px) {
      .various-information .various-information__addCart .c-button--primary {
        width: calc(450rem / 16); } }
    .various-information .various-information__addCart .c-button--primary:disabled {
      cursor: not-allowed;
      background-color: #bbb; }
  .various-information .various-information__addCart .add-cart--btn.c-button--cart {
    max-width: calc(335rem / 16); }
    @media print, screen and (min-width: 769px) {
      .various-information .various-information__addCart .add-cart--btn.c-button--cart {
        max-width: calc(450rem / 16); } }

.various-information .various-information__caution {
  line-height: 1.83333; }

.various-information .various-information__question {
  margin: 16px 0;
  font-size: calc(12rem / 16);
  font-weight: bold;
  line-height: 20px; }
  @media print, screen and (min-width: 769px) {
    .various-information .various-information__question {
      margin: 20px 0; } }
  .various-information .various-information__question + .various-information__desc {
    font-size: calc(12rem / 16);
    margin-top: 0; }
    @media screen and (max-width: 768px) {
      .various-information .various-information__question + .various-information__desc {
        margin-top: calc(4rem / 16); } }

.various-information .various-information__question-desc {
  font-size: calc(12rem / 16);
  line-height: 24px; }

@media screen and (max-width: 768px) {
  .various-information.is-stock-reserve .add-cart--btn.c-button--cart {
    max-width: calc(295rem / 16);
    margin: 0 auto; } }

.various-information.is-stock-noAvailable .various-information__title {
  color: #e82318; }

.various-information.is-stock-substitute .various-information__title {
  color: #e82318; }

@media print, screen and (min-width: 769px) {
  .various-information.is-stock-substitute .various-information__desc {
    text-align: center; } }

.various-information.is-stock-substitute .various-information__toSubstitute {
  margin-top: 30px;
  text-align: center; }
  @media print, screen and (min-width: 769px) {
    .various-information.is-stock-substitute .various-information__toSubstitute {
      margin-top: 40px; } }
  .various-information.is-stock-substitute .various-information__toSubstitute a {
    font-size: calc(14rem / 16);
    font-weight: bold; }
    @media print, screen and (min-width: 769px) {
      .various-information.is-stock-substitute .various-information__toSubstitute a {
        width: calc(400rem / 16);
        height: calc(45rem / 16) !important;
        line-height: calc(45rem / 16) !important; } }

.various-information.is-attachment .various-information__inner {
  background-color: #fde9e8; }

.various-information .various-information__attachment {
  margin-top: calc(30rem / 16); }
  @media print, screen and (min-width: 769px) {
    .various-information .various-information__attachment {
      margin-top: calc(40rem / 16); } }
  .various-information .various-information__attachment .attachment__caution {
    padding: calc(30rem / 16) calc(20rem / 16);
    background-color: #fff; }
    @media print, screen and (min-width: 769px) {
      .various-information .various-information__attachment .attachment__caution {
        padding: calc(30rem / 16); } }
  .various-information .various-information__attachment .attachment__title {
    color: #e82318;
    font-size: calc(16rem / 16);
    font-weight: bold;
    text-align: center;
    margin-bottom: calc(20rem / 16);
    letter-spacing: 0.1em; }
  .various-information .various-information__attachment .attachment__lits {
    padding-top: calc(16rem / 16);
    padding-left: calc(20rem / 16);
    border-top: calc(1rem / 16) solid #e3e3e3; }
    @media print, screen and (min-width: 769px) {
      .various-information .various-information__attachment .attachment__lits {
        padding-top: calc(30rem / 16); } }
    .various-information .various-information__attachment .attachment__lits li {
      list-style-type: disc;
      font-size: calc(14rem / 16);
      font-weight: bold; }
      .various-information .various-information__attachment .attachment__lits li + li {
        margin-top: calc(30rem / 16); }
  .various-information .various-information__attachment .attachment__totalPrice {
    margin-top: calc(40rem / 16); }
    @media print, screen and (min-width: 769px) {
      .various-information .various-information__attachment .attachment__totalPrice {
        margin-top: calc(50rem / 16); } }
  .various-information .various-information__attachment .totalPrice__title {
    font-size: calc(16rem / 16);
    font-weight: bold;
    text-align: center; }
  .various-information .various-information__attachment .totalPrice__calculation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: calc(15rem / 16);
    padding-top: calc(30rem / 16);
    border-top: calc(1rem / 16) solid #000; }
    @media print, screen and (min-width: 769px) {
      .various-information .various-information__attachment .totalPrice__calculation {
        padding-top: calc(40rem / 16); } }
    @media screen and (max-width: 768px) {
      .various-information .various-information__attachment .totalPrice__calculation div {
        margin-bottom: calc(20rem / 16); } }
    .various-information .various-information__attachment .totalPrice__calculation div + div {
      margin-left: calc(4rem / 16); }
      @media print, screen and (min-width: 769px) {
        .various-information .various-information__attachment .totalPrice__calculation div + div {
          margin-left: calc(15rem / 16); } }
    .various-information .various-information__attachment .totalPrice__calculation .calculation__box {
      width: calc(150rem / 16);
      height: calc(100rem / 16);
      padding: calc(24rem / 16) 0;
      background-color: #fff;
      font-size: calc(12rem / 16);
      font-weight: bold;
      text-align: center;
      border-radius: calc(8rem / 16); }
      @media print, screen and (min-width: 769px) {
        .various-information .various-information__attachment .totalPrice__calculation .calculation__box {
          width: 100%;
          max-width: calc(180rem / 16);
          height: auto; } }
      .various-information .various-information__attachment .totalPrice__calculation .calculation__box:last-of-type {
        border: calc(2rem / 16) solid #e82318; }
        @media screen and (max-width: 768px) {
          .various-information .various-information__attachment .totalPrice__calculation .calculation__box:last-of-type {
            margin: 0;
            width: calc(180rem / 16);
            height: calc(100rem / 16); } }
        .various-information .various-information__attachment .totalPrice__calculation .calculation__box:last-of-type .calculation__price {
          color: #e82318; }
    .various-information .various-information__attachment .totalPrice__calculation .calculation__price {
      font-size: calc(20rem / 16);
      margin-top: calc(8rem / 16); }
      .various-information .various-information__attachment .totalPrice__calculation .calculation__price span {
        font-size: calc(11rem / 16);
        color: #222; }
  @media print, screen and (min-width: 769px) {
    .various-information .various-information__attachment .various-information__addCart {
      margin-top: calc(40rem / 16); } }
  .various-information .various-information__attachment .attachment__important {
    margin-top: calc(20rem / 16);
    font-size: calc(12rem / 16);
    font-weight: bold; }
    @media print, screen and (min-width: 769px) {
      .various-information .various-information__attachment .attachment__important {
        text-align: center; } }
    @media screen and (max-width: 768px) {
      .various-information .various-information__attachment .attachment__important .icon-24-exclamation-red:before {
        top: calc(-3rem / 16); } }

.product-description h2.title, .product-review h2.title {
  padding-bottom: 20px;
  margin-top: 60px;
  font-size: calc(18rem / 16);
  font-weight: bold;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #333; }
  @media screen and (max-width: 768px) {
    .product-description h2.title, .product-review h2.title {
      margin-top: calc(50rem / 16); } }

.product-description .content, .product-review .content {
  margin-top: 30px; }

.product-review .product-review__noResults {
  padding: 80px 0;
  margin: 0 auto;
  font-size: calc(14rem / 16);
  text-align: center; }

.product-review .review-top {
  margin-top: 50px; }
  @media screen and (max-width: 768px) {
    .product-review .review-top {
      margin-top: calc(30rem / 16); } }
  .product-review .review-top h3 {
    padding-top: 12px;
    font-size: calc(16rem / 16);
    font-weight: bold;
    letter-spacing: 0.1em; }
    @media print, screen and (min-width: 769px) {
      .product-review .review-top h3 {
        text-align: right; } }
  .product-review .review-top .review-top__total {
    border-right: calc(1rem / 16) solid #e3e3e3;
    cursor: pointer; }
    .product-review .review-top .review-top__total .review-top__total__summary {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media print, screen and (min-width: 769px) {
        .product-review .review-top .review-top__total .review-top__total__summary {
          margin-left: calc(30rem / 16); } }
      .product-review .review-top .review-top__total .review-top__total__summary .review-top__total__summary__title {
        margin-right: calc(15rem / 16); }
      @media print, screen and (min-width: 769px) {
        .product-review .review-top .review-top__total .review-top__total__summary .review-top__total__summary__contents .rating__contents {
          display: block; } }
      @media screen and (max-width: 768px) {
        .product-review .review-top .review-top__total .review-top__total__summary .review-top__total__summary__contents .rating__contents {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      .product-review .review-top .review-top__total .review-top__total__summary .review-top__total__summary__contents .rating__contents .rating__contents__number {
        margin-right: calc(20rem / 16);
        font-size: calc(30rem / 16);
        font-weight: normal;
        font-family: "Roboto", sans-serif; }
        @media screen and (max-width: 768px) {
          .product-review .review-top .review-top__total .review-top__total__summary .review-top__total__summary__contents .rating__contents .rating__contents__number {
            padding: 0; } }
      .product-review .review-top .review-top__total .review-top__total__summary .review-top__total__summary__contents .rating__contents .rating__contents__star {
        margin-bottom: 0; }
        @media screen and (max-width: 768px) {
          .product-review .review-top .review-top__total .review-top__total__summary .review-top__total__summary__contents .rating__contents .rating__contents__star {
            padding-top: calc(12rem / 16); } }
    .product-review .review-top .review-top__total .review-count {
      display: block;
      font-size: calc(12rem / 16);
      font-weight: bold;
      padding: 0; }
      .product-review .review-top .review-top__total .review-count span {
        padding-left: 0; }
        .product-review .review-top .review-top__total .review-count span::before {
          display: none; }
  @media print, screen and (min-width: 769px) {
    .product-review .review-top .review-top__detail {
      padding-top: calc(12rem / 16); } }
  @media screen and (max-width: 768px) {
    .product-review .review-top .review-top__detail {
      margin-bottom: 30px; } }
  @media print, screen and (min-width: 769px) {
    .product-review .review-top .review-top__detail h3 {
      padding-top: 0; } }
  @media screen and (max-width: 768px) {
    .product-review .review-top .review-top__detail h3 {
      padding: 0 calc(15rem / 16);
      margin-top: calc(30rem / 16); } }
  @media screen and (max-width: 768px) {
    .product-review .review-top .review-top__detail .review-detail__lists {
      margin-top: calc(20rem / 16); } }
  .product-review .review-top .review-top__detail .review-detail__lists li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer; }
    .product-review .review-top .review-top__detail .review-detail__lists li + li {
      margin-top: 8px; }
    .product-review .review-top .review-top__detail .review-detail__lists li span {
      font-size: calc(14rem / 16);
      font-weight: bold;
      font-family: "Roboto", sans-serif;
      margin-right: 10px; }
  .product-review .review-top .review-top__detail .review-detail__star-bar {
    position: relative;
    width: 100%;
    height: 10px;
    background-color: #f5f5f5;
    margin-right: 10px; }
  .product-review .review-top .review-top__detail .review-detail__star-bar-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 10px;
    background-color: #FF9526; }

.product-review .review-lists {
  padding-top: calc(50rem / 16); }
  .product-review .review-lists .review-lists__item {
    padding-top: calc(30rem / 16);
    padding-bottom: calc(30rem / 16);
    border-bottom: calc(1rem / 16) solid #e3e3e3; }
    @media screen and (max-width: 768px) {
      .product-review .review-lists .review-lists__item:first-of-type {
        border-top: calc(1rem / 16) solid #e3e3e3; } }
    .product-review .review-lists .review-lists__item .ratings {
      margin-bottom: 0; }
    .product-review .review-lists .review-lists__item .review-lists__info {
      font-size: calc(12rem / 16);
      margin-bottom: 0; }
      .product-review .review-lists .review-lists__item .review-lists__info > span + .review-lists__info-date {
        margin-left: calc(30rem / 16); }
      @media screen and (max-width: 768px) {
        .product-review .review-lists .review-lists__item .review-lists__info {
          margin-top: calc(15rem / 16); } }
      @media print, screen and (min-width: 769px) {
        .product-review .review-lists .review-lists__item .review-lists__info {
          text-align: right; } }
    .product-review .review-lists .review-lists__item .review-lists__title {
      margin-top: calc(30rem / 16);
      font-size: calc(15rem / 16);
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        .product-review .review-lists .review-lists__item .review-lists__title {
          margin-top: calc(20rem / 16); } }
    .product-review .review-lists .review-lists__item .review-lists__comment {
      margin-top: calc(20rem / 16);
      font-size: calc(14rem / 16); }
      @media screen and (max-width: 768px) {
        .product-review .review-lists .review-lists__item .review-lists__comment {
          margin-top: calc(40rem / 16); } }
      @media screen and (max-width: 768px) {
        .product-review .review-lists .review-lists__item .review-lists__comment + .review-lists__referenced {
          margin-top: calc(50rem / 16); } }
    .product-review .review-lists .review-lists__item .review-lists__image-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow-x: scroll;
      margin: calc(30rem / 16) 0 0;
      padding: 0 0 calc(15rem / 16) calc(20rem / 16); }
      @media screen and (max-width: 768px) {
        .product-review .review-lists .review-lists__item .review-lists__image-list {
          padding-left: 0; } }
      .product-review .review-lists .review-lists__item .review-lists__image-list li {
        width: calc(105rem / 16); }
        @media print, screen and (min-width: 769px) {
          .product-review .review-lists .review-lists__item .review-lists__image-list li {
            width: calc(168rem / 16); } }
        .product-review .review-lists .review-lists__item .review-lists__image-list li + li {
          margin: 0 0 0 calc(10rem / 16); }
      .product-review .review-lists .review-lists__item .review-lists__image-list img {
        width: calc(105rem / 16);
        max-width: none; }
        @media print, screen and (min-width: 769px) {
          .product-review .review-lists .review-lists__item .review-lists__image-list img {
            width: calc(168rem / 16); } }
    .product-review .review-lists .review-lists__item .review-lists__referenced {
      margin-top: calc(20rem / 16); }
      @media print, screen and (min-width: 769px) {
        .product-review .review-lists .review-lists__item .review-lists__referenced {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      .product-review .review-lists .review-lists__item .review-lists__referenced .review-lists__referenced__answer {
        font-size: calc(12rem / 16); }
        .product-review .review-lists .review-lists__item .review-lists__referenced .review-lists__referenced__answer .review-lists__useful-num {
          font-weight: bold; }
      .product-review .review-lists .review-lists__item .review-lists__referenced .review-lists__referenced__vote {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: calc(12rem / 16);
        text-align: right; }
        @media screen and (max-width: 768px) {
          .product-review .review-lists .review-lists__item .review-lists__referenced .review-lists__referenced__vote {
            margin-top: calc(30rem / 16);
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end; } }
        .product-review .review-lists .review-lists__item .review-lists__referenced .review-lists__referenced__vote span {
          margin-right: calc(15rem / 16); }
        .product-review .review-lists .review-lists__item .review-lists__referenced .review-lists__referenced__vote button {
          width: calc(75rem / 16);
          font-size: calc(13rem / 16);
          font-weight: bold;
          color: #fff;
          margin: 0;
          padding: calc(4.5rem / 16) calc(4rem / 16); }
          .product-review .review-lists .review-lists__item .review-lists__referenced .review-lists__referenced__vote button span {
            margin-right: calc(2rem / 16); }

.product-review .review-more {
  margin-top: 30px;
  font-size: calc(14rem / 16);
  text-align: right; }
  @media print, screen and (min-width: 769px) {
    .product-review .review-more {
      margin-top: 40px; } }
  .product-review .review-more a:hover {
    opacity: 0.8; }

.review__post {
  background-color: #f5f5f5;
  padding: calc(30rem / 16) calc(20rem / 16);
  margin-top: calc(60rem / 16);
  text-align: center; }
  @media print, screen and (min-width: 769px) {
    .review__post {
      padding: calc(30rem / 16) calc(30rem / 16); } }
  @media screen and (max-width: 768px) {
    .review__post {
      margin-top: calc(50rem / 16); } }
  .review__post p {
    margin-bottom: 20px;
    font-size: calc(14rem / 16); }
    @media print, screen and (min-width: 769px) {
      .review__post p {
        height: calc(15rem / 16);
        line-height: calc(15rem / 16); } }
  .review__post .review__post-button {
    height: calc(45rem / 16); }
    @media print, screen and (min-width: 769px) {
      .review__post .review__post-button {
        width: calc(360rem / 16);
        margin: 0 auto; } }
    .review__post .review__post-button a {
      height: 100% !important; }
      .review__post .review__post-button a span {
        line-height: calc(45rem / 16); }

.recommended {
  border: none; }
  .recommended .h2-area {
    padding: 30px 0; }
    .recommended .h2-area h2 {
      font-size: calc(18rem / 16);
      font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
      font-weight: bold;
      line-height: 30px;
      letter-spacing: 0.1em; }

.product-description {
  margin-bottom: 60px; }
  .product-description * {
    font-size: calc(14rem / 16); }
  .product-description h3 {
    font-weight: bold;
    font-size: calc(16rem / 16);
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    line-height: 22px;
    margin-bottom: 20px; }
  .product-description p {
    font-size: calc(14rem / 16);
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    line-height: 24px; }
  .product-description img {
    width: 100%; }
    @media screen and (max-width: 768px) {
      .product-description img {
        max-width: 100%; } }
  .product-description .c-text-normal {
    font-weight: normal; }
  .product-description .c-text-bold {
    font-weight: bold; }
  .product-description .c-text-red {
    color: #e82318; }
  .product-description .c-text-caution {
    font-size: calc(12rem / 16);
    font-weight: bold; }
    .product-description .c-text-caution i {
      margin-right: 5px;
      color: #e82318;
      font-size: 0.875rem; }
  .product-description .c-text-link {
    text-decoration: underline; }
    .product-description .c-text-link:hover {
      text-decoration: none; }
  .product-description .c-lists {
    padding-left: 20px; }
    .product-description .c-lists li {
      list-style-type: disc; }
      .product-description .c-lists li + li {
        margin-top: 10px; }

.lfront-slide .product-detail__content-top .product-name p {
  display: none; }

.lfront-slide .product-detail-wrap .product-name h1 {
  display: none; }

.lfront-slide .product-detail-wrap .product-name p {
  margin-bottom: 10px;
  font-size: calc(18rem / 16);
  font-weight: bold;
  line-height: 1.44;
  border: none; }

.lfront-slide .add-to-cart-actions {
  margin: calc(40rem / 16) 0 0; }
  @media print, screen and (min-width: 769px) {
    .lfront-slide .add-to-cart-actions {
      margin: calc(60rem / 16) 0 0; } }
  @media print, screen and (min-width: 769px) {
    .lfront-slide .add-to-cart-actions .parts__num {
      margin-left: auto; } }

.lfront-slide .various-information {
  margin: 0 auto calc(40rem / 16); }
  @media print, screen and (min-width: 769px) {
    .lfront-slide .various-information {
      margin: 0 auto calc(60rem / 16); } }

.lfront-slide button,
.lfront-slide input,
.lfront-slide textarea,
.lfront-slide select {
  background: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit; }

.lfront-slide input {
  margin: 0;
  padding: 0;
  border: none; }

.lfront-slide select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.lfront-slide select::-ms-expand {
  display: none; }

.lfront-slide input::-webkit-input-placeholder {
  color: #808080; }

.lfront-slide input:-ms-input-placeholder {
  color: #808080; }

.lfront-slide input::-ms-input-placeholder {
  color: #808080; }

.lfront-slide input::-moz-placeholder {
  color: #808080; }

.lfront-slide input::placeholder {
  color: #808080; }

.lfront-slide input[type="text"],
.lfront-slide input[type="password"],
.lfront-slide textarea,
.lfront-slide select {
  outline: none;
  border-radius: 0; }

.lfront-slide ._pc {
  display: none; }
  @media screen and (min-width: 769px) {
    .lfront-slide ._pc {
      display: block; } }

.lfront-slide ._sp {
  display: block; }
  @media screen and (min-width: 769px) {
    .lfront-slide ._sp {
      display: none; } }

.lfront-slide .lForm .img {
  width: 100%;
  height: auto; }

.lfront-slide .lForm-formTitleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.lfront-slide .lForm-title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: bold;
  line-height: 1; }

.lfront-slide .lForm-must {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: bold;
  line-height: 1;
  background-color: #c6001a;
  color: #fff; }

.lfront-slide .lForm-pullDown {
  position: relative; }

.lfront-slide .lForm-arrowDown {
  position: absolute; }

.lfront-slide .lForm-select {
  border: 1px solid #222222;
  width: 100%;
  position: relative; }
  .lfront-slide .lForm-select::after {
    content: '';
    position: absolute;
    background: url(../../images/lp/dishwasher/form/c-icon_arrow_select.svg) no-repeat;
    background-size: cover;
    width: 10px;
    height: 5px; }

.lfront-slide .lForm-radio {
  accent-color: #222222; }

.lfront-slide .lForm-radio-label {
  white-space: nowrap; }

.lfront-slide .lForm-radio-images {
  background-color: #f4f4f4; }

.lfront-slide .lForm-radio-images-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.lfront-slide .lForm-option {
  color: #808080; }
  .lfront-slide .lForm-option:first-of-type {
    display: none; }

.lfront-slide .lForm-textForm-input {
  border: 1px solid #222222;
  width: 100%; }

.lfront-slide .lForm-imageOne {
  background-color: #f4f4f4; }

.lfront-slide .lForm-imageOne-imageText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.lfront-slide .lForm-faileUpload .lForm-filename {
  border: 1px solid #222222; }

.lfront-slide .lForm-faileUpload .lForm-imageDish {
  pointer-events: none; }

.lfront-slide .lForm-faileUpload .lForm-clear {
  position: relative; }
  .lfront-slide .lForm-faileUpload .lForm-clear::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #222222;
    background-size: cover; }
  .lfront-slide .lForm-faileUpload .lForm-clear::after {
    content: '';
    position: absolute;
    background: url(../../images/lp/dishwasher/form/c-icon_arrow_delete.svg);
    background-size: cover; }

.lfront-slide .lForm-error {
  display: none; }

.lfront-slide .lForm-wrap.-validate .lForm-select, .lfront-slide .lForm-wrap.-validate .lForm-textForm-input {
  border: 1px solid #c6001a; }

.lfront-slide .lForm-wrap.-validate .lForm-error {
  display: block;
  color: #c6001a;
  font-weight: bold; }

.lfront-slide .lForm-wrap .error-inputImageSize, .lfront-slide .lForm-wrap .error-inputImageType {
  display: none; }

.lfront-slide .lForm-wrap.-validateSize .lForm-error, .lfront-slide .lForm-wrap.-validateExtension .lForm-error {
  color: #c6001a;
  font-weight: bold; }

.lfront-slide .lForm-wrap.-validateSize .error-inputImageSize, .lfront-slide .lForm-wrap.-validateExtension .error-inputImageType {
  display: block; }

@media screen and (min-width: 769px) {
  .lfront-slide .lForm-mainTitle {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 58px; } }

@media screen and (max-width: 768px) {
  .lfront-slide .lForm-mainTitle {
    font-size: 1.0625rem;
    line-height: 1.7;
    margin-bottom: 9.66vw; } }

@media screen and (min-width: 769px) {
  .lfront-slide .lForm-parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media screen and (max-width: 768px) {
  .lfront-slide .lForm-parts {
    display: block; } }

@media screen and (min-width: 769px) {
  .lfront-slide .lForm-parts.radio, .lfront-slide .lForm-parts.inputText, .lfront-slide .lForm-parts.inputImage {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }

@media screen and (min-width: 769px) {
  .lfront-slide .lForm-wrap:nth-child(n + 2) {
    margin-top: 38px; } }

@media screen and (max-width: 768px) {
  .lfront-slide .lForm-wrap:nth-child(n + 2) {
    margin-top: 8.66vw; } }

@media screen and (min-width: 769px) {
  .lfront-slide .lForm-formTitleWrap {
    width: 400px; } }

@media screen and (max-width: 768px) {
  .lfront-slide .lForm-formTitleWrap {
    margin-bottom: 6.43vw; } }

@media screen and (min-width: 769px) {
  .lfront-slide .lForm-formTitleWrap.inputText {
    margin-top: 15px; } }

@media screen and (min-width: 769px) {
  .lfront-slide .lForm-quetion {
    margin-top: -7px; } }

@media screen and (max-width: 768px) {
  .lfront-slide .lForm-quetion {
    margin-top: -2.4vw; } }

@media screen and (min-width: 769px) {
  .lfront-slide .lForm-quetion.q1 {
    width: 22px;
    height: 18px; } }

@media screen and (max-width: 768px) {
  .lfront-slide .lForm-quetion.q1 {
    width: 17px;
    height: 13px; } }

@media screen and (min-width: 769px) {
  .lfront-slide .lForm-quetion.q2 {
    width: 27px;
    height: 18px; } }

@media screen and (max-width: 768px) {
  .lfront-slide .lForm-quetion.q2 {
    width: 20px;
    height: 13px; } }

@media screen and (min-width: 769px) {
  .lfront-slide .lForm-quetion.q3 {
    width: 27px;
    height: 18px; } }

@media screen and (max-width: 768px) {
  .lfront-slide .lForm-quetion.q3 {
    width: 20px;
    height: 13px; } }

@media screen and (min-width: 769px) {
  .lfront-slide .lForm-quetion.q4 {
    width: 27px;
    height: 18px; } }

@media screen and (max-width: 768px) {
  .lfront-slide .lForm-quetion.q4 {
    width: 20px;
    height: 13px; } }

@media screen and (min-width: 769px) {
  .lfront-slide .lForm-quetion.q5 {
    width: 26px;
    height: 18px; } }

@media screen and (max-width: 768px) {
  .lfront-slide .lForm-quetion.q5 {
    width: 20px;
    height: 13px; } }

@media screen and (min-width: 769px) {
  .lfront-slide .lForm-quetion.q6 {
    width: 26px;
    height: 18px; } }

@media screen and (max-width: 768px) {
  .lfront-slide .lForm-quetion.q6 {
    width: 20px;
    height: 13px; } }

@media screen and (min-width: 769px) {
  .lfront-slide .lForm-quetion.q7 {
    width: 26px;
    height: 18px; } }

@media screen and (max-width: 768px) {
  .lfront-slide .lForm-quetion.q7 {
    width: 20px;
    height: 13px; } }

@media screen and (min-width: 769px) {
  .lfront-slide .lForm-title {
    font-size: 17px;
    margin-top: 7px;
    margin: 0 18px 0 14px; } }

@media screen and (max-width: 768px) {
  .lfront-slide .lForm-title {
    font-size: 0.875rem;
    margin: 0 3.22vw 0 3.62vw; } }

@media screen and (min-width: 769px) {
  .lfront-slide .lForm-must {
    font-size: 14px;
    padding: 4px 12px; } }

@media screen and (max-width: 768px) {
  .lfront-slide .lForm-must {
    font-size: 0.875rem;
    padding: 0.48vw 1.45vw; } }

@media screen and (min-width: 769px) {
  .lfront-slide .lForm-pullDown, .lfront-slide .lForm-radioContainer, .lfront-slide .lForm-textForm {
    width: calc(100% - 400px); } }

@media screen and (min-width: 769px) {
  .lfront-slide .lForm-arrowDown {
    right: 20px;
    top: 12px; } }

@media screen and (max-width: 768px) {
  .lfront-slide .lForm-arrowDown {
    right: 5vw;
    top: 3.4vw; } }

@media screen and (min-width: 769px) {
  .lfront-slide .lForm-select {
    padding: 12px 20px; } }

@media screen and (max-width: 768px) {
  .lfront-slide .lForm-select {
    padding: 3.41vw 4.82vw; } }

@media screen and (min-width: 769px) {
  .lfront-slide .lForm-radio-label:nth-child(-n + 2) {
    margin-bottom: 13px; } }

@media screen and (max-width: 768px) {
  .lfront-slide .lForm-radio-label:nth-child(-n + 2) {
    margin-bottom: 1vw; } }

@media screen and (min-width: 769px) {
  .lfront-slide .lForm-radio-text {
    font-size: 17px; } }

@media screen and (max-width: 768px) {
  .lfront-slide .lForm-radio-text {
    font-size: 0.875rem; } }

@media screen and (min-width: 769px) {
  .lfront-slide .lForm-radio-images {
    margin-top: 30px;
    padding: 7.15% 5%; } }

@media screen and (max-width: 768px) {
  .lfront-slide .lForm-radio-images {
    margin-top: 4.83vw;
    padding: 4.8vw; } }

@media screen and (min-width: 769px) {
  .lfront-slide .lForm-radio-images-single:first-child {
    margin-right: 7.15%; } }

@media screen and (max-width: 768px) {
  .lfront-slide .lForm-radio-images-single:first-child {
    margin-right: 4.83vw; } }

@media screen and (min-width: 769px) {
  .lfront-slide .lForm-radio-images-text {
    font-size: 14px;
    margin-top: 12px; } }

@media screen and (max-width: 768px) {
  .lfront-slide .lForm-radio-images-text {
    font-size: 0.6875rem;
    margin-top: 4vw;
    line-height: 1; } }

@media screen and (min-width: 769px) {
  .lfront-slide .lForm-textForm-input {
    padding: 12px 20px; } }

@media screen and (max-width: 768px) {
  .lfront-slide .lForm-textForm-input {
    padding: 2.41vw 4.82vw; } }

@media screen and (min-width: 769px) {
  .lfront-slide .lForm-imageOne {
    margin-top: 40px; } }

@media screen and (max-width: 768px) {
  .lfront-slide .lForm-imageOne {
    margin-top: 4.83vw; } }

@media screen and (min-width: 769px) {
  .lfront-slide .lForm-imageOne-bg {
    padding: 8.15% 7%; } }

@media screen and (max-width: 768px) {
  .lfront-slide .lForm-imageOne-bg {
    padding: 4.8vw; } }

@media screen and (min-width: 769px) {
  .lfront-slide .lForm-imageOne-imageText-imageWrap {
    width: 220px; } }

@media screen and (min-width: 769px) {
  .lfront-slide .lForm-imageOne-imageText-text {
    font-size: 14px;
    line-height: 1.71;
    padding-left: 10%; } }

@media screen and (max-width: 768px) {
  .lfront-slide .lForm-imageOne-imageText-text {
    font-size: 0.75rem;
    margin: 0 0 0 4.83vw; } }

@media screen {
  input.lForm-filename {
    display: none; } }

@media screen and (min-width: 769px) {
  .lfront-slide .lForm-faileUpload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -14px; } }

@media screen and (max-width: 1025px) {
  .lfront-slide .lForm-faileUpload {
    display: block; } }

@media screen and (min-width: 769px) {
  .lfront-slide .lForm-faileUpload .lForm-filename {
    font-size: 17px;
    padding: 10px 50px;
    border-radius: 50px;
    margin-bottom: 0; } }

@media screen and (max-width: 1025px) {
  .lfront-slide .lForm-faileUpload .lForm-filename {
    margin-bottom: 15px; } }

@media screen and (max-width: 768px) {
  .lfront-slide .lForm-faileUpload .lForm-filename {
    font-size: 0.875rem;
    padding: 3.6vw 9.86vw;
    border-radius: 50px; } }

@media screen and (min-width: 769px) {
  .lfront-slide .lForm-faileUpload .lForm-uploadSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media screen and (max-width: 768px) {
  .lfront-slide .lForm-faileUpload .lForm-uploadSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media screen and (min-width: 769px) {
  .lfront-slide .lForm-faileUpload .lForm-imageDish {
    font-size: 14px;
    margin-right: 5vw; } }

@media screen and (max-width: 768px) {
  .lfront-slide .lForm-faileUpload .lForm-imageDish {
    font-size: 0.75rem; } }

@media screen and (min-width: 769px) {
  .lfront-slide .lForm-faileUpload .lForm-clear {
    font-size: 14px;
    margin: 0;
    padding-right: 10px; } }

@media screen and (max-width: 768px) {
  .lfront-slide .lForm-faileUpload .lForm-clear {
    font-size: 0.75rem;
    padding-right: 2vw; } }

@media screen and (min-width: 769px) {
  .lfront-slide .lForm-faileUpload .lForm-clear::before {
    bottom: -3px;
    left: 0; } }

@media screen and (max-width: 768px) {
  .lfront-slide .lForm-faileUpload .lForm-clear::before {
    bottom: 2px;
    left: 0; } }

@media screen and (min-width: 769px) {
  .lfront-slide .lForm-faileUpload .lForm-clear::after {
    width: 10px;
    height: 10px;
    top: 6px;
    right: 0px; } }

@media screen and (max-width: 768px) {
  .lfront-slide .lForm-faileUpload .lForm-clear::after {
    width: 2vw;
    height: 2vw;
    top: 1vw;
    right: 0vw; } }

@media screen and (min-width: 769px) {
  .lfront-slide .lForm-wrap.-validate .lForm-error {
    font-size: 14px; } }

@media screen and (max-width: 768px) {
  .lfront-slide .lForm-wrap.-validate .lForm-error {
    font-size: 0.6875rem; } }

@media screen and (min-width: 769px) {
  .lfront-slide .lForm-wrap.-validate .lForm-error.error-select {
    margin: 13px 0 0 400px; } }

@media screen and (max-width: 768px) {
  .lfront-slide .lForm-wrap.-validate .lForm-error.error-select {
    margin-top: 5vw; } }

@media screen and (min-width: 769px) {
  .lfront-slide .lForm-wrap.-validate .lForm-error.error-inputText {
    margin-top: 15px; } }

@media screen and (max-width: 768px) {
  .lfront-slide .lForm-wrap.-validate .lForm-error.error-inputText {
    margin-top: 5vw; } }

@media screen and (min-width: 769px) {
  .lfront-slide .lForm-wrap.-validate .lForm-error.error-inputRadio {
    margin-top: 15px; } }

@media screen and (max-width: 768px) {
  .lfront-slide .lForm-wrap.-validate .lForm-error.error-inputRadio {
    margin-top: 2vw; } }

@media screen and (min-width: 769px) {
  .lfront-slide .lForm-wrap.-validateSize .lForm-error, .lfront-slide .lForm-wrap.-validateExtension .lForm-error {
    font-size: 14px;
    margin-top: 10px; } }

@media screen and (max-width: 768px) {
  .lfront-slide .lForm-wrap.-validateSize .lForm-error, .lfront-slide .lForm-wrap.-validateExtension .lForm-error {
    font-size: 0.6875rem;
    margin-top: 2vw; } }

@media screen and (min-width: 769px) {
  .lfront-slide .lForm-wrap.-validateSize.-validateExtension .lForm-error.error-inputImageType {
    margin-top: 5px; } }

@media screen and (max-width: 768px) {
  .lfront-slide .lForm-wrap.-validateSize.-validateExtension .lForm-error.error-inputImageType {
    margin-top: 0.75vw; } }

.quick-view-dialog {
  margin: 0 auto; }
  .quick-view-dialog .modal-content {
    max-width: calc(1100rem / 16);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
    border: none; }
    @media screen and (max-width: 768px) {
      .quick-view-dialog .modal-content {
        position: absolute;
        bottom: unset; } }
  .quick-view-dialog .modal-body {
    max-height: calc(100vh - 100px);
    padding-top: 0;
    padding-bottom: 0;
    overflow-x: hidden; }
    @media screen and (max-width: 768px) {
      .quick-view-dialog .modal-body {
        max-height: calc(100vh - 152px);
        height: auto; } }
    .quick-view-dialog .modal-body .product-quickview {
      padding: 0; }
      .quick-view-dialog .modal-body .product-quickview .about-stock {
        display: block; }
      .quick-view-dialog .modal-body .product-quickview .product-detail {
        padding-top: 0; }
        @media screen and (max-width: 768px) {
          .quick-view-dialog .modal-body .product-quickview .product-detail {
            padding-bottom: 0; } }
      .quick-view-dialog .modal-body .product-quickview .container .navigation {
        display: none; }
      .quick-view-dialog .modal-body .product-quickview .various-information {
        padding: 0; }
      @media screen and (max-width: 768px) {
        .quick-view-dialog .modal-body .product-quickview .various-information__inner {
          margin-left: calc(-20rem / 16);
          margin-right: calc(-20rem / 16); } }
  .quick-view-dialog .close:not(:disabled):not(.disabled):focus, .quick-view-dialog .close:not(:disabled):not(.disabled):hover {
    opacity: .5; }
  .quick-view-dialog .modal-header {
    padding: 0 1rem;
    height: 64px; }
    .quick-view-dialog .modal-header .close {
      margin: 0;
      padding: 0;
      position: absolute;
      opacity: 1; }
      @media print, screen and (min-width: 769px) {
        .quick-view-dialog .modal-header .close {
          right: 10px;
          top: 10px; } }
      @media screen and (max-width: 768px) {
        .quick-view-dialog .modal-header .close {
          right: 20px;
          top: 20px; }
          .quick-view-dialog .modal-header .close span::before {
            width: 30px;
            height: 30px; } }
  .quick-view-dialog .modal-header .close-bottom {
    display: none; }
  @media screen and (max-width: 768px) {
    .quick-view-dialog .modal-header .close-bottom {
      width: 100%;
      height: 88px;
      padding: 28px 0;
      position: fixed;
      left: 0;
      bottom: 0;
      font-size: calc(14rem / 16);
      font-weight: normal;
      text-align: center;
      background-color: #fff;
      opacity: 1;
      z-index: 1;
      display: block;
      color: #222; }
      .quick-view-dialog .modal-header .close-bottom span {
        font-size: calc(16rem / 16);
        margin-right: 5px; } }
  .quick-view-dialog .parts__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

body {
  color: #222;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: none; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.left-container.is-fixed #maincontent {
  padding-top: 124px; }
  @media screen and (max-width: 768px) {
    .left-container.is-fixed #maincontent {
      padding-top: 110px; } }

ul,
dl {
  margin: 0;
  padding: 0;
  list-style: none; }

h1,
h2,
h3,
h4,
h5,
p,
dd,
figure {
  margin: 0; }

li {
  list-style-type: none; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  button:focus {
    outline: none; }

.btn {
  -webkit-transition: .8s;
  transition: .8s; }
  .btn:hover {
    opacity: .8; }

a {
  color: #222; }
  a:hover {
    color: #222; }

img {
  max-width: 100%;
  height: auto; }

.container {
  max-width: 1100px;
  padding-left: 6.3638%;
  padding-right: 6.3638%;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .container {
      padding-right: 20px;
      padding-left: 20px; } }
  @media screen and (min-width: 1440px) {
    .container {
      padding-right: 70px;
      padding-left: 70px; } }


.container-fluid,
.container-md,
.container-lg,
.container-xl {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden; }
  .container-fluid .slick-list, .container-md .slick-list, .container-lg .slick-list, .container-xl .slick-list {
    overflow: visible; }

.c-title--h2 {
  font-size: calc(18rem / 16);
  font-weight: bold;
  line-height: 1.22222; }

.break {
  display: inline-block; }

.sp-br {
  display: block; }
  @media print, screen and (min-width: 769px) {
    .sp-br {
      display: none; } }

.pc-br {
  display: block; }
  @media screen and (max-width: 768px) {
    .pc-br {
      display: none; } }

@media print, screen and (min-width: 769px) {
  .v-sp {
    display: none !important; } }

@media screen and (max-width: 768px) {
  .v-pc {
    display: none !important; } }

.choose-bonus-product-dialog .modal-header, .quick-view-dialog .modal-header {
  background-color: white;
  border-bottom: 0px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-beige.disabled {
    opacity: 0.2; }

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative; }
  .swatch-filter-beige.disabled {
    opacity: 0.2; }

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-black.disabled {
    opacity: 0.2; }

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative; }
  .swatch-filter-black.disabled {
    opacity: 0.2; }

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-blue.disabled {
    opacity: 0.2; }

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative; }
  .swatch-filter-blue.disabled {
    opacity: 0.2; }

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-brown.disabled {
    opacity: 0.2; }

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative; }
  .swatch-filter-brown.disabled {
    opacity: 0.2; }

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-green.disabled {
    opacity: 0.2; }

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827;
  border-radius: 0.69em;
  background-color: #008827;
  display: block;
  position: relative; }
  .swatch-filter-green.disabled {
    opacity: 0.2; }

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-grey.disabled {
    opacity: 0.2; }

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative; }
  .swatch-filter-grey.disabled {
    opacity: 0.2; }

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-navy.disabled {
    opacity: 0.2; }

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative; }
  .swatch-filter-navy.disabled {
    opacity: 0.2; }

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-orange.disabled {
    opacity: 0.2; }

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative; }
  .swatch-filter-orange.disabled {
    opacity: 0.2; }

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-pink.disabled {
    opacity: 0.2; }

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative; }
  .swatch-filter-pink.disabled {
    opacity: 0.2; }

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-purple.disabled {
    opacity: 0.2; }

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative; }
  .swatch-filter-purple.disabled {
    opacity: 0.2; }

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-red.disabled {
    opacity: 0.2; }

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative; }
  .swatch-filter-red.disabled {
    opacity: 0.2; }

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-white.disabled {
    opacity: 0.2; }

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative; }
  .swatch-filter-white.disabled {
    opacity: 0.2; }

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-yellow.disabled {
    opacity: 0.2; }

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative; }
  .swatch-filter-yellow.disabled {
    opacity: 0.2; }

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #821e91), color-stop(25%, #821e91), color-stop(25%, #edd134), color-stop(50%, yellow), color-stop(50%, #edd134), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, #0e5cd1), color-stop(50%, #0e5cd1), color-stop(50%, #e20b0b), to(#e20b0b));
  background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, yellow 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em; }
  .swatch-circle-miscellaneous.disabled {
    opacity: 0.2; }
  .swatch-circle-miscellaneous.selected::after {
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg); }

.attribute {
  margin-top: 0.938em; }
  .attribute label {
    display: block; }

.swatch a {
  text-decoration: none; }

@media (max-width: 543.98px) {
  .primary-images {
    margin: 0;
    padding: 0; } }

.prices-add-to-cart-actions {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 50;
  padding-right: 0;
  padding-left: 0;
  left: 0; }
  @media (max-width: 543.98px) {
    .prices-add-to-cart-actions {
      background-color: rgba(255, 255, 255, 0.95);
      -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
              box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } }
  @media (min-width: 544px) {
    .prices-add-to-cart-actions {
      position: static;
      padding: 0 0.9375em; } }
  .prices-add-to-cart-actions .price {
    text-align: center; }

.prices {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  text-align: center; }

.cart-and-ipay {
  text-align: center; }
  @media (max-width: 543.98px) {
    .cart-and-ipay {
      padding-bottom: 26px; }
      .cart-and-ipay .btn {
        width: 98%;
        margin: 1%;
        display: block; } }

.add-to-cart-messages {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%; }

.add-to-basket-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  -webkit-box-shadow: 1px 1px 5px grey;
          box-shadow: 1px 1px 5px grey;
  padding: 1em; }

@keyframes fade {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .add-to-basket-alert.show {
    display: block; }

.simple-quantity {
  margin-top: 1em; }

.main-attributes {
  margin-top: 1em; }

.size-chart {
  margin-top: 1.071em; }

div.availability {
  margin-top: 1.071em; }

.bundle-item {
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc; }
  .bundle-item:last-child {
    border-bottom: none; }

.container.product-detail {
  margin-top: 2em;
  margin-bottom: 2em; }
  @media (max-width: 543.98px) {
    .container.product-detail {
      margin-top: 0;
      margin-bottom: 0; } }

.product-option:not(:first-child) {
  margin-top: 1.071em; }

.quick-view-dialog,
.choose-bonus-product-dialog {
  max-width: 56.25em; }
  .quick-view-dialog .selectable-bonus-product-line-item,
  .choose-bonus-product-dialog .selectable-bonus-product-line-item {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    padding-top: 0.3em;
    padding-bottom: 0.3em; }
  .quick-view-dialog .beenSelected,
  .choose-bonus-product-dialog .beenSelected {
    background-color: #eee; }
  .quick-view-dialog .modal-header,
  .choose-bonus-product-dialog .modal-header {
    background-color: #eee;
    border-bottom: 2px solid #ccc;
    border-top-left-radius: 0.1875rem;
    border-top-right-radius: 0.1875rem; }
    .quick-view-dialog .modal-header .full-pdp-link,
    .choose-bonus-product-dialog .modal-header .full-pdp-link {
      color: var(--skin-primary-color-1); }
    .quick-view-dialog .modal-header .close,
    .choose-bonus-product-dialog .modal-header .close {
      font-size: 2rem;
      line-height: 1.5rem; }
  .quick-view-dialog .modal-title,
  .choose-bonus-product-dialog .modal-title {
    font-size: 1em; }
  .quick-view-dialog .product-name,
  .choose-bonus-product-dialog .product-name {
    font-size: 1.875em; }
  .quick-view-dialog .swatch-circle,
  .choose-bonus-product-dialog .swatch-circle {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #fff;
    border-radius: 1.25em;
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    display: inline-block;
    margin-right: 0.313em;
    position: relative; }
    .quick-view-dialog .swatch-circle.color-value[data-selected=true]::after,
    .choose-bonus-product-dialog .swatch-circle.color-value[data-selected=true]::after {
      color: #000;
      content: '\F058';
      display: table-caption;
      font-family: 'FontAwesome';
      font-size: 1.625em;
      left: 0.295em;
      position: absolute; }
    .quick-view-dialog .swatch-circle.color-value.selected::after,
    .choose-bonus-product-dialog .swatch-circle.color-value.selected::after {
      background: #fff;
      border-radius: 50%;
      color: #000;
      content: '\F058';
      display: table-caption;
      font-family: 'FontAwesome';
      font-size: 1.625em;
      height: 0.75em;
      left: 0.31em;
      line-height: 0.8em;
      position: absolute;
      top: 0.35em;
      width: 0.8em; }
    .quick-view-dialog .swatch-circle i.fa-times-circle,
    .choose-bonus-product-dialog .swatch-circle i.fa-times-circle {
      background: #fff;
      border-radius: 50%;
      height: 0.75em;
      line-height: 0.8em;
      width: 0.8em; }
  .quick-view-dialog a[disabled] .swatch-circle,
  .choose-bonus-product-dialog a[disabled] .swatch-circle {
    cursor: not-allowed; }
    .quick-view-dialog a[disabled] .swatch-circle.color-value.selected::after,
    .choose-bonus-product-dialog a[disabled] .swatch-circle.color-value.selected::after {
      background-color: #495057; }
  .quick-view-dialog .availablity-container,
  .choose-bonus-product-dialog .availablity-container {
    text-align: right; }
  .quick-view-dialog .availablity-container,
  .quick-view-dialog .size-chart,
  .choose-bonus-product-dialog .availablity-container,
  .choose-bonus-product-dialog .size-chart {
    margin-top: 0.938em; }
  .quick-view-dialog .modal-content,
  .choose-bonus-product-dialog .modal-content {
    border: 1px solid rgba(0, 0, 0, 0.2); }
  .quick-view-dialog .modal-body,
  .choose-bonus-product-dialog .modal-body {
    max-height: 28.125em;
    /* 450/16 */
    overflow-y: auto; }
  .quick-view-dialog button.close,
  .choose-bonus-product-dialog button.close {
    font-size: 1.25em; }
  .quick-view-dialog .modal-footer,
  .choose-bonus-product-dialog .modal-footer {
    background-color: #fff;
    border: none;
    border-bottom-right-radius: 0.1875rem;
    border-bottom-left-radius: 0.1875rem; }
    .quick-view-dialog .modal-footer .prices .price,
    .choose-bonus-product-dialog .modal-footer .prices .price {
      font-size: 1.6em; }
  .quick-view-dialog .prices .sales,
  .choose-bonus-product-dialog .prices .sales {
    font-size: 1.5rem; }
  .quick-view-dialog .promotions,
  .choose-bonus-product-dialog .promotions {
    text-align: left;
    color: #e82318; }
  @media (max-width: 768.98px) {
    .quick-view-dialog .bonus-summary,
    .choose-bonus-product-dialog .bonus-summary {
      font-size: 0.625em; } }
  @media (max-width: 768.98px) {
    .quick-view-dialog .bonus-summary .bonus-product-name,
    .choose-bonus-product-dialog .bonus-summary .bonus-product-name {
      padding: 0; } }
  .quick-view-dialog .pre-cart-products,
  .choose-bonus-product-dialog .pre-cart-products {
    margin-right: 0.125em; }
  .quick-view-dialog .color-attribute,
  .choose-bonus-product-dialog .color-attribute {
    border: none;
    padding: 0;
    background: none; }
  .quick-view-dialog .non-input-label,
  .choose-bonus-product-dialog .non-input-label {
    display: block;
    margin-bottom: 0.5rem; }

@keyframes inout {
  0% {
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-webkit-keyframes inout {
  0% {
    -webkit-transform: scale(1.15, 1.15); }
  100% {
    -webkit-transform: scale(1, 1); } }

@keyframes fadein {
  0% {
    opacity: 0;
    visibility: visible; }
  100% {
    opacity: 1;
    visibility: visible; } }

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    visibility: visible; }
  100% {
    opacity: 1;
    visibility: visible; } }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }
  body * {
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */ }
    body *::-webkit-scrollbar {
      /* Chrome, Safari 対応 */
      display: none; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[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 {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template, [hidden] {
  display: none; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
  margin: 0;
  padding: 0;
  font-weight: normal; }

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

figure {
  margin: 0;
  padding: 0; }

img, svg {
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*:focus {
  outline: none; }

button {
  background-color: transparent;
  border: none;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer; }

input[type="number"] {
  -moz-appearance: textfield; }
  input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

input::-ms-clear {
  visibility: hidden; }

a, textarea, input, button {
  outline: none; }

fieldset {
  border: none;
  padding: 0;
  margin: 0;
  display: block; }

address {
  font-style: normal; }

strong {
  font-weight: bold; }

html {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

body {
  min-width: 280px;
  font-family: YuGothic,"\6E38\30B4\30B7\30C3\30AF","\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3","Hiragino Kaku Gothic Pro","\30E1\30A4\30EA\30AA",Meiryo,sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #261F1F;
  -webkit-overflow-scrolling: touch; }

@media only screen and (min-width: 768px) {
  body {
    font-size: 14px;
    line-height: 1.5; } }

a {
  color: #CE0000;
  text-decoration: none; }

@media only screen and (min-width: 768px) {
  a:hover {
    text-decoration: underline; } }

.mt0 {
  margin-top: 0px !important; }

@media only screen and (min-width: 768px) {
  .mt0 {
    margin-top: 0px !important; } }

.mb0 {
  margin-bottom: 0px !important; }

@media only screen and (min-width: 768px) {
  .mb0 {
    margin-bottom: 0px !important; } }

.pt0 {
  padding-top: 0px !important; }

@media only screen and (min-width: 768px) {
  .pt0 {
    padding-top: 0px !important; } }

.pb0 {
  padding-bottom: 0px !important; }

@media only screen and (min-width: 768px) {
  .pb0 {
    padding-bottom: 0px !important; } }

.mt5 {
  margin-top: 2.5px !important; }

@media only screen and (min-width: 768px) {
  .mt5 {
    margin-top: 5px !important; } }

.mb5 {
  margin-bottom: 2.5px !important; }

@media only screen and (min-width: 768px) {
  .mb5 {
    margin-bottom: 5px !important; } }

.pt5 {
  padding-top: 2.5px !important; }

@media only screen and (min-width: 768px) {
  .pt5 {
    padding-top: 5px !important; } }

.pb5 {
  padding-bottom: 2.5px !important; }

@media only screen and (min-width: 768px) {
  .pb5 {
    padding-bottom: 5px !important; } }

.mt10 {
  margin-top: 5px !important; }

@media only screen and (min-width: 768px) {
  .mt10 {
    margin-top: 10px !important; } }

.mb10 {
  margin-bottom: 5px !important; }

@media only screen and (min-width: 768px) {
  .mb10 {
    margin-bottom: 10px !important; } }

.pt10 {
  padding-top: 5px !important; }

@media only screen and (min-width: 768px) {
  .pt10 {
    padding-top: 10px !important; } }

.pb10 {
  padding-bottom: 5px !important; }

@media only screen and (min-width: 768px) {
  .pb10 {
    padding-bottom: 10px !important; } }

.mt15 {
  margin-top: 7.5px !important; }

@media only screen and (min-width: 768px) {
  .mt15 {
    margin-top: 15px !important; } }

.mb15 {
  margin-bottom: 7.5px !important; }

@media only screen and (min-width: 768px) {
  .mb15 {
    margin-bottom: 15px !important; } }

.pt15 {
  padding-top: 7.5px !important; }

@media only screen and (min-width: 768px) {
  .pt15 {
    padding-top: 15px !important; } }

.pb15 {
  padding-bottom: 7.5px !important; }

@media only screen and (min-width: 768px) {
  .pb15 {
    padding-bottom: 15px !important; } }

.mt20 {
  margin-top: 10px !important; }

@media only screen and (min-width: 768px) {
  .mt20 {
    margin-top: 20px !important; } }

.mb20 {
  margin-bottom: 10px !important; }

@media only screen and (min-width: 768px) {
  .mb20 {
    margin-bottom: 20px !important; } }

.pt20 {
  padding-top: 10px !important; }

@media only screen and (min-width: 768px) {
  .pt20 {
    padding-top: 20px !important; } }

.pb20 {
  padding-bottom: 10px !important; }

@media only screen and (min-width: 768px) {
  .pb20 {
    padding-bottom: 20px !important; } }

.mt25 {
  margin-top: 12.5px !important; }

@media only screen and (min-width: 768px) {
  .mt25 {
    margin-top: 25px !important; } }

.mb25 {
  margin-bottom: 12.5px !important; }

@media only screen and (min-width: 768px) {
  .mb25 {
    margin-bottom: 25px !important; } }

.pt25 {
  padding-top: 12.5px !important; }

@media only screen and (min-width: 768px) {
  .pt25 {
    padding-top: 25px !important; } }

.pb25 {
  padding-bottom: 12.5px !important; }

@media only screen and (min-width: 768px) {
  .pb25 {
    padding-bottom: 25px !important; } }

.mt30 {
  margin-top: 15px !important; }

@media only screen and (min-width: 768px) {
  .mt30 {
    margin-top: 30px !important; } }

.mb30 {
  margin-bottom: 15px !important; }

@media only screen and (min-width: 768px) {
  .mb30 {
    margin-bottom: 30px !important; } }

.pt30 {
  padding-top: 15px !important; }

@media only screen and (min-width: 768px) {
  .pt30 {
    padding-top: 30px !important; } }

.pb30 {
  padding-bottom: 15px !important; }

@media only screen and (min-width: 768px) {
  .pb30 {
    padding-bottom: 30px !important; } }

.mt35 {
  margin-top: 17.5px !important; }

@media only screen and (min-width: 768px) {
  .mt35 {
    margin-top: 35px !important; } }

.mb35 {
  margin-bottom: 17.5px !important; }

@media only screen and (min-width: 768px) {
  .mb35 {
    margin-bottom: 35px !important; } }

.pt35 {
  padding-top: 17.5px !important; }

@media only screen and (min-width: 768px) {
  .pt35 {
    padding-top: 35px !important; } }

.pb35 {
  padding-bottom: 17.5px !important; }

@media only screen and (min-width: 768px) {
  .pb35 {
    padding-bottom: 35px !important; } }

.mt40 {
  margin-top: 20px !important; }

@media only screen and (min-width: 768px) {
  .mt40 {
    margin-top: 40px !important; } }

.mb40 {
  margin-bottom: 20px !important; }

@media only screen and (min-width: 768px) {
  .mb40 {
    margin-bottom: 40px !important; } }

.pt40 {
  padding-top: 20px !important; }

@media only screen and (min-width: 768px) {
  .pt40 {
    padding-top: 40px !important; } }

.pb40 {
  padding-bottom: 20px !important; }

@media only screen and (min-width: 768px) {
  .pb40 {
    padding-bottom: 40px !important; } }

.mt45 {
  margin-top: 22.5px !important; }

@media only screen and (min-width: 768px) {
  .mt45 {
    margin-top: 45px !important; } }

.mb45 {
  margin-bottom: 22.5px !important; }

@media only screen and (min-width: 768px) {
  .mb45 {
    margin-bottom: 45px !important; } }

.pt45 {
  padding-top: 22.5px !important; }

@media only screen and (min-width: 768px) {
  .pt45 {
    padding-top: 45px !important; } }

.pb45 {
  padding-bottom: 22.5px !important; }

@media only screen and (min-width: 768px) {
  .pb45 {
    padding-bottom: 45px !important; } }

.mt50 {
  margin-top: 25px !important; }

@media only screen and (min-width: 768px) {
  .mt50 {
    margin-top: 50px !important; } }

.mb50 {
  margin-bottom: 25px !important; }

@media only screen and (min-width: 768px) {
  .mb50 {
    margin-bottom: 50px !important; } }

.pt50 {
  padding-top: 25px !important; }

@media only screen and (min-width: 768px) {
  .pt50 {
    padding-top: 50px !important; } }

.pb50 {
  padding-bottom: 25px !important; }

@media only screen and (min-width: 768px) {
  .pb50 {
    padding-bottom: 50px !important; } }

.mt55 {
  margin-top: 27.5px !important; }

@media only screen and (min-width: 768px) {
  .mt55 {
    margin-top: 55px !important; } }

.mb55 {
  margin-bottom: 27.5px !important; }

@media only screen and (min-width: 768px) {
  .mb55 {
    margin-bottom: 55px !important; } }

.pt55 {
  padding-top: 27.5px !important; }

@media only screen and (min-width: 768px) {
  .pt55 {
    padding-top: 55px !important; } }

.pb55 {
  padding-bottom: 27.5px !important; }

@media only screen and (min-width: 768px) {
  .pb55 {
    padding-bottom: 55px !important; } }

.mt60 {
  margin-top: 30px !important; }

@media only screen and (min-width: 768px) {
  .mt60 {
    margin-top: 60px !important; } }

.mb60 {
  margin-bottom: 30px !important; }

@media only screen and (min-width: 768px) {
  .mb60 {
    margin-bottom: 60px !important; } }

.pt60 {
  padding-top: 30px !important; }

@media only screen and (min-width: 768px) {
  .pt60 {
    padding-top: 60px !important; } }

.pb60 {
  padding-bottom: 30px !important; }

@media only screen and (min-width: 768px) {
  .pb60 {
    padding-bottom: 60px !important; } }

.mt65 {
  margin-top: 32.5px !important; }

@media only screen and (min-width: 768px) {
  .mt65 {
    margin-top: 65px !important; } }

.mb65 {
  margin-bottom: 32.5px !important; }

@media only screen and (min-width: 768px) {
  .mb65 {
    margin-bottom: 65px !important; } }

.pt65 {
  padding-top: 32.5px !important; }

@media only screen and (min-width: 768px) {
  .pt65 {
    padding-top: 65px !important; } }

.pb65 {
  padding-bottom: 32.5px !important; }

@media only screen and (min-width: 768px) {
  .pb65 {
    padding-bottom: 65px !important; } }

.mt70 {
  margin-top: 35px !important; }

@media only screen and (min-width: 768px) {
  .mt70 {
    margin-top: 70px !important; } }

.mb70 {
  margin-bottom: 35px !important; }

@media only screen and (min-width: 768px) {
  .mb70 {
    margin-bottom: 70px !important; } }

.pt70 {
  padding-top: 35px !important; }

@media only screen and (min-width: 768px) {
  .pt70 {
    padding-top: 70px !important; } }

.pb70 {
  padding-bottom: 35px !important; }

@media only screen and (min-width: 768px) {
  .pb70 {
    padding-bottom: 70px !important; } }

.mt75 {
  margin-top: 37.5px !important; }

@media only screen and (min-width: 768px) {
  .mt75 {
    margin-top: 75px !important; } }

.mb75 {
  margin-bottom: 37.5px !important; }

@media only screen and (min-width: 768px) {
  .mb75 {
    margin-bottom: 75px !important; } }

.pt75 {
  padding-top: 37.5px !important; }

@media only screen and (min-width: 768px) {
  .pt75 {
    padding-top: 75px !important; } }

.pb75 {
  padding-bottom: 37.5px !important; }

@media only screen and (min-width: 768px) {
  .pb75 {
    padding-bottom: 75px !important; } }

.mt80 {
  margin-top: 40px !important; }

@media only screen and (min-width: 768px) {
  .mt80 {
    margin-top: 80px !important; } }

.mb80 {
  margin-bottom: 40px !important; }

@media only screen and (min-width: 768px) {
  .mb80 {
    margin-bottom: 80px !important; } }

.pt80 {
  padding-top: 40px !important; }

@media only screen and (min-width: 768px) {
  .pt80 {
    padding-top: 80px !important; } }

.pb80 {
  padding-bottom: 40px !important; }

@media only screen and (min-width: 768px) {
  .pb80 {
    padding-bottom: 80px !important; } }

.mt85 {
  margin-top: 42.5px !important; }

@media only screen and (min-width: 768px) {
  .mt85 {
    margin-top: 85px !important; } }

.mb85 {
  margin-bottom: 42.5px !important; }

@media only screen and (min-width: 768px) {
  .mb85 {
    margin-bottom: 85px !important; } }

.pt85 {
  padding-top: 42.5px !important; }

@media only screen and (min-width: 768px) {
  .pt85 {
    padding-top: 85px !important; } }

.pb85 {
  padding-bottom: 42.5px !important; }

@media only screen and (min-width: 768px) {
  .pb85 {
    padding-bottom: 85px !important; } }

.mt90 {
  margin-top: 45px !important; }

@media only screen and (min-width: 768px) {
  .mt90 {
    margin-top: 90px !important; } }

.mb90 {
  margin-bottom: 45px !important; }

@media only screen and (min-width: 768px) {
  .mb90 {
    margin-bottom: 90px !important; } }

.pt90 {
  padding-top: 45px !important; }

@media only screen and (min-width: 768px) {
  .pt90 {
    padding-top: 90px !important; } }

.pb90 {
  padding-bottom: 45px !important; }

@media only screen and (min-width: 768px) {
  .pb90 {
    padding-bottom: 90px !important; } }

.mt95 {
  margin-top: 47.5px !important; }

@media only screen and (min-width: 768px) {
  .mt95 {
    margin-top: 95px !important; } }

.mb95 {
  margin-bottom: 47.5px !important; }

@media only screen and (min-width: 768px) {
  .mb95 {
    margin-bottom: 95px !important; } }

.pt95 {
  padding-top: 47.5px !important; }

@media only screen and (min-width: 768px) {
  .pt95 {
    padding-top: 95px !important; } }

.pb95 {
  padding-bottom: 47.5px !important; }

@media only screen and (min-width: 768px) {
  .pb95 {
    padding-bottom: 95px !important; } }

.mt100 {
  margin-top: 50px !important; }

@media only screen and (min-width: 768px) {
  .mt100 {
    margin-top: 100px !important; } }

.mb100 {
  margin-bottom: 50px !important; }

@media only screen and (min-width: 768px) {
  .mb100 {
    margin-bottom: 100px !important; } }

.pt100 {
  padding-top: 50px !important; }

@media only screen and (min-width: 768px) {
  .pt100 {
    padding-top: 100px !important; } }

.pb100 {
  padding-bottom: 50px !important; }

@media only screen and (min-width: 768px) {
  .pb100 {
    padding-bottom: 100px !important; } }

.mt105 {
  margin-top: 52.5px !important; }

@media only screen and (min-width: 768px) {
  .mt105 {
    margin-top: 105px !important; } }

.mb105 {
  margin-bottom: 52.5px !important; }

@media only screen and (min-width: 768px) {
  .mb105 {
    margin-bottom: 105px !important; } }

.pt105 {
  padding-top: 52.5px !important; }

@media only screen and (min-width: 768px) {
  .pt105 {
    padding-top: 105px !important; } }

.pb105 {
  padding-bottom: 52.5px !important; }

@media only screen and (min-width: 768px) {
  .pb105 {
    padding-bottom: 105px !important; } }

.mt110 {
  margin-top: 55px !important; }

@media only screen and (min-width: 768px) {
  .mt110 {
    margin-top: 110px !important; } }

.mb110 {
  margin-bottom: 55px !important; }

@media only screen and (min-width: 768px) {
  .mb110 {
    margin-bottom: 110px !important; } }

.pt110 {
  padding-top: 55px !important; }

@media only screen and (min-width: 768px) {
  .pt110 {
    padding-top: 110px !important; } }

.pb110 {
  padding-bottom: 55px !important; }

@media only screen and (min-width: 768px) {
  .pb110 {
    padding-bottom: 110px !important; } }

.mt115 {
  margin-top: 57.5px !important; }

@media only screen and (min-width: 768px) {
  .mt115 {
    margin-top: 115px !important; } }

.mb115 {
  margin-bottom: 57.5px !important; }

@media only screen and (min-width: 768px) {
  .mb115 {
    margin-bottom: 115px !important; } }

.pt115 {
  padding-top: 57.5px !important; }

@media only screen and (min-width: 768px) {
  .pt115 {
    padding-top: 115px !important; } }

.pb115 {
  padding-bottom: 57.5px !important; }

@media only screen and (min-width: 768px) {
  .pb115 {
    padding-bottom: 115px !important; } }

.mt120 {
  margin-top: 60px !important; }

@media only screen and (min-width: 768px) {
  .mt120 {
    margin-top: 120px !important; } }

.mb120 {
  margin-bottom: 60px !important; }

@media only screen and (min-width: 768px) {
  .mb120 {
    margin-bottom: 120px !important; } }

.pt120 {
  padding-top: 60px !important; }

@media only screen and (min-width: 768px) {
  .pt120 {
    padding-top: 120px !important; } }

.pb120 {
  padding-bottom: 60px !important; }

@media only screen and (min-width: 768px) {
  .pb120 {
    padding-bottom: 120px !important; } }

.mt125 {
  margin-top: 62.5px !important; }

@media only screen and (min-width: 768px) {
  .mt125 {
    margin-top: 125px !important; } }

.mb125 {
  margin-bottom: 62.5px !important; }

@media only screen and (min-width: 768px) {
  .mb125 {
    margin-bottom: 125px !important; } }

.pt125 {
  padding-top: 62.5px !important; }

@media only screen and (min-width: 768px) {
  .pt125 {
    padding-top: 125px !important; } }

.pb125 {
  padding-bottom: 62.5px !important; }

@media only screen and (min-width: 768px) {
  .pb125 {
    padding-bottom: 125px !important; } }

.mt130 {
  margin-top: 65px !important; }

@media only screen and (min-width: 768px) {
  .mt130 {
    margin-top: 130px !important; } }

.mb130 {
  margin-bottom: 65px !important; }

@media only screen and (min-width: 768px) {
  .mb130 {
    margin-bottom: 130px !important; } }

.pt130 {
  padding-top: 65px !important; }

@media only screen and (min-width: 768px) {
  .pt130 {
    padding-top: 130px !important; } }

.pb130 {
  padding-bottom: 65px !important; }

@media only screen and (min-width: 768px) {
  .pb130 {
    padding-bottom: 130px !important; } }

.mt135 {
  margin-top: 67.5px !important; }

@media only screen and (min-width: 768px) {
  .mt135 {
    margin-top: 135px !important; } }

.mb135 {
  margin-bottom: 67.5px !important; }

@media only screen and (min-width: 768px) {
  .mb135 {
    margin-bottom: 135px !important; } }

.pt135 {
  padding-top: 67.5px !important; }

@media only screen and (min-width: 768px) {
  .pt135 {
    padding-top: 135px !important; } }

.pb135 {
  padding-bottom: 67.5px !important; }

@media only screen and (min-width: 768px) {
  .pb135 {
    padding-bottom: 135px !important; } }

.mt140 {
  margin-top: 70px !important; }

@media only screen and (min-width: 768px) {
  .mt140 {
    margin-top: 140px !important; } }

.mb140 {
  margin-bottom: 70px !important; }

@media only screen and (min-width: 768px) {
  .mb140 {
    margin-bottom: 140px !important; } }

.pt140 {
  padding-top: 70px !important; }

@media only screen and (min-width: 768px) {
  .pt140 {
    padding-top: 140px !important; } }

.pb140 {
  padding-bottom: 70px !important; }

@media only screen and (min-width: 768px) {
  .pb140 {
    padding-bottom: 140px !important; } }

.mt145 {
  margin-top: 72.5px !important; }

@media only screen and (min-width: 768px) {
  .mt145 {
    margin-top: 145px !important; } }

.mb145 {
  margin-bottom: 72.5px !important; }

@media only screen and (min-width: 768px) {
  .mb145 {
    margin-bottom: 145px !important; } }

.pt145 {
  padding-top: 72.5px !important; }

@media only screen and (min-width: 768px) {
  .pt145 {
    padding-top: 145px !important; } }

.pb145 {
  padding-bottom: 72.5px !important; }

@media only screen and (min-width: 768px) {
  .pb145 {
    padding-bottom: 145px !important; } }

.mt150 {
  margin-top: 75px !important; }

@media only screen and (min-width: 768px) {
  .mt150 {
    margin-top: 150px !important; } }

.mb150 {
  margin-bottom: 75px !important; }

@media only screen and (min-width: 768px) {
  .mb150 {
    margin-bottom: 150px !important; } }

.pt150 {
  padding-top: 75px !important; }

@media only screen and (min-width: 768px) {
  .pt150 {
    padding-top: 150px !important; } }

.pb150 {
  padding-bottom: 75px !important; }

@media only screen and (min-width: 768px) {
  .pb150 {
    padding-bottom: 150px !important; } }

@media only screen and (min-width: 768px) {
  .mt0-pc {
    margin-top: 0px !important; } }

@media only screen and (min-width: 768px) {
  .mb0-pc {
    margin-bottom: 0px !important; } }

@media only screen and (min-width: 768px) {
  .pt0-pc {
    padding-top: 0px !important; } }

.pb0-pc {
  padding-bottom: 0px !important; }

@media only screen and (min-width: 768px) {
  .pb0-pc {
    padding-bottom: 0px !important; } }

@media only screen and (min-width: 768px) {
  .mt5-pc {
    margin-top: 5px !important; } }

@media only screen and (min-width: 768px) {
  .mb5-pc {
    margin-bottom: 5px !important; } }

@media only screen and (min-width: 768px) {
  .pt5-pc {
    padding-top: 5px !important; } }

.pb5-pc {
  padding-bottom: 2.5px !important; }

@media only screen and (min-width: 768px) {
  .pb5-pc {
    padding-bottom: 5px !important; } }

@media only screen and (min-width: 768px) {
  .mt10-pc {
    margin-top: 10px !important; } }

@media only screen and (min-width: 768px) {
  .mb10-pc {
    margin-bottom: 10px !important; } }

@media only screen and (min-width: 768px) {
  .pt10-pc {
    padding-top: 10px !important; } }

.pb10-pc {
  padding-bottom: 5px !important; }

@media only screen and (min-width: 768px) {
  .pb10-pc {
    padding-bottom: 10px !important; } }

@media only screen and (min-width: 768px) {
  .mt15-pc {
    margin-top: 15px !important; } }

@media only screen and (min-width: 768px) {
  .mb15-pc {
    margin-bottom: 15px !important; } }

@media only screen and (min-width: 768px) {
  .pt15-pc {
    padding-top: 15px !important; } }

.pb15-pc {
  padding-bottom: 7.5px !important; }

@media only screen and (min-width: 768px) {
  .pb15-pc {
    padding-bottom: 15px !important; } }

@media only screen and (min-width: 768px) {
  .mt20-pc {
    margin-top: 20px !important; } }

@media only screen and (min-width: 768px) {
  .mb20-pc {
    margin-bottom: 20px !important; } }

@media only screen and (min-width: 768px) {
  .pt20-pc {
    padding-top: 20px !important; } }

.pb20-pc {
  padding-bottom: 10px !important; }

@media only screen and (min-width: 768px) {
  .pb20-pc {
    padding-bottom: 20px !important; } }

@media only screen and (min-width: 768px) {
  .mt25-pc {
    margin-top: 25px !important; } }

@media only screen and (min-width: 768px) {
  .mb25-pc {
    margin-bottom: 25px !important; } }

@media only screen and (min-width: 768px) {
  .pt25-pc {
    padding-top: 25px !important; } }

.pb25-pc {
  padding-bottom: 12.5px !important; }

@media only screen and (min-width: 768px) {
  .pb25-pc {
    padding-bottom: 25px !important; } }

@media only screen and (min-width: 768px) {
  .mt30-pc {
    margin-top: 30px !important; } }

@media only screen and (min-width: 768px) {
  .mb30-pc {
    margin-bottom: 30px !important; } }

@media only screen and (min-width: 768px) {
  .pt30-pc {
    padding-top: 30px !important; } }

.pb30-pc {
  padding-bottom: 15px !important; }

@media only screen and (min-width: 768px) {
  .pb30-pc {
    padding-bottom: 30px !important; } }

@media only screen and (min-width: 768px) {
  .mt35-pc {
    margin-top: 35px !important; } }

@media only screen and (min-width: 768px) {
  .mb35-pc {
    margin-bottom: 35px !important; } }

@media only screen and (min-width: 768px) {
  .pt35-pc {
    padding-top: 35px !important; } }

.pb35-pc {
  padding-bottom: 17.5px !important; }

@media only screen and (min-width: 768px) {
  .pb35-pc {
    padding-bottom: 35px !important; } }

@media only screen and (min-width: 768px) {
  .mt40-pc {
    margin-top: 40px !important; } }

@media only screen and (min-width: 768px) {
  .mb40-pc {
    margin-bottom: 40px !important; } }

@media only screen and (min-width: 768px) {
  .pt40-pc {
    padding-top: 40px !important; } }

.pb40-pc {
  padding-bottom: 20px !important; }

@media only screen and (min-width: 768px) {
  .pb40-pc {
    padding-bottom: 40px !important; } }

@media only screen and (min-width: 768px) {
  .mt45-pc {
    margin-top: 45px !important; } }

@media only screen and (min-width: 768px) {
  .mb45-pc {
    margin-bottom: 45px !important; } }

@media only screen and (min-width: 768px) {
  .pt45-pc {
    padding-top: 45px !important; } }

.pb45-pc {
  padding-bottom: 22.5px !important; }

@media only screen and (min-width: 768px) {
  .pb45-pc {
    padding-bottom: 45px !important; } }

@media only screen and (min-width: 768px) {
  .mt50-pc {
    margin-top: 50px !important; } }

@media only screen and (min-width: 768px) {
  .mb50-pc {
    margin-bottom: 50px !important; } }

@media only screen and (min-width: 768px) {
  .pt50-pc {
    padding-top: 50px !important; } }

.pb50-pc {
  padding-bottom: 25px !important; }

@media only screen and (min-width: 768px) {
  .pb50-pc {
    padding-bottom: 50px !important; } }

@media only screen and (min-width: 768px) {
  .mt55-pc {
    margin-top: 55px !important; } }

@media only screen and (min-width: 768px) {
  .mb55-pc {
    margin-bottom: 55px !important; } }

@media only screen and (min-width: 768px) {
  .pt55-pc {
    padding-top: 55px !important; } }

.pb55-pc {
  padding-bottom: 27.5px !important; }

@media only screen and (min-width: 768px) {
  .pb55-pc {
    padding-bottom: 55px !important; } }

@media only screen and (min-width: 768px) {
  .mt60-pc {
    margin-top: 60px !important; } }

@media only screen and (min-width: 768px) {
  .mb60-pc {
    margin-bottom: 60px !important; } }

@media only screen and (min-width: 768px) {
  .pt60-pc {
    padding-top: 60px !important; } }

.pb60-pc {
  padding-bottom: 30px !important; }

@media only screen and (min-width: 768px) {
  .pb60-pc {
    padding-bottom: 60px !important; } }

@media only screen and (min-width: 768px) {
  .mt65-pc {
    margin-top: 65px !important; } }

@media only screen and (min-width: 768px) {
  .mb65-pc {
    margin-bottom: 65px !important; } }

@media only screen and (min-width: 768px) {
  .pt65-pc {
    padding-top: 65px !important; } }

.pb65-pc {
  padding-bottom: 32.5px !important; }

@media only screen and (min-width: 768px) {
  .pb65-pc {
    padding-bottom: 65px !important; } }

@media only screen and (min-width: 768px) {
  .mt70-pc {
    margin-top: 70px !important; } }

@media only screen and (min-width: 768px) {
  .mb70-pc {
    margin-bottom: 70px !important; } }

@media only screen and (min-width: 768px) {
  .pt70-pc {
    padding-top: 70px !important; } }

.pb70-pc {
  padding-bottom: 35px !important; }

@media only screen and (min-width: 768px) {
  .pb70-pc {
    padding-bottom: 70px !important; } }

@media only screen and (min-width: 768px) {
  .mt75-pc {
    margin-top: 75px !important; } }

@media only screen and (min-width: 768px) {
  .mb75-pc {
    margin-bottom: 75px !important; } }

@media only screen and (min-width: 768px) {
  .pt75-pc {
    padding-top: 75px !important; } }

.pb75-pc {
  padding-bottom: 37.5px !important; }

@media only screen and (min-width: 768px) {
  .pb75-pc {
    padding-bottom: 75px !important; } }

@media only screen and (min-width: 768px) {
  .mt80-pc {
    margin-top: 80px !important; } }

@media only screen and (min-width: 768px) {
  .mb80-pc {
    margin-bottom: 80px !important; } }

@media only screen and (min-width: 768px) {
  .pt80-pc {
    padding-top: 80px !important; } }

.pb80-pc {
  padding-bottom: 40px !important; }

@media only screen and (min-width: 768px) {
  .pb80-pc {
    padding-bottom: 80px !important; } }

@media only screen and (min-width: 768px) {
  .mt85-pc {
    margin-top: 85px !important; } }

@media only screen and (min-width: 768px) {
  .mb85-pc {
    margin-bottom: 85px !important; } }

@media only screen and (min-width: 768px) {
  .pt85-pc {
    padding-top: 85px !important; } }

.pb85-pc {
  padding-bottom: 42.5px !important; }

@media only screen and (min-width: 768px) {
  .pb85-pc {
    padding-bottom: 85px !important; } }

@media only screen and (min-width: 768px) {
  .mt90-pc {
    margin-top: 90px !important; } }

@media only screen and (min-width: 768px) {
  .mb90-pc {
    margin-bottom: 90px !important; } }

@media only screen and (min-width: 768px) {
  .pt90-pc {
    padding-top: 90px !important; } }

.pb90-pc {
  padding-bottom: 45px !important; }

@media only screen and (min-width: 768px) {
  .pb90-pc {
    padding-bottom: 90px !important; } }

@media only screen and (min-width: 768px) {
  .mt95-pc {
    margin-top: 95px !important; } }

@media only screen and (min-width: 768px) {
  .mb95-pc {
    margin-bottom: 95px !important; } }

@media only screen and (min-width: 768px) {
  .pt95-pc {
    padding-top: 95px !important; } }

.pb95-pc {
  padding-bottom: 47.5px !important; }

@media only screen and (min-width: 768px) {
  .pb95-pc {
    padding-bottom: 95px !important; } }

@media only screen and (min-width: 768px) {
  .mt100-pc {
    margin-top: 100px !important; } }

@media only screen and (min-width: 768px) {
  .mb100-pc {
    margin-bottom: 100px !important; } }

@media only screen and (min-width: 768px) {
  .pt100-pc {
    padding-top: 100px !important; } }

.pb100-pc {
  padding-bottom: 50px !important; }

@media only screen and (min-width: 768px) {
  .pb100-pc {
    padding-bottom: 100px !important; } }

@media only screen and (min-width: 768px) {
  .mt105-pc {
    margin-top: 105px !important; } }

@media only screen and (min-width: 768px) {
  .mb105-pc {
    margin-bottom: 105px !important; } }

@media only screen and (min-width: 768px) {
  .pt105-pc {
    padding-top: 105px !important; } }

.pb105-pc {
  padding-bottom: 52.5px !important; }

@media only screen and (min-width: 768px) {
  .pb105-pc {
    padding-bottom: 105px !important; } }

@media only screen and (min-width: 768px) {
  .mt110-pc {
    margin-top: 110px !important; } }

@media only screen and (min-width: 768px) {
  .mb110-pc {
    margin-bottom: 110px !important; } }

@media only screen and (min-width: 768px) {
  .pt110-pc {
    padding-top: 110px !important; } }

.pb110-pc {
  padding-bottom: 55px !important; }

@media only screen and (min-width: 768px) {
  .pb110-pc {
    padding-bottom: 110px !important; } }

@media only screen and (min-width: 768px) {
  .mt115-pc {
    margin-top: 115px !important; } }

@media only screen and (min-width: 768px) {
  .mb115-pc {
    margin-bottom: 115px !important; } }

@media only screen and (min-width: 768px) {
  .pt115-pc {
    padding-top: 115px !important; } }

.pb115-pc {
  padding-bottom: 57.5px !important; }

@media only screen and (min-width: 768px) {
  .pb115-pc {
    padding-bottom: 115px !important; } }

@media only screen and (min-width: 768px) {
  .mt120-pc {
    margin-top: 120px !important; } }

@media only screen and (min-width: 768px) {
  .mb120-pc {
    margin-bottom: 120px !important; } }

@media only screen and (min-width: 768px) {
  .pt120-pc {
    padding-top: 120px !important; } }

.pb120-pc {
  padding-bottom: 60px !important; }

@media only screen and (min-width: 768px) {
  .pb120-pc {
    padding-bottom: 120px !important; } }

@media only screen and (min-width: 768px) {
  .mt125-pc {
    margin-top: 125px !important; } }

@media only screen and (min-width: 768px) {
  .mb125-pc {
    margin-bottom: 125px !important; } }

@media only screen and (min-width: 768px) {
  .pt125-pc {
    padding-top: 125px !important; } }

.pb125-pc {
  padding-bottom: 62.5px !important; }

@media only screen and (min-width: 768px) {
  .pb125-pc {
    padding-bottom: 125px !important; } }

@media only screen and (min-width: 768px) {
  .mt130-pc {
    margin-top: 130px !important; } }

@media only screen and (min-width: 768px) {
  .mb130-pc {
    margin-bottom: 130px !important; } }

@media only screen and (min-width: 768px) {
  .pt130-pc {
    padding-top: 130px !important; } }

.pb130-pc {
  padding-bottom: 65px !important; }

@media only screen and (min-width: 768px) {
  .pb130-pc {
    padding-bottom: 130px !important; } }

@media only screen and (min-width: 768px) {
  .mt135-pc {
    margin-top: 135px !important; } }

@media only screen and (min-width: 768px) {
  .mb135-pc {
    margin-bottom: 135px !important; } }

@media only screen and (min-width: 768px) {
  .pt135-pc {
    padding-top: 135px !important; } }

.pb135-pc {
  padding-bottom: 67.5px !important; }

@media only screen and (min-width: 768px) {
  .pb135-pc {
    padding-bottom: 135px !important; } }

@media only screen and (min-width: 768px) {
  .mt140-pc {
    margin-top: 140px !important; } }

@media only screen and (min-width: 768px) {
  .mb140-pc {
    margin-bottom: 140px !important; } }

@media only screen and (min-width: 768px) {
  .pt140-pc {
    padding-top: 140px !important; } }

.pb140-pc {
  padding-bottom: 70px !important; }

@media only screen and (min-width: 768px) {
  .pb140-pc {
    padding-bottom: 140px !important; } }

@media only screen and (min-width: 768px) {
  .mt145-pc {
    margin-top: 145px !important; } }

@media only screen and (min-width: 768px) {
  .mb145-pc {
    margin-bottom: 145px !important; } }

@media only screen and (min-width: 768px) {
  .pt145-pc {
    padding-top: 145px !important; } }

.pb145-pc {
  padding-bottom: 72.5px !important; }

@media only screen and (min-width: 768px) {
  .pb145-pc {
    padding-bottom: 145px !important; } }

@media only screen and (min-width: 768px) {
  .mt150-pc {
    margin-top: 150px !important; } }

@media only screen and (min-width: 768px) {
  .mb150-pc {
    margin-bottom: 150px !important; } }

@media only screen and (min-width: 768px) {
  .pt150-pc {
    padding-top: 150px !important; } }

.pb150-pc {
  padding-bottom: 75px !important; }

@media only screen and (min-width: 768px) {
  .pb150-pc {
    padding-bottom: 150px !important; } }

@media only screen and (max-width: 767px) {
  .mt0-sp {
    margin-top: 0px !important; } }

@media only screen and (max-width: 767px) {
  .mb0-sp {
    margin-bottom: 0px !important; } }

@media only screen and (max-width: 767px) {
  .pt0-sp {
    padding-top: 0px !important; } }

@media only screen and (max-width: 767px) {
  .pb0-sp {
    padding-bottom: 0px !important; } }

@media only screen and (max-width: 767px) {
  .mt5-sp {
    margin-top: 5px !important; } }

@media only screen and (max-width: 767px) {
  .mb5-sp {
    margin-bottom: 5px !important; } }

@media only screen and (max-width: 767px) {
  .pt5-sp {
    padding-top: 5px !important; } }

@media only screen and (max-width: 767px) {
  .pb5-sp {
    padding-bottom: 5px !important; } }

@media only screen and (max-width: 767px) {
  .mt10-sp {
    margin-top: 10px !important; } }

@media only screen and (max-width: 767px) {
  .mb10-sp {
    margin-bottom: 10px !important; } }

@media only screen and (max-width: 767px) {
  .pt10-sp {
    padding-top: 10px !important; } }

@media only screen and (max-width: 767px) {
  .pb10-sp {
    padding-bottom: 10px !important; } }

@media only screen and (max-width: 767px) {
  .mt15-sp {
    margin-top: 15px !important; } }

@media only screen and (max-width: 767px) {
  .mb15-sp {
    margin-bottom: 15px !important; } }

@media only screen and (max-width: 767px) {
  .pt15-sp {
    padding-top: 15px !important; } }

@media only screen and (max-width: 767px) {
  .pb15-sp {
    padding-bottom: 15px !important; } }

@media only screen and (max-width: 767px) {
  .mt20-sp {
    margin-top: 20px !important; } }

@media only screen and (max-width: 767px) {
  .mb20-sp {
    margin-bottom: 20px !important; } }

@media only screen and (max-width: 767px) {
  .pt20-sp {
    padding-top: 20px !important; } }

@media only screen and (max-width: 767px) {
  .pb20-sp {
    padding-bottom: 20px !important; } }

@media only screen and (max-width: 767px) {
  .mt25-sp {
    margin-top: 25px !important; } }

@media only screen and (max-width: 767px) {
  .mb25-sp {
    margin-bottom: 25px !important; } }

@media only screen and (max-width: 767px) {
  .pt25-sp {
    padding-top: 25px !important; } }

@media only screen and (max-width: 767px) {
  .pb25-sp {
    padding-bottom: 25px !important; } }

@media only screen and (max-width: 767px) {
  .mt30-sp {
    margin-top: 30px !important; } }

@media only screen and (max-width: 767px) {
  .mb30-sp {
    margin-bottom: 30px !important; } }

@media only screen and (max-width: 767px) {
  .pt30-sp {
    padding-top: 30px !important; } }

@media only screen and (max-width: 767px) {
  .pb30-sp {
    padding-bottom: 30px !important; } }

@media only screen and (max-width: 767px) {
  .mt35-sp {
    margin-top: 35px !important; } }

@media only screen and (max-width: 767px) {
  .mb35-sp {
    margin-bottom: 35px !important; } }

@media only screen and (max-width: 767px) {
  .pt35-sp {
    padding-top: 35px !important; } }

@media only screen and (max-width: 767px) {
  .pb35-sp {
    padding-bottom: 35px !important; } }

@media only screen and (max-width: 767px) {
  .mt40-sp {
    margin-top: 40px !important; } }

@media only screen and (max-width: 767px) {
  .mb40-sp {
    margin-bottom: 40px !important; } }

@media only screen and (max-width: 767px) {
  .pt40-sp {
    padding-top: 40px !important; } }

@media only screen and (max-width: 767px) {
  .pb40-sp {
    padding-bottom: 40px !important; } }

@media only screen and (max-width: 767px) {
  .mt45-sp {
    margin-top: 45px !important; } }

@media only screen and (max-width: 767px) {
  .mb45-sp {
    margin-bottom: 45px !important; } }

@media only screen and (max-width: 767px) {
  .pt45-sp {
    padding-top: 45px !important; } }

@media only screen and (max-width: 767px) {
  .pb45-sp {
    padding-bottom: 45px !important; } }

@media only screen and (max-width: 767px) {
  .mt50-sp {
    margin-top: 50px !important; } }

@media only screen and (max-width: 767px) {
  .mb50-sp {
    margin-bottom: 50px !important; } }

@media only screen and (max-width: 767px) {
  .pt50-sp {
    padding-top: 50px !important; } }

@media only screen and (max-width: 767px) {
  .pb50-sp {
    padding-bottom: 50px !important; } }

@media only screen and (max-width: 767px) {
  .mt55-sp {
    margin-top: 55px !important; } }

@media only screen and (max-width: 767px) {
  .mb55-sp {
    margin-bottom: 55px !important; } }

@media only screen and (max-width: 767px) {
  .pt55-sp {
    padding-top: 55px !important; } }

@media only screen and (max-width: 767px) {
  .pb55-sp {
    padding-bottom: 55px !important; } }

@media only screen and (max-width: 767px) {
  .mt60-sp {
    margin-top: 60px !important; } }

@media only screen and (max-width: 767px) {
  .mb60-sp {
    margin-bottom: 60px !important; } }

@media only screen and (max-width: 767px) {
  .pt60-sp {
    padding-top: 60px !important; } }

@media only screen and (max-width: 767px) {
  .pb60-sp {
    padding-bottom: 60px !important; } }

@media only screen and (max-width: 767px) {
  .mt65-sp {
    margin-top: 65px !important; } }

@media only screen and (max-width: 767px) {
  .mb65-sp {
    margin-bottom: 65px !important; } }

@media only screen and (max-width: 767px) {
  .pt65-sp {
    padding-top: 65px !important; } }

@media only screen and (max-width: 767px) {
  .pb65-sp {
    padding-bottom: 65px !important; } }

@media only screen and (max-width: 767px) {
  .mt70-sp {
    margin-top: 70px !important; } }

@media only screen and (max-width: 767px) {
  .mb70-sp {
    margin-bottom: 70px !important; } }

@media only screen and (max-width: 767px) {
  .pt70-sp {
    padding-top: 70px !important; } }

@media only screen and (max-width: 767px) {
  .pb70-sp {
    padding-bottom: 70px !important; } }

@media only screen and (max-width: 767px) {
  .mt75-sp {
    margin-top: 75px !important; } }

@media only screen and (max-width: 767px) {
  .mb75-sp {
    margin-bottom: 75px !important; } }

@media only screen and (max-width: 767px) {
  .pt75-sp {
    padding-top: 75px !important; } }

@media only screen and (max-width: 767px) {
  .pb75-sp {
    padding-bottom: 75px !important; } }

@media only screen and (max-width: 767px) {
  .mt80-sp {
    margin-top: 80px !important; } }

@media only screen and (max-width: 767px) {
  .mb80-sp {
    margin-bottom: 80px !important; } }

@media only screen and (max-width: 767px) {
  .pt80-sp {
    padding-top: 80px !important; } }

@media only screen and (max-width: 767px) {
  .pb80-sp {
    padding-bottom: 80px !important; } }

@media only screen and (max-width: 767px) {
  .mt85-sp {
    margin-top: 85px !important; } }

@media only screen and (max-width: 767px) {
  .mb85-sp {
    margin-bottom: 85px !important; } }

@media only screen and (max-width: 767px) {
  .pt85-sp {
    padding-top: 85px !important; } }

@media only screen and (max-width: 767px) {
  .pb85-sp {
    padding-bottom: 85px !important; } }

@media only screen and (max-width: 767px) {
  .mt90-sp {
    margin-top: 90px !important; } }

@media only screen and (max-width: 767px) {
  .mb90-sp {
    margin-bottom: 90px !important; } }

@media only screen and (max-width: 767px) {
  .pt90-sp {
    padding-top: 90px !important; } }

@media only screen and (max-width: 767px) {
  .pb90-sp {
    padding-bottom: 90px !important; } }

@media only screen and (max-width: 767px) {
  .mt95-sp {
    margin-top: 95px !important; } }

@media only screen and (max-width: 767px) {
  .mb95-sp {
    margin-bottom: 95px !important; } }

@media only screen and (max-width: 767px) {
  .pt95-sp {
    padding-top: 95px !important; } }

@media only screen and (max-width: 767px) {
  .pb95-sp {
    padding-bottom: 95px !important; } }

@media only screen and (max-width: 767px) {
  .mt100-sp {
    margin-top: 100px !important; } }

@media only screen and (max-width: 767px) {
  .mb100-sp {
    margin-bottom: 100px !important; } }

@media only screen and (max-width: 767px) {
  .pt100-sp {
    padding-top: 100px !important; } }

@media only screen and (max-width: 767px) {
  .pb100-sp {
    padding-bottom: 100px !important; } }

@media only screen and (max-width: 767px) {
  .mt105-sp {
    margin-top: 105px !important; } }

@media only screen and (max-width: 767px) {
  .mb105-sp {
    margin-bottom: 105px !important; } }

@media only screen and (max-width: 767px) {
  .pt105-sp {
    padding-top: 105px !important; } }

@media only screen and (max-width: 767px) {
  .pb105-sp {
    padding-bottom: 105px !important; } }

@media only screen and (max-width: 767px) {
  .mt110-sp {
    margin-top: 110px !important; } }

@media only screen and (max-width: 767px) {
  .mb110-sp {
    margin-bottom: 110px !important; } }

@media only screen and (max-width: 767px) {
  .pt110-sp {
    padding-top: 110px !important; } }

@media only screen and (max-width: 767px) {
  .pb110-sp {
    padding-bottom: 110px !important; } }

@media only screen and (max-width: 767px) {
  .mt115-sp {
    margin-top: 115px !important; } }

@media only screen and (max-width: 767px) {
  .mb115-sp {
    margin-bottom: 115px !important; } }

@media only screen and (max-width: 767px) {
  .pt115-sp {
    padding-top: 115px !important; } }

@media only screen and (max-width: 767px) {
  .pb115-sp {
    padding-bottom: 115px !important; } }

@media only screen and (max-width: 767px) {
  .mt120-sp {
    margin-top: 120px !important; } }

@media only screen and (max-width: 767px) {
  .mb120-sp {
    margin-bottom: 120px !important; } }

@media only screen and (max-width: 767px) {
  .pt120-sp {
    padding-top: 120px !important; } }

@media only screen and (max-width: 767px) {
  .pb120-sp {
    padding-bottom: 120px !important; } }

@media only screen and (max-width: 767px) {
  .mt125-sp {
    margin-top: 125px !important; } }

@media only screen and (max-width: 767px) {
  .mb125-sp {
    margin-bottom: 125px !important; } }

@media only screen and (max-width: 767px) {
  .pt125-sp {
    padding-top: 125px !important; } }

@media only screen and (max-width: 767px) {
  .pb125-sp {
    padding-bottom: 125px !important; } }

@media only screen and (max-width: 767px) {
  .mt130-sp {
    margin-top: 130px !important; } }

@media only screen and (max-width: 767px) {
  .mb130-sp {
    margin-bottom: 130px !important; } }

@media only screen and (max-width: 767px) {
  .pt130-sp {
    padding-top: 130px !important; } }

@media only screen and (max-width: 767px) {
  .pb130-sp {
    padding-bottom: 130px !important; } }

@media only screen and (max-width: 767px) {
  .mt135-sp {
    margin-top: 135px !important; } }

@media only screen and (max-width: 767px) {
  .mb135-sp {
    margin-bottom: 135px !important; } }

@media only screen and (max-width: 767px) {
  .pt135-sp {
    padding-top: 135px !important; } }

@media only screen and (max-width: 767px) {
  .pb135-sp {
    padding-bottom: 135px !important; } }

@media only screen and (max-width: 767px) {
  .mt140-sp {
    margin-top: 140px !important; } }

@media only screen and (max-width: 767px) {
  .mb140-sp {
    margin-bottom: 140px !important; } }

@media only screen and (max-width: 767px) {
  .pt140-sp {
    padding-top: 140px !important; } }

@media only screen and (max-width: 767px) {
  .pb140-sp {
    padding-bottom: 140px !important; } }

@media only screen and (max-width: 767px) {
  .mt145-sp {
    margin-top: 145px !important; } }

@media only screen and (max-width: 767px) {
  .mb145-sp {
    margin-bottom: 145px !important; } }

@media only screen and (max-width: 767px) {
  .pt145-sp {
    padding-top: 145px !important; } }

@media only screen and (max-width: 767px) {
  .pb145-sp {
    padding-bottom: 145px !important; } }

@media only screen and (max-width: 767px) {
  .mt150-sp {
    margin-top: 150px !important; } }

@media only screen and (max-width: 767px) {
  .mb150-sp {
    margin-bottom: 150px !important; } }

@media only screen and (max-width: 767px) {
  .pt150-sp {
    padding-top: 150px !important; } }

@media only screen and (max-width: 767px) {
  .pb150-sp {
    padding-bottom: 150px !important; } }

@media only screen and (max-width: 767px) {
  .mt0-sp {
    margin-top: 0px !important; } }

@media only screen and (max-width: 767px) {
  .mb0-sp {
    margin-bottom: 0px !important; } }

@media only screen and (max-width: 767px) {
  .pt0-sp {
    padding-top: 0px !important; } }

@media only screen and (max-width: 767px) {
  .pb0-sp {
    padding-bottom: 0px !important; } }

@media only screen and (max-width: 767px) {
  .mt5-sp {
    margin-top: 5px !important; } }

@media only screen and (max-width: 767px) {
  .mb5-sp {
    margin-bottom: 5px !important; } }

@media only screen and (max-width: 767px) {
  .pt5-sp {
    padding-top: 5px !important; } }

@media only screen and (max-width: 767px) {
  .pb5-sp {
    padding-bottom: 5px !important; } }

@media only screen and (max-width: 767px) {
  .mt10-sp {
    margin-top: 10px !important; } }

@media only screen and (max-width: 767px) {
  .mb10-sp {
    margin-bottom: 10px !important; } }

@media only screen and (max-width: 767px) {
  .pt10-sp {
    padding-top: 10px !important; } }

@media only screen and (max-width: 767px) {
  .pb10-sp {
    padding-bottom: 10px !important; } }

@media only screen and (max-width: 767px) {
  .mt15-sp {
    margin-top: 15px !important; } }

@media only screen and (max-width: 767px) {
  .mb15-sp {
    margin-bottom: 15px !important; } }

@media only screen and (max-width: 767px) {
  .pt15-sp {
    padding-top: 15px !important; } }

@media only screen and (max-width: 767px) {
  .pb15-sp {
    padding-bottom: 15px !important; } }

@media only screen and (max-width: 767px) {
  .mt20-sp {
    margin-top: 20px !important; } }

@media only screen and (max-width: 767px) {
  .mb20-sp {
    margin-bottom: 20px !important; } }

@media only screen and (max-width: 767px) {
  .pt20-sp {
    padding-top: 20px !important; } }

@media only screen and (max-width: 767px) {
  .pb20-sp {
    padding-bottom: 20px !important; } }

@media only screen and (max-width: 767px) {
  .mt25-sp {
    margin-top: 25px !important; } }

@media only screen and (max-width: 767px) {
  .mb25-sp {
    margin-bottom: 25px !important; } }

@media only screen and (max-width: 767px) {
  .pt25-sp {
    padding-top: 25px !important; } }

@media only screen and (max-width: 767px) {
  .pb25-sp {
    padding-bottom: 25px !important; } }

@media only screen and (max-width: 767px) {
  .mt30-sp {
    margin-top: 30px !important; } }

@media only screen and (max-width: 767px) {
  .mb30-sp {
    margin-bottom: 30px !important; } }

@media only screen and (max-width: 767px) {
  .pt30-sp {
    padding-top: 30px !important; } }

@media only screen and (max-width: 767px) {
  .pb30-sp {
    padding-bottom: 30px !important; } }

@media only screen and (max-width: 767px) {
  .mt35-sp {
    margin-top: 35px !important; } }

@media only screen and (max-width: 767px) {
  .mb35-sp {
    margin-bottom: 35px !important; } }

@media only screen and (max-width: 767px) {
  .pt35-sp {
    padding-top: 35px !important; } }

@media only screen and (max-width: 767px) {
  .pb35-sp {
    padding-bottom: 35px !important; } }

@media only screen and (max-width: 767px) {
  .mt40-sp {
    margin-top: 40px !important; } }

@media only screen and (max-width: 767px) {
  .mb40-sp {
    margin-bottom: 40px !important; } }

@media only screen and (max-width: 767px) {
  .pt40-sp {
    padding-top: 40px !important; } }

@media only screen and (max-width: 767px) {
  .pb40-sp {
    padding-bottom: 40px !important; } }

@media only screen and (max-width: 767px) {
  .mt45-sp {
    margin-top: 45px !important; } }

@media only screen and (max-width: 767px) {
  .mb45-sp {
    margin-bottom: 45px !important; } }

@media only screen and (max-width: 767px) {
  .pt45-sp {
    padding-top: 45px !important; } }

@media only screen and (max-width: 767px) {
  .pb45-sp {
    padding-bottom: 45px !important; } }

@media only screen and (max-width: 767px) {
  .mt50-sp {
    margin-top: 50px !important; } }

@media only screen and (max-width: 767px) {
  .mb50-sp {
    margin-bottom: 50px !important; } }

@media only screen and (max-width: 767px) {
  .pt50-sp {
    padding-top: 50px !important; } }

@media only screen and (max-width: 767px) {
  .pb50-sp {
    padding-bottom: 50px !important; } }

@media only screen and (max-width: 767px) {
  .mt55-sp {
    margin-top: 55px !important; } }

@media only screen and (max-width: 767px) {
  .mb55-sp {
    margin-bottom: 55px !important; } }

@media only screen and (max-width: 767px) {
  .pt55-sp {
    padding-top: 55px !important; } }

@media only screen and (max-width: 767px) {
  .pb55-sp {
    padding-bottom: 55px !important; } }

@media only screen and (max-width: 767px) {
  .mt60-sp {
    margin-top: 60px !important; } }

@media only screen and (max-width: 767px) {
  .mb60-sp {
    margin-bottom: 60px !important; } }

@media only screen and (max-width: 767px) {
  .pt60-sp {
    padding-top: 60px !important; } }

@media only screen and (max-width: 767px) {
  .pb60-sp {
    padding-bottom: 60px !important; } }

@media only screen and (max-width: 767px) {
  .mt65-sp {
    margin-top: 65px !important; } }

@media only screen and (max-width: 767px) {
  .mb65-sp {
    margin-bottom: 65px !important; } }

@media only screen and (max-width: 767px) {
  .pt65-sp {
    padding-top: 65px !important; } }

@media only screen and (max-width: 767px) {
  .pb65-sp {
    padding-bottom: 65px !important; } }

@media only screen and (max-width: 767px) {
  .mt70-sp {
    margin-top: 70px !important; } }

@media only screen and (max-width: 767px) {
  .mb70-sp {
    margin-bottom: 70px !important; } }

@media only screen and (max-width: 767px) {
  .pt70-sp {
    padding-top: 70px !important; } }

@media only screen and (max-width: 767px) {
  .pb70-sp {
    padding-bottom: 70px !important; } }

@media only screen and (max-width: 767px) {
  .mt75-sp {
    margin-top: 75px !important; } }

@media only screen and (max-width: 767px) {
  .mb75-sp {
    margin-bottom: 75px !important; } }

@media only screen and (max-width: 767px) {
  .pt75-sp {
    padding-top: 75px !important; } }

@media only screen and (max-width: 767px) {
  .pb75-sp {
    padding-bottom: 75px !important; } }

@media only screen and (max-width: 767px) {
  .mt80-sp {
    margin-top: 80px !important; } }

@media only screen and (max-width: 767px) {
  .mb80-sp {
    margin-bottom: 80px !important; } }

@media only screen and (max-width: 767px) {
  .pt80-sp {
    padding-top: 80px !important; } }

@media only screen and (max-width: 767px) {
  .pb80-sp {
    padding-bottom: 80px !important; } }

@media only screen and (max-width: 767px) {
  .mt85-sp {
    margin-top: 85px !important; } }

@media only screen and (max-width: 767px) {
  .mb85-sp {
    margin-bottom: 85px !important; } }

@media only screen and (max-width: 767px) {
  .pt85-sp {
    padding-top: 85px !important; } }

@media only screen and (max-width: 767px) {
  .pb85-sp {
    padding-bottom: 85px !important; } }

@media only screen and (max-width: 767px) {
  .mt90-sp {
    margin-top: 90px !important; } }

@media only screen and (max-width: 767px) {
  .mb90-sp {
    margin-bottom: 90px !important; } }

@media only screen and (max-width: 767px) {
  .pt90-sp {
    padding-top: 90px !important; } }

@media only screen and (max-width: 767px) {
  .pb90-sp {
    padding-bottom: 90px !important; } }

@media only screen and (max-width: 767px) {
  .mt95-sp {
    margin-top: 95px !important; } }

@media only screen and (max-width: 767px) {
  .mb95-sp {
    margin-bottom: 95px !important; } }

@media only screen and (max-width: 767px) {
  .pt95-sp {
    padding-top: 95px !important; } }

@media only screen and (max-width: 767px) {
  .pb95-sp {
    padding-bottom: 95px !important; } }

@media only screen and (max-width: 767px) {
  .mt100-sp {
    margin-top: 100px !important; } }

@media only screen and (max-width: 767px) {
  .mb100-sp {
    margin-bottom: 100px !important; } }

@media only screen and (max-width: 767px) {
  .pt100-sp {
    padding-top: 100px !important; } }

@media only screen and (max-width: 767px) {
  .pb100-sp {
    padding-bottom: 100px !important; } }

@media only screen and (max-width: 767px) {
  .mt105-sp {
    margin-top: 105px !important; } }

@media only screen and (max-width: 767px) {
  .mb105-sp {
    margin-bottom: 105px !important; } }

@media only screen and (max-width: 767px) {
  .pt105-sp {
    padding-top: 105px !important; } }

@media only screen and (max-width: 767px) {
  .pb105-sp {
    padding-bottom: 105px !important; } }

@media only screen and (max-width: 767px) {
  .mt110-sp {
    margin-top: 110px !important; } }

@media only screen and (max-width: 767px) {
  .mb110-sp {
    margin-bottom: 110px !important; } }

@media only screen and (max-width: 767px) {
  .pt110-sp {
    padding-top: 110px !important; } }

@media only screen and (max-width: 767px) {
  .pb110-sp {
    padding-bottom: 110px !important; } }

@media only screen and (max-width: 767px) {
  .mt115-sp {
    margin-top: 115px !important; } }

@media only screen and (max-width: 767px) {
  .mb115-sp {
    margin-bottom: 115px !important; } }

@media only screen and (max-width: 767px) {
  .pt115-sp {
    padding-top: 115px !important; } }

@media only screen and (max-width: 767px) {
  .pb115-sp {
    padding-bottom: 115px !important; } }

@media only screen and (max-width: 767px) {
  .mt120-sp {
    margin-top: 120px !important; } }

@media only screen and (max-width: 767px) {
  .mb120-sp {
    margin-bottom: 120px !important; } }

@media only screen and (max-width: 767px) {
  .pt120-sp {
    padding-top: 120px !important; } }

@media only screen and (max-width: 767px) {
  .pb120-sp {
    padding-bottom: 120px !important; } }

@media only screen and (max-width: 767px) {
  .mt125-sp {
    margin-top: 125px !important; } }

@media only screen and (max-width: 767px) {
  .mb125-sp {
    margin-bottom: 125px !important; } }

@media only screen and (max-width: 767px) {
  .pt125-sp {
    padding-top: 125px !important; } }

@media only screen and (max-width: 767px) {
  .pb125-sp {
    padding-bottom: 125px !important; } }

@media only screen and (max-width: 767px) {
  .mt130-sp {
    margin-top: 130px !important; } }

@media only screen and (max-width: 767px) {
  .mb130-sp {
    margin-bottom: 130px !important; } }

@media only screen and (max-width: 767px) {
  .pt130-sp {
    padding-top: 130px !important; } }

@media only screen and (max-width: 767px) {
  .pb130-sp {
    padding-bottom: 130px !important; } }

@media only screen and (max-width: 767px) {
  .mt135-sp {
    margin-top: 135px !important; } }

@media only screen and (max-width: 767px) {
  .mb135-sp {
    margin-bottom: 135px !important; } }

@media only screen and (max-width: 767px) {
  .pt135-sp {
    padding-top: 135px !important; } }

@media only screen and (max-width: 767px) {
  .pb135-sp {
    padding-bottom: 135px !important; } }

@media only screen and (max-width: 767px) {
  .mt140-sp {
    margin-top: 140px !important; } }

@media only screen and (max-width: 767px) {
  .mb140-sp {
    margin-bottom: 140px !important; } }

@media only screen and (max-width: 767px) {
  .pt140-sp {
    padding-top: 140px !important; } }

@media only screen and (max-width: 767px) {
  .pb140-sp {
    padding-bottom: 140px !important; } }

@media only screen and (max-width: 767px) {
  .mt145-sp {
    margin-top: 145px !important; } }

@media only screen and (max-width: 767px) {
  .mb145-sp {
    margin-bottom: 145px !important; } }

@media only screen and (max-width: 767px) {
  .pt145-sp {
    padding-top: 145px !important; } }

@media only screen and (max-width: 767px) {
  .pb145-sp {
    padding-bottom: 145px !important; } }

@media only screen and (max-width: 767px) {
  .mt150-sp {
    margin-top: 150px !important; } }

@media only screen and (max-width: 767px) {
  .mb150-sp {
    margin-bottom: 150px !important; } }

@media only screen and (max-width: 767px) {
  .pt150-sp {
    padding-top: 150px !important; } }

@media only screen and (max-width: 767px) {
  .pb150-sp {
    padding-bottom: 150px !important; } }

.valign-t {
  vertical-align: top !important; }

.valign-m {
  vertical-align: middle !important; }

.valign-b {
  vertical-align: bottom !important; }

.talign-l {
  text-align: left !important; }

.talign-c {
  text-align: center !important; }

.talign-r {
  text-align: right !important; }

.fs-ss {
  font-size: 0.75rem;
  line-height: 1.3rem; }

.fs-s {
  font-size: 0.85rem;
  line-height: 1.6rem; }

.fs-m {
  font-size: 0.95rem;
  line-height: 1.7rem; }

.fs-l {
  font-size: 1.1rem;
  line-height: 1.8rem; }

.fs-ll {
  font-size: 1.3rem;
  line-height: 2rem; }

.color-red {
  color: #CE0000; }

@media only screen and (max-width: 767px) {
  .br-pc {
    display: none !important; } }

.br-pc-wide, .br-sp, .br-sp-small {
  display: none !important; }

@media only screen and (min-width: 1300px) {
  .br-pc-wide {
    display: block !important; } }

@media only screen and (max-width: 767px) {
  .br-sp {
    display: block !important; } }

@media only screen and (max-width: 374px) {
  .br-sp-small {
    display: block !important; } }

@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .sp-block {
    display: block !important; } }

.list-disc {
  margin: 10px 0 0 20px; }
  .list-disc li {
    list-style-type: disc;
    margin-top: 5px; }
    .list-disc li:first-child {
      margin-top: 0; }

.list-decimal {
  margin: 10px 0 0 25px; }
  .list-decimal li {
    list-style-type: decimal;
    margin-top: 5px; }
    .list-decimal li:first-child {
      margin-top: 0; }

@media only screen and (min-width: 768px) {
  .list-pcinline li {
    display: inline-block;
    margin-right: 10px; } }

#wrapper {
  position: relative; }

.contents {
  padding-top: 56px;
  position: relative; }

@media only screen and (min-width: 768px) {
  .contents {
    padding-top: 115px; } }

.inner {
  padding: 0 10px; }

@media only screen and (min-width: 768px) {
  .inner {
    max-width: 1064px;
    margin: 0 auto;
    padding: 0 20px; } }

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99; }
  .header a {
    text-decoration: none; }

@media only screen and (max-width: 767px) {
  .header:after {
    content: '';
    width: 100%;
    height: calc(100vh - 56px);
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 56px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease; } }

@media only screen and (max-width: 767px) {
  .header.is-active:after {
    opacity: 1;
    visibility: visible;
    z-index: 2; } }

.header__main {
  background: #000;
  color: #fff; }

@media only screen and (min-width: 768px) {
  .header__inner {
    max-width: 1064px;
    margin: 0 auto;
    padding: 0 20px; }
  .lp-page .header__inner {
    max-width: 820px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header__inner {
    padding-right: 0; } }

.header__inner--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header__logo {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 10px; }

.header__contents {
  width: 59px; }

@media only screen and (min-width: 768px) {
  .header__contents {
    width: 505px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header__contents {
    width: 410px; } }

.header__globalnav {
  display: none;
  width: 100%;
  position: absolute;
  top: 56px;
  left: 0;
  z-index: 5; }

@media only screen and (min-width: 768px) {
  .header__globalnav {
    background: #fff;
    padding: 25px 0 15px;
    top: 115px; } }

@media only screen and (min-width: 768px) {
  .header__globalnav__inner {
    max-width: 1064px;
    margin: 0 auto;
    padding: 0 20px; } }

.header-logotext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

@media only screen and (min-width: 768px) {
  .header-logotext {
    padding-bottom: 4px; } }

@media only screen and (max-width: 767px) {
  .header-logotext__logo {
    width: 128px; } }

@media only screen and (min-width: 768px) {
  .header-logotext__logo {
    width: 175px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header-logotext__logo {
    width: 140px; } }

.header-logotext__logo img, .header-logotext__logo svg {
  width: 100%;
  height: auto; }

.header-logotext__logo a {
  display: block; }

@media only screen and (max-width: 767px) {
  .header-logotext__text {
    display: none; } }

@media only screen and (min-width: 768px) {
  .header-logotext__text {
    font-size: 11px;
    line-height: 180%;
    margin: 0 0 -1px 15px; }
  .lp-page .header-logotext__text {
    width: 200px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header-logotext__text {
    font-size: 10px; } }

@media only screen and (max-width: 767px) {
  .header-button {
    display: none; } }

@media only screen and (min-width: 768px) {
  .header-button {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.header-button__link {
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header-button__order {
  width: 118px;
  height: 115px;
  background: #A9000C; }

.lp-page .header-button__order {
  display: none; }

.header-button__cart {
  width: 118px;
  height: 115px;
  background: #A9000C;
  background: #CE0000; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header-button__order, .header-button__cart {
    width: 100px; } }

.header-burger {
  width: 59px;
  height: 56px;
  background: #4D4D4D url("../images/common/sp/hd_menu.png?$staticlink$") no-repeat center center;
  background-size: 59px 56px;
  font-size: 0;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }

@media only screen and (min-width: 768px) {
  .header-burger {
    width: 118px;
    height: 115px;
    background-image: url("../images/common/btn_navi.png?$staticlink$");
    background-size: 34px 30px;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header-burger {
    width: 90px; } }

.header.is-active .header-burger {
  background-image: url("../images/common/sp/hd_menu_close.png?$staticlink$"); }

@media only screen and (min-width: 768px) {
  .header.is-active .header-burger {
    background-color: #fff;
    background-image: url("../images/common/icon_close.png?$staticlink$");
    background-size: 27px 27px; } }

@media only screen and (max-width: 767px) {
  .globalnav {
    height: 100vh;
    background: #4D4D4D;
    padding-bottom: 100px; } }

@media only screen and (max-width: 767px) {
  .globalnav__list {
    height: 100%;
    overflow-y: scroll; } }

@media only screen and (min-width: 768px) {
  .globalnav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media only screen and (max-width: 767px) {
  .globalnav__item {
    border-bottom: solid 1px #fff; } }

@media only screen and (min-width: 768px) {
  .globalnav__item {
    border-left: solid 1px #000;
    margin: 0 0 10px; } }

@media only screen and (min-width: 768px) {
  .globalnav__border {
    border-right: solid 1px #000;
    position: relative;
    right: -1px; } }

.globalnav__link {
  color: #fff;
  display: block;
  position: relative; }

@media only screen and (max-width: 767px) {
  .globalnav__link {
    background: url("../images/common/sp/cp_arrow.png?$staticlink$") no-repeat right center;
    font-size: 18px;
    font-weight: bold;
    padding: 3px 15px; } }

@media only screen and (min-width: 768px) {
  .globalnav__link {
    color: #261F1F;
    padding: 0 22px; }
    .globalnav__link:hover {
      color: #CE0000;
      text-decoration: underline; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .globalnav__link {
    padding: 0 15px; } }

.headnews {
  background: #fff;
  padding: 10px 0; }

@media only screen and (max-width: 767px) {
  .headnews {
    font-size: 11px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .headnews {
    padding: 14px 0; } }

.headnews__block {
  margin-top: 5px; }
  .headnews__block:first-child {
    margin-top: 0; }

@media only screen and (min-width: 768px) {
  .headnews__block {
    margin-top: 10px; } }

.headnews__link {
  font-weight: bold;
  text-decoration: underline; }

@media only screen and (min-width: 768px) {
  .headnews__link:hover {
    text-decoration: none; } }

@media only screen and (max-width: 767px) {
  .footer {
    padding-bottom: 30px; } }

@media only screen and (min-width: 768px) {
  .footer {
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#3C3C3C));
    background: linear-gradient(#000, #3C3C3C);
    color: #fff;
    padding: 60px 0; } }

@media only screen and (min-width: 768px) {
  .footer__inner {
    max-width: 1064px;
    margin: 0 auto;
    padding: 0 20px; } }

@media only screen and (min-width: 768px) {
  .footer__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px; } }

@media only screen and (max-width: 767px) {
  .footer__title {
    background: url("../images/common/sp/ft_off.png?$staticlink$") no-repeat right center;
    font-size: 16px;
    font-weight: bold;
    color: #404040;
    padding: 14px 15px;
    cursor: pointer; }
    .footer__title.is-active {
      background-image: url("../images/common/sp/ft_on.png?$staticlink$"); } }

@media only screen and (min-width: 768px) {
  .footer__title {
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 40px; } }

@media only screen and (min-width: 768px) {
  .footer__titleline {
    border-bottom: solid 3px #fff;
    padding: 0 0 15px;
    display: inline-block; } }

@media only screen and (max-width: 767px) {
  .footer__block {
    line-height: 1.4; } }

@media only screen and (min-width: 768px) {
  .footer__block {
    font-size: 11px;
    line-height: 2;
    margin-bottom: 22px; }
    .footer__block:last-child {
      margin-top: 40px; } }

.footer__block a {
  color: #404040;
  text-decoration: underline; }

@media only screen and (min-width: 768px) {
  .footer__block a {
    color: #fff; } }

@media only screen and (min-width: 768px) {
  .footer__subsection--mt {
    margin-top: 10px; } }

@media only screen and (max-width: 767px) {
  .footer__subtitle {
    font-size: 100%;
    line-height: 1.4;
    font-weight: bold;
    padding: 15px 0 3px 0; } }

@media only screen and (min-width: 768px) {
  .footer__subtitle {
    font-size: 11px;
    line-height: 2;
    font-weight: normal; } }

@media only screen and (max-width: 767px) {
  .footer__subtitle--catch {
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 15px; } }

@media only screen and (min-width: 768px) {
  .footer__subtitle--catch {
    font-size: 17px;
    line-height: 1.4;
    font-weight: bold;
    color: #ff0;
    margin-bottom: 2px; } }

@media only screen and (max-width: 767px) {
  .footer__price {
    font-size: 114%;
    font-weight: bold;
    color: #E94F6E; } }

@media only screen and (min-width: 768px) {
  .footer__price {
    font-weight: bold;
    color: #ff0; } }

@media only screen and (max-width: 767px) {
  .footer-storeguide {
    display: none; } }

@media only screen and (min-width: 768px) {
  .footer-storeguide {
    width: 31.2%;
    padding-right: 4%; } }

.footer-nav {
  color: #fff;
  margin-bottom: 40px; }

.footer-nav__item {
  margin: 0 0 10px;
  padding: 0 0 0 0.6em;
  position: relative; }
  .footer-nav__item:before {
    content: '\30FB';
    position: absolute;
    top: 0;
    left: -0.4em; }
  .footer-nav__item:last-child {
    margin-top: 30px; }

.footer-nav__link {
  font-weight: bold;
  color: #fff; }

.footer-tel {
  margin-bottom: 40px; }

.footer-tel__num {
  margin-bottom: 20px; }
  .footer-tel__num img, .footer-tel__num svg {
    max-width: 100%;
    height: auto; }

.footer-tel__text {
  font-size: 12px; }

@media only screen and (max-width: 767px) {
  .footer-copyright {
    margin: 0 auto;
    padding: 20px 15px 15px;
    text-align: center;
    display: block; }
    .footer-copyright img {
      width: 77px;
      height: auto; } }

.footer-copyright__text {
  font-size: 10px;
  margin-top: 5px;
  display: block; }

@media only screen and (min-width: 768px) {
  .footer-copyright__text {
    font-size: 13px;
    margin-top: 20px; } }

@media only screen and (max-width: 767px) {
  .footer-payment {
    border-top: solid 2px #C8C8C8; } }

@media only screen and (min-width: 768px) {
  .footer-payment {
    width: 41%;
    padding-right: 4%; } }

@media only screen and (max-width: 767px) {
  .footer-payment__contents {
    border-top: solid 1px #C8C8C8;
    padding: 15px;
    display: none; } }

@media only screen and (max-width: 767px) {
  .footer-delivery {
    border-top: solid 2px #C8C8C8; } }

@media only screen and (min-width: 768px) {
  .footer-delivery {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 15px; } }

@media only screen and (max-width: 767px) {
  .footer-delivery__contents {
    border-top: solid 1px #C8C8C8;
    display: none;
    padding: 15px; } }

.footer-delivery__link, .footer-pagetop a {
  display: block; }

@media only screen and (max-width: 767px) {
  .footer-delivery__link {
    background: #C8C8C8 url("../images/common/sp/link_arrow.png?$staticlink$") no-repeat right center;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #fff !important;
    text-decoration: none !important;
    margin-top: 10px;
    padding: 10px; } }

@media only screen and (min-width: 768px) {
  .footer-delivery__link {
    margin-top: 15px; } }

@media only screen and (max-width: 767px) {
  .footer-pagetop {
    background: #404040;
    color: #fff;
    line-height: 1;
    text-align: center;
    padding: 20px 15px 18px;
    display: block; } }

@media only screen and (min-width: 768px) {
  .footer-pagetop {
    width: 81px;
    height: 79px;
    display: none;
    position: fixed;
    right: 50px;
    bottom: 0;
    z-index: 999;
    overflow: hidden; } }

.footer-splink {
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#3C3C3C));
  background: linear-gradient(180deg, #000 0%, #3C3C3C 100%); }

@media only screen and (min-width: 768px) {
  .footer-splink {
    display: none; } }

.footer-splink__link {
  background: url("../images/common/sp/link_arrow.png?$staticlink$") no-repeat right center;
  border-bottom: solid 1px #fff;
  color: #fff;
  text-decoration: underline;
  padding: 12px;
  display: block; }

@media only screen and (max-width: 767px) {
  .footer-banner {
    padding: 15px 10px 0; } }

@media only screen and (max-width: 767px) {
  .footer-banner__title {
    font-size: 12px;
    margin-bottom: 5px; } }

@media only screen and (min-width: 768px) {
  .footer-banner__title {
    border-bottom: solid 3px #fff;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 30px;
    padding: 0 0 15px; } }

.footer-banner__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media only screen and (max-width: 767px) {
  .footer-banner__contents {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.footer-banner__link {
  color: #959595;
  display: block; }

@media only screen and (max-width: 767px) {
  .footer-banner__link {
    width: 49%;
    margin-bottom: 2%; } }

@media only screen and (min-width: 768px) {
  .footer-banner__link {
    width: 30%;
    margin-left: 2%; }
    .footer-banner__link:nth-child(4n+1) {
      margin-left: 0; }
    .footer-banner__link:hover .footer-banner__image {
      opacity: 0.75; } }

.footer-banner__image img, .footer-banner__image svg {
  width: 100%;
  height: auto; }

.footer-banner__text {
  font-size: 11px;
  line-height: 16px;
  margin-top: 8px; }

@media only screen and (min-width: 768px) {
  .footer-banner__text {
    font-size: 12px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .officialsns-pc {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: bold; }
    .officialsns-pc a {
      color: #ce0000;
      text-decoration: underline; }
    .officialsns-pc img {
      margin-left: 10px;
      width: 18px;
      height: 18px;
      vertical-align: text-top; } }

.officialsns {
  display: none; }

@media only screen and (max-width: 767px) {
  .officialsns {
    margin: 15px 0;
    display: block; }
    .officialsns p {
      font-size: 13px;
      font-weight: bold; }
    .officialsns img {
      margin-left: 10px;
      width: 16px;
      height: 16px;
      vertical-align: text-top; } }

@media only screen and (max-width: 767px) {
  .ordercart {
    width: 61px;
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 20; }
  .oarder-page .ordercart .ordercart__link:first-child {
    display: none; } }

@media only screen and (min-width: 768px) {
  .ordercart {
    display: none; } }

.ordercart__link {
  display: block;
  margin-bottom: 4px; }
  .ordercart__link:last-child {
    margin-bottom: 0; }

.mainvisual {
  position: relative;
  z-index: 2;
  overflow: hidden; }

@media only screen and (min-width: 768px) {
  .mainvisual {
    background: #fff url("../images/top/movie.jpg?$staticlink$") no-repeat center center;
    background-size: cover;
    padding: 0 20px 48.1%; }
    .mainvisual:before {
      content: '';
      width: 100%;
      height: 100%;
      background: url("../images/common/bg_movie.png?$staticlink$");
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    .mainvisual:after {
      content: '';
      width: 60px;
      height: 31px;
      background: url("../images/common/icon_arrow01.png?$staticlink$") no-repeat 0 0;
      display: block;
      position: absolute;
      bottom: 5%;
      left: 50%;
      margin-left: -30px;
      z-index: 2; } }

.mainvisual__title {
  width: 100%;
  height: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 4; }
  .mainvisual__title img, .mainvisual__title svg {
    max-width: 100%;
    height: auto; }

@media only screen and (max-width: 767px) {
  .mainvisual__title {
    display: none; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mainvisual__title {
    padding: 40px 100px; } }

.mainvisual__campaign {
  position: absolute;
  z-index: 3; }

@media only screen and (max-width: 767px) {
  .mainvisual__campaign {
    top: 5%;
    left: 5%;
    right: 5%; }
    .mainvisual__campaign img, .mainvisual__campaign svg {
      width: 100%;
      height: auto; } }

@media only screen and (min-width: 768px) {
  .mainvisual__campaign {
    top: 13%;
    left: 50%;
    margin-left: -330px; } }

.mainvisual__image img, .mainvisual__image svg {
  width: 100%;
  height: auto; }

.maincopy {
  text-align: center;
  padding: 7% 16%;
  position: relative; }

@media only screen and (min-width: 768px) {
  .maincopy {
    padding: 19.5% 20px; }
    .maincopy:after {
      content: '';
      width: 60px;
      height: 31px;
      background: url("../images/common/icon_arrow02.png?$staticlink$") no-repeat 0 0;
      display: block;
      position: absolute;
      bottom: 4%;
      left: 50%;
      margin-left: -30px;
      z-index: 2; } }

.maincopy__title img, .maincopy__title svg {
  max-width: 100%;
  height: auto; }

@media only screen and (max-width: 767px) {
  .top-introduction {
    text-align: center;
    margin-bottom: 20px; } }

@media only screen and (min-width: 768px) {
  .top-introduction {
    overflow: hidden; }
  .top-introduction--textright .top-introduction__inner {
    text-align: right; } }

@media only screen and (min-width: 768px) {
  .top-introduction--power .top-introduction__maintext, .top-introduction--maintenance .top-introduction__maintext {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; } }

@media only screen and (min-width: 768px) {
  .top-introduction--power .top-introduction__text, .top-introduction--maintenance .top-introduction__text {
    right: -0.5em; } }

@media only screen and (min-width: 768px) {
  .top-introduction__main {
    position: relative; } }

.top-introduction__mainimage img, .top-introduction__mainimage svg {
  width: 100%;
  height: auto; }

@media only screen and (max-width: 767px) {
  .top-introduction__maintext {
    padding: 25px 10px 15px; } }

@media only screen and (min-width: 768px) {
  .top-introduction__maintext {
    width: 100%;
    height: 100%;
    padding: 55px 100px;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .top-introduction__maintext {
    padding: 40px 30px; } }

@media only screen and (min-width: 768px) {
  .top-introduction__maintext--white {
    color: #fff; } }

@media only screen and (min-width: 768px) {
  .top-introduction__inner {
    width: 100%; } }

@media only screen and (max-width: 767px) {
  .top-introduction__title {
    margin-bottom: 10px; } }

@media only screen and (min-width: 768px) {
  .top-introduction__title {
    margin-bottom: 50px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .top-introduction__title {
    margin-bottom: 20px; } }

@media only screen and (max-width: 767px) {
  .top-introduction__title img {
    width: auto;
    height: 49px; } }

@media only screen and (min-width: 768px) {
  .top-introduction__title img {
    width: auto;
    height: 86px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .top-introduction__title img {
    width: auto;
    height: 60px; } }

.top-introduction__text {
  font-size: 16px;
  font-weight: bold; }

@media only screen and (max-width: 767px) {
  .top-introduction__text {
    letter-spacing: -0.5px; } }

@media only screen and (min-width: 768px) {
  .top-introduction__text {
    font-size: 30px;
    line-height: 50px;
    position: relative; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .top-introduction__text {
    font-size: 24px;
    line-height: 40px; } }

.top-introduction__note {
  font-size: 12px; }

@media only screen and (min-width: 768px) {
  .top-introduction__note {
    font-size: 14px;
    margin-bottom: -10px; } }

@media only screen and (max-width: 767px) {
  .top-introduction__button--sp {
    width: 165px;
    margin: 0 auto; }
    .top-introduction__button--sp img, .top-introduction__button--sp svg {
      width: 100%;
      height: auto; } }

@media only screen and (min-width: 768px) {
  .top-introduction__button--sp {
    display: none; } }

@media only screen and (max-width: 767px) {
  .top-introduction__button--pc {
    display: none; } }

@media only screen and (min-width: 768px) {
  .top-introduction__button--pc {
    margin-top: 30px; } }

.top-introduction__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }

@media only screen and (max-width: 767px) {
  .top-introduction__contents {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media only screen and (min-width: 768px) {
  .top-introduction__contents {
    margin: 3px -3px 3px 0; } }

@media only screen and (max-width: 767px) {
  .top-introduction-anchor {
    width: 49.5%;
    text-align: center;
    margin-bottom: 10px; } }

@media only screen and (min-width: 768px) {
  .top-introduction-anchor {
    width: 25%;
    padding-right: 3px;
    position: relative; }
    .top-introduction-anchor:last-child {
      margin-right: 0; } }

@media only screen and (min-width: 768px) {
  .top-introduction-anchor__base {
    text-align: left;
    position: relative;
    z-index: 1; } }

.top-introduction-anchor__title {
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold; }

@media only screen and (max-width: 767px) {
  .top-introduction-anchor__title {
    width: 100%;
    min-height: 30px;
    padding: 0 5px;
    margin-top: 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media only screen and (min-width: 768px) {
  .top-introduction-anchor__title {
    font-size: 16px;
    line-height: 1;
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 2; } }

@media only screen and (max-width: 767px) {
  .top-introduction-anchor__title--spsmall {
    font-size: 13px; } }

@media only screen and (min-width: 768px) {
  .top-introduction-anchor__en {
    background-color: #000;
    font-size: 90%;
    padding: 5px;
    display: inline-block; } }

@media only screen and (min-width: 768px) {
  .top-introduction-anchor__ja {
    background-color: #000;
    padding: 8px 5px;
    display: inline-block; } }

@media only screen and (min-width: 768px) {
  .top-introduction-anchor__baseimage {
    position: relative;
    z-index: 1; } }

.top-introduction-anchor__baseimage img, .top-introduction-anchor__baseimage svg {
  width: 100%;
  height: auto; }

@media only screen and (max-width: 767px) {
  .top-introduction-anchor__link {
    display: none; } }

@media only screen and (min-width: 768px) {
  .top-introduction-anchor__link {
    padding-right: 3px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3; } }

.top-introduction-anchor__link img, .top-introduction-anchor__link svg {
  width: 100%;
  height: auto; }

.youtube {
  margin: 20px 0 30px; }

@media only screen and (max-width: 767px) {
  .youtube {
    padding: 0 0 20px;
    border-bottom: solid 2px #C8C8C8; } }

@media only screen and (min-width: 768px) {
  .youtube {
    margin: 80px 0 70px; } }

.iframe {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative; }
  .iframe iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

@media only screen and (min-width: 768px) {
  .iframe--border {
    border: solid 5px #404040; } }

.banner {
  margin: 30px 0 20px; }

@media only screen and (min-width: 768px) {
  .banner {
    margin: 70px 0; } }

@media only screen and (min-width: 768px) {
  .banner__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -50px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .banner__contents {
    margin-top: -30px; } }

.banner__link {
  display: block; }
  .banner__link img, .banner__link svg {
    width: 100%;
    height: auto; }

@media only screen and (max-width: 767px) {
  .banner__link {
    margin-top: 30px; }
    .banner__link:first-child {
      margin-top: 0; } }

@media only screen and (min-width: 768px) {
  .banner__link {
    width: 49%;
    max-width: 490px;
    margin-top: 50px; }
  .banner__link--large {
    width: auto;
    max-width: 100%; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .banner__link {
    margin-top: 30px; } }

.order-button {
  margin: 20px 0; }

@media only screen and (min-width: 768px) {
  .order-button {
    margin: 45px 0; } }

.order-button__title {
  line-height: 1; }
  .order-button__title img, .order-button__title svg {
    max-width: 100%;
    height: auto; }

@media only screen and (min-width: 768px) {
  .order-button__title {
    text-align: center;
    margin-bottom: 30px; } }

.order-button__link {
  display: block; }
  .order-button__link img, .order-button__link svg {
    width: 100%;
    height: auto; }

.order-button-sp__link {
  background: #D1302E url("../images/common/sp/link_arrow.png?$staticlink$") no-repeat right center;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  text-align: left;
  margin: 15px auto 20px;
  padding: 15px;
  display: block; }

.order-button-sp__catch {
  font-size: 13px;
  line-height: 100%;
  color: #ff0;
  padding: 5px 0 0;
  display: block; }

.orderspec {
  margin: 40px 0 20px; }

@media only screen and (min-width: 768px) {
  .orderspec {
    margin: 45px 0 70px; } }

.orderspec__title {
  line-height: 1; }
  .orderspec__title img, .orderspec__title svg {
    max-width: 100%;
    height: auto; }

@media only screen and (min-width: 768px) {
  .orderspec__title {
    text-align: center;
    margin-bottom: 30px; } }

.orderspec__contents {
  margin: 0 0 20px; }

@media only screen and (min-width: 768px) {
  .orderspec__contents {
    margin: 45px 0; } }

.orderspec__image img, .orderspec__image svg {
  width: 100%;
  height: auto; }

@media only screen and (min-width: 768px) {
  .orderspec-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px; } }

@media only screen and (max-width: 767px) {
  .orderspec-detail__image {
    width: 85%;
    margin: 0 auto; } }

@media only screen and (min-width: 768px) {
  .orderspec-detail__image {
    width: 50%;
    max-width: 510px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .orderspec-detail__image {
    width: 40%; } }

.orderspec-detail__image img, .orderspec-detail__image svg {
  width: 100%;
  height: auto; }

@media only screen and (min-width: 768px) {
  .orderspec-detail__contents {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 40px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .orderspec-detail__contents {
    padding-left: 30px; } }

.orderspec-detail__title {
  font-weight: bold; }

@media only screen and (max-width: 767px) {
  .orderspec-detail__title {
    max-width: 300px;
    font-size: 16px;
    line-height: 240%; } }

@media only screen and (min-width: 768px) {
  .orderspec-detail__title {
    font-size: 20px;
    margin-bottom: 10px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .orderspec-detail__title {
    font-size: 18px; } }

.orderspec-detail__vamo {
  font-size: 40px;
  font-weight: bold; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .orderspec-detail__vamo {
    font-size: 32px; } }

.orderspec-detail__vamoja {
  font-size: 16px; }

@media only screen and (max-width: 767px) {
  .orderspec-detail__vamoja {
    font-weight: normal; } }

.orderspec-detail__price {
  line-height: 1;
  margin-bottom: 15px; }

@media only screen and (max-width: 767px) {
  .orderspec-detail__price {
    font-size: 12px; } }

.orderspec-detail__subtitle {
  font-size: 13px;
  font-weight: bold; }

@media only screen and (min-width: 768px) {
  .orderspec-detail__subtitle {
    font-size: 16px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .orderspec-detail__subtitle {
    font-size: 14px; } }

.orderspec-detail__pricenum {
  font-size: 22px;
  font-weight: bold;
  color: #D1302E; }
  .orderspec-detail__pricenum.strikethrough {
    font-size: 13px;
    color: #261F1F; }

@media only screen and (min-width: 768px) {
  .orderspec-detail__pricenum {
    font-size: 32px; }
    .orderspec-detail__pricenum.strikethrough {
      font-size: 16px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .orderspec-detail__pricenum {
    font-size: 28px; } }

@media only screen and (max-width: 767px) {
  .orderspec-detail__special {
    width: 94%;
    margin: 0 auto 10px; }
    .orderspec-detail__special img, .orderspec-detail__special svg {
      width: 100%;
      height: auto; } }

@media only screen and (min-width: 768px) {
  .orderspec-detail__special {
    margin-bottom: 20px; }
    .orderspec-detail__special img, .orderspec-detail__special svg {
      max-width: 100%;
      height: auto; } }

.orderspec-detail__table {
  margin-top: 15px; }

@media only screen and (min-width: 768px) {
  .orderspec-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center; } }

.orderspec-button__link {
  display: block; }
  .orderspec-button__link img, .orderspec-button__link svg {
    width: 100%;
    height: auto; }

@media only screen and (max-width: 767px) {
  .orderspec-button__link {
    margin-top: 15px; }
    .orderspec-button__link:first-child {
      margin-top: 0; } }

@media only screen and (min-width: 768px) {
  .orderspec-button__link {
    width: 49%; } }

@media only screen and (max-width: 767px) {
  .orderspec-button__sp {
    background: #D1302E url("../images/common/sp/link_arrow.png?$staticlink$") no-repeat right center;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    text-align: left;
    margin: 15px auto 20px;
    padding: 15px;
    display: block; } }

@media only screen and (min-width: 768px) {
  .orderspec-button__sp {
    display: none; } }

.table01 {
  width: 100%;
  background: #fff; }
  .table01 th, .table01 td {
    padding: 5px 3px;
    border: solid 1px #C8C8C8;
    font-weight: normal;
    text-align: left;
    vertical-align: top; }
  .table01 th {
    background: #F2F2F2; }

@media only screen and (max-width: 767px) {
  .table01 {
    border: solid 2px #C8C8C8;
    font-size: 12px; } }

@media only screen and (min-width: 768px) {
  .table01 th, .table01 td {
    padding: 13px 15px; } }

@media only screen and (min-width: 768px) {
  .table01__orderspec-detail {
    width: auto;
    max-width: 435px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .table01__orderspec-detail {
    max-width: 100%; } }

.table01__orderspec-detail th {
  width: 67px; }

@media only screen and (min-width: 768px) {
  .table01__orderspec-detail th {
    width: 121px; } }

.table02 {
  width: 100%;
  background: #fff; }
  .table02 th, .table02 td {
    padding: 5px 3px;
    border: solid 1px #C8C8C8;
    font-weight: normal;
    text-align: left;
    vertical-align: middle; }

@media only screen and (max-width: 767px) {
  .table02 {
    border: solid 2px #C8C8C8;
    font-size: 12px; } }

@media only screen and (min-width: 768px) {
  .table02 th, .table02 td {
    padding: 6px 9px; } }

@media only screen and (min-width: 768px) {
  .table02__order-information01 td {
    width: 160px; } }

@media only screen and (min-width: 768px) {
  .table02__order-information02 th {
    width: 28%; } }

.voice {
  margin: 40px 0 20px; }
  .voice li dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .voice li dt p {
      margin-bottom: 0;
      font-weight: normal; }
  .voice li dd {
    margin-bottom: 30px; }
    .voice li dd:last-child {
      margin-bottom: 0; }
  .voice .c-review-eval-item__referenced {
    font-size: 12px;
    margin-bottom: 35px;
    padding: 0; }
    .voice .c-review-eval-item__referenced .c-review-eval-item__useful-num {
      font-weight: bold; }
  .voice .c-review-eval-item__reference-vote {
    font-size: 12px;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0; }
    .voice .c-review-eval-item__reference-vote button {
      margin-left: 20px;
      padding: 6px 8px;
      font-size: 13px;
      font-weight: bold;
      line-height: 1.5;
      text-align: center;
      vertical-align: middle;
      color: #fff;
      background-color: #333333;
      border-radius: 3px;
      border: none;
      cursor: pointer;
      -webkit-transition: .3s;
      transition: .3s; }
      .voice .c-review-eval-item__reference-vote button:hover {
        opacity: .8; }
      .voice .c-review-eval-item__reference-vote button span {
        position: relative;
        padding-left: 24px; }
        .voice .c-review-eval-item__reference-vote button span::before {
          position: absolute;
          left: 0;
          top: calc(50% - 12px);
          display: block;
          content: "";
          width: 24px;
          height: 24px;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: contain;
          background-image: url(../../images/voice/icon_thumb_up.svg); }
  @media only screen and (min-width: 768px) {
    .voice .c-review-eval-item__referenced-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .voice .c-review-eval-item__referenced {
      margin-bottom: 0; }
      .voice .c-review-eval-item__referenced .c-review-eval-item__useful-num {
        font-weight: bold; }
    .voice .c-review-eval-item__reference-vote button {
      padding: 6px 12px; } }
  .voice .c-review-eval-more {
    height: 40px;
    margin: 30px auto 0;
    padding-bottom: 60px; }
  @media only screen and (min-width: 768px) {
    .voice .c-review-eval-more {
      margin: 60px auto 0;
      padding-bottom: 80px; } }
  .voice .c-review-eval-more .c-button-more {
    margin: 0 auto; }

@media only screen and (min-width: 768px) {
  .voice {
    margin: 70px 0; } }

@media only screen and (max-width: 767px) {
  .voice--sub {
    border-top: none;
    margin-top: 0; } }

@media only screen and (min-width: 768px) {
  .voice--sub {
    margin: 30px 0; } }

.voice__title {
  line-height: 1; }

@media only screen and (max-width: 767px) {
  .voice__title {
    padding: 20px 0 15px; }
    .voice__title img {
      width: 90px;
      height: auto; } }

@media only screen and (min-width: 768px) {
  .voice__title {
    margin-bottom: 25px; } }

@media only screen and (max-width: 767px) {
  .voice .voice_ph {
    border-top: solid 1px #D9D9D9;
    padding: 5px 0 15px; }
    .voice .voice_ph:last-child {
      padding-bottom: 0; } }

@media only screen and (min-width: 768px) {
  .voice .voice_ph {
    border: solid 1px #D9D9D9;
    border-top: none;
    padding: 26px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .voice .voice_ph:first-child {
      border-top: solid 1px #D9D9D9; }
    .voice .voice_ph:nth-child(even) {
      background: #F7F7F7; } }

@media only screen and (min-width: 768px) {
  .voice li dl {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; } }

.voice li dt {
  font-weight: bold; }

.voice li .mat30 {
  position: relative; }
  .voice li .mat30 a img, .voice li .mat30 a svg {
    width: 100%;
    height: auto; }

.voice li .icn_zoom {
  position: absolute;
  bottom: 5px;
  right: 5px; }

@media only screen and (max-width: 767px) {
  .voice li dt {
    margin-top: 10px; } }

@media only screen and (min-width: 768px) {
  .voice li dt {
    font-size: 16px;
    margin-bottom: 12px; } }

@media only screen and (max-width: 767px) {
  .voice li dt img {
    vertical-align: middle; } }

@media only screen and (max-width: 767px) {
  .voice li dd {
    margin-top: 10px; } }

@media only screen and (max-width: 767px) {
  .voice li .mat30 {
    margin-top: 14px; } }

@media only screen and (min-width: 768px) {
  .voice li .mat30 {
    width: 200px; } }

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 35px 0 60px; }

.pager__item {
  line-height: 1;
  color: #000;
  margin: 0 2px;
  display: block; }

@media only screen and (min-width: 768px) {
  .pager__item:hover {
    text-decoration: none; } }

.pager__link {
  width: 34px;
  height: 34px;
  border: solid 1px #000;
  background: #fff;
  font-family: "Open Sans","Helvetica Neue","Arial",YuGothic,"\6E38\30B4\30B7\30C3\30AF","\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3","Hiragino Kaku Gothic Pro","\30E1\30A4\30EA\30AA",Meiryo,sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .pager__link.current {
    background: #000;
    color: #fff; }

@media only screen and (min-width: 768px) {
  .pager__link {
    width: 42px;
    height: 42px;
    font-size: 133%; }
    .pager__link:hover {
      background: #000;
      color: #fff; } }

.button01 {
  width: 95%;
  background: #C8C8C8 url("../images/common/sp/link_arrow.png?$staticlink$") no-repeat right center;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
  margin: 20px auto 0;
  padding: 12px;
  display: block;
  cursor: pointer; }

@media only screen and (min-width: 768px) {
  .button01 {
    width: 425px;
    padding: 20px 12px; } }

.campaign {
  margin: 0 0 25px;
  text-align: center; }

@media only screen and (min-width: 768px) {
  .campaign {
    margin: 50px 0 45px; } }

@media only screen and (min-width: 768px) {
  .campaign--sub {
    margin: 30px 0 80px; } }

.campaign__contents {
  background: #B65B3E; }

@media only screen and (max-width: 767px) {
  .campaign__contents {
    margin: 0 -10px;
    padding: 15px 10px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .campaign__image {
    padding: 0 15px; } }

.campaign__image img, .campaign__image svg {
  max-width: 100%;
  height: auto; }

.campaign__date {
  font-weight: bold;
  color: #fff;
  margin-top: 5px; }

@media only screen and (max-width: 767px) {
  .campaign__bottom {
    margin-top: 10px; } }

@media only screen and (min-width: 768px) {
  .campaign__bottom {
    padding: 25px 0; } }

.campaign__link {
  display: block; }
  .campaign__link img, .campaign__link svg {
    max-width: 100%;
    height: auto; }

.campaign-banner {
  margin-bottom: 15px; }

@media only screen and (max-width: 767px) {
  .campaign-banner {
    border-top: solid 2px #C8C8C8;
    border-bottom: solid 2px #C8C8C8; } }

@media only screen and (min-width: 768px) {
  .campaign-banner {
    text-align: center;
    margin: 60px 0; } }

.campaign-banner__link {
  display: block; }
  .campaign-banner__link img, .campaign-banner__link svg {
    width: 100%;
    height: auto; }

@media only screen and (max-width: 767px) {
  .campaign-banner__link {
    background: url("../images/common/sp/order2.png?$staticlink$") no-repeat right center;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0; } }

.orderguide {
  margin: 30px 0; }

@media only screen and (min-width: 768px) {
  .orderguide {
    margin: 45px 0 40px; } }

.orderguide-tel {
  background: #F2F2F2;
  margin: 0 -10px 10px;
  padding: 20px 10px;
  position: relative; }

@media only screen and (max-width: 767px) {
  .orderguide-tel {
    font-size: 11px;
    letter-spacing: -0.5px; } }

@media only screen and (min-width: 768px) {
  .orderguide-tel {
    margin: 45px 0 25px;
    padding: 25px 35px 30px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .orderguide-tel {
    padding: 20px 20px 45px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .orderguide-tel__num {
    width: 70%; } }

@media only screen and (max-width: 767px) {
  .orderguide-tel__image {
    width: 300px;
    margin: 0 auto 10px; } }

.orderguide-tel__image img, .orderguide-tel__image svg {
  max-width: 100%;
  height: auto; }

.orderguide-tel__time {
  color: #C30012; }

@media only screen and (min-width: 768px) {
  .orderguide-tel__time {
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0 0 160px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .orderguide-tel__time {
    margin-left: 25%; } }

@media only screen and (min-width: 768px) {
  .orderguide-tel__note {
    width: 435px;
    font-size: 12px;
    position: absolute;
    right: 40px;
    bottom: 18px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .orderguide-tel__note {
    width: 40%;
    right: 15px; } }

.orderguide-tel__note img, .orderguide-tel__note svg {
  width: 100%;
  height: auto; }

@media only screen and (max-width: 767px) {
  .orderguide-tel__gmo {
    width: 300px;
    margin: 0 auto; } }

@media only screen and (min-width: 768px) {
  .orderguide-tel__gmo {
    margin-top: 5px; } }

@media only screen and (min-width: 768px) {
  .orderguide-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media only screen and (max-width: 767px) {
  .orderguide-link__item {
    margin-top: 10px; }
    .orderguide-link__item:first-child {
      margin-top: 0; } }

@media only screen and (min-width: 768px) {
  .orderguide-link__item {
    width: 50%;
    border: solid 1px #D9D9D9;
    padding: 20px; }
    .orderguide-link__item:first-child {
      border-right: none; } }

@media only screen and (max-width: 767px) {
  .orderguide-link__button {
    background: #404040 url("../images/common/sp/link_arrow.png?$staticlink$") no-repeat right center;
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
    text-align: left;
    text-decoration: none;
    padding: 15px 12px;
    display: block; } }

@media only screen and (min-width: 768px) {
  .orderguide-link__button {
    margin-bottom: 15px;
    display: block; }
    .orderguide-link__button img, .orderguide-link__button svg {
      width: 100%;
      height: auto; } }

.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px; }

.sns__item {
  width: 77px;
  margin: 0 13px; }
  .sns__item img, .sns__item svg {
    width: 100%;
    height: auto; }

.showroom {
  margin: 40px 0; }

@media only screen and (max-width: 767px) {
  .showroom {
    border-top: solid 2px #C8C8C8;
    padding-top: 35px; } }

@media only screen and (min-width: 768px) {
  .showroom {
    margin: 40px 0 90px; } }

.showroom__head {
  margin-bottom: 15px; }

@media only screen and (min-width: 768px) {
  .showroom__head {
    margin-bottom: 35px; } }

.showroom__title {
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  color: #404040; }

@media only screen and (min-width: 768px) {
  .showroom__title {
    border-right: solid 1px #D9D9D9;
    font-size: 27px;
    padding-right: 20px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle; } }

@media only screen and (max-width: 767px) {
  .showroom__catch {
    margin-top: 10px; } }

@media only screen and (min-width: 768px) {
  .showroom__catch {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle; } }

@media only screen and (min-width: 768px) {
  .showroom-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media only screen and (max-width: 767px) {
  .showroom-list__item {
    margin-top: 40px; }
    .showroom-list__item:first-child {
      margin-top: 0; } }

@media only screen and (min-width: 768px) {
  .showroom-list__item {
    width: 50%; } }

.showroom-list__image img, .showroom-list__image svg {
  width: 100%;
  height: auto; }

.showroom-list__contents {
  line-height: 1.4;
  margin-top: 15px; }

.showroom-list__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px; }

.showroom-contact {
  border: solid 1px #D9D9D9;
  margin-top: 25px;
  padding: 15px;
  text-align: center; }

@media only screen and (min-width: 768px) {
  .showroom-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.showroom-contact__text {
  font-size: 14px;
  font-weight: bold;
  color: #C30012; }

@media only screen and (min-width: 768px) {
  .showroom-contact__text {
    font-size: 18px;
    margin-right: 15px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .showroom-contact__text {
    font-size: 16px; } }

.showroom-contact__link {
  display: block; }

@media only screen and (max-width: 767px) {
  .showroom-contact__link {
    margin: 10px auto 0; } }

.pagetitle {
  text-align: center;
  position: relative; }

@media only screen and (min-width: 768px) {
  .pagetitle {
    height: 650px;
    background: #000;
    color: #fff; }
    .pagetitle:before {
      content: '';
      width: 100%;
      height: 100%;
      background: url("../images/common/bg_ov.png?$staticlink$");
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2; }
    .pagetitle:after {
      content: '';
      width: 60px;
      height: 31px;
      background: url("../images/common/icon_arrow01.png?$staticlink$") no-repeat 0 0;
      display: block;
      position: absolute;
      bottom: 4%;
      left: 50%;
      margin-left: -30px;
      z-index: 3; } }

@media only screen and (min-width: 768px) {
  .pagetitle__mainimage {
    width: 100%;
    height: 650px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    overflow: hidden; } }

.pagetitle__mainimage img {
  width: 100%;
  height: auto; }

@media only screen and (min-width: 768px) {
  .pagetitle__mainimage img {
    min-width: 1500px;
    min-height: 650px;
    position: absolute;
    top: 0;
    left: 0; } }

.pagetitle__inner {
  padding: 25px 10px;
  position: relative;
  z-index: 3; }

@media only screen and (min-width: 768px) {
  .pagetitle__inner {
    padding: 140px 40px 40px; } }

.pagetitle__title img, .pagetitle__title svg {
  max-width: 100%;
  height: auto; }

.pagetitle__text {
  line-height: 1.6;
  margin-top: 20px; }

@media only screen and (min-width: 768px) {
  .pagetitle__text {
    font-size: 20px;
    line-height: 1.9;
    font-weight: bold;
    text-shadow: 0 0 5px #3C3C3C; } }

@media only screen and (min-width: 768px) {
  .pagetitle__text--pcmt {
    margin-top: 50px; } }

@media only screen and (max-width: 767px) {
  .pagetitle-others {
    padding: 15px 0; } }

@media only screen and (min-width: 768px) {
  .pagetitle-others {
    margin: 60px 0 20px; } }

@media only screen and (max-width: 767px) {
  .pagetitle-others--spborder {
    border-bottom: solid 2px #404040; } }

@media only screen and (min-width: 768px) {
  .pagetitle-others--border {
    margin-bottom: 40px; }
    .pagetitle-others--border .pagetitle-others__inner {
      border-bottom: solid 1px #D9D9D9;
      padding-bottom: 20px; } }

.pagetitle-others__main {
  font-size: 20px;
  line-height: 1;
  font-weight: bold; }

@media only screen and (min-width: 768px) {
  .pagetitle-others__main {
    font-size: 28px; } }

.pagetitle-others__text {
  margin-top: 10px; }

@media only screen and (min-width: 768px) {
  .pagetitle-others__text {
    margin-top: 20px; } }

.introduction {
  position: relative; }

@media only screen and (max-width: 767px) {
  .introduction {
    margin-bottom: 20px; } }

@media only screen and (min-width: 768px) {
  .introduction {
    overflow: hidden; } }

@media only screen and (min-width: 768px) {
  .introduction__textright .introduction__inner {
    text-align: right; } }

@media only screen and (min-width: 768px) {
  .introduction__arrow:after {
    content: '';
    width: 60px;
    height: 31px;
    background: url("../images/common/icon_arrow01.png?$staticlink$") no-repeat 0 0;
    display: block;
    position: absolute;
    bottom: 4%;
    left: 50%;
    margin-left: -30px;
    z-index: 3; } }

@media only screen and (min-width: 768px) {
  .introduction__main {
    position: relative; } }

.introduction__mainimage img, .introduction__mainimage svg {
  width: 100%;
  height: auto; }

@media only screen and (max-width: 767px) {
  .introduction__maintext {
    padding: 25px 10px 0; } }

@media only screen and (min-width: 768px) {
  .introduction__maintext {
    width: 100%;
    height: 100%;
    padding: 55px 100px;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .introduction__maintext--bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .introduction__maintext {
    padding: 40px 30px; } }

@media only screen and (min-width: 768px) {
  .introduction__maintext--white {
    color: #fff; } }

@media only screen and (min-width: 768px) {
  .introduction__inner {
    width: 100%; } }

@media only screen and (max-width: 767px) {
  .introduction__title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px; } }

@media only screen and (min-width: 768px) {
  .introduction__title {
    margin-bottom: 40px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .introduction__title {
    margin-bottom: 20px; } }

.introduction__title img, .introduction__title svg {
  max-width: 100%;
  height: auto; }

.introduction__text {
  line-height: 1.6; }

@media only screen and (min-width: 768px) {
  .introduction__text {
    font-size: 15px;
    line-height: 40px;
    font-weight: bold;
    position: relative; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .introduction__text {
    font-size: 14px;
    line-height: 30px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .introduction__note {
    font-size: 12px;
    line-height: 24px;
    margin-top: 10px; } }

.introduction__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }

@media only screen and (max-width: 767px) {
  .introduction__contents {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px; } }

@media only screen and (min-width: 768px) {
  .introduction__contents {
    margin: 3px -3px 3px 0; } }

@media only screen and (max-width: 767px) {
  .introduction-images {
    width: 49.5%;
    text-align: center;
    margin-bottom: 3px; } }

@media only screen and (min-width: 768px) {
  .introduction-images {
    width: 25%;
    padding-right: 3px;
    position: relative; }
    .introduction-images:last-child {
      margin-right: 0; } }

.introduction-images__image img, .introduction-images__image svg {
  width: 100%;
  height: auto; }

.power-sensor {
  margin: 25px 0; }

@media only screen and (min-width: 768px) {
  .power-sensor {
    margin: 70px 0; } }

@media only screen and (min-width: 768px) {
  .power-sensor__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media only screen and (max-width: 767px) {
  .power-sensor__image {
    margin: 0 -10px; } }

@media only screen and (min-width: 768px) {
  .power-sensor__image {
    width: 460px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .power-sensor__image {
    width: 40%; } }

.power-sensor__image img, .power-sensor__image svg {
  width: 100%;
  height: auto; }

.power-sensor__contents {
  line-height: 1.6; }

@media only screen and (max-width: 767px) {
  .power-sensor__contents {
    padding: 25px 10px 0; } }

@media only screen and (min-width: 768px) {
  .power-sensor__contents {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 35px;
    font-size: 15px;
    line-height: 35px;
    letter-spacing: -0.8px;
    font-weight: bold; } }

.power-sensor__subsection {
  margin-top: 20px; }

.power-sensor__subtitle {
  font-size: 14px;
  line-height: 1.6; }

@media only screen and (min-width: 768px) {
  .power-sensor__subtitle {
    font-size: 15px;
    line-height: 35px;
    letter-spacing: -0.8px;
    font-weight: bold; } }

.power-sensor__graph {
  margin-top: 5px; }
  .power-sensor__graph img, .power-sensor__graph svg {
    max-width: 100%;
    height: auto; }

@media only screen and (min-width: 768px) {
  .power-sensor__graph {
    margin-top: 20px; } }

.power-faq {
  margin: 35px 10px; }

@media only screen and (min-width: 768px) {
  .power-faq {
    margin: 70px 0 90px; } }

@media only screen and (max-width: 767px) {
  .power-faq__title {
    width: 180px; } }

.power-faq__title img, .power-faq__title svg {
  max-width: 100%;
  height: auto; }

.power-faq__item {
  margin-top: 15px; }

@media only screen and (min-width: 768px) {
  .power-faq__item {
    margin-top: 20px; } }

.power-faq__question {
  background: url("../images/power/pw_faq_icnq.png?$staticlink$") no-repeat 15px center;
  font-size: 14px;
  font-weight: bold;
  padding-left: 60px;
  margin-bottom: 10px;
  position: relative; }

@media only screen and (max-width: 767px) {
  .power-faq__question {
    min-height: 30px;
    background-size: 30px auto;
    line-height: 1.6; } }

@media only screen and (min-width: 768px) {
  .power-faq__question {
    font-size: 20px;
    padding: 15px 0 15px 85px;
    margin-bottom: 15px; } }

.power-faq__answer {
  background: #F2F2F2 url("../images/power/pw_faq_icna.png?$staticlink$") no-repeat 15px 20px;
  line-height: 1.6;
  padding: 20px 15px 20px 60px;
  position: relative; }

@media only screen and (max-width: 767px) {
  .power-faq__answer {
    background-size: 30px auto; } }

@media only screen and (min-width: 768px) {
  .power-faq__answer {
    font-size: 15px;
    line-height: 170%;
    font-weight: bold;
    padding: 20px 20px 20px 85px; } }

.power-report {
  margin: 35px 0; }

@media only screen and (min-width: 768px) {
  .power-report {
    margin: 70px 0 115px; } }

.power-report__title {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px; }

@media only screen and (min-width: 768px) {
  .power-report__title {
    font-size: 26px;
    margin-bottom: 45px; } }

.power-report__titleline {
  border-bottom: 3px solid #404040;
  padding-bottom: 15px;
  display: inline-block; }

@media only screen and (min-width: 768px) {
  .power-report__titleline {
    border-width: 5px; } }

.power-report__subtitle {
  font-size: 17px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px; }

@media only screen and (min-width: 768px) {
  .power-report__subtitle {
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 50px; } }

@media only screen and (min-width: 768px) {
  .power-report__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.power-report__box img, .power-report__box svg {
  max-width: 100%;
  height: auto; }

@media only screen and (min-width: 768px) {
  .power-report__explanation {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 30px;
    line-height: 2; } }

@media only screen and (min-width: 768px) {
  .power-report__contents {
    width: 60%;
    max-width: 666px;
    font-size: 16px;
    line-height: 1.8;
    text-align: center; } }

@media only screen and (max-width: 767px) {
  .power-report__hiroe {
    width: 70%;
    margin: 20px auto; } }

@media only screen and (min-width: 768px) {
  .power-report__hiroe {
    margin-top: 50px;
    position: relative;
    left: -15px; }
    .power-report__hiroe img {
      max-width: calc(100% + 15px); } }

.power-report__catch {
  margin: 20px 0; }

@media only screen and (min-width: 768px) {
  .power-report__catch {
    margin: 30px 0 25px; } }

.power-report__banner {
  margin-top: 20px;
  display: block; }

@media only screen and (min-width: 768px) {
  .power-report__banner {
    margin-top: 30px; } }

.power-youtube {
  background: url("../images/power/movie_bg.png?$staticlink$") repeat center top;
  padding: 20px 0; }

@media only screen and (min-width: 768px) {
  .power-youtube {
    padding: 75px 0; } }

.power-youtube__title {
  text-align: center;
  margin-bottom: 15px; }
  .power-youtube__title img, .power-youtube__title svg {
    max-width: 100%;
    height: auto; }

@media only screen and (min-width: 768px) {
  .power-youtube__title {
    margin-bottom: 50px; } }

.power-voice {
  background: url("../images/power/voice_bg.png?$staticlink$") repeat center top;
  padding: 30px 0; }

@media only screen and (max-width: 767px) {
  .power-voice {
    background-size: 320px auto; } }

@media only screen and (min-width: 768px) {
  .power-voice {
    padding: 70px 0; } }

.power-voice__box {
  background: #fff;
  padding: 20px; }

@media only screen and (min-width: 768px) {
  .power-voice__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px; } }

@media only screen and (min-width: 768px) {
  .power-voice__contents {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 35px; } }

@media only screen and (max-width: 767px) {
  .power-voice__image {
    margin-top: 25px; } }

@media only screen and (min-width: 768px) {
  .power-voice__image {
    width: 300px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .power-voice__image {
    width: 240px; } }

.power-voice__image img, .power-voice__image svg {
  width: 100%;
  height: auto; }

.power-voice__figcaption {
  font-size: 12px;
  margin-top: 10px; }

.power-voice__section {
  margin-top: 20px; }

@media only screen and (min-width: 768px) {
  .power-voice__section {
    line-height: 30px;
    margin-top: 25px; } }

.power-voice__title {
  font-size: 20px;
  font-weight: bold;
  color: #ED6D00; }

@media only screen and (max-width: 767px) {
  .power-voice__title {
    line-height: 1;
    text-align: center;
    margin-bottom: 10px; } }

@media only screen and (min-width: 768px) {
  .power-voice__title {
    font-size: 28px; } }

.power-voice__subtitle {
  font-size: 16px;
  font-weight: bold;
  color: #ED6D00;
  margin-bottom: 10px; }

.power-cooperation {
  margin: 15px 0 30px; }

@media only screen and (min-width: 768px) {
  .power-cooperation {
    margin: 70px 0; } }

.power-cooperation__box {
  border: solid 2px #404040;
  padding: 20px; }

@media only screen and (min-width: 768px) {
  .power-cooperation__box {
    border-width: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .power-cooperation__box {
    padding: 30px 20px; } }

@media only screen and (min-width: 768px) {
  .power-cooperation__image {
    width: 360px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .power-cooperation__image {
    width: 300px; } }

.power-cooperation__image img, .power-cooperation__image svg {
  max-width: 100%;
  height: auto; }

@media only screen and (max-width: 767px) {
  .power-cooperation__contents {
    margin-top: 20px; } }

@media only screen and (min-width: 768px) {
  .power-cooperation__contents {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 35px;
    line-height: 25px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .power-cooperation__contents {
    padding-left: 25px; } }

.power-cooperation__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px; }

@media only screen and (max-width: 767px) {
  .power-cooperation__title {
    text-align: center; } }

@media only screen and (min-width: 768px) {
  .power-cooperation__title {
    font-size: 24px;
    margin-bottom: 20px; } }

@media only screen and (max-width: 767px) {
  .power-cooperation-information {
    border-top: solid 1px #404040;
    padding-top: 15px;
    margin-top: 15px; } }

@media only screen and (min-width: 768px) {
  .power-cooperation-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .power-cooperation-information {
    display: block; } }

.power-cooperation-information__logo {
  width: 137px; }
  .power-cooperation-information__logo img, .power-cooperation-information__logo svg {
    width: 100%;
    height: auto; }

@media only screen and (min-width: 768px) {
  .power-cooperation-information__logo {
    width: 220px;
    border-right: solid 1px #C8C8C8;
    padding-right: 28px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .power-cooperation-information__logo {
    border-right: none;
    padding-right: 0; } }

.power-cooperation-information__contents {
  font-size: 12px; }

@media only screen and (max-width: 767px) {
  .power-cooperation-information__contents {
    margin-top: 10px; } }

@media only screen and (min-width: 768px) {
  .power-cooperation-information__contents {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
    line-height: 1.4; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .power-cooperation-information__contents {
    margin-top: 15px;
    padding-left: 0; } }

@media only screen and (min-width: 768px) {
  .product {
    overflow: hidden; } }

@media only screen and (min-width: 768px) {
  .product__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -3px; } }

@media only screen and (min-width: 768px) {
  .product__item {
    width: 33.33333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 3px;
    margin-bottom: 3px; }
  .product__item--imagebottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .product__item--imagebottom .product__image {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .product__item--imagebottom .product__contents {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }

@media only screen and (min-width: 768px) {
  .product__image {
    width: 100%; } }

.product__image img, .product__image svg {
  width: 100%;
  height: auto; }

.product__contents {
  padding: 25px 10px; }

@media only screen and (max-width: 767px) {
  .product__contents {
    line-height: 1.6; } }

@media only screen and (min-width: 768px) {
  .product__contents {
    width: 100%;
    padding: 30px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .product__contents {
    padding: 20px; } }

.product__title {
  font-size: 20px;
  font-weight: bold; }

@media only screen and (max-width: 767px) {
  .product__title {
    text-align: center;
    margin-bottom: 15px; } }

@media only screen and (min-width: 768px) {
  .product__title {
    font-size: 24px; } }

.function {
  margin: 25px 0; }

@media only screen and (min-width: 768px) {
  .function {
    margin: 70px 0;
    overflow: hidden; } }

@media only screen and (max-width: 767px) {
  .function__list {
    text-align: center; } }

@media only screen and (min-width: 768px) {
  .function__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -40px; } }

@media only screen and (max-width: 767px) {
  .function__item {
    margin-top: 25px; } }

@media only screen and (min-width: 768px) {
  .function__item {
    width: 300px;
    margin: 0 0 40px 62px; }
    .function__item:nth-child(3n+1) {
      margin-left: 0; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .function__item {
    width: 30%;
    margin-left: 5%; }
    .function__item:nth-child(3n+1) {
      margin-left: 0; } }

.function__title {
  margin-bottom: 15px; }
  .function__title img, .function__title svg {
    max-width: 100%;
    height: auto; }

@media only screen and (max-width: 767px) {
  .function__spsmall {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 5px;
    display: block; } }

.kurashijouzu__section {
  margin: 40px 0; }

@media only screen and (min-width: 768px) {
  .kurashijouzu__section {
    margin: 40px 0 60px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .kurashijouzu__section {
    margin: 40px 0; } }

.kurashijouzu__title {
  margin-bottom: 20px; }
  .kurashijouzu__title img, .kurashijouzu__title svg {
    max-width: 100%;
    height: auto; }

@media only screen and (min-width: 768px) {
  .kurashijouzu__title {
    margin-bottom: 30px; } }

@media only screen and (min-width: 768px) {
  .kurashijouzu__text {
    font-size: 16px;
    line-height: 1.7; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .kurashijouzu__text {
    font-size: 14px;
    line-height: 1.6; } }

.kurashijouzu-mainvisual {
  margin-bottom: 40px; }

@media only screen and (min-width: 768px) {
  .kurashijouzu-mainvisual {
    margin: 60px 0; } }

@media only screen and (max-width: 767px) {
  .kurashijouzu-mainvisual__image {
    margin: 0 -10px; } }

.kurashijouzu-mainvisual__image img, .kurashijouzu-mainvisual__image svg {
  width: 100%;
  height: auto; }

@media only screen and (min-width: 768px) {
  .kurashijouzu-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

@media only screen and (min-width: 768px) {
  .kurashijouzu-feature__image {
    width: 45.5%; } }

.kurashijouzu-feature__image img, .kurashijouzu-feature__image svg {
  width: 100%;
  height: auto; }

@media only screen and (max-width: 767px) {
  .kurashijouzu-feature__contents {
    margin-top: 20px; } }

@media only screen and (min-width: 768px) {
  .kurashijouzu-feature__contents {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 50px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .kurashijouzu-feature__contents {
    padding-right: 20px; } }

@media only screen and (min-width: 768px) {
  .kurashijouzu-reason {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media only screen and (max-width: 767px) {
  .kurashijouzu-reason__item {
    margin-top: 30px; }
    .kurashijouzu-reason__item:first-child {
      margin-top: 0; } }

@media only screen and (min-width: 768px) {
  .kurashijouzu-reason__item {
    width: 30%;
    margin-left: 5%; }
    .kurashijouzu-reason__item:nth-child(3n+1) {
      margin-left: 0; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .kurashijouzu-reason__item {
    width: 32%;
    margin-left: 2%; }
    .kurashijouzu-reason__item:nth-child(3n+1) {
      margin-left: 0; } }

.kurashijouzu-reason__image {
  margin-bottom: 15px; }
  .kurashijouzu-reason__image img, .kurashijouzu-reason__image svg {
    width: 100%;
    height: auto; }

.kurashijouzu-reason__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .kurashijouzu-reason__icon {
    width: 40px; }
    .kurashijouzu-reason__icon img, .kurashijouzu-reason__icon svg {
      width: 100%;
      height: auto; } }

.kurashijouzu-reason__titletext {
  padding-left: 10px;
  font-weight: bold; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .kurashijouzu-reason__titletext {
    font-size: 14px; } }

.order {
  margin-bottom: 60px; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .order {
    max-width: 768px;
    margin: 0 auto; } }

.order__box {
  position: relative; }

@media only screen and (min-width: 768px) {
  .order__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .order__box {
    display: block; } }

@media only screen and (min-width: 768px) {
  .order__main {
    width: 55%; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .order__main {
    width: auto; } }

@media only screen and (max-width: 767px) {
  .order__side {
    margin-top: 40px; } }

@media only screen and (min-width: 768px) {
  .order__side {
    width: 41.5%; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .order__side {
    width: auto;
    margin-top: 40px; } }

.order-slider__item img, .order-slider__item svg {
  width: 100%;
  height: auto; }

.order-slider__text {
  margin: 15px auto 6px; }

@media only screen and (max-width: 767px) {
  .order-slider__text {
    font-size: 12px;
    letter-spacing: -0.8px;
    text-align: center; } }

@media only screen and (min-width: 768px) {
  .order-slider__text {
    margin: 30px 0 10px; } }

.order-slider__nav .slick-track {
  width: auto !important;
  border-top: solid 3px #C8C8C8;
  border-left: solid 3px #C8C8C8;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .order-slider__nav .slick-track:before, .order-slider__nav .slick-track:after {
    display: none; }

.order-slider__nav .slick-slide {
  width: 50% !important;
  border-right: solid 3px #C8C8C8;
  border-bottom: solid 3px #C8C8C8;
  padding: 12px 25px;
  float: none;
  cursor: pointer; }

.order-slider__nav .slick-current img {
  opacity: 0.5; }

@media only screen and (min-width: 768px) {
  .order-slider__nav .slick-slide {
    padding: 15px 30px; } }

.order-step {
  margin-top: 25px; }

@media only screen and (min-width: 768px) {
  .order-step {
    margin-top: 60px; } }

.order-step__title {
  margin-bottom: 10px; }
  .order-step__title img, .order-step__title svg {
    width: 100%;
    height: auto; }

@media only screen and (min-width: 768px) {
  .order-step__title {
    margin-bottom: 40px; } }

.order-step__section {
  margin-top: 15px; }

@media only screen and (min-width: 768px) {
  .order-step__section {
    margin-top: 25px; } }

@media only screen and (min-width: 768px) {
  .order-step__section--border {
    border-top: solid 1px #404040;
    padding-top: 25px; } }

.order-step__subtitle {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px; }

@media only screen and (min-width: 768px) {
  .order-step__subtitle {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px; } }

@media only screen and (max-width: 767px) {
  .order-step__subtitle--spsmall {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -0.8px;
    font-weight: bold;
    margin-bottom: 10px; } }

.order-step__attention {
  color: #D1302E;
  margin-top: 10px; }

@media only screen and (max-width: 767px) {
  .order-step__attention {
    font-size: 12px; } }

@media only screen and (max-width: 767px) {
  .order-step__text {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: -0.8px; } }

.order-step input[type="radio"], .order-step input[type="checkbox"] {
  margin-right: 5px;
  cursor: pointer; }

.order-step input[type="checkbox"] {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.order-step label {
  cursor: pointer; }

.order-step__select {
  font-size: 20px; }
  .order-step__select select {
    width: 80%;
    max-width: 300px;
    height: 58px;
    background: #E5E5E5;
    border: 0;
    padding-left: 15px;
    font-size: 20px;
    line-height: 58px;
    font-weight: bold; }

.order-step__image {
  text-align: center;
  margin: 15px 0 10px; }
  .order-step__image img, .order-step__image svg {
    max-width: 100%;
    height: auto; }

@media only screen and (min-width: 768px) {
  .order-step__image {
    margin: 35px 0 20px; } }

.order-step-table {
  width: 100%;
  border: solid 3px #404040;
  margin-top: 15px;
  table-layout: fixed; }
  .order-step-table th, .order-step-table td {
    font-size: 18px;
    line-height: 1.4;
    text-align: left;
    padding: 5px 10px;
    vertical-align: middle; }
  .order-step-table th {
    background: #F2F2F2;
    font-weight: bold;
    padding: 10px; }
  .order-step-table td {
    position: relative; }
    .order-step-table td.order-step-table__input {
      font-size: 18px;
      font-weight: bold;
      padding: 10px;
      position: relative; }
    .order-step-table td.order-step-table__input--item {
      font-size: 16px;
      padding: 0;
      vertical-align: top; }

@media only screen and (max-width: 767px) {
  .order-step-table {
    display: block; } }

@media only screen and (min-width: 768px) {
  .order-step-table {
    border-width: 5px;
    margin-top: 30px; } }

@media only screen and (max-width: 767px) {
  .order-step-table tbody {
    display: inline; } }

@media only screen and (max-width: 767px) {
  .order-step-table tr {
    display: inline; }
    .order-step-table tr:last-child td:last-child {
      border-bottom: none; } }

@media only screen and (max-width: 767px) {
  .order-step-table th, .order-step-table td {
    width: 100%;
    border-bottom: 3px solid #404040;
    display: block; } }

@media only screen and (min-width: 768px) {
  .order-step-table th, .order-step-table td {
    border: 3px solid #404040;
    line-height: 1.3;
    padding: 15px; } }

@media only screen and (min-width: 768px) {
  .order-step-table th {
    padding: 15px; } }

@media only screen and (min-width: 768px) {
  .order-step-table td {
    width: 50%; } }

@media only screen and (max-width: 767px) {
  .order-step-table td.order-step-table__input {
    letter-spacing: -0.8px; } }

@media only screen and (min-width: 768px) {
  .order-step-table td.order-step-table__input {
    padding: 15px 10px;
    line-height: 1.3; } }

.order-step-table__title {
  background: #F2F2F2;
  font-size: 16px;
  font-weight: bold; }

@media only screen and (min-width: 768px) {
  .order-step-table__title {
    font-size: 20px; } }

.order-step-table__itemhead {
  min-height: 56px;
  border-bottom: 3px solid #404040;
  padding: 10px 35px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }

@media only screen and (min-width: 768px) {
  .order-step-table__itemhead {
    min-height: 66px;
    padding-right: 55px; } }

.order-step-table__icon {
  width: 21px;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -10px; }
  .order-step-table__icon img, .order-step-table__icon svg {
    max-width: 100%;
    height: auto; }

@media only screen and (min-width: 768px) {
  .order-step-table__icon {
    width: 33px;
    margin-top: -16px;
    right: 12px; } }

.order-step-item {
  padding: 10px; }

@media only screen and (max-width: 767px) {
  .order-step-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media only screen and (min-width: 768px) {
  .order-step-item {
    text-align: center;
    padding: 15px 10px; } }

@media only screen and (max-width: 767px) {
  .order-step-item__image {
    width: 150px;
    padding: 10px 15px; } }

.order-step-item__image img, .order-step-item__image svg {
  max-width: 100%;
  height: auto; }

@media only screen and (max-width: 767px) {
  .order-step-item__contents {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; } }

.order-step-item__size {
  font-size: 13px;
  font-weight: bold; }

@media only screen and (min-width: 768px) {
  .order-step-item__size {
    font-size: 14px;
    margin-top: 10px; } }

.order-step-item__price {
  font-size: 15px;
  color: #D3000F; }

@media only screen and (min-width: 768px) {
  .order-step-item__price {
    font-size: 17px; } }

.order-step-item__note {
  font-size: 12px;
  line-height: 1.3;
  margin-top: 10px; }

@media only screen and (min-width: 768px) {
  .order-step-item__note {
    font-weight: normal; } }

.order-instal {
  border: solid 3px #C8C8C8;
  padding: 20px; }

@media only screen and (min-width: 768px) {
  .order-instal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.order-instal__contents {
  font-size: 13px; }

@media only screen and (min-width: 768px) {
  .order-instal__contents {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 40px; } }

.order-instal__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px; }

.order-instal__button {
  display: block;
  margin-top: 20px; }
  .order-instal__button img, .order-instal__button svg {
    max-width: 100%;
    height: auto; }

@media only screen and (max-width: 767px) {
  .order-instal__image {
    text-align: center;
    margin-top: 20px; } }

@media only screen and (min-width: 768px) {
  .order-instal__image {
    width: 40%; } }

.order-instal__image img, .order-instal__image svg {
  max-width: 100%;
  height: auto; }

.order-instal__figcaption {
  font-size: 12px;
  color: #D3000F;
  text-align: left;
  margin-top: 20px; }

.order-confirm__smalltext {
  font-size: 14px; }

.order-confirm__vamo {
  font-size: 30px;
  font-weight: bold; }

@media only screen and (min-width: 768px) {
  .order-confirm__vamo {
    font-size: 36px; } }

@media only screen and (max-width: 767px) {
  .order-confirm__pricetitle {
    display: block; } }

.order-confirm__price {
  font-size: 26px;
  font-weight: bold;
  color: #D3000F; }

@media only screen and (min-width: 768px) {
  .order-confirm__price {
    font-size: 33px; } }

.order-confirm__icon {
  position: absolute;
  top: 10px;
  right: 10px; }
  .order-confirm__icon img, .order-confirm__icon svg {
    max-width: 100%;
    height: auto; }

@media only screen and (max-width: 767px) {
  .order-confirm__icon {
    width: 112px; } }

@media only screen and (min-width: 768px) {
  .order-confirm__icon {
    width: 32%;
    max-width: 168px; } }

.order-confirm__notice {
  font-size: 14px;
  font-weight: bold;
  color: #D3000F; }

@media only screen and (min-width: 768px) {
  .order-confirm__notice {
    font-size: 18px; } }

.order-confirm__option {
  height: 180px;
  font-size: 15px;
  vertical-align: top !important; }

.order-confirm__optionnotice {
  font-size: 14px;
  font-weight: bold;
  color: #D3000F; }

@media only screen and (min-width: 768px) {
  .order-confirm__optionnotice {
    font-size: 18px; } }

.order-confirm__list {
  font-size: 14px; }

.order-confirm__error {
  font-size: 16px;
  font-weight: bold;
  color: #D3000F;
  margin: 20px 0; }

.order-confirm__addcart {
  display: block;
  margin-top: 20px;
  text-align: center; }
  .order-confirm__addcart img, .order-confirm__addcart svg {
    max-width: 100%;
    height: auto; }

.order-confirm-table {
  width: 100%;
  border: solid 3px #404040; }
  .order-confirm-table th, .order-confirm-table td {
    border: 3px solid #404040;
    padding: 10px;
    font-size: 15px;
    line-height: 1.3;
    text-align: left;
    vertical-align: middle; }
  .order-confirm-table th {
    background: #F2F2F2;
    font-weight: bold; }
  .order-confirm-table td {
    position: relative; }

@media only screen and (min-width: 768px) {
  .order-confirm-table {
    border-width: 5px; } }

@media only screen and (min-width: 768px) {
  .order-confirm-table th, .order-confirm-table td {
    padding: 15px;
    font-size: 18px; } }

.order-confirm-table__width {
  width: 95px; }

@media only screen and (min-width: 768px) {
  .order-confirm-table__width {
    width: 100px; } }

.order-confirm-table__title {
  font-size: 16px;
  font-weight: bold; }

@media only screen and (min-width: 768px) {
  .order-confirm-table__title {
    font-size: 24px; } }

.order-comment {
  margin-top: 10px; }

@media only screen and (max-width: 767px) {
  .order-comment {
    line-height: 1.4; } }

@media only screen and (min-width: 768px) {
  .order-comment {
    margin-top: 20px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .order-comment {
    text-align: center; } }

.order-comment__title {
  font-size: 20px;
  font-weight: bold;
  color: #D3000F; }

@media only screen and (max-width: 767px) {
  .order-comment__title {
    margin-bottom: 10px; } }

@media only screen and (min-width: 768px) {
  .order-comment__title {
    font-size: 24px; } }

.order-comment a {
  text-decoration: underline; }

@media only screen and (min-width: 768px) {
  .order-comment a:hover {
    text-decoration: none; } }

.order-information {
  background: #f4f3f3;
  padding: 40px 0;
  margin-top: 40px; }

@media only screen and (min-width: 768px) {
  .order-information {
    padding: 40px 0 50px;
    margin-top: 60px; } }

.order-information__box {
  margin-top: 30px; }

@media only screen and (min-width: 768px) {
  .order-information__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .order-information__box {
    display: block; } }

@media only screen and (max-width: 767px) {
  .order-information__block {
    margin-top: 20px; }
    .order-information__block:first-child {
      margin-top: 0; } }

@media only screen and (min-width: 768px) {
  .order-information__block {
    width: 49.5%; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .order-information__block {
    width: auto;
    margin-top: 20px; } }

@media only screen and (max-width: 767px) {
  .order-information__image {
    width: 80%;
    margin: 0 auto; } }

@media only screen and (min-width: 768px) {
  .order-information__image {
    margin-top: 20px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .order-information__image {
    text-align: center; } }

.order-information__image img, .order-information__image svg {
  max-width: 100%;
  height: auto; }

.order-information__title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  margin: 15px 0 25px; }

@media only screen and (min-width: 768px) {
  .order-information__title {
    font-size: 22px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .order-information__title {
    text-align: center; } }

.order-information__vamo {
  font-size: 30px;
  font-weight: bold; }

@media only screen and (min-width: 768px) {
  .order-information__vamo {
    font-size: 42px; } }

.order-information__vamoja {
  font-size: 16px; }

@media only screen and (min-width: 768px) {
  .order-information__vamoja {
    font-size: 20px; } }

.order-information__note {
  font-size: 12px;
  margin-top: 5px; }

.order-information__imageblock {
  margin: 30px 0; }
  .order-information__imageblock img, .order-information__imageblock svg {
    width: 100%;
    height: auto; }

@media only screen and (min-width: 768px) {
  .order-information__imageblock {
    margin: 40px 0 60px; } }

@media only screen and (max-width: 767px) {
  .sp-accordion {
    margin: 10px -10px 25px; } }

@media only screen and (max-width: 767px) {
  .sp-accordion__inner {
    display: none; } }

@media only screen and (max-width: 767px) {
  .sp-accordion__contents {
    padding: 20px 10px; } }

@media only screen and (max-width: 767px) {
  .sp-accordion__toggle {
    background: #404040 url("../images/order/sp/order_off.png?$staticlink$") no-repeat right 12px center;
    padding: 10px 15px;
    font-size: 18px;
    letter-spacing: -0.8px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    cursor: pointer; }
    .sp-accordion__toggle.is-active {
      background-image: url("../images/order/sp/order_on.png?$staticlink$"); } }

@media only screen and (min-width: 768px) {
  .sp-accordion__toggle {
    display: none; } }

.lp-contents .inner {
  padding: 0 10px; }

@media only screen and (min-width: 768px) {
  .lp-page .footer__inner,
  .lp-contents .inner {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 20px; } }

@media only screen and (max-width: 767px) {
  .lp-mainvisual__image {
    margin: 0 -10px; } }

.lp-mainvisual__image img, .lp-mainvisual__image svg {
  width: 100%;
  height: auto; }

.lp-mainvisual__text {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0; }

.lp-iframe {
  margin: 40px 0; }

@media only screen and (min-width: 768px) {
  .lp-iframe {
    margin: 80px 0 50px; } }

.lp-iframe__head {
  text-align: center;
  margin-bottom: 20px; }

@media only screen and (min-width: 768px) {
  .lp-iframe__head {
    margin-bottom: 30px; } }

.lp-iframe__title {
  font-size: 26px;
  font-weight: bold; }

@media only screen and (min-width: 768px) {
  .lp-iframe__title {
    font-size: 34px; } }

.lp-iframe__subtitle {
  font-size: 14px; }

@media only screen and (min-width: 768px) {
  .lp-iframe__subtitle {
    font-size: 18px;
    margin-top: 12px; } }

.lp-introduction {
  margin: 50px 0; }

@media only screen and (max-width: 767px) {
  .lp-introduction {
    margin-bottom: 20px; } }

@media only screen and (min-width: 768px) {
  .lp-introduction {
    overflow: hidden; }
  .lp-introduction--textright .lp-introduction__inner {
    text-align: right; } }

@media only screen and (min-width: 768px) {
  .lp-introduction--product .lp-introduction__maintext {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }

@media only screen and (min-width: 768px) {
  .lp-introduction--product .lp-introduction__inner {
    max-width: 250px; } }

@media only screen and (min-width: 768px) {
  .lp-introduction--power .lp-introduction__maintext, .lp-introduction--maintenance .lp-introduction__maintext {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; } }

@media only screen and (min-width: 768px) {
  .lp-introduction--power .lp-introduction__text, .lp-introduction--maintenance .lp-introduction__text {
    right: -0.5em; } }

@media only screen and (min-width: 768px) {
  .lp-introduction--function .lp-introduction__maintext {
    padding-bottom: 60px; } }

@media only screen and (min-width: 768px) {
  .lp-introduction__main {
    position: relative; } }

@media only screen and (max-width: 767px) {
  .lp-introduction__mainimage {
    margin: 0 -10px; } }

.lp-introduction__mainimage img, .lp-introduction__mainimage svg {
  width: 100%;
  height: auto; }

@media only screen and (max-width: 767px) {
  .lp-introduction__maintext {
    text-align: center;
    padding: 25px 0 15px; } }

@media only screen and (min-width: 768px) {
  .lp-introduction__maintext {
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media only screen and (min-width: 768px) {
  .lp-introduction__maintext--white {
    color: #fff; } }

@media only screen and (min-width: 768px) {
  .lp-introduction__inner {
    width: 100%; } }

.lp-introduction__subtitle {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px; }

@media only screen and (max-width: 767px) {
  .lp-introduction__subtitle {
    letter-spacing: -0.5px; } }

@media only screen and (min-width: 768px) {
  .lp-introduction__subtitle {
    margin-top: 25px; } }

.lp-introduction__text {
  margin-top: 15px; }

@media only screen and (min-width: 768px) {
  .lp-introduction__text {
    font-size: 13px;
    line-height: 180%;
    margin-top: 25px; } }

@media only screen and (min-width: 768px) {
  .lp-introduction__text p {
    margin-bottom: 15px; }
    .lp-introduction__text p:last-child {
      margin-bottom: 0; } }

.lp-introduction__note {
  font-size: 12px; }

@media only screen and (min-width: 768px) {
  .lp-introduction__note {
    font-size: 14px;
    margin-bottom: -10px; } }

.lp-introduction__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }

@media only screen and (max-width: 767px) {
  .lp-introduction__contents {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px; } }

@media only screen and (min-width: 768px) {
  .lp-introduction__contents {
    margin: 3px -3px 3px 0; } }

@media only screen and (max-width: 767px) {
  .lp-introduction-item {
    margin-top: 20px; }
    .lp-introduction-item:first-child {
      margin-top: 0; } }

@media only screen and (min-width: 768px) {
  .lp-introduction-item {
    padding-right: 3px;
    position: relative; }
    .lp-introduction-item:last-child {
      margin-right: 0; } }

@media only screen and (min-width: 768px) {
  .lp-introduction-item--double {
    width: 50%; } }

@media only screen and (min-width: 768px) {
  .lp-introduction-item--triple {
    width: 33.33333%; } }

.lp-introduction-item__image img, .lp-introduction-item__image svg {
  width: 100%;
  height: auto; }

.lp-introduction-item__text {
  font-size: 12px;
  line-height: 160%;
  margin-top: 6px; }

@media only screen and (min-width: 768px) {
  .lp-introduction-item__text {
    padding-right: 8px; } }

@media only screen and (max-width: 767px) {
  .lp-contents .product {
    margin: 0 -10px; } }

.lp-contents .product__contents {
  padding: 25px 20px; }

.lp-contents .function {
  margin: 0 -10px; }

.lp-contents .function__title {
  margin-bottom: 10px; }

.lp-contents .kurashijouzu-mainvisual {
  margin: 40px 0; }

@media only screen and (max-width: 767px) {
  .lp-contents .product__contents {
    line-height: 1.6; } }

@media only screen and (min-width: 768px) {
  .lp-contents .product__contents {
    font-size: 12px;
    line-height: 1.5;
    padding: 20px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .lp-contents .product__contents {
    padding: 20px; } }

@media only screen and (min-width: 768px) {
  .lp-contents .product__title {
    margin-bottom: 10px; } }

@media only screen and (min-width: 768px) {
  .lp-contents .function {
    margin: 30px -20px 0; } }

@media only screen and (min-width: 768px) {
  .lp-contents .function__list {
    margin-bottom: -30px; } }

@media only screen and (max-width: 767px) {
  .lp-contents .function__item {
    margin-top: 25px; } }

@media only screen and (min-width: 768px) {
  .lp-contents .function__item {
    width: 30%;
    margin: 0 0 30px 5%;
    font-size: 12px;
    line-height: 1.5; }
    .lp-contents .function__item:nth-child(3n+1) {
      margin-left: 0; } }

@media only screen and (min-width: 768px) {
  .lp-contents .kurashijouzu__section {
    margin: 40px 0; } }

@media only screen and (min-width: 768px) {
  .lp-contents .kurashijouzu__text {
    font-size: 14px;
    line-height: 1.6; } }

@media only screen and (min-width: 768px) {
  .lp-contents .kurashijouzu-mainvisual {
    margin: 90px 0 40px; } }

@media only screen and (min-width: 768px) {
  .lp-contents .kurashijouzu-feature__image {
    width: 47%; } }

@media only screen and (min-width: 768px) {
  .lp-contents .kurashijouzu-feature__contents {
    padding-right: 40px; } }

@media only screen and (min-width: 768px) {
  .lp-contents .kurashijouzu-reason__item {
    width: 32%;
    margin-left: 2%; }
    .lp-contents .kurashijouzu-reason__item:nth-child(3n+1) {
      margin-left: 0; } }

@media only screen and (min-width: 768px) {
  .lp-contents .kurashijouzu-reason__titletext {
    font-size: 14px; } }

.lp-userkitchen {
  margin: 40px 0 50px; }

@media only screen and (max-width: 767px) {
  .lp-userkitchen {
    border-bottom: solid 1px #959595; } }

@media only screen and (min-width: 768px) {
  .lp-userkitchen {
    margin: 70px 0 50px; } }

@media only screen and (min-width: 768px) {
  .lp-userkitchen__box {
    border: solid 2px #C8C8C8; } }

@media only screen and (max-width: 767px) {
  .lp-userkitchen__title {
    margin: 0 -10px; } }

.lp-userkitchen__title img, .lp-userkitchen__title svg {
  width: 100%;
  height: auto; }

.lp-userkitchen__inner {
  padding: 15px 0 20px; }

@media only screen and (min-width: 768px) {
  .lp-userkitchen__inner {
    padding: 20px 30px 20px; } }

.lp-userkitchen__head {
  margin-bottom: 25px; }

@media only screen and (min-width: 768px) {
  .lp-userkitchen__head {
    margin-bottom: 30px; } }

@media only screen and (min-width: 768px) {
  .lp-userkitchen-voice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.lp-userkitchen-voice__item {
  border-bottom: dashed 1px #C8C8C8;
  position: relative; }

@media only screen and (max-width: 767px) {
  .lp-userkitchen-voice__item {
    padding: 20px 0; }
    .lp-userkitchen-voice__item:last-child:not(.lp-userkitchen-voice__item--ba) {
      border-bottom: none; } }

@media only screen and (min-width: 768px) {
  .lp-userkitchen-voice__item {
    width: 50%;
    padding: 20px 0; } }

@media only screen and (min-width: 768px) {
  .lp-userkitchen-voice__item:nth-child(odd) .lp-userkitchen-voice__contents {
    padding-right: 27px; } }

@media only screen and (min-width: 768px) {
  .lp-userkitchen-voice__item:nth-child(even) .lp-userkitchen-voice__contents {
    border-left: dashed 1px #C8C8C8;
    padding-left: 27px; } }

@media only screen and (min-width: 768px) {
  .lp-userkitchen-voice__item--bbnone {
    border-bottom: none; } }

.lp-userkitchen-voice__item--ba {
  border-bottom: dashed 1px #C8C8C8; }

@media only screen and (min-width: 768px) {
  .lp-userkitchen-voice__item--ba {
    width: 100%;
    padding: 0 0 20px !important;
    margin: 0 !important; } }

@media only screen and (min-width: 768px) {
  .lp-userkitchen-voice__babox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative; } }

@media only screen and (min-width: 768px) {
  .lp-userkitchen-voice__bacontents {
    width: 50%;
    position: relative; } }

@media only screen and (min-width: 768px) {
  .lp-userkitchen-voice__before {
    padding-right: 27px; } }

@media only screen and (min-width: 768px) {
  .lp-userkitchen-voice__after {
    padding-left: 27px; } }

@media only screen and (max-width: 767px) {
  .lp-userkitchen-voice__baarrow {
    text-align: center;
    margin: 20px 0; }
    .lp-userkitchen-voice__baarrow img {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); } }

@media only screen and (min-width: 768px) {
  .lp-userkitchen-voice__baarrow {
    position: absolute;
    top: 40%;
    left: 50%;
    margin: 0 0 0 -17px; } }

.lp-userkitchen-voice__image img, .lp-userkitchen-voice__image svg {
  width: 100%;
  height: auto; }

.lp-userkitchen-voice__text {
  font-size: 13px;
  line-height: 160%;
  margin-top: 10px; }

.lp-userkitchen-voice__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 5px;
  font-size: 12px;
  line-height: 1;
  text-align: right; }

.lp-userkitchen-voice__name {
  padding-bottom: 5px; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .lp-contents .order {
    max-width: 768px;
    margin: 0 auto; } }

.lp-contents .order__box {
  position: relative; }

.lp-contents .order-confirm__pricetitle {
  display: block; }

.lp-contents .orderguide-tel__note img, .lp-contents .orderguide-tel__note svg {
  width: 100%;
  height: auto; }

@media only screen and (min-width: 768px) {
  .lp-contents .order__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .lp-contents .order__box {
    display: block; } }

@media only screen and (min-width: 768px) {
  .lp-contents .order__main {
    width: 50%; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .lp-contents .order__main {
    width: auto; } }

@media only screen and (max-width: 767px) {
  .lp-contents .order__side {
    margin-top: 40px; } }

@media only screen and (min-width: 768px) {
  .lp-contents .order__side {
    width: 45%; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .lp-contents .order__side {
    width: auto;
    margin-top: 40px; } }

@media only screen and (min-width: 768px) {
  .lp-contents .order-step-table td.order-step-table__input--item {
    font-size: 13px; } }

@media only screen and (min-width: 768px) {
  .lp-contents .order-step-table__itemhead {
    padding-right: 25px; } }

@media only screen and (min-width: 768px) {
  .lp-contents .order-step-table__icon {
    width: 20px;
    margin-top: -10px;
    right: 7px; } }

@media only screen and (min-width: 768px) {
  .lp-contents .orderguide-tel {
    padding: 25px 25px 20px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .lp-contents .orderguide-tel {
    padding: 25px 25px 20px; } }

@media only screen and (min-width: 768px) {
  .lp-contents .orderguide-tel__note {
    width: auto;
    padding-left: 160px;
    margin-top: 10px;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .lp-contents .orderguide-tel__note {
    width: auto;
    right: 0; } }

@media only screen and (min-width: 768px) {
  .lp-contents .orderguide-tel__gmo {
    margin-left: 10px; } }

@media only screen and (min-width: 768px) {
  .news--sub {
    margin: 30px 0; } }

.news__title {
  line-height: 1;
  font-weight: lighter;
  font-size: 27px;
  color: #404040;
  font-weight: bold; }

@media only screen and (max-width: 767px) {
  .news__title {
    padding: 20px 15px 0px; }
    .news__title img {
      width: 90px;
      height: auto; } }

.c-list-news {
  padding: 0 20px; }

@media only screen and (min-width: 1024px) {
  .c-list-news {
    max-width: 960px;
    padding: 0; } }

.c-list-news__item {
  padding: 20px 0;
  border-bottom: 1px solid #dfdfdf; }

.c-list-news__item:first-child {
  padding: 0 0 5px; }

.c-list-news__item:last-child {
  padding: 0;
  border-bottom: none; }

.c-list-news__item__date {
  color: #777;
  font-size: 14px; }

.c-list-news__item__title {
  margin: 20px 0 0;
  color: #131313;
  font-size: 1.4rem; }

.c-list-news__item__text {
  color: #131313;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 1px; }

@media only screen and (max-width: 767px) {
  .c-list-news__item__text {
    padding: 0px 0px 10px; } }

.c-list-news__item__text a {
  color: #b51a2d; }

.c-list-news__item__link {
  color: #b51a2d; }

.c-list-news__item__link:hover {
  color: #9a1526; }

.c-catch {
  position: relative;
  background-color: #fff;
  font-family: sans-serif; }

.c-catch__title {
  margin: auto;
  font-size: 4rem;
  text-align: center;
  letter-spacing: 5.3px; }

.c-catch__title.-about,
.c-catch__title.-uservoice {
  max-width: 161px; }

.c-catch__title.-spec {
  max-width: 112px; }

.c-catch__title.-product {
  max-width: 220px; }

.c-catch__title.-step {
  max-width: 107px; }

.c-catch__title.-gallery {
  max-width: 300px; }

.c-catch__title.-review {
  max-width: 187px; }

.c-catch__title.-faq {
  max-width: 88px; }

.c-catch__title.-news {
  max-width: 123px; }

.c-catch__rule {
  width: 40px;
  height: 4px;
  margin: 60px auto; }

@media only screen and (min-width: 1024px) {
  .c-catch__rule {
    margin: 40px auto 80px; } }

.c-catch__rule.-about {
  background-color: #924a36; }

.c-catch__rule.-uservoice {
  background-color: #b2c0c8; }

.c-catch__rule.-spec {
  background-color: #2c4155; }

.c-catch__rule.-product {
  background-color: #615b32; }

.c-catch__rule.-step {
  background-color: #9d8347; }

.c-catch__rule.-review {
  background-color: #b2c0c8; }

.c-catch__rule.-gallery {
  background-color: #4c3424; }

.c-catch__rule.-faq {
  background-color: #69727a; }

.c-catch__rule.-news {
  background-color: #9d8347; }

.c-catch__box {
  max-width: 1440px;
  margin: auto;
  position: relative; }

.c-catch__box-item.-thumb {
  width: 100%; }

@media only screen and (min-width: 1024px) {
  .c-catch__box-item.-thumb {
    width: 50%; }
  .c-catch__box-item.-thumb.-left {
    margin: 0 auto 0 0; }
  .c-catch__box-item.-thumb.-right {
    margin: 0 0 0 auto; } }

.c-catch__box-item.-text {
  width: calc(95% - 80px);
  padding: 40px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8); }

@media only screen and (min-width: 1024px) {
  .c-catch__box-item.-text {
    width: calc(50% - 80px);
    padding: 3% 40px 3% 80px;
    position: absolute;
    bottom: 0; } }

.c-catch__box-item.-text.-left {
  margin: -40px auto 0 0; }

@media only screen and (min-width: 1024px) {
  .c-catch__box-item.-text.-left {
    left: 0;
    margin: 0; } }

.c-catch__box-item.-text.-right {
  margin: -40px 0 0 auto; }

@media only screen and (min-width: 1024px) {
  .c-catch__box-item.-text.-right {
    right: 0;
    margin: 0; } }

.c-catch__desc {
  font-size: 1.4rem;
  line-height: 2.29;
  letter-spacing: .4px; }

@media only screen and (min-width: 1024px) {
  .c-catch__desc {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.5;
    letter-spacing: .5px; } }

.c-catch__desc .c-catch__desc__att {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8; }

.c-catch__desc span {
  font-size: 1.6rem;
  font-weight: 700; }

.c-catch__button {
  width: 160px;
  margin: 60px 0 0; }

.c-inview-content {
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
  transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
  transition: transform 1.5s ease, opacity 1.5s ease;
  transition: transform 1.5s ease, opacity 1.5s ease, -webkit-transform 1.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.c-inview-content.-inview {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0); }

.news-Detail .c-catch {
  padding: 100px 0 0; }

.news-Detail .c-list-news__item__text {
  font-size: 1.2rem; }

.news-Detail .c-list-news__inner {
  padding: 60px 0; }

.news-Detail .c-list-news__inner b,
.news-Detail .c-list-news__inner strong {
  font-weight: bolder; }

.news-Detail .c-list-news__inner .fw-normal {
  font-weight: normal; }

.news-Detail .c-list-news__inner .fw-bold {
  font-weight: bold; }

.news-Detail .c-list-news__inner .fc-red {
  font-weight: #b51a2d; }

.news-Detail .c-list-news__item__date {
  color: #b51a2d;
  font-weight: bold; }

.news-Detail .c-list-news__item__text {
  font-weight: bold; }

.news-Detail .c-news__button {
  width: 160px;
  margin: 60px auto; }

.c-button {
  display: block;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-align: center;
  border-radius: 40px;
  background: #b51a2d;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer; }

@media only screen and (max-width: 767px) {
  .c-button:active {
    background-color: #9a1526; } }

@media only screen and (min-width: 768px) {
  .c-button:hover {
    color: #fff;
    background-color: #9a1526;
    text-decoration: none; } }

.c-button.-border {
  color: #b51a2d;
  border: 2px solid #b51a2d;
  background-color: #fff; }

@media only screen and (max-width: 767px) {
  .c-button.-border:active {
    color: #fff;
    background-color: #b51a2d; } }

@media only screen and (min-width: 768px) {
  .c-button.-border:hover {
    color: #fff;
    background-color: #b51a2d;
    text-decoration: none; } }

.c-button.-small {
  padding: 13px 0;
  font-size: 1.4rem; }

.point span {
  font-weight: bold; }

.total-review-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
  .total-review-area .rating {
    margin-left: 10px; }
    .total-review-area .rating span {
      font-weight: bold;
      font-size: 20px; }
    .total-review-area .rating a {
      color: #444; }
      .total-review-area .rating a:hover {
        text-decoration: none;
        opacity: 0.8; }

@media screen and (max-width: 768px) {
  .orderspec-detail__contents .point {
    margin-top: 10px !important;
    padding-right: 20px; } }

@media screen and (max-width: 768px) {
  .orderspec-detail__contents .total-review-area {
    padding-right: 20px; } }

.c-review-eval-item__image-box {
  width: 100%;
  margin-bottom: 50px; }

@media only screen and (min-width: 768px) {
  .c-review-eval-item__image-box {
    margin-bottom: 30px; } }

.c-review-eval-item__image-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll; }
  .c-review-eval-item__image-lists li {
    width: 105px;
    margin-right: 10px; }

@media only screen and (min-width: 768px) {
  .c-review-eval-item__image-lists li {
    width: 168px;
    margin-right: 20px; } }

.c-review-eval-item__image {
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: bottom;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 105px; }

@media only screen and (min-width: 768px) {
  .c-review-eval-item__image {
    width: 168px; } }

#pw1, #pw2, #pw3, #pw4, #pr1, #pr2, #pr3, #pr4, #pr5, #pr6 {
  display: block;
  margin-top: -54px;
  padding-top: 54px;
  line-height: 0;
  font-size: 0px; }

@media only screen and (min-width: 768px) {
  .product__item.product__item--imagebottom {
    position: relative; }
  #pw1, #pw2, #pw3, #pw4, #pr1, #pr4 {
    margin-top: -114px;
    padding-top: 114px; }
  #pr1, #pr4 {
    position: absolute;
    top: 0; } }

div.ig_bn {
  margin: -30px auto 120px; }
  div.ig_bn a {
    display: block;
    position: relative;
    max-width: 645px;
    margin: 0 auto;
    padding: 25px 32px;
    border: 1px solid #CCC;
    color: #262626 !important; }
    div.ig_bn a::after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      right: 3%;
      width: 15px;
      height: 15px;
      margin-top: -7.5px;
      background: url(../images/common/igbn_arw.png) no-repeat center center;
      background-size: contain; }
  div.ig_bn p {
    display: inline-block;
    padding-top: 5px;
    padding-left: 30px;
    font-size: 13px; }
    div.ig_bn p span {
      font-size: 18px; }

@media only screen and (max-width: 767px) {
  div.ig_bn {
    margin: 20px auto 60px; }
    div.ig_bn a {
      max-width: 645px;
      padding: 12px 15px; }
      div.ig_bn a::after {
        content: '';
        width: 10px;
        height: 10px;
        margin-top: -5px; }
    div.ig_bn img {
      width: 70px;
      vertical-align: top;
      padding-top: 8px;
      padding-right: 12px; }
    div.ig_bn p {
      display: inline-block;
      padding-top: 0;
      padding-left: 0;
      font-size: 11px; }
      div.ig_bn p span {
        font-size: 11px; } }

.c-modal-dialog {
  max-width: 680px; }
  @media screen and (max-width: 768px) {
    .c-modal-dialog {
      margin: 20px; } }
  .c-modal-dialog .modal-content {
    position: relative;
    padding: 50px 30px; }
    @media print, screen and (min-width: 769px) {
      .c-modal-dialog .modal-content {
        padding: 50px 50px 45px; } }
  .c-modal-dialog .modal-header,
  .c-modal-dialog .modal-body,
  .c-modal-dialog .modal-footer {
    padding: 0; }
  .c-modal-dialog .modal-header {
    display: block;
    margin: 0 0 25px;
    padding: 0 0 15px;
    border-bottom: 2px solid #333; }
  .c-modal-dialog .close {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 10px;
    opacity: 1;
    text-shadow: none; }
  .c-modal-dialog .modal-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em; }
    .c-modal-dialog .modal-title .fa-exclamation-circle {
      margin: 0 10px 0 0;
      color: #e82318;
      font-size: 14px; }
  .c-modal-dialog .modal-body {
    font-size: 14px;
    line-height: 1.71429; }
    .c-modal-dialog .modal-body .notice {
      margin: 30px 0 0;
      font-size: 11px; }
      .c-modal-dialog .modal-body .notice li {
        margin: 0 0 0 1em;
        text-indent: -1em; }
  .c-modal-dialog .product-to-remove {
    font-weight: bold;
    margin: 20px 0 0;
    line-height: 1.71429; }
  .c-modal-dialog .modal-footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 30px 0 0;
    border: none; }
    .c-modal-dialog .modal-footer > * {
      max-width: 260px;
      height: 40px;
      line-height: 40px;
      margin: 0; }
    .c-modal-dialog .modal-footer.installation-service-contents {
      display: none;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  @media screen and (max-width: 768px) {
    .c-modal-dialog .cart-delete-confirmation-btn {
      max-width: 260px;
      height: 40px; } }

#orderCancel .modal-content {
  padding: 65px 30px 40px; }
  @media print, screen and (min-width: 769px) {
    #orderCancel .modal-content {
      padding: 85px 30px 60px; } }

#orderCancel .close {
  top: 0;
  right: 0; }

#orderCancel .modal-body .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: bold; }

#orderCancel .modal-body .icon-24-exclamation-red {
  position: relative;
  padding: 0 0 0 25px; }
  #orderCancel .modal-body .icon-24-exclamation-red:before {
    position: absolute;
    top: .15em;
    left: 0; }

#orderCancel .modal-body .button {
  width: 100%;
  max-width: 220px;
  margin: 30px auto 0; }
  @media print, screen and (min-width: 769px) {
    #orderCancel .modal-body .button {
      margin: 40px auto 0; } }

#orderCancel .modal-body .btn-primary {
  height: 40px;
  line-height: 40px;
  font-size: 12px; }

.c-page__title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em; }

.c-cart__progress-indicator {
  margin: 50px 0 0; }
  @media screen and (max-width: 768px) {
    .c-cart__progress-indicator {
      padding: 0 10px; } }
  .c-cart__progress-indicator ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto; }
  .c-cart__progress-indicator li {
    position: relative;
    padding: 15px 0 0;
    min-width: calc(100% / 5);
    color: #bbb;
    font-size: 11px;
    text-align: center; }
    @media print, screen and (min-width: 769px) {
      .c-cart__progress-indicator li {
        min-width: 120px; } }
    .c-cart__progress-indicator li::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 1px;
      content: "";
      background: #999; }
    .c-cart__progress-indicator li::after {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 50%;
      content: "";
      width: 24px;
      height: 24px;
      border-radius: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background: url("../../images/icon/icon_16/icon_check_gray.svg") no-repeat 50%; }
    @media screen and (max-width: 768px) {
      .c-cart__progress-indicator li:first-child span:not(.break), .c-cart__progress-indicator li:last-child span:not(.break) {
        display: inline; } }
    .c-cart__progress-indicator li:first-child::before {
      -webkit-transform: translate(50%, 0);
              transform: translate(50%, 0); }
    .c-cart__progress-indicator li:last-child::before {
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
    .c-cart__progress-indicator li.is-current {
      color: #ff8c1a; }
      .c-cart__progress-indicator li.is-current::after {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        content: "";
        width: 32px;
        height: 32px;
        background: url("../../images/icon/icon_24/icon_check_1_orange.svg") no-repeat 50%;
        background-size: contain;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      .c-cart__progress-indicator li.is-current ~ li::after {
        width: 5px;
        height: 5px;
        background: #999; }
      @media screen and (max-width: 768px) {
        .c-cart__progress-indicator li.is-current span:not(.break) {
          display: block; } }
  @media screen and (max-width: 768px) {
    .c-cart__progress-indicator span:not(.break) {
      display: none; } }
  @media screen and (max-width: 768px) {
    .c-cart__progress-indicator.step3 li:first-child span, .c-cart__progress-indicator.step4 li:first-child span, .c-cart__progress-indicator.step5 li:first-child span {
      display: none; } }
  @media screen and (max-width: 768px) {
    .c-cart__progress-indicator.step3 li.is-current span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      white-space: nowrap; } }

/* -----------------------------------------------------
  Cart Empty
----------------------------------------------------- */
.page--cart .cart-empty-wrap.is-hide {
  display: none; }

.page--cart .cart-empty {
  padding: 180px 0 0; }

.page--cart .cart-empty__title {
  font-size: 16px;
  font-weight: bold;
  text-align: center; }

.page--cart .cart-empty__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 335px;
  height: 55px;
  margin: 180px auto 30px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #ddd; }
  @media print, screen and (min-width: 769px) {
    .page--cart .cart-empty__button {
      max-width: 450px;
      margin: 180px auto 30px; } }

/* -----------------------------------------------------
  Cart Error
----------------------------------------------------- */
.page--cart .alert-danger {
  display: block;
  padding: 25px;
  margin: 40px 0 0;
  color: #e82318;
  font-size: 14px;
  font-weight: bold;
  background: #fde9e8;
  border: 1px solid #e82318; }
  @media print, screen and (min-width: 769px) {
    .page--cart .alert-danger {
      margin: 60px 0 0; } }
  .page--cart .alert-danger.valid-cart-error {
    min-height: 0; }

/* -----------------------------------------------------
  Cart Base
----------------------------------------------------- */
.page--cart {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 0; }
  @media print, screen and (min-width: 769px) {
    .page--cart {
      padding: 60px 5% 0; } }
  .page--cart.multi-site, .page--cart.lp {
    padding: 50px 0; }
    @media print, screen and (min-width: 769px) {
      .page--cart.multi-site, .page--cart.lp {
        padding: 60px 5%; } }
  .page--cart .cart-page {
    padding-top: 40px; }
    @media print, screen and (min-width: 769px) {
      .page--cart .cart-page {
        padding-top: 60px; } }
  .page--cart .table-title-wrap {
    margin: 0;
    padding: 0 0 20px;
    text-align: center;
    border-bottom: 1px solid #e3e3e3; }
    @media screen and (max-width: 768px) {
      .page--cart .table-title-wrap {
        display: none; } }
    .page--cart .table-title-wrap * {
      margin: 0;
      padding: 0; }
    .page--cart .table-title-wrap .title-1 {
      padding: 0 0 0 20px;
      text-align: left; }
    .page--cart .table-title-wrap .title-4 {
      padding: 0 20px 0 0; }
    .page--cart .table-title-wrap p {
      font-size: 14px;
      font-weight: bold; }
      .page--cart .table-title-wrap p span {
        font-size: 12px; }

/* -----------------------------------------------------
  Card Parts
----------------------------------------------------- */
.cart-page .card {
  /* -----------------------------------------------------
            Card Header
        ----------------------------------------------------- */
  /* -----------------------------------------------------
          Card Footer
        ----------------------------------------------------- */ }
  .cart-page .card.product-info {
    margin: 0;
    padding: 20px 0;
    border: none;
    border-bottom: 1px solid #e3e3e3; }
    @media screen and (max-width: 768px) {
      .cart-page .card.product-info {
        border-top: 1px solid #e3e3e3; } }
    @media screen and (max-width: 768px) {
      .cart-page .card.product-info + .card.product-info {
        border-top: none; } }
    .cart-page .card.product-info * {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0;
      margin-left: 0;
      margin-right: 0; }
    .cart-page .card.product-info .row.align-center {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .cart-page .card.product-info .row.line-item-bonus > * {
      font-size: 14px; }
    .cart-page .card.product-info .row.line-item-bonus .bonus-title,
    .cart-page .card.product-info .row.line-item-bonus .bonus-price {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .cart-page .card.product-info .row.line-item-bonus .bonus-title,
    .cart-page .card.product-info .row.line-item-bonus .bonus-quantity {
      font-weight: bold; }
    .cart-page .card.product-info .row.line-item-bonus .bonus-quantity {
      text-align: center; }
    .cart-page .card.product-info .row.line-item-bonus .bonus-price {
      text-align: center; }
    .cart-page .card.product-info .item-attributes {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin: 0 0 0 10px; }
      @media print, screen and (min-width: 769px) {
        .cart-page .card.product-info .item-attributes {
          -ms-flex-item-align: start;
              align-self: flex-start;
          margin: 10px 0 0 20px; } }
    .cart-page .card.product-info .parts__price,
    .cart-page .card.product-info .parts__price .price,
    .cart-page .card.product-info .pricing {
      font-size: 14px; }
    .cart-page .card.product-info .line-item-name {
      margin: 0;
      white-space: normal;
      font-size: 15px; }
      @media print, screen and (min-width: 769px) {
        .cart-page .card.product-info .line-item-name {
          font-size: 14px;
          max-width: 385px; } }
    .cart-page .card.product-info .line-item-attributes {
      font-size: 12px; }
  @media screen and (max-width: 768px) {
    .cart-page .card .line-item-header {
      padding: 0 0 10px; } }
  .cart-page .card .item-image {
    width: 100px;
    height: 100px; }
    @media print, screen and (min-width: 769px) {
      .cart-page .card .item-image {
        width: 130px;
        height: 130px;
        margin: 0 20px 0 0; } }
    .cart-page .card .item-image img.product-image {
      width: 100px;
      height: 100px;
      max-width: none;
      max-height: none;
      -o-object-fit: contain;
         object-fit: contain;
      font-family: 'object-fit: contain;';
      /*IE対策*/ }
      @media print, screen and (min-width: 769px) {
        .cart-page .card .item-image img.product-image {
          width: 130px;
          height: 130px; } }
  .cart-page .card .item-attributes {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    max-width: 400px; }
  .cart-page .card .bonus-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 0 0 10px;
    font-size: 13px;
    text-align: left; }
  .cart-page .card .label-stock-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto; }
  .cart-page .card .label-stock-inStock {
    display: none; }
  .cart-page .card .label-stock-less-bg {
    position: static;
    width: auto;
    padding: 0 15px 0 30px;
    margin: 0 0 0 -20px;
    background: #f5f5f5;
    border-radius: 11px; }
  .cart-page .card .label-stock-noAvailable-bg {
    display: none; }
  @media screen and (max-width: 768px) {
    .cart-page .card .product-card-footer {
      margin: 20px 0 0; } }
  @media print, screen and (min-width: 769px) {
    .cart-page .card .price {
      text-align: center; } }
  .cart-page .card .line-item-total-price {
    text-align: right; }
    @media print, screen and (min-width: 769px) {
      .cart-page .card .line-item-total-price {
        padding: 0 20px 0 0;
        text-align: center; } }
  .cart-page .card .quantity-form {
    width: 100%;
    max-width: 80px;
    margin: 0 auto;
    text-align: center; }
  .cart-page .card .quantity {
    height: 40px;
    padding: 0 0 0 20px;
    font-size: 14px;
    border-color: #ddd;
    border-radius: 0; }
  .cart-page .card .quantity-error-text {
    color: #e82318;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5; }
    .cart-page .card .quantity-error-text.is-showed {
      margin: 20px 0 0; }
      @media print, screen and (min-width: 769px) {
        .cart-page .card .quantity-error-text.is-showed {
          margin: 10px 0 0; } }
  .cart-page .card .parts__price {
    display: block;
    height: auto; }
    @media screen and (max-width: 768px) {
      .cart-page .card .parts__price {
        text-align: left; } }
    .cart-page .card .parts__price span.price.discount {
      color: #e82318; }
    .cart-page .card .parts__price span.label {
      display: none; }
    .cart-page .card .parts__price strike {
      display: block; }
  .cart-page .card .remove-line-item {
    white-space: nowrap; }
    @media print, screen and (min-width: 992px) {
      .cart-page .card .remove-line-item {
        display: none; } }
  .cart-page .card .remove-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 10px auto 0;
    font-size: 14px; }
    @media print, screen and (min-width: 769px) {
      .cart-page .card .remove-product {
        font-size: 12px; } }
  .cart-page .card .strike-through {
    display: none; }

/* -----------------------------------------------------
  Section Notice
----------------------------------------------------- */
.section-notice {
  margin: 30px 0 0;
  padding: 30px;
  background: #f5f5f5; }
  .section-notice h2 {
    padding: 0 0 20px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #e3e3e3; }
    .section-notice h2 i {
      margin: 0 5px 0 0;
      color: #e82318; }
  .section-notice dl {
    margin: 15px 0 0;
    font-size: 13px;
    line-height: 1.69231; }
    .section-notice dl dt {
      color: #222; }
  .section-notice ul {
    margin: 15px 0 0;
    font-size: 13px;
    line-height: 1.69231; }
    .section-notice ul li {
      list-style: disc;
      margin: 0 0 0 1.5em; }

/* -----------------------------------------------------
  Totals
----------------------------------------------------- */
.totals {
  width: 100%;
  max-width: 460px;
  margin: 30px 0 0 auto;
  font-size: 14px; }
  .totals span {
    font-size: 12px; }
  @media screen and (max-width: 768px) {
    .totals [class^="col-"] {
      padding: 0; } }
  .totals > .row {
    margin: 0; }
    .totals > .row + .row {
      margin: .5em 0 0; }
  .totals .row.row--sub-total {
    font-weight: bold; }
    .totals .row.row--sub-total .label {
      font-size: 12px; }
  .totals .row.row--sales-tax {
    display: none; }
  .totals .row.row--grand-total {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 25px 0 0;
    padding: 25px 0 0;
    border-top: 1px solid #e3e3e3; }
    .totals .row.row--grand-total p {
      font-size: 16px; }
    .totals .row.row--grand-total .grand-total {
      font-size: 24px;
      font-weight: bold; }
  .totals .row.row--point-total .point-total {
    font-size: 14px;
    font-weight: bold; }
    .totals .row.row--point-total .point-total span {
      color: #222; }
      .totals .row.row--point-total .point-total span.point {
        font-size: 14px; }
      .totals .row.row--point-total .point-total span.label {
        font-size: 12px; }
  .totals .row.row--about-point {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 20px 0 0; }
    .totals .row.row--about-point a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #222;
      font-size: 14px;
      font-weight: bold; }

/* -----------------------------------------------------
  Button Wrap
----------------------------------------------------- */
.row--button-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px auto 0; }
  @media screen and (max-width: 768px) {
    .row--button-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media screen and (max-width: 768px) {
    .row--button-wrap > * + * {
      margin: 10px 0 0; } }
  .row--button-wrap .shopping-continue,
  .row--button-wrap .checkout-continue {
    width: 100%;
    padding: 0;
    border-radius: 3px; }
    @media print, screen and (min-width: 769px) {
      .row--button-wrap .shopping-continue,
      .row--button-wrap .checkout-continue {
        max-width: calc((100% - 30px) / 2); } }
    .row--button-wrap .shopping-continue a,
    .row--button-wrap .checkout-continue a {
      height: 55px !important;
      font-size: 14px;
      font-weight: bold;
      line-height: 55px !important; }
  @media screen and (max-width: 768px) {
    .row--button-wrap .shopping-continue {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  @media screen and (max-width: 768px) {
    .row--button-wrap .checkout-continue {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin: 0 0 10px;
      position: static; } }
  .row--button-wrap .continue-shopping-link,
  .row--button-wrap .checkout-btn {
    max-width: none; }
  .row--button-wrap .continue-shopping-link {
    color: #222 !important;
    border: 1px solid #ddd !important;
    background: none !important; }
  .row--button-wrap .checkout-btn {
    color: #fff !important;
    background: #e82318 !important; }

/* -----------------------------------------------------
  Shipment Free Border
----------------------------------------------------- */
.shipment-free-border {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0 0;
  padding: 15px 0;
  background: #fff4e9; }
  @media screen and (max-width: 768px) {
    .shipment-free-border {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 30px 20px 20px; } }
  .shipment-free-border .icon-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media screen and (max-width: 768px) {
      .shipment-free-border .icon-arrow {
        margin: -10px 0 0;
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
                transform: translate(-50%, -50%) rotate(90deg); } }
  .shipment-free-border .text,
  .shipment-free-border .button {
    width: 100%;
    max-width: 300px;
    margin: 0 40px; }
  .shipment-free-border .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .shipment-free-border .text {
        margin: 0 0 25px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media print, screen and (min-width: 769px) {
      .shipment-free-border .text {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
    .shipment-free-border .text i {
      margin: 0 10px 0 0; }
  @media screen and (max-width: 768px) {
    .shipment-free-border .button {
      margin: 25px 0 0; } }
  .shipment-free-border .button a {
    font-size: 14px;
    font-weight: bold; }

/* -----------------------------------------------------
  Recommend Wrap
----------------------------------------------------- */
.container-fluid.recommend-wrap, .recommend-wrap.container-md, .recommend-wrap.container-lg, .recommend-wrap.container-xl {
  padding: 30px 0 0; }
  @media print, screen and (min-width: 769px) {
    .container-fluid.recommend-wrap, .recommend-wrap.container-md, .recommend-wrap.container-lg, .recommend-wrap.container-xl {
      padding: 10px 0 0; } }
  .container-fluid.recommend-wrap .h2-area, .recommend-wrap.container-md .h2-area, .recommend-wrap.container-lg .h2-area, .recommend-wrap.container-xl .h2-area {
    padding: 30px 0 20px; }
    @media print, screen and (min-width: 769px) {
      .container-fluid.recommend-wrap .h2-area, .recommend-wrap.container-md .h2-area, .recommend-wrap.container-lg .h2-area, .recommend-wrap.container-xl .h2-area {
        padding: 50px 0 20px; } }
  .container-fluid.recommend-wrap .c-title--h2, .recommend-wrap.container-md .c-title--h2, .recommend-wrap.container-lg .c-title--h2, .recommend-wrap.container-xl .c-title--h2 {
    letter-spacing: 0.1em; }
  .container-fluid.recommend-wrap .l-section + .l-section, .recommend-wrap.container-md .l-section + .l-section, .recommend-wrap.container-lg .l-section + .l-section, .recommend-wrap.container-xl .l-section + .l-section {
    margin: 20px 0 0; }
    .container-fluid.recommend-wrap .l-section + .l-section .h2-area, .recommend-wrap.container-md .l-section + .l-section .h2-area, .recommend-wrap.container-lg .l-section + .l-section .h2-area, .recommend-wrap.container-xl .l-section + .l-section .h2-area {
      border-top: 1px solid #e3e3e3; }
    .container-fluid.recommend-wrap .l-section + .l-section.row--ilo-qa-title, .recommend-wrap.container-md .l-section + .l-section.row--ilo-qa-title, .recommend-wrap.container-lg .l-section + .l-section.row--ilo-qa-title, .recommend-wrap.container-xl .l-section + .l-section.row--ilo-qa-title {
      margin: 25px 0 0;
      padding: 25px 0 0;
      border-top: 1px solid #e3e3e3; }
  .container-fluid.recommend-wrap .l-section.recommend-list02, .recommend-wrap.container-md .l-section.recommend-list02, .recommend-wrap.container-lg .l-section.recommend-list02, .recommend-wrap.container-xl .l-section.recommend-list02 {
    border-top: none; }
  .container-fluid.recommend-wrap .l-section.recommend-list03, .recommend-wrap.container-md .l-section.recommend-list03, .recommend-wrap.container-lg .l-section.recommend-list03, .recommend-wrap.container-xl .l-section.recommend-list03 {
    padding: 30px 0 0; }
    @media print, screen and (min-width: 769px) {
      .container-fluid.recommend-wrap .l-section.recommend-list03, .recommend-wrap.container-md .l-section.recommend-list03, .recommend-wrap.container-lg .l-section.recommend-list03, .recommend-wrap.container-xl .l-section.recommend-list03 {
        padding: 50px 0 0; } }
    .container-fluid.recommend-wrap .l-section.recommend-list03 h3, .recommend-wrap.container-md .l-section.recommend-list03 h3, .recommend-wrap.container-lg .l-section.recommend-list03 h3, .recommend-wrap.container-xl .l-section.recommend-list03 h3 {
      font-size: 16px;
      font-weight: bold;
      line-height: 1.5;
      padding: 20px 0; }

.header {
  position: sticky; }

.recommend-wrap {
  display: none; }

.continue-shopping-link {
  color: #222 !important;
  font-size: 16px; }

.container.page--cart .totals .row.row--about-point a {
  color: #222 !important; }

@media print, screen and (min-width: 769px) {
  .container.page--cart {
    padding: 60px 5% 140px; } }

.container.page--cart .row--button-wrap .checkout-btn {
  display: block;
  background: #e82318 !important; }

.container.page--cart .cart-empty__button {
  width: 100%;
  max-width: 450px; }

.ordercart {
  display: none; }
