/* Minification failed. Returning unminified contents.
(32,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(33,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(34,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(35,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(36,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(37,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(38,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(39,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(40,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(41,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(42,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(43,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(44,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(45,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(46,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(47,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(48,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(49,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(50,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(51,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(52,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(53,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(54,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(55,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(56,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(57,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(58,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(59,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
@charset "UTF-8";
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #ccc !important;
  opacity: 1;
}

/* Firefox 18- */
:-moz-placeholder {
  color: #ccc !important;
  opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #ccc !important;
  opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #ccc !important;
}

/*!
 * Bootstrap v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #1473e6;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #F41958;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #2B9C7F;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #2AA346;
  --secondary: #5A5F5F;
  --success: #66BA33;
  --info: #0AB1EB;
  --warning: #ff6b33;
  --danger: #F41958;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 769px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", "robotomedium", "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", "robotomedium", "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: #fff;
}

[tabindex="-1"]:focus {
  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: 0.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: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #2AA346;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(26.3268292683, 102.1731707317, 43.8780487805);
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

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

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.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-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "??";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 769px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -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-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 769px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 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.25rem;
  -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 screen and (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(113.8658536585, 218.6341463415, 138.1097560976);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(42, 163, 70, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(42, 163, 70, 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;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

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

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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -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 {
  color: #6c757d;
}

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

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

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #66BA33;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2366BA33' 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");
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #66BA33;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(102, 186, 51, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(102, 186, 51, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #66BA33;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2366BA33' 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") no-repeat center right 1.75rem/1.125rem 1.125rem;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #66BA33;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(102, 186, 51, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(102, 186, 51, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

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

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #66BA33;
}
.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: #66BA33;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #66BA33;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(128.5443037975, 207.2278481013, 80.7721518987);
  background-color: rgb(128.5443037975, 207.2278481013, 80.7721518987);
}
.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(102, 186, 51, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(102, 186, 51, 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: #66BA33;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #66BA33;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #66BA33;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(102, 186, 51, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(102, 186, 51, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(244, 25, 88, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #F41958;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23F41958' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #F41958;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 25, 88, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(244, 25, 88, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #F41958;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23F41958' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #F41958;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 25, 88, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(244, 25, 88, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #F41958;
}
.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: #F41958;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #F41958;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(246.3278008299, 73.6721991701, 123.3402489627);
  background-color: rgb(246.3278008299, 73.6721991701, 123.3402489627);
}
.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(244, 25, 88, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(244, 25, 88, 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: #F41958;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #F41958;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #F41958;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 25, 88, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(244, 25, 88, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: 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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: 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.25rem;
  -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 screen and (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(42, 163, 70, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(42, 163, 70, 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: #2AA346;
  border-color: #2AA346;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(34.1634146341, 132.5865853659, 56.9390243902);
  border-color: rgb(31.5512195122, 122.4487804878, 52.5853658537);
}
.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(73.95, 176.8, 97.75, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(73.95, 176.8, 97.75, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #2AA346;
  border-color: #2AA346;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(31.5512195122, 122.4487804878, 52.5853658537);
  border-color: rgb(28.9390243902, 112.3109756098, 48.2317073171);
}
.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(73.95, 176.8, 97.75, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(73.95, 176.8, 97.75, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #5A5F5F;
  border-color: #5A5F5F;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(71.3918918919, 75.3581081081, 75.3581081081);
  border-color: rgb(65.1891891892, 68.8108108108, 68.8108108108);
}
.btn-secondary:focus, .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(114.75, 119, 119, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(114.75, 119, 119, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #5A5F5F;
  border-color: #5A5F5F;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(65.1891891892, 68.8108108108, 68.8108108108);
  border-color: rgb(58.9864864865, 62.2635135135, 62.2635135135);
}
.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(114.75, 119, 119, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(114.75, 119, 119, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #66BA33;
  border-color: #66BA33;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(85.5379746835, 155.9810126582, 42.7689873418);
  border-color: rgb(80.0506329114, 145.9746835443, 40.0253164557);
}
.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(124.95, 196.35, 81.6, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(124.95, 196.35, 81.6, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #66BA33;
  border-color: #66BA33;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(80.0506329114, 145.9746835443, 40.0253164557);
  border-color: rgb(74.5632911392, 135.9683544304, 37.2816455696);
}
.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(124.95, 196.35, 81.6, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(124.95, 196.35, 81.6, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #0AB1EB;
  border-color: #0AB1EB;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(8.4387755102, 149.3663265306, 198.3112244898);
  border-color: rgb(7.9183673469, 140.1551020408, 186.0816326531);
}
.btn-info:focus, .btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(46.75, 188.7, 238, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(46.75, 188.7, 238, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #0AB1EB;
  border-color: #0AB1EB;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(7.9183673469, 140.1551020408, 186.0816326531);
  border-color: rgb(7.3979591837, 130.943877551, 173.8520408163);
}
.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(46.75, 188.7, 238, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(46.75, 188.7, 238, 0.5);
}

.btn-warning {
  color: #fff;
  background-color: #ff6b33;
  border-color: #ff6b33;
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(255, 79.25, 12.75);
  border-color: #ff4600;
}
.btn-warning:focus, .btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 129.2, 81.6, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 129.2, 81.6, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #ff6b33;
  border-color: #ff6b33;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ff4600;
  border-color: rgb(242.25, 66.5, 0);
}
.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(255, 129.2, 81.6, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 129.2, 81.6, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #F41958;
  border-color: #F41958;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(220.2178423237, 10.5321576763, 70.8526970954);
  border-color: rgb(208.0497925311, 9.9502074689, 66.9377593361);
}
.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245.65, 59.5, 113.05, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(245.65, 59.5, 113.05, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #F41958;
  border-color: #F41958;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(208.0497925311, 9.9502074689, 66.9377593361);
  border-color: rgb(195.8817427386, 9.3682572614, 63.0228215768);
}
.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(245.65, 59.5, 113.05, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(245.65, 59.5, 113.05, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 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: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.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(215.75, 217.2, 218.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 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: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.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.45, 87.55, 92.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}

.btn-outline-primary {
  color: #2AA346;
  border-color: #2AA346;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #2AA346;
  border-color: #2AA346;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(42, 163, 70, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(42, 163, 70, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #2AA346;
  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: #2AA346;
  border-color: #2AA346;
}
.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(42, 163, 70, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(42, 163, 70, 0.5);
}

.btn-outline-secondary {
  color: #5A5F5F;
  border-color: #5A5F5F;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #5A5F5F;
  border-color: #5A5F5F;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(90, 95, 95, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(90, 95, 95, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #5A5F5F;
  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: #5A5F5F;
  border-color: #5A5F5F;
}
.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(90, 95, 95, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(90, 95, 95, 0.5);
}

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

.btn-outline-info {
  color: #0AB1EB;
  border-color: #0AB1EB;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #0AB1EB;
  border-color: #0AB1EB;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(10, 177, 235, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(10, 177, 235, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #0AB1EB;
  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: #0AB1EB;
  border-color: #0AB1EB;
}
.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(10, 177, 235, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(10, 177, 235, 0.5);
}

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

.btn-outline-danger {
  color: #F41958;
  border-color: #F41958;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #F41958;
  border-color: #F41958;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 25, 88, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(244, 25, 88, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #F41958;
  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: #F41958;
  border-color: #F41958;
}
.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(244, 25, 88, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(244, 25, 88, 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: #2AA346;
}
.btn-link:hover {
  color: rgb(26.3268292683, 102.1731707317, 43.8780487805);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 769px) {
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
}
@media (min-width: 769px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
}
.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:first-child {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.dropdown-item:last-child {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #2AA346;
}
.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;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: 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;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: 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: -webkit-flex;
  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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: 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.25rem;
}
.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(2.875rem + 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.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.8125rem + 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.2rem;
}

.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;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #2AA346;
  background-color: #2AA346;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(42, 163, 70, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(42, 163, 70, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(113.8658536585, 218.6341463415, 138.1097560976);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(154.4170731707, 229.0829268293, 171.6951219512);
  border-color: rgb(154.4170731707, 229.0829268293, 171.6951219512);
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  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-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #2AA346;
  background-color: #2AA346;
}
.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' 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(42, 163, 70, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(42, 163, 70, 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' 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(42, 163, 70, 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 screen and (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(42, 163, 70, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: rgb(113.8658536585, 218.6341463415, 138.1097560976);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(113.8658536585, 218.6341463415, 138.1097560976, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(113.8658536585, 218.6341463415, 138.1097560976, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}

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

.custom-select-lg {
  height: calc(2.875rem + 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(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(113.8658536585, 218.6341463415, 138.1097560976);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(42, 163, 70, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(42, 163, 70, 0.25);
}
.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(2.25rem + 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.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.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 #fff, 0 0 0 0.2rem rgba(42, 163, 70, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(42, 163, 70, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(42, 163, 70, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(42, 163, 70, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #2AA346;
  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 screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(154.4170731707, 229.0829268293, 171.6951219512);
}
.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: #2AA346;
  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 screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(154.4170731707, 229.0829268293, 171.6951219512);
}
.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: #2AA346;
  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 screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: rgb(154.4170731707, 229.0829268293, 171.6951219512);
}
.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 screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem;
}

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

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  color: inherit;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

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

.card-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -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:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -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 .card {
  overflow: hidden;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion .card .card-header {
  margin-bottom: -1px;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
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: #2AA346;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(31.5512195122, 122.4487804878, 52.5853658537);
}

.badge-secondary {
  color: #fff;
  background-color: #5A5F5F;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(65.1891891892, 68.8108108108, 68.8108108108);
}

.badge-success {
  color: #fff;
  background-color: #66BA33;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(80.0506329114, 145.9746835443, 40.0253164557);
}

.badge-info {
  color: #fff;
  background-color: #0AB1EB;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(7.9183673469, 140.1551020408, 186.0816326531);
}

.badge-warning {
  color: #fff;
  background-color: #ff6b33;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #fff;
  background-color: #ff4600;
}

.badge-danger {
  color: #fff;
  background-color: #F41958;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(208.0497925311, 9.9502074689, 66.9377593361);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: rgb(21.84, 84.76, 36.4);
  background-color: rgb(212.4, 236.6, 218);
  border-color: rgb(195.36, 229.24, 203.2);
}
.alert-primary hr {
  border-top-color: rgb(177.5518032787, 221.5481967213, 187.7327868852);
}
.alert-primary .alert-link {
  color: rgb(11.3912195122, 44.2087804878, 18.9853658537);
}

.alert-secondary {
  color: rgb(46.8, 49.4, 49.4);
  background-color: #dedfdf;
  border-color: rgb(208.8, 210.2, 210.2);
}
.alert-secondary hr {
  border-top-color: rgb(195.8538461538, 197.6461538462, 197.6461538462);
}
.alert-secondary .alert-link {
  color: rgb(21.9891891892, 23.2108108108, 23.2108108108);
}

.alert-success {
  color: rgb(53.04, 96.72, 26.52);
  background-color: rgb(224.4, 241.2, 214.2);
  border-color: rgb(212.16, 235.68, 197.88);
}
.alert-success hr {
  border-top-color: rgb(197.8687912088, 229.2349450549, 178.8250549451);
}
.alert-success .alert-link {
  color: rgb(31.0906329114, 56.6946835443, 15.5453164557);
}

.alert-info {
  color: rgb(5.2, 92.04, 122.2);
  background-color: rgb(206, 239.4, 251);
  border-color: rgb(186.4, 233.16, 249.4);
}
.alert-info hr {
  border-top-color: rgb(162.8245283019, 225.6543396226, 247.4754716981);
}
.alert-info .alert-link {
  color: rgb(3.1183673469, 55.1951020408, 73.2816326531);
}

.alert-warning {
  color: rgb(132.6, 55.64, 26.52);
  background-color: rgb(255, 225.4, 214.2);
  border-color: rgb(255, 213.56, 197.88);
}
.alert-warning hr {
  border-top-color: rgb(255, 195.06, 172.38);
}
.alert-warning .alert-link {
  color: rgb(90.1, 37.8066666667, 18.02);
}

.alert-danger {
  color: rgb(126.88, 13, 45.76);
  background-color: rgb(252.8, 209, 221.6);
  border-color: rgb(251.92, 190.6, 208.24);
}
.alert-danger hr {
  border-top-color: rgb(250.7560995851, 166.2639004149, 190.5698755187);
}
.alert-danger .alert-link {
  color: rgb(80.6197769517, 8.2602230483, 29.0759851301);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #2AA346;
  border-color: #2AA346;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: rgb(21.84, 84.76, 36.4);
  background-color: rgb(195.36, 229.24, 203.2);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(21.84, 84.76, 36.4);
  background-color: rgb(177.5518032787, 221.5481967213, 187.7327868852);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(21.84, 84.76, 36.4);
  border-color: rgb(21.84, 84.76, 36.4);
}

.list-group-item-secondary {
  color: rgb(46.8, 49.4, 49.4);
  background-color: rgb(208.8, 210.2, 210.2);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(46.8, 49.4, 49.4);
  background-color: rgb(195.8538461538, 197.6461538462, 197.6461538462);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(46.8, 49.4, 49.4);
  border-color: rgb(46.8, 49.4, 49.4);
}

.list-group-item-success {
  color: rgb(53.04, 96.72, 26.52);
  background-color: rgb(212.16, 235.68, 197.88);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(53.04, 96.72, 26.52);
  background-color: rgb(197.8687912088, 229.2349450549, 178.8250549451);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(53.04, 96.72, 26.52);
  border-color: rgb(53.04, 96.72, 26.52);
}

.list-group-item-info {
  color: rgb(5.2, 92.04, 122.2);
  background-color: rgb(186.4, 233.16, 249.4);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(5.2, 92.04, 122.2);
  background-color: rgb(162.8245283019, 225.6543396226, 247.4754716981);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(5.2, 92.04, 122.2);
  border-color: rgb(5.2, 92.04, 122.2);
}

.list-group-item-warning {
  color: rgb(132.6, 55.64, 26.52);
  background-color: rgb(255, 213.56, 197.88);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 55.64, 26.52);
  background-color: rgb(255, 195.06, 172.38);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 55.64, 26.52);
  border-color: rgb(132.6, 55.64, 26.52);
}

.list-group-item-danger {
  color: rgb(126.88, 13, 45.76);
  background-color: rgb(251.92, 190.6, 208.24);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(126.88, 13, 45.76);
  background-color: rgb(250.7560995851, 166.2639004149, 190.5698755187);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(126.88, 13, 45.76);
  border-color: rgb(126.88, 13, 45.76);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

.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 screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 0.5rem * 2);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 0.5rem * 2);
  content: "";
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -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.3rem;
  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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.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;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 1.75rem * 2);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 1.75rem * 2);
  }
  .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;
  }
}
.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 screen and (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: 0s 0.6s opacity;
  transition: 0s 0.6s opacity;
}
@media screen and (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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: 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 screen and (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: transparent no-repeat center center;
  background-size: 100% 100%;
}

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  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;
  -webkit-flex: 0 1 auto;
      -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: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media screen and (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: #2AA346 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(31.5512195122, 122.4487804878, 52.5853658537) !important;
}

.bg-secondary {
  background-color: #5A5F5F !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(65.1891891892, 68.8108108108, 68.8108108108) !important;
}

.bg-success {
  background-color: #66BA33 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(80.0506329114, 145.9746835443, 40.0253164557) !important;
}

.bg-info {
  background-color: #0AB1EB !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(7.9183673469, 140.1551020408, 186.0816326531) !important;
}

.bg-warning {
  background-color: #ff6b33 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ff4600 !important;
}

.bg-danger {
  background-color: #F41958 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(208.0497925311, 9.9502074689, 66.9377593361) !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: rgb(218.25, 223.5, 228.75) !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: rgb(29.1379310345, 32.5, 35.8620689655) !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: #2AA346 !important;
}

.border-secondary {
  border-color: #5A5F5F !important;
}

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

.border-info {
  border-color: #0AB1EB !important;
}

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

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

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

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

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

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

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

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

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

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

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

.rounded-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: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !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.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-3by4::before {
  padding-top: 133.3333333333%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-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;
  -webkit-flex-direction: column-reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -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;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -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;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -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;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -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: 576px) {
  .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;
  }
}
.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: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -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: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 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;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.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: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 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: #2AA346 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(26.3268292683, 102.1731707317, 43.8780487805) !important;
}

.text-secondary {
  color: #5A5F5F !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(52.7837837838, 55.7162162162, 55.7162162162) !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: rgb(69.0759493671, 125.9620253165, 34.5379746835) !important;
}

.text-info {
  color: #0AB1EB !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(6.8775510204, 121.7326530612, 161.6224489796) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(229.5, 63, 0) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(183.7136929461, 8.7863070539, 59.1078838174) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !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-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: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*共通メインスタイル*/
html, body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1em;
  color: #000;
}

@media all and (max-width: 320px) {
  html, body {
    font-size: 14px;
  }
}
body {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

a > img {
  /*画像下に余白ができるのを回避*/
  vertical-align: bottom;
}

input,
textarea,
select {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
  font-size: 1rem;
  border: 1px solid #D5D5D5;
  border-radius: 0;
  background-color: #FFF;
}
input:disabled,
textarea:disabled,
select:disabled {
  background-color: #B7B7B7;
  color: #707070;
}
input:focus,
textarea:focus,
select:focus {
  outline: 0.25rem solid rgba(50, 150, 255, 0.5);
  outline-offset: -2px;
}

select {
  background-color: inherit;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 2.5rem;
}

.input-costom-group {
  border-radius: 0.3rem;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media all and (min-width: 769px) {
  .input-costom-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.input-costom-group::before, .input-costom-group::after {
  position: absolute;
  content: "";
  pointer-events: none;
}
.input-costom-group::after {
  position: absolute;
  right: 1em;
  bottom: 1.2em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #343a40;
  border-right: 2px solid #343a40;
}
@media all and (min-width: 769px) {
  .input-costom-group::after {
    top: 50%;
    -webkit-transform: translate(50%, -50%) rotate(45deg);
            transform: translate(50%, -50%) rotate(45deg);
  }
}
.input-costom-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 230px;
  height: 2.5rem;
  padding-left: 0.5rem;
  padding-right: 0.4rem;
  border: none;
  border-radius: 3px;
  color: #333;
  font-size: 1em;
  cursor: pointer;
}
.input-costom-group select:focus {
  outline: 2px solid #DFF9D7;
  outline: none !important;
}
.input-costom-group.has-input::before, .input-costom-group.has-input::after {
  display: none;
}
.input-costom-group input {
  height: 40px;
  padding-left: 0.5rem;
  padding-right: 0.4rem;
  width: 100%;
}
.input-costom-group .input-costom-group-text {
  padding: 8px 10px;
  font-weight: 500;
  border-radius: 5px 5px 0 0;
  color: #fff;
  background-color: #2AA346;
}
@media all and (min-width: 769px) {
  .input-costom-group .input-costom-group-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 180px;
    border-radius: 5px 0 0 5px;
    min-height: 42px;
  }
}

textarea {
  resize: vertical;
}

main section p {
  line-height: 1.4rem;
}
main section ul li {
  line-height: 1.4rem;
}
main section a {
  color: #0059C4;
  font-weight: 600;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
main section a:not(.btn):hover {
  color: #66BA33;
}

/*
button:focus{
outline: .25rem solid $outline-color;
outline-offset: -2px;
}


p{
margin: 0;
}

input,
textarea{
padding: .5em;
width: 100%;

&:read-only{
background-color: $color-bk-2;
&:focus{
outline-color: darken($outline-color, 30%);
}
}

@include placeholder{
color: $color-N-4;
};

}
label{
font-weight: normal;
}

*/
/***********
共通クラス
************/
/*コンテンツの各ブロックに付与*/
.content-wrapper {
  margin-bottom: 1rem;
}

.content {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(35, 35, 35, 0.6);
          box-shadow: 0px 0px 6px 0px rgba(35, 35, 35, 0.6);
}

/*コンテンツタイトル*/
.contentTitle {
  font-size: 1.25rem;
}

.contentContainer {
  padding: 1rem;
}

.contentBlock {
  margin-bottom: 2rem;
}

/*コンテンツサブタイトル*/
.contentSubTitle {
  display: block;
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1em;
}

/*代表的なリンク*/
.standardLinkStyle a {
  display: inline-block;
  padding: 1em 1em 1em 2.25em;
  width: 100%;
  background-color: #f5f5f5;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  position: relative;
}
.standardLinkStyle a:hover {
  background-color: #80BB7D;
}
.standardLinkStyle a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 0.5em solid transparent;
  border-left-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*シンプルなリンク*/
.simpleLink {
  color: #0068CB;
  cursor: pointer;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  text-decoration: underline;
  font-weight: 600;
}
.simpleLink:hover {
  color: #66BA33;
}

/*お知らせ用リンク*/
.noticeLink {
  white-space: pre-line;
  line-height: 1.5em;
  color: #088A08;
  cursor: pointer;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  text-decoration: none;
}
.noticeLink:hover {
  color: blue;
  text-decoration: underline;
}

/*説明・注釈的テキスト*/
.descriptionText, .descriptionText-min {
  display: block;
  margin: 0.25em 0 0 0;
}
.contentTitle .descriptionText, .contentTitle .descriptionText-min {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.mockTable-item.wrap-attention {
  height: 4rem;
  position: relative;
}

.mockTable-item.wrap-attention .attention {
  position: absolute;
  bottom: 0;
}

.mockTable-item.wrap-attention .item {
  position: absolute;
  top: 0;
}

/*改行表示*/
.diverted {
  line-height: 1.5em;
  white-space: pre-line;
}

/*太字表示*/
.dateBold {
  font-weight: bold;
}

/* カレンダーボタン・タイムボタン */
.timeButton, .calendarButton {
  width: 32px;
  height: 32px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  position: relative;
  border-radius: 3px;
  background-color: rgba(20, 115, 230, 0.8);
}
.timeButton:after, .calendarButton:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.calendarButton {
  margin-right: 5px;
}
.calendarButton:after {
  background-image: url(../../Contents/Images/calendar_icon.svg);
}

.timeButton:after {
  background-image: url(../Contents/Images/clock_icon.svg);
}

.inputButton-lineUp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f5f5f5;
  padding: 5px;
  border-radius: 5px;
}

.radio-container, .checkbox-container {
  padding: 0;
  margin: 0 1em 0 0;
  display: inline-block;
  position: relative;
}

.radio-container .dummyCrtl, .checkbox-container .dummyCrtl {
  display: block;
  height: 22px;
  width: 22px;
  border: solid 1px #ccc;
  clear: both;
  float: left;
  position: relative;
  cursor: pointer;
}

.radio-container .labelText, .checkbox-container .labelText {
  display: block;
  margin-left: 26px;
  line-height: 22px;
  cursor: pointer;
}

/* チェックボックス */
.checkbox-container > input[type=checkbox] {
  /*position: absolute;
  display: none;*/
  display: block;
  position: absolute;
  opacity: 0;
  overflow: hidden;
}
.checkbox-container > input[type=checkbox]:checked + .dummyCrtl:after {
  content: "";
  display: block;
  height: 22px;
  width: 11px;
  border-right: 5px solid #2AA346;
  border-bottom: 5px solid #2AA346;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -70%) rotate(45deg);
          transform: translate(-50%, -70%) rotate(45deg);
}
.checkbox-container > input[type=checkbox]:disabled + .dummyCrtl {
  background-color: #D5D5D5;
  cursor: default;
}
.checkbox-container > input[type=checkbox]:disabled ~ .labelText {
  color: rgb(127.5, 127.5, 127.5);
  cursor: default;
}
/*ラジオボタン*/
.radio-container > input[type=radio] {
  /*position: absolute;
  display: none;*/
  display: block;
  position: absolute;
  opacity: 0;
  overflow: hidden;
}
.radio-container > input[type=radio]:checked + .dummyCrtl:after {
  content: "";
  display: block;
  height: 11px;
  width: 11px;
  border-radius: 6.6px;
  background-color: #2AA346;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.radio-container > input[type=radio]:disabled + .dummyCrtl {
  background-color: #D5D5D5;
  cursor: default;
}
.radio-container > input[type=radio]:disabled ~ .labelText {
  color: rgb(127.5, 127.5, 127.5);
  cursor: default;
}
.radio-container .dummyCrtl {
  border-radius: 11px;
}
/*****************
擬似テーブルのスタイル
以下の構造にしてください。
<ul class="mockTableItemList">
<li class="mockTable-block">
<div class="mockTable-itemName"><span class="itemName-inner">アイテムの名前・ラベル</span></div>
<div class="mockTable-item">対応するアイテム。inputとか</div>
</li>
</ul>

-- Emmet展開用 --
ul.mockTableItemList>li.mockTable-block*2>(div.mockTable-itemName>span.itemName-inner)+(div.mockTable-item)

※スマホ向けで一覧の表示がPC向け以降でテーブルのような表示になります。（flexbox利用）
※タブレット向けでテーブルのようなスタイルにしたい場合は、mockTableItemListと同一の所に「mockTableTab」を付与してください。
※「任意」ラベルがつきます。「必須」にしたい場合はitemName-innerと同一の所に「required」を付与してください。
例）<div class="mockTable-itemName required"><span class="itemName-inner required">アイテムの名前・ラベル</span></div>
※「任意」のラベルも必要ない場合はitemName-innerクラスと同一の所に「noneRequiredTag」クラスを付与してください。。
*****************/
.mockTableItemList {
  margin: 0;
  padding: 0 0.5rem;
  list-style: none;
}
.mockTableItemList .mockTable-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mockTableItemList .mockTable-block .mockTable-itemName {
  font-weight: 600;
}
.mockTableItemList .mockTable-block .mockTable-itemName .itemName-inner {
  /*任意*/
  /*必須*/
  /*任意・必須のラベル不要*/
}
.mockTableItemList .mockTable-block .mockTable-itemName .itemName-inner:before {
  content: "任意";
  margin-right: 0.5em;
  font-size: 0.8rem;
  padding: 0.2rem 0.25em 0.2rem 0.25em;
  line-height: 1;
  display: inline-block;
  background-color: #0AB1EB;
  color: #FFFFFF;
  border-radius: 0.1rem;
  font-weight: 500;
}
.mockTableItemList .mockTable-block .mockTable-itemName .itemName-inner.required:before {
  content: "必須";
  background-color: #F44545;
}
.mockTableItemList .mockTable-block .mockTable-itemName .itemName-inner.noneRequiredTag:before {
  content: none;
}
@media all and (min-width: 769px) {
  .mockTableItemList.mockTableTab .mockTable-block {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .mockTableItemList.mockTableTab .mockTable-block .mockTable-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }
  .mockTableItemList.mockTableTab .mockTable-block .mockTable-itemName {
    padding: 0rem 0.5rem 0rem 0.5rem;
    width: 30%;
    max-width: 250px;
    font-weight: 600;
  }
  .mockTableItemList.mockTableTab .mockTable-block .mockTable-itemName .itemName-inner {
    width: 100%;
  }
  .mockTableItemList.mockTableTab .mockTable-block .mockTable-itemName .itemName-inner.noneRequiredTag {
    padding-top: 0;
    margin-top: 0;
  }
  .mockTableItemList.mockTableTab .mockTable-block .mockTable-itemName .itemName-inner:before {
    line-height: 1em;
  }
  .mockTableItemList.mockTableTab .mockTable-block .mockTable-itemName .itemName-inner .subName {
    font-size: 0.5rem;
    padding-right: 0.5em;
  }
}
@media all and (min-width: 769px) and (min-width: 769px) {
  .mockTableItemList.mockTableTab .mockTable-block .mockTable-itemName .itemName-inner .subName {
    display: block;
    padding-right: 0;
  }
}
.mockTableItemList.mockTableTab .mockTable-block {
  padding: 0.7rem 0.5rem 0.7rem 0.5rem;
}
.mockTableItemList.mockTableTab .mockTable-block:not(:last-child) {
  border-bottom: solid 1px #eee;
}
.mockTableItemList.mockTableTab .mockTable-item {
  line-height: 1.4;
}
.mockTableItemList.mockTableTab .mockTable-itemName {
  line-height: 1.4;
}
@media all and (max-width: 768px) {
  .mockTableItemList.mockTableTab .mockTable-itemName {
    margin-bottom: 0.5rem;
  }
}
@media all and (min-width: 769px) {
  .mockTableItemList.mockTableTab .itemWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mockTableItemList.mockTableTab .itemWrap .left-item,
  .mockTableItemList.mockTableTab .itemWrap .right-item {
    width: 49%;
  }
}
.mockTableItemList.mockTableItemList-v {
  padding-top: 0.5rem;
}
.mockTableItemList.mockTableItemList-v .mockTable-block + .mockTable-block {
  margin-top: 1rem;
}
.mockTableItemList.mockTableItemList-v .mockTable-item {
  padding: 0.15rem 0;
}

@media all and (max-width: 768px) {
  .withTextWrap {
    padding-top: 0.5rem;
    display: block;
  }
  .withTextWrap:not(:last-child) {
    padding-bottom: 0.5rem;
  }
  .right-item {
    padding-top: 0.5rem;
  }
}
/* バリデーションエラーメッセージ */
.validationErrorMessage {
  display: block;
  color: #FF3333;
  font-size: 0.85rem;
  border-radius: 0.1rem;
  padding: 0.25rem 0.1rem;
  font-weight: 600;
  margin-bottom: 0.1rem;
}

/* AngularStrap datepicker */
.datepicker .bsDatepicker-iconRight, .datepicker .bsDatepicker-iconLeft {
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
}

.datepicker .bsDatepicker-iconRight:before, .datepicker .bsDatepicker-iconLeft:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 0.5em solid transparent;
  position: absolute;
  top: 0;
  left: -0.25em;
}

.datepicker {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 1px solid #80BB7D;
  padding: 0.25rem;
}
.datepicker.dropdown-menu {
  width: 260px;
  /*height: 250px;*/
}
.datepicker.dropdown-menu button {
  outline: none;
  border: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.datepicker.dropdown-menu tbody {
  /*height: 180px;*/
}
.datepicker.dropdown-menu tbody button {
  padding: 6px;
}
.datepicker.dropdown-menu tbody button:hover {
  background-color: #ccc;
}
.datepicker.dropdown-menu.datepicker-mode-1 tbody button, .datepicker.dropdown-menu.datepicker-mode-2 tbody button {
  height: 65px;
}
.datepicker thead .text-center {
  border-bottom: 1px solid #D5D5D5;
}
.datepicker .bsDatepicker-iconLeft:before {
  border-right-color: #000;
}
.datepicker .bsDatepicker-iconRight:before {
  border-left-color: #000;
}
.datepicker .text-muted {
  color: #D5D5D5;
}
.datepicker tbody td button.btn-today {
  background-color: rgba(255, 255, 0, 0.5);
  color: #000;
}
.datepicker tbody td button.btn-primary {
  background-color: rgba(16, 95, 190, 0.5);
}
.datepicker.datepicker-mode-0 thead th.dow:first-child {
  background-color: #fde5ea;
  width: 1.25em;
}
.datepicker.datepicker-mode-0 thead th.dow:last-child {
  background-color: #e0eaf7;
  width: 1.25em;
}

.calendar__block table td .btn {
  padding: 0 !important;
  height: 100%;
  max-height: 46px;
  border-radius: 0;
}
.calendar__block table td .btn:disabled {
  background: #f5f5f5;
}

/* timepicker */
.timepicker.dropdown-menu {
  padding: 0 4px;
}
.timepicker.dropdown-menu button {
  outline: none;
  border: 0px;
}
.timepicker.dropdown-menu tbody button {
  padding: 6px;
}
.timepicker.dropdown-menu .btn-primary {
  background-color: #f5f5f5;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, body {
    /* IE11 */
    font-family: "メイリオ", Meiryo, sans-serif;
  }
  *.form-control {
    font-family: "メイリオ", Meiryo, sans-serif;
  }
}
input:disabled {
  -webkit-appearance: none;
}

.standardLinkStyle a {
  border-radius: 3px;
  background-color: #FFF;
  border: 1px solid #ccc;
  color: #44733F;
  position: relative;
  padding: 1em 2.25em 1em 1em;
}
.standardLinkStyle a:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  border: 2px solid transparent;
  border-top-color: #f5f5f5;
  border-right-color: #f5f5f5;
  position: absolute;
  top: 50%;
  right: 1.5em;
  -webkit-transform: rotate(45deg) translateY(-60%);
          transform: rotate(45deg) translateY(-60%);
}
.standardLinkStyle a:before {
  content: none;
}

@media all and (min-width: 769px) {
  .container-fluid {
    max-width: 1200px;
    margin: 0 auto;
  }
  section {
    min-width: 769px;
  }
}
.calendarButton:after {
  background-image: url(../../Contents/Images/calendar_icon.svg);
}

.timeButton:after {
  background-image: url(../Contents/Images/clock_icon.svg);
}

.modal-backdrop {
  background-color: rgba(35, 35, 35, 0.7);
}

.modal-content {
  border-radius: 0;
}

.modal .operateButtonWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
}

.deleteModalWrapper .deleateButton-wrap {
  margin: 1rem 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  /* 削除するボタン */
  /* 削除しない(戻る)ボタン */
}
@media all and (min-width: 769px) {
  .deleteModalWrapper .deleateButton-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.deleteModalWrapper .deleateButton-wrap .deleteButton {
  margin: 1rem 0;
}
@media all and (min-width: 769px) {
  .deleteModalWrapper .deleateButton-wrap .deleteButton {
    margin: 0 auto;
    padding: 0 3rem;
  }
}
.deleteModalWrapper .deleateButton-wrap .notDeleteButton {
  font-size: 0.8em;
}
@media all and (min-width: 769px) {
  .deleteModalWrapper .deleateButton-wrap .notDeleteButton {
    margin: 0;
  }
}

.ime-enabled {
  ime-mode: active;
}

.ime-disabled {
  ime-mode: disabled;
}

.alert {
  position: fixed;
  top: 60px;
  z-index: 2;
}

.alert.top {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 70%;
}

.alert.top-left {
  left: 1rem;
}

.alert.top-right {
  right: 1rem;
}

.alert strong {
  display: block;
}

.alert button {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#transparentModalWrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}

#loadingViewWrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-transition: 350ms linear all;
  transition: 350ms linear all;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#loadingViewWrap.ng-enter {
  opacity: 0.2;
}
#loadingViewWrap.ng-leave.ng-leave-active {
  opacity: 0;
}
#loadingViewWrap.ng-enter.ng-enter-active, #loadingViewWrap.ng-leave {
  opacity: 1;
}
#loadingViewWrap .loadingText {
  color: white;
  display: block;
  padding-top: 0.25em;
}
#loadingViewWrap .spinner {
  text-align: center;
}
#loadingViewWrap .spinner > div {
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
#loadingViewWrap .spinner .bounce1 {
  -webkit-animation-delay: -0.46s;
  animation-delay: -0.46s;
}
#loadingViewWrap .spinner .bounce2 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
#loadingViewWrap .spinner .bounce3 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
#loadingViewWrap .spinner .bounce4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
input.ng-touched.ng-invalid, input.ng-dirty.ng-invalid, select.ng-touched.ng-invalid, select.ng-dirty.ng-invalid, textarea.ng-touched.ng-invalid, textarea.ng-dirty.ng-invalid {
  background-color: rgba(254, 240, 240, 0.2);
  border: 1px solid #FF3333;
}
input.ng-touched.ng-invalid:focus, input.ng-dirty.ng-invalid:focus, select.ng-touched.ng-invalid:focus, select.ng-dirty.ng-invalid:focus, textarea.ng-touched.ng-invalid:focus, textarea.ng-dirty.ng-invalid:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.2);
          box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.2);
}

.has-icon-left {
  padding-left: 0.25rem;
}
.has-icon-left i {
  margin-right: 0.3rem;
  font-size: 1.2rem;
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #2AA346;
}
.has-icon-left li {
  margin-top: 1rem;
}
@media all and (min-width: 992px) {
  .has-icon-left li {
    margin-top: 0.5rem;
  }
}

.section-title {
  font-size: 1.25rem;
  text-align: center;
  font-weight: 700;
}

@media all and (min-width: 992px) {
  .section-title {
    font-size: 1.75rem;
  }
}
.h2 {
  font-size: 1.15rem;
  font-weight: 700;
}

.h3 {
  font-size: 1.15rem;
  font-weight: 700;
  border-left: solid 5px #2AA346;
  padding: 0.25rem 0 0.25rem 0.5rem;
  margin-bottom: 0.5rem;
}

.h4 {
  font-size: 1rem;
  font-weight: 700;
  padding: 0.25rem 0 0.25rem 0.5rem;
  margin-bottom: 0.5rem;
}

.page-title {
  text-align: center;
  font-weight: 700;
  font-size: 1.35rem;
  margin-bottom: 1.5rem;
  color: #5B5F5F;
}

main p {
  line-height: 1.75;
}
main li:not(.mockTable-block) {
  margin-bottom: 0.4rem;
}

p small {
  font-size: 0.9rem;
}

.font-lg {
  font-size: 1.5rem;
}

.font-md {
  font-size: 1rem;
}

.font-sm {
  font-size: 0.9rem;
}

.has-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  line-height: 1.6;
}
.has-icon i {
  margin-right: 0.25rem;
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 0.2rem;
}

.note {
  padding-left: 1rem;
  text-indent: -1rem;
  font-size: 0.9rem;
  font-weight: 500;
}

.card {
  border: none;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}

.text-alert, .statusWarning {
  color: #F41958;
  font-weight: bold;
}

.statusWarning {
  color: #F41958;
  font-weight: bold;
  margin-bottom: 0.25rem;
}

.infomation-title {
  text-align: center;
  margin-bottom: 1rem;
}
.infomation-title img {
  max-width: 50%;
}

/* ニュースフィード */
.newsfeed {
  border-top: solid 1px #ccc;
}
.newsfeed .media {
  padding: 1.25rem 1rem 0 1rem;
  border-bottom: solid 1px #ccc;
  margin-bottom: 0;
  display: block;
  text-decoration: none;
  color: #222;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.newsfeed .media .link {
  color: #0059C2;
}
.newsfeed a.media:hover {
  color: #222;
  background: #f5f5f5;
}
.newsfeed a.media:hover .link {
  color: #66BA33;
}
.newsfeed .date {
  color: #5A5F5F;
  margin-bottom: 1rem;
  font-weight: 700;
}
.newsfeed .image-wrap {
  border: solid 1px #eee;
  background: #fff;
  margin-bottom: 1rem;
  text-align: center;
  width: 100%;
  display: block;
  padding: 1rem;
}
.newsfeed .image-wrap img {
  max-height: 300px;
  max-width: 100%;
  height: auto;
}
.newsfeed h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}
.newsfeed p {
  font-weight: 500;
  white-space: pre-wrap;
  line-height: 1.65;
}
.newsfeed .link {
  font-weight: 700;
  text-decoration: underline;
}
.newsfeed .ariaSpan {
  position: absolute;
  opacity: 0;
}

@media all and (min-width: 769px) {
  .newsfeed {
    margin-bottom: 50px;
  }
  .newsfeed .media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .newsfeed .media .image-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 38%;
        -ms-flex: 1 1 38%;
            flex: 1 1 38%;
    min-width: 38%;
    max-width: 38%;
    margin-left: 2rem;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.label {
  display: inline-block;
}

.label {
  font-size: 12px;
  padding: 0.3rem 0.75rem;
  border-radius: 1rem;
}
@media all and (min-width: 992px) {
  .label {
    font-size: 14px;
  }
}

[class*=label-][class*=-primary],
[class*=bg-][class*=-primary] {
  background-color: #2AA346;
}
[class*=label-][class*=-secondary],
[class*=bg-][class*=-secondary] {
  background-color: #5A5F5F;
  color: #fff;
}
[class*=label-][class*=-info],
[class*=bg-][class*=-info] {
  background-color: #0AB1EB;
  color: #fff;
}
[class*=label-][class*=-warning],
[class*=bg-][class*=-warning] {
  background-color: #ff6b33;
  color: #fff !important;
}
[class*=label-][class*=-danger],
[class*=bg-][class*=-danger] {
  background-color: #F41958;
  color: #fff;
}
[class*=label-][class*=-success],
[class*=bg-][class*=-success] {
  background-color: #66BA33;
  color: #fff;
}
[class*=label-][class*=-blight],
[class*=bg-][class*=-blight] {
  background-color: #eee;
}
[class*=label-][class*=-brown],
[class*=bg-][class*=-brown] {
  background-color: #F1EAE3;
}
[class*=label-][class*=-lightyellow],
[class*=bg-][class*=-lightyellow] {
  background-color: #FFFFE4;
}
[class*=label-][class*=-blue],
[class*=bg-][class*=-blue] {
  background-color: #1473e6;
}

.bg-image {
  background: url(../../Contents/Images/bg-image.png);
  background-size: 10px 10px;
}

.has-padding {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.has-padding-lg {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media all and (min-width: 769px) {
  .has-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .has-padding-lg {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
/* 記事リスト */
.figure {
  padding: 0.5rem;
  width: 100%;
  min-height: 100px;
  border-radius: 0.3rem;
  text-align: center;
}
.figure img {
  height: auto;
  max-width: 100%;
  max-height: 400px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.archive-list-wrap {
  background: #fff;
  padding: 1.25rem;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}

.archive-list {
  padding: 1rem 0 0 0;
}
@media all and (min-width: 769px) {
  .archive-list {
    margin-bottom: 1.5rem;
  }
}
.archive-list:not(:first-child) {
  border-top: dotted 3px #ccc;
}
.archive-list .list-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-bottom: solid 1px #eee;
  margin-bottom: 0.75rem;
}
.archive-list .list-header .qsnLabel {
  margin-right: auto;
}
.archive-list .list-header__more {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
  text-align: center;
  margin-bottom: 1rem;
  margin-top: -1.5rem;
}
.archive-list .list-header__more.is-close {
  margin-top: 0;
}
.archive-list .list-header__more .btn {
  min-width: 120px;
}
.archive-list .tags {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  min-width: 80px;
  display: block;
  text-align: center;
}
.archive-list h3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  padding: 0.75rem 0 0.15rem 0;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 700;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.archive-list .label {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  white-space: nowrap;
  font-weight: bold;
}
.archive-list p {
  color: #000 !important;
  line-height: 1.65;
}
.archive-list ul {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
}
.archive-list ul li {
  margin-bottom: 0.5rem;
}
.archive-list .tags {
  border: solid 2px #666;
  color: #666;
  font-size: 0.85rem;
  border-radius: 0.3rem;
  padding: 0.2rem 0.35rem;
  font-weight: 700;
  white-space: nowrap;
}
.archive-list .date {
  font-weight: 700;
  color: #999;
  font-size: 1.15rem;
}
.archive-list .figure {
  border: solid 1px #eee;
  padding: 0.3rem;
}
.archive-list .qsnAriaSpan {
  position: absolute;
  opacity: 0;
  top: 1.65rem;
}
.archive-list .bnfAriaSpan {
  position: absolute;
  opacity: 0;
  top: 1.65rem;
  left: 1rem;
}

@media all and (min-width: 769px) {
  .archive-list-wrap {
    padding: 1rem 2rem 0.5rem 2rem;
  }
  .archive-list {
    min-width: 100%;
    padding-top: 1.5rem;
  }
  .archive-list .list-header {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .archive-list .list-header .label {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 0.5rem;
  }
  .archive-list .list-header h3 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border-bottom: none;
    text-align: left;
    padding: 0 0;
    margin: 0;
  }
  .archive-list .list-footer {
    padding-top: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .archive-list .list-footer ul {
    font-size: 1.2rem;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .archive-list .qsnAriaSpan {
    left: 6.7rem;
    top: 0.7rem;
    margin-right: 6.7rem !important;
  }
  .archive-list .bnfAriaSpan {
    top: 0.7rem;
    margin-right: 6.7rem !important;
  }
}
.font-size-lg {
  font-size: 2rem;
}

.pre-wrap {
  white-space: pre-wrap;
  line-height: 1.65;
}

.main-content {
  min-height: calc(100% - 200px);
  padding-bottom: 2rem;
}
.main-content h1 {
  font-size: 1.45rem;
  margin-top: 0.75rem;
  font-weight: 700;
}

.h-none-content {
  min-height: calc(100vh - 115px);
}

.card-title {
  padding: 1rem;
  border-bottom: solid 1px #DFDFDF;
  line-height: 1.5;
}
.card-title h1 {
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 700;
  padding-top: 0.75rem;
}
.card-title .ariaSpan {
  position: absolute;
  opacity: 0;
}

.card-body img {
  max-width: 100%;
  height: auto;
}
.card-body p {
  line-height: 1.75;
}
.card-body .ariaSpan {
  position: absolute;
  opacity: 0;
}

.card-footer {
  background: none;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.w200 {
  min-width: 200px;
}

.contentToggleButton {
  height: auto;
  line-height: 1;
  margin-bottom: 0.25em;
  font-size: 0.9rem;
  padding: 0.5em 2em 0.5em 1em;
  position: relative;
}
@media all and (min-width: 769px) {
  .contentToggleButton {
    display: inline-block;
  }
}
.contentToggleButton:after {
  content: "▼";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  right: 1.25rem;
  font-size: 0.65rem;
  top: 45%;
  -webkit-transform: translate(0rem, -0.25em) rotate(0);
          transform: translate(0rem, -0.25em) rotate(0);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.contentToggleButton.listOpen:after {
  -webkit-transform: translate(0.5rem, 0.4rem) rotate(180deg);
          transform: translate(0.5rem, 0.4rem) rotate(180deg);
}

.QR-frame {
  padding: 0.5rem 1rem 1rem 1rem;
}
@media all and (min-width: 769px) {
  .QR-frame {
    display: inline-block;
  }
}
.QR-frame .frame-title {
  font-weight: 700;
  padding-left: 0.5rem;
  margin-bottom: 0;
}
@media all and (min-width: 769px) {
  .QR-frame .d-md-flex span + span {
    margin-left: 1rem;
  }
}
@media all and (max-width: 768px) {
  .QR-frame .d-md-flex span + span {
    display: block;
    margin-top: 1rem;
  }
  .QR-frame .d-md-flex .btn {
    width: 100%;
  }
}

.btn-line {
  background-color: #1cb813;
  color: #fff;
}
.btn-line img {
  margin-right: 5px;
  margin-top: -3px;
}
.btn-line:hover {
  color: #fff;
  background-color: #2AA346;
}
.btn-line:disabled {
  pointer-events: none;
}
.btn-line:disabled img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.text-doc {
  line-height: 1.65;
}

.text-highlight-green {
  color: #00B85C;
  font-weight: bold;
}

.text-underline {
  text-decoration: underline;
}

.text-blue {
  color: #1473e6;
}

.text-darkred {
  color: #DB4965;
}

.table {
  width: 100%;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  margin-bottom: 0;
}
.table thead {
  background: #f5f5f5;
}
.table th {
  padding: 0.25rem 0.25rem;
  line-height: 1.4;
  vertical-align: middle;
}
.table th, .table td {
  text-align: center;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.table td {
  padding: 0.75rem 0rem;
}

@media all and (min-width: 769px) {
  .table {
    width: auto;
    min-width: 60%;
  }
  .table th {
    padding: 0.5rem 0.5rem;
  }
  .table td {
    padding: 0.75rem 0.5rem;
  }
}
.tableUnit-wrap {
  text-align: right;
  margin-bottom: 0.25rem;
  font-size: 0.8em;
}

@media all and (max-width: 768px) {
  .dataTable {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 1em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .dataTable thead {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .dataTable .data-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dataTable .data-row th, .dataTable .data-row td {
    display: block;
    text-align: center;
    height: 2em;
    border-bottom: 1px solid #ccc;
  }
  .dataTable .data-row th {
    padding: 0.5rem 0rem;
    font-size: 1.1rem;
  }
  .dataTable .data-row td {
    padding: 0.5rem 0.25rem 0.5rem 0;
    font-size: 1.1rem;
  }
  .dataTable .dataTable-month {
    display: block;
    width: 4em;
  }
  .dataTable .dataTable-month .data-row th:first-child {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
  }
  .dataTable .dataTable-month .data-row th:nth-child(2n+1) {
    background: #f5f5f5;
  }
  .dataTable .dataTable-dataList {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    display: block;
  }
  .dataTable .dataTable-dataList .data-row th, .dataTable .dataTable-dataList .data-row td {
    border-left: 1px dashed #ccc;
  }
  .dataTable .dataTable-dataList .data-row td {
    text-align: right;
  }
  .dataTable .dataTable-dataList .data-row td:first-child {
    text-align: center;
    font-weight: 700;
  }
  .dataTable .dataTable-dataList .data-row td:first-child {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
  }
  .dataTable .dataTable-dataList .data-row .ng-scope:nth-child(2n+1) {
    background: #f5f5f5;
  }
}
@media all and (min-width: 769px) {
  .dataTable {
    width: 100%;
  }
  .dataTable thead {
    background: #f5f5f5;
  }
  .dataTable th, .dataTable td {
    border: solid 1px #ccc;
  }
  .dataTable th {
    text-align: center;
    padding: 0.4rem 0;
  }
  .dataTable tbody tr td {
    text-align: right;
    padding: 0.75rem 0.1rem 0.75rem 0.1rem;
    word-break: break-all;
  }
  .dataTable tbody tr td:not(:nth-child(1)) {
    width: 8%;
  }
  .dataTable tbody tr td:nth-child(1) {
    text-align: center;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    white-space: nowrap;
  }
}
.billingAmountDataTable tbody td {
  font-size: 0.95rem;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, body {
    font-family: メイリオ, Meiryo, sans-serif;
  } /* IE11 */
  .gasUsageDataTable、 tbody td {
    font-size: 0.9rem;
  }
  .elecUsageDataTable、 tbody td {
    font-size: 0.9rem;
  }
  .billingAmountDataTable tbody td {
    font-size: 0.85rem;
  }
}
.btn {
  text-decoration: none;
}
.btn.btn-sm {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
.btn:disabled {
  background: #999;
  border-color: #999;
}
.btn[class*=-warning] {
  color: #fff;
}
.btn.btn-text-wrap {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  line-height: 1.4;
}

.input-group-text {
  background: #2AA346;
  color: #fff;
  border-color: #2AA346;
}

.btn-alert-wrap {
  position: relative;
}
.btn-alert-wrap .icon-alert-circle {
  font-weight: 900;
  color: #2AA346;
  position: absolute;
  right: -0.5rem;
  top: -0.5rem;
  z-index: 3;
  font-size: 1.5rem;
}
.btn-alert-wrap:after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0.8rem;
  background: yellow;
  display: inline-block;
  position: absolute;
  z-index: 1;
  right: -0.5rem;
  top: -0.5rem;
}

@media all and (min-width: 769px) {
  .btn-alert-wrap .icon-alert-circle {
    font-size: 1rem;
    right: -0.2rem;
    top: -0.2rem;
  }
  .btn-alert-wrap:after {
    width: 0.95rem;
    height: 0.95rem;
    border-radius: 0.5rem;
    right: -0.2rem;
    top: -0.2rem;
  }
}
.itemSubName {
  font-size: 0.85em;
  font-weight: 700;
  color: #555;
}

/*郵便番号(申込関連共通)*/
.postalCode-wrap .postalCodeSearch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.postalCode-wrap .btn {
  font-size: 0.9rem;
  margin-left: 0.25rem;
}
@media all and (max-width: 768px) {
  .postalCode-wrap .postalCode {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.newMessageWrap {
  background: #fff;
  padding: 0.5rem 1rem;
  color: #F41958;
  border: solid 3px #f41958;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media all and (min-width: 769px) {
  .newMessageWrap {
    margin-bottom: 2rem;
  }
}

.attentionOptionMessage {
  color: #1473e6;
  font-size: 0.85rem;
  display: inline-block;
  font-weight: 600;
  line-height: 1.2;
}

select.form-control:disabled {
  opacity: 0.4;
  background: #fff;
}

.formTableItemList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.formTableItemList .formTable-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
}
.formTableItemList .formTable-block .formTable-itemName {
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.formTableItemList .formTable-block .formTable-itemName .required {
  background: #f44545;
  font-size: 0.8rem;
  font-weight: normal;
  color: #fff;
  padding: 0.25rem 0.25rem 0.15rem 0.25rem;
  border-radius: 0.1rem;
  line-height: 1;
  display: block;
  white-space: nowrap;
}
.formTableItemList .formTable-block .formTable-itemName .itemName-inner-block {
  font-weight: 600;
  display: block;
}
@media all and (min-width: 769px) {
  .formTableItemList.formTableTab .formTable-block {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .formTableItemList.formTableTab .formTable-block .formTable-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }
  .formTableItemList.formTableTab .formTable-block .formTable-itemName {
    padding: 0rem;
    width: 30%;
    max-width: 250px;
    font-weight: 600;
  }
  .formTableItemList.formTableTab .formTable-block .formTable-itemName .itemName-inner {
    width: 100%;
  }
  .formTableItemList.formTableTab .formTable-block .formTable-itemName .itemName-inner .subName {
    font-size: 0.5rem;
    padding-right: 0.5em;
  }
}
@media all and (min-width: 769px) and (min-width: 769px) {
  .formTableItemList.formTableTab .formTable-block .formTable-itemName .itemName-inner .subName {
    display: block;
    padding-right: 0;
  }
}
@media all and (min-width: 769px) {
  .formTableItemList.formTableTab .formTable-block .formTable-itemName .itemName-inner .ariaSpan {
    position: absolute;
    opacity: 0;
  }
}
.formTableItemList.formTableTab .formTable-block {
  padding: 0.7rem 0.5rem 0.7rem 0.5rem;
}
.formTableItemList.formTableTab .formTable-block:not(:last-child) {
  border-bottom: solid 1px #eee;
}
.formTableItemList.formTableTab .formTable-item {
  line-height: 1.4;
}
.formTableItemList.formTableTab .formTable-itemName {
  line-height: 1.4;
}
@media all and (max-width: 768px) {
  .formTableItemList.formTableTab .formTable-itemName {
    margin-bottom: 0.5rem;
  }
}
@media all and (min-width: 769px) {
  .formTableItemList.formTableTab .itemWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .formTableItemList.formTableTab .itemWrap .left-item,
  .formTableItemList.formTableTab .itemWrap .right-item {
    width: 49%;
  }
}
.formTableItemList.formTableItemList-v {
  padding-top: 0.5rem;
}
.formTableItemList.formTableItemList-v .formTable-block + .formTable-block {
  margin-top: 1rem;
}
.formTableItemList.formTableItemList-v .formTable-item {
  padding: 0.15rem 0;
}
.formTableItemList .formTable-item__figure {
  text-align: center;
}
.formTableItemList .formTable-item__figure img {
  max-height: 300px;
}

.form-section-title {
  font-size: 0.9em;
  font-weight: bolder;
  padding: 8px 12px;
  background-color: #e6f1e4;
}

.text-visually-hidden {
  display: block;
  position: relative;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.btn-visually-hidden {
  display: block;
  position: absolute;
  opacity: 0;
  height: 32px;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
}

.btn-menu-hidden {
  display: block;
  position: absolute;
  opacity: 0;
  overflow: hidden;
}

.btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.btn-group .btn {
  border-radius: 0;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 1px;
}
.btn-group .btn:first-child {
  border-radius: 5px 0 0 5px;
}
.btn-group .btn:last-child {
  border-radius: 0 5px 5px 0;
}

.w-300 {
  width: 100%;
  max-width: 380px;
}

.btn-blue {
  background-color: #105fbe;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-blue:hover {
  opacity: 0.8;
  color: #fff;
}

.btn-outline-blue {
  border-color: #1473e6;
  color: #1473e6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline-blue:hover {
  color: #fff;
  background-color: #1473e6;
}

/*****************
main.css
main.htmlのスタイル(全体のレイアウト)
******************/
.layout-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.layout-inner {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header {
  background-color: #FFF;
  width: 100%;
  z-index: 1000;
}

.main-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1rem;
  min-height: 1px; /*IE flexbox バグ対策*/
  margin-top: 40px;
}

/*****************
main.css
HiroshimaGas様向け
main.htmlのスタイル(全体のレイアウト)
******************/
.main-wrapper {
  padding: 1em 1em 0;
}
@media all and (min-width: 992px) {
  .main-wrapper {
    padding: 1.5rem 1rem 0 266px;
  }
}

.main-wrap {
  padding-bottom: 40px;
}
@media all and (min-width: 992px) {
  .main-wrap {
    max-width: 1040px;
  }
}
.main-wrap:after {
  content: "";
  display: block;
  clear: both;
}

/******************
headerのスタイル
******************/
.header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f7f7f7;
}
@media all and (min-width: 992px) {
  .header-container .siteTitle {
    color: #000;
    margin: 0;
  }
}
.header-container .siteTitle a {
  color: inherit;
  text-decoration: none;
}
.header-container .subTitle {
  font-size: 0.5em;
  display: block;
}
.header-container .companyLogo-container {
  display: none;
}

.header {
  position: relative;
}

.header-container {
  height: 35px;
  padding: 0 0.5rem;
}
.header-container .text-link a {
  color: #222;
  font-size: 0.85rem;
  font-weight: 700;
}

.header-btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0.5rem 0.5rem 0rem 0.5rem;
}
.header-btn-group h1 {
  width: 80%;
  margin: 0;
}
@media (min-width: 769px) {
  .header-btn-group h1 {
    min-height: 50px;
  }
}
.header-btn-group h1 img {
  width: 100%;
}
.header-btn-group .user-info-group {
  text-align: center;
  padding: 0.5rem 0;
  width: 100%;
}
.header-btn-group .user-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 0.95rem;
}
@media (max-width: 768px) {
  .header-btn-group .user-info {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.header-btn-group .user-info-item {
  display: inline-block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 0.15rem;
  margin-bottom: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  border-bottom: solid 1px #555;
}
@media (max-width: 768px) {
  .header-btn-group .user-info-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc !important;
    background-color: #f7f7f7;
    padding: 5px 10px 4px 10px;
  }
}
.header-btn-group .user-info-item .user-name {
  font-weight: 700;
}
.header-btn-group .user-info-item small {
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .header-btn-group .user-statu {
    padding: 0 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.header-btn-group .user-statu .statu-item {
  padding: 7px 10px 6px 30px;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: bolder;
  background-color: #f7f7f7;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
@media (max-width: 768px) {
  .header-btn-group .user-statu .statu-item {
    margin: 3px;
  }
}
.header-btn-group .user-statu .statu-item:before, .header-btn-group .user-statu .statu-item:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  border: solid 1px #ccc;
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.header-btn-group .user-statu .statu-item:after {
  content: "";
  z-index: 2;
  width: 11px;
  height: 11px;
  border-radius: 11px;
  background-color: #999;
  left: 10px;
}
.header-btn-group .user-statu .statu-item.active:after {
  background-color: #2c8aff;
}
.header-btn-group .user-statu a {
  text-decoration: underline;
  color: #0059c4;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.header-btn-group .user-statu a:hover {
  color: #2AA346;
}
.header-btn-group .sub-btn-group {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.header-btn-group .sub-btn-group .btn {
  margin-left: 0.25rem;
}
.header-btn-group .logout-btn {
  display: none;
}
.header-btn-group .user-name-wrap {
  font-size: 0.8rem;
  margin-bottom: 0.2rem;
  line-height: 1.25;
}
.header-btn-group .user-name-wrap span {
  margin: 0 0.5rem;
  font-size: 1.1rem;
  font-weight: 700;
}
.header-btn-group .user-name-wrap b {
  font-size: 0.8rem;
  font-weight: normal;
  margin-bottom: 0.2rem;
  margin-left: 0.5rem;
}
.header-btn-group .user-id-wrap {
  padding: 0.3rem 0.75rem;
  border-radius: 1rem;
}

@media all and (max-width: 768px) {
  .sub-btn-group {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .sub-btn-group button {
    margin-right: 0.5rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 31%;
        -ms-flex: 1 1 31%;
            flex: 1 1 31%;
    line-height: 1.1;
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .sub-btn-group a {
    line-height: 1.1;
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .sub-btn-group .btn {
    margin-left: 0 !important;
  }
  .sub-btn-group .btn-privacy {
    display: block;
  }
  .text-link-group {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .text-link-group .btn.btn-primary {
    padding-left: 0.25rem;
    display: block;
    color: #2AA346;
    text-align: left;
    font-weight: bold;
    background-color: transparent;
    border: none;
    padding: 0 0 0 1rem;
    font-size: 0.95rem;
    text-decoration: underline;
  }
  .text-link-group .btn.btn-primary i {
    display: inline-block;
    text-decoration: none;
    margin-left: -0.75rem;
  }
  .text-link-group .btn.btn-primary:focus, .text-link-group .btn.btn-primary:active {
    color: #2AA346;
    background-color: transparent;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media all and (min-width: 769px) {
  .header-btn-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1180px;
    margin: 0 auto;
  }
  .header-btn-group h1 {
    width: 33%;
    margin-top: 0.55rem;
  }
  .header-btn-group .logout-btn {
    display: inline-block;
  }
  .header-btn-group .user-info-group {
    width: 65%;
  }
  .sub-btn-group {
    position: absolute;
    top: 4px;
    right: 4px;
    text-align: right;
  }
}
.footer {
  border-top: solid 1px #eee;
  padding: 3rem 0;
  text-align: center;
  color: #AABCC1;
}

.menuWrapper.closeMenu .menuBack,
.menuWrapper.closeMenu .menuWrap,
.menuWrapper.openMenu .menuBack,
.menuWrapper.openMenu .menuWrap,
.menuWrapper.closeMenu,
.menuWrapper,
.menuButton,
.menuButton .menuBorderWrap {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

.menuBorderWrap {
  border: solid 2px #2AA346;
  width: 50px;
  height: 50px;
  padding-top: 3px;
  border-radius: 3px;
  background: #fff;
  text-align: center;
  cursor: pointer;
}
.menuBorderWrap:after {
  content: "Menu";
  font-size: 0.8rem;
  color: #2AA346;
}
.menuBorderWrap .menuBorder {
  background: #2AA346;
  height: 3px;
  width: 30px;
  display: block;
  border-radius: 3px;
  margin: 4px auto 0 auto;
}

@media all and (min-width: 992px) {
  .menuWrapper.closeMenu,
  .menuWrapper.openMenu {
    width: 250px;
  }
  .menuWrapper.closeMenu .menuBack,
  .menuWrapper.openMenu .menuBack {
    opacity: 0;
  }
  .menuWrapper.closeMenu .menuWrap,
  .menuWrapper.openMenu .menuWrap {
    right: 0;
  }
  .menuWrapper.closeMenu .menuButton,
  .menuWrapper.openMenu .menuButton {
    right: 250px;
  }
  .menuBack {
    display: none;
  }
}
.mmenuList {
  padding: 0;
  margin: 0;
}
.mmenuList a {
  color: #222;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  display: inline-block;
  cursor: pointer;
}
.mmenuList a:hover {
  color: #2AA346;
}

@media all and (max-width: 768px) {
  .menuWrap {
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 1000;
  }
  .menuWrap .menuItems {
    background: #fff;
    padding: 0;
    margin: 0 0 0 25%;
    height: 100vh;
  }
  .menuWrap ul {
    padding: 0;
  }
  .menuWrap a {
    padding: 0.9rem 0.75rem;
    border-bottom: solid 1px #eee;
    display: block;
  }
  .menuWrap a i {
    color: #66BA33;
  }
  .menuWrap .has-submenu > a {
    padding: 0.4rem;
    pointer-events: none;
    background: #66BA33;
    color: #fff;
  }
  .menuWrap .menuItems-item {
    overflow: hidden;
    overflow-y: auto;
    max-height: 90%;
    -webkit-overflow-scrolling: touch;
  }
  .menuWrap.closeMenu {
    right: -100%;
  }
  .menuWrap.openMenu {
    right: 0;
  }
  .menuWrap.openMenu-add {
    -webkit-animation: slideLeft 0.3s 1 ease-in-out;
            animation: slideLeft 0.3s 1 ease-in-out;
  }
  .menuWrap.closeMenu-add {
    -webkit-animation: slideRight 0.3s 1 ease-in-out;
            animation: slideRight 0.3s 1 ease-in-out;
  }
  .menuWrap .menuBack {
    position: fixed;
    height: 100vh;
    width: 25%;
    text-align: right;
  }
  .menuWrap .menuBack i {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #2AA346;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 2rem;
    z-index: 998;
    cursor: pointer;
  }
}
@media all and (min-width: 769px) {
  .menuBack {
    display: none;
  }
  .menuWrap {
    width: 100%;
  }
  .mmenuList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    border-top: solid 1px #ccc;
  }
  .mmenuList > li > a {
    padding: 1.1rem 2rem 1rem 2rem;
    display: block;
    text-align: center;
  }
  .mmenuList .active {
    position: relative;
    color: #2AA346 !important;
  }
  .mmenuList .active:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 46px;
    height: 24px;
    margin-left: -23px;
    content: "";
    background-image: url(../Images/bg-fire-animation.svg);
    background-size: 15px 22px;
    background-repeat: repeat-x;
  }
  .submenuList {
    position: absolute;
    padding: 0 0.2rem;
    margin: 0;
    z-index: 2;
    background: #fff;
    border: solid 3px #66BA33;
    opacity: 1;
    display: none;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    border-radius: 3px;
  }
  .submenuList a {
    padding: 0.85rem 1.5rem 0.85rem 0.5rem;
    white-space: nowrap;
  }
  .submenuList a i {
    color: #66BA33;
  }
  .submenuList li:not(:last-child) {
    border-bottom: solid 1px #ccc;
  }
  .has-submenu {
    position: relative;
  }
  .has-submenu span:after {
    margin-left: 1rem;
    content: "▼";
    font-size: 0.5rem;
    color: #999;
    vertical-align: middle;
  }
  .has-submenu:hover .submenuList {
    display: block;
    -webkit-animation-name: menuhover;
            animation-name: menuhover;
    -webkit-animation: menuhover 0.3s ease-in-out 1;
            animation: menuhover 0.3s ease-in-out 1;
  }
  .submenuOpen {
    display: block;
    -webkit-animation-name: menuhover;
            animation-name: menuhover;
    -webkit-animation: menuhover 0.3s ease-in-out 1;
            animation: menuhover 0.3s ease-in-out 1;
  }
  .submenuListEnterKey {
    position: absolute;
    padding: 0 0.2rem;
    margin: 0;
    z-index: 2;
    background: #fff;
    border: solid 3px #66BA33;
    opacity: 1;
    display: block;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    border-radius: 3px;
    -webkit-animation-name: menuhover;
            animation-name: menuhover;
    -webkit-animation: menuhover 0.3s ease-in-out 1;
            animation: menuhover 0.3s ease-in-out 1;
  }
  .submenuListEnterKey a {
    padding: 0.85rem 1.5rem 0.85rem 0.5rem;
    white-space: nowrap;
  }
  .submenuListEnterKey a i {
    color: #66BA33;
  }
  .submenuListEnterKey li:not(:last-child) {
    border-bottom: solid 1px #ccc;
  }
  .submenuListTmp {
    position: absolute;
    padding: 0 0.2rem;
    margin: 0;
    z-index: 2;
    background: #fff;
    border: solid 3px #66BA33;
    opacity: 1;
    display: none;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    border-radius: 3px;
  }
  .submenuListTmp a {
    padding: 0.85rem 1.5rem 0.85rem 0.5rem;
    white-space: nowrap;
  }
  .submenuListTmp a i {
    color: #66BA33;
  }
  .submenuListTmp li:not(:last-child) {
    border-bottom: solid 1px #ccc;
  }
}
@-webkit-keyframes menuhover {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes menuhover {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideLeft {
  0% {
    right: -100%;
  }
  100% {
    right: 0;
  }
}
@keyframes slideLeft {
  0% {
    right: -100%;
  }
  100% {
    right: 0;
  }
}
@-webkit-keyframes slideRight {
  0% {
    right: 0;
  }
  100% {
    right: -100%;
  }
}
@keyframes slideRight {
  0% {
    right: 0;
  }
  100% {
    right: -100%;
  }
}
@media all and (min-width: 769px) {
  .error-wrapper .loginButton-wrap {
    text-align: center;
    padding-right: 0;
    padding-top: 1em;
  }
}
@media all and (min-width: 769px) {
  .error-wrapper .loginButton-wrap .loginButton {
    width: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
}

/******************
messageArea.css
******************/
.errorAreaWrap {
  background-color: #fff;
  border-radius: 4px;
  color: #F41958;
  border: solid 1px rgba(244, 25, 88, 0.5);
  margin-bottom: 1rem;
}

/*エラーリストのヘッダー（開閉するトリガーになる部分）*/
.errorListHeader {
  padding: 1rem 2rem 1rem 1rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  border-radius: 4px 4px 0 0;
  font-weight: 600;
}

.errorListHeader:hover {
  opacity: 0.7rem;
  background-color: rgba(244, 25, 88, 0.05);
}

.errorListHeader:focus {
  outline: none;
}

.errorListHeader:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 0.5em solid transparent;
  border-top-color: #F41958;
  position: absolute;
  top: 45%;
  right: 1em;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.errorListHeader.messageOpen:after {
  -webkit-transform: rotate(540deg) translateY(50%);
  transform: rotate(540deg) translateY(50%);
}

/*エラーのリスト*/
.errorAreaWrap .errorTextList {
  list-style: none;
  padding: 0 1em 0;
  border-top: solid 1px rgba(244, 25, 88, 0.2);
}

.errorAreaWrap .errorTextList li {
  padding: 0.5em 0.5em 0;
  margin: 0.5em 0;
  font-weight: 600;
}

/**/
.msgAreaWrap {
  border-radius: 4px;
  font-weight: 600;
  margin-bottom: 1rem;
  padding: 0.5rem 1.25rem 0.75rem 1.25rem;
}

.msgAreaWrapBgColorE {
  background-color: #fff;
  border: solid 1px rgba(244, 25, 88, 0.8);
  color: #F41958;
}

.msgAreaWrapBgColorI {
  border: solid 1px rgba(42, 163, 70, 0.8);
  color: #2AA346;
}

.msgAreaWrapBgColorW {
  border: solid 1px rgba(20, 115, 230, 0.8);
  color: #1473e6;
}
.msgListHeader {
  margin: 0.25em 0 0 0;
  position: relative;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  border-radius: 4px 4px 0 0;
  line-height: 1.75;
}

.msgListHeader:focus {
  outline: none;
}

/*! sanitize.css v4.1.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  -webkit-box-sizing: inherit;
          box-sizing: inherit; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  cursor: default; /* 2 */
  font-family: sans-serif; /* 3 */
  line-height: 1.5; /* 3 */
  -ms-text-size-adjust: 100%; /* 4 */
  -webkit-text-size-adjust: 100%; /* 5 */
}

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font sizes and margins on `h1` elements within
 * `section` and `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */
/**
 * 1. Correct font sizing inheritance and scaling in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Add a bordered underline effect in all browsers.
 * 2. Remove text decoration in Firefox 40+.
 */
abbr[title] {
  border-bottom: 1px dotted; /* 1 */
  text-decoration: none; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct colors in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Correct the font size in all browsers.
 */
small {
  font-size: 83.3333%;
}

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */
sub,
sup {
  font-size: 83.3333%; /* 1 */
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline when hovering in all browsers (opinionated).
 */
a:hover {
  outline-width: 0;
}

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */
/*
 * Remove border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */
/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 3. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  background-color: transparent; /* 1 */
  border-style: none; /* 1 */
  color: inherit; /* 1 */
  font-size: 1em; /* 1 */
  margin: 0; /* 3 */
}

/**
 * Correct the overflow in IE.
 * 1. Correct the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance in Edge, Firefox, and IE.
 * 1. Remove the inheritance in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent the WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Correct the focus styles unset by the previous rule.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the border, margin, and padding in all browsers.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto; /* 1 */
  resize: vertical; /* 2 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * Correct the cursor style on increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari for OS X.
 */
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style on placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[hidden][aria-hidden=false] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

/* Include this file in your html if you are using the CSP mode. */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
.ng-cloak, .x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
  display: none !important;
}

ng\:form {
  display: block;
}

.ng-animate-shim {
  visibility: hidden;
}

.ng-anchor {
  position: absolute;
}

/**
* angular-motion
* @version v0.4.4 - 2016-03-31
* @link http://mgcrea.github.io/angular-motion
* @author Olivier Louvignes <olivier@mg-crea.com> (https://github.com/mgcrea)
* @license MIT License, http://www.opensource.org/licenses/MIT
*/
.am-collapse {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  overflow: hidden;
  opacity: 1;
}

.am-collapse.am-collapse-add,
.am-collapse.ng-hide-remove,
.am-collapse.ng-move {
  -webkit-animation-name: expand;
  animation-name: expand;
}

.am-collapse.am-collapse-remove,
.am-collapse.ng-hide {
  -webkit-animation-name: collapse;
  animation-name: collapse;
}

.am-collapse.ng-enter {
  visibility: hidden;
  -webkit-animation-name: expand;
  animation-name: expand;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.am-collapse.ng-enter.ng-enter-active {
  visibility: visible;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.am-collapse.ng-leave {
  -webkit-animation-name: collapse;
  animation-name: collapse;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.am-collapse.ng-leave.ng-leave-active {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

@-webkit-keyframes expand {
  from {
    max-height: 0px;
  }
  to {
    max-height: 500px;
  }
}
@keyframes expand {
  from {
    max-height: 0px;
  }
  to {
    max-height: 500px;
  }
}
@-webkit-keyframes collapse {
  from {
    max-height: 500px;
  }
  to {
    max-height: 0px;
  }
}
@keyframes collapse {
  from {
    max-height: 500px;
  }
  to {
    max-height: 0px;
  }
}
.panel-collapse.am-collapse.in-remove {
  -webkit-animation-name: collapse;
  animation-name: collapse;
  display: block;
}

.panel-collapse.am-collapse.in-add {
  -webkit-animation-name: expand;
  animation-name: expand;
}

.am-fade {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  opacity: 1;
}

.am-fade.am-fade-add,
.am-fade.ng-hide-remove,
.am-fade.ng-move {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.am-fade.am-fade-remove,
.am-fade.ng-hide {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.am-fade.ng-enter {
  visibility: hidden;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.am-fade.ng-enter.ng-enter-active {
  visibility: visible;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.am-fade.ng-leave {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.am-fade.ng-leave.ng-leave-active {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.tab-pane.am-fade.active-remove {
  display: none !important;
}

.tab-pane.am-fade.active-add {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.modal-backdrop.am-fade,
.aside-backdrop.am-fade {
  background: rgba(0, 0, 0, 0.5);
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
}

.am-fade-and-scale {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

.am-fade-and-scale.ng-enter,
.am-fade-and-scale.am-fade-and-scale-add,
.am-fade-and-scale.ng-hide-remove,
.am-fade-and-scale.ng-move {
  -webkit-animation-name: fadeAndScaleIn;
  animation-name: fadeAndScaleIn;
}

.am-fade-and-scale.ng-leave,
.am-fade-and-scale.am-fade-and-scale-remove,
.am-fade-and-scale.ng-hide {
  -webkit-animation-name: fadeAndScaleOut;
  animation-name: fadeAndScaleOut;
}

.am-fade-and-scale.ng-enter {
  visibility: hidden;
  -webkit-animation-name: fadeAndScaleIn;
  animation-name: fadeAndScaleIn;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.am-fade-and-scale.ng-enter.ng-enter-active {
  visibility: visible;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.am-fade-and-scale.ng-leave {
  -webkit-animation-name: fadeAndScaleOut;
  animation-name: fadeAndScaleOut;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.am-fade-and-scale.ng-leave.ng-leave-active {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

@-webkit-keyframes fadeAndScaleIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeAndScaleIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeAndScaleOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@keyframes fadeAndScaleOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
.am-fade-and-slide-top {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

.am-fade-and-slide-top.am-fade-and-slide-top-add,
.am-fade-and-slide-top.ng-hide-remove,
.am-fade-and-slide-top.ng-move {
  -webkit-animation-name: fadeAndSlideFromTop;
  animation-name: fadeAndSlideFromTop;
}

.am-fade-and-slide-top.am-fade-and-slide-top-remove,
.am-fade-and-slide-top.ng-hide {
  -webkit-animation-name: fadeAndSlideToTop;
  animation-name: fadeAndSlideToTop;
}

.am-fade-and-slide-top.ng-enter {
  visibility: hidden;
  -webkit-animation-name: fadeAndSlideFromTop;
  animation-name: fadeAndSlideFromTop;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.am-fade-and-slide-top.ng-enter.ng-enter-active {
  visibility: visible;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.am-fade-and-slide-top.ng-leave {
  -webkit-animation-name: fadeAndSlideToTop;
  animation-name: fadeAndSlideToTop;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.am-fade-and-slide-top.ng-leave.ng-leave-active {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.am-fade-and-slide-right {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

.am-fade-and-slide-right.am-fade-and-slide-right-add,
.am-fade-and-slide-right.ng-hide-remove,
.am-fade-and-slide-right.ng-move {
  -webkit-animation-name: fadeAndSlideFromRight;
  animation-name: fadeAndSlideFromRight;
}

.am-fade-and-slide-right.am-fade-and-slide-right-remove,
.am-fade-and-slide-right.ng-hide {
  -webkit-animation-name: fadeAndSlideToRight;
  animation-name: fadeAndSlideToRight;
}

.am-fade-and-slide-right.ng-enter {
  visibility: hidden;
  -webkit-animation-name: fadeAndSlideFromRight;
  animation-name: fadeAndSlideFromRight;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.am-fade-and-slide-right.ng-enter.ng-enter-active {
  visibility: visible;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.am-fade-and-slide-right.ng-leave {
  -webkit-animation-name: fadeAndSlideToRight;
  animation-name: fadeAndSlideToRight;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.am-fade-and-slide-right.ng-leave.ng-leave-active {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.am-fade-and-slide-bottom {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

.am-fade-and-slide-bottom.am-fade-and-slide-bottom-add,
.am-fade-and-slide-bottom.ng-hide-remove,
.am-fade-and-slide-bottom.ng-move {
  -webkit-animation-name: fadeAndSlideFromBottom;
  animation-name: fadeAndSlideFromBottom;
}

.am-fade-and-slide-bottom.am-fade-and-slide-bottom-remove,
.am-fade-and-slide-bottom.ng-hide {
  -webkit-animation-name: fadeAndSlideToBottom;
  animation-name: fadeAndSlideToBottom;
}

.am-fade-and-slide-bottom.ng-enter {
  visibility: hidden;
  -webkit-animation-name: fadeAndSlideFromBottom;
  animation-name: fadeAndSlideFromBottom;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.am-fade-and-slide-bottom.ng-enter.ng-enter-active {
  visibility: visible;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.am-fade-and-slide-bottom.ng-leave {
  -webkit-animation-name: fadeAndSlideToBottom;
  animation-name: fadeAndSlideToBottom;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.am-fade-and-slide-bottom.ng-leave.ng-leave-active {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.am-fade-and-slide-left {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

.am-fade-and-slide-left.am-fade-and-slide-left-add,
.am-fade-and-slide-left.ng-hide-remove,
.am-fade-and-slide-left.ng-move {
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-name: fadeAndSlideFromLeft;
  animation-name: fadeAndSlideFromLeft;
}

.am-fade-and-slide-left.am-fade-and-slide-left-remove,
.am-fade-and-slide-left.ng-hide {
  -webkit-animation-name: fadeAndSlideToLeft;
  animation-name: fadeAndSlideToLeft;
}

.am-fade-and-slide-left.ng-enter {
  visibility: hidden;
  -webkit-animation-name: fadeAndSlideFromLeft;
  animation-name: fadeAndSlideFromLeft;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.am-fade-and-slide-left.ng-enter.ng-enter-active {
  visibility: visible;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.am-fade-and-slide-left.ng-leave {
  -webkit-animation-name: fadeAndSlideToLeft;
  animation-name: fadeAndSlideToLeft;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.am-fade-and-slide-left.ng-leave.ng-leave-active {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

@-webkit-keyframes fadeAndSlideFromTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeAndSlideFromTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeAndSlideToTop {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
}
@keyframes fadeAndSlideToTop {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
}
@-webkit-keyframes fadeAndSlideFromRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeAndSlideFromRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeAndSlideToRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
}
@keyframes fadeAndSlideToRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
}
@-webkit-keyframes fadeAndSlideFromBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeAndSlideFromBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeAndSlideToBottom {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
}
@keyframes fadeAndSlideToBottom {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
}
@-webkit-keyframes fadeAndSlideFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeAndSlideFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeAndSlideToLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
}
@keyframes fadeAndSlideToLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
}
.am-flip-x {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

.am-flip-x.am-flip-x-add,
.am-flip-x.ng-hide-remove,
.am-flip-x.ng-move {
  -webkit-animation-name: flipInXBounce;
  animation-name: flipInXBounce;
}

.am-flip-x.am-flip-x-remove,
.am-flip-x.ng-hide {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
}

.am-flip-x.ng-enter {
  visibility: hidden;
  -webkit-animation-name: flipInXBounce;
  animation-name: flipInXBounce;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.am-flip-x.ng-enter.ng-enter-active {
  visibility: visible;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.am-flip-x.ng-leave {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.am-flip-x.ng-leave.ng-leave-active {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.am-flip-x-linear {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

.am-flip-x-linear.am-flip-x-add,
.am-flip-x-linear.ng-hide-remove,
.am-flip-x-linear.ng-move {
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

.am-flip-x-linear.am-flip-x-remove,
.am-flip-x-linear.ng-hide {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
}

.am-flip-x-linear.ng-enter {
  visibility: hidden;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.am-flip-x-linear.ng-enter.ng-enter-active {
  visibility: visible;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.am-flip-x-linear.ng-leave {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.am-flip-x-linear.ng-leave.ng-leave-active {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

@-webkit-keyframes flipInX {
  from {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes flipInX {
  from {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}
@-webkit-keyframes flipInXBounce {
  from {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  to {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes flipInXBounce {
  from {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  to {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}
@-webkit-keyframes flipOutX {
  from {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
}
@keyframes flipOutX {
  from {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
}
.am-slide-top {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

.am-slide-top.am-slide-top-add,
.am-slide-top.ng-hide-remove,
.am-slide-top.ng-move {
  -webkit-animation-name: slideFromTop;
  animation-name: slideFromTop;
}

.am-slide-top.am-slide-top-remove,
.am-slide-top.ng-hide {
  -webkit-animation-name: slideToTop;
  animation-name: slideToTop;
}

.am-slide-top.ng-enter {
  visibility: hidden;
  -webkit-animation-name: slideFromTop;
  animation-name: slideFromTop;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.am-slide-top.ng-enter.ng-enter-active {
  visibility: visible;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.am-slide-top.ng-leave {
  -webkit-animation-name: slideToTop;
  animation-name: slideToTop;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.am-slide-top.ng-leave.ng-leave-active {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.am-slide-right {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

.am-slide-right.am-slide-right-add,
.am-slide-right.ng-hide-remove,
.am-slide-right.ng-move {
  -webkit-animation-name: slideFromRight;
  animation-name: slideFromRight;
}

.am-slide-right.am-slide-right-remove,
.am-slide-right.ng-hide {
  -webkit-animation-name: slideToRight;
  animation-name: slideToRight;
}

.am-slide-right.ng-enter {
  visibility: hidden;
  -webkit-animation-name: slideFromRight;
  animation-name: slideFromRight;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.am-slide-right.ng-enter.ng-enter-active {
  visibility: visible;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.am-slide-right.ng-leave {
  -webkit-animation-name: slideToRight;
  animation-name: slideToRight;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.am-slide-right.ng-leave.ng-leave-active {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.am-slide-bottom {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

.am-slide-bottom.am-slide-bottom-add,
.am-slide-bottom.ng-hide-remove,
.am-slide-bottom.ng-move {
  -webkit-animation-name: slideFromBottom;
  animation-name: slideFromBottom;
}

.am-slide-bottom.am-slide-bottom-remove,
.am-slide-bottom.ng-hide {
  -webkit-animation-name: slideToBottom;
  animation-name: slideToBottom;
}

.am-slide-bottom.ng-enter {
  visibility: hidden;
  -webkit-animation-name: slideFromBottom;
  animation-name: slideFromBottom;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.am-slide-bottom.ng-enter.ng-enter-active {
  visibility: visible;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.am-slide-bottom.ng-leave {
  -webkit-animation-name: slideToBottom;
  animation-name: slideToBottom;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.am-slide-bottom.ng-leave.ng-leave-active {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.am-slide-left {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

.am-slide-left.am-slide-left-add,
.am-slide-left.ng-hide-remove,
.am-slide-left.ng-move {
  -webkit-animation-name: slideFromLeft;
  animation-name: slideFromLeft;
}

.am-slide-left.am-slide-left-remove,
.am-slide-left.ng-hide {
  -webkit-animation-name: slideToLeft;
  animation-name: slideToLeft;
}

.am-slide-left.ng-enter {
  visibility: hidden;
  -webkit-animation-name: slideFromLeft;
  animation-name: slideFromLeft;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.am-slide-left.ng-enter.ng-enter-active {
  visibility: visible;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.am-slide-left.ng-leave {
  -webkit-animation-name: slideToLeft;
  animation-name: slideToLeft;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.am-slide-left.ng-leave.ng-leave-active {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

@-webkit-keyframes slideFromTop {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideFromTop {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes slideToTop {
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideToTop {
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes slideFromRight {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideFromRight {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-webkit-keyframes slideToRight {
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideToRight {
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-webkit-keyframes slideFromBottom {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideFromBottom {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@-webkit-keyframes slideToBottom {
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideToBottom {
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@-webkit-keyframes slideFromLeft {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideFromLeft {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes slideToLeft {
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideToLeft {
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
/******************
simplePowerView.css
******************/
.simplePowerViewWrap {
  width: 100%;
}
.simplePowerViewWrap .simplePowerSection {
  min-width: 100%;
}
@media all and (min-width: 769px) {
  .simplePowerViewWrap .simplePowerSection {
    min-width: 100%;
  }
}
.simplePowerViewWrap .todayPower {
  padding-top: 0.5rem;
  margin-bottom: unset;
}
.simplePowerViewWrap .todayPower dt {
  font-size: 0.8rem;
  color: #EEAA1E;
  font-weight: normal;
}
.simplePowerViewWrap .powerValue {
  font-size: 1.5rem;
  text-align: right;
}
@media all and (min-width: 769px) {
  .simplePowerViewWrap .powerValue {
    padding-right: 0;
  }
}
.simplePowerViewWrap .powerUnit {
  font-size: 1rem;
  padding-left: 0.5em;
}
.simplePowerViewWrap .powerGraph > div:first-child {
  width: 100%;
  height: 210px;
}
.simplePowerViewWrap .viewSelesct {
  padding: 0.25rem 0;
}
@media all and (min-width: 769px) {
  .simplePowerViewWrap .viewSelesct:after {
    content: "";
    display: block;
    clear: both;
  }
}
.simplePowerViewWrap .viewSelesct label:last-of-type {
  margin-top: 0.5rem;
}
@media all and (min-width: 769px) {
  .simplePowerViewWrap .viewSelesct label:last-of-type {
    margin-top: 0;
  }
}

.simplePowerViewWrap .powerGraph {
  margin-left: 0px;
  margin-bottom: unset;
}
.simplePowerViewWrap .powerGraph .chart-axis-y {
  font-size: 0.8em;
}
.simplePowerViewWrap .powerGraph .littleTani {
  font-size: 0.6em;
}
@media all and (min-width: 769px) {
  .simplePowerViewWrap .powerGraph .littleTani {
    font-size: 0.6em;
  }
}
.simplePowerViewWrap .powerGraph .axisStyleForPortal .c3 svg {
  margin-top: 5px;
}
.simplePowerViewWrap .powerGraph .axisStyleForPortal .c3 svg .c3-axis-x .tick text tspan {
  font-size: 0.75rem;
}
@media all and (min-width: 769px) {
  .simplePowerViewWrap .powerGraph .axisStyleForPortal .c3 svg .c3-axis-x .tick text tspan {
    font-size: 0.75rem;
  }
}
.simplePowerViewWrap .powerGraph .axisStyleDefault .c3 svg {
  margin-top: 5px;
}
.simplePowerViewWrap .powerGraph .axisStyleDefault .c3 svg .c3-axis-y .tick text tspan {
  font-size: 1em;
}
@media all and (min-width: 769px) {
  .simplePowerViewWrap .powerGraph .axisStyleDefault .c3 svg .c3-axis-y .tick text tspan {
    font-size: 1em;
  }
}
.simplePowerViewWrap .powerGraph .axisStyleDefault .c3 svg .c3-axis-x .tick text tspan {
  font-size: 0.5rem;
}
@media all and (min-width: 769px) {
  .simplePowerViewWrap .powerGraph .axisStyleDefault .c3 svg .c3-axis-x .tick text tspan {
    font-size: 1rem;
  }
}

.authNumberInputWrapper .operateButton-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1em;
}
@media all and (min-width: 769px) {
  .authNumberInputWrapper .operateButton-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.authNumberInputWrapper .operateButton-wrap .authButton {
  margin: 1em 0;
}
@media all and (min-width: 769px) {
  .authNumberInputWrapper .operateButton-wrap .authButton {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 auto;
    padding: 0 3em;
  }
}
.authNumberInputWrapper .operateButton-wrap .returnButton {
  font-size: 0.8em;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  padding: 0 3rem;
}

/*******************
ログイン画面のスタイル
*******************/
.loginWrapper .loginInput-block .pass-wrap, .loginWrapper .loginInput-block .ID-wrap {
  margin: 1em 0;
}
@media all and (min-width: 769px) {
  .loginWrapper .loginInput-block .pass-wrap, .loginWrapper .loginInput-block .ID-wrap {
    width: 50%;
    padding: 0 1em;
  }
}

.loginWrapper.main-wrapper {
  padding: 1em;
}
.loginWrapper .companyLogo-container img {
  display: block;
  margin-left: auto;
  width: 47px;
}
.loginWrapper .siteTitle {
  font-size: 1.5rem;
  margin: 1em 0 0;
  line-height: 1em;
}
.loginWrapper .loginForm-wrap {
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(35, 35, 35, 0.6);
          box-shadow: 0px 0px 6px 0px rgba(35, 35, 35, 0.6);
  margin: 0 1.5em;
  position: relative;
  top: -1.5em;
}
@media all and (min-width: 769px) {
  .loginWrapper .loginForm-wrap {
    -webkit-box-shadow: none;
            box-shadow: none;
    top: 0;
    margin: 0;
  }
}
@media all and (min-width: 769px) {
  .loginWrapper .loginInput-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media all and (min-width: 769px) {
  .loginWrapper .loginButton-wrap {
    text-align: right;
    padding-right: 1em;
  }
}
.loginWrapper .loginButton-wrap .loginButton {
  width: 100%;
}
@media all and (min-width: 769px) {
  .loginWrapper .loginButton-wrap .loginButton {
    width: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
}
.loginWrapper .copyright {
  padding: 1em 0.5em 0.25em;
  font-size: 0.8em;
}

.bg-danger {
  background-color: rgba(244, 25, 88, 0.05);
}

.myHiroshimagus-log {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0.2rem 0 0.2rem;
}
.myHiroshimagus-log img {
  height: auto;
}
@media all and (min-width: 769px) {
  .myHiroshimagus-log {
    padding: 2rem 0.2rem 2rem 0.2rem;
  }
}

.loginMeg-wrap {
  background: rgba(244, 25, 88, 0.05);
  padding: 1rem;
  border-radius: 0.5rem;
  font-weight: 700;
  position: relative;
}
.loginMeg-wrap .h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  align-items: center;
  font-size: 1rem;
}
.loginMeg-wrap ul {
  margin-left: 0;
  padding-left: 1.25rem;
  font-size: 0.9rem;
}
.loginMeg-wrap li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.loginMeg-wrap .loginMeg-img {
  position: absolute;
  right: -5px;
  bottom: -50px;
}
.loginMeg-wrap .note {
  font-size: 0.85rem;
  line-height: 1.5;
}

@media all and (max-width: 768px) {
  .loginMeg-wrap {
    margin-top: 60px;
  }
  .loginMeg-wrap h2 br,
  .loginMeg-wrap p br {
    display: none;
  }
  .loginMeg-wrap .loginMeg-img {
    width: 50px;
    top: -20px;
    right: 0;
  }
}
.loginWrapper .login-header {
  padding: 1em 1em 2.5em;
}
.loginWrapper .loginTitle {
  font-size: 0.9rem;
  color: #44733F;
  font-weight: 600;
  margin-bottom: 1.2rem;
  line-height: 1.4;
}
.loginWrapper .loginTitle i,
.loginWrapper .loginTitle img {
  margin-right: 3px;
}
.loginWrapper .doc-title {
  font-weight: bolder;
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 769px) {
  .loginWrapper .border-md-right {
    border-right: solid 1px #ccc;
  }
}
.loginWrapper .mockTableItemList {
  padding-top: 0;
}
.loginWrapper .link {
  font-size: 0.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.loginWrapper .link i {
  color: #2AA346;
  margin-right: 3px;
}
.loginWrapper .alert-item {
  display: block;
  background-color: rgba(244, 25, 88, 0.05);
  color: #f41958;
  padding: 6px 8px;
  font-weight: bolder;
  margin-bottom: 10px;
}
.loginWrapper .font-sm {
  font-size: 0.8rem;
  line-height: 1.4;
}
.loginWrapper .hr-separator {
  border-color: #999;
}
.loginWrapper .hr-or {
  margin: 30px 0;
  position: relative;
}
.loginWrapper .hr-or:before {
  content: "または";
  font-size: 0.8rem;
  background-color: #fff;
  position: absolute;
  display: block;
  padding: 0 15px;
  color: #555;
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.loginWrapper.main-wrapper {
  padding-top: 56px;
  margin-top: 0;
  position: relative;
}
.loginWrapper .passwordMessage-wrap {
  margin-top: 1em;
}
.loginWrapper .inforList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.loginWrapper .inforList li {
  margin: 0.5em 0;
}
.loginWrapper .inforList li:first-child {
  margin-top: 0;
}
.loginWrapper .inforList li:last-child {
  margin-bottom: 0;
}
.loginWrapper .inforList li .postDate:after {
  content: ":";
  padding: 0 0.25em;
}
.loginWrapper .text-center {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.loginWrapper .checkSpan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9rem;
  margin-top: 3px;
}

.bannerImage {
  width: auto;
  max-width: 100%;
  max-height: 120px;
}

.loginModal {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
@media all and (min-width: 769px) {
  .loginModal-wrapper {
    min-width: 769px;
  }
  .loginModal-wrapper .modal-lg {
    min-width: 800px;
  }
}
.loginModal .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 46%;
      -ms-flex: 0 0 46%;
          flex: 0 0 46%;
  line-height: 1.2;
  width: 98%;
  height: 100px;
  position: relative;
}
.loginModal .btn strong {
  font-size: 1.4rem;
}
.loginModal .btn small {
  margin-top: 8px;
  display: block;
}
.loginModal .btn .icon-arrow-right-circle {
  position: absolute;
  right: 15px;
  bottom: 8px;
}
@media all and (max-width: 768px) {
  .loginModal .btn {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  .loginModal .btn strong {
    font-size: 1.2rem;
  }
  .loginModal .btn-warning {
    margin-top: 15px;
  }
}

/*******************
仮パスワード発行画面のスタイル
*******************/
.passwordResetWrapper .operateButton-wrap {
  margin: 1rem 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  /* メール送信ボタン */
  /* 戻るボタン */
}
@media all and (min-width: 769px) {
  .passwordResetWrapper .operateButton-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.passwordResetWrapper .operateButton-wrap .sendMailButton {
  margin: 1rem 0;
}
@media all and (min-width: 769px) {
  .passwordResetWrapper .operateButton-wrap .sendMailButton {
    margin: 0 auto;
    padding: 0 3rem;
  }
}
.passwordResetWrapper .operateButton-wrap .returnButton {
  font-size: 0.8em;
}
@media all and (min-width: 769px) {
  .passwordResetWrapper .operateButton-wrap .returnButton {
    margin: 0;
    padding: 0 3rem;
  }
}

/******************
パスワード変更画面のスタイル
*******************/
.passwordChange-wrap .saveButton-wrap {
  margin: 0.5em 0;
  text-align: right;
}

.passwordChange-wrap .operateButton-wrap {
  margin: 1rem 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  /* パスワード変更ボタン */
  /* 戻るボタン */
}
@media all and (min-width: 769px) {
  .passwordChange-wrap .operateButton-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.passwordChange-wrap .operateButton-wrap .saveButton {
  margin: 1rem 0;
}
@media all and (min-width: 769px) {
  .passwordChange-wrap .operateButton-wrap .saveButton {
    margin: 0 auto;
    padding: 0 3rem;
  }
}
.passwordChange-wrap .operateButton-wrap .returnButton {
  font-size: 0.8em;
}
@media all and (min-width: 769px) {
  .passwordChange-wrap .operateButton-wrap .returnButton {
    margin: 0;
    padding: 0 3rem;
  }
}
.passwordChange-wrap .checkSpan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9rem;
  margin-top: 3px;
}

.userInformationWrapper .gasContractInfo-wrap {
  margin-bottom: 2em;
}
@media all and (max-width: 768px) {
  .userInformationWrapper .gasContractInfo-wrap .gasContractInfo-table thead {
    display: none;
  }
  .userInformationWrapper .gasContractInfo-wrap .gasContractInfo-table tbody td {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
    padding: 0;
  }
  .userInformationWrapper .gasContractInfo-wrap .gasContractInfo-table tbody tr td:nth-child(1) {
    background: #f5f5f5;
  }
  .userInformationWrapper .gasContractInfo-wrap .gasContractInfo-table tbody td:before {
    content: attr(data-title);
    border-right: solid 1px #ccc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    padding: 10px 3px;
    font-size: 0.9rem;
    font-weight: bold;
  }
  .userInformationWrapper .gasContractInfo-wrap .gasContractInfo-table tbody .gasContractInfo-table__item {
    padding: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.userInformationWrapper .userInfoList-wrap {
  margin-bottom: 1em;
  position: relative;
}
.userInformationWrapper .userInfoList-wrap > .contentSubTitle {
  margin-bottom: 0.5em;
}
.userInformationWrapper .userInfoList-wrap .userInfoList {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.userInformationWrapper .userInfoList-wrap .userInfoList.ng-enter, .userInformationWrapper .userInfoList-wrap .userInfoList.ng-leave.ng-leave-active, .userInformationWrapper .userInfoList-wrap .userInfoList.ng-move {
  opacity: 0;
}
.userInformationWrapper .userInfoList-wrap .userInfoList.ng-leave, .userInformationWrapper .userInfoList-wrap .userInfoList.ng-enter.ng-enter-active, .userInformationWrapper .userInfoList-wrap .userInfoList.ng-move.ng-move-active {
  opacity: 1;
}
.userInformationWrapper .userAdditionalInfo-wrap {
  margin: 1.25em 0 1em;
  position: relative;
}
.userInformationWrapper .userAdditionalInfo-wrap > .contentSubTitle {
  margin-bottom: 0.5em;
}
.userInformationWrapper .userAdditionalInfo-wrap .userAdditionalInfoList {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.userInformationWrapper .userAdditionalInfo-wrap .userAdditionalInfoList.ng-enter, .userInformationWrapper .userAdditionalInfo-wrap .userAdditionalInfoList.ng-leave.ng-leave-active, .userInformationWrapper .userAdditionalInfo-wrap .userAdditionalInfoList.ng-move {
  opacity: 0;
}
.userInformationWrapper .userAdditionalInfo-wrap .userAdditionalInfoList.ng-leave, .userInformationWrapper .userAdditionalInfo-wrap .userAdditionalInfoList.ng-enter.ng-enter-active, .userInformationWrapper .userAdditionalInfo-wrap .userAdditionalInfoList.ng-move.ng-move-active {
  opacity: 1;
}
.userInformationWrapper .operateButton-wrap {
  margin: 1rem 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (min-width: 769px) {
  .userInformationWrapper .operateButton-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.userInformationWrapper .operateButton-wrap .userInfoChangeButton {
  margin: 1rem 0;
  padding: 0 3rem 4rem;
}
@media all and (min-width: 769px) {
  .userInformationWrapper .operateButton-wrap .userInfoChangeButton {
    margin: 0 auto;
    padding: 0 3rem 4rem;
  }
}
.userInformationWrapper .snsStatusList .btn-primary-o {
  border: solid 1.5px #2AA346;
  color: #2AA346;
  font-weight: bolder;
  padding-left: 3px;
  padding-right: 3px;
}
.userInformationWrapper .snsStatusList .btn-primary-o:hover {
  color: #fff;
  background-color: #2AA346;
}
.userInformationWrapper .snsStatusList .snsStatus-link {
  padding: 5px 0;
}
@media (max-width: 768px) {
  .userInformationWrapper .snsStatusList {
    display: block;
    width: 100%;
    border-top: solid 1px #999;
  }
  .userInformationWrapper .snsStatusList tbody {
    display: block;
  }
  .userInformationWrapper .snsStatusList thead {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.9rem;
  }
  .userInformationWrapper .snsStatusList thead tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: solid 1px #999;
  }
  .userInformationWrapper .snsStatusList thead tr th {
    padding: 5px 0;
  }
  .userInformationWrapper .snsStatusList thead tr th:nth-child(1) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 60%;
        -ms-flex: 1 0 60%;
            flex: 1 0 60%;
  }
  .userInformationWrapper .snsStatusList thead tr th:nth-child(2) {
    display: none;
  }
  .userInformationWrapper .snsStatusList thead tr th:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80px;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
  .userInformationWrapper .snsStatusList-block {
    width: 100%;
    display: grid;
    grid-template-columns: 50px 1fr 80px;
  }
}
@media (max-width: 768px) and (-ms-high-contrast: none) {
  .userInformationWrapper .snsStatusList-block {
    display: block;
    position: relative;
    height: 60px;
  }
}
@media (max-width: 768px) {
  .userInformationWrapper .snsStatusList-block tr,
  .userInformationWrapper .snsStatusList-block th,
  .userInformationWrapper .snsStatusList-block td {
    display: block;
    font-size: 0.9rem;
  }
  .userInformationWrapper .snsStatusList-block .snsStatus-icon {
    text-align: center;
    grid-column: 1/1;
    grid-row: 1/4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) and (-ms-high-contrast: none) {
  .userInformationWrapper .snsStatusList-block .snsStatus-icon {
    width: 50px;
    padding-top: 8px;
  }
}
@media (max-width: 768px) {
  .userInformationWrapper .snsStatusList-block .snsStatus-title {
    grid-column: 2/3;
    grid-row: 1/2;
    padding: 10px 0 0 0;
  }
}
@media (max-width: 768px) and (-ms-high-contrast: none) {
  .userInformationWrapper .snsStatusList-block .snsStatus-title {
    padding-bottom: 38px;
    position: absolute;
    left: 60px;
    top: 0px;
  }
}
@media (max-width: 768px) {
  .userInformationWrapper .snsStatusList-block .snsStatus-doc {
    grid-column: 2/3;
    padding: 5px 0 10px 0;
    border-bottom: solid 1px #eee;
    font-size: 0.8rem;
  }
}
@media (max-width: 768px) and (-ms-high-contrast: none) {
  .userInformationWrapper .snsStatusList-block .snsStatus-doc {
    position: absolute;
    bottom: 0;
    left: 60px;
    width: calc(100% - 50px);
  }
}
@media (max-width: 768px) {
  .userInformationWrapper .snsStatusList-block .status-item {
    grid-column: 3/4;
    grid-row: 1/3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: solid 1px #eee;
    color: #999;
  }
}
@media (max-width: 768px) and (-ms-high-contrast: none) {
  .userInformationWrapper .snsStatusList-block .status-item {
    position: absolute;
    top: 50%;
    -webkit-transform: rotateY(-50%);
            transform: rotateY(-50%);
    right: 10px;
    white-space: nowrap;
    border: none;
  }
}
@media (max-width: 768px) {
  .userInformationWrapper .snsStatusList-link {
    width: 100%;
    display: block;
    margin-left: 50px;
    font-size: 0.9rem;
    padding: 2px 0 10px 0;
  }
  .userInformationWrapper .snsStatusList-linkBlock {
    border-bottom: solid 1px #999;
    width: 100%;
    display: block;
  }
}
@media (min-width: 769px) {
  .userInformationWrapper .snsStatusList {
    border-top: solid 1px #999;
  }
  .userInformationWrapper .snsStatusList thead {
    font-size: 0.8rem;
    text-align: center;
  }
  .userInformationWrapper .snsStatusList thead th {
    padding: 8px 25px;
    border-bottom: solid 1px #999;
  }
  .userInformationWrapper .snsStatusList tbody tr {
    border-bottom: solid 1px #999;
  }
  .userInformationWrapper .snsStatusList tbody th {
    padding-right: 5px;
    font-size: 0.9rem;
  }
  .userInformationWrapper .snsStatusList tbody .snsStatus-icon {
    padding-left: 20px;
  }
  .userInformationWrapper .snsStatusList tbody .snsStatus-title {
    padding-right: 20px;
  }
  .userInformationWrapper .snsStatusList tbody td {
    padding: 7px 25px;
    font-size: 0.9rem;
  }
  .userInformationWrapper .snsStatusList tbody td i {
    color: #2AA346;
    margin-right: 5px;
  }
  .userInformationWrapper .snsStatusList tbody td.status-item {
    text-align: center;
    color: #555;
    font-size: 0.85rem;
  }
  .userInformationWrapper .snsStatusList tbody .snsStatusList-block td {
    border-bottom: solid 1px #ddd;
  }
}

.userInformationChangeWrapper {
  /*  .operateButton-wrap{
    margin: 1rem 0 0;
    display: flex;
    flex-direction: column;
    @include media-query(tab){
      flex-direction: row;
    };

    .userInfoChangeButton{
      margin: 1rem 0;
      @include media-query(tab){
        order: 2;
        margin: 0 auto;
        padding: 0 3rem;
      };
    }
    .returnButton{
      font-size: .8em;
      order: 1;
      padding: 0 3rem;
    }
  }*/
}
.userInformationChangeWrapper .gasContractInfo-wrap {
  margin-bottom: 2em;
  /*  .gasContractInfoList{
    $gasUsageData-tableBorder: 1px solid $color-accent-3; // このテーブルで使うborderの基本セット
    display: flex;
    flex-direction: column;

    .data-row{
      display: flex;
      flex-direction: row;
      th,td{
        display: block;
        text-align: center;
        padding: .5em .25em;
        min-height: 2em;
        width: (100 / 3) + 0%;
        border-right: $gasUsageData-tableBorder;
        border-bottom: $gasUsageData-tableBorder;
        display: flex;
        align-items: center;

        &:first-child{
          border-left: $gasUsageData-tableBorder;
        }
        & > span{
          display: inline-block;
          width: 100%;

          .button{
            font-size: .8em;
            margin: .25em 0;
            height: auto;
            display: block;
            width: 100%;
            line-height: 1.5em;
            min-height: 2em;
          }
        }
      }
      td{
        text-align: left;
        &.releaseCheck{
          text-align: center;
          .checkbox-container{
            margin-right: 0;
          }
        }
      }
    }

    .gasContractInfoListHeader{
      display: block;
      .data-row th{
        font-size: .8em;
        padding: .25em 0;
        background-color: $color-accent-5;
        color: $color-text-W;
        height: auto;
        justify-content: center;
        border-right-color: $color-bk-1;
        &:last-child{
          border-right-color: $color-accent-3;
        }
        &:first-child{
          border-left-color: $color-N-3;
        }
        span{
          width: auto;
        }
      }
    }

    .gasContractInfoDataList{
      display: block;
    }


  }*/
}
.userInformationChangeWrapper .gasContractInfo-wrap .ariaSpan {
  position: absolute;
  opacity: 0;
  margin: auto;
}
.userInformationChangeWrapper .userInfoList-wrap {
  margin-bottom: 1em;
  position: relative;
  /*    .mockTable-item .itemSubName{
    font-size: .8em;
    display: inline-block;
    margin-top: .5em;
    @include media-query(tab){
      margin-top: 0;
    };
  }*/
  /*郵便番号(申込関連共通)*/
}
.userInformationChangeWrapper .userInfoList-wrap > .contentSubTitle {
  margin-bottom: 0.5em;
}
.userInformationChangeWrapper .userInfoList-wrap .userInfoList {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 1;
}
.userInformationChangeWrapper .userInfoList-wrap .userInfoList.ng-hide {
  opacity: 0;
}
.userInformationChangeWrapper .userInfoList-wrap .loginIdCheck-wrap .loginIDCheckSearch {
  display: block;
}
@media all and (min-width: 769px) {
  .userInformationChangeWrapper .userInfoList-wrap .loginIdCheck-wrap .loginIDCheckSearch {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.userInformationChangeWrapper .userInfoList-wrap .loginIdCheck-wrap .loginIDCheckSearch .loginIDCheckButton {
  font-size: 0.8em;
  margin: 0.5em 0 0.25em;
}
@media all and (min-width: 769px) {
  .userInformationChangeWrapper .userInfoList-wrap .loginIdCheck-wrap .loginIDCheckSearch .loginIDCheckButton {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin: 0 0 0 0.25em;
  }
}
.userInformationChangeWrapper .userInfoList-wrap .loginIdCheck-wrap .annotations {
  display: block;
  font-size: 0.8rem;
  margin-top: 0.25em;
}
.userInformationChangeWrapper .userInfoList-wrap .loginIdCheck-wrap .annotations small {
  display: block;
}
.userInformationChangeWrapper .userInfoList-wrap .postalCode-wrap {
  /*      .postalCodeSearch{
    display: flex;
  }
  .postalCode{

    @include media-query(sp){
      flex-grow: 1;
    }

    .postalCodeBefore{
      width: 5em;
    }
    .hyphen{
      padding: 0 .5em;
    }
    .postalCodeAfter{
      width: 7em;
    }
  }

  .postalCodeSearchButton{
    font-size: .8rem;
    margin: .5em 0 .25em;

    @include media-query(tab){
      margin: 0 0 0 .5em;
    };
  }

  .annotations{
    display: block;
    font-size: .8rem;
    margin-top: .25em;

    small{
      display: block;
    }
  }*/
}
.userInformationChangeWrapper .userAdditionalInfo-wrap {
  position: relative;
}
.userInformationChangeWrapper .userAdditionalInfo-wrap > .contentSubTitle {
  margin-bottom: 0.5em;
}
.userInformationChangeWrapper .userAdditionalInfo-wrap .formTable-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
.userInformationChangeWrapper .userAdditionalInfo-wrap .formTable-item.form-item-flex ng-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media all and (min-width: 769px) {
  .userInformationChangeWrapper .userAdditionalInfo-wrap .formTable-item.form-item-flex ng-form {
    grid-template-columns: auto 1fr;
    gap: 20px 10px;
  }
}
.userInformationChangeWrapper .userAdditionalInfo-wrap .text-danger {
  color: #FF3333;
}
.userInformationChangeWrapper .userAdditionalInfo-wrap .userAdditionalInfoList {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 1;
}
.userInformationChangeWrapper .userAdditionalInfo-wrap .userAdditionalInfoList.ng-hide {
  opacity: 0;
}
.userInformationChangeWrapper .userAdditionalInfo-wrap .birthday {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.userInformationChangeWrapper .userAdditionalInfo-wrap .birthday select {
  width: 40%;
}
@media all and (min-width: 992px) {
  .userInformationChangeWrapper .userAdditionalInfo-wrap .birthday select {
    width: auto;
    margin-right: 3px;
  }
}
.userInformationChangeWrapper .userAdditionalInfo-wrap .birthday .birthMonth {
  margin-left: 0.25em;
}
@media all and (min-width: 992px) {
  .userInformationChangeWrapper .userAdditionalInfo-wrap .householdSize select {
    width: auto;
  }
}
.userInformationChangeWrapper .haishinHopeMailDataList {
  margin: 1em 0;
  padding-bottom: 1em;
}
.userInformationChangeWrapper .haishinHopeMailDataList .headerTr {
  min-width: 100%;
  background: #C1E3BD;
  font-weight: 700;
  text-align: center;
  border-bottom: solid 5px #C1E3BD;
}
.userInformationChangeWrapper .haishinHopeMailDataList .naiyoutd {
  font-weight: 700;
  width: 60%;
}
.userInformationChangeWrapper .haishinHopeMailDataList .data-row {
  border-bottom: solid 1px #eee;
}
@media all and (min-width: 769px) {
  .userInformationChangeWrapper .haishinHopeMailDataList .data-row td:nth-child(2) {
    min-width: 250px;
    width: 250px;
  }
}
@media all and (max-width: 768px) {
  .userInformationChangeWrapper .haishinHopeMailDataList .data-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .userInformationChangeWrapper .haishinHopeMailDataList .data-row td {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    width: 100%;
  }
  .userInformationChangeWrapper .haishinHopeMailDataList .data-row td:nth-child(2) {
    padding-left: 0.75rem;
    padding-bottom: 1.25rem;
  }
}
.userInformationChangeWrapper .haishinHopeMailDataList .haishinHopeMailListNaiyou {
  margin: 0.75rem;
}
.userInformationChangeWrapper .haishinHopeMailDataList .haishinHopeMailListDescription {
  font-size: 0.85rem;
  display: block;
  padding-top: 0.5rem;
}
.userInformationChangeWrapper .haishinHopeMailListRdo {
  width: 50px;
  background-color: #F2F5F2;
}
.userInformationChangeWrapper .haishinHopeMailDescription {
  padding: 1em 1rem 0.1em 1em;
  font-size: 0.85rem;
}

.haishinHopeMailItemName {
  border: solid 5px #C1E3BD;
  padding-bottom: 0.5rem;
}

.userInformationChangeAddressWrapper .gasContractInfo-wrap {
  margin-bottom: 2em;
}
.userInformationChangeAddressWrapper .userInfoList-wrap {
  margin-bottom: 1em;
  position: relative;
}
.userInformationChangeAddressWrapper .userInfoList-wrap > .contentSubTitle {
  margin-bottom: 0.5em;
}
.userInformationChangeAddressWrapper .userInfoList-wrap .userInfoList {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.userInformationChangeAddressWrapper .userInfoList-wrap .userInfoList.ng-enter, .userInformationChangeAddressWrapper .userInfoList-wrap .userInfoList.ng-leave.ng-leave-active, .userInformationChangeAddressWrapper .userInfoList-wrap .userInfoList.ng-move {
  opacity: 0;
}
.userInformationChangeAddressWrapper .userInfoList-wrap .userInfoList.ng-leave, .userInformationChangeAddressWrapper .userInfoList-wrap .userInfoList.ng-enter.ng-enter-active, .userInformationChangeAddressWrapper .userInfoList-wrap .userInfoList.ng-move.ng-move-active {
  opacity: 1;
}
.userInformationChangeAddressWrapper .changeAdressMsg {
  font-size: 1.5rem;
  font-weight: bold;
  color: #f00;
  line-height: 1.4rem;
}
.userInformationChangeAddressWrapper .linkInput-button {
  line-height: 2.5rem;
}

/*記事*/
.articleContentWrap {
  margin-bottom: 1rem;
}
.articleContentWrap .readMore {
  text-align: right;
}

.articleContent-block {
  margin-bottom: 1.5rem;
}
.articleContent-block .readMore {
  text-align: right;
}

.portalWrapper {
  min-width: 320px;
}
.portalWrapper .card {
  border-radius: 8px;
}
@media all and (min-width: 769px) {
  .portalWrapper .portal-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .portalWrapper .portal-card.gas-point {
    min-height: 293px;
  }
}
.portalWrapper .portal-card .ariaSpan {
  position: absolute;
  opacity: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.portalWrapper .portal-pointTitle {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: 600;
}
.portalWrapper .portal-pointTitle i {
  font-size: 1.4rem;
  margin-right: 2px;
}
@media all and (max-width: 768px) {
  .portalWrapper .portal-pointTitle {
    padding: 3px;
  }
}
@media all and (min-width: 769px) {
  .portalWrapper .portal-pointTitle {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.1rem;
    margin-top: 5px;
    padding-bottom: 8px;
    border-bottom: solid 2px #ff6b33;
  }
}
.portalWrapper .number-wrap {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: -0.02rem;
  color: #343a40;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.portalWrapper .number-wrap i {
  font-size: 1.2rem;
  margin-top: 5px;
}
@media all and (min-width: 769px) {
  .portalWrapper .number-wrap {
    font-size: 2.3rem;
  }
  .portalWrapper .number-wrap i {
    font-size: 1.9rem;
    margin-top: 5px;
  }
}
.portalWrapper .number-wrap .ariaSpan {
  position: absolute;
  opacity: 0;
  margin: auto;
}
.portalWrapper .text-link {
  color: #343a40;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 96%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
}
.portalWrapper .text-link i {
  font-size: 1.4rem;
  margin-left: 2px;
}
.portalWrapper .text-link .portal-cardHeader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
@media all and (min-width: 769px) {
  .portalWrapper .text-link .portal-cardHeader {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.portalWrapper .gas-point {
  background-size: 220px auto;
  background-position: center 60%;
}
.portalWrapper .gas-point .btn {
  width: 100%;
}
@media all and (max-width: 768px) {
  .portalWrapper .gas-point {
    display: grid;
    background-position: 0 15px;
    min-height: 100px;
    background-size: 100px auto;
  }
  .portalWrapper .gas-point .portal-pointTitle {
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 0 0 0 5px;
  }
  .portalWrapper .gas-point .number-wrap {
    grid-column: 1/2;
    grid-row: 1/4;
    padding-top: 20px;
  }
  .portalWrapper .gas-point .btn {
    border-radius: 0 8px 8px 0;
    padding-left: 0;
    padding-right: 0;
    grid-column: 2/3;
    grid-row: 1/4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.portalWrapper .portal-cardHeader {
  display: grid;
  grid-template-columns: 45px auto;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0;
  margin-bottom: 10px;
  padding-right: 5px;
}
@media all and (min-width: 769px) {
  .portalWrapper .portal-cardHeader {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-columns: 65px 1fr;
    gap: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 768px) {
  .portalWrapper .portal-cardHeader .input-costom-group {
    margin-top: 5px;
    margin-left: 5px;
  }
}
.portalWrapper .portal-catIcon {
  width: 45px;
  height: 45px;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px 0 5px 0;
  padding-top: 5px;
}
@media all and (min-width: 769px) {
  .portalWrapper .portal-catIcon {
    width: 65px;
    height: 65px;
  }
}
.portalWrapper .portal-catIcon img {
  max-width: 50%;
}
.portalWrapper .portal-cardHeader-title {
  font-size: 0.9rem;
  margin: 2px 0 0;
  letter-spacing: 2px;
}
@media all and (min-width: 769px) {
  .portalWrapper .portal-cardHeader-title {
    margin: 10px 10px 0;
    font-size: 1.1rem;
    margin: 3px 0 0;
  }
}
.portalWrapper .portal-cardBody {
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: #343a40;
  text-align: center;
  gap: 8px;
}
@media all and (min-width: 769px) {
  .portalWrapper .portal-cardBody {
    padding: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.portalWrapper .portal-cardBody-title {
  font-size: 0.9rem;
  font-weight: bold;
  text-align: left;
  color: #343a40;
  width: 100%;
}
@media all and (min-width: 769px) {
  .portalWrapper .portal-cardBody-title {
    width: auto;
    margin-top: 10px;
    font-size: 1.1rem;
    display: inline-block;
  }
}
.portalWrapper .portal-cardBody-item {
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 120px;
  padding: 10px;
}
@media all and (max-width: 768px) {
  .portalWrapper .portal-cardBody-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .portalWrapper .portal-cardBody-item:nth-child(1) {
    border-right: 1px solid #ccc;
  }
  .portalWrapper .portal-cardBody-item:last-child {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
    grid-column: 1/3;
    padding-left: 0;
    padding-right: 0;
    border-top: solid 1px #ccc;
  }
}
@media all and (min-width: 769px) {
  .portalWrapper .portal-cardBody-item {
    min-height: 200px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-size: auto 160px;
    background-position: center 60%;
    text-decoration: none;
    padding: 5px;
  }
  .portalWrapper .portal-cardBody-item:not(:last-child) {
    border-right: solid #ddd 1px;
  }
}

.position-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.graph-wrap {
  color: #343a40;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  height: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
.graph-wrap .noDataSpan {
  font-weight: 400;
  font-family: "robotomedium", sans-serif;
  font-size: 2.8rem;
}

.gas-point {
  background-image: url(../../Contents/Images/bg-buta.svg);
}

.gas-seikyu {
  background-image: url(../../Contents/Images/bg-saifu.svg);
  background-position: center;
}

.gas-siyo {
  background-image: url(../../Contents/Images/bg-fire.svg);
  background-position: center;
}

.denki-siyo {
  background-image: url(../../Contents/Images/bg-denki.svg);
  background-position: center;
}

.gaskey-wrap {
  position: relative;
  height: 1px;
}
.gaskey-wrap [class^=gaskey-] {
  position: absolute;
}
.gaskey-wrap .gaskey-miageru {
  right: -2rem;
  top: -30px;
}

@media all and (min-width: 769px) {
  .gaskey-point {
    position: absolute;
    left: -50px;
    bottom: -30px;
    top: auto;
  }
}
.newsfeed-v ul {
  border-top: solid 1px #ccc;
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsfeed-v ul li {
  border-bottom: solid 1px #ccc;
  margin-bottom: 0;
}
.newsfeed-v ul .label {
  font-size: 0.75rem;
  margin-left: 1.5rem;
  margin-bottom: 0.5rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  line-height: 1.25;
}
.newsfeed-v ul .simpleLink {
  display: block;
}
.newsfeed-v ul .date {
  white-space: nowrap;
  width: 110px;
  display: inline-block;
}
.newsfeed-v ul a {
  display: block;
  text-decoration: none;
  color: #5A5F5F;
  padding: 0.75rem;
}
.newsfeed-v ul a:hover {
  background-color: #F7F7F7;
}
.newsfeed-v ul a:hover .date {
  color: #5A5F5F;
}
@media all and (min-width: 769px) {
  .newsfeed-v ul a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .newsfeed-v ul a .label {
    margin-bottom: 0rem;
    margin-right: 1.5rem;
    margin-left: 0;
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 80px;
        -ms-flex: 1 1 80px;
            flex: 1 1 80px;
    width: 80px;
  }
  .newsfeed-v ul a .date {
    width: 150px;
  }
  .newsfeed-v ul a .simpleLink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 62%;
        -ms-flex: 0 1 62%;
            flex: 0 1 62%;
  }
}

.content-detail {
  white-space: pre-wrap;
}

.webCheckNoticWrapper .modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.webCheckNoticWrapper .modal-footer .showFlgDiv {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FF3333;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.webCheckNoticWrapper .modal-footer .showFlgLabel {
  margin-bottom: 0;
  margin-left: 5px;
}

.attributesNoticeWrapper .modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.attributesNoticeWrapper .modal-footer .showFlgDiv {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FF3333;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.attributesNoticeWrapper .modal-footer .showFlgLabel {
  margin-bottom: 0;
  margin-left: 5px;
}

.portal-elecContractText {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem;
}
.portal-elecContractText span {
  line-height: normal;
}

.articleDetail {
  height: auto;
  min-height: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
  /*本文*/
}
@media all and (min-width: 769px) {
  .articleDetail .articleText {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 52%;
        -ms-flex: 0 1 52%;
            flex: 0 1 52%;
  }
  .articleDetail .articleImageWrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 45%;
        -ms-flex: 0 1 45%;
            flex: 0 1 45%;
  }
}
.articleDetail .articleImageWrap {
  text-align: center;
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}
.articleDetail .articleText {
  white-space: pre-wrap;
  word-wrap: break-word;
  line-height: 1.75;
}
@media all and (min-width: 769px) {
  .articleDetail {
    /*画像が右側に来るレイアウト*/
  }
  .articleDetail.layoutImgBottom .articleImageWrap {
    margin-top: 1.75rem;
  }
  .articleDetail.layoutImgLeft {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .articleDetail.layoutImgLeft .articleImageWrap {
    margin-top: 0rem;
  }
  .articleDetail.layoutImgRight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .articleDetail.layoutImgRight .articleImageWrap {
    margin-top: 0rem;
  }
}
.articleDetail .ariaSpan {
  position: absolute;
  opacity: 0;
}

.externalLink {
  display: block;
  position: relative;
  padding: 0.75em;
  border: 4px solid #eee;
}
.externalLink i {
  position: absolute;
  right: 3px;
  bottom: 3px;
  color: #2AA346;
}
.externalLink:hover {
  border: 4px solid rgba(42, 163, 70, 0.4);
}

/*カテゴリ記事一覧へ戻るリンク*/
.backCategory {
  font-size: 0.8rem;
  padding-top: 1em;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  clear: both;
}
.backCategory:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 0.5em solid transparent;
  border-right-color: #71AD6D;
  margin-right: 0.25em;
}

.billingListWrapper thead {
  background: #f5f5f5;
  text-align: center;
  line-height: 1.4;
}
.billingListWrapper .billingInformationList .billingListHeader .headAriaSpan {
  position: absolute;
  opacity: 0;
  width: auto;
}
.billingListWrapper .billingMonthData .data-row:hover {
  background: rgba(255, 255, 0, 0.2);
}
.billingListWrapper .billingMonthData .data-row td {
  padding: 0.3rem 0.5rem;
}
.billingListWrapper .billingMonthData .data-row td.useAmount, .billingListWrapper .billingMonthData .data-row td.gasBill, .billingListWrapper .billingMonthData .data-row td.otherBill, .billingListWrapper .billingMonthData .data-row td.billingAmount, .billingListWrapper .billingMonthData .data-row td.useDays {
  text-align: right;
}
.billingListWrapper .billingMonthData .data-row td .tableAriaSpan {
  position: absolute;
  opacity: 0;
  text-align: right;
  width: auto;
}
.billingListWrapper .billingMonthData .data-row span, .billingListWrapper .billingMonthData .data-row .btn {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
}
@media all and (min-width: 769px) {
  .billingListWrapper .billingInformationList {
    width: 100%;
  }
  .billingListWrapper .billingInformationList th, .billingListWrapper .billingInformationList td {
    border: solid 1px #ccc;
    padding: 0.3rem 0.5rem;
    text-align: center;
  }
}
@media all and (max-width: 768px) {
  .billingListWrapper.card {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
    border-radius: 0;
  }
  .billingListWrapper .card-body {
    padding: 0;
  }
  .billingListWrapper .billingMonthData {
    display: block;
    width: 100%;
  }
  .billingListWrapper .billingMonthData tr {
    display: block;
    padding: 0.6rem;
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  }
  .billingListWrapper .billingMonthData tr:not(:last-child) {
    margin-bottom: 15px;
  }
  .billingListWrapper .billingInformationList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .billingListWrapper .billingInformationList .data-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .billingListWrapper .billingInformationList .data-row th {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-bottom: 0.6rem;
    border-bottom: solid 1px #ccc;
  }
  .billingListWrapper .billingInformationList .data-row th::before {
    content: attr(data-title);
    white-space: nowrap;
    margin-right: 15px;
    color: #14b003;
  }
  .billingListWrapper .billingInformationList .data-row th .btn {
    width: auto;
  }
  .billingListWrapper .billingInformationList .data-row td {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    min-height: 2em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 0;
  }
  .billingListWrapper .billingInformationList .data-row td::before {
    content: attr(data-title);
    white-space: nowrap;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    text-align: left;
    color: #14b003;
    font-size: 0.9rem;
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 5px;
  }
  .billingListWrapper .billingInformationList .data-row td span {
    text-align: right;
  }
  .billingListWrapper .billingInformationList .data-row td span::after {
    content: attr(data-unit);
    margin-left: 3px;
  }
  .billingListWrapper .billingInformationList .data-row td.inspectionDay, .billingListWrapper .billingInformationList .data-row td.useDays, .billingListWrapper .billingInformationList .data-row td.gasBill, .billingListWrapper .billingInformationList .data-row td.otherBill {
    display: none;
  }
  .billingListWrapper .billingInformationList .data-row td.useAmount span {
    width: auto;
  }
  .billingListWrapper .billingInformationList .data-row td.billingAmount span {
    width: auto;
  }
  .billingListWrapper .billingInformationList .data-row td.billingAmount::after {
    content: "円";
    font-size: 0.9rem;
  }
  .billingListWrapper .billingInformationList .billingListHeader {
    display: none;
  }
}

.logoutWrapper.main-wrapper {
  padding: 56px 1em 1em;
  margin-top: 0;
  position: relative;
  /*background: {
    image: url(../Contents/Images/tree_background.png);
    repeat: no-repeat;
    position: right top;
    color: $color-bk-2;
    size: inherit;
  }*/
  /*&:after{
    content: "";
    display: block;
    width: 71px;
    height: 64px;
    background-image: url(../Contents/Images/leaf.png);
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 10%;
  }*/
}
@media all and (min-width: 769px) {
  .logoutWrapper .returnTopButton-wrap {
    text-align: center;
    padding-right: 0;
    padding-top: 1em;
  }
}
@media all and (min-width: 769px) {
  .logoutWrapper .returnTopButton-wrap .returnTopButton {
    width: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
}

.loginMeg-wrap h2 {
  padding-bottom: 0.5rem;
  border-bottom: solid 1px #999;
}

.withdrawalWrapper .withdrawalNotes-wrap {
  border: 1px solid #EBF6EA;
  padding: 1.5em;
  border-radius: 3px;
  height: 300px;
  overflow-y: auto;
}
.withdrawalWrapper .operateButton-wrap {
  margin: 1em 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (min-width: 769px) {
  .withdrawalWrapper .operateButton-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.withdrawalWrapper .operateButton-wrap .withdrawalButton {
  margin: 0.5em 0 1em;
}
@media all and (min-width: 769px) {
  .withdrawalWrapper .operateButton-wrap .withdrawalButton {
    margin: 0 auto;
    padding: 0 3em;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.withdrawalWrapper .operateButton-wrap .returnButton {
  font-size: 0.8em;
}
@media all and (min-width: 769px) {
  .withdrawalWrapper .operateButton-wrap .returnButton {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 3rem;
  }
}

.withdrawalComplete-wrapper.main-wrapper {
  padding: 56px 1rem 0;
  margin-top: 0;
  position: relative;
  /*background: {
    image: url(../Contents/Images/tree_background.png);
    repeat: no-repeat;
    position: right top;
    color: $color-bk-2;
    size: inherit;
  }*/
  /*&:after{
    content: "";
    display: block;
    width: 71px;
    height: 64px;
    background-image: url(../Contents/Images/leaf.png);
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 10%;
  }*/
}
.withdrawalComplete-wrapper .returnTopButton-wrap {
  margin-top: 1em;
}
.withdrawalComplete-wrapper .returnTopButton-wrap .returnTopButton {
  display: block;
  width: 100%;
}
@media all and (min-width: 769px) {
  .withdrawalComplete-wrapper .returnTopButton-wrap .returnTopButton {
    width: auto;
    padding: 0 3em;
    margin: 0 auto;
  }
}

.linkCompleteWrapper .returnTopButton-wrap {
  margin-top: 1em;
}
.linkCompleteWrapper .returnTopButton-wrap .returnTopButton {
  display: block;
  width: 100%;
}
@media all and (min-width: 769px) {
  .linkCompleteWrapper .returnTopButton-wrap .returnTopButton {
    width: auto;
    padding: 0 3em;
    margin: 0 auto;
  }
}
.linkCompleteWrapper .notice {
  font-size: 1.15rem;
  font-weight: 700;
  color: #FF0000;
  text-decoration: underline;
}

.authNumberInputCompleteWrapper .returnButton-wrap {
  margin-top: 1em;
}
.authNumberInputCompleteWrapper .returnButton-wrap .returnButton {
  display: block;
  width: 100%;
}
@media all and (min-width: 769px) {
  .authNumberInputCompleteWrapper .returnButton-wrap .returnButton {
    width: auto;
    padding: 0 3em;
    margin: 0 auto;
  }
}

.gasUsageWrapper .gasUsage-graphWrap .axisY-label {
  display: inline-block;
  font-size: 0.8em;
  padding-left: 5px;
}
.gasUsageWrapper div.chartCaption {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.gasUsageWrapper .ariaSpan {
  position: absolute;
  opacity: 0;
  text-align: right;
}

.billingAmountWrapper .billingAmount-graphWrap .axisY-label {
  display: inline-block;
  font-size: 0.8em;
  padding-left: 5px;
}
.billingAmountWrapper div.chartCaption {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.billingAmountWrapper .ariaSpan {
  position: absolute;
  opacity: 0;
  text-align: right;
}

.billingAmountGraph-table {
  margin-top: 1em;
}

.inspectionMeterWrapper .inspectionMonthWrap {
  margin-bottom: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.inspectionMeterWrapper .inspectionMonthWrap .inspectionMonth-label {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-right: 0.25em;
}
.inspectionMeterWrapper .usedDayTermWrap .startDay,
.inspectionMeterWrapper .usedDayTermWrap .endDay {
  display: inline-block;
}
.inspectionMeterWrapper .usedDayTermWrap .hyphen {
  display: inline-block;
  padding: 0 0.5em;
}
.inspectionMeterWrapper .usedDayTermWrap .usedDayWrap {
  display: block;
}
@media all and (min-width: 769px) {
  .inspectionMeterWrapper .usedDayTermWrap .usedDayWrap {
    display: inline-block;
  }
}
.inspectionMeterWrapper .usedDayTermWrap .usedDayWrap .usedDay {
  padding-left: 1em;
}
.inspectionMeterWrapper .billingDetail tr td {
  position: relative;
}
.inspectionMeterWrapper .billingDetail tr td .ariaSpan {
  position: absolute;
  opacity: 0;
  left: 0;
}
.inspectionMeterWrapper .billingDetail tr td .uchiwakeAria {
  position: relative;
}
.inspectionMeterWrapper .billingDetail tr td .uchiwakeAria .uchiwakeAriaLabel {
  position: absolute;
  opacity: 0;
  left: 0;
  padding-left: 1rem;
}
.inspectionMeterWrapper .paymentWrap .transferDateWrap {
  display: block;
}
@media all and (min-width: 769px) {
  .inspectionMeterWrapper .paymentWrap .transferDateWrap {
    display: inline-block;
  }
}
.inspectionMeterWrapper .paymentWrap .transferDateWrap .transferDate {
  padding-left: 1em;
}
.inspectionMeterWrapper .billingDetailItemsWrap {
  padding-left: 1em;
}
.inspectionMeterWrapper .billingDetailItemsWrap .billingDetailItems {
  margin: 0.5em 0;
}
.inspectionMeterWrapper .billingDetailItemsWrap .billingDetailItems .billingDetailTitle {
  font-weight: bold;
  padding-right: 0.5em;
}
.inspectionMeterWrapper .billingDetailItemsWrap .billingDetailItems .money {
  padding-left: 1em;
}
@media all and (max-width: 768px) {
  .inspectionMeterWrapper .billingDetail {
    width: calc(100% + 20px);
    display: block;
    margin-left: -10px;
    margin-right: 10px;
  }
  .inspectionMeterWrapper .billingDetail > tbody {
    display: block;
    width: 100%;
  }
  .inspectionMeterWrapper .billingDetail > tbody > tr {
    display: block;
    width: 100%;
  }
  .inspectionMeterWrapper .billingDetail > tbody > tr > th {
    display: block;
    width: 100%;
  }
  .inspectionMeterWrapper .billingDetail > tbody > tr > td {
    display: block;
    width: 100%;
  }
  .inspectionMeterWrapper .billingDetail th {
    font-size: 0.8rem;
    color: #14b003;
  }
  .inspectionMeterWrapper .billingDetail td {
    border-bottom: solid 1px #ccc;
    padding: 10px 5px 10px 10px;
    margin-bottom: 10px;
    line-height: 1.4;
  }
}
@media all and (min-width: 769px) {
  .inspectionMeterWrapper .d-md-blcok {
    display: block !important;
  }
  .inspectionMeterWrapper .billingDetail {
    width: 100%;
  }
  .inspectionMeterWrapper .billingDetail .font-lg {
    line-height: 1;
    font-weight: bold;
  }
  .inspectionMeterWrapper .billingDetail th,
  .inspectionMeterWrapper .billingDetail td {
    padding: 15px 5px;
    border-bottom: solid 1px #ccc;
  }
  .inspectionMeterWrapper .billingDetail th {
    font-size: 0.95rem;
    line-height: 1.4;
    width: 18%;
  }
  .inspectionMeterWrapper .billingDetail td {
    width: 37%;
    line-height: 1.4;
  }
  .inspectionMeterWrapper .billingDetailBlock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.inspectionMeterWrapper .billingDetailBlcok {
  background-color: #f5f5f5;
  border-radius: 3px;
  padding: 8px 5px;
  width: 100%;
}
@media all and (min-width: 769px) {
  .inspectionMeterWrapper .billingDetailBlcok {
    padding-right: 15px;
    width: 400px;
  }
}
.inspectionMeterWrapper .billingDetailBlcok-title {
  font-size: 0.9rem;
  font-weight: bold;
  color: #444;
  margin: 15px 0 0 15px;
}
.inspectionMeterWrapper .billingDetailItem {
  width: 100%;
}
.inspectionMeterWrapper .billingDetailItem th,
.inspectionMeterWrapper .billingDetailItem td {
  padding: 8px 10px;
  border: none;
}
.inspectionMeterWrapper .billingDetailItem td,
.inspectionMeterWrapper .billingDetailItem th {
  white-space: nowrap;
}
.inspectionMeterWrapper .billingDetailItem th {
  font-size: 0.9rem;
  color: #444;
}
@media all and (max-width: 768px) {
  .inspectionMeterWrapper .billingDetailItem.thisMonthList tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .inspectionMeterWrapper .billingDetailItem.thisMonthList th {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    margin-bottom: 0;
  }
  .inspectionMeterWrapper .billingDetailItem.thisMonthList td {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    text-align: right;
    margin-bottom: 0;
  }
}
.inspectionMeterWrapper .billingDetailBreakdown {
  font-size: 0.9rem;
  margin-top: -12px;
  line-height: 1.4;
}
.inspectionMeterWrapper .border-1 {
  border-top: solid 1px #ccc;
}
.inspectionMeterWrapper .scroll-wrap {
  overflow-x: auto;
}
.inspectionMeterWrapper .priceList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.inspectionMeterWrapper .priceList dt, .inspectionMeterWrapper .priceList dd {
  margin-bottom: 0;
}
.inspectionMeterWrapper .priceList dt {
  font-size: 0.9rem;
}
.inspectionMeterWrapper .priceList dd {
  padding: 0 20px;
  font-size: 1.1rem;
}
.inspectionMeterWrapper .billList {
  border: solid 1px #ccc;
  font-size: 0.95rem;
  table-layout: fixed;
}
.inspectionMeterWrapper .billList th,
.inspectionMeterWrapper .billList td {
  text-align: center;
  border: solid 1px #ccc;
  padding: 5px;
}
.inspectionMeterWrapper .billList th {
  width: 50px;
  padding-left: 10px;
  padding-right: 10px;
  color: #333;
}
.inspectionMeterWrapper .billList .billListType {
  width: 50px;
  padding-left: 10px;
  padding-right: 10px;
}
.inspectionMeterWrapper .billList td {
  white-space: nowrap;
}
.inspectionMeterWrapper .billList .noneLineTopBottom {
  border-top: none !important;
  border-bottom: none !important;
}
.inspectionMeterWrapper .billList .noneLineTop {
  border-top: none !important;
}
.inspectionMeterWrapper .billList .noneLineBottom {
  border-bottom: none !important;
}
.inspectionMeterWrapper .billList .consumption {
  text-align: left;
  padding-left: 1rem;
  padding-right: 1rem;
}
.inspectionMeterWrapper .billList .rate {
  text-align: right;
  padding-left: 1rem;
  padding-right: 1rem;
}
.inspectionMeterWrapper .text-note {
  font-weight: bold;
  font-size: 0.9rem;
  color: #0A49DC;
}

.linkInputWrapper .otherSelectMessage-wrap {
  margin: 1em 0;
  padding: 1em;
  background-color: #EBF6EA;
  border-radius: 4px;
}
.linkInputWrapper .ariaSpan {
  position: absolute;
  opacity: 0;
  margin: auto;
}
.linkInputWrapper .verticalCenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.linkConfirmWrapper .bottomInfo {
  margin: 2em 0 2em 0;
}
.linkConfirmWrapper .bottomInfo span {
  font-size: 0.9em;
}
.linkConfirmWrapper .verticalCenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.questionnaireWrapper {
  /*.itemName-inner{
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1;
    color: #333;
    font-size: 2rem;
    font-family: 'robotomedium', sans-serif;
    &:before{
      font-family: $font-family;
      position: static;
    }
    &:after{
      content: "."
    }
  }*/
}
.questionnaireWrapper .mockTableItemList.mockTableTab .mockTable-block,
.questionnaireWrapper .mockTableItemList.mockTableTab {
  padding: 0 0 0.5rem 0;
  margin-bottom: 0.75rem;
}
.questionnaireWrapper dt {
  line-height: 1.45;
}
@media all and (min-width: 769px) {
  .questionnaireWrapper dt {
    padding-top: 0.35rem;
    margin-bottom: 0.75rem;
  }
}
.questionnaireWrapper .mockTable-itemName {
  max-width: 120px !important;
  margin-right: 20px;
}
.questionnaireWrapper .formTable-itemName {
  max-width: 120px !important;
  margin-right: 20px;
  width: 32% !important;
}
@media all and (min-width: 769px) {
  .questionnaireWrapper .formTable-itemName {
    width: 10% !important;
  }
}
.questionnaireWrapper .formTable-itemName .itemName-title {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media all and (min-width: 769px) {
  .questionnaireWrapper .formTable-itemName .itemName-title {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.questionnaireWrapper .formTable-itemName .itemName-title .itemName-inner {
  width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1;
  color: #333;
  font-size: 2rem;
  font-family: "robotomedium", sans-serif;
  width: unset !important;
}
.questionnaireWrapper .formTable-itemName .itemName-title .itemName-inner:before {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
  position: static;
}
.questionnaireWrapper .formTable-itemName .itemName-title .itemName-inner:after {
  content: ".";
}
.questionnaireWrapper .formTable-itemName .itemName-title .required {
  background: #f44545;
  font-size: 0.8rem;
  font-weight: normal;
  color: #fff;
  padding: 0.1rem 0.25rem;
  border-radius: 0.1rem;
  display: block;
  white-space: nowrap;
}
.questionnaireWrapper .qsnMessage {
  white-space: pre-wrap;
}
.questionnaireWrapper .radio-container,
.questionnaireWrapper .checkbox-container {
  display: block;
  padding: 0.75rem 0;
}

.pointCompletedWrapper .returnButton-wrap {
  margin-top: 1em;
}
.pointCompletedWrapper .returnButton-wrap .returnButton {
  display: block;
  width: 100%;
}
@media all and (min-width: 769px) {
  .pointCompletedWrapper .returnButton-wrap .returnButton {
    width: auto;
    padding: 0 3em;
    margin: 0 auto;
  }
}
.pointCompletedWrapper .descriptionText, .pointCompletedWrapper .descriptionText-min {
  font-size: 0.7rem;
  text-indent: 1em;
}

.benefitListWrapper .benefit-wrap {
  /*画像*/
  /*文章*/
}
.benefitListWrapper .benefit-wrap:not(:last-child) {
  margin-bottom: 1.5rem;
}
.benefitListWrapper .benefit-wrap:not(:first-child) {
  border-top: dotted 3px #ccc;
  padding-top: 1rem;
}
@media all and (min-width: 769px) {
  .benefitListWrapper .benefit-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.benefitListWrapper .benefit-wrap .benefitImage {
  display: block;
  border-radius: 0.3rem;
  padding: 0.3rem;
  text-align: center;
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
@media all and (min-width: 769px) {
  .benefitListWrapper .benefit-wrap .benefitImage {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 30%;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    margin-top: 0;
  }
}
.benefitListWrapper .benefit-wrap .benefitImage img {
  max-height: 300px;
}
.benefitListWrapper .benefit-wrap .benefitText {
  line-height: 1.75em;
}
@media all and (min-width: 769px) {
  .benefitListWrapper .benefit-wrap .benefitText {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 68%;
        -ms-flex: 0 1 68%;
            flex: 0 1 68%;
  }
}
.benefitListWrapper .benefit-wrap .benefitText h2 {
  border-bottom: solid 1px #ccc;
  padding: 0.5rem 0;
}
.benefitListWrapper .benefit-wrap .benefitText p {
  white-space: pre-wrap;
}
.benefitListWrapper .benefit-wrap .benefitText .ariaSpan {
  position: absolute;
  opacity: 0;
}

.benefitDetailWrapper .benefit-wrap {
  /*画像*/
  /*文章*/
}
@media all and (min-width: 769px) {
  .benefitDetailWrapper .benefit-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.benefitDetailWrapper .benefit-wrap .benefitImage {
  display: block;
  border-radius: 0.3rem;
  padding: 0.3rem;
  text-align: center;
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
@media all and (min-width: 769px) {
  .benefitDetailWrapper .benefit-wrap .benefitImage {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 30%;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    margin-top: 0;
  }
}
.benefitDetailWrapper .benefit-wrap .benefitImage img {
  max-height: 300px;
}
.benefitDetailWrapper .benefit-wrap .benefitText {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 68%;
      -ms-flex: 0 1 68%;
          flex: 0 1 68%;
  line-height: 1.75em;
}
.benefitDetailWrapper .benefit-wrap .benefitText h2 {
  border-bottom: solid 1px #ccc;
  padding: 0.5rem 0;
}
.benefitDetailWrapper .benefit-wrap .benefitText p {
  white-space: pre-wrap;
}
.benefitDetailWrapper .benefit-wrap .benefitText .ariaSpan {
  position: absolute;
  opacity: 0;
}

.purchasePowerWrapper .purchasePower-graphWrap {
  margin-top: 1em;
}
.purchasePowerWrapper .purchasePower-graphWrap .axisY-label {
  display: inline-block;
  font-size: 0.8em;
  padding-left: 5px;
}
.purchasePowerWrapper div.chartCaption {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.purchasePowerWrapper .ariaSpan {
  position: absolute;
  opacity: 0;
}

.point-page .ariaSpan {
  position: absolute;
  opacity: 0;
  left: auto;
  right: auto;
  margin: auto;
}
.point-page .card-title h1 {
  margin-top: 0;
}
.point-page .card-header {
  font-weight: bold;
  font-size: 1.1rem;
  background-color: #2AA346;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  padding: 0.5rem;
}
.point-page .card-header i {
  margin-right: 0.2rem;
  font-size: 1.1rem;
}
.point-page .point__card-body {
  padding: 0.9rem 0.9rem 0 0.9rem;
}
.point-page .point-item-title {
  background: #2AA346;
  border-radius: 5px 5px 0 0/5px 5px 0 0;
  text-align: center;
  color: #fff;
  padding: 0.3rem 0;
  font-size: 0.9rem;
  font-weight: bold;
  margin: 0;
}
.point-page .poiont-item-block {
  background: #f4f4f4;
  border-left: solid 1px rgba(0, 0, 0, 0.05);
  border-right: solid 1px rgba(0, 0, 0, 0.05);
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  margin-bottom: 15px;
  border-radius: 0 0 5px 5px/0 0 5px 5px;
}
.point-page .poiont-item-block .point-item {
  margin: 0 0.75rem;
}
.point-page .poiont-item-block .point-item:not(:last-child) {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.point-page .point-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0.7rem 0;
  margin-bottom: 0;
}
.point-page .point-item.point-total {
  padding-top: 0;
}
.point-page .point-item.point-total dd {
  padding-top: 0.5rem;
  text-align: right;
}
.point-page .point-item dt {
  font-size: 0.9rem;
  margin-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.point-page .point-item dd {
  margin-bottom: 0;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.point-page .point-item .point {
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "robotomedium";
}
.point-page .point-item .point-limit {
  margin-top: 0.2rem;
  font-size: 0.85rem;
  padding-top: 0.1rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 0.2rem;
  width: 100%;
  font-weight: normal;
}
.point-page .point-item .point-limit.text-danger {
  font-weight: bold;
}
.point-page .point-now {
  font-size: 2rem;
  font-weight: 400;
  font-family: "robotomedium";
  color: #ff6b33;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.point-page .point-now .icon-pt {
  font-size: 1.5rem;
}
.point-page .list-group {
  list-style: none;
}
.point-page .list-group .btn {
  text-align: left;
  font-weight: bold;
  width: 100%;
  font-size: 0.95rem;
  background-color: #fff;
}
.point-page .list-group .btn:hover {
  background-color: #66BA33;
}

.point__page-title {
  font-weight: bold;
  color: #2AA346;
  font-size: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: dotted 3px #D0D9DC;
}
@media all and (min-width: 769px) {
  .point__page-title {
    font-size: 1.25rem;
  }
}

.point__newsfeed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.point__newsfeed dt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  text-align: center;
  padding: 1rem 0;
  border-bottom: solid 1px #eee;
  line-height: 1.4;
  margin: 0;
}
.point__newsfeed dd {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80%;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  padding: 1rem 0;
  border-bottom: solid 1px #eee;
  line-height: 1.4;
  margin: 0;
}
.point__newsfeed dd a {
  margin-bottom: auto;
}

.form-flow {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin-bottom: 1rem;
  font-weight: bold;
}
@media all and (min-width: 769px) {
  .form-flow {
    margin-bottom: 2rem;
  }
}
.form-flow li {
  background-color: #66BA33;
  color: #fff;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24.5%;
      -ms-flex: 0 0 24.5%;
          flex: 0 0 24.5%;
  max-width: 24.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0.3rem 0;
  line-height: 1.2;
}
.form-flow li.active ~ li {
  background-color: #D0D9DC;
}
.form-flow li span {
  font-weight: normal;
}
@media all and (max-width: 768px) {
  .form-flow li {
    font-size: 0.8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
  }
  .form-flow li span {
    padding: none;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    display: block;
    width: 90%;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    margin-bottom: 0.3rem;
  }
}
@media all and (min-width: 769px) {
  .form-flow li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 23%;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%;
    padding: 0.5rem 0.5rem;
    min-height: 60px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .form-flow li br {
    display: none;
  }
  .form-flow li span {
    border: solid 1px #fff;
    font-size: 0.9rem;
    padding: 0.1rem 0.25rem;
    margin-right: 0.4rem;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    font-weight: normal;
  }
}

.point {
  border-collapse: collapse;
}
.point__search-box {
  padding: 0.5rem;
  width: 100%;
  display: block;
  border-radius: 0.5rem;
  background-color: rgba(208, 217, 220, 0.2);
  margin: 0 auto 1.5rem auto;
}
.point__search-box .item-title {
  font-weight: bold;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 13%;
      -ms-flex: 0 0 13%;
          flex: 0 0 13%;
  text-align: right;
  margin-right: 5px;
  font-size: 0.85rem;
}
.point__search-box .item-title:nth-child(1) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 10%;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
}
.point__search-box .item-title bt {
  display: none;
}
.point__search-box .item-input {
  font-weight: bold;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 23%;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
}
.point__search-box .item-btn-wrap {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 10px;
}
.point__search-box .btn-md {
  font-size: 0.85rem;
}
@media all and (max-width: 980px) {
  .point__search-box .d-flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .point__search-box .item-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 35%;
        -ms-flex: 0 1 35%;
            flex: 0 1 35%;
    text-align: left;
    margin-bottom: 5px;
  }
  .point__search-box .item-title:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 35%;
        -ms-flex: 0 1 35%;
            flex: 0 1 35%;
  }
  .point__search-box .item-input {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 60%;
        -ms-flex: 0 1 60%;
            flex: 0 1 60%;
    margin-bottom: 5px;
  }
  .point__search-box .item-btn-wrap {
    border-top: solid 1px #ccc;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    text-align: center;
    padding-top: 0.75rem;
    padding-bottom: 0.35rem;
    margin-bottom: 0;
  }
}
.point__goods-list {
  border-top: solid 1px #eee;
  padding: 1.5rem 0;
}
@media all and (min-width: 769px) {
  .point__goods-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.point__goods-list:last-of-type {
  border-bottom: solid 1px #D0D9DC;
}
.point__goods-list .figure {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  min-height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border: solid 1px #eee;
  padding: 0;
  overflow: hidden;
  margin-bottom: 1rem;
}
.point__goods-list .figure .figure-title {
  background-color: #ff6b33;
  color: #fff;
  padding: 0.3rem 0.5rem;
}
.point__goods-list .figure .figure-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 190px;
      -ms-flex: 0 0 190px;
          flex: 0 0 190px;
  height: 190px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.point__goods-list .figure .figure-wrap img {
  max-width: 240px;
  max-height: 190px;
  height: auto;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.point__goods-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 67%;
      -ms-flex: 0 0 67%;
          flex: 0 0 67%;
}
.point__goods-item h3 {
  padding-top: 0.5rem;
  font-size: 1.3rem;
  font-weight: bold;
}
.point__goods-item p {
  font-size: 0.9rem;
}
.point__goods-item__fotter {
  text-align: right;
}
.point__label-group {
  margin-bottom: 0.5rem;
}
.point__label-group .label {
  border: solid 2px #666;
  color: #666;
  font-size: 0.85rem;
  border-radius: 0.3rem;
  padding: 0.2rem 0.5rem;
  font-weight: 700;
  white-space: nowrap;
}
.point__label-group .label + .label {
  margin-left: 0.5rem;
}
.point__pager {
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media all and (max-width: 768px) {
  .point__pager {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .point__pager .pages {
    display: block;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-bottom: 0.25rem;
  }
  .point__pager .btnContainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 45%;
        -ms-flex: 1 0 45%;
            flex: 1 0 45%;
  }
  .point__pager .btn-sm {
    padding: 0.5rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 43%;
        -ms-flex: 1 0 43%;
            flex: 1 0 43%;
    margin-bottom: 0.75rem;
  }
}
.point__footer-gaskey {
  position: relative;
  margin-top: 1rem;
  text-align: right;
}
.point__footer-gaskey img {
  position: absolute;
  right: -30px;
}

.point__form .mockTable-item__figure {
  width: 100%;
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  text-align: center;
  max-height: 300px;
}
.point__form .mockTable-item__figure img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 300px;
}
.point__form .mockTable-item .descriptionText-min {
  font-size: 0.9rem;
}
.point__form .mockTable-item p {
  margin-bottom: 0;
}
.point__form .linkInputWrapper .otherSelectMessage-wrap h3 {
  font-size: 1rem;
  font-weight: bold;
}
.point__form .linkInputWrapper .descriptionText-min {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.point__form .checkbox-container {
  font-weight: bold;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.point__form .checkbox-container .dummyCrtl {
  border-color: #999;
  background-color: #fff;
}
.point__form .birthday {
  width: 20%;
}
@media all and (max-width: 768px) {
  .point__form .birthday {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.point__form .mailaddress {
  word-break: break-all;
}
.point__form .pass {
  margin-top: 3px;
}
.point__form .checkSpan {
  font-weight: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9rem;
  margin-top: 3px;
}

.point__history-list {
  width: 100%;
}
.point__history-list thead th {
  white-space: nowrap;
  font-size: 0.95rem;
  line-height: 1.2;
}
.point__history-list thead th span {
  font-size: 0.8rem;
}
.point__history-list thead th .headAriaSpan {
  position: absolute;
  opacity: 0;
  width: auto;
}
@media all and (max-width: 768px) {
  .point__history-list thead th {
    display: none;
  }
}
.point__history-list tbody tr:nth-child(2n) {
  background-color: rgba(102, 186, 51, 0.05);
}
@media all and (max-width: 768px) {
  .point__history-list tbody tr:nth-child(2n) {
    background-color: unset;
  }
}
.point__history-list tbody tr td:nth-child(3),
.point__history-list tbody tr td:nth-child(4),
.point__history-list tbody tr td:nth-child(5) {
  white-space: nowrap;
  font-size: 1.15rem;
  font-weight: bold;
  font-family: "robotomedium";
}
.point__history-list tbody tr td:nth-child(3) span,
.point__history-list tbody tr td:nth-child(4) span,
.point__history-list tbody tr td:nth-child(5) span {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
  font-size: 0.95rem;
}
.point__history-list tbody tr td:nth-child(1) {
  white-space: nowrap;
}
@media all and (max-width: 768px) {
  .point__history-list tbody tr td:nth-child(1) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    border-top: solid 1px #ccc;
    background-color: #EBF6EA;
  }
}
.point__history-list tbody tr td:nth-child(2) {
  text-align: left;
}
@media all and (max-width: 768px) {
  .point__history-list tbody tr td:nth-child(2) .hiddenContents {
    display: block;
    text-align: left;
  }
}
.point__history-list tbody td {
  font-size: 0.9rem;
  line-height: 1.4;
}
@media all and (max-width: 768px) {
  .point__history-list tbody td {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.point__history-list tbody .icon-smile,
.point__history-list tbody .icon-frown {
  font-size: 2rem;
}
.point__history-list .label {
  border: solid 1px #666;
  color: #000;
  font-size: 0.8rem;
  border-radius: 0.3rem;
  padding: 0.2rem 0.4rem;
  font-weight: 500;
  line-height: 1.2;
  /*white-space: nowrap;*/
}
@media all and (max-width: 768px) {
  .point__history-list .label {
    font-size: 0.7rem;
  }
}
.point__history-list .hiddenHeaders {
  display: none;
}
@media all and (max-width: 768px) {
  .point__history-list .hiddenHeaders {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.4;
    border-right: solid 1px #D0D9DC;
    padding: 5px 0;
    font-size: 0.85rem;
    font-weight: bold;
    font-family: "robotomedium";
  }
}
@media all and (max-width: 768px) {
  .point__history-list .hiddenContents {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px;
    font-size: 0.8rem;
  }
}

.point__articleDetail {
  padding-left: 2rem;
  padding-right: 2rem;
}
.point__articleImageWrap {
  text-align: center;
  margin-bottom: 2rem;
}

.socialLinkageWrapper .myHiroshimagus-log {
  max-width: 480px;
  margin: 0 auto;
  padding: 20px 0;
}
.socialLinkageWrapper .policyLinkIcon {
  color: #2AA346;
  font-size: 1.2rem;
  line-height: 1;
}
.socialLinkageWrapper .simpleLink-btn-group {
  text-align: center;
}
.socialLinkageWrapper .simpleLink-btn-group .btn {
  width: 95%;
  margin: 0 auto 15px auto;
}
@media all and (min-width: 769px) {
  .socialLinkageWrapper .simpleLink-btn-group .btn {
    max-width: 300px;
  }
}
.socialLinkageWrapper .alert-text {
  display: block;
  color: #f41958;
  font-weight: bolder;
  margin-top: 0.5em;
}
.socialLinkageWrapper .checkSpan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9rem;
  margin-top: 3px;
}

/* Web領収証 */
.webReceiptNotification-title {
  padding: 8px 0 5px 10px;
  border-left: solid 4px #555;
  margin-bottom: 20px;
}
.webReceiptNotification-title h2 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.webReceiptNotification-title p {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.webReceiptNotification-warpper.print-wrap {
  min-width: 1000px;
}
.webReceiptNotification-warpper .h3 {
  font-size: 1.05rem;
  font-weight: bold;
}
.webReceiptNotification-warpper .h3.border-0 {
  padding: 0;
}
.webReceiptNotification-warpper .h4 {
  font-size: 1rem;
  font-weight: bold;
  border-left: 4px solid #555;
  padding: 5px 10px;
}
.webReceiptNotification-warpper .h4.border-0 {
  padding: 0;
}
.webReceiptNotification-warpper .webReceiptInfo {
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 0.9rem;
  border: solid 1px #1473e6;
  color: #1473e6;
  padding: 5px 7px;
  background-color: #fff;
}
.webReceiptNotification-warpper .doc {
  line-height: 1.4 !important;
  margin-bottom: 5px;
}
.webReceiptNotification-warpper .font-md {
  font-size: 1.3rem;
}
.webReceiptNotification-warpper .font-xs {
  font-size: 0.85rem;
  line-height: 1.4;
}
.webReceiptNotification-warpper .logo {
  text-align: right;
  margin-bottom: 15px;
}
.webReceiptNotification-warpper .logo img {
  height: 30px;
  width: auto;
}
.webReceiptNotification-warpper .info-block {
  font-weight: bold;
  color: #1473e6;
  line-height: 1.4;
  margin-top: 10px;
  background-color: #f5f5f5;
  padding: 10px 10px;
  -moz-text-align-last: left;
       text-align-last: left;
  display: inline-block;
}
.webReceiptNotification-warpper .va-top {
  vertical-align: top;
}
@media all and (min-width: 769px) {
  .webReceiptNotification-warpper .btn-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .webReceiptNotification-warpper .btn-block .btn {
    width: 200px;
    margin-left: auto;
  }
}
.webReceiptNotification-warpper .note-block {
  font-size: 0.85rem;
  padding: 15px 20px;
  margin: 0;
  background-color: #f5f5f5;
  list-style: none;
  border-radius: 5px;
}
.webReceiptNotification-warpper .note-block li {
  margin: 0;
  padding-left: 0.5rem;
  text-indent: -0.8rem;
}
.webReceiptNotification-warpper .note-block li:before {
  content: "・";
}
.webReceiptNotification-warpper .priceList-block {
  font-size: 0.8rem;
  padding: 0;
}
.webReceiptNotification-warpper .price-title {
  border-bottom: solid thin #555;
}

.webReceiptNotification {
  width: 100%;
}

.webReceiptNotification {
  width: 100%;
}
.webReceiptNotification thead th {
  padding: 8px;
}
.webReceiptNotification tr {
  border-left: solid thin #555;
}
.webReceiptNotification th,
.webReceiptNotification td {
  border-top: solid thin #555;
  border-right: solid thin #555;
}
.webReceiptNotification th {
  text-align: center;
  background-color: #f5f5f5;
  font-size: 0.85rem;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
}
.webReceiptNotification td {
  padding: 12px;
  background: #fff;
}

/*.table__name {
  th:nth-child(1) {
    border-radius: 8px 0 0 0;
  }
  th:nth-child(2) {
    border-radius: 0 8px 0 0;
  }
}*/
.table__address th {
  width: 20px;
}
.table__address td {
  word-break: break-all;
}

.table__breakdown {
  border-bottom: solid thin #555;
}
.table__breakdown .item:nth-child(2n-1) td {
  background-color: #f5f5f5;
}
.table__breakdown .item td {
  border-bottom: none;
  border-top: none;
  padding: 4px 3px;
  font-size: 0.8rem;
}

.table__account {
  border-bottom: solid thin #555;
}

@font-face {
  font-family: "icomoon";
  src: url("/Portal/Contents/Styles/font/icomoon/fonts/icomoon.eot?v6gtac");
  src: url("/Portal/Contents/Styles/font/icomoon/fonts/icomoon.eot?v6gtac#iefix") format("embedded-opentype"), url("/Portal/Contents/Styles/font/icomoon/fonts/icomoon.ttf?v6gtac") format("truetype"), url("/Portal/Contents/Styles/font/icomoon/fonts/icomoon.woff?v6gtac") format("woff"), url("/Portal/Contents/Styles/font/icomoon/fonts/icomoon.svg?v6gtac#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-activity:before {
  content: "\e900";
}

.icon-airplay:before {
  content: "\e901";
}

.icon-alert-circle:before {
  content: "\e902";
}

.icon-alert-octagon:before {
  content: "\e903";
}

.icon-alert-triangle:before {
  content: "\e904";
}

.icon-align-center:before {
  content: "\e905";
}

.icon-align-justify:before {
  content: "\e906";
}

.icon-align-left:before {
  content: "\e907";
}

.icon-align-right:before {
  content: "\e908";
}

.icon-anchor:before {
  content: "\e909";
}

.icon-aperture:before {
  content: "\e90a";
}

.icon-archive:before {
  content: "\e90b";
}

.icon-arrow-down:before {
  content: "\e90c";
}

.icon-arrow-down-circle:before {
  content: "\e90d";
}

.icon-arrow-down-left:before {
  content: "\e90e";
}

.icon-arrow-down-right:before {
  content: "\e90f";
}

.icon-arrow-left:before {
  content: "\e910";
}

.icon-arrow-left-circle:before {
  content: "\e911";
}

.icon-arrow-right:before {
  content: "\e912";
}

.icon-arrow-right-circle:before {
  content: "\e913";
}

.icon-arrow-up:before {
  content: "\e914";
}

.icon-arrow-up-circle:before {
  content: "\e915";
}

.icon-arrow-up-left:before {
  content: "\e916";
}

.icon-arrow-up-right:before {
  content: "\e917";
}

.icon-at-sign:before {
  content: "\e918";
}

.icon-award:before {
  content: "\e919";
}

.icon-bar-chart:before {
  content: "\e91a";
}

.icon-bar-chart-2:before {
  content: "\e91b";
}

.icon-battery:before {
  content: "\e91c";
}

.icon-battery-charging:before {
  content: "\e91d";
}

.icon-bell:before {
  content: "\e91e";
}

.icon-bell-off:before {
  content: "\e91f";
}

.icon-bluetooth:before {
  content: "\e920";
}

.icon-bold:before {
  content: "\e921";
}

.icon-book:before {
  content: "\e922";
}

.icon-book-open:before {
  content: "\e923";
}

.icon-bookmark:before {
  content: "\e924";
}

.icon-box:before {
  content: "\e925";
}

.icon-briefcase:before {
  content: "\e926";
}

.icon-calendar:before {
  content: "\e927";
}

.icon-camera:before {
  content: "\e928";
}

.icon-camera-off:before {
  content: "\e929";
}

.icon-cast:before {
  content: "\e92a";
}

.icon-check:before {
  content: "\e92b";
}

.icon-check-circle:before {
  content: "\e92c";
}

.icon-check-square:before {
  content: "\e92d";
}

.icon-chevron-down:before {
  content: "\e92e";
}

.icon-chevron-left:before {
  content: "\e92f";
}

.icon-chevron-right:before {
  content: "\e930";
}

.icon-chevron-up:before {
  content: "\e931";
}

.icon-chevrons-down:before {
  content: "\e932";
}

.icon-chevrons-left:before {
  content: "\e933";
}

.icon-chevrons-right:before {
  content: "\e934";
}

.icon-chevrons-up:before {
  content: "\e935";
}

.icon-chrome:before {
  content: "\e936";
}

.icon-circle:before {
  content: "\e937";
}

.icon-clipboard:before {
  content: "\e938";
}

.icon-clock:before {
  content: "\e939";
}

.icon-cloud:before {
  content: "\e93a";
}

.icon-cloud-drizzle:before {
  content: "\e93b";
}

.icon-cloud-lightning:before {
  content: "\e93c";
}

.icon-cloud-off:before {
  content: "\e93d";
}

.icon-cloud-rain:before {
  content: "\e93e";
}

.icon-cloud-snow:before {
  content: "\e93f";
}

.icon-code:before {
  content: "\e940";
}

.icon-codepen:before {
  content: "\e941";
}

.icon-command:before {
  content: "\e942";
}

.icon-compass:before {
  content: "\e943";
}

.icon-copy:before {
  content: "\e944";
}

.icon-corner-down-left:before {
  content: "\e945";
}

.icon-corner-down-right:before {
  content: "\e946";
}

.icon-corner-left-down:before {
  content: "\e947";
}

.icon-corner-left-up:before {
  content: "\e948";
}

.icon-corner-right-down:before {
  content: "\e949";
}

.icon-corner-right-up:before {
  content: "\e94a";
}

.icon-corner-up-left:before {
  content: "\e94b";
}

.icon-corner-up-right:before {
  content: "\e94c";
}

.icon-cpu:before {
  content: "\e94d";
}

.icon-credit-card:before {
  content: "\e94e";
}

.icon-crop:before {
  content: "\e94f";
}

.icon-crosshair:before {
  content: "\e950";
}

.icon-database:before {
  content: "\e951";
}

.icon-delete:before {
  content: "\e952";
}

.icon-disc:before {
  content: "\e953";
}

.icon-dollar-sign:before {
  content: "\e954";
}

.icon-download:before {
  content: "\e955";
}

.icon-download-cloud:before {
  content: "\e956";
}

.icon-droplet:before {
  content: "\e957";
}

.icon-edit:before {
  content: "\e958";
}

.icon-edit-2:before {
  content: "\e959";
}

.icon-edit-3:before {
  content: "\e95a";
}

.icon-external-link:before {
  content: "\e95b";
}

.icon-eye:before {
  content: "\e95c";
}

.icon-eye-off:before {
  content: "\e95d";
}

.icon-facebook:before {
  content: "\e95e";
}

.icon-fast-forward:before {
  content: "\e95f";
}

.icon-feather:before {
  content: "\e960";
}

.icon-file:before {
  content: "\e961";
}

.icon-file-minus:before {
  content: "\e962";
}

.icon-file-plus:before {
  content: "\e963";
}

.icon-file-text:before {
  content: "\e964";
}

.icon-film:before {
  content: "\e965";
}

.icon-filter:before {
  content: "\e966";
}

.icon-flag:before {
  content: "\e967";
}

.icon-folder:before {
  content: "\e968";
}

.icon-folder-minus:before {
  content: "\e969";
}

.icon-folder-plus:before {
  content: "\e96a";
}

.icon-gift:before {
  content: "\e96b";
}

.icon-git-branch:before {
  content: "\e96c";
}

.icon-git-commit:before {
  content: "\e96d";
}

.icon-git-merge:before {
  content: "\e96e";
}

.icon-git-pull-request:before {
  content: "\e96f";
}

.icon-github:before {
  content: "\e970";
}

.icon-gitlab:before {
  content: "\e971";
}

.icon-globe:before {
  content: "\e972";
}

.icon-grid:before {
  content: "\e973";
}

.icon-hard-drive:before {
  content: "\e974";
}

.icon-hash:before {
  content: "\e975";
}

.icon-headphones:before {
  content: "\e976";
}

.icon-heart:before {
  content: "\e977";
}

.icon-help-circle:before {
  content: "\e978";
}

.icon-home:before {
  content: "\e979";
}

.icon-image:before {
  content: "\e97a";
}

.icon-inbox:before {
  content: "\e97b";
}

.icon-info:before {
  content: "\e97c";
}

.icon-instagram:before {
  content: "\e97d";
}

.icon-italic:before {
  content: "\e97e";
}

.icon-layers:before {
  content: "\e97f";
}

.icon-layout:before {
  content: "\e980";
}

.icon-life-buoy:before {
  content: "\e981";
}

.icon-link:before {
  content: "\e982";
}

.icon-link-2:before {
  content: "\e983";
}

.icon-linkedin:before {
  content: "\e984";
}

.icon-list:before {
  content: "\e985";
}

.icon-loader:before {
  content: "\e986";
}

.icon-lock:before {
  content: "\e987";
}

.icon-log-in:before {
  content: "\e988";
}

.icon-log-out:before {
  content: "\e989";
}

.icon-mail:before {
  content: "\e98a";
}

.icon-map:before {
  content: "\e98b";
}

.icon-map-pin:before {
  content: "\e98c";
}

.icon-maximize:before {
  content: "\e98d";
}

.icon-maximize-2:before {
  content: "\e98e";
}

.icon-menu:before {
  content: "\e98f";
}

.icon-message-circle:before {
  content: "\e990";
}

.icon-message-square:before {
  content: "\e991";
}

.icon-mic:before {
  content: "\e992";
}

.icon-mic-off:before {
  content: "\e993";
}

.icon-minimize:before {
  content: "\e994";
}

.icon-minimize-2:before {
  content: "\e995";
}

.icon-minus:before {
  content: "\e996";
}

.icon-minus-circle:before {
  content: "\e997";
}

.icon-minus-square:before {
  content: "\e998";
}

.icon-monitor:before {
  content: "\e999";
}

.icon-moon:before {
  content: "\e99a";
}

.icon-more-horizontal:before {
  content: "\e99b";
}

.icon-more-vertical:before {
  content: "\e99c";
}

.icon-move:before {
  content: "\e99d";
}

.icon-music:before {
  content: "\e99e";
}

.icon-navigation:before {
  content: "\e99f";
}

.icon-navigation-2:before {
  content: "\e9a0";
}

.icon-octagon:before {
  content: "\e9a1";
}

.icon-package:before {
  content: "\e9a2";
}

.icon-paperclip:before {
  content: "\e9a3";
}

.icon-pause:before {
  content: "\e9a4";
}

.icon-pause-circle:before {
  content: "\e9a5";
}

.icon-percent:before {
  content: "\e9a6";
}

.icon-phone:before {
  content: "\e9a7";
}

.icon-phone-call:before {
  content: "\e9a8";
}

.icon-phone-forwarded:before {
  content: "\e9a9";
}

.icon-phone-incoming:before {
  content: "\e9aa";
}

.icon-phone-missed:before {
  content: "\e9ab";
}

.icon-phone-off:before {
  content: "\e9ac";
}

.icon-phone-outgoing:before {
  content: "\e9ad";
}

.icon-pie-chart:before {
  content: "\e9ae";
}

.icon-play:before {
  content: "\e9af";
}

.icon-play-circle:before {
  content: "\e9b0";
}

.icon-plus:before {
  content: "\e9b1";
}

.icon-plus-circle:before {
  content: "\e9b2";
}

.icon-plus-square:before {
  content: "\e9b3";
}

.icon-pocket:before {
  content: "\e9b4";
}

.icon-power:before {
  content: "\e9b5";
}

.icon-printer:before {
  content: "\e9b6";
}

.icon-radio:before {
  content: "\e9b7";
}

.icon-refresh-ccw:before {
  content: "\e9b8";
}

.icon-refresh-cw:before {
  content: "\e9b9";
}

.icon-repeat:before {
  content: "\e9ba";
}

.icon-rewind:before {
  content: "\e9bb";
}

.icon-rotate-ccw:before {
  content: "\e9bc";
}

.icon-rotate-cw:before {
  content: "\e9bd";
}

.icon-rss:before {
  content: "\e9be";
}

.icon-save:before {
  content: "\e9bf";
}

.icon-scissors:before {
  content: "\e9c0";
}

.icon-search:before {
  content: "\e9c1";
}

.icon-send:before {
  content: "\e9c2";
}

.icon-server:before {
  content: "\e9c3";
}

.icon-settings:before {
  content: "\e9c4";
}

.icon-share:before {
  content: "\e9c5";
}

.icon-share-2:before {
  content: "\e9c6";
}

.icon-shield:before {
  content: "\e9c7";
}

.icon-shield-off:before {
  content: "\e9c8";
}

.icon-shopping-bag:before {
  content: "\e9c9";
}

.icon-shopping-cart:before {
  content: "\e9ca";
}

.icon-shuffle:before {
  content: "\e9cb";
}

.icon-sidebar:before {
  content: "\e9cc";
}

.icon-skip-back:before {
  content: "\e9cd";
}

.icon-skip-forward:before {
  content: "\e9ce";
}

.icon-slack:before {
  content: "\e9cf";
}

.icon-slash:before {
  content: "\e9d0";
}

.icon-sliders:before {
  content: "\e9d1";
}

.icon-smartphone:before {
  content: "\e9d2";
}

.icon-speaker:before {
  content: "\e9d3";
}

.icon-square:before {
  content: "\e9d4";
}

.icon-star:before {
  content: "\e9d5";
}

.icon-stop-circle:before {
  content: "\e9d6";
}

.icon-sun:before {
  content: "\e9d7";
}

.icon-sunrise:before {
  content: "\e9d8";
}

.icon-sunset:before {
  content: "\e9d9";
}

.icon-tablet:before {
  content: "\e9da";
}

.icon-tag:before {
  content: "\e9db";
}

.icon-target:before {
  content: "\e9dc";
}

.icon-terminal:before {
  content: "\e9dd";
}

.icon-thermometer:before {
  content: "\e9de";
}

.icon-thumbs-down:before {
  content: "\e9df";
}

.icon-thumbs-up:before {
  content: "\e9e0";
}

.icon-toggle-left:before {
  content: "\e9e1";
}

.icon-toggle-right:before {
  content: "\e9e2";
}

.icon-trash:before {
  content: "\e9e3";
}

.icon-trash-2:before {
  content: "\e9e4";
}

.icon-trending-down:before {
  content: "\e9e5";
}

.icon-trending-up:before {
  content: "\e9e6";
}

.icon-triangle:before {
  content: "\e9e7";
}

.icon-truck:before {
  content: "\e9e8";
}

.icon-tv:before {
  content: "\e9e9";
}

.icon-twitter:before {
  content: "\e9ea";
}

.icon-type:before {
  content: "\e9eb";
}

.icon-umbrella:before {
  content: "\e9ec";
}

.icon-underline:before {
  content: "\e9ed";
}

.icon-unlock:before {
  content: "\e9ee";
}

.icon-upload:before {
  content: "\e9ef";
}

.icon-upload-cloud:before {
  content: "\e9f0";
}

.icon-user:before {
  content: "\e9f1";
}

.icon-user-check:before {
  content: "\e9f2";
}

.icon-user-minus:before {
  content: "\e9f3";
}

.icon-user-plus:before {
  content: "\e9f4";
}

.icon-user-x:before {
  content: "\e9f5";
}

.icon-users:before {
  content: "\e9f6";
}

.icon-video:before {
  content: "\e9f7";
}

.icon-video-off:before {
  content: "\e9f8";
}

.icon-voicemail:before {
  content: "\e9f9";
}

.icon-volume:before {
  content: "\e9fa";
}

.icon-volume-1:before {
  content: "\e9fb";
}

.icon-volume-2:before {
  content: "\e9fc";
}

.icon-volume-x:before {
  content: "\e9fd";
}

.icon-watch:before {
  content: "\e9fe";
}

.icon-wifi:before {
  content: "\e9ff";
}

.icon-wifi-off:before {
  content: "\ea00";
}

.icon-wind:before {
  content: "\ea01";
}

.icon-x:before {
  content: "\ea02";
}

.icon-x-circle:before {
  content: "\ea03";
}

.icon-x-square:before {
  content: "\ea04";
}

.icon-youtube:before {
  content: "\ea05";
}

.icon-zap:before {
  content: "\ea06";
}

.icon-zap-off:before {
  content: "\ea07";
}

.icon-zoom-in:before {
  content: "\ea08";
}

.icon-zoom-out:before {
  content: "\ea09";
}

.icon-file-excel:before {
  content: "\ea0a";
}

.icon-note:before {
  content: "\ea0b";
}

.icon-yen:before {
  content: "\ea0c";
}

.icon-pt:before {
  content: "\ea0d";
}

.icon-m3:before {
  content: "\ea0e";
}

.icon-point:before {
  content: "\ea0f";
}

.icon-smile:before {
  content: "\ea10";
}

.icon-frown:before {
  content: "\ea11";
}

.icon-file-lock:before {
  content: "\ea12";
}

@font-face {
  font-family: "robotobold";
  src: url("font/roboto/roboto-bold-webfont.woff2") format("woff2"), url("font/roboto/roboto-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotomedium";
  src: url("font/roboto/roboto-medium-webfont.woff2") format("woff2"), url("font/roboto/roboto-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.webReceiptInfo {
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 0.9rem;
  border: solid 1px #1473e6;
  color: #1473e6;
  padding: 5px 7px;
  background-color: #fff;
}

@media all and (max-width: 768px) {
  .webReceipt-warpper {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .webReceipt-warpper .card-body {
    padding: 0;
  }
}
.webReceipt-warpper .webReceiptListHead {
  width: 100%;
  text-align: center;
}
@media all and (max-width: 768px) {
  .webReceipt-warpper .webReceiptListHead {
    display: none;
  }
}
.webReceipt-warpper .webReceiptListHead th {
  padding: 8px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  width: 24%;
}
.webReceipt-warpper .webReceiptListHead th:last-child {
  width: 28%;
}
.webReceipt-warpper .webReceiptList {
  width: 100%;
  background-color: none;
  text-decoration: none;
}
.webReceipt-warpper .webReceiptList:hover {
  background-color: #ffffcc;
}
@media all and (min-width: 769px) {
  .webReceipt-warpper .webReceiptList .clickArea {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .webReceipt-warpper .webReceiptList .clickArea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.webReceipt-warpper .webReceiptList > i {
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .webReceipt-warpper .webReceiptList {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 10px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    position: relative;
    margin-bottom: 10px;
  }
  .webReceipt-warpper .webReceiptList .btn-wrap {
    display: none;
  }
  .webReceipt-warpper .webReceiptList i {
    position: absolute;
    bottom: 10px;
    right: 10px;
    border: solid 1px #2AA346;
    color: #2AA346;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 2px;
    width: 20px;
    height: 20px;
  }
  .webReceipt-warpper .webReceiptList dt {
    color: #2AA346;
    font-size: 0.9rem;
    margin-right: 15px;
  }
  .webReceipt-warpper .webReceiptList dd {
    font-size: 1.1rem;
    color: #222;
    font-weight: normal;
  }
  .webReceipt-warpper .webReceiptList-date {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border-bottom: solid 1px #ccc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .webReceipt-warpper .webReceiptList-date .dateClickArea {
    display: none;
  }
  .webReceipt-warpper .webReceiptList-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 0;
  }
  .webReceipt-warpper .webReceiptList-item dd {
    margin-bottom: 0;
    height: 40px;
    padding-top: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media all and (min-width: 769px) {
  .webReceipt-warpper .webReceiptList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #222;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ccc;
  }
  .webReceipt-warpper .webReceiptList:hover {
    color: #222;
  }
  .webReceipt-warpper .webReceiptList .icon-chevron-right,
  .webReceipt-warpper .webReceiptList dt {
    display: none;
  }
  .webReceipt-warpper .webReceiptList dl {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24%;
        -ms-flex: 0 0 24%;
            flex: 0 0 24%;
    margin-bottom: 0;
  }
  .webReceipt-warpper .webReceiptList dd {
    padding: 12px 5px;
    margin-bottom: 0;
    text-align: center;
  }
  .webReceipt-warpper .webReceiptList .btn-print {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 12px;
    width: 100%;
    display: flex;
    color: #222;
    border-radius: 3px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    border: solid 1px #999;
  }
  .webReceipt-warpper .webReceiptList .btn-print i {
    color: #2AA346;
  }
  .webReceipt-warpper .webReceiptList .btn-print:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .webReceipt-warpper .webReceiptList .btn-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 28%;
        -ms-flex: 0 0 28%;
            flex: 0 0 28%;
    text-align: center;
  }
  .webReceipt-warpper .webReceiptList .webReceiptList-date {
    border: solid 1px #2AA346;
    border-radius: 3px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .webReceipt-warpper .webReceiptList .webReceiptList-date .dateClickArea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .webReceipt-warpper .webReceiptList .webReceiptList-date::before {
    content: "\e964";
    font-family: "icomoon" !important;
    color: #2AA346;
    margin-right: 5px;
  }
  .webReceipt-warpper .webReceiptList .webReceiptList-date:hover {
    color: #fff;
    background-color: #2AA346;
  }
  .webReceipt-warpper .webReceiptList .webReceiptList-date:hover:before {
    color: #fff;
  }
  .webReceipt-warpper .webReceiptList .note {
    margin-top: 5px;
    font-size: 0.8rem;
  }
}

.webCheckInfo {
  background-color: #fff;
  color: #1473e6;
  padding: 15px;
  border: solid 2px #1473e6;
  font-size: 0.9rem;
  margin-bottom: 15px;
  line-height: 1.4;
  font-weight: bolder;
}

@media all and (max-width: 768px) {
  .webCheck-warpper {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .webCheck-warpper .card-body {
    padding: 0;
  }
}
.webCheck-warpper .webCheckListHead {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
@media all and (max-width: 768px) {
  .webCheck-warpper .webCheckListHead {
    display: none;
  }
}
.webCheck-warpper .webCheckListHead th {
  padding: 12px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  width: 25%;
}
.webCheck-warpper .webCheckList {
  width: 100%;
}
.webCheck-warpper .webCheckList-item {
  margin: 0;
  padding: 0;
}
.webCheck-warpper .webCheckList-item .checkbox-container {
  margin-right: 0;
}
@media all and (max-width: 768px) {
  .webCheck-warpper .webCheckList {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .webCheck-warpper .webCheckList dt {
    color: #2AA346;
    font-size: 0.9rem;
    margin: 0;
  }
  .webCheck-warpper .webCheckList dd {
    font-size: 1.1rem;
    color: #222;
    font-weight: normal;
    margin: 0;
  }
  .webCheck-warpper .webCheckList-head {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border-bottom: solid 1px #ccc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 0 10px 0;
  }
  .webCheck-warpper .webCheckList-head dt {
    margin-right: 15px;
  }
  .webCheck-warpper .webCheckList-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 32%;
        -ms-flex: 1 1 32%;
            flex: 1 1 32%;
    margin-bottom: 0;
  }
  .webCheck-warpper .webCheckList-item.info-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 36%;
        -ms-flex: 1 1 36%;
            flex: 1 1 36%;
  }
  .webCheck-warpper .webCheckList-item dt {
    text-align: center;
    margin-bottom: 5px;
  }
  .webCheck-warpper .webCheckList-item dd {
    text-align: center;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media all and (min-width: 769px) {
  .webCheck-warpper .webCheckList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0;
  }
  .webCheck-warpper .webCheckList dl {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    margin-bottom: 0;
    border-bottom: solid 1px #ccc;
    text-align: center;
  }
  .webCheck-warpper .webCheckList dt {
    display: none;
    margin-bottom: 0;
  }
  .webCheck-warpper .webCheckList dd {
    height: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
}

/* サービス利用規約 */
.webCheckAgreementWrapper .h3 {
  font-size: 1rem;
}
.webCheckAgreementWrapper li {
  font-size: 0.95rem;
}
.webCheckAgreementWrapper .ol {
  margin: 0 0 2rem 0;
  padding: 0 0 0 1.5rem;
}
.webCheckAgreementWrapper .ol li {
  margin-bottom: 1rem;
  line-height: 1.75;
}
.webCheckAgreementWrapper .list-style-none {
  list-style: none;
}
.webCheckAgreementWrapper .list-style-none li:before {
  margin-left: unset !important;
  content: unset !important;
}
.webCheckAgreementWrapper .list-style-square {
  list-style: none;
}
.webCheckAgreementWrapper .list-style-square li:before {
  margin-left: -1rem;
  content: "□ ";
}
.webCheckAgreementWrapper .ol_border {
  margin: 0 0 2rem 0;
  padding: 1rem 1rem 0 1rem;
  border: 1px solid #ccc;
}
.webCheckAgreementWrapper .ol_border li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  line-height: 1.75;
}
.webCheckAgreementWrapper .ol_border li content:nth-child(2) {
  font-size: 0.8rem;
  margin-left: 0.5rem;
}
.webCheckAgreementWrapper .ol_no_primary {
  margin: 0 0 2rem 0;
  padding: 0 0.5rem 0 0.5rem;
}
.webCheckAgreementWrapper .ol_no_primary li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  line-height: 1.75;
}
.webCheckAgreementWrapper .ol_no_primary li content:nth-child(2) {
  margin-left: 0.5rem;
}
.webCheckAgreementWrapper .h4 {
  font-size: 1rem;
  font-weight: 700;
  padding: 0.25rem 0 0.25rem 0;
  margin-bottom: 0.5rem;
}
.webCheckAgreementWrapper .ul {
  padding-left: 1.5rem;
}
.webCheckAgreementWrapper p {
  font-size: 0.95rem;
  line-height: 1.75;
  margin-bottom: 2rem;
}
.webCheckAgreementWrapper .pdfDownload {
  margin-bottom: 15px;
}
.webCheckAgreementWrapper .pdfDownload .btn {
  margin-bottom: 10px;
}
@media all and (min-width: 769px) {
  .webCheckAgreementWrapper .pdfDownload {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .webCheckAgreementWrapper .pdfDownload .btn {
    margin-right: 10px;
  }
}
.webCheckAgreementWrapper .checkbox-container {
  padding-top: 10px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.webCheckAgreementWrapper .buttonArea {
  text-align: center;
}
.webCheckAgreementWrapper .buttonArea .btn {
  width: 48%;
}
@media all and (min-width: 769px) {
  .webCheckAgreementWrapper .buttonArea {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .webCheckAgreementWrapper .buttonArea .btn {
    width: 40%;
  }
}

.creditPayApplyInfo {
  background-color: #fff;
  border: solid 3px #1e6af5;
  font-size: 0.9rem;
  margin-bottom: 15px;
  line-height: 1.4;
  font-weight: bolder;
  padding: 15px;
}
@media all and (min-width: 769px) {
  .creditPayApplyInfo {
    border-width: 4px;
    padding: 30px 35px;
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto;
  }
}
.creditPayApplyInfo .attention {
  color: #F41958;
}
.creditPayApplyInfo .ul {
  padding-left: 1rem;
  list-style: none;
}
.creditPayApplyInfo .ul li:before {
  content: "◆";
  margin-right: 3px;
  color: #F41958;
  font-size: 0.8rem;
  margin-left: -0.95rem;
}

.creditPayApply-sp-note {
  margin-bottom: 5px;
  font-size: 0.85rem;
  line-height: 1.5;
}
@media all and (min-width: 769px) {
  .creditPayApply-sp-note {
    display: none;
  }
}

@media all and (max-width: 768px) {
  .creditPayApply-warpper {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .creditPayApply-warpper .card-body {
    padding: 0;
  }
}

.creditPayApplyListHead {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
@media all and (max-width: 768px) {
  .creditPayApplyListHead {
    display: none;
  }
}
.creditPayApplyListHead th {
  padding: 12px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  font-size: 0.9em;
  width: 16.6%;
}
.creditPayApplyListHead th:nth-child(1) {
  width: 16%;
}
.creditPayApplyListHead th:nth-child(2) {
  width: 20%;
}
.creditPayApplyListHead th:nth-child(3) {
  width: 28%;
}
.creditPayApplyListHead th:nth-child(4) {
  width: 8%;
}
.creditPayApplyListHead th:nth-child(5) {
  width: 16%;
}
.creditPayApplyListHead th:nth-child(6) {
  width: 12%;
}

@media all and (max-width: 768px) {
  .creditPayApplyList {
    background-color: #fff;
    padding: 10px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-bottom: 15px;
  }
  .creditPayApplyList dt {
    color: #2AA346;
    font-size: 0.9rem;
    margin: 0 15px 0 0;
  }
  .creditPayApplyList dd {
    font-size: 1.1rem;
    color: #222;
    font-weight: normal;
    margin: 0;
    line-height: 1.4;
  }
  .creditPayApplyList dd {
    margin: 0;
    padding: 5px 0;
  }
  .creditPayApplyList-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .creditPayApplyList-head dd {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    font-size: 1.2rem;
  }
  .creditPayApplyList-item {
    margin-top: 5px;
    margin-bottom: 0;
    display: none;
    border-top: solid 1px #ccc;
  }
  .creditPayApplyList-item dt {
    padding: 10px 0 0 0;
  }
  .creditPayApplyList-item dd {
    padding: 15px 5px 5px 5px;
  }
  .creditPayApplyList-item dd span {
    display: block;
  }
  .creditPayApplyList-item:not(:last-child) dd {
    padding: 15px 5px 10px 5px;
  }
  .creditPayApplyList-item .btn {
    width: 60%;
  }
  .creditPayApplyList.open .creditPayApplyList-item {
    display: block;
  }
  .creditPayApplyList .d-xs-block {
    display: block;
  }
  .creditPayApplyList .tgl-btn {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    line-height: 1.1;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .creditPayApplyList .tgl-btn::after {
    content: "▼";
    display: block;
    font-size: 0.8rem;
  }
  .creditPayApplyList .tgl-btn.active::after {
    content: "▲";
  }
  .creditPayApplyList .tgl-btn small {
    display: block;
    font-size: 0.8rem;
  }
  .creditPayApplyList .noData {
    display: none !important;
  }
}
@media all and (min-width: 769px) {
  .creditPayApplyList {
    width: 100%;
    border-collapse: collapse;
    display: table;
  }
  .creditPayApplyList dl {
    padding: 8px 5px;
    display: table-cell;
    vertical-align: middle;
    border-bottom: solid 1px #ccc;
  }
  .creditPayApplyList dl:nth-child(1) {
    width: 16%;
  }
  .creditPayApplyList dl:nth-child(2) {
    width: 20%;
    width: 200px;
  }
  .creditPayApplyList dl:nth-child(3) {
    width: 28%;
  }
  .creditPayApplyList dl:nth-child(3) dd {
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .creditPayApplyList dl:nth-child(4) {
    width: 8%;
  }
  .creditPayApplyList dl:nth-child(5) {
    width: 16%;
  }
  .creditPayApplyList dl:nth-child(6) {
    width: 12%;
  }
  .creditPayApplyList dt {
    display: none;
  }
  .creditPayApplyList dd {
    font-size: 0.95rem;
    min-height: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
    line-height: 1.2;
  }
}
@media all and (min-width: 769px) and (-ms-high-contrast: none) {
  .creditPayApplyList dd {
    min-height: auto;
    display: block;
  }
  .creditPayApplyList dd span {
    display: block;
  }
}
@media all and (min-width: 769px) {
  .creditPayApplyList .btn {
    width: 80%;
  }
  .creditPayApplyList .tgl-btn {
    display: none;
  }
}

/* サービス利用規約 */
.creditPayApplyAgreementWrapper .h3 {
  font-size: 1rem;
}
.creditPayApplyAgreementWrapper .h4 {
  padding-left: 0;
  margin-left: -0.5rem;
  line-height: 1.45;
}
@media all and (min-width: 769px) {
  .creditPayApplyAgreementWrapper .h4 {
    margin-left: 0;
  }
}
.creditPayApplyAgreementWrapper .h4:before {
  content: "【";
}
.creditPayApplyAgreementWrapper .h4::after {
  content: "】";
}
.creditPayApplyAgreementWrapper p {
  font-size: 0.95rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}
@media all and (min-width: 769px) {
  .creditPayApplyAgreementWrapper p {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (max-width: 768px) {
  .creditPayApplyAgreementWrapper .mb-5 {
    margin-bottom: 24px !important;
  }
}
.creditPayApplyAgreementWrapper .explain-list {
  list-style: none;
  padding-left: 1rem;
}
@media all and (min-width: 769px) {
  .creditPayApplyAgreementWrapper .explain-list {
    padding-left: 1.75rem;
  }
}
.creditPayApplyAgreementWrapper .explain-list li {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
@media all and (min-width: 769px) {
  .creditPayApplyAgreementWrapper .explain-list li {
    font-size: 0.95rem;
  }
}
.creditPayApplyAgreementWrapper .explain-list li:before {
  content: "※";
  margin-left: -1rem;
}
.creditPayApplyAgreementWrapper .pdfDownload {
  margin-bottom: 40px;
  text-align: center;
}
@media all and (max-width: 768px) {
  .creditPayApplyAgreementWrapper .pdfDownload .btn {
    margin-bottom: 20px;
  }
}
@media all and (min-width: 769px) {
  .creditPayApplyAgreementWrapper .pdfDownload {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .creditPayApplyAgreementWrapper .pdfDownload .btn {
    margin-right: 10px;
  }
}
.creditPayApplyAgreementWrapper .checkbox-container {
  padding-top: 15px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.creditPayApplyAgreementWrapper .buttonArea {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.creditPayApplyAgreementWrapper .buttonArea .btn-visually-hidden {
  height: 38px;
  top: 0;
  right: 0;
  min-width: 100%;
}
@media all and (min-width: 769px) {
  .creditPayApplyAgreementWrapper .buttonArea .btn-visually-hidden {
    position: absolute;
    width: 300px;
    left: 50%;
    min-width: 300px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.creditPayApplyAgreementWrapper .buttonArea .btn-primary {
  width: 100%;
  margin-bottom: 15px;
}
@media all and (min-width: 769px) {
  .creditPayApplyAgreementWrapper .buttonArea .btn-primary {
    width: 300px;
    position: absolute;
    left: 50%;
    margin-left: -150px;
  }
}
.creditPayApplyAgreementWrapper .text-danger {
  color: #FF3333;
}
.creditPayApplyAgreementWrapper .scroll-block {
  max-height: 600px;
  overflow-y: auto;
  border: solid 3px #eee;
  margin-bottom: 20px;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media all and (min-width: 769px) {
  .creditPayApplyAgreementWrapper .scroll-block {
    max-height: 700px;
    margin-bottom: 40px;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* サービス利用規約 */
@media all and (max-width: 768px) {
  .creditPayApplyInputWrapper .itemName-inner {
    font-size: 0.85rem;
  }
}
.creditPayApplyInputWrapper .explain {
  font-size: 0.8em;
  margin-top: 5px;
  line-height: 1.4;
  text-indent: -0.75rem;
  padding-left: 0.75rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.creditPayApplyInputWrapper .itemNameExplain {
  font-size: 0.9rem;
  display: inline-block;
  font-weight: 600;
  line-height: 1.2;
}
.creditPayApplyInputWrapper .radio-container {
  width: 100%;
}
.creditPayApplyInputWrapper .otherRadio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.creditPayApplyInputWrapper .otherRadio .otherInput {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
@media all and (min-width: 769px) {
  .creditPayApplyInputWrapper .otherRadio {
    min-width: 360px;
  }
  .creditPayApplyInputWrapper .otherRadio + .explain {
    margin-left: 95px;
  }
}
@media all and (min-width: 769px) {
  .creditPayApplyInputWrapper .formTable-item {
    padding-top: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.creditPayApplyInputWrapper .buttonArea {
  text-align: center;
}
.creditPayApplyInputWrapper .buttonArea .btn {
  width: 48%;
}
@media all and (min-width: 769px) {
  .creditPayApplyInputWrapper .buttonArea {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .creditPayApplyInputWrapper .buttonArea .btn {
    width: 40%;
  }
}
.creditPayApplyInputWrapper .labelText {
  white-space: nowrap;
}

/* サービス利用規約 */
.creditPayApplyConfirmWrapper .explain {
  font-size: 0.8em;
}
.creditPayApplyConfirmWrapper .itemNameExplain {
  font-size: 0.9rem;
  display: inline-block;
  font-weight: 600;
  line-height: 1.2;
}
.creditPayApplyConfirmWrapper .buttonArea {
  text-align: center;
}
.creditPayApplyConfirmWrapper .buttonArea .btn {
  width: 48%;
}
@media all and (min-width: 769px) {
  .creditPayApplyConfirmWrapper .buttonArea {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .creditPayApplyConfirmWrapper .buttonArea .btn {
    width: 40%;
  }
}

.creditPayApplyConfirmController .itemName-inner {
  font-size: 0.85rem;
}
.creditPayApplyConfirmController .attentionOptionMessage {
  font-size: 1rem;
  line-height: 1.65;
}

.creditPayApplyCompleteWrapper .applyNgInfo {
  color: #FF5050;
  font-weight: bold;
}
.creditPayApplyCompleteWrapper .buttonArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.creditPayApplyCompleteWrapper .buttonArea .buttonFontSize {
  font-size: 0.8em;
}
.creditPayApplyCompleteWrapper .buttonArea .btn {
  width: 100%;
  max-width: 440px;
}
.creditPayApplyCompleteWrapper .page-title {
  font-weight: bold;
  color: #2AA346;
  font-size: 1.05rem;
  text-align: left;
  padding-top: 0.25rem;
  padding-bottom: 0.75rem;
  margin-bottom: 1rem;
  border-bottom: dotted 3px #D0D9DC;
}
.creditPayApplyCompleteWrapper .page-title.applyNgInfo {
  color: #FF5050;
}
.creditPayApplyCompleteWrapper .number-block {
  border: solid 1px #ccc;
  padding: 10px 15px;
  display: inline-block;
  background-color: #f5f5f5;
}

.electricityBillingAmountWrapper .electricityBillingAmount-graphWrap .axisY-label {
  display: inline-block;
  font-size: 0.8em;
  padding-left: 5px;
}
.electricityBillingAmountWrapper div.chartCaption {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.electricityBillingAmountWrapper .ariaSpan {
  position: absolute;
  opacity: 0;
  text-align: right;
}

.electricityBillingAmountGraph-table {
  margin-top: 1em;
}

.electricityBillingListWrapper thead {
  background: #f5f5f5;
  text-align: center;
  line-height: 1.4;
}
.electricityBillingListWrapper .electricityBillingInformationList .electricityBillingListHeader .headAriaSpan {
  position: absolute;
  opacity: 0;
  width: auto;
}
.electricityBillingListWrapper .electricityBillingMonthData .data-row:hover {
  background: rgba(255, 255, 0, 0.2);
}
.electricityBillingListWrapper .electricityBillingMonthData .data-row td {
  padding: 0.3rem 0.5rem;
}
.electricityBillingListWrapper .electricityBillingMonthData .data-row td.useAmount, .electricityBillingListWrapper .electricityBillingMonthData .data-row td.electricityBill, .electricityBillingListWrapper .electricityBillingMonthData .data-row td.otherBill, .electricityBillingListWrapper .electricityBillingMonthData .data-row td.electricityBillingAmount, .electricityBillingListWrapper .electricityBillingMonthData .data-row td.useDays {
  text-align: right;
}
.electricityBillingListWrapper .electricityBillingMonthData .data-row span, .electricityBillingListWrapper .electricityBillingMonthData .data-row .btn {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
}
@media all and (min-width: 769px) {
  .electricityBillingListWrapper .electricityBillingInformationList {
    width: 100%;
  }
  .electricityBillingListWrapper .electricityBillingInformationList th, .electricityBillingListWrapper .electricityBillingInformationList td {
    border: solid 1px #ccc;
    padding: 0.3rem 0.5rem;
    text-align: center;
  }
}
@media all and (max-width: 768px) {
  .electricityBillingListWrapper.card {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
    border-radius: 0;
  }
  .electricityBillingListWrapper .card-body {
    padding: 0;
  }
  .electricityBillingListWrapper .electricityBillingMonthData {
    display: block;
    width: 100%;
  }
  .electricityBillingListWrapper .electricityBillingMonthData tr {
    display: block;
    padding: 0.6rem;
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  }
  .electricityBillingListWrapper .electricityBillingMonthData tr:not(:last-child) {
    margin-bottom: 15px;
  }
  .electricityBillingListWrapper .electricityBillingInformationList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .electricityBillingListWrapper .electricityBillingInformationList .data-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .electricityBillingListWrapper .electricityBillingInformationList .data-row th {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-bottom: 0.6rem;
    border-bottom: solid 1px #ccc;
  }
  .electricityBillingListWrapper .electricityBillingInformationList .data-row th::before {
    content: attr(data-title);
    white-space: nowrap;
    margin-right: 15px;
    color: #105fbe;
  }
  .electricityBillingListWrapper .electricityBillingInformationList .data-row th .btn {
    width: auto;
  }
  .electricityBillingListWrapper .electricityBillingInformationList .data-row td {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    min-height: 2em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 0;
  }
  .electricityBillingListWrapper .electricityBillingInformationList .data-row td::before {
    content: attr(data-title);
    white-space: nowrap;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    text-align: left;
    color: #105fbe;
    font-size: 0.9rem;
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 5px;
  }
  .electricityBillingListWrapper .electricityBillingInformationList .data-row td span {
    text-align: right;
  }
  .electricityBillingListWrapper .electricityBillingInformationList .data-row td span::after {
    content: attr(data-unit);
    margin-left: 3px;
  }
  .electricityBillingListWrapper .electricityBillingInformationList .data-row td.inspectionDay, .electricityBillingListWrapper .electricityBillingInformationList .data-row td.useDays, .electricityBillingListWrapper .electricityBillingInformationList .data-row td.electricityBill, .electricityBillingListWrapper .electricityBillingInformationList .data-row td.otherBill {
    display: none;
  }
  .electricityBillingListWrapper .electricityBillingInformationList .data-row td.useAmount span {
    width: auto;
  }
  .electricityBillingListWrapper .electricityBillingInformationList .data-row td.electricityBillingAmount span {
    width: auto;
  }
  .electricityBillingListWrapper .electricityBillingInformationList .data-row td.electricityBillingAmount::after {
    content: "円";
    font-size: 0.9rem;
  }
  .electricityBillingListWrapper .electricityBillingInformationList .electricityBillingListHeader {
    display: none;
  }
}

.electricityInspectionMeterWrapper .billingDetail tr td {
  position: relative;
}
.electricityInspectionMeterWrapper .billingDetail tr td .ariaSpan {
  position: absolute;
  opacity: 0;
  left: 0;
}
.electricityInspectionMeterWrapper .billingDetail tr td .uchiwakeAria {
  position: relative;
}
.electricityInspectionMeterWrapper .billingDetail tr td .uchiwakeAria .uchiwakeAriaLabel {
  position: absolute;
  opacity: 0;
  left: 0;
  padding-left: 1rem;
}
@media all and (max-width: 768px) {
  .electricityInspectionMeterWrapper .billingDetail {
    width: calc(100% + 20px);
    display: block;
    margin-left: -10px;
    margin-right: 10px;
  }
  .electricityInspectionMeterWrapper .billingDetail > tbody {
    display: block;
    width: 100%;
  }
  .electricityInspectionMeterWrapper .billingDetail > tbody > tr {
    display: block;
    width: 100%;
  }
  .electricityInspectionMeterWrapper .billingDetail > tbody > tr > th {
    display: block;
    width: 100%;
  }
  .electricityInspectionMeterWrapper .billingDetail > tbody > tr > td {
    display: block;
    width: 100%;
  }
  .electricityInspectionMeterWrapper .billingDetail th {
    font-size: 0.8rem;
    color: #105fbe;
  }
  .electricityInspectionMeterWrapper .billingDetail td {
    border-bottom: solid 1px #ccc;
    padding: 10px 5px 10px 10px;
    margin-bottom: 10px;
    line-height: 1.4;
  }
}
@media all and (min-width: 769px) {
  .electricityInspectionMeterWrapper .d-md-blcok {
    display: block !important;
  }
  .electricityInspectionMeterWrapper .billingDetail {
    width: 100%;
  }
  .electricityInspectionMeterWrapper .billingDetail .font-lg {
    line-height: 1;
    font-weight: bold;
  }
  .electricityInspectionMeterWrapper .billingDetail th,
  .electricityInspectionMeterWrapper .billingDetail td {
    padding: 15px 5px;
    border-bottom: solid 1px #ccc;
  }
  .electricityInspectionMeterWrapper .billingDetail th {
    font-size: 0.95rem;
    line-height: 1.4;
    width: 18%;
  }
  .electricityInspectionMeterWrapper .billingDetail td {
    width: 37%;
    line-height: 1.4;
  }
  .electricityInspectionMeterWrapper .billingDetailBlock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.electricityInspectionMeterWrapper .billingDetailBlcok {
  background-color: #f5f5f5;
  border-radius: 3px;
  padding: 8px 5px;
  width: 100%;
}
@media all and (min-width: 769px) {
  .electricityInspectionMeterWrapper .billingDetailBlcok {
    padding-right: 15px;
    width: 400px;
  }
}
.electricityInspectionMeterWrapper .billingDetailBlcok-title {
  font-size: 0.9rem;
  font-weight: bold;
  color: #444;
  margin: 15px 0 0 15px;
}
.electricityInspectionMeterWrapper .billingDetailItem {
  width: 100%;
}
.electricityInspectionMeterWrapper .billingDetailItem th,
.electricityInspectionMeterWrapper .billingDetailItem td {
  padding: 8px 10px;
  border: none;
}
.electricityInspectionMeterWrapper .billingDetailItem td,
.electricityInspectionMeterWrapper .billingDetailItem th {
  white-space: nowrap;
}
.electricityInspectionMeterWrapper .billingDetailItem th {
  font-size: 0.9rem;
  color: #444;
}
.electricityInspectionMeterWrapper .billingDetailBreakdown {
  font-size: 0.9rem;
  margin-top: -12px;
  line-height: 1.4;
}
.electricityInspectionMeterWrapper .billingNoteItem {
  padding: 0;
  list-style: none;
  margin-top: 5px;
  font-size: 3.5vw;
}
.electricityInspectionMeterWrapper .billingNoteItem li {
  padding-left: 1rem;
  text-indent: -0.7rem;
}
@media (min-width: 421px) {
  .electricityInspectionMeterWrapper .billingNoteItem {
    font-size: 0.9rem;
  }
}
@media (min-width: 481px) {
  .electricityInspectionMeterWrapper .billingNoteItem {
    font-size: 0.8rem;
  }
  .electricityInspectionMeterWrapper .billingNoteItem br {
    display: none;
  }
}
@media (min-width: 750px) and (max-width: 1024px) {
  .electricityInspectionMeterWrapper .billingNoteItem {
    font-size: 0.9rem;
  }
  .electricityInspectionMeterWrapper .billingNoteItem br {
    display: none;
  }
}
@media (min-width: 1025px) {
  .electricityInspectionMeterWrapper .billingNoteItem {
    font-size: 0.9rem;
  }
}
.electricityInspectionMeterWrapper .billingNoteItem li {
  margin-bottom: 5px;
  line-height: 1.3;
}
.electricityInspectionMeterWrapper .border-1 {
  border-top: solid 1px #ccc;
}
.electricityInspectionMeterWrapper .rowTitle-br {
  display: none;
}
@media all and (min-width: 769px) {
  .electricityInspectionMeterWrapper .rowTitle-br {
    display: block;
  }
}
.electricityInspectionMeterWrapper .rowTitle-ml {
  margin-left: unset;
}
@media all and (min-width: 769px) {
  .electricityInspectionMeterWrapper .rowTitle-ml {
    /*margin-left: 2.5rem;*/
  }
}
.electricityInspectionMeterWrapper .footerExplain {
  line-height: 1;
}

.elecUsageWrapper .elecUsage-graphWrap .axisY-label {
  display: inline-block;
  font-size: 0.8em;
  padding-left: 5px;
}
.elecUsageWrapper div.chartCaption {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.elecUsageWrapper .ariaSpan {
  position: absolute;
  opacity: 0;
  text-align: right;
}
.elecUsageWrapper .elecUsageGraph-table {
  width: 100%;
}
.elecUsageWrapper .elecUsageDataTable {
  width: 100%;
}
.elecUsageWrapper .elecUsageDataTable .col1 {
  width: 22%;
}
.elecUsageWrapper .elecUsageDataTable .col2 {
  width: 26%;
}
.elecUsageWrapper .elecUsageDataTable .col3 {
  width: 26%;
}
.elecUsageWrapper .elecUsageDataTable .col4 {
  width: 26%;
}
@media (max-width: 768px) {
  .elecUsageWrapper .elecUsageDataTable td.number {
    padding-right: 0.25em;
  }
}
.elecUsageWrapper .usage-day-wrapper {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media all and (min-width: 769px) {
  .elecUsageWrapper .usage-day-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
}
.elecUsageWrapper .usage-day-wrapper .usage-day-wrapper-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.3rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 769px) {
  .elecUsageWrapper .usage-day-wrapper .usage-day-wrapper-inner {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .elecUsageWrapper .usage-day-wrapper .usage-day-wrapper-inner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3px;
    margin-bottom: 15px;
  }
}
.elecUsageWrapper .usage-day-wrapper .usage-day-wrapper-inner .measure-day-box {
  min-width: 150px;
  text-align: center;
}
@media (max-width: 768px) {
  .elecUsageWrapper .usage-day-wrapper .usage-day-wrapper-inner .measure-day-box {
    margin-bottom: 0px;
    min-width: 75px;
  }
}
.elecUsageWrapper .usage-day-wrapper .usage-day-wrapper-inner .usage-day-box {
  background-color: #f5f5f5;
  padding: 14px 10px 12px 10px;
  min-width: 180px;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .elecUsageWrapper .usage-day-wrapper .usage-day-wrapper-inner .usage-day-box {
    margin-bottom: 0px;
  }
}
.elecUsageWrapper .usage-day-wrapper .usage-day-wrapper-inner .usage-day-box .sum-total {
  font-size: 1.4em;
  font-weight: 700;
  margin: 0 0.2em 0 0;
}
.elecUsageWrapper .usage-day-wrapper .usage-day-wrapper-inner .day-lable {
  font-size: 0.9em;
  font-weight: bold;
}
@media (max-width: 768px) {
  .elecUsageWrapper .usage-day-wrapper .usage-day-wrapper-inner .day-lable {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 3px;
  }
}
@media (min-width: 769px) {
  .elecUsageWrapper .usage-day-wrapper .usage-day-wrapper-inner .day-lable {
    margin-right: 10px;
  }
}
.elecUsageWrapper .usage-day-wrapper .usage-day-wrapper-inner .meature-date-wrappter {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  padding-right: 2px;
}
.elecUsageWrapper .usage-day-wrapper .usage-day-wrapper-inner .meature-date-wrappter .day-input {
  height: 0px;
  padding: 0px;
  position: absolute;
  left: -20px;
  bottom: 0px;
  pointer-events: none;
}
.elecUsageWrapper .usage-day-wrapper .usage-day-wrapper-inner .meature-date-wrappter .day-input:focus {
  outline: none;
}

.elecUsageDayWrapper .elecUsageDay-graphWrap .axisY-label {
  display: inline-block;
  font-size: 0.8em;
  padding-left: 5px;
}
.elecUsageDayWrapper div.chartCaption {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.elecUsageDayWrapper .ariaSpan {
  position: absolute;
  opacity: 0;
  text-align: right;
}
@media (min-width: 769px) {
  .elecUsageDayWrapper .elecUsageDayGraph-table {
    padding-left: 22%;
    padding-right: 22%;
  }
}
.elecUsageDayWrapper .elecUsageDayDataTable {
  width: 100%;
}
.elecUsageDayWrapper .elecUsageDayDataTable .col1 {
  width: 50%;
}
.elecUsageDayWrapper .elecUsageDayDataTable .col2 {
  width: 50%;
}
@media (max-width: 768px) {
  .elecUsageDayWrapper .elecUsageDayDataTable td.number {
    padding-right: 0.25em;
  }
}
.elecUsageDayWrapper .usage-month-wrapper-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.3rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .elecUsageDayWrapper .usage-month-wrapper-inner {
    display: block;
  }
}
.elecUsageDayWrapper .usage-month-wrapper-inner .input-costom-group-text {
  margin-right: 10px;
}
.elecUsageDayWrapper .usage-month-wrapper-inner .usage-month-box {
  color: #DB4965;
  background-color: #f5f5f5;
  padding: 14px 10px 12px 10px;
  min-width: 180px;
  border-radius: 5px;
  vertical-align: bottom;
}
.elecUsageDayWrapper .usage-month-wrapper-inner dt {
  margin-bottom: 5px;
  font-size: 0.9em;
  margin-right: 5px;
}
.elecUsageDayWrapper .usage-month-wrapper-inner .usage-month-box {
  background-color: #f5f5f5;
  padding: 14px 10px 12px 10px;
  min-width: 180px;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .elecUsageDayWrapper .usage-month-wrapper-inner .usage-month-box {
    margin-bottom: 0px;
  }
}
.elecUsageDayWrapper .usage-month-wrapper-inner .usage-month-box .sum-total {
  font-size: 1.4em;
  font-weight: 700;
  margin: 0 0.2em 0 0;
}
.elecUsageDayWrapper .input-costom-group-text.usage-month-box {
  background-color: white;
  color: #495057;
}
@media (max-width: 768px) {
  .elecUsageDayWrapper .input-costom-group-text.usage-month-box {
    margin-bottom: 0px;
  }
}
.elecUsageDayWrapper .input-costom-group-text.usage-month-box .sum-total {
  font-size: 1.2em;
  font-weight: 700;
  margin: 0 0.5em 0 0;
}

.elecUsageHourWrapper .elecUsageHour-graphWrap .axisY-label {
  display: inline-block;
  font-size: 0.8em;
  padding-left: 5px;
}
.elecUsageHourWrapper div.chartCaption {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.elecUsageHourWrapper .ariaSpan {
  position: absolute;
  opacity: 0;
  text-align: right;
}
@media (min-width: 769px) {
  .elecUsageHourWrapper .elecUsageHourGraph-table {
    padding-left: 22%;
    padding-right: 22%;
  }
}
.elecUsageHourWrapper .elecUsageHourDataTable {
  width: 100%;
}
.elecUsageHourWrapper .elecUsageHourDataTable .col1 {
  width: 50%;
}
.elecUsageHourWrapper .elecUsageHourDataTable .col2 {
  width: 50%;
}
@media (max-width: 768px) {
  .elecUsageHourWrapper .elecUsageHourDataTable td.number {
    padding-right: 0.25em;
  }
}
.elecUsageHourWrapper .usage-month-wrapper-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.3rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .elecUsageHourWrapper .usage-month-wrapper-inner {
    display: block;
  }
}
.elecUsageHourWrapper .usage-month-wrapper-inner .input-costom-group-text {
  margin-right: 10px;
  text-align: center;
}
.elecUsageHourWrapper .usage-month-wrapper-inner .usage-month-box {
  color: #DB4965;
  background-color: #f5f5f5;
  padding: 14px 10px 12px 10px;
  min-width: 180px;
  border-radius: 5px;
  vertical-align: bottom;
}
.elecUsageHourWrapper .usage-month-wrapper-inner dt {
  margin-bottom: 5px;
  font-size: 0.9em;
  margin-right: 5px;
}
.elecUsageHourWrapper .usage-month-wrapper-inner .usage-month-box {
  background-color: #f5f5f5;
  padding: 14px 10px 12px 10px;
  min-width: 180px;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .elecUsageHourWrapper .usage-month-wrapper-inner .usage-month-box {
    margin-bottom: 0px;
  }
}
.elecUsageHourWrapper .usage-month-wrapper-inner .usage-month-box .sum-total {
  font-size: 1.4em;
  font-weight: 700;
  margin: 0 0.2em 0 0;
}

.elecUsageWrapper .elecUsage-graphWrap .axisY-label {
  display: inline-block;
  font-size: 0.8em;
  padding-left: 5px;
}
.elecUsageWrapper div.chartCaption {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.elecUsageWrapper .ariaSpan {
  position: absolute;
  opacity: 0;
  text-align: right;
}

.electricityWebReceiptInfo {
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 0.9rem;
  border: solid 1px #1473e6;
  color: #1473e6;
  padding: 5px 7px;
  background-color: #fff;
}

@media all and (max-width: 768px) {
  .electricityWebReceipt-warpper {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .electricityWebReceipt-warpper .card-body {
    padding: 0;
  }
}
.electricityWebReceipt-warpper .electricityWebReceiptListHead {
  width: 100%;
  text-align: center;
}
@media all and (max-width: 768px) {
  .electricityWebReceipt-warpper .electricityWebReceiptListHead {
    display: none;
  }
}
.electricityWebReceipt-warpper .electricityWebReceiptListHead th {
  padding: 8px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  width: 24%;
}
.electricityWebReceipt-warpper .electricityWebReceiptListHead th:last-child {
  width: 28%;
}
.electricityWebReceipt-warpper .electricityWebReceiptList {
  width: 100%;
  background-color: none;
  text-decoration: none;
}
.electricityWebReceipt-warpper .electricityWebReceiptList:hover {
  background-color: #ffffcc;
}
@media all and (min-width: 769px) {
  .electricityWebReceipt-warpper .electricityWebReceiptList .clickArea {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .electricityWebReceipt-warpper .electricityWebReceiptList .clickArea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.electricityWebReceipt-warpper .electricityWebReceiptList > i {
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .electricityWebReceipt-warpper .electricityWebReceiptList {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 10px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    position: relative;
    margin-bottom: 10px;
  }
  .electricityWebReceipt-warpper .electricityWebReceiptList .btn-wrap {
    display: none;
  }
  .electricityWebReceipt-warpper .electricityWebReceiptList i {
    position: absolute;
    bottom: 10px;
    right: 10px;
    border: solid 1px #105fbe;
    color: #105fbe;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 2px;
    width: 20px;
    height: 20px;
  }
  .electricityWebReceipt-warpper .electricityWebReceiptList dt {
    color: #105fbe;
    font-size: 0.9rem;
    margin-right: 15px;
  }
  .electricityWebReceipt-warpper .electricityWebReceiptList dd {
    font-size: 1.1rem;
    color: #222;
    font-weight: normal;
  }
  .electricityWebReceipt-warpper .electricityWebReceiptList-date {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border-bottom: solid 1px #ccc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .electricityWebReceipt-warpper .electricityWebReceiptList-date .dateClickArea {
    display: none;
  }
  .electricityWebReceipt-warpper .electricityWebReceiptList-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 0;
  }
  .electricityWebReceipt-warpper .electricityWebReceiptList-item dd {
    margin-bottom: 0;
    height: 40px;
    padding-top: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media all and (min-width: 769px) {
  .electricityWebReceipt-warpper .electricityWebReceiptList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #222;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ccc;
  }
  .electricityWebReceipt-warpper .electricityWebReceiptList:hover {
    color: #222;
  }
  .electricityWebReceipt-warpper .electricityWebReceiptList .icon-chevron-right,
  .electricityWebReceipt-warpper .electricityWebReceiptList dt {
    display: none;
  }
  .electricityWebReceipt-warpper .electricityWebReceiptList dl {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24%;
        -ms-flex: 0 0 24%;
            flex: 0 0 24%;
    margin-bottom: 0;
  }
  .electricityWebReceipt-warpper .electricityWebReceiptList dd {
    padding: 12px 5px;
    margin-bottom: 0;
    text-align: center;
  }
  .electricityWebReceipt-warpper .electricityWebReceiptList .btn-print {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 12px;
    width: 100%;
    display: flex;
    color: #222;
    border-radius: 3px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    border: solid 1px #999;
  }
  .electricityWebReceipt-warpper .electricityWebReceiptList .btn-print i {
    color: #105fbe;
  }
  .electricityWebReceipt-warpper .electricityWebReceiptList .btn-print:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .electricityWebReceipt-warpper .electricityWebReceiptList .btn-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 28%;
        -ms-flex: 0 0 28%;
            flex: 0 0 28%;
    text-align: center;
  }
  .electricityWebReceipt-warpper .electricityWebReceiptList .electricityWebReceiptList-date {
    border: solid 1px #105fbe;
    border-radius: 3px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .electricityWebReceipt-warpper .electricityWebReceiptList .electricityWebReceiptList-date .dateClickArea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .electricityWebReceipt-warpper .electricityWebReceiptList .electricityWebReceiptList-date::before {
    content: "\e964";
    font-family: "icomoon" !important;
    color: #105fbe;
    margin-right: 5px;
  }
  .electricityWebReceipt-warpper .electricityWebReceiptList .electricityWebReceiptList-date:hover {
    color: #fff;
    background-color: #105fbe;
  }
  .electricityWebReceipt-warpper .electricityWebReceiptList .electricityWebReceiptList-date:hover:before {
    color: #fff;
  }
  .electricityWebReceipt-warpper .electricityWebReceiptList .note {
    margin-top: 5px;
    font-size: 0.8rem;
  }
}

/* ガス領収証・電力領収証 共通 */
.electricityWebReceiptNotification-title {
  padding: 8px 0 5px 10px;
  border-left: solid 4px #555;
  margin-bottom: 20px;
}
.electricityWebReceiptNotification-title h2 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.electricityWebReceiptNotification-title p {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.electricityWebReceiptNotification-warpper.print-wrap {
  min-width: 1000px;
}
.electricityWebReceiptNotification-warpper .h3 {
  font-size: 1.05rem;
  font-weight: bold;
}
.electricityWebReceiptNotification-warpper .h3.border-0 {
  padding: 0;
}
.electricityWebReceiptNotification-warpper .h4 {
  font-size: 1rem;
  font-weight: bold;
  border-left: 4px solid #555;
  padding: 5px 10px;
}
.electricityWebReceiptNotification-warpper .h4.border-0 {
  padding: 0;
}
.electricityWebReceiptNotification-warpper .electricityWebReceiptInfo {
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 0.9rem;
  border: solid 1px #1473e6;
  color: #1473e6;
  padding: 5px 7px;
  background-color: #fff;
}
.electricityWebReceiptNotification-warpper .doc {
  line-height: 1.4 !important;
  margin-bottom: 5px;
}
.electricityWebReceiptNotification-warpper .font-md {
  font-size: 1.3rem;
}
.electricityWebReceiptNotification-warpper .font-xs {
  font-size: 0.85rem;
  line-height: 1.4;
}
.electricityWebReceiptNotification-warpper .logo {
  text-align: right;
  margin-bottom: 15px;
}
.electricityWebReceiptNotification-warpper .logo img {
  height: 30px;
  width: auto;
}
.electricityWebReceiptNotification-warpper .info-block {
  font-weight: bold;
  color: #1473e6;
  line-height: 1.4;
  margin-top: 10px;
  background-color: #f5f5f5;
  padding: 10px 10px;
  -moz-text-align-last: left;
       text-align-last: left;
  display: inline-block;
}
.electricityWebReceiptNotification-warpper .va-top {
  vertical-align: middle;
}
@media all and (min-width: 769px) {
  .electricityWebReceiptNotification-warpper .btn-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .electricityWebReceiptNotification-warpper .btn-block .btn {
    width: 200px;
    margin-left: auto;
  }
}
.electricityWebReceiptNotification-warpper .note-block {
  font-size: 0.85rem;
  padding: 15px 20px;
  margin: 0;
  background-color: #f5f5f5;
  list-style: none;
  border-radius: 5px;
}
.electricityWebReceiptNotification-warpper .note-block li {
  margin: 0;
  padding-left: 0.5rem;
  text-indent: -0.8rem;
}
.electricityWebReceiptNotification-warpper .note-block li:before {
  content: "・";
}
.electricityWebReceiptNotification-warpper .priceList-block {
  font-size: 0.8rem;
  padding: 0;
}
.electricityWebReceiptNotification-warpper .price-title {
  border-bottom: solid thin #555;
}

.electricityWebReceiptNotification {
  width: 100%;
}

.electricityWebReceiptNotification {
  width: 100%;
}
.electricityWebReceiptNotification tr {
  border-left: solid thin #555;
}
.electricityWebReceiptNotification th,
.electricityWebReceiptNotification td {
  border-top: solid thin #555;
  border-right: solid thin #555;
}
.electricityWebReceiptNotification th {
  text-align: center;
  background-color: #f5f5f5;
  font-size: 0.85rem;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
}
.electricityWebReceiptNotification td {
  padding: 12px 6px;
  background: #fff;
  word-break: break-all;
}

@media all and (max-width: 768px) {
  .is_electricNotification.table__name thead {
    display: none;
  }
  .is_electricNotification.table__name tbody tr {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .is_electricNotification.table__name td {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .is_electricNotification.table__name [data-title]:before {
    content: attr(data-title);
    display: block;
    padding: 2px;
    margin-bottom: 12px;
    background-color: #f5f5f5;
    border-bottom: solid 1px #555;
    font-size: 0.85rem;
    font-weight: bold;
  }
}
.descriptionUnderTable {
  padding: 0;
  list-style: none;
  margin-top: 5px;
  font-size: 3.5vw;
}
@media (min-width: 421px) {
  .descriptionUnderTable {
    font-size: 0.9rem;
  }
}
@media (min-width: 481px) {
  .descriptionUnderTable {
    font-size: 0.8rem;
  }
  .descriptionUnderTable br {
    display: none;
  }
}
@media (min-width: 750px) and (max-width: 1024px) {
  .descriptionUnderTable {
    font-size: 0.9rem;
    margin-bottom: 2rem;
  }
  .descriptionUnderTable br {
    display: none;
  }
}
@media (min-width: 1025px) {
  .descriptionUnderTable {
    font-size: 0.8rem;
    margin-bottom: 2rem;
  }
}
.descriptionUnderTable li {
  margin-bottom: 5px;
  line-height: 1.3;
}

.table__address th {
  width: 20px;
}
.table__address td {
  word-break: break-all;
}

.table__breakdown {
  border-bottom: solid thin #555;
}
.table__breakdown .item:nth-child(2n-1) td {
  background-color: #f5f5f5;
}
.table__breakdown .item td {
  border-bottom: none;
  border-top: none;
  padding: 4px 3px;
  font-size: 0.8rem;
}

.table__account {
  border-bottom: solid thin #555;
}

