
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@100..900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -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; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

html {
  font-size: 62.5%;
}
@media (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  font-optical-sizing: auto;
  word-break: break-word;
  line-height: 1.5;
  color: #788287;
  color: #000;
  background-color: #eaf1f0;
}

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

@media screen and (min-width: 768px) {
  a {
    transition: opacity 0.25s ease;
  }
  a:hover {
    opacity: 0.7;
  }
}

.l-footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebeced;
  position: relative;
  z-index: 3;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: auto;
  margin-right: auto;
}
.l-footer .inner {
  max-width: 149rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 768px) {
  .l-footer .inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer {
    max-width: 500px;
  }
}
.l-footer__bottom .inner {
  max-width: 125rem;
}
.l-footer__bottom .footer-nav-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem 6rem;
  color: #989898;
  font-size: 1.4rem;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .l-footer__bottom .footer-nav-list {
    flex-direction: column;
    font-size: 1.4rem;
  }
}
.l-footer__bottom .footer-nav-list__item {
  list-style: none;
}
@media screen and (max-width: 500px) {
  .l-footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.l-footer .copyright {
  margin-top: 5.5rem;
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (max-width: 500px) {
  .l-footer .copyright {
    font-size: 1.1rem;
    margin-top: 3.5rem;
  }
}
.l-footer .mfrm-logo {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  mix-blend-mode: multiply;
  margin-top: 5rem;
  width: 36rem;
  max-width: 100%;
}
@media screen and (max-width: 500px) {
  .l-footer .mfrm-logo {
    width: 28.2rem;
  }
}
@media screen and (max-width: 500px) {
  .l-footer .mfrm-logo {
    margin-top: 3rem;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 99;
}
.l-header__inner {
  padding: 1.25rem 2rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 136rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 0px) and (min-width: 0px) {
  .l-header__inner {
    padding: 0.651042vw 1.041667vw;
    max-width: 70.833333vw;
  }
}
.l-header__logo img {
  width: 15.6rem;
  display: block;
}
@media screen and (max-width: 0px) and (min-width: 0px) {
  .l-header__logo img {
    width: 8.125vw;
  }
}
.l-header__mfg img {
  width: 17.5rem;
  display: block;
}
@media screen and (max-width: 0px) and (min-width: 0px) {
  .l-header__mfg img {
    width: 9.114583vw;
  }
}
@media screen and (max-width: 500px) {
  .l-header__inner {
    padding: 1.3rem 2rem;
  }
  .l-header__logo img {
    width: 11.8rem;
  }
  .l-header__mfg img {
    width: 13.1rem;
  }
}

.inner {
  padding-left: 6.8rem;
  padding-right: 6.8rem;
}
@media screen and (max-width: 500px) {
  .inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.wrap {
  max-width: 104rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

.returntop {
  display: none;
  position: fixed;
  bottom: min(25px, 6.67vw);
  right: min(10px, 2.67vw);
  z-index: 999;
}

.returntop a {
  display: block;
  width: min(40px, 10.67vw);
  height: min(40px, 10.67vw);
  color: #fff;
  font-size: min(23px, 6.13vw);
  text-indent: -999em;
  text-decoration: none;
  border-radius: 100%;
  position: relative;
}

.returntop a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/return-top.svg) no-repeat center/contain;
}

@media screen and (min-width: 992px) {
  .returntop {
    bottom: 40px;
    right: 40px;
  }
  .returntop a {
    width: 60px;
    height: 60px;
  }
}
.bold {
  font-weight: bold !important;
}

@media screen and (max-width: 500px) {
  .only-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}

.l-wrapper {
  position: relative;
}

.l-main {
  padding-top: 7rem;
}
@media screen and (max-width: 500px) {
  .l-main {
    padding-top: 6rem;
  }
}

.page-content {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  background: #000;
  background-blend-mode: multiply, normal;
  padding-bottom: 5rem;
  padding-top: 7rem;
}
@media screen and (max-width: 500px) {
  .page-content {
    padding-top: 6rem;
  }
}

.page-background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #E4007B;
  background: #E4007B url(../images/bg.svg) no-repeat center/cover;
}
.page-background::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 26.8rem;
  background: url(../images/deco.svg) repeat center bottom/138.5rem;
}
.page-background__left {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: calc((100% - 50rem) / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10rem;
}

.inner {
  padding-left: 1rem;
  padding-right: 1rem;
}

.page-content {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .page-content {
    font-size: 1.333rem;
  }
}

.mv {
  padding: 1em;
}
.mv .mv-inner {
  padding-top: 1.7em;
  padding-bottom: 6.4em;
  padding-inline: 2em;
  background: #e4007b url(../images/bg.svg) no-repeat top center/cover;
  position: relative;
}
.mv .mv-inner::after {
  content: "";
  position: absolute;
  height: 17em;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/deco.svg) no-repeat bottom center/contain;
  z-index: 2;
  pointer-events: none;
}
.mv .mv-bf {
  text-align: center;
  margin-top: 1.9em;
}
.mv .mv-bf img {
  width: 25.1em;
}
.mv .mv-text {
  color: #fff;
  text-align: center;
  font-size: 2.4em;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.03rem;
}
.mv .mv-img {
  text-align: center;
  margin-top: 1.9em;
}
.mv .mv-img img {
  width: 20.4em;
}
.mv .mv-button {
  margin-top: 1.9em;
}
.mv .mv-button-link {
  display: block;
  width: 26.3em;
  max-width: 100%;
  background-color: #fff;
  border-radius: 3.8em;
  color: #e4007b;
  text-align: center;
  font-weight: 900;
  padding: 0.35em 0;
  margin-left: auto;
  margin-right: auto;
}
.mv .mv-button-link span {
  font-size: 2em;
}
@media screen and (min-width: 768px) {
  .mv .mv-button-link {
    transition: 0.3s ease-out;
  }
  .mv .mv-button-link:hover {
    opacity: 1;
    background-color: #000;
    color: #fff;
  }
}

.event-item__ttl {
  color: #000;
  font-family: "M PLUS 2", sans-serif;
  font-size: 2em;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding: 0.475em 0.6em;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}
.event-item__ttl::after {
  content: "";
  position: absolute;
  width: 1.2em;
  height: 1.2em;
  background-color: #000;
  background: #000 var(--img) no-repeat center;
  --img: url(../images/plus.svg);
  background-size: 0.65em;
  right: 0.6em;
  top: 50%;
  transform: translateY(-50%);
}
.event-item__ttl.active::after {
  --img: url(../images/minus.svg);
}
@media screen and (min-width: 768px) {
  .event-item__ttl {
    transition: all 0.3s;
  }
  .event-item__ttl:hover {
    opacity: 0.9;
  }
}
.event-item__body {
  margin-top: 4px;
}
.event-item__body .list {
  background: #f4d57b;
  padding: 0 1em;
}
.event-item__body .list .item {
  padding: 1.4em 0;
  border-bottom: 1px solid #000;
}
.event-item__body .list .item:last-child {
  border-bottom: 0;
}
.event-item__body .list .item .item-img {
  text-align: center;
}
.event-item__body .list .item .item-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.event-item__body .list .item .item-txt {
  margin: 0.9333333333em 0;
  color: #000;
  text-align: center;
  font-family: "M PLUS 2", sans-serif;
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1.2;
}
.event-item__body .list .item .item-txt:last-child {
  margin-bottom: 0;
}
.event-item__body .list .item .item-ttl {
  color: #e8391a;
  text-align: center;
  /*  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000; */
  --stroke-width: 2px;
  --stroke-color: #000;
  text-shadow: calc(var(--stroke-width) * 1) calc(var(--stroke-width) * 0) 0 var(--stroke-color), calc(var(--stroke-width) * 0.9511) calc(var(--stroke-width) * 0.309) 0 var(--stroke-color), calc(var(--stroke-width) * 0.809) calc(var(--stroke-width) * 0.5878) 0 var(--stroke-color), calc(var(--stroke-width) * 0.5878) calc(var(--stroke-width) * 0.809) 0 var(--stroke-color), calc(var(--stroke-width) * 0.309) calc(var(--stroke-width) * 0.9511) 0 var(--stroke-color), calc(var(--stroke-width) * 0) calc(var(--stroke-width) * 1) 0 var(--stroke-color), calc(var(--stroke-width) * -0.309) calc(var(--stroke-width) * 0.9511) 0 var(--stroke-color), calc(var(--stroke-width) * -0.5878) calc(var(--stroke-width) * 0.809) 0 var(--stroke-color), calc(var(--stroke-width) * -0.809) calc(var(--stroke-width) * 0.5878) 0 var(--stroke-color), calc(var(--stroke-width) * -0.9511) calc(var(--stroke-width) * 0.309) 0 var(--stroke-color), calc(var(--stroke-width) * -1) calc(var(--stroke-width) * 0) 0 var(--stroke-color), calc(var(--stroke-width) * -0.9511) calc(var(--stroke-width) * -0.309) 0 var(--stroke-color), calc(var(--stroke-width) * -0.809) calc(var(--stroke-width) * -0.5878) 0 var(--stroke-color), calc(var(--stroke-width) * -0.5878) calc(var(--stroke-width) * -0.809) 0 var(--stroke-color), calc(var(--stroke-width) * -0.309) calc(var(--stroke-width) * -0.9511) 0 var(--stroke-color), calc(var(--stroke-width) * 0) calc(var(--stroke-width) * -1) 0 var(--stroke-color), calc(var(--stroke-width) * 0.309) calc(var(--stroke-width) * -0.9511) 0 var(--stroke-color), calc(var(--stroke-width) * 0.5878) calc(var(--stroke-width) * -0.809) 0 var(--stroke-color), calc(var(--stroke-width) * 0.809) calc(var(--stroke-width) * -0.5878) 0 var(--stroke-color), calc(var(--stroke-width) * 0.9511) calc(var(--stroke-width) * -0.309) 0 var(--stroke-color);
  filter: drop-shadow(2px 2px 0 #000);
  font-family: "M PLUS 2", sans-serif;
  font-size: 2.6em;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin: 0.5384615385em 0;
}
.event-item__body .list .item .item-ttl:last-child {
  margin-bottom: 0;
}
.event-item__body .list .item .item-floor {
  display: flex;
  align-items: center;
  gap: 1em;
}
.event-item__body .list .item .item-floor + .item-floor {
  margin-top: 1em;
}
.event-item__body .list .item .item-floor__label {
  color: #f4d57b;
  text-align: center;
  font-family: "M PLUS 2", sans-serif;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1;
  padding: 0.4375em;
  background-color: #000;
  width: 3.25em;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-item__body .list .item .item-floor__txt {
  color: #000;
  font-family: "M PLUS 2", sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: normal;
}
.event-item__body .list .item .item-floor__wrap {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.event-item__body .list .item .item-button {
  margin-top: 1em;
}
.event-item__body .list .item .item-button .item-button-link {
  display: block;
  padding: 0.6em 0;
  border-radius: 3.8em;
  background-color: #000;
  color: #f4d57b;
  text-align: center;
  font-family: "M PLUS 2", sans-serif;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
}
.event-item__body .list .item .item-button .item-button-link span {
  font-size: 1.8em;
  font-weight: 900;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .event-item__body .list .item .item-button .item-button-link {
    transition: 0.3s ease-out;
  }
  .event-item__body .list .item .item-button .item-button-link:hover {
    opacity: 1;
    background-color: #fff;
    color: #000;
  }
}
.event-item__body .list .item .item-label {
  color: #fff;
  text-align: center;
  font-family: "M PLUS 2", sans-serif;
  font-size: 1.5em;
  font-weight: 900;
  line-height: normal;
  background: #e8391a;
  padding: 0.1em 0;
}
.event-item__body .list .item .item-label .num {
  font-size: 1.2666666667em;
}
.event-item__img {
  background-color: #fff;
}

.event-item-02 {
  margin-top: 2em;
  padding: 2em 1.6em;
  background-color: #0068b7;
}
.event-item-02 .img-ttl {
  margin-bottom: 1.2em;
  text-align: center;
}
.event-item-02 .item-01 {
  text-align: center;
}
.event-item-02 .item-02 {
  text-align: center;
  margin-top: 1.2em;
}
.event-item-02 .item-button {
  padding: 1.2em 1em;
  margin-top: 1.2em;
  border-radius: 1rem;
  background: #fff100;
}
.event-item-02 .item-button .img {
  text-align: center;
}
.event-item-02 .item-button .item-btn-link {
  margin-top: 0.8em;
  display: flex;
  width: 28.3em;
  max-width: 100%;
  height: 3.8em;
  padding: 1.2667em;
  justify-content: center;
  align-items: center;
  border-radius: 3.8em;
  background: #0068b7;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.event-item-02 .item-button .item-btn-link span {
  font-size: 1.8em;
  font-weight: 900;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .event-item-02 .item-button .item-btn-link {
    transition: 0.3s ease-out;
  }
  .event-item-02 .item-button .item-btn-link:hover {
    opacity: 1;
    background-color: #fff;
    color: #0068b7;
  }
}

.event-item-03 {
  margin-top: 1.2em;
  position: relative;
}
.event-item-03 .img img {
  display: block;
  width: 100%;
}
.event-item-03 .item-btn-link {
  display: flex;
  width: 28.3em;
  max-width: 100%;
  height: 3.8em;
  padding: 1.2667em;
  justify-content: center;
  align-items: center;
  border-radius: 3.8em;
  background: #000;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 1.6em;
  left: 0;
  right: 0;
  z-index: 2;
}
.event-item-03 .item-btn-link span {
  font-size: 1.8em;
  font-weight: 900;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .event-item-03 .item-btn-link {
    transition: 0.3s ease-out;
  }
  .event-item-03 .item-btn-link:hover {
    opacity: 1;
    background-color: #fff;
    color: #000;
  }
}

.mv2 {
  padding: 0 2em;
}
.mv2 .txt {
  color: #fff;
  text-align: center;
  font-size: 2.692em;
  font-size: clamp(1rem, -1.8rem + 3.5vw, 2.75rem);
  font-weight: 900;
  letter-spacing: 0.0300148588em;
}
.mv2 .img {
  margin-top: 2em;
  text-align: center;
}
@media (max-width: 1100px) {
  .mv2 {
    display: none;
  }
}

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

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

.mt-05em {
  margin-top: 0.5em !important;
}

.mb-05em {
  margin-bottom: 0.5em !important;
}

.mt-1 {
  margin-top: 0.1em !important;
}

.acc-content {
  display: none;
}



