@charset "UTF-8";
/*
 *--------------------------------------
 * bootstrap
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

@-ms-viewport {
  width: device-width; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

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

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

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block; }

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

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -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: none; }

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

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

.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.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

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

.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.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

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

.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.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -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: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .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.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .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.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -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: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .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.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .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.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -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: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .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.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .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.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -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: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .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.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .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.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-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; }
  @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: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::-webkit-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:not([size]):not([multiple]) {
  height: -webkit-calc(2.25rem + 2px);
  height: calc(2.25rem + 2px); }

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

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

.col-form-label {
  padding-top: -webkit-calc(0.375rem + 1px);
  padding-top: calc(0.375rem + 1px);
  padding-bottom: -webkit-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: -webkit-calc(0.5rem + 1px);
  padding-top: calc(0.5rem + 1px);
  padding-bottom: -webkit-calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: -webkit-calc(0.25rem + 1px);
  padding-top: calc(0.25rem + 1px);
  padding-bottom: -webkit-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 {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]) {
  height: -webkit-calc(1.8125rem + 2px);
  height: calc(1.8125rem + 2px); }

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

select.form-control-lg:not([size]):not([multiple]) {
  height: -webkit-calc(2.875rem + 2px);
  height: calc(2.875rem + 2px); }

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }

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

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

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

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

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

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

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

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

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

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

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -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; } }

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

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

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

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

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

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

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

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

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

.nav-justified .nav-item {
  -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;
  text-align: center; }

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

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

.navbar {
  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: 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;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -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-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

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

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

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

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

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

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

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

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

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

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

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

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

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

/*
 *--------------------------------------
 * wordpress
 */
/*
 *--------------------------------------
 * wordpress関連
 */
.screen-reader-text {
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%); }

.caption,
.wrapper .caption {
  font-size: 1.3rem; }

/*
 *--------------------------------------
 * sakyu2018 - common
 */
/*
 *--------------------------------------
 * util
 */
.respimg {
  max-width: 100%;
  height: auto; }

.resptxt {
  display: none; }
  @media (min-width: 768px) {
    .resptxt {
      display: inline; } }

.alr {
  text-align: right; }

.center {
  text-align: center; }

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

.noevent {
  pointer-events: none !important; }

/*
 *--------------------------------------
 * Layout
 */
html {
  background: #00022c;
  font-size: 62.5%;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

body {
  background: url(../img/stars.jpg);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 800px auto;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  overflow-x: hidden;
  z-index: 1;
  position: relative; }
  @media (-webkit-min-device-pixel-ratio: 2) {
    body {
      background-size: 400px auto; } }

.page-main {
  overflow: hidden;
  border: 20px solid green; }

main {
  padding-bottom: 5rem;
  z-index: 2; }

.container {
  max-width: 100% !important;
  padding: 0; }

.wrapper {
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
  font-size: 1.5rem; }
  .wrapper * {
    font-size: 1.5rem; }

.main-wrapper {
  padding: 1.5rem 2rem 5rem;
  background: rgba(255, 255, 255, 0.85);
  color: #222; }
  @media (min-width: 992px) {
    .main-wrapper {
      padding-bottom: 5rem; } }

.main-wrapper > section {
  margin: 0 0 5rem; }
  .main-wrapper > section:last-child {
    margin-bottom: 0; }

.main-wrapper .middle {
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .main-wrapper .middle {
      max-width: 540px; } }

.main-wrapper .large {
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .main-wrapper .large {
      max-width: 720px; } }

.main-wrapper p.middle,
.main-wrapper p.large {
  margin-bottom: 1.5rem; }

svg {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  svg * {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

/*
 *--------------------------------------
 * Global
 */
/* レイアウト --------------------------------------*/
.site-header {
  position: absolute;
  max-width: 100%;
  z-index: 10;
  top: 0;
  left: 50%;
  padding: 1.5rem 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }

.navbar {
  padding: 0; }

/* サイト名 --------------------------------------*/
.navbar-brand {
  margin: 0;
  text-shadow: 0 0 20px #08ffe9, 0 0 3px #08ffe9;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .navbar-brand:hover, .navbar-brand:visited {
    color: #fff; }
  .navbar-brand:hover {
    text-shadow: 0 0 30px #08ffe9, 0 0 12px #08ffe9, 0 0 5px #08ffe9; }
  @media (min-width: 992px) {
    .navbar-brand {
      font-size: 1.8rem; } }

/* グローバル --------------------------------------*/
.navbar-nav {
  position: absolute;
  right: 0;
  left: auto;
  border-bottom: 1px solid #868686;
  background: #00022c; }
  @media (min-width: 768px) {
    .navbar-nav {
      border-bottom: none;
      background: none; } }

#global {
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-size: 1.5rem; }
  #global .nav-link {
    padding: 0.5rem 2rem;
    color: #fff;
    line-height: 1.8;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    #global .nav-link:visited {
      color: #fff; }
    #global .nav-link:hover {
      text-shadow: 0 0 30px #08ffe9, 0 0 12px #08ffe9, 0 0 5px #08ffe9;
      color: #fff; }
    @media (min-width: 768px) {
      #global .nav-link {
        padding: 0 1rem; } }
    @media (min-width: 992px) {
      #global .nav-link {
        padding: 0 2rem; } }

#global .nav-item {
  border: 1px solid #868686;
  border-bottom: none; }
  @media (min-width: 768px) {
    #global .nav-item:first-child {
      display: none; } }
  @media (min-width: 900px) {
    #global .nav-item:first-child {
      display: inline-block; } }
  @media (min-width: 768px) {
    #global .nav-item {
      border: none; }
      #global .nav-item:last-child .nav-link {
        margin-left: 1em;
        border: 1px solid #fff;
        border-radius: 3px; }
        #global .nav-item:last-child .nav-link:hover {
          background: #00b5e7;
          box-shadow: 0 0 20px #08ffe9; } }

/* トグルボタン --------------------------------------*/
.navbar-toggler {
  width: 4rem;
  height: 4rem;
  padding: 0; }
  .navbar-toggler .toggler-inner {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 3px;
    background: none;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
  .navbar-toggler .navbar-toggler-icon {
    display: block;
    position: relative;
    width: 2.2rem;
    height: 1px;
    margin: 1.8rem auto;
    background: #fff;
    vertical-align: middle;
    content: ''; }
    .navbar-toggler .navbar-toggler-icon:before, .navbar-toggler .navbar-toggler-icon:after {
      display: block;
      position: absolute;
      top: -5px;
      left: 0;
      width: 2.2rem;
      height: 1px;
      background: #fff;
      content: ''; }
    .navbar-toggler .navbar-toggler-icon:after {
      top: 5px; }
  .navbar-toggler:hover .toggler-inner {
    border-radius: 50%;
    background: #00b5e7;
    box-shadow: 0 0 20px #08ffe9; }

/* トグル オープン*/
.navbar-toggler[aria-expanded='true'] .toggler-inner {
  border-radius: 50%;
  background: #00b5e7;
  box-shadow: 0 0 20px #08ffe9; }

.navbar-toggler[aria-expanded='true'] .navbar-toggler-icon {
  background: transparent; }
  .navbar-toggler[aria-expanded='true'] .navbar-toggler-icon:before, .navbar-toggler[aria-expanded='true'] .navbar-toggler-icon:after {
    top: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .navbar-toggler[aria-expanded='true'] .navbar-toggler-icon:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

/*
 *--------------------------------------
 * Text | Header
 */
/* テキスト関連 --------------------------------------*/
a {
  color: #0014c8; }
  a:hover, a:visited {
    color: #0014c8; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
td {
  line-height: 1.6; }

p {
  text-align: justify; }
  p:last-child {
    margin-bottom: 0; }

h3,
h4,
h5 {
  font-weight: bold; }

.ib {
  display: inline-block; }

.inline-block h5,
.inline-block p {
  display: inline; }

.mincho {
  font-family: "Noto Serif JP", serif;
  font-weight: normal !important; }

.mincho-l {
  font-size: 1.9rem; }
  .mincho-l .ib {
    font-size: 1.9rem; }
  @media (min-width: 992px) {
    .mincho-l {
      font-size: 2.5rem; }
      .mincho-l .ib {
        font-size: 2.5rem; } }

/* ページヘッダー */
.article-header {
  padding: 8rem 0 5rem; }
  .article-header h1,
  .article-header .page-title {
    font-family: "Noto Serif JP", serif;
    font-size: 3.2rem;
    font-weight: 500;
    text-align: center; }
  @media (min-width: 768px) {
    .article-header {
      padding: 11rem 0 7rem; }
      .article-header h1,
      .article-header .page-title {
        font-size: 3.8rem; } }
  @media (min-width: 1200px) {
    .article-header {
      padding-bottom: 13rem 0 8rem; }
      .article-header h1,
      .article-header .page-title {
        font-size: 4.4rem; } }

/* ページヘッダー EN */
.en {
  display: block;
  margin-top: 0.3em;
  text-shadow: 0 0 15px #08ffe9;
  color: #00b5e7;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.3em; }
  @media (min-width: 992px) {
    .en {
      font-size: 1.9rem; } }

/* シングル 記事タイトル */
/* 中見出し */
.sub_headline {
  margin-bottom: 0.5em;
  font-size: 1.9rem;
  font-weight: normal; }
  @media (min-width: 768px) {
    .sub_headline {
      margin-bottom: 1.5em;
      font-size: 2.1rem; } }

/* 中見出し (本文) */
.main-wrapper h2 {
  padding: 1em 0;
  font-weight: bold;
  line-height: 1.6; }
  .main-wrapper h2.min {
    font-family: "Noto Serif JP", serif;
    font-weight: 500; }
  .main-wrapper h2.underline {
    color: #222;
    font-size: 2rem; }
    .main-wrapper h2.underline:after {
      display: block;
      width: 100%;
      height: 1px;
      margin: 0.3em auto 0;
      background: #17a8d0;
      content: ''; }
    @media (min-width: 768px) {
      .main-wrapper h2.underline:after {
        width: 100px;
        height: 3px;
        content: ''; } }
  @media (min-width: 768px) {
    .main-wrapper h2 {
      text-align: center; } }
  @media (min-width: 1200px) {
    .main-wrapper h2 {
      font-size: 2.4rem;
      text-align: center; } }

/* 日付 */
.date {
  margin-bottom: 0;
  color: #F8CE21;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2rem; }
  @media (min-width: 992px) {
    .date {
      font-size: 2.6rem; } }
  .date span {
    display: inline-block;
    font-size: 0.9em; }
  .date .thinner {
    font-weight: normal; }
  .date .hidden {
    display: none; }
  .date .weekday {
    margin-top: -0.3em;
    margin-right: 0.25em;
    margin-left: 0.15em;
    padding: 0.15em;
    border-radius: 50%;
    background: #F8CE21;
    color: #00022c;
    font-size: 0.7em;
    vertical-align: middle;
    line-height: 1;
    letter-spacing: normal; }

/*
 *--------------------------------------
 * Elements
 */
/* パンくず --------------------------------------*/
.breadcrumbs {
  padding: 0 0 3rem;
  font-size: 1.2rem; }
  .breadcrumbs a,
  .breadcrumbs span {
    color: #222;
    font-size: 1.2rem; }
  .breadcrumbs a {
    text-decoration: underline; }

/* リスト --------------------------------------*/
.main-wrapper ul {
  padding-left: 1.2em; }
  .main-wrapper ul li {
    padding-bottom: 0.5em; }

/* テーブル --------------------------------------*/
.main-wrapper table {
  border-collapse: collapse;
  width: 100%;
  background: #fff; }
  .main-wrapper table tr {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc; }
  .main-wrapper table td,
  .main-wrapper table th {
    padding: 0.5rem 1rem;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
  .main-wrapper table th {
    white-space: nowrap; }
  .main-wrapper table thead > tr {
    background: #eee; }
  .main-wrapper table thead .t-h {
    background: #c3e6f0; }
  .main-wrapper table tbody .t-h,
  .main-wrapper table tbody th {
    background: #e9f8fd; }

.main-wrapper .collapse-table tr, .main-wrapper .collapse-table td {
  display: block; }

@media (min-width: 568px) {
  .main-wrapper .collapse-table tr {
    display: table-row; }
  .main-wrapper .collapse-table td {
    display: table-cell; } }

/* ボタン --------------------------------------*/
.btn {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 280px;
  padding: 0 2em 0 1em;
  border: none;
  border-radius: 2px;
  background: #17a8d0;
  color: #fff;
  font-size: 1.6rem;
  line-height: 4em;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .btn:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 1.5em;
    width: 0.8em;
    height: 0.8em;
    margin-top: -0.4em;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: '';
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .btn:hover {
    background: #00b5e7;
    box-shadow: 0 0 15px #08ffe9;
    color: #fff;
    text-decoration: none; }
    .btn:hover:after {
      right: 1em; }
  .btn:visited {
    color: #fff; }

.main-wrapper .content input.btn {
  display: block;
  width: 280px;
  margin: 0 auto;
  padding: 0;
  border-radius: 4px;
  text-align: center; }
  .main-wrapper .content input.btn:after {
    display: none; }

.main-wrapper .content .btns {
  width: 100%;
  margin: 0 auto 15px auto; }
  .main-wrapper .content .btns input + input {
    margin-left: 1.5rem; }

.external-link-btn:after {
  width: 18px;
  height: 18px;
  margin-top: -9px;
  border: none;
  background: url(../img/external.svg);
  background-size: cover;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.cta-btn {
  padding: 0 2em;
  border: 1px solid #F8CE21;
  border-radius: 4px;
  background: #F8CE21;
  color: #222;
  font-weight: bold;
  text-align: center;
  line-height: 4em; }
  .cta-btn:after {
    display: none; }
  .cta-btn:hover {
    background: #ffd21a;
    box-shadow: 0 0 10px #ffed47, 0 0 30px #ffed47;
    color: #222; }
  .cta-btn:visited {
    color: #222; }

.ghost-btn {
  padding: 0 2em;
  border: 1px solid #fff;
  border-radius: 4px;
  background: none;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 4em; }
  .ghost-btn:after {
    display: none; }
  .ghost-btn:hover {
    color: #fff;
    background: none;
    box-shadow: 0 0 10px #ffed47, 0 0 30px #ffed47; }
  .ghost-btn:visited {
    color: #fff; }

.btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 630px;
  width: 80%;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .btns p {
    width: 48%; }
    .btns p a {
      width: 100%; }

.btn-center.btn {
  display: block;
  margin: 0 auto; }

.btn-kako{
  position: absolute;
  /*bottom: 110px;*/
  bottom: 135px;
  left: 0px;
  right: 0px;
  z-index: 999;
}

/*
 *--------------------------------------
 * Footer
 */
.site-footer {
  overflow-x: hidden;
  position: relative;
  z-index: 2; }
  .site-footer:before {
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 0;
    padding-top: 64%;
    background: url(../img/bg0-2018.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 120% 100%;
    font-size: 1.2rem;
    opacity: .7;
    content: '';
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
    @media (min-width: 1200px) {
      .site-footer:before {
        width: 1500px;
        height: 800px;
        padding-top: 0;
        background-size: 100% 100%; } }
  .site-footer > .wrapper {
    width: 100%;
    padding-right: 0;
    padding-left: 0; }
    @media (min-width: 375px) {
      .site-footer > .wrapper {
        width: 92%;
        max-width: 92%;
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }

.bg-footer{
  padding-bottom: 30%;
}

/* フッター ロゴ・告知 --------------------------------------*/
.footer-brand {
  padding: 5rem 1.5rem;
  text-align: center; }
  .footer-brand h4 img {
    display: block;
    max-width: 340px;
    width: 100%;
    height: auto;
    margin: 0 auto 1.5rem; }
  .footer-brand p {
    text-align: center; }

/* 協賛・Facebook --------------------------------------*/
.fb-hosts {
  max-width: 1080px; }

.fb-wrapper,
.sponsors {
  width: 100%; }
  @media (min-width: 768px) {
    .fb-wrapper,
    .sponsors {
      width: 50%; } }

/* 協賛 --------------------------------------*/
.host b {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.7rem;
  font-weight: normal; }
.sponsor,
.sponsor-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .sponsor-b a {
    width: 100%;
    margin-bottom: 1.5rem; }        
  .sponsor a {
    width: 100%;
    margin-bottom: 1.5rem; }
    .sponsor a img {
      max-width: 50%;
      width: 50%;
      height: auto; }
    .sponsor-b a img {
      max-width: 450px;
      width: 100%;
      height: auto; }
  @media (min-width: 576px) {
    .sponsor a {
      display: block;
      width: 25%; }
    .sponsor-b a {
      display: block;
      width: 70%; }
      .sponsor a img {
        width: 100%;
        max-width: 100%; }
    .sponsor p {
      width: 75%;
      padding-left: 1.5rem; } }
  @media (min-width: 768px) {
    .sponsor-b a {
      width: 45%; }
    .sponsor a {
      width: 35%; }  
    .sponsor p {
      width: 65%; } }
  @media (max-width: 767px) {
    .sponsor-b a {
      margin: auto auto 1.5rem auto;
    }
  }    

.sponsors {
  margin: 0px auto 50px auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

/* Facebook --------------------------------------*/
.fb-wrapper {
  box-sizing: content-box;
  max-width: 500px;
  width: 100%;
  margin: 0 auto 3rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem; }
  .fb-wrapper h5 {
    font-size: 2rem; }

.fb_reset {
  display: none !important; }

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important; }

/* フッター メニュー --------------------------------------*/
.footer-nav-wrapper {
  width: 92%; }

.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin-top: 5rem;
  padding: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .footer-nav li {
    width: auto; }
    .footer-nav li a {
      margin-right: 1.5rem;
      color: #fff;
      font-size: 1.3rem; }
      .footer-nav li a:visited {
        color: #fff; }
      .footer-nav li a:hover {
        text-shadow: 0 0 30px #08ffe9, 0 0 12px #08ffe9, 0 0 5px #08ffe9;
        color: #fff;
        text-decoration: none; }
  @media (min-width: 768px) {
    .footer-nav {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .footer-nav li a {
        margin-left: 1.5rem; } }

/* コピーライト --------------------------------------*/
.copyright {
  width: 100%;
  height: 0;
  margin-top: 10rem;
  padding-top: 30%; }
    @media (min-width: 992px) {
      .copyright {
        width: 100%;
        height: 0;
        margin-top: 10rem;
        padding-top: 25%; }}
  .copyright small {
    display: block;
    position: absolute;
    bottom: 0;
    left: 4%;
    width: 92%;
    padding: 3rem 0 1rem 0;
    color: #fff;
    font-size: 1.2rem;
    text-align: center; }
  @media (min-width: 768px) {
    .copyright {
      margin-top: 0; } }

/* トップへ戻る --------------------------------------*/
.totop {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 95px;
  height: 180px;
  background: url(../img/back@2x.png);
  background-size: 80px 80px;
  background-repeat: no-repeat;
  background-position: 5px top;
  opacity: 0;
  z-index: 5000;
  -webkit-transition: .3s;
  transition: .3s;
  pointer-events: none; }
  @media (min-width: 768px) {
    .totop {
      width: 120px;
      height: 190px;
      background-position: left top; } }
  .totop a {
    padding-top: 85px;
    display: block;
    width: 90px;
    white-space: nowrap;
    text-align: center;
    font-size: 12px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    color: #fff !important; }
    .totop a:hover {
      text-decoration: none;
      text-shadow: 0 0 10px #08ffe9, 0 0 30px #08ffe9; }
    @media (min-width: 768px) {
      .totop a {
        } }

.totop.shown {
  opacity: 1;
  pointer-events: auto; }

/*
 *--------------------------------------
 * Bokeh
 */
/* 色・ぼかし --------------------------------------*/
.bokeh01 .cls-1,
.bokeh03 .cls-1 {
  fill: #0ff; }

.bokeh01 .cls-2,
.bokeh03 .cls-2 {
  fill: #00b2ff; }

.bokeh01 .cls-3,
.bokeh03 .cls-3 {
  fill: #fff; }

.bokeh01 .cls-5,
.bokeh01 .cls-6,
.bokeh03 .cls-5,
.bokeh03 .cls-6 {
  fill: #F8CE21; }

.bokeh02 .cls-1 {
  fill: #fff; }

.bokeh02 .cls-2 {
  fill: #abffff; }

.bokeh02 .cls-3 {
  fill: #0057ff; }

.bokeh02 .cls-4 {
  fill: #0ff; }

.bokeh02 .cls-5 {
  fill: #00b2ff; }

.bokeh02 .cls-6 {
  fill: #F8CE21; }

/* アニメーション --------------------------------------*/
svg .rellax,
svg .rellax2 {
  opacity: 0.1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-blend-mode: lighten; }

/* レイアウト --------------------------------------*/
.bokeh-wrapper {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 1;
  -webkit-transition: .7s;
  transition: .7s; }

.pc .bokeh-wrapper {
  position: fixed; }

.bokeh-wrapper.hide {
  opacity: 0;
  -webkit-transition: 3s;
  transition: 3s; }

.bokeh {
  overflow-x: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.bokeh-inner {
  position: relative;
  width: 100%; }
  .bokeh-inner:before, .bokeh-inner:after {
    display: block;
    position: absolute;
    height: 0;
    border-radius: 50%;
    opacity: 0.6;
    content: '';
    background-blend-mode: hard-light;
    -webkit-filter: blur(100px);
            filter: blur(100px); }

.bokeh-left {
  padding-top: 170%; }
  .bokeh-left svg {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .bokeh-left:before {
    top: 15%;
    left: -50%;
    width: 80%;
    padding-top: 90%;
    background: #0014c8; }
  .bokeh-left:after {
    z-index: -1;
    bottom: 100px;
    left: 30%;
    width: 50%;
    padding-top: 50%;
    background: #6a00c8; }

.bokeh-right {
  margin-left: auto;
  padding-top: 142%; }
  .bokeh-right svg {
    position: absolute;
    top: -2rem;
    right: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .bokeh-right:after {
    right: -30%;
    bottom: 15%;
    width: 80%;
    padding-top: 90%;
    background: #0014c8; }
  .bokeh-right:before {
    z-index: -1;
    top: -50px;
    right: -5%;
    width: 50%;
    padding-top: 50%;
    background: #6a00c8; }

.ie .bokeh-left:before, .ie .bokeh-left:after,
.ie .bokeh-right:before,
.ie .bokeh-right:after {
  display: none; }

.bokeh-left {
  width: 160%;
  margin-left: -50%;
  padding-top: 272%; }

.bokeh-right {
  width: 120%;
  margin-right: -50%;
  margin-left: auto;
  padding-top: 170.4%; }

@media (min-width: 576px) {
  .bokeh-left {
    width: 120%;
    margin-left: -20%;
    padding-top: 204%; }
  .bokeh-right {
    width: 100%;
    margin-right: -30%;
    padding-top: 142%; } }

@media (min-width: 768px) {
  .bokeh-left {
    width: 80%;
    margin-left: -10%;
    padding-top: 136%; }
  .bokeh-right {
    width: 70%;
    margin-right: -15%;
    padding-top: 99.4%; } }

@media (min-width: 992px) {
  .bokeh-left {
    width: 60%;
    margin-left: -5%;
    padding-top: 102%; }
  .bokeh-right {
    width: 50%;
    margin-right: -5%;
    padding-top: 71%; } }

@media (min-width: 1200px) {
  .bokeh-left {
    width: 900px;
    padding-top: 1530px; }
  .bokeh-right {
    width: 700px;
    padding-top: 994px; } }

.index .bokeh-left {
  margin-left: -65%; }

.index .bokeh-right {
  margin-right: -50%;
  margin-left: auto; }

@media (min-width: 576px) {
  .index .bokeh-left {
    margin-left: -40%; }
  .index .bokeh-right {
    margin-right: -40%; } }

@media (min-width: 768px) {
  .index .bokeh-left {
    margin-top: 30vh;
    margin-left: -25%; }
  .index .bokeh-right {
    margin-right: -25%; } }

@media (min-width: 992px) {
  .index .bokeh-left {
    margin-left: -14%; }
  .index .bokeh-right {
    margin-right: -15%; } }

@media (min-width: 1200px) {
  .index .bokeh-left {
    margin-left: -12%; } }

/*
 *--------------------------------------
 * Form
 */
form {
  margin: 3rem 0; }

/** 任意・必須 --------------------------------------*/
.req,
.noreq {
  position: relative; }
  .req:after,
  .noreq:after {
    margin-left: 0.5em;
    padding: 0 3px;
    background: #cc0c7f;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    content: '\5FC5\9808'; }
    @media (min-width: 768px) {
      .req:after,
      .noreq:after {
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -10px; } }

.noreq:after {
  background: #17a8d0;
  content: '\4EFB\610F'; }

/** ラベル --------------------------------------*/
label,
.label {
  display: block; }

fieldset > label,
fieldset > .label {
  padding: 0;
  font-weight: bold; }

@media (min-width: 768px) {
  fieldset > label,
  fieldset > .label {
    float: left;
    width: 25%;
    margin-bottom: 0;
    padding: 0.375rem 0;
    background: none; }
  .wpcf7-form-control-wrap {
    display: block;
    float: right;
    width: 70%; } }

.form-radio label {
  margin: 0.375rem 0;
  margin-bottom: 0; }

.form-check label,
.contact-where label {
  display: inline-block;
  float: none;
  width: auto;
  font-weight: normal; }

/** フォームレイアウト --------------------------------------*/
.form-group {
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
  border-bottom: 1px dotted #b3b3b3; }
  .form-group:after {
    display: table;
    clear: both;
    width: 100%;
    content: ''; }

.form-control {
  display: inline-block;
  border: 1px solid #b3b3b3; }

.form-control:focus {
  border-color: #17a8d0;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 168, 208, 0.25); }

.form-control-wrap > p:after {
  display: table;
  clear: both;
  width: 100%;
  content: ''; }

.form-control-wrap label {
  display: block;
  margin: 0;
  padding: 0.375rem 0; }

@media (min-width: 768px) {
  .form-control-wrap {
    float: right;
    width: 70%; }
    .form-control-wrap label {
      float: left;
      width: 30%; } }

fieldset:last-of-type {
  margin-bottom: 0;
  border-bottom: none; }

form > p {
  position: relative;
  margin-bottom: 0; }

/** フォーム 注釈 --------------------------------------*/
.form-note {
  padding: 0;
  border: none; }

/** フォーム チェックボックス --------------------------------------*/
.form-check-input {
  position: relative;
  margin-top: 0.3rem;
  margin-left: 0; }

/** フォーム 個人情報等チェックボックス --------------------------------------*/
.form-accept .form-control {
  padding: 0;
  border: none;
  background: none; }
  @media (min-width: 768px) {
    .form-accept .form-control {
      float: right;
      width: 70%; } }

.form-accept .cap {
  font-size: 1.3rem;
  text-decoration: underline; }

.form-check-accept {
  padding-left: 0; }

.accept-this {
  display: inline-block;
  float: none;
  width: auto; }
  .accept-this .wpcf7-list-item {
    display: inline; }

span.wpcf7-list-item {
  margin: 0 1em 0 0; }
  .wpcf7-acceptance span.wpcf7-list-item {
    margin: 0 0.4em 0 0; }

/** フォーム 注意事項 --------------------------------------*/
form small {
  display: block;
  font-size: 1.4rem; }

.warning {
  display: block;
  margin: 0; }
  .warning small {
    color: #cc0c7f; }

/** フォーム プレースホルダー --------------------------------------*/
.form-control::-webkit-input-placeholder {
  color: #b7c0c2; }

.form-control:-ms-input-placeholder {
  color: #b7c0c2; }

.form-control::placeholder {
  color: #b7c0c2; }

/** フォーム 送信ボタン --------------------------------------*/
.submit-btn {
  display: block;
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer; }
  .submit-btn:focus, .submit-btn:active {
    outline: none; }
  .submit-btn:disabled {
    opacity: 0.3;
    cursor: default; }
    .submit-btn:disabled:hover {
      background: #17a8d0;
      box-shadow: none; }

div.wpcf7 .ajax-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  margin-top: -8px;
  margin-left: 128px; }

/** フォーム misc --------------------------------------*/
/** フォーム 確認画面 --------------------------------------*/
.custom-wpcf7c-confirmed .form-control:-moz-read-only {
  border: none;
  background: none !important; }
.custom-wpcf7c-confirmed .form-control:read-only {
  border: none;
  background: none !important; }
  .custom-wpcf7c-confirmed .form-control:-moz-read-only:focus {
    box-shadow: none; }
  .custom-wpcf7c-confirmed .form-control:read-only:focus {
    box-shadow: none; }

.custom-wpcf7c-confirmed textarea.form-control:-moz-read-only {
  border: 1px solid #b3b3b3; }

.custom-wpcf7c-confirmed textarea.form-control:read-only {
  border: 1px solid #b3b3b3; }

.custom-wpcf7c-confirmed #back-submit {
  border: 1px solid #17a8d0;
  background: none;
  color: #17a8d0; }

div.wpcf7-response-output {
  background: #fff; }

/*
 *--------------------------------------
 * sakyu2018 - pages
 */
/*
 *--------------------------------------
 * Single
 * 個別記事
 */
.entry-title,
.entry-title a {
  margin-top: 3rem;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  text-align: center; }
  @media (min-width: 992px) {
    .entry-title,
    .entry-title a {
      font-size: 2.5rem; } }

.banner {
  max-width: 720px;
  width: 100%;
  margin: 0 auto 3rem; }
  .banner img {
    max-width: 100%;
    height: auto; }

.entry-footer {
  display: none;
  text-align: right; }

.paging {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7rem;
  padding-top: 1.5rem;
  border-top: 1px solid #b3b3b3; }
  .paging div {
    width: 50%; }
    .paging div a {
      display: block;
      width: 100%;
      text-decoration: underline; }
    .paging div:first-child a:before,
    .paging div:last-child a:after {
      display: inline-block;
      width: 0;
      height: 0;
      margin-right: 0.5rem;
      border: 0.6rem solid transparent;
      border-right: 1.2rem solid #17a8d0;
      border-left: none;
      content: ''; }
    .paging div:last-child a {
      text-align: right; }
      .paging div:last-child a:after {
        margin-left: 0.5rem;
        border-right: none;
        border-left: 1.2rem solid #17a8d0;
        content: ''; }

.single-post .main-wrapper:last-child {
  padding-bottom: 3rem; }

.single-post .main-wrapper h2 {
  font-size: 2.1rem; }

/*

archive
 */
.archive article {
  padding-top: 5rem; }
  .archive article:first-child {
    padding-top: 0; }

.archive .main-wrapper .middle {
  max-width: 540px; }

.archive .banner {
  max-width: 540px;
  margin-bottom: 0; }

.archive .entry-title {
  margin: 0;
  text-align: center; }
  .archive .entry-title a {
    color: #000; }
    .archive .entry-title a:hover, .archive .entry-title a:visited {
      color: #000; }

@media (min-width: 768px) {
  .archive .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .archive article {
    width: 50%;
    padding-right: 1.5rem;
    padding-left: 1.5rem; }
    .archive article:nth-child(2) {
      padding-top: 0; } }

.read-more {
  text-decoration: underline;
  text-align: right; }

.larger {
  font-size: 1.3em; }

.single-post .entry-content h3,
.line-header {
  margin-bottom: 1rem;
  border-bottom: 1px solid #17a8d0;
  font-size: 1.8rem; }
  .single-post .entry-content h3:before,
  .line-header:before {
    display: inline-block;
    width: 1em;
    height: 1em;
    border-radius: .5em;
    background: #17a8d0;
    content: '';
    margin-right: .3rem;
    vertical-align: middle; }

.single-post .entry-content section {
  margin: 3rem 0; }

.single-post .entry-content h4 {
  font-size: 1.7rem; }

.single-post .entry-content a {
  text-decoration: underline; }

.box {
  background: #fff;
  border: 1px solid #ccc;
  padding: .4em .8em; }

.shohin {
  padding: 0; }
  .shohin h4 {
    background: #e9f8fd;
    padding: .4em .8em;
    border-bottom: 1px solid #ccc;
    margin: 0; }
  .shohin p {
    padding: .4em .8em; }

.image-wrapper {
  overflow: hidden;
  margin-top: -6rem;
  margin-right: -2rem;
  margin-bottom: 3rem;
  margin-left: -2rem; }
  .image-wrapper .inner {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 63.6%; }
  .image-wrapper img {
    position: absolute;
    top: 0;
    left: -10%;
    width: 200%;
    height: auto; }
  @media (min-width: 600px) {
    .image-wrapper {
      margin-top: -3rem; }
      .image-wrapper .inner {
        padding-top: 31.8%; }
      .image-wrapper img {
        left: 0;
        width: 100%; } }
  @media (min-width: 1050px) {
    .image-wrapper {
      margin-right: -5rem;
      margin-left: -5rem; } }
  @media (min-width: 1200px) {
    .image-wrapper {
      margin-right: -10rem;
      margin-left: -10rem; } }
  @media (min-width: 1500px) {
    .image-wrapper {
      margin-right: -13rem;
      margin-left: -13rem; } }

.related {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .related h3 {
    text-align: center; }
  .related .btns {
    display: block;
    width: 100%; }
  .related a {
    display: block;
    padding: 0;
    text-decoration: underline; }
  @media (min-width: 576px) {
    .related .btns {
      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; }
    .related a {
      display: inline;
      padding: 0 1.5rem; } }

.download {
  margin: 3rem 0;
  padding: 0; }
  .download li {
    display: block; }
    .download li a {
      display: block;
      padding: 1rem;
      border: 1px solid #ccc;
      border-bottom: none;
      background: #fff; }
    .download li:last-child {
      border-bottom: 1px solid #ccc; }

.sitemap-box ul {
  list-style-type: none;
  padding: 0; }
  .sitemap-box ul li {
    margin-bottom: 1rem; }
    .sitemap-box ul li a {
      padding: 0 1.5rem;
      font-size: 1.5rem;
      text-decoration: underline; }

.related a:before,
.download a:before,
.sitemap-box a:before,
.read-more a:before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.5rem;
  border: 0.5rem solid transparent;
  border-right: none;
  border-left: 1rem solid #17a8d0;
  content: ''; }

#top.volunteer .collapse-table thead {
  display: none; }

#top.volunteer .collapse-table th {
  display: block;
  width: 100%; }

#top.volunteer .collapse-table td {
  padding-bottom: 0;
  border: none; }
  #top.volunteer .collapse-table td:last-child {
    padding-bottom: 0.5em;
    font-size: 0.9em; }

@media (min-width: 568px) {
  #top.volunteer .collapse-table th {
    display: table-cell;
    width: 15%; }
  #top.volunteer .collapse-table td {
    width: 20%;
    padding: 0.5em;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
    #top.volunteer .collapse-table td:last-child {
      width: 25%; } }

/*# sourceMappingURL=../maps/style.css.map */


/*# 追加 */
.mb-4{
  margin-bottom: 40px;
}
.mb-5{
  margin-bottom: 50px;
}
.mb-3{
  margin-bottom: 30px;
}
.mb-1{
  margin-bottom: 10px;
}
.mt-1{
  margin-top: 10px;
}
/*
@media (max-width: 1574px) {
.images-wrapper .images-wrapper-inner{
  width: 100%!important;
  height: auto!important;
}
}*/


.table-event,
.table-event-day { 
  width: 100%; 
}
.table-event th,
.table-event td,
.table-event-day th,
.table-event-day td  { 
  padding: 10px; 
  border: 1px solid #ddd; 
}
.table-event th  { 
  width: 25%; 
}
.table-event-day th  { 
  width: 16%; 
}
.table-event-day td:nth-child(2)  { 
  width: 37%; 
}
.table-event-day td:nth-child(3)  { 
  width: 47%; 
}
 
@media only screen and (max-width:575px){
    .table-event th,
    .table-event td,
    .table-event-day th,
    .table-event-day td:nth-child(2),
    .table-event-day td:nth-child(3){
    width: 100%;
    display: block;
    border-top: none;
    }
  .table-event tr:first-child th,
  .table-event-day tr:first-child th { border-top: 1px solid #ddd; }
}
#event_sch-tab .nav-item {
    width: 16.666666%!important;
}

.box-white{
  background: #fff;
  border: 2px solid #e9f8fd;
  padding: 20px 20px 10px 0px;
}
.seisaku{
  text-align: center;
  margin-bottom: 3rem!important;
  margin-top: 15px;
}
.seisaku a{
  color: #fff;
  text-decoration: none;
}
.seisaku a:hover{
  color: #fff;
  text-decoration: underline;
}

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


/*# 2019 追加 */
.form-submit {
}
.inv-recaptcha-holder {
  width: 256px;
  margin: auto;
}
ruby > rt {
    font-size: 11px;
}


/*# 2021 追加 */
.red{
  color: #ff0000;
}
.text-center{
  text-align: center;
}
.mb-50{
  margin-bottom: 50px;
}
.mb-30{
  margin-bottom: 30px;
}
.mb-10{
  margin-bottom: 10px;
}
.content-form th,
.content-form td{
  font-size: 1.5rem!important;
}
.main-wrapper table th {
    white-space: normal;
}
.content-form legend{
  font-size: 2rem!important;
}
.content-form fieldset {
    border: none!important;
    padding: 10px 0 30px 10px!important;
    margin: 0 0 30px 0!important;
    border-bottom: 1px solid #999!important;
}
.content-form table{
  margin-top: 10px!important;
}
.content-form button{
    width: 100%;
    max-width: 280px;
    padding: 0 2em 0 1em;
    border: none;
    border-radius: 2px;
    background: #17a8d0;
    color: #fff;
    font-size: 1.6rem;
    line-height: 4em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    max-width: 280px;
    width: 100%;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}
.content-form button:hover {
    background: #00b5e7;
    box-shadow: 0 0 15px #08ffe9;
    color: #fff;
    text-decoration: none;
}
.day-box.booked,
.day-box.vacant{
  background-color: yellow;
}
.day-box.disable{
  background-color: #fff;
}
.calendar-title,
.mtssb-timetable-name{
  display: none;
}
.calendar-caption,
.mtssb-timetable-link caption{
  caption-side: top;
  font-weight: bold;
  font-size: 20px!important;
  color: #000;
}
.main-wrapper table{
  background: none;
}
td.day-right{
  background-color: #fff;
}
.day-calendar table{
  margin: auto;
}
.mtssb-daily-action{
  text-align: center;
}
.mtssb-daily-action button{
  padding: 5px 25px;
  cursor: pointer;
  margin-top: 15px;
  border: 2px solid #aaa;
}
.mtssb-daily-action button:hover{
  opacity: 0.7;
}
.main-wrapper table th,
.main-wrapper table td{
  font-size: 16px;
}
.content-form td{
  background-color: #fff;
}
.content-form td.option-confirm-header,
.content-form tr#confirmation-booking-message-title td{
  background: none;
}
.box-volunteer{
  margin-top: 50px;
}
.box-volunteer .content{
  border: 3px solid #999;
  padding: 20px;
  border-radius: 8px;
}
.box-volunteer h3{
  position: relative;
  color: #fff;
  margin-bottom: 30px;
}
.box-volunteer h3:after {
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 120px;
    height: 3px;
    background: #00b5e7;
    box-shadow: 0 0 15px #08ffe9;
    content: '';
    -webkit-transform: translate(-60px, 0);
    -ms-transform: translate(-60px, 0);
    transform: translate(-60px, 0);
}
.marker-pink {
  background: linear-gradient(transparent 50%, #cc0c7f 50%);
  font-size: 1.3em;
  font-weight: bold;
}
.marker-pink02 {
  background: linear-gradient(transparent 50%, #dfbbd1 50%);
  font-size: 1em;
  font-weight: bold;
}
.marker-yellow {
  background: linear-gradient(transparent 50%, #F8CE21 50%);
  font-size: 1em;
}
a.link-yellow{
  color: #F8CE21;
  text-decoration: underline;
  font-weight: bold;
  font-size: 1em;
}
.d-none{
  display: none;
}
.about-text{
  font-size: 1.2em;
}
.box-border{
    border: 2px solid #ccc;
    padding: 20px;
    border-radius: 7px;
    margin-bottom: 10px;
}


@media only screen and (max-width:575px){
  .content-form table th,
  .content-form table td{
    display: block;
    width: 100%;
    text-align: left;
    overflow: hidden;
  }
}

@media only screen and (min-width:992px){
  .text-lg-center{
    text-align: center;
  }
  .d-lg-block{
    display: block;
  }
}

#mts-postcode-button {
	display: inline-block;
	max-width: 120px;
	line-height: 1.5;
	margin: 0 0 0 5px;
}

#action-button .mtssb-daily-action-button {
    background: #fff;
	color: #000;
    border: 2px solid #aaa;
}

#action-button button {
	display: inline-block;
	margin: 0 15px;
}
