@charset "UTF-8";
:root {
/*  --primary-color: #255AA7;
  --secondary-color: #BBE2FF;*/
  --primary-color: #468C70;
  --secondary-color: #E1ECDD;
  --accent-color: #D1BC52;
  --accent-bg-color: #FFF9E8;
  --danger-color: #d94618;
  --danger-bg-color: #FFF3F0;
  --gray-color: #f1f1f1;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

@keyframes show {
  0% {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  100% {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
@keyframes hide {
  0% {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  100% {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}

html {
  height: 100%;
}
html.is-fixed {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #333;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.8;
  }
}
body.is-fixed {
  position: fixed;
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}

main {
  padding: 0 0 100px;
}
@media screen and (max-width: 768px) {
  main {
    padding-bottom: 40px;
  }
}

ul, ol {
  list-style: none;
}

a {
  display: block;
  color: var(--primary-color);
  text-decoration: underline;
  transition: 0.3s;
}
a:hover {
  color: var(--primary-color);
  text-decoration: none;
}
a.is-external::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.5 11.5' fill='inherit'%3E%3Cpath d='M9.25,5.83a.5.5,0,0,0-.5.5v3.5a.68.68,0,0,1-.67.67H1.67a.63.63,0,0,1-.47-.2A.63.63,0,0,1,1,9.83V3.42A.63.63,0,0,1,1.2,3a.63.63,0,0,1,.47-.2h3.5a.5.5,0,0,0,0-1H1.67A1.67,1.67,0,0,0,0,3.42V9.83A1.67,1.67,0,0,0,1.67,11.5H8.08A1.67,1.67,0,0,0,9.75,9.83V6.33A.5.5,0,0,0,9.25,5.83Z'/%3E%3Cpath d='M11.46.31a.36.36,0,0,0-.11-.16A.36.36,0,0,0,11.19,0,.43.43,0,0,0,11,0H7.5A.5.5,0,0,0,7,.5a.5.5,0,0,0,.5.5H9.79L4.23,6.56a.5.5,0,0,0,.71.71L10.5,1.71V4a.5.5,0,0,0,1,0V.5A.43.43,0,0,0,11.46.31Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 8px;
  transform: translateY(-0.13em);
}
a[href^="tel:"] {
  pointer-events: none;
  color: inherit;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
}

svg, img, embed, object, iframe {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-weight: bold;
}

* {
  scroll-margin-top: 60px;
}

.block {
  max-width: 100%;
}
.block:not(:first-of-type) {
  margin-top: 24px;
}

.text-indent-1 {
  text-indent: -1em;
  padding-left: 1em;
}

.section__title {
  color: var(--primary-color);
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .section__title {
    font-size: 28px;
    margin-bottom: 28px;
  }
}

.pageHeading {
  display: flex;
  align-items: center;
  width: 100%;
  height: 240px;
  background-color: var(--secondary-color);
  background-repeat: repeat;
  background-position: top left;
  background-size: 1800px 240px;
  color: var(--primary-color);
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .pageHeading {
    height: 100px;
    margin-bottom: 40px;
  }
  .pageHeading-teaser{
    height: 50px;
  }
}
.pageHeading.is-light {
  background-color: #FFF9E8;
}
.pageHeading__title {
  font-size: 48px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pageHeading__title {
    font-size: 28px;
  }
}

.pageHeading-teaser{
  display: flex;
  align-items: center;
  width: 100%;
  height: 240px;
  background-repeat: repeat;
  background-position: top left;
  background-size: 1800px 240px;
  color: var(--primary-color);
}


.bordered-box {
  border: 5px solid var(--secondary-color);
  padding: 60px 72px 48px;
}
@media screen and (max-width: 768px) {
  .bordered-box {
    padding: 2rem 1rem;
  }
}

.bordered-title {
  border-bottom: 3px solid var(--primary-color);
  color: var(--primary-color);
  font-weight: bold;
  font-size: 30px;
  padding-bottom: 12px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .bordered-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.fonts-loading {
  visibility: hidden;
}

.fonts-loaded {
  visibility: visible;
}

.text-danger {
  color: var(--danger-color);
}

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

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

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

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

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

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

.m-6 {
  margin: 6rem !important;
}

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

@media screen and (max-width: 1000px) {
  .m-0-lg {
    margin: 0 !important;
  }
}
@media screen and (min-width: 1000px) {
  .m-0-lg-over {
    margin: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .m-0-md {
    margin: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .m-0-md-over {
    margin: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .m-0-sm {
    margin: 0 !important;
  }
}
@media screen and (min-width: 481px) {
  .m-0-sm-over {
    margin: 0 !important;
  }
}
.mt-0 {
  margin-top: 0 !important;
}

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

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

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

@media screen and (max-width: 1000px) {
  .mt-0-lg {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 1000px) {
  .mt-0-lg-over {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .mt-0-md {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .mt-0-md-over {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .mt-0-sm {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 481px) {
  .mt-0-sm-over {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 1000px) {
  .mr-0-lg {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 1000px) {
  .mr-0-lg-over {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .mr-0-md {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .mr-0-md-over {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .mr-0-sm {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 481px) {
  .mr-0-sm-over {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 1000px) {
  .mb-0-lg {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 1000px) {
  .mb-0-lg-over {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .mb-0-md {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .mb-0-md-over {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .mb-0-sm {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 481px) {
  .mb-0-sm-over {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 1000px) {
  .ml-0-lg {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 1000px) {
  .ml-0-lg-over {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .ml-0-md {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .ml-0-md-over {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .ml-0-sm {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 481px) {
  .ml-0-sm-over {
    margin-left: 0 !important;
  }
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media screen and (max-width: 1000px) {
  .mx-0-lg {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 1000px) {
  .mx-0-lg-over {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .mx-0-md {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .mx-0-md-over {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .mx-0-sm {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 481px) {
  .mx-0-sm-over {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 1000px) {
  .my-0-lg {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 1000px) {
  .my-0-lg-over {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .my-0-md {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .my-0-md-over {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .my-0-sm {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 481px) {
  .my-0-sm-over {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 1000px) {
  .m-1-lg {
    margin: 1rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .m-1-lg-over {
    margin: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  .m-1-md {
    margin: 1rem !important;
  }
}
@media screen and (min-width: 769px) {
  .m-1-md-over {
    margin: 1rem !important;
  }
}
@media screen and (max-width: 480px) {
  .m-1-sm {
    margin: 1rem !important;
  }
}
@media screen and (min-width: 481px) {
  .m-1-sm-over {
    margin: 1rem !important;
  }
}
.mt-1 {
  margin-top: 1rem !important;
}

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

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

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

@media screen and (max-width: 1000px) {
  .mt-1-lg {
    margin-top: 1rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .mt-1-lg-over {
    margin-top: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mt-1-md {
    margin-top: 1rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mt-1-md-over {
    margin-top: 1rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mt-1-sm {
    margin-top: 1rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mt-1-sm-over {
    margin-top: 1rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .mr-1-lg {
    margin-right: 1rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .mr-1-lg-over {
    margin-right: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mr-1-md {
    margin-right: 1rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mr-1-md-over {
    margin-right: 1rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mr-1-sm {
    margin-right: 1rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mr-1-sm-over {
    margin-right: 1rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .mb-1-lg {
    margin-bottom: 1rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .mb-1-lg-over {
    margin-bottom: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mb-1-md {
    margin-bottom: 1rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mb-1-md-over {
    margin-bottom: 1rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mb-1-sm {
    margin-bottom: 1rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mb-1-sm-over {
    margin-bottom: 1rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .ml-1-lg {
    margin-left: 1rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .ml-1-lg-over {
    margin-left: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  .ml-1-md {
    margin-left: 1rem !important;
  }
}
@media screen and (min-width: 769px) {
  .ml-1-md-over {
    margin-left: 1rem !important;
  }
}
@media screen and (max-width: 480px) {
  .ml-1-sm {
    margin-left: 1rem !important;
  }
}
@media screen and (min-width: 481px) {
  .ml-1-sm-over {
    margin-left: 1rem !important;
  }
}
.mx-1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

@media screen and (max-width: 1000px) {
  .mx-1-lg {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .mx-1-lg-over {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mx-1-md {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mx-1-md-over {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mx-1-sm {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mx-1-sm-over {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

@media screen and (max-width: 1000px) {
  .my-1-lg {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .my-1-lg-over {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  .my-1-md {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media screen and (min-width: 769px) {
  .my-1-md-over {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media screen and (max-width: 480px) {
  .my-1-sm {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media screen and (min-width: 481px) {
  .my-1-sm-over {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .m-2-lg {
    margin: 2rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .m-2-lg-over {
    margin: 2rem !important;
  }
}
@media screen and (max-width: 768px) {
  .m-2-md {
    margin: 2rem !important;
  }
}
@media screen and (min-width: 769px) {
  .m-2-md-over {
    margin: 2rem !important;
  }
}
@media screen and (max-width: 480px) {
  .m-2-sm {
    margin: 2rem !important;
  }
}
@media screen and (min-width: 481px) {
  .m-2-sm-over {
    margin: 2rem !important;
  }
}
.mt-2 {
  margin-top: 2rem !important;
}

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

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

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

@media screen and (max-width: 1000px) {
  .mt-2-lg {
    margin-top: 2rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .mt-2-lg-over {
    margin-top: 2rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mt-2-md {
    margin-top: 2rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mt-2-md-over {
    margin-top: 2rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mt-2-sm {
    margin-top: 2rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mt-2-sm-over {
    margin-top: 2rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .mr-2-lg {
    margin-right: 2rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .mr-2-lg-over {
    margin-right: 2rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mr-2-md {
    margin-right: 2rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mr-2-md-over {
    margin-right: 2rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mr-2-sm {
    margin-right: 2rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mr-2-sm-over {
    margin-right: 2rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .mb-2-lg {
    margin-bottom: 2rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .mb-2-lg-over {
    margin-bottom: 2rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mb-2-md {
    margin-bottom: 2rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mb-2-md-over {
    margin-bottom: 2rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mb-2-sm {
    margin-bottom: 2rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mb-2-sm-over {
    margin-bottom: 2rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .ml-2-lg {
    margin-left: 2rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .ml-2-lg-over {
    margin-left: 2rem !important;
  }
}
@media screen and (max-width: 768px) {
  .ml-2-md {
    margin-left: 2rem !important;
  }
}
@media screen and (min-width: 769px) {
  .ml-2-md-over {
    margin-left: 2rem !important;
  }
}
@media screen and (max-width: 480px) {
  .ml-2-sm {
    margin-left: 2rem !important;
  }
}
@media screen and (min-width: 481px) {
  .ml-2-sm-over {
    margin-left: 2rem !important;
  }
}
.mx-2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

@media screen and (max-width: 1000px) {
  .mx-2-lg {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .mx-2-lg-over {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mx-2-md {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mx-2-md-over {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mx-2-sm {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mx-2-sm-over {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
.my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

@media screen and (max-width: 1000px) {
  .my-2-lg {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .my-2-lg-over {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}
@media screen and (max-width: 768px) {
  .my-2-md {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}
@media screen and (min-width: 769px) {
  .my-2-md-over {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}
@media screen and (max-width: 480px) {
  .my-2-sm {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}
@media screen and (min-width: 481px) {
  .my-2-sm-over {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .m-3-lg {
    margin: 3rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .m-3-lg-over {
    margin: 3rem !important;
  }
}
@media screen and (max-width: 768px) {
  .m-3-md {
    margin: 3rem !important;
  }
}
@media screen and (min-width: 769px) {
  .m-3-md-over {
    margin: 3rem !important;
  }
}
@media screen and (max-width: 480px) {
  .m-3-sm {
    margin: 3rem !important;
  }
}
@media screen and (min-width: 481px) {
  .m-3-sm-over {
    margin: 3rem !important;
  }
}
.mt-3 {
  margin-top: 3rem !important;
}

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

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

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

@media screen and (max-width: 1000px) {
  .mt-3-lg {
    margin-top: 3rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .mt-3-lg-over {
    margin-top: 3rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mt-3-md {
    margin-top: 3rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mt-3-md-over {
    margin-top: 3rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mt-3-sm {
    margin-top: 3rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mt-3-sm-over {
    margin-top: 3rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .mr-3-lg {
    margin-right: 3rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .mr-3-lg-over {
    margin-right: 3rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mr-3-md {
    margin-right: 3rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mr-3-md-over {
    margin-right: 3rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mr-3-sm {
    margin-right: 3rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mr-3-sm-over {
    margin-right: 3rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .mb-3-lg {
    margin-bottom: 3rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .mb-3-lg-over {
    margin-bottom: 3rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mb-3-md {
    margin-bottom: 3rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mb-3-md-over {
    margin-bottom: 3rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mb-3-sm {
    margin-bottom: 3rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mb-3-sm-over {
    margin-bottom: 3rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .ml-3-lg {
    margin-left: 3rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .ml-3-lg-over {
    margin-left: 3rem !important;
  }
}
@media screen and (max-width: 768px) {
  .ml-3-md {
    margin-left: 3rem !important;
  }
}
@media screen and (min-width: 769px) {
  .ml-3-md-over {
    margin-left: 3rem !important;
  }
}
@media screen and (max-width: 480px) {
  .ml-3-sm {
    margin-left: 3rem !important;
  }
}
@media screen and (min-width: 481px) {
  .ml-3-sm-over {
    margin-left: 3rem !important;
  }
}
.mx-3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

@media screen and (max-width: 1000px) {
  .mx-3-lg {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .mx-3-lg-over {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mx-3-md {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mx-3-md-over {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mx-3-sm {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mx-3-sm-over {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}
.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

@media screen and (max-width: 1000px) {
  .my-3-lg {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .my-3-lg-over {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media screen and (max-width: 768px) {
  .my-3-md {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media screen and (min-width: 769px) {
  .my-3-md-over {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media screen and (max-width: 480px) {
  .my-3-sm {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media screen and (min-width: 481px) {
  .my-3-sm-over {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .m-4-lg {
    margin: 4rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .m-4-lg-over {
    margin: 4rem !important;
  }
}
@media screen and (max-width: 768px) {
  .m-4-md {
    margin: 4rem !important;
  }
}
@media screen and (min-width: 769px) {
  .m-4-md-over {
    margin: 4rem !important;
  }
}
@media screen and (max-width: 480px) {
  .m-4-sm {
    margin: 4rem !important;
  }
}
@media screen and (min-width: 481px) {
  .m-4-sm-over {
    margin: 4rem !important;
  }
}
.mt-4 {
  margin-top: 4rem !important;
}

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

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

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

@media screen and (max-width: 1000px) {
  .mt-4-lg {
    margin-top: 4rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .mt-4-lg-over {
    margin-top: 4rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mt-4-md {
    margin-top: 4rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mt-4-md-over {
    margin-top: 4rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mt-4-sm {
    margin-top: 4rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mt-4-sm-over {
    margin-top: 4rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .mr-4-lg {
    margin-right: 4rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .mr-4-lg-over {
    margin-right: 4rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mr-4-md {
    margin-right: 4rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mr-4-md-over {
    margin-right: 4rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mr-4-sm {
    margin-right: 4rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mr-4-sm-over {
    margin-right: 4rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .mb-4-lg {
    margin-bottom: 4rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .mb-4-lg-over {
    margin-bottom: 4rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mb-4-md {
    margin-bottom: 4rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mb-4-md-over {
    margin-bottom: 4rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mb-4-sm {
    margin-bottom: 4rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mb-4-sm-over {
    margin-bottom: 4rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .ml-4-lg {
    margin-left: 4rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .ml-4-lg-over {
    margin-left: 4rem !important;
  }
}
@media screen and (max-width: 768px) {
  .ml-4-md {
    margin-left: 4rem !important;
  }
}
@media screen and (min-width: 769px) {
  .ml-4-md-over {
    margin-left: 4rem !important;
  }
}
@media screen and (max-width: 480px) {
  .ml-4-sm {
    margin-left: 4rem !important;
  }
}
@media screen and (min-width: 481px) {
  .ml-4-sm-over {
    margin-left: 4rem !important;
  }
}
.mx-4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

@media screen and (max-width: 1000px) {
  .mx-4-lg {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .mx-4-lg-over {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mx-4-md {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mx-4-md-over {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mx-4-sm {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mx-4-sm-over {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}
.my-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

@media screen and (max-width: 1000px) {
  .my-4-lg {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .my-4-lg-over {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}
@media screen and (max-width: 768px) {
  .my-4-md {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}
@media screen and (min-width: 769px) {
  .my-4-md-over {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}
@media screen and (max-width: 480px) {
  .my-4-sm {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}
@media screen and (min-width: 481px) {
  .my-4-sm-over {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .m-5-lg {
    margin: 5rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .m-5-lg-over {
    margin: 5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .m-5-md {
    margin: 5rem !important;
  }
}
@media screen and (min-width: 769px) {
  .m-5-md-over {
    margin: 5rem !important;
  }
}
@media screen and (max-width: 480px) {
  .m-5-sm {
    margin: 5rem !important;
  }
}
@media screen and (min-width: 481px) {
  .m-5-sm-over {
    margin: 5rem !important;
  }
}
.mt-5 {
  margin-top: 5rem !important;
}

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

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

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

@media screen and (max-width: 1000px) {
  .mt-5-lg {
    margin-top: 5rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .mt-5-lg-over {
    margin-top: 5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mt-5-md {
    margin-top: 5rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mt-5-md-over {
    margin-top: 5rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mt-5-sm {
    margin-top: 5rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mt-5-sm-over {
    margin-top: 5rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .mr-5-lg {
    margin-right: 5rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .mr-5-lg-over {
    margin-right: 5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mr-5-md {
    margin-right: 5rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mr-5-md-over {
    margin-right: 5rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mr-5-sm {
    margin-right: 5rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mr-5-sm-over {
    margin-right: 5rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .mb-5-lg {
    margin-bottom: 5rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .mb-5-lg-over {
    margin-bottom: 5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mb-5-md {
    margin-bottom: 5rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mb-5-md-over {
    margin-bottom: 5rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mb-5-sm {
    margin-bottom: 5rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mb-5-sm-over {
    margin-bottom: 5rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .ml-5-lg {
    margin-left: 5rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .ml-5-lg-over {
    margin-left: 5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .ml-5-md {
    margin-left: 5rem !important;
  }
}
@media screen and (min-width: 769px) {
  .ml-5-md-over {
    margin-left: 5rem !important;
  }
}
@media screen and (max-width: 480px) {
  .ml-5-sm {
    margin-left: 5rem !important;
  }
}
@media screen and (min-width: 481px) {
  .ml-5-sm-over {
    margin-left: 5rem !important;
  }
}
.mx-5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

@media screen and (max-width: 1000px) {
  .mx-5-lg {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .mx-5-lg-over {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mx-5-md {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mx-5-md-over {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mx-5-sm {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mx-5-sm-over {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
}
.my-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

@media screen and (max-width: 1000px) {
  .my-5-lg {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .my-5-lg-over {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .my-5-md {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}
@media screen and (min-width: 769px) {
  .my-5-md-over {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}
@media screen and (max-width: 480px) {
  .my-5-sm {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}
@media screen and (min-width: 481px) {
  .my-5-sm-over {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .m-6-lg {
    margin: 6rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .m-6-lg-over {
    margin: 6rem !important;
  }
}
@media screen and (max-width: 768px) {
  .m-6-md {
    margin: 6rem !important;
  }
}
@media screen and (min-width: 769px) {
  .m-6-md-over {
    margin: 6rem !important;
  }
}
@media screen and (max-width: 480px) {
  .m-6-sm {
    margin: 6rem !important;
  }
}
@media screen and (min-width: 481px) {
  .m-6-sm-over {
    margin: 6rem !important;
  }
}
.mt-6 {
  margin-top: 6rem !important;
}

.mr-6 {
  margin-right: 6rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.ml-6 {
  margin-left: 6rem !important;
}

@media screen and (max-width: 1000px) {
  .mt-6-lg {
    margin-top: 6rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .mt-6-lg-over {
    margin-top: 6rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mt-6-md {
    margin-top: 6rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mt-6-md-over {
    margin-top: 6rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mt-6-sm {
    margin-top: 6rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mt-6-sm-over {
    margin-top: 6rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .mr-6-lg {
    margin-right: 6rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .mr-6-lg-over {
    margin-right: 6rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mr-6-md {
    margin-right: 6rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mr-6-md-over {
    margin-right: 6rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mr-6-sm {
    margin-right: 6rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mr-6-sm-over {
    margin-right: 6rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .mb-6-lg {
    margin-bottom: 6rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .mb-6-lg-over {
    margin-bottom: 6rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mb-6-md {
    margin-bottom: 6rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mb-6-md-over {
    margin-bottom: 6rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mb-6-sm {
    margin-bottom: 6rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mb-6-sm-over {
    margin-bottom: 6rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .ml-6-lg {
    margin-left: 6rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .ml-6-lg-over {
    margin-left: 6rem !important;
  }
}
@media screen and (max-width: 768px) {
  .ml-6-md {
    margin-left: 6rem !important;
  }
}
@media screen and (min-width: 769px) {
  .ml-6-md-over {
    margin-left: 6rem !important;
  }
}
@media screen and (max-width: 480px) {
  .ml-6-sm {
    margin-left: 6rem !important;
  }
}
@media screen and (min-width: 481px) {
  .ml-6-sm-over {
    margin-left: 6rem !important;
  }
}
.mx-6 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

@media screen and (max-width: 1000px) {
  .mx-6-lg {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .mx-6-lg-over {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mx-6-md {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
}
@media screen and (min-width: 769px) {
  .mx-6-md-over {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
}
@media screen and (max-width: 480px) {
  .mx-6-sm {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
}
@media screen and (min-width: 481px) {
  .mx-6-sm-over {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
}
.my-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

@media screen and (max-width: 1000px) {
  .my-6-lg {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .my-6-lg-over {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
}
@media screen and (max-width: 768px) {
  .my-6-md {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
}
@media screen and (min-width: 769px) {
  .my-6-md-over {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
}
@media screen and (max-width: 480px) {
  .my-6-sm {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
}
@media screen and (min-width: 481px) {
  .my-6-sm-over {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .m-auto-lg {
    margin: auto !important;
  }
}
@media screen and (min-width: 1000px) {
  .m-auto-lg-over {
    margin: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .m-auto-md {
    margin: auto !important;
  }
}
@media screen and (min-width: 769px) {
  .m-auto-md-over {
    margin: auto !important;
  }
}
@media screen and (max-width: 480px) {
  .m-auto-sm {
    margin: auto !important;
  }
}
@media screen and (min-width: 481px) {
  .m-auto-sm-over {
    margin: auto !important;
  }
}
.mt-auto {
  margin-top: auto !important;
}

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

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

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

@media screen and (max-width: 1000px) {
  .mt-auto-lg {
    margin-top: auto !important;
  }
}
@media screen and (min-width: 1000px) {
  .mt-auto-lg-over {
    margin-top: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .mt-auto-md {
    margin-top: auto !important;
  }
}
@media screen and (min-width: 769px) {
  .mt-auto-md-over {
    margin-top: auto !important;
  }
}
@media screen and (max-width: 480px) {
  .mt-auto-sm {
    margin-top: auto !important;
  }
}
@media screen and (min-width: 481px) {
  .mt-auto-sm-over {
    margin-top: auto !important;
  }
}
@media screen and (max-width: 1000px) {
  .mr-auto-lg {
    margin-right: auto !important;
  }
}
@media screen and (min-width: 1000px) {
  .mr-auto-lg-over {
    margin-right: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .mr-auto-md {
    margin-right: auto !important;
  }
}
@media screen and (min-width: 769px) {
  .mr-auto-md-over {
    margin-right: auto !important;
  }
}
@media screen and (max-width: 480px) {
  .mr-auto-sm {
    margin-right: auto !important;
  }
}
@media screen and (min-width: 481px) {
  .mr-auto-sm-over {
    margin-right: auto !important;
  }
}
@media screen and (max-width: 1000px) {
  .mb-auto-lg {
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 1000px) {
  .mb-auto-lg-over {
    margin-bottom: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .mb-auto-md {
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 769px) {
  .mb-auto-md-over {
    margin-bottom: auto !important;
  }
}
@media screen and (max-width: 480px) {
  .mb-auto-sm {
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 481px) {
  .mb-auto-sm-over {
    margin-bottom: auto !important;
  }
}
@media screen and (max-width: 1000px) {
  .ml-auto-lg {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 1000px) {
  .ml-auto-lg-over {
    margin-left: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .ml-auto-md {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 769px) {
  .ml-auto-md-over {
    margin-left: auto !important;
  }
}
@media screen and (max-width: 480px) {
  .ml-auto-sm {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 481px) {
  .ml-auto-sm-over {
    margin-left: auto !important;
  }
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

@media screen and (max-width: 1000px) {
  .mx-auto-lg {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (min-width: 1000px) {
  .mx-auto-lg-over {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .mx-auto-md {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (min-width: 769px) {
  .mx-auto-md-over {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (max-width: 480px) {
  .mx-auto-sm {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (min-width: 481px) {
  .mx-auto-sm-over {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media screen and (max-width: 1000px) {
  .my-auto-lg {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 1000px) {
  .my-auto-lg-over {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .my-auto-md {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 769px) {
  .my-auto-md-over {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media screen and (max-width: 480px) {
  .my-auto-sm {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 481px) {
  .my-auto-sm-over {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
.p-0 {
  padding: 0 !important;
}

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

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

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

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

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

.p-6 {
  padding: 6rem !important;
}

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

@media screen and (max-width: 1000px) {
  .p-0-lg {
    padding: 0 !important;
  }
}
@media screen and (min-width: 1000px) {
  .p-0-lg-over {
    padding: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .p-0-md {
    padding: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .p-0-md-over {
    padding: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .p-0-sm {
    padding: 0 !important;
  }
}
@media screen and (min-width: 481px) {
  .p-0-sm-over {
    padding: 0 !important;
  }
}
.pt-0 {
  padding-top: 0 !important;
}

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

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

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

@media screen and (max-width: 1000px) {
  .pt-0-lg {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 1000px) {
  .pt-0-lg-over {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .pt-0-md {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .pt-0-md-over {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .pt-0-sm {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 481px) {
  .pt-0-sm-over {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 1000px) {
  .pr-0-lg {
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 1000px) {
  .pr-0-lg-over {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .pr-0-md {
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .pr-0-md-over {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .pr-0-sm {
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 481px) {
  .pr-0-sm-over {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 1000px) {
  .pb-0-lg {
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 1000px) {
  .pb-0-lg-over {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .pb-0-md {
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .pb-0-md-over {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .pb-0-sm {
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 481px) {
  .pb-0-sm-over {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 1000px) {
  .pl-0-lg {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 1000px) {
  .pl-0-lg-over {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .pl-0-md {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .pl-0-md-over {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .pl-0-sm {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 481px) {
  .pl-0-sm-over {
    padding-left: 0 !important;
  }
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media screen and (max-width: 1000px) {
  .px-0-lg {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 1000px) {
  .px-0-lg-over {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .px-0-md {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .px-0-md-over {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .px-0-sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 481px) {
  .px-0-sm-over {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media screen and (max-width: 1000px) {
  .py-0-lg {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 1000px) {
  .py-0-lg-over {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .py-0-md {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .py-0-md-over {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .py-0-sm {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 481px) {
  .py-0-sm-over {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 1000px) {
  .p-1-lg {
    padding: 1rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .p-1-lg-over {
    padding: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  .p-1-md {
    padding: 1rem !important;
  }
}
@media screen and (min-width: 769px) {
  .p-1-md-over {
    padding: 1rem !important;
  }
}
@media screen and (max-width: 480px) {
  .p-1-sm {
    padding: 1rem !important;
  }
}
@media screen and (min-width: 481px) {
  .p-1-sm-over {
    padding: 1rem !important;
  }
}
.pt-1 {
  padding-top: 1rem !important;
}

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

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

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

@media screen and (max-width: 1000px) {
  .pt-1-lg {
    padding-top: 1rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .pt-1-lg-over {
    padding-top: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pt-1-md {
    padding-top: 1rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pt-1-md-over {
    padding-top: 1rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pt-1-sm {
    padding-top: 1rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pt-1-sm-over {
    padding-top: 1rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .pr-1-lg {
    padding-right: 1rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .pr-1-lg-over {
    padding-right: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pr-1-md {
    padding-right: 1rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pr-1-md-over {
    padding-right: 1rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pr-1-sm {
    padding-right: 1rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pr-1-sm-over {
    padding-right: 1rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .pb-1-lg {
    padding-bottom: 1rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .pb-1-lg-over {
    padding-bottom: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pb-1-md {
    padding-bottom: 1rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pb-1-md-over {
    padding-bottom: 1rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pb-1-sm {
    padding-bottom: 1rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pb-1-sm-over {
    padding-bottom: 1rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .pl-1-lg {
    padding-left: 1rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .pl-1-lg-over {
    padding-left: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pl-1-md {
    padding-left: 1rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pl-1-md-over {
    padding-left: 1rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pl-1-sm {
    padding-left: 1rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pl-1-sm-over {
    padding-left: 1rem !important;
  }
}
.px-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media screen and (max-width: 1000px) {
  .px-1-lg {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .px-1-lg-over {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  .px-1-md {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media screen and (min-width: 769px) {
  .px-1-md-over {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media screen and (max-width: 480px) {
  .px-1-sm {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media screen and (min-width: 481px) {
  .px-1-sm-over {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

@media screen and (max-width: 1000px) {
  .py-1-lg {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .py-1-lg-over {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  .py-1-md {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media screen and (min-width: 769px) {
  .py-1-md-over {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media screen and (max-width: 480px) {
  .py-1-sm {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media screen and (min-width: 481px) {
  .py-1-sm-over {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .p-2-lg {
    padding: 2rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .p-2-lg-over {
    padding: 2rem !important;
  }
}
@media screen and (max-width: 768px) {
  .p-2-md {
    padding: 2rem !important;
  }
}
@media screen and (min-width: 769px) {
  .p-2-md-over {
    padding: 2rem !important;
  }
}
@media screen and (max-width: 480px) {
  .p-2-sm {
    padding: 2rem !important;
  }
}
@media screen and (min-width: 481px) {
  .p-2-sm-over {
    padding: 2rem !important;
  }
}
.pt-2 {
  padding-top: 2rem !important;
}

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

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

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

@media screen and (max-width: 1000px) {
  .pt-2-lg {
    padding-top: 2rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .pt-2-lg-over {
    padding-top: 2rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pt-2-md {
    padding-top: 2rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pt-2-md-over {
    padding-top: 2rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pt-2-sm {
    padding-top: 2rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pt-2-sm-over {
    padding-top: 2rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .pr-2-lg {
    padding-right: 2rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .pr-2-lg-over {
    padding-right: 2rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pr-2-md {
    padding-right: 2rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pr-2-md-over {
    padding-right: 2rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pr-2-sm {
    padding-right: 2rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pr-2-sm-over {
    padding-right: 2rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .pb-2-lg {
    padding-bottom: 2rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .pb-2-lg-over {
    padding-bottom: 2rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pb-2-md {
    padding-bottom: 2rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pb-2-md-over {
    padding-bottom: 2rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pb-2-sm {
    padding-bottom: 2rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pb-2-sm-over {
    padding-bottom: 2rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .pl-2-lg {
    padding-left: 2rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .pl-2-lg-over {
    padding-left: 2rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pl-2-md {
    padding-left: 2rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pl-2-md-over {
    padding-left: 2rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pl-2-sm {
    padding-left: 2rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pl-2-sm-over {
    padding-left: 2rem !important;
  }
}
.px-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

@media screen and (max-width: 1000px) {
  .px-2-lg {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .px-2-lg-over {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media screen and (max-width: 768px) {
  .px-2-md {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media screen and (min-width: 769px) {
  .px-2-md-over {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media screen and (max-width: 480px) {
  .px-2-sm {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media screen and (min-width: 481px) {
  .px-2-sm-over {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

@media screen and (max-width: 1000px) {
  .py-2-lg {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .py-2-lg-over {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
@media screen and (max-width: 768px) {
  .py-2-md {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
@media screen and (min-width: 769px) {
  .py-2-md-over {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
@media screen and (max-width: 480px) {
  .py-2-sm {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
@media screen and (min-width: 481px) {
  .py-2-sm-over {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .p-3-lg {
    padding: 3rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .p-3-lg-over {
    padding: 3rem !important;
  }
}
@media screen and (max-width: 768px) {
  .p-3-md {
    padding: 3rem !important;
  }
}
@media screen and (min-width: 769px) {
  .p-3-md-over {
    padding: 3rem !important;
  }
}
@media screen and (max-width: 480px) {
  .p-3-sm {
    padding: 3rem !important;
  }
}
@media screen and (min-width: 481px) {
  .p-3-sm-over {
    padding: 3rem !important;
  }
}
.pt-3 {
  padding-top: 3rem !important;
}

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

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

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

@media screen and (max-width: 1000px) {
  .pt-3-lg {
    padding-top: 3rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .pt-3-lg-over {
    padding-top: 3rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pt-3-md {
    padding-top: 3rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pt-3-md-over {
    padding-top: 3rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pt-3-sm {
    padding-top: 3rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pt-3-sm-over {
    padding-top: 3rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .pr-3-lg {
    padding-right: 3rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .pr-3-lg-over {
    padding-right: 3rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pr-3-md {
    padding-right: 3rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pr-3-md-over {
    padding-right: 3rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pr-3-sm {
    padding-right: 3rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pr-3-sm-over {
    padding-right: 3rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .pb-3-lg {
    padding-bottom: 3rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .pb-3-lg-over {
    padding-bottom: 3rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pb-3-md {
    padding-bottom: 3rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pb-3-md-over {
    padding-bottom: 3rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pb-3-sm {
    padding-bottom: 3rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pb-3-sm-over {
    padding-bottom: 3rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .pl-3-lg {
    padding-left: 3rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .pl-3-lg-over {
    padding-left: 3rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pl-3-md {
    padding-left: 3rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pl-3-md-over {
    padding-left: 3rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pl-3-sm {
    padding-left: 3rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pl-3-sm-over {
    padding-left: 3rem !important;
  }
}
.px-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

@media screen and (max-width: 1000px) {
  .px-3-lg {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .px-3-lg-over {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
@media screen and (max-width: 768px) {
  .px-3-md {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
@media screen and (min-width: 769px) {
  .px-3-md-over {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
@media screen and (max-width: 480px) {
  .px-3-sm {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
@media screen and (min-width: 481px) {
  .px-3-sm-over {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

@media screen and (max-width: 1000px) {
  .py-3-lg {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .py-3-lg-over {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media screen and (max-width: 768px) {
  .py-3-md {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media screen and (min-width: 769px) {
  .py-3-md-over {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media screen and (max-width: 480px) {
  .py-3-sm {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media screen and (min-width: 481px) {
  .py-3-sm-over {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .p-4-lg {
    padding: 4rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .p-4-lg-over {
    padding: 4rem !important;
  }
}
@media screen and (max-width: 768px) {
  .p-4-md {
    padding: 4rem !important;
  }
}
@media screen and (min-width: 769px) {
  .p-4-md-over {
    padding: 4rem !important;
  }
}
@media screen and (max-width: 480px) {
  .p-4-sm {
    padding: 4rem !important;
  }
}
@media screen and (min-width: 481px) {
  .p-4-sm-over {
    padding: 4rem !important;
  }
}
.pt-4 {
  padding-top: 4rem !important;
}

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

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

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

@media screen and (max-width: 1000px) {
  .pt-4-lg {
    padding-top: 4rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .pt-4-lg-over {
    padding-top: 4rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pt-4-md {
    padding-top: 4rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pt-4-md-over {
    padding-top: 4rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pt-4-sm {
    padding-top: 4rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pt-4-sm-over {
    padding-top: 4rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .pr-4-lg {
    padding-right: 4rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .pr-4-lg-over {
    padding-right: 4rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pr-4-md {
    padding-right: 4rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pr-4-md-over {
    padding-right: 4rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pr-4-sm {
    padding-right: 4rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pr-4-sm-over {
    padding-right: 4rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .pb-4-lg {
    padding-bottom: 4rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .pb-4-lg-over {
    padding-bottom: 4rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pb-4-md {
    padding-bottom: 4rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pb-4-md-over {
    padding-bottom: 4rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pb-4-sm {
    padding-bottom: 4rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pb-4-sm-over {
    padding-bottom: 4rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .pl-4-lg {
    padding-left: 4rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .pl-4-lg-over {
    padding-left: 4rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pl-4-md {
    padding-left: 4rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pl-4-md-over {
    padding-left: 4rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pl-4-sm {
    padding-left: 4rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pl-4-sm-over {
    padding-left: 4rem !important;
  }
}
.px-4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

@media screen and (max-width: 1000px) {
  .px-4-lg {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .px-4-lg-over {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
@media screen and (max-width: 768px) {
  .px-4-md {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
@media screen and (min-width: 769px) {
  .px-4-md-over {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
@media screen and (max-width: 480px) {
  .px-4-sm {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
@media screen and (min-width: 481px) {
  .px-4-sm-over {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
.py-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

@media screen and (max-width: 1000px) {
  .py-4-lg {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .py-4-lg-over {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media screen and (max-width: 768px) {
  .py-4-md {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media screen and (min-width: 769px) {
  .py-4-md-over {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media screen and (max-width: 480px) {
  .py-4-sm {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media screen and (min-width: 481px) {
  .py-4-sm-over {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .p-5-lg {
    padding: 5rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .p-5-lg-over {
    padding: 5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .p-5-md {
    padding: 5rem !important;
  }
}
@media screen and (min-width: 769px) {
  .p-5-md-over {
    padding: 5rem !important;
  }
}
@media screen and (max-width: 480px) {
  .p-5-sm {
    padding: 5rem !important;
  }
}
@media screen and (min-width: 481px) {
  .p-5-sm-over {
    padding: 5rem !important;
  }
}
.pt-5 {
  padding-top: 5rem !important;
}

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

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

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

@media screen and (max-width: 1000px) {
  .pt-5-lg {
    padding-top: 5rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .pt-5-lg-over {
    padding-top: 5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pt-5-md {
    padding-top: 5rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pt-5-md-over {
    padding-top: 5rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pt-5-sm {
    padding-top: 5rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pt-5-sm-over {
    padding-top: 5rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .pr-5-lg {
    padding-right: 5rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .pr-5-lg-over {
    padding-right: 5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pr-5-md {
    padding-right: 5rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pr-5-md-over {
    padding-right: 5rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pr-5-sm {
    padding-right: 5rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pr-5-sm-over {
    padding-right: 5rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .pb-5-lg {
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .pb-5-lg-over {
    padding-bottom: 5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pb-5-md {
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pb-5-md-over {
    padding-bottom: 5rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pb-5-sm {
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pb-5-sm-over {
    padding-bottom: 5rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .pl-5-lg {
    padding-left: 5rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .pl-5-lg-over {
    padding-left: 5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pl-5-md {
    padding-left: 5rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pl-5-md-over {
    padding-left: 5rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pl-5-sm {
    padding-left: 5rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pl-5-sm-over {
    padding-left: 5rem !important;
  }
}
.px-5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

@media screen and (max-width: 1000px) {
  .px-5-lg {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .px-5-lg-over {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .px-5-md {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}
@media screen and (min-width: 769px) {
  .px-5-md-over {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}
@media screen and (max-width: 480px) {
  .px-5-sm {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}
@media screen and (min-width: 481px) {
  .px-5-sm-over {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}
.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

@media screen and (max-width: 1000px) {
  .py-5-lg {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .py-5-lg-over {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .py-5-md {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 769px) {
  .py-5-md-over {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (max-width: 480px) {
  .py-5-sm {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 481px) {
  .py-5-sm-over {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .p-6-lg {
    padding: 6rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .p-6-lg-over {
    padding: 6rem !important;
  }
}
@media screen and (max-width: 768px) {
  .p-6-md {
    padding: 6rem !important;
  }
}
@media screen and (min-width: 769px) {
  .p-6-md-over {
    padding: 6rem !important;
  }
}
@media screen and (max-width: 480px) {
  .p-6-sm {
    padding: 6rem !important;
  }
}
@media screen and (min-width: 481px) {
  .p-6-sm-over {
    padding: 6rem !important;
  }
}
.pt-6 {
  padding-top: 6rem !important;
}

.pr-6 {
  padding-right: 6rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pl-6 {
  padding-left: 6rem !important;
}

@media screen and (max-width: 1000px) {
  .pt-6-lg {
    padding-top: 6rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .pt-6-lg-over {
    padding-top: 6rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pt-6-md {
    padding-top: 6rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pt-6-md-over {
    padding-top: 6rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pt-6-sm {
    padding-top: 6rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pt-6-sm-over {
    padding-top: 6rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .pr-6-lg {
    padding-right: 6rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .pr-6-lg-over {
    padding-right: 6rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pr-6-md {
    padding-right: 6rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pr-6-md-over {
    padding-right: 6rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pr-6-sm {
    padding-right: 6rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pr-6-sm-over {
    padding-right: 6rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .pb-6-lg {
    padding-bottom: 6rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .pb-6-lg-over {
    padding-bottom: 6rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pb-6-md {
    padding-bottom: 6rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pb-6-md-over {
    padding-bottom: 6rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pb-6-sm {
    padding-bottom: 6rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pb-6-sm-over {
    padding-bottom: 6rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .pl-6-lg {
    padding-left: 6rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .pl-6-lg-over {
    padding-left: 6rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pl-6-md {
    padding-left: 6rem !important;
  }
}
@media screen and (min-width: 769px) {
  .pl-6-md-over {
    padding-left: 6rem !important;
  }
}
@media screen and (max-width: 480px) {
  .pl-6-sm {
    padding-left: 6rem !important;
  }
}
@media screen and (min-width: 481px) {
  .pl-6-sm-over {
    padding-left: 6rem !important;
  }
}
.px-6 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

@media screen and (max-width: 1000px) {
  .px-6-lg {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .px-6-lg-over {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}
@media screen and (max-width: 768px) {
  .px-6-md {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}
@media screen and (min-width: 769px) {
  .px-6-md-over {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}
@media screen and (max-width: 480px) {
  .px-6-sm {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}
@media screen and (min-width: 481px) {
  .px-6-sm-over {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}
.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

@media screen and (max-width: 1000px) {
  .py-6-lg {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .py-6-lg-over {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
@media screen and (max-width: 768px) {
  .py-6-md {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
@media screen and (min-width: 769px) {
  .py-6-md-over {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
@media screen and (max-width: 480px) {
  .py-6-sm {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
@media screen and (min-width: 481px) {
  .py-6-sm-over {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .p-auto-lg {
    padding: auto !important;
  }
}
@media screen and (min-width: 1000px) {
  .p-auto-lg-over {
    padding: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .p-auto-md {
    padding: auto !important;
  }
}
@media screen and (min-width: 769px) {
  .p-auto-md-over {
    padding: auto !important;
  }
}
@media screen and (max-width: 480px) {
  .p-auto-sm {
    padding: auto !important;
  }
}
@media screen and (min-width: 481px) {
  .p-auto-sm-over {
    padding: auto !important;
  }
}
.pt-auto {
  padding-top: auto !important;
}

.pr-auto {
  padding-right: auto !important;
}

.pb-auto {
  padding-bottom: auto !important;
}

.pl-auto {
  padding-left: auto !important;
}

@media screen and (max-width: 1000px) {
  .pt-auto-lg {
    padding-top: auto !important;
  }
}
@media screen and (min-width: 1000px) {
  .pt-auto-lg-over {
    padding-top: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .pt-auto-md {
    padding-top: auto !important;
  }
}
@media screen and (min-width: 769px) {
  .pt-auto-md-over {
    padding-top: auto !important;
  }
}
@media screen and (max-width: 480px) {
  .pt-auto-sm {
    padding-top: auto !important;
  }
}
@media screen and (min-width: 481px) {
  .pt-auto-sm-over {
    padding-top: auto !important;
  }
}
@media screen and (max-width: 1000px) {
  .pr-auto-lg {
    padding-right: auto !important;
  }
}
@media screen and (min-width: 1000px) {
  .pr-auto-lg-over {
    padding-right: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .pr-auto-md {
    padding-right: auto !important;
  }
}
@media screen and (min-width: 769px) {
  .pr-auto-md-over {
    padding-right: auto !important;
  }
}
@media screen and (max-width: 480px) {
  .pr-auto-sm {
    padding-right: auto !important;
  }
}
@media screen and (min-width: 481px) {
  .pr-auto-sm-over {
    padding-right: auto !important;
  }
}
@media screen and (max-width: 1000px) {
  .pb-auto-lg {
    padding-bottom: auto !important;
  }
}
@media screen and (min-width: 1000px) {
  .pb-auto-lg-over {
    padding-bottom: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .pb-auto-md {
    padding-bottom: auto !important;
  }
}
@media screen and (min-width: 769px) {
  .pb-auto-md-over {
    padding-bottom: auto !important;
  }
}
@media screen and (max-width: 480px) {
  .pb-auto-sm {
    padding-bottom: auto !important;
  }
}
@media screen and (min-width: 481px) {
  .pb-auto-sm-over {
    padding-bottom: auto !important;
  }
}
@media screen and (max-width: 1000px) {
  .pl-auto-lg {
    padding-left: auto !important;
  }
}
@media screen and (min-width: 1000px) {
  .pl-auto-lg-over {
    padding-left: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .pl-auto-md {
    padding-left: auto !important;
  }
}
@media screen and (min-width: 769px) {
  .pl-auto-md-over {
    padding-left: auto !important;
  }
}
@media screen and (max-width: 480px) {
  .pl-auto-sm {
    padding-left: auto !important;
  }
}
@media screen and (min-width: 481px) {
  .pl-auto-sm-over {
    padding-left: auto !important;
  }
}
.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

@media screen and (max-width: 1000px) {
  .px-auto-lg {
    padding-left: auto !important;
    padding-right: auto !important;
  }
}
@media screen and (min-width: 1000px) {
  .px-auto-lg-over {
    padding-left: auto !important;
    padding-right: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .px-auto-md {
    padding-left: auto !important;
    padding-right: auto !important;
  }
}
@media screen and (min-width: 769px) {
  .px-auto-md-over {
    padding-left: auto !important;
    padding-right: auto !important;
  }
}
@media screen and (max-width: 480px) {
  .px-auto-sm {
    padding-left: auto !important;
    padding-right: auto !important;
  }
}
@media screen and (min-width: 481px) {
  .px-auto-sm-over {
    padding-left: auto !important;
    padding-right: auto !important;
  }
}
.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

@media screen and (max-width: 1000px) {
  .py-auto-lg {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
}
@media screen and (min-width: 1000px) {
  .py-auto-lg-over {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .py-auto-md {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
}
@media screen and (min-width: 769px) {
  .py-auto-md-over {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
}
@media screen and (max-width: 480px) {
  .py-auto-sm {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
}
@media screen and (min-width: 481px) {
  .py-auto-sm-over {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
}
.text-centered {
  text-align: center !important;
}

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

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

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

@media screen and (max-width: 1000px) {
  .text-centered-lg {
    text-align: center !important;
  }
}
@media screen and (min-width: 1001px) {
  .text-centered-lg-over {
    text-align: center !important;
  }
}
@media screen and (max-width: 768px) {
  .text-centered-md {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px) {
  .text-centered-md-over {
    text-align: center !important;
  }
}
@media screen and (max-width: 480px) {
  .text-centered-sm {
    text-align: center !important;
  }
}
@media screen and (min-width: 481px) {
  .text-centered-sm-over {
    text-align: center !important;
  }
}
@media screen and (max-width: 1000px) {
  .text-justified-lg {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1001px) {
  .text-justified-lg-over {
    text-align: justify !important;
  }
}
@media screen and (max-width: 768px) {
  .text-justified-md {
    text-align: justify !important;
  }
}
@media screen and (min-width: 769px) {
  .text-justified-md-over {
    text-align: justify !important;
  }
}
@media screen and (max-width: 480px) {
  .text-justified-sm {
    text-align: justify !important;
  }
}
@media screen and (min-width: 481px) {
  .text-justified-sm-over {
    text-align: justify !important;
  }
}
@media screen and (max-width: 1000px) {
  .text-left-lg {
    text-align: left !important;
  }
}
@media screen and (min-width: 1001px) {
  .text-left-lg-over {
    text-align: left !important;
  }
}
@media screen and (max-width: 768px) {
  .text-left-md {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px) {
  .text-left-md-over {
    text-align: left !important;
  }
}
@media screen and (max-width: 480px) {
  .text-left-sm {
    text-align: left !important;
  }
}
@media screen and (min-width: 481px) {
  .text-left-sm-over {
    text-align: left !important;
  }
}
@media screen and (max-width: 1000px) {
  .text-right-lg {
    text-align: right !important;
  }
}
@media screen and (min-width: 1001px) {
  .text-right-lg-over {
    text-align: right !important;
  }
}
@media screen and (max-width: 768px) {
  .text-right-md {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px) {
  .text-right-md-over {
    text-align: right !important;
  }
}
@media screen and (max-width: 480px) {
  .text-right-sm {
    text-align: right !important;
  }
}
@media screen and (min-width: 481px) {
  .text-right-sm-over {
    text-align: right !important;
  }
}
.fz-1 {
  font-size: 40px;
}

.fz-2 {
  font-size: 32px;
}

.fz-3 {
  font-size: 28px;
}

.fz-4 {
  font-size: 24px;
}

.fz-5 {
  font-size: 20px;
}

.fz-6 {
  font-size: 16px;
}

.fz-small {
  font-size: 12px;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

@media screen and (max-width: 1000px) {
  .d-block-lg {
    display: block !important;
  }
}
@media screen and (min-width: 1001px) {
  .d-block-lg-over {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .d-block-md {
    display: block !important;
  }
}
@media screen and (min-width: 769px) {
  .d-block-md-over {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  .d-block-sm {
    display: block !important;
  }
}
@media screen and (min-width: 481px) {
  .d-block-sm-over {
    display: block !important;
  }
}
@media screen and (max-width: 1000px) {
  .d-flex-lg {
    display: flex !important;
  }
}
@media screen and (min-width: 1001px) {
  .d-flex-lg-over {
    display: flex !important;
  }
}
@media screen and (max-width: 768px) {
  .d-flex-md {
    display: flex !important;
  }
}
@media screen and (min-width: 769px) {
  .d-flex-md-over {
    display: flex !important;
  }
}
@media screen and (max-width: 480px) {
  .d-flex-sm {
    display: flex !important;
  }
}
@media screen and (min-width: 481px) {
  .d-flex-sm-over {
    display: flex !important;
  }
}
@media screen and (max-width: 1000px) {
  .d-inline-lg {
    display: inline !important;
  }
}
@media screen and (min-width: 1001px) {
  .d-inline-lg-over {
    display: inline !important;
  }
}
@media screen and (max-width: 768px) {
  .d-inline-md {
    display: inline !important;
  }
}
@media screen and (min-width: 769px) {
  .d-inline-md-over {
    display: inline !important;
  }
}
@media screen and (max-width: 480px) {
  .d-inline-sm {
    display: inline !important;
  }
}
@media screen and (min-width: 481px) {
  .d-inline-sm-over {
    display: inline !important;
  }
}
@media screen and (max-width: 1000px) {
  .d-inline-block-lg {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1001px) {
  .d-inline-block-lg-over {
    display: inline-block !important;
  }
}
@media screen and (max-width: 768px) {
  .d-inline-block-md {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px) {
  .d-inline-block-md-over {
    display: inline-block !important;
  }
}
@media screen and (max-width: 480px) {
  .d-inline-block-sm {
    display: inline-block !important;
  }
}
@media screen and (min-width: 481px) {
  .d-inline-block-sm-over {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1000px) {
  .d-inline-flex-lg {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1001px) {
  .d-inline-flex-lg-over {
    display: inline-flex !important;
  }
}
@media screen and (max-width: 768px) {
  .d-inline-flex-md {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px) {
  .d-inline-flex-md-over {
    display: inline-flex !important;
  }
}
@media screen and (max-width: 480px) {
  .d-inline-flex-sm {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 481px) {
  .d-inline-flex-sm-over {
    display: inline-flex !important;
  }
}
@media screen and (max-width: 1000px) {
  .d-none-lg {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  .d-none-lg-over {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .d-none-md {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .d-none-md-over {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .d-none-sm {
    display: none !important;
  }
}
@media screen and (min-width: 481px) {
  .d-none-sm-over {
    display: none !important;
  }
}
.container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .container {
    padding: 0 24px;
  }
}
.container.is-wide {
  max-width: 1680px;
}
@media screen and (max-width: 1680px) {
  .container.is-wide {
    padding: 0 24px;
  }
}
.container.is-fluid {
  max-width: 100%;
  padding: 0 24px;
}

.header {
  position: sticky;
  top: 0;
  background: var(--primary-color);
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .header {
    position: fixed;
    top: 0;
    background: transparent;
  }
}
.header.child {
  display: flex;
}
@media screen and (max-width: 1000px) {
  .header.child {
    position: sticky;
    height: 60px;
    background: var(--primary-color);
  }
}
.header.child .headerNav {
  /* width: 55%;
  max-width: 840px; */
  padding-right: 20px;
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  .header.child .headerNav {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .header.child .headerNav {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
}
.header .fukuokaPref {
  display: flex;
  align-items: center;
  gap: 0 24px;
  padding-left: 16px;
}
@media screen and (max-width: 1000px) {
  .header .fukuokaPref {
    gap: 0 10px;
    padding-left: 10px;
    padding-right: 60px;
  }
}
.header .fukuokaPref img {
  width: 140px;
  height: 43px;
}
@media screen and (max-width: 1000px) {
  .header .fukuokaPref img {
    width: 70px;
    height: auto;
  }
}
.header .fukuokaPref h1 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .header .fukuokaPref h1 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .header .fukuokaPref h1 {
    font-size: 11px;
  }
}
.header a {
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .header .headerNav {
    position: fixed;
    top: 0;
    left: 0;
    display: grid;
    place-content: center;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    visibility: hidden;
    opacity: 0;
  }
  .header .headerNav.is-open {
    visibility: visible;
    opacity: 1;
  }
}
.header .headerNav__list {
  display: flex;
  align-items: center;
  height: 70px;
  font-size: 14px;
  margin-left: auto;
}
.header .headerNav__list.--topPage {
  width: 100%;
  margin-left: 0;
}
@media screen and (max-width: 1000px) {
  .header .headerNav__list {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    gap: 1rem 0;
    margin-left: 0;
  }
}
.header .headerNav__item {
  height: 100%;
  text-align: center;
}
.header .headerNav__list.--topPage .headerNav__item {
  flex: 1;
  height: 100%;
  text-align: center;
}
.header .headerNav__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
  line-height: 1.4;
  padding: 0 1em;
}
.header .headerNav__item a:hover {
  background: var(--primary-color);
  filter: brightness(1.4);
}
@media screen and (max-width: 1000px) {
  .header .headerNav__item a:hover {
    background: transparent;
    filter: none;
  }
}
.header .header__btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: var(--primary-color);
  border: 0;
  border-radius: 3px;
  outline: none;
  box-shadow: none;
  margin-left: auto;
  transition: 0.3s;
  z-index: 99;
}
@media screen and (max-width: 1000px) {
  .header .header__btn {
    display: flex;
    width: 40px;
    height: 40px;
  }
}
.header .header__btn.is-active span {
  opacity: 0;
}
.header .header__btn.is-active span:nth-child(2) {
  opacity: 1;
  transform: translateY(0) rotate(45deg);
}
.header .header__btn.is-active span:nth-child(3) {
  opacity: 1;
  transform: translateY(0) rotate(-45deg);
}
.header .header__btn span {
  display: block;
  width: 60%;
  height: 2px;
  border-radius: 10px;
  background: #fff;
  opacity: 1;
  transform-origin: center;
  transition: 0.3s;
}
.header .header__btn span:nth-child(2) {
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 10px));
}
.header .header__btn span:nth-child(3) {
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% + 10px));
}

.page-top__button {
  position: fixed;
  bottom: 32px;
  left: 32px;
  border: none;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  font-size: 60px;
  color: var(--primary-color);
  transition: all 0.3s ease;
}
.page-top__button:hover {
  background-color: #2563eb;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.page-top__button.visible {
  display: flex;
}

.footer .contact {
  text-align: center;
}
.footer .contact .container {
  background: #F1F1F1;
  text-align: center;
  padding: 68px;
}
@media screen and (max-width: 768px) {
  .footer .contact .container {
    padding: 40px 24px;
  }
}
.footer .contact h3 {
  font-size: 22px;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .footer .contact h3 {
    font-size: 16px;
  }
}
.footer .contact address {
  max-width: 480px;
  text-align: left;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer .contact address {
    font-size: 14px;
  }
}
.footer .contact address dl {
  display: flex;
  gap: 0 12px;
  margin-bottom: 8px;
}
.footer .contact address dl dt {
  flex: none;
  display: flex;
  width: 100px;
  font-weight: normal;
}
.footer .contact address dl dt::after {
  content: "：";
  display: inline-block;
  margin-left: auto;
}

.footerNav {
  padding: 80px 0;
}

.footerNav__list {
  display: flex;
  justify-content: center;
  gap: 0 10%;
}
@media screen and (max-width: 768px) {
  .footerNav__list {
    font-size: 14px;
  }
}
.footerNav__list a {
  color: #333;
  font-weight: bold;
}

.copy {
  display: flex;
  align-items: center;
  width: 100%;
  height: 120px;
  background: var(--primary-color);
  color: #fff;
  text-align: center;
}

.alert {
  background: var(--danger-bg-color);
  border: 5px solid var(--danger-color);
  color: var(--danger-color);
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 1.6;
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  .alert {
    font-size: 12px;
    padding: 1rem;
  }
}
.alert.is-light {
  background: #FFF9E8;
  text-align: left;
}
.alert a {
  display: inline-block;
  margin: 0 8px;
  color: var(--primary-color);
}
.alert ul {
  text-align: left;
  font-size: 16px;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 1em;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .alert ul {
    font-size: 11px;
    margin-top: 10px;
  }
}

.arrow-up-right-from-square {
  display: inline-grid;
  place-content: center;
  width: 1em;
  height: 1em;
  vertical-align: middle;
}

.button {
  display: table;
  min-width: 440px;
  background: var(--danger-color);
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  padding: 1.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .button {
    min-width: inherit;
    max-width: 100%;
    font-size: 16px;
    padding: 1rem 1.5rem;
  }
}
.button:hover {
  color: #fff;
  opacity: 0.8;
}
.button.is-yellow {
  background: var(--accent-color);
}
.button.is-blue {
  background: var(--primary-color);
}
.button[disabled] {
  pointer-events: none;
  background: #ccc;
}

.modal__button {
  display: table;
  min-width: 3.7rem;
  background: var(--danger-color);
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  padding: 1.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .modal__button {
    min-width: 100%;
    max-width: 100%;
    font-size: 16px;
    padding: 1rem 1.5rem;
  }
}
.modal__button:hover {
  color: #fff;
  opacity: 0.8;
}
.modal__button.is-yellow {
  background: var(--accent-color);
}
.modal__button.is-blue {
  background: var(--primary-color);
}
.modal__button[disabled] {
  pointer-events: none;
  background: #ccc;
}

.c-breadcrumb {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 50px;
}
.c-breadcrumb__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-breadcrumb__item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb__item {
    font-size: 11px;
  }
}
.c-breadcrumb__item:not(:last-of-type) {
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb__item:not(:last-of-type) {
    margin-right: 6px;
  }
}
.c-breadcrumb__item:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.49 11' fill='%232E2F38'%3E%3Cpath d='M.84,10.87l5.48-5a.49.49,0,0,0,0-.74L.84.13A.5.5,0,0,0,.16.87L5.25,5.5.16,10.13a.5.5,0,1,0,.68.74Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 12px;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb__item:not(:last-of-type)::after {
    width: 5px;
    height: 8px;
    margin-left: 6px;
  }
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.modal__container {
  background-color: #fff;
  width: 860px;
  max-width: 94%;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
  border: 5px solid var(--primary-color);
}

@media screen and (max-width: 480px) {
  .modal__container {
    max-height: 90vh;
  }
}
.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.25;
  color: white;
  background-color: var(--primary-color);
  box-sizing: border-box;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}

.modal__close {
  position: absolute;
  top: 0;
  right: 10px;
  background: transparent;
  border: 0;
}

.modal__close::before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
}

.modal__content {
  display: grid;
  place-content: center;
  line-height: 1.5;
  padding: 30px 48px 78px;
}
@media screen and (max-width: 768px) {
  .modal__content {
    padding: 20px 20px 30px;
  }
}

.modal__info {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
  color: var(--danger-color);
  margin-bottom: 47px;
}
@media screen and (max-width: 768px) {
  .modal__info {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.modal__select {
  margin: 0 auto;
}
.modal__select .buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .modal__select .buttons {
    flex-direction: column;
  }
}
.modal__select .buttons a:-webkit-any-link:focus-visible {
  outline-offset: 0px;
}
.modal__select .buttons a:focus-visible {
  outline: -webkit-focus-ring-color 0px;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.c-panel {
  max-width: 100%;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 5px 5px 10px -3px rgba(0, 0, 0, 0.1);
}
.c-panel.is-bordered {
  box-shadow: none;
}
.c-panel.no-shadow {
  box-shadow: none;
}

.c-table {
  width: 100%;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-table {
    font-size: 12px;
  }
}
.c-table.is-striped tbody th {
  background: none;
}
.c-table.is-bordered tbody tr:first-child > *:first-child {
  border-radius: 10px 0 0 0;
}
.c-table.is-bordered tbody tr:first-child > *:last-child {
  border-radius: 0 10px 0 0;
}
.c-table__container--scrollable {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.c-table tbody th, .c-table tbody td {
  padding: 0.75em 0.8em;
}
@media screen and (max-width: 768px) {
  .c-table tbody th, .c-table tbody td {
    padding: 0.5em;
  }
}
.c-table tbody th {
  font-weight: normal;
  white-space: nowrap;
}

.mv {
  position: relative;
  background-color: var(--secondary-color);
  background-image: url(../images/pattern_green.png);
  background-repeat: repeat;
  background-position: top left;
  background-size: 1800px 950px;
  padding: 68px 0 24px;
}
@media screen and (max-width: 768px) {
  .mv {
    padding-top: 60px;
    padding-bottom: 12px;
  }
}
.mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/mv_bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 1476px auto;
}
@media screen and (max-width: 768px) {
  .mv::after {
    background-image: url(../images/mv_bg_sp.webp);
    background-size: contain;
    padding-top: 60px;
    padding-bottom: 12px;
  }
}
.mv .fukuokaPref {
  position: absolute;
  top: 26px;
  left: 20px;
  width: 159px;
  height: 49px;
}
@media screen and (max-width: 768px) {
  .mv .fukuokaPref {
    top: 10px;
    left: 12px;
    width: 70px;
    height: auto;
  }
}
.mv .container {
  max-width: 860px;
  text-align: center;
  z-index: 1;
}
.mv .mv-read-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mv .mv-read-wrap {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.mv .mv-read-wrap .circle {
  flex: none;
  display: grid;
  place-content: center;
  width: 94px;
  height: 94px;
  background: #fff;
  border: 3px solid var(--primary-color);
  border-radius: 50%;
  font-size: 22px;
  color: var(--primary-color);
  font-weight: bold;
  text-align: center;
  transform: translateX(27px);
}
@media screen and (max-width: 768px) {
  .mv .mv-read-wrap .circle {
    width: auto;
    height: auto;
    border-radius: 5em;
    font-size: 16px;
    padding: 0 1em;
    transform: translateX(0);
    margin-bottom: 8px;
  }
}
.mv .mv-round-schedule {
  position: absolute;
  top: -45px;
  right: 0;
  background-color: var(--danger-color);
  color: #fff;
  border-radius: 10px;
  padding: 5px;
  width: 128px;
  height: 128px;
  line-height: 1;
}
@media screen and (max-width: 830px) {
  .mv .mv-round-schedule {
    width: auto;
    height: auto;
    border-radius: 5em;
    display: inline-flex;
    position: static;
    top: inherit;
    right: inherit;
    align-items: center;
    padding: 5px 10px;
    margin-bottom: 5px;
  }
}
.mv .mv-round-schedule b {
  display: block;
  margin-top: 1px;
}
@media screen and (max-width: 830px) {
  .mv .mv-round-schedule b {
    display: inline;
    margin-bottom: 3px;
    font-size: 12px;
  }
}
@media screen and (max-width: 349px) {
  .mv .mv-round-schedule b {
    font-size: 10px;
  }
}
.mv .mv-round-schedule .font-m {
  font-size: 16px;
  margin-bottom: 3px;
}
@media screen and (max-width: 830px) {
  .mv .mv-round-schedule .font-m {
    margin-bottom: 0;
    font-size: min(3.5vw, 12px);
  }
}
.mv .mv-round-schedule .font-s {
  font-size: 14px;
}
@media screen and (max-width: 830px) {
  .mv .mv-round-schedule .font-s {
    font-size: min(3.5vw, 10px);
  }
}
.mv .mv-round-schedule .font-s span {
  font-size: 24px;
}
@media screen and (max-width: 830px) {
  .mv .mv-round-schedule .font-s span {
    font-size: min(5vw, 15px);
  }
}
@media screen and (max-width: 349px) {
  .mv .mv-round-schedule .font-s span {
    font-size: min(5vw, 13px);
  }
}
@media screen and (max-width: 830px) {
  .mv .mv-round-schedule img {
    transform: rotate(-90deg);
    display: flex;
    align-items: center;
    width: 12px;
  }
}
.mv .mv-badge {
  display: inline-flex;
  background: var(--primary-color);
  border-radius: 5em;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  padding: 8px 40px;
}
@media screen and (max-width: 768px) {
  .mv .mv-badge {
    font-size: min(3.5vw, 24px);
    padding: 8px 12px;
  }
}
.mv .mv-for {
  -webkit-text-stroke: 2px #fff;
  color: var(--primary-color);
  font-size: 40px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .mv .mv-for {
    max-width: 314px;
    margin: 0 auto 20px;
  }
}
.mv .mv-heading {
  background: var(--primary-color);
  border: 8px solid #fff;
  border-radius: 15px;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.4;
  letter-spacing: -0.05em;
  padding: 30px 10px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .mv .mv-heading {
    border-width: 4px;
    font-size: min(3.8vw, 40px);
    padding: 20px 4px;
    margin-bottom: 20px;
  }
}
.mv .mv-heading b {
  font-size: 55px;
  color: #ffe97a;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .mv .mv-heading b {
    font-size: min(5.5vw, 50px);
  }
}
.mv .mv-heading em {
  font-size: 68px;
  color: #ffe97a;
  font-style: normal;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .mv .mv-heading em {
    font-size: min(9vw, 60px);
  }
}
.mv .mv-announce {
  font-size: 20px;
  color: var(--danger-color);
  font-weight: 600;
  margin: 20px auto 27px;
}
@media screen and (max-width: 768px) {
  .mv .mv-announce {
    font-size: 12px;
    margin: 10px auto 16px;
    width: 100%;
  }
}
.mv .mv-desc {
  font-size: 20px;
  font-weight: 600;
  margin: 20px auto 27px;
}
@media screen and (max-width: 768px) {
  .mv .mv-desc {
    font-size: 12px;
    margin: 10px auto 16px;
    width: 100%;
  }
}
.mv .mv-alert {
  background: #fff;
  border: 4px solid red;
  font-weight: bold;
  font-size: 22px;
  text-align: left;
  padding: 0 24px 24px;
}
@media screen and (max-width: 768px) {
  .mv .mv-alert {
    font-size: 14px;
    line-height: 1.4;
    padding: 0 16px 16px;
  }
}
.mv .mv-alert .mv-alert__title {
  background: red;
  color: #fff;
  text-align: center;
  font-size: 24px;
  padding: 8px;
  margin: -4px -24px 24px;
}
@media screen and (max-width: 768px) {
  .mv .mv-alert .mv-alert__title {
    font-size: 18px;
    margin: -4px -16px 16px;
  }
}
.mv .mv-schedule {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .mv .mv-schedule {
    margin-top: 40px;
  }
}
.mv .mv-schedule dt {
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  border: 1px solid #333;
  padding: 4px 12px;
}
@media screen and (max-width: 768px) {
  .mv .mv-schedule dt {
    font-size: 13px;
  }
}
.mv .mv-schedule dd {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mv .mv-schedule dd {
    max-width: 55%;
    line-height: 1.2;
    font-size: min(3vw, 20px);
    margin: 0 auto;
  }
}
.mv .mv-schedule dd span {
  display: inline-block;
}
.mv .mv-schedule dd b {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .mv .mv-schedule dd b {
    font-size: min(5vw, 36px);
  }
}
.mv .mv-schedule dd .arrow {
  font-size: 22px;
  margin: 0 4px;
}
@media screen and (max-width: 768px) {
  .mv .mv-schedule dd .arrow {
    font-size: 12px;
    margin: 0 3vw;
  }
}
.important {
  margin-top: 60px;
}
.important-box {
  background: var(--danger-bg-color);
  border-top: 5px solid var(--danger-color);
  border-bottom: 5px solid var(--danger-color);
  text-align: center;
  padding: 20px 20px 40px;
}
.important-box .important-box__heading {
  font-size: 30px;
  font-weight: bold;
  color: var(--danger-color);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .important-box .important-box__heading {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.important-box .important-box__title {
  font-size: 22px;
  font-weight: bold;
  color: var(--danger-color);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .important-box .important-box__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.important-box dt {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .important-box dt {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.important-box dd {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .important-box dd {
    font-size: 14px;
  }
}

.news {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .news {
    margin-bottom: 40px;
  }
}
.news.topPage {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .news.topPage {
    padding-top: 40px;
  }
}

.news__box {
  border: 2px solid var(--primary-color);
  border-radius: 15px;
  padding: 40px 48px 16px;
}
@media screen and (max-width: 768px) {
  .news__box {
    padding: 1rem;
  }
}

.news__item {
  display: flex;
  gap: 0 40px;
  font-size: 14px;
  border-bottom: 1px dotted #707070;
  padding: 8px 0;
}
@media screen and (max-width: 768px) {
  .news__item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.news__item .date {
  background: #fff9e8;
  color: var(--primary-color);
  padding: 4px 8px;
}
.news__item p {
  padding-top: 4px;
}
.news__item a {
  color: #333;
  text-decoration: none;
}
.news__item a:hover {
  color: var(--primary-color);
}

.news__more {
  text-align: right;
  font-size: 12px;
  margin-top: 16px;
}

.outline .container {
  background: #fff9e8;
  padding: 68px;
}
@media screen and (max-width: 768px) {
  .outline .container {
    padding: 40px 24px;
  }
}
.outline .innerSection {
  padding: 48px 0;
}
@media screen and (max-width: 768px) {
  .outline .innerSection {
    padding: 28px 0;
  }
}
.outline .innerSection__title {
  display: flex;
  justify-content: center;
  gap: 0 80px;
  align-items: center;
  font-size: 26px;
  color: var(--primary-color);
  text-align: center;
  font-weight: bold;
  margin: 0 auto 48px;
}
@media screen and (max-width: 768px) {
  .outline .innerSection__title {
    gap: 0 20px;
    font-size: 22px;
    margin-bottom: 28px;
  }
}
.outline .innerSection__title::before, .outline .innerSection__title::after {
  content: "";
  display: block;
  height: 1px;
  background: var(--primary-color);
  width: 90px;
}
@media screen and (max-width: 768px) {
  .outline .innerSection__title::before, .outline .innerSection__title::after {
    width: 40px;
  }
}
.outline .innerSection__info {
  color: var(--danger-color);
  font-size: 18px;
}
.outline .target {
  margin-bottom: 20px;
}
.outline .target.second dt {
  background: var(--primary-color);
}
.outline .target dt {
  display: inline-block;
  background: var(--primary-color);
  border-radius: 0 5em 5em 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 12px 60px;
}
@media screen and (max-width: 768px) {
  .outline .target dt {
    font-size: 16px;
    padding: 10px 20px;
  }
}
.outline .target dd {
  background: #F1F1F1;
  color: #333;
  padding: 52px 36px 28px;
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .outline .target dd {
    padding: 48px 1rem 20px;
  }
}
.outline .modal-trigger {
  font-weight: bold;
  color: var(--primary-color);
  text-decoration: underline;
  margin-top: 24px;
}
.outline .innerSection__box {
  background: #fff;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .outline .innerSection__box {
    padding: 2rem 1rem;
  }
}
.outline .box__title {
  color: var(--primary-color);
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .outline .box__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.outline .price {
  display: table;
  background: #E8D575;
  border-radius: 5em;
  border: 2px solid #000;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 12px 68px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  .outline .price {
    border-radius: 15px;
    font-size: 16px;
    padding: 1rem;
    margin-bottom: 20px;
  }
}
.outline .table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
}
.outline .table thead th {
  background: var(--primary-color);
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .outline .table thead th {
    font-size: 12px;
  }
}
.outline .table tbody th {
  background: var(--primary-color);
  color: #fff;
}
.outline .table tbody td {
  background: #F1F1F1;
  color: var(--primary-color);
}
.outline .table tbody td b {
  font-size: 27px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .outline .table tbody td b {
    font-size: 16px;
  }
}
.outline .table th,
.outline .table td {
  border: 2px solid #333;
  text-align: center;
  vertical-align: middle;
  padding: 1rem 0.25rem;
}
@media screen and (max-width: 768px) {
  .outline .table th,
  .outline .table td {
    border-width: 1px;
    font-size: 12px;
    line-height: 1.2;
    padding: 0.5rem 0.25rem;
  }
}
.outline .buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .outline .buttons {
    flex-direction: column;
  }
}
.outline .buttons .button {
  flex: 1;
  min-width: auto;
}

.schedule__box {
  background: #fff;
  border: 2px solid var(--primary-color);
  margin: 48px 0;
}
@media screen and (max-width: 768px) {
  .schedule__box {
    margin: 24px 0;
  }
}
.schedule__box .box__heading {
  width: 100%;
  background: var(--primary-color);
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .schedule__box .box__heading {
    font-size: 18px;
    padding: 0.5rem;
  }
}
.schedule__box .inner {
  padding: 10px 60px;
}
@media screen and (max-width: 768px) {
  .schedule__box .inner {
    padding: 0 1rem;
  }
}
.schedule__box .schedule__list {
  display: flex;
  font-size: 24px;
  color: var(--primary-color);
  font-weight: bold;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .schedule__box .schedule__list {
    flex-direction: column;
    font-size: 18px;
  }
}
.schedule__box .schedule__list:not(:last-child) {
  border-bottom: 1px dotted var(--primary-color);
}
.schedule__box .schedule__list dt::after {
  content: "：";
  display: inline-block;
}

.faq {
  padding: 80px 0;
}

.end-overlay {
  position: relative;
}
.end-overlay::after {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  display: block;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 768px) {
  .end-overlay::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.end-overlay::before {
  content: "終了しました";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 80%;
  background: red;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  font-size: 24px;
  white-space: nowrap;
  padding: 0.75rem 0.75rem;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .end-overlay::before {
    font-size: 16px;
  }
}

.policy section {
  padding-top: 80px;
}
.policy .alert2 {
  background: var(--secondary-color);
  border-radius: 10px;
  color: var(--primary-color);
  padding: 20px 40px;
  margin-top: 20px;
}
.policy .alert3 {
  background: #f1f1f1;
  border-radius: 10px;
  color: #333;
  padding: 20px 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.policy .alert4 {
  background: #f1f1f1;
  border-radius: 10px;
  color: #333;
  padding: 20px 40px;
  margin-top: 20px;
}

.accessibility table {
  width: 100%;
  border-collapse: collapse;
}
.accessibility table th, .accessibility table td {
  border: 1px solid #afafaf;
  padding: 1rem;
}
.accessibility section {
  padding-top: 80px;
}

.online {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .online {
    margin-bottom: 40px;
  }
}
.online .document {
  background: #fff9e8;
  padding: 72px;
  margin: 0 -72px;
}
@media screen and (max-width: 768px) {
  .online .document {
    padding: 2rem 1rem;
    margin: 0 -1rem;
  }
}
.online .document .innerSection__title {
  display: flex;
  justify-content: center;
  gap: 0 80px;
  align-items: center;
  font-size: 26px;
  color: var(--primary-color);
  text-align: center;
  font-weight: bold;
  margin: 0 auto 48px;
}
@media screen and (max-width: 768px) {
  .online .document .innerSection__title {
    gap: 0 20px;
    font-size: 22px;
    margin-bottom: 28px;
  }
}
.online .document .innerSection__title::before, .online .document .innerSection__title::after {
  content: "";
  display: block;
  height: 1px;
  background: var(--primary-color);
  width: 90px;
}
@media screen and (max-width: 768px) {
  .online .document .innerSection__title::before, .online .document .innerSection__title::after {
    width: 40px;
  }
}
.online .document .document__list {
  font-weight: bold;
  text-indent: -2.7em;
  padding-left: 2.7em;
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .online .document .document__list {
    margin: 40px 0;
  }
}
.online .document .document__item {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .online .document .document__item {
    margin-bottom: 12px;
  }
}
.online .document .document__item p {
  font-weight: normal;
  text-indent: 0;
}
.online .document .document__item p i {
  text-indent: 0;
  color: var(--primary-color);
}
.online .document .document__item a {
  display: inline;
  font-weight: normal;
  color: var(--primary-color);
}
.online .document .document__label {
  display: inline-flex;
  align-items: center;
  background: var(--primary-color);
  border-radius: 2em;
  color: #fff;
  font-size: 14px;
  text-indent: 0;
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  .online .document .document__label {
    font-size: 11px;
    padding: 0 0.5rem;
  }
}
.online .check {
  max-width: 730px;
  background: #F7F7F7;
  text-align: center;
  padding: 60px;
  margin: 30px auto 28px;
}
@media screen and (max-width: 768px) {
  .online .check {
    padding: 1rem;
    margin-top: 24px;
  }
}
.online .check .button {
  display: none;
}
.online .check .button.is-active {
  display: table;
}
.online .alert1 {
  max-width: 730px;
  border: 3px solid var(--danger-color);
  color: var(--danger-color);
  font-weight: bold;
  text-align: center;
  padding: 1.8rem 1rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .online .alert1 {
    font-size: 14px;
    padding: 1rem;
  }
}
.online .check-alert {
  font-size: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .online .check-alert {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.check-wrap {
  position: relative;
}
.check-wrap.is-closed::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: calc(100% + 144px);
  height: calc(100% + 72px);
  background: rgba(0, 0, 0, 0.4);
  padding: 72px;
  margin: 0 -72px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .check-wrap.is-closed::after {
    width: calc(100% + 2rem);
    height: calc(100% + 2rem);
    padding: 2rem 1rem;
    margin: 0 -1rem;
  }
}

.steps {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .steps {
    margin-bottom: 40px;
  }
}
.steps__info {
  color: var(--danger-color);
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .steps__info {
    font-size: 14px;
  }
}

.steps__list {
  display: flex;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .steps__list {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top: 24px;
  }
}
.steps__list .steps__item {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.steps__list .steps__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  display: block;
  background-color: #D9D9D9;
  width: 20px;
  height: 24px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0% 100%);
          clip-path: polygon(0 0, 100% 50%, 0% 100%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .steps__list .steps__item:not(:last-child)::after {
    top: 105%;
    right: auto;
    left: 50%;
    width: 30px;
    height: 20px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
    transform: translateX(-50%);
  }
}
.steps__list .steps__item figure {
  max-width: 178px;
  margin: 16px 0 4px;
}
@media screen and (max-width: 768px) {
  .steps__list .steps__item figure {
    margin: 0;
  }
}
.steps__list .steps__item p {
  color: var(--primary-color);
  font-weight: bold;
  text-align: center;
}
.steps__list .steps__item p b {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .steps__list .steps__item p b {
    font-size: 24px;
  }
}

.steps__note {
  font-weight: bold;
  font-size: 20px;
  color: var(--danger-color);
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .steps__note {
    font-size: 16px;
  }
}

.apply {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .apply {
    margin-bottom: 40px;
  }
}

.other .other__list {
  text-indent: -2.7em;
  padding-left: 2.7em;
}
.other .other__item {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .other .other__item {
    margin-bottom: 1rem;
  }
}
.other .other__item:last-child {
  margin-bottom: 0;
}

.map .title {
  position: relative;
  background: #ea6a21;
  border-radius: 20px;
  font-size: 36px;
  text-align: center;
  color: #fff;
  padding: 1rem;
  margin-bottom: 1.4em;
}
@media screen and (max-width: 768px) {
  .map .title {
    font-size: 24px;
  }
}
.map .title::after {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  display: block;
  width: 40px;
  height: 20px;
  background-color: #ea6a21;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  transform: translateX(-50%);
}
.map .title br {
  display: none;
}
@media screen and (max-width: 768px) {
  .map .title br {
    display: block;
  }
}
.map .title small {
  display: block;
  font-size: 50%;
}
@media screen and (max-width: 768px) {
  .map .title small {
    font-size: 12px;
  }
}
.map .soon {
  display: grid;
  place-content: center;
  background: #eee;
  border-radius: 20px;
  padding: 5rem 1rem;
}

.map-nav__list {
  display: flex;
  gap: 4px;
}
@media screen and (max-width: 480px) {
  .map-nav__list {
    gap: 1px;
  }
}
.map-nav__item {
  flex: 1;
}
.map-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 20px 20px 0 0;
  border: 3px solid #e89728;
  background: rgba(232, 151, 40, 0.1);
  border-bottom: 0;
  text-align: center;
  line-height: 1.2;
  padding: 1rem 0.5rem;
}
@media screen and (max-width: 768px) {
  .map-nav__link {
    border-radius: 10px 10px 0 0;
    border-width: 2px;
    font-size: 12px;
    padding: 1rem 0.25rem;
  }
}
@media screen and (max-width: 480px) {
  .map-nav__link {
    padding: 0.5rem 0.2rem;
  }
}
.map-nav__link.is-current {
  background: #E89728;
  color: #fff;
  pointer-events: none;
}

.map-content {
  position: relative;
  width: 100%;
  height: 70vh;
  border: 3px solid #e89728;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .map-content {
    border-radius: 0 0 10px 10px;
    border-width: 2px;
  }
}

.pinContent__header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pinContent__body {
  margin-top: 16px;
}

.pinContent__category {
  border-radius: 4px;
  padding: 8px 16px;
  color: #F0F0F0;
}

.pinContent__category1 {
  background: #9B706B;
}
.pinContent__category1 + .pinContent__headtext {
  color: #9B706B;
}

.pinContent__category2 {
  background: #60778C;
}
.pinContent__category2 + .pinContent__headtext {
  color: #60778C;
}

.pinContent__category3 {
  background: #759170;
}
.pinContent__category3 + .pinContent__headtext {
  color: #759170;
}

.pinContent__headtext {
  font-weight: bold;
}

.pinContent__venue {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
}

@media screen and (max-width: 480px) {
  .gm-style .gm-style-iw-c {
    max-width: calc(100vw - 48px - 48px) !important;
  }
}


.scroll-to-top {
  position: fixed;
  bottom: 32px;
  left: 32px;
  width: 50px;
  height: 50px;
  background-color: var(--primary-color);
  color: white;
  border-radius: 50%;
  cursor: pointer;
  display: grid;
  place-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 2;
}

.scroll-to-top:hover {
  background-color: #2563eb;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.scroll-to-top.is-visible {
  opacity: 1;
  visibility: visible;
}


/* 2500717added */
dl.shinsei_history {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  margin-bottom: 20px;
}

dl.shinsei_history > div {
  display: flex;
  flex-direction: row;
}

dl.shinsei_history dt {
  min-width: 5em;
  font-weight: bold;
  white-space: nowrap;
  flex-shrink: 0;
}

dl.shinsei_history dd {
  font-weight: bold;
  margin: 0;
}

/* /2500717added */

.start-overlay {
  position: relative;
}
.start-overlay::after {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  display: block;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 768px) {
  .start-overlay::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.start-overlay::before {
  content: "8月1日(金)10:00申請受付開始";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 80%;
  background: #e11212;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  font-size: 24px;
  white-space: nowrap;
  padding: 0.75rem 0.75rem;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .start-overlay::before {
    font-size: 16px;
  }
}