@charset "UTF-8";
/*!
Theme Name: Cocoon Child_Custom
Description: Cocoon専用の子テーマ（雛型）
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
.reset {
  margin: 0;
  padding: 0;
}
.reset div,
.reset span,
.reset object,
.reset iframe,
.reset h1,
.reset h2,
.reset h3,
.reset h4,
.reset h5,
.reset h6,
.reset p,
.reset blockquote,
.reset pre,
.reset a,
.reset abbr,
.reset acronym,
.reset address,
.reset big,
.reset cite,
.reset code,
.reset del,
.reset dfn,
.reset em,
.reset img,
.reset ins,
.reset kbd,
.reset q,
.reset s,
.reset samp,
.reset small,
.reset strike,
.reset strong,
.reset sub,
.reset sup,
.reset tt,
.reset var,
.reset b,
.reset u,
.reset i,
.reset center,
.reset dl,
.reset dt,
.reset dd,
.reset ol,
.reset ul,
.reset li,
.reset fieldset,
.reset form,
.reset label,
.reset legend,
.reset table,
.reset caption,
.reset tbody,
.reset tfoot,
.reset thead,
.reset tr,
.reset th,
.reset td,
.reset figure,
.reset section {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
.reset h1,
.reset h2,
.reset h3,
.reset h4,
.reset h5,
.reset h6 {
  border: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  background-color: transparent;
}
.reset img {
  vertical-align: bottom;
}
.reset ol,
.reset ul {
  list-style: none;
}
.reset ol li,
.reset ul li {
  margin: 0;
}
.reset table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
  border: none;
}
.reset table caption,
.reset table th,
.reset table td,
.reset table tr {
  background-color: transparent;
  font-size: inherit;
  font-weight: inherit;
  text-align: left;
  vertical-align: middle;
  border: none;
}
.reset a {
  color: inherit;
}
.reset a:link {
  text-decoration: none;
}
.reset a:visited {
  text-decoration: none;
}
.reset a:hover {
  text-decoration: none;
}
.reset input[type=submit],
.reset input[type=button] {
  background-color: inherit;
  border: none;
  color: inherit;
  font-size: inherit;
}
.reset input[type=submit]:focus,
.reset input[type=button]:focus {
  outline: none;
}
.reset button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

/* ページタイプ：本文のみ（広い)の追加リセットcss横幅100％ */
body.content-only.column-wide .entry-header,
body.content-only.column-wide .entry-footer {
  display: none;
}
body.content-only.column-wide .wrap {
  width: 100%;
}
body.content-only.column-wide #main {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
}

/*!
 * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.bootstrap .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.bootstrap .row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.bootstrap .col {
  flex: 1 0 0%;
}
.bootstrap .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.bootstrap .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.bootstrap .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.bootstrap .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.bootstrap .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.bootstrap .row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.bootstrap .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
@media (max-width: 1023px) {
  .bootstrap .col-lg {
    flex: 1 0 0%;
  }
  .bootstrap .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .bootstrap .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bootstrap .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (max-width: 834px) {
  .bootstrap .col-md {
    flex: 1 0 0%;
  }
  .bootstrap .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .bootstrap .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bootstrap .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (max-width: 480px) {
  .bootstrap .col-sm {
    flex: 1 0 0%;
  }
  .bootstrap .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .bootstrap .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bootstrap .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.bootstrap .col-auto {
  flex: 0 0 auto;
  width: auto;
}
.bootstrap .col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.bootstrap .col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.bootstrap .col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.bootstrap .col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.bootstrap .col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.bootstrap .col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.bootstrap .col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.bootstrap .col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.bootstrap .col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.bootstrap .col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.bootstrap .col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.bootstrap .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.bootstrap .offset-1 {
  margin-left: 8.33333333%;
}
.bootstrap .offset-2 {
  margin-left: 16.66666667%;
}
.bootstrap .offset-3 {
  margin-left: 25%;
}
.bootstrap .offset-4 {
  margin-left: 33.33333333%;
}
.bootstrap .offset-5 {
  margin-left: 41.66666667%;
}
.bootstrap .offset-6 {
  margin-left: 50%;
}
.bootstrap .offset-7 {
  margin-left: 58.33333333%;
}
.bootstrap .offset-8 {
  margin-left: 66.66666667%;
}
.bootstrap .offset-9 {
  margin-left: 75%;
}
.bootstrap .offset-10 {
  margin-left: 83.33333333%;
}
.bootstrap .offset-11 {
  margin-left: 91.66666667%;
}
.bootstrap .g-0,
.bootstrap .gx-0 {
  --bs-gutter-x: 0;
}
.bootstrap .g-0,
.bootstrap .gy-0 {
  --bs-gutter-y: 0;
}
.bootstrap .g-1,
.bootstrap .gx-1 {
  --bs-gutter-x: 0.25rem;
}
.bootstrap .g-1,
.bootstrap .gy-1 {
  --bs-gutter-y: 0.25rem;
}
.bootstrap .g-2,
.bootstrap .gx-2 {
  --bs-gutter-x: 0.5rem;
}
.bootstrap .g-2,
.bootstrap .gy-2 {
  --bs-gutter-y: 0.5rem;
}
.bootstrap .g-3,
.bootstrap .gx-3 {
  --bs-gutter-x: 1rem;
}
.bootstrap .g-3,
.bootstrap .gy-3 {
  --bs-gutter-y: 1rem;
}
.bootstrap .g-4,
.bootstrap .gx-4 {
  --bs-gutter-x: 1.5rem;
}
.bootstrap .g-4,
.bootstrap .gy-4 {
  --bs-gutter-y: 1.5rem;
}
.bootstrap .g-5,
.bootstrap .gx-5 {
  --bs-gutter-x: 3rem;
}
.bootstrap .g-5,
.bootstrap .gy-5 {
  --bs-gutter-y: 3rem;
}
@media (max-width: 1023px) {
  .bootstrap .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .bootstrap .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bootstrap .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bootstrap .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .bootstrap .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .bootstrap .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .bootstrap .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bootstrap .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .bootstrap .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .bootstrap .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .offset-lg-0 {
    margin-left: 0;
  }
  .bootstrap .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap .offset-lg-3 {
    margin-left: 25%;
  }
  .bootstrap .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap .offset-lg-6 {
    margin-left: 50%;
  }
  .bootstrap .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap .offset-lg-9 {
    margin-left: 75%;
  }
  .bootstrap .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap .g-lg-0,
  .bootstrap .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .bootstrap .g-lg-0,
  .bootstrap .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .bootstrap .g-lg-1,
  .bootstrap .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .bootstrap .g-lg-1,
  .bootstrap .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .bootstrap .g-lg-2,
  .bootstrap .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .bootstrap .g-lg-2,
  .bootstrap .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .bootstrap .g-lg-3,
  .bootstrap .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .bootstrap .g-lg-3,
  .bootstrap .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .bootstrap .g-lg-4,
  .bootstrap .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .bootstrap .g-lg-4,
  .bootstrap .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .bootstrap .g-lg-5,
  .bootstrap .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .bootstrap .g-lg-5,
  .bootstrap .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (max-width: 834px) {
  .bootstrap .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .bootstrap .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bootstrap .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bootstrap .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .bootstrap .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .bootstrap .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .bootstrap .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bootstrap .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .bootstrap .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .bootstrap .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .offset-md-0 {
    margin-left: 0;
  }
  .bootstrap .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap .offset-md-3 {
    margin-left: 25%;
  }
  .bootstrap .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap .offset-md-6 {
    margin-left: 50%;
  }
  .bootstrap .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap .offset-md-9 {
    margin-left: 75%;
  }
  .bootstrap .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap .g-md-0,
  .bootstrap .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .bootstrap .g-md-0,
  .bootstrap .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .bootstrap .g-md-1,
  .bootstrap .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .bootstrap .g-md-1,
  .bootstrap .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .bootstrap .g-md-2,
  .bootstrap .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .bootstrap .g-md-2,
  .bootstrap .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .bootstrap .g-md-3,
  .bootstrap .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .bootstrap .g-md-3,
  .bootstrap .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .bootstrap .g-md-4,
  .bootstrap .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .bootstrap .g-md-4,
  .bootstrap .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .bootstrap .g-md-5,
  .bootstrap .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .bootstrap .g-md-5,
  .bootstrap .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (max-width: 480px) {
  .bootstrap .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bootstrap .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .bootstrap .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bootstrap .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bootstrap .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bootstrap .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .bootstrap .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bootstrap .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .bootstrap .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .bootstrap .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bootstrap .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .bootstrap .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .bootstrap .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bootstrap .offset-sm-0 {
    margin-left: 0;
  }
  .bootstrap .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap .offset-sm-3 {
    margin-left: 25%;
  }
  .bootstrap .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap .offset-sm-6 {
    margin-left: 50%;
  }
  .bootstrap .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap .offset-sm-9 {
    margin-left: 75%;
  }
  .bootstrap .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap .g-sm-0,
  .bootstrap .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .bootstrap .g-sm-0,
  .bootstrap .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .bootstrap .g-sm-1,
  .bootstrap .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .bootstrap .g-sm-1,
  .bootstrap .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .bootstrap .g-sm-2,
  .bootstrap .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .bootstrap .g-sm-2,
  .bootstrap .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .bootstrap .g-sm-3,
  .bootstrap .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .bootstrap .g-sm-3,
  .bootstrap .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .bootstrap .g-sm-4,
  .bootstrap .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .bootstrap .g-sm-4,
  .bootstrap .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .bootstrap .g-sm-5,
  .bootstrap .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .bootstrap .g-sm-5,
  .bootstrap .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
.bootstrap .d-inline {
  display: inline !important;
}
.bootstrap .d-inline-block {
  display: inline-block !important;
}
.bootstrap .d-block {
  display: block !important;
}
.bootstrap .d-grid {
  display: grid !important;
}
.bootstrap .d-table {
  display: table !important;
}
.bootstrap .d-table-row {
  display: table-row !important;
}
.bootstrap .d-table-cell {
  display: table-cell !important;
}
.bootstrap .d-flex {
  display: flex !important;
}
.bootstrap .d-inline-flex {
  display: inline-flex !important;
}
.bootstrap .d-none {
  display: none !important;
}
.bootstrap .flex-fill {
  flex: 1 1 auto !important;
}
.bootstrap .flex-row {
  flex-direction: row !important;
}
.bootstrap .flex-column {
  flex-direction: column !important;
}
.bootstrap .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.bootstrap .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.bootstrap .flex-grow-0 {
  flex-grow: 0 !important;
}
.bootstrap .flex-grow-1 {
  flex-grow: 1 !important;
}
.bootstrap .flex-shrink-0 {
  flex-shrink: 0 !important;
}
.bootstrap .flex-shrink-1 {
  flex-shrink: 1 !important;
}
.bootstrap .flex-wrap {
  flex-wrap: wrap !important;
}
.bootstrap .flex-nowrap {
  flex-wrap: nowrap !important;
}
.bootstrap .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.bootstrap .justify-content-start {
  justify-content: flex-start !important;
}
.bootstrap .justify-content-end {
  justify-content: flex-end !important;
}
.bootstrap .justify-content-center {
  justify-content: center !important;
}
.bootstrap .justify-content-between {
  justify-content: space-between !important;
}
.bootstrap .justify-content-around {
  justify-content: space-around !important;
}
.bootstrap .justify-content-evenly {
  justify-content: space-evenly !important;
}
.bootstrap .align-items-start {
  align-items: flex-start !important;
}
.bootstrap .align-items-end {
  align-items: flex-end !important;
}
.bootstrap .align-items-center {
  align-items: center !important;
}
.bootstrap .align-items-baseline {
  align-items: baseline !important;
}
.bootstrap .align-items-stretch {
  align-items: stretch !important;
}
.bootstrap .align-content-start {
  align-content: flex-start !important;
}
.bootstrap .align-content-end {
  align-content: flex-end !important;
}
.bootstrap .align-content-center {
  align-content: center !important;
}
.bootstrap .align-content-between {
  align-content: space-between !important;
}
.bootstrap .align-content-around {
  align-content: space-around !important;
}
.bootstrap .align-content-stretch {
  align-content: stretch !important;
}
.bootstrap .align-self-auto {
  align-self: auto !important;
}
.bootstrap .align-self-start {
  align-self: flex-start !important;
}
.bootstrap .align-self-end {
  align-self: flex-end !important;
}
.bootstrap .align-self-center {
  align-self: center !important;
}
.bootstrap .align-self-baseline {
  align-self: baseline !important;
}
.bootstrap .align-self-stretch {
  align-self: stretch !important;
}
.bootstrap .order-first {
  order: -1 !important;
}
.bootstrap .order-0 {
  order: 0 !important;
}
.bootstrap .order-1 {
  order: 1 !important;
}
.bootstrap .order-2 {
  order: 2 !important;
}
.bootstrap .order-3 {
  order: 3 !important;
}
.bootstrap .order-4 {
  order: 4 !important;
}
.bootstrap .order-5 {
  order: 5 !important;
}
.bootstrap .order-last {
  order: 6 !important;
}
.bootstrap .m-0 {
  margin: 0 !important;
}
.bootstrap .m-1 {
  margin: 0.25rem !important;
}
.bootstrap .m-2 {
  margin: 0.5rem !important;
}
.bootstrap .m-3 {
  margin: 1rem !important;
}
.bootstrap .m-4 {
  margin: 1.5rem !important;
}
.bootstrap .m-5 {
  margin: 3rem !important;
}
.bootstrap .m-auto {
  margin: auto !important;
}
.bootstrap .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.bootstrap .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.bootstrap .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.bootstrap .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.bootstrap .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.bootstrap .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.bootstrap .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.bootstrap .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.bootstrap .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.bootstrap .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.bootstrap .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.bootstrap .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.bootstrap .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.bootstrap .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.bootstrap .mt-0 {
  margin-top: 0 !important;
}
.bootstrap .mt-1 {
  margin-top: 0.25rem !important;
}
.bootstrap .mt-2 {
  margin-top: 0.5rem !important;
}
.bootstrap .mt-3 {
  margin-top: 1rem !important;
}
.bootstrap .mt-4 {
  margin-top: 1.5rem !important;
}
.bootstrap .mt-5 {
  margin-top: 3rem !important;
}
.bootstrap .mt-auto {
  margin-top: auto !important;
}
.bootstrap .me-0 {
  margin-right: 0 !important;
}
.bootstrap .me-1 {
  margin-right: 0.25rem !important;
}
.bootstrap .me-2 {
  margin-right: 0.5rem !important;
}
.bootstrap .me-3 {
  margin-right: 1rem !important;
}
.bootstrap .me-4 {
  margin-right: 1.5rem !important;
}
.bootstrap .me-5 {
  margin-right: 3rem !important;
}
.bootstrap .me-auto {
  margin-right: auto !important;
}
.bootstrap .mb-0 {
  margin-bottom: 0 !important;
}
.bootstrap .mb-1 {
  margin-bottom: 0.25rem !important;
}
.bootstrap .mb-2 {
  margin-bottom: 0.5rem !important;
}
.bootstrap .mb-3 {
  margin-bottom: 1rem !important;
}
.bootstrap .mb-4 {
  margin-bottom: 1.5rem !important;
}
.bootstrap .mb-5 {
  margin-bottom: 3rem !important;
}
.bootstrap .mb-auto {
  margin-bottom: auto !important;
}
.bootstrap .ms-0 {
  margin-left: 0 !important;
}
.bootstrap .ms-1 {
  margin-left: 0.25rem !important;
}
.bootstrap .ms-2 {
  margin-left: 0.5rem !important;
}
.bootstrap .ms-3 {
  margin-left: 1rem !important;
}
.bootstrap .ms-4 {
  margin-left: 1.5rem !important;
}
.bootstrap .ms-5 {
  margin-left: 3rem !important;
}
.bootstrap .ms-auto {
  margin-left: auto !important;
}
.bootstrap .p-0 {
  padding: 0 !important;
}
.bootstrap .p-1 {
  padding: 0.25rem !important;
}
.bootstrap .p-2 {
  padding: 0.5rem !important;
}
.bootstrap .p-3 {
  padding: 1rem !important;
}
.bootstrap .p-4 {
  padding: 1.5rem !important;
}
.bootstrap .p-5 {
  padding: 3rem !important;
}
.bootstrap .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.bootstrap .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.bootstrap .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.bootstrap .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.bootstrap .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.bootstrap .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.bootstrap .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.bootstrap .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.bootstrap .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.bootstrap .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.bootstrap .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.bootstrap .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.bootstrap .pt-0 {
  padding-top: 0 !important;
}
.bootstrap .pt-1 {
  padding-top: 0.25rem !important;
}
.bootstrap .pt-2 {
  padding-top: 0.5rem !important;
}
.bootstrap .pt-3 {
  padding-top: 1rem !important;
}
.bootstrap .pt-4 {
  padding-top: 1.5rem !important;
}
.bootstrap .pt-5 {
  padding-top: 3rem !important;
}
.bootstrap .pe-0 {
  padding-right: 0 !important;
}
.bootstrap .pe-1 {
  padding-right: 0.25rem !important;
}
.bootstrap .pe-2 {
  padding-right: 0.5rem !important;
}
.bootstrap .pe-3 {
  padding-right: 1rem !important;
}
.bootstrap .pe-4 {
  padding-right: 1.5rem !important;
}
.bootstrap .pe-5 {
  padding-right: 3rem !important;
}
.bootstrap .pb-0 {
  padding-bottom: 0 !important;
}
.bootstrap .pb-1 {
  padding-bottom: 0.25rem !important;
}
.bootstrap .pb-2 {
  padding-bottom: 0.5rem !important;
}
.bootstrap .pb-3 {
  padding-bottom: 1rem !important;
}
.bootstrap .pb-4 {
  padding-bottom: 1.5rem !important;
}
.bootstrap .pb-5 {
  padding-bottom: 3rem !important;
}
.bootstrap .ps-0 {
  padding-left: 0 !important;
}
.bootstrap .ps-1 {
  padding-left: 0.25rem !important;
}
.bootstrap .ps-2 {
  padding-left: 0.5rem !important;
}
.bootstrap .ps-3 {
  padding-left: 1rem !important;
}
.bootstrap .ps-4 {
  padding-left: 1.5rem !important;
}
.bootstrap .ps-5 {
  padding-left: 3rem !important;
}
.bootstrap .text-start {
  text-align: left !important;
}
.bootstrap .text-end {
  text-align: right !important;
}
.bootstrap .text-center {
  text-align: center !important;
}
@media (max-width: 1023px) {
  .bootstrap .d-lg-inline {
    display: inline !important;
  }
  .bootstrap .d-lg-inline-block {
    display: inline-block !important;
  }
  .bootstrap .d-lg-block {
    display: block !important;
  }
  .bootstrap .d-lg-grid {
    display: grid !important;
  }
  .bootstrap .d-lg-table {
    display: table !important;
  }
  .bootstrap .d-lg-table-row {
    display: table-row !important;
  }
  .bootstrap .d-lg-table-cell {
    display: table-cell !important;
  }
  .bootstrap .d-lg-flex {
    display: flex !important;
  }
  .bootstrap .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .bootstrap .d-lg-none {
    display: none !important;
  }
  .bootstrap .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap .flex-lg-row {
    flex-direction: row !important;
  }
  .bootstrap .flex-lg-column {
    flex-direction: column !important;
  }
  .bootstrap .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .bootstrap .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .bootstrap .justify-content-lg-center {
    justify-content: center !important;
  }
  .bootstrap .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .bootstrap .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .bootstrap .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .bootstrap .align-items-lg-start {
    align-items: flex-start !important;
  }
  .bootstrap .align-items-lg-end {
    align-items: flex-end !important;
  }
  .bootstrap .align-items-lg-center {
    align-items: center !important;
  }
  .bootstrap .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .bootstrap .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .bootstrap .align-content-lg-start {
    align-content: flex-start !important;
  }
  .bootstrap .align-content-lg-end {
    align-content: flex-end !important;
  }
  .bootstrap .align-content-lg-center {
    align-content: center !important;
  }
  .bootstrap .align-content-lg-between {
    align-content: space-between !important;
  }
  .bootstrap .align-content-lg-around {
    align-content: space-around !important;
  }
  .bootstrap .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .bootstrap .align-self-lg-auto {
    align-self: auto !important;
  }
  .bootstrap .align-self-lg-start {
    align-self: flex-start !important;
  }
  .bootstrap .align-self-lg-end {
    align-self: flex-end !important;
  }
  .bootstrap .align-self-lg-center {
    align-self: center !important;
  }
  .bootstrap .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .bootstrap .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .bootstrap .order-lg-first {
    order: -1 !important;
  }
  .bootstrap .order-lg-0 {
    order: 0 !important;
  }
  .bootstrap .order-lg-1 {
    order: 1 !important;
  }
  .bootstrap .order-lg-2 {
    order: 2 !important;
  }
  .bootstrap .order-lg-3 {
    order: 3 !important;
  }
  .bootstrap .order-lg-4 {
    order: 4 !important;
  }
  .bootstrap .order-lg-5 {
    order: 5 !important;
  }
  .bootstrap .order-lg-last {
    order: 6 !important;
  }
  .bootstrap .m-lg-0 {
    margin: 0 !important;
  }
  .bootstrap .m-lg-1 {
    margin: 0.25rem !important;
  }
  .bootstrap .m-lg-2 {
    margin: 0.5rem !important;
  }
  .bootstrap .m-lg-3 {
    margin: 1rem !important;
  }
  .bootstrap .m-lg-4 {
    margin: 1.5rem !important;
  }
  .bootstrap .m-lg-5 {
    margin: 3rem !important;
  }
  .bootstrap .m-lg-auto {
    margin: auto !important;
  }
  .bootstrap .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bootstrap .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bootstrap .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bootstrap .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bootstrap .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bootstrap .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bootstrap .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bootstrap .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bootstrap .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bootstrap .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bootstrap .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bootstrap .mt-lg-0 {
    margin-top: 0 !important;
  }
  .bootstrap .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .bootstrap .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .bootstrap .mt-lg-auto {
    margin-top: auto !important;
  }
  .bootstrap .me-lg-0 {
    margin-right: 0 !important;
  }
  .bootstrap .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap .me-lg-3 {
    margin-right: 1rem !important;
  }
  .bootstrap .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap .me-lg-5 {
    margin-right: 3rem !important;
  }
  .bootstrap .me-lg-auto {
    margin-right: auto !important;
  }
  .bootstrap .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .bootstrap .ms-lg-0 {
    margin-left: 0 !important;
  }
  .bootstrap .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .bootstrap .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .bootstrap .ms-lg-auto {
    margin-left: auto !important;
  }
  .bootstrap .p-lg-0 {
    padding: 0 !important;
  }
  .bootstrap .p-lg-1 {
    padding: 0.25rem !important;
  }
  .bootstrap .p-lg-2 {
    padding: 0.5rem !important;
  }
  .bootstrap .p-lg-3 {
    padding: 1rem !important;
  }
  .bootstrap .p-lg-4 {
    padding: 1.5rem !important;
  }
  .bootstrap .p-lg-5 {
    padding: 3rem !important;
  }
  .bootstrap .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bootstrap .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bootstrap .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bootstrap .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bootstrap .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bootstrap .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bootstrap .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bootstrap .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bootstrap .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bootstrap .pt-lg-0 {
    padding-top: 0 !important;
  }
  .bootstrap .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .bootstrap .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .bootstrap .pe-lg-0 {
    padding-right: 0 !important;
  }
  .bootstrap .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .bootstrap .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .bootstrap .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap .ps-lg-0 {
    padding-left: 0 !important;
  }
  .bootstrap .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .bootstrap .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .bootstrap .text-lg-start {
    text-align: left !important;
  }
  .bootstrap .text-lg-end {
    text-align: right !important;
  }
  .bootstrap .text-lg-center {
    text-align: center !important;
  }
}
@media (max-width: 834px) {
  .bootstrap .d-md-inline {
    display: inline !important;
  }
  .bootstrap .d-md-inline-block {
    display: inline-block !important;
  }
  .bootstrap .d-md-block {
    display: block !important;
  }
  .bootstrap .d-md-grid {
    display: grid !important;
  }
  .bootstrap .d-md-table {
    display: table !important;
  }
  .bootstrap .d-md-table-row {
    display: table-row !important;
  }
  .bootstrap .d-md-table-cell {
    display: table-cell !important;
  }
  .bootstrap .d-md-flex {
    display: flex !important;
  }
  .bootstrap .d-md-inline-flex {
    display: inline-flex !important;
  }
  .bootstrap .d-md-none {
    display: none !important;
  }
  .bootstrap .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap .flex-md-row {
    flex-direction: row !important;
  }
  .bootstrap .flex-md-column {
    flex-direction: column !important;
  }
  .bootstrap .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .bootstrap .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .bootstrap .justify-content-md-center {
    justify-content: center !important;
  }
  .bootstrap .justify-content-md-between {
    justify-content: space-between !important;
  }
  .bootstrap .justify-content-md-around {
    justify-content: space-around !important;
  }
  .bootstrap .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .bootstrap .align-items-md-start {
    align-items: flex-start !important;
  }
  .bootstrap .align-items-md-end {
    align-items: flex-end !important;
  }
  .bootstrap .align-items-md-center {
    align-items: center !important;
  }
  .bootstrap .align-items-md-baseline {
    align-items: baseline !important;
  }
  .bootstrap .align-items-md-stretch {
    align-items: stretch !important;
  }
  .bootstrap .align-content-md-start {
    align-content: flex-start !important;
  }
  .bootstrap .align-content-md-end {
    align-content: flex-end !important;
  }
  .bootstrap .align-content-md-center {
    align-content: center !important;
  }
  .bootstrap .align-content-md-between {
    align-content: space-between !important;
  }
  .bootstrap .align-content-md-around {
    align-content: space-around !important;
  }
  .bootstrap .align-content-md-stretch {
    align-content: stretch !important;
  }
  .bootstrap .align-self-md-auto {
    align-self: auto !important;
  }
  .bootstrap .align-self-md-start {
    align-self: flex-start !important;
  }
  .bootstrap .align-self-md-end {
    align-self: flex-end !important;
  }
  .bootstrap .align-self-md-center {
    align-self: center !important;
  }
  .bootstrap .align-self-md-baseline {
    align-self: baseline !important;
  }
  .bootstrap .align-self-md-stretch {
    align-self: stretch !important;
  }
  .bootstrap .order-md-first {
    order: -1 !important;
  }
  .bootstrap .order-md-0 {
    order: 0 !important;
  }
  .bootstrap .order-md-1 {
    order: 1 !important;
  }
  .bootstrap .order-md-2 {
    order: 2 !important;
  }
  .bootstrap .order-md-3 {
    order: 3 !important;
  }
  .bootstrap .order-md-4 {
    order: 4 !important;
  }
  .bootstrap .order-md-5 {
    order: 5 !important;
  }
  .bootstrap .order-md-last {
    order: 6 !important;
  }
  .bootstrap .m-md-0 {
    margin: 0 !important;
  }
  .bootstrap .m-md-1 {
    margin: 0.25rem !important;
  }
  .bootstrap .m-md-2 {
    margin: 0.5rem !important;
  }
  .bootstrap .m-md-3 {
    margin: 1rem !important;
  }
  .bootstrap .m-md-4 {
    margin: 1.5rem !important;
  }
  .bootstrap .m-md-5 {
    margin: 3rem !important;
  }
  .bootstrap .m-md-auto {
    margin: auto !important;
  }
  .bootstrap .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bootstrap .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bootstrap .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bootstrap .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bootstrap .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bootstrap .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bootstrap .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bootstrap .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bootstrap .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bootstrap .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bootstrap .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bootstrap .mt-md-0 {
    margin-top: 0 !important;
  }
  .bootstrap .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap .mt-md-3 {
    margin-top: 1rem !important;
  }
  .bootstrap .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap .mt-md-5 {
    margin-top: 3rem !important;
  }
  .bootstrap .mt-md-auto {
    margin-top: auto !important;
  }
  .bootstrap .me-md-0 {
    margin-right: 0 !important;
  }
  .bootstrap .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap .me-md-3 {
    margin-right: 1rem !important;
  }
  .bootstrap .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap .me-md-5 {
    margin-right: 3rem !important;
  }
  .bootstrap .me-md-auto {
    margin-right: auto !important;
  }
  .bootstrap .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap .mb-md-auto {
    margin-bottom: auto !important;
  }
  .bootstrap .ms-md-0 {
    margin-left: 0 !important;
  }
  .bootstrap .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap .ms-md-3 {
    margin-left: 1rem !important;
  }
  .bootstrap .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap .ms-md-5 {
    margin-left: 3rem !important;
  }
  .bootstrap .ms-md-auto {
    margin-left: auto !important;
  }
  .bootstrap .p-md-0 {
    padding: 0 !important;
  }
  .bootstrap .p-md-1 {
    padding: 0.25rem !important;
  }
  .bootstrap .p-md-2 {
    padding: 0.5rem !important;
  }
  .bootstrap .p-md-3 {
    padding: 1rem !important;
  }
  .bootstrap .p-md-4 {
    padding: 1.5rem !important;
  }
  .bootstrap .p-md-5 {
    padding: 3rem !important;
  }
  .bootstrap .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bootstrap .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bootstrap .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bootstrap .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bootstrap .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bootstrap .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bootstrap .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bootstrap .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bootstrap .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bootstrap .pt-md-0 {
    padding-top: 0 !important;
  }
  .bootstrap .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap .pt-md-3 {
    padding-top: 1rem !important;
  }
  .bootstrap .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap .pt-md-5 {
    padding-top: 3rem !important;
  }
  .bootstrap .pe-md-0 {
    padding-right: 0 !important;
  }
  .bootstrap .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap .pe-md-3 {
    padding-right: 1rem !important;
  }
  .bootstrap .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap .pe-md-5 {
    padding-right: 3rem !important;
  }
  .bootstrap .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap .ps-md-0 {
    padding-left: 0 !important;
  }
  .bootstrap .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap .ps-md-3 {
    padding-left: 1rem !important;
  }
  .bootstrap .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap .ps-md-5 {
    padding-left: 3rem !important;
  }
  .bootstrap .text-md-start {
    text-align: left !important;
  }
  .bootstrap .text-md-end {
    text-align: right !important;
  }
  .bootstrap .text-md-center {
    text-align: center !important;
  }
}
@media (max-width: 480px) {
  .bootstrap .d-sm-inline {
    display: inline !important;
  }
  .bootstrap .d-sm-inline-block {
    display: inline-block !important;
  }
  .bootstrap .d-sm-block {
    display: block !important;
  }
  .bootstrap .d-sm-grid {
    display: grid !important;
  }
  .bootstrap .d-sm-table {
    display: table !important;
  }
  .bootstrap .d-sm-table-row {
    display: table-row !important;
  }
  .bootstrap .d-sm-table-cell {
    display: table-cell !important;
  }
  .bootstrap .d-sm-flex {
    display: flex !important;
  }
  .bootstrap .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .bootstrap .d-sm-none {
    display: none !important;
  }
  .bootstrap .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap .flex-sm-row {
    flex-direction: row !important;
  }
  .bootstrap .flex-sm-column {
    flex-direction: column !important;
  }
  .bootstrap .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .bootstrap .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .bootstrap .justify-content-sm-center {
    justify-content: center !important;
  }
  .bootstrap .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .bootstrap .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .bootstrap .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .bootstrap .align-items-sm-start {
    align-items: flex-start !important;
  }
  .bootstrap .align-items-sm-end {
    align-items: flex-end !important;
  }
  .bootstrap .align-items-sm-center {
    align-items: center !important;
  }
  .bootstrap .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .bootstrap .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .bootstrap .align-content-sm-start {
    align-content: flex-start !important;
  }
  .bootstrap .align-content-sm-end {
    align-content: flex-end !important;
  }
  .bootstrap .align-content-sm-center {
    align-content: center !important;
  }
  .bootstrap .align-content-sm-between {
    align-content: space-between !important;
  }
  .bootstrap .align-content-sm-around {
    align-content: space-around !important;
  }
  .bootstrap .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .bootstrap .align-self-sm-auto {
    align-self: auto !important;
  }
  .bootstrap .align-self-sm-start {
    align-self: flex-start !important;
  }
  .bootstrap .align-self-sm-end {
    align-self: flex-end !important;
  }
  .bootstrap .align-self-sm-center {
    align-self: center !important;
  }
  .bootstrap .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .bootstrap .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .bootstrap .order-sm-first {
    order: -1 !important;
  }
  .bootstrap .order-sm-0 {
    order: 0 !important;
  }
  .bootstrap .order-sm-1 {
    order: 1 !important;
  }
  .bootstrap .order-sm-2 {
    order: 2 !important;
  }
  .bootstrap .order-sm-3 {
    order: 3 !important;
  }
  .bootstrap .order-sm-4 {
    order: 4 !important;
  }
  .bootstrap .order-sm-5 {
    order: 5 !important;
  }
  .bootstrap .order-sm-last {
    order: 6 !important;
  }
  .bootstrap .m-sm-0 {
    margin: 0 !important;
  }
  .bootstrap .m-sm-1 {
    margin: 0.25rem !important;
  }
  .bootstrap .m-sm-2 {
    margin: 0.5rem !important;
  }
  .bootstrap .m-sm-3 {
    margin: 1rem !important;
  }
  .bootstrap .m-sm-4 {
    margin: 1.5rem !important;
  }
  .bootstrap .m-sm-5 {
    margin: 3rem !important;
  }
  .bootstrap .m-sm-auto {
    margin: auto !important;
  }
  .bootstrap .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bootstrap .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bootstrap .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bootstrap .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bootstrap .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bootstrap .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bootstrap .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bootstrap .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bootstrap .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bootstrap .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bootstrap .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bootstrap .mt-sm-0 {
    margin-top: 0 !important;
  }
  .bootstrap .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .bootstrap .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .bootstrap .mt-sm-auto {
    margin-top: auto !important;
  }
  .bootstrap .me-sm-0 {
    margin-right: 0 !important;
  }
  .bootstrap .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap .me-sm-3 {
    margin-right: 1rem !important;
  }
  .bootstrap .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap .me-sm-5 {
    margin-right: 3rem !important;
  }
  .bootstrap .me-sm-auto {
    margin-right: auto !important;
  }
  .bootstrap .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .bootstrap .ms-sm-0 {
    margin-left: 0 !important;
  }
  .bootstrap .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .bootstrap .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .bootstrap .ms-sm-auto {
    margin-left: auto !important;
  }
  .bootstrap .p-sm-0 {
    padding: 0 !important;
  }
  .bootstrap .p-sm-1 {
    padding: 0.25rem !important;
  }
  .bootstrap .p-sm-2 {
    padding: 0.5rem !important;
  }
  .bootstrap .p-sm-3 {
    padding: 1rem !important;
  }
  .bootstrap .p-sm-4 {
    padding: 1.5rem !important;
  }
  .bootstrap .p-sm-5 {
    padding: 3rem !important;
  }
  .bootstrap .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bootstrap .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bootstrap .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bootstrap .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bootstrap .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bootstrap .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bootstrap .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bootstrap .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bootstrap .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bootstrap .pt-sm-0 {
    padding-top: 0 !important;
  }
  .bootstrap .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .bootstrap .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .bootstrap .pe-sm-0 {
    padding-right: 0 !important;
  }
  .bootstrap .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .bootstrap .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .bootstrap .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap .ps-sm-0 {
    padding-left: 0 !important;
  }
  .bootstrap .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .bootstrap .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .bootstrap .text-sm-start {
    text-align: left !important;
  }
  .bootstrap .text-sm-end {
    text-align: right !important;
  }
  .bootstrap .text-sm-center {
    text-align: center !important;
  }
}


/*  ------------------------------ style.scss */
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}
/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
}
/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}/*# sourceMappingURL=style.css.map */