@charset "utf-8";
*,
::before,
::after {
    box-sizing: border-box;
}

html {
    font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
}

body {
    margin: 0;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
    font-size: 1em;
}

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;
}

table {
    border-color: currentcolor;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

legend {
    padding: 0;
}

progress {
    vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

html {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}

h3 {
    margin: 0;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
    transition: opacity .3s ease;
}

a:hover {
    opacity: .8;
}

.sp-only {
  display: none;
}

@media(max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}

@media(max-width: 768px) {
  .pc-only {
    display: none;
  }
}

main {
  background: #fdf7eb !important;
  padding-bottom: 40px !important;
  font-size: 16px;
}

@media(max-width: 768px) {
  main {
    background-image: url(../../../chiikiokoshi/img/background-bottom.png) !important;
    background-size: contain !important;
    background-position: bottom !important;
    background-repeat: no-repeat !important;
    padding-bottom: 60px !important;
    padding-inline: 20px !important;
  }
}

main::after, main::before {
  display: none !important;
}

article {
  background-image: url(../../../chiikiokoshi/img/background.png);
  background-size: contain;
  background-position-y: 60px;
  box-shadow: 2px 2px 12px rgba(34, 34, 34, .3);
  max-width: 960px;
  margin-inline: auto;
}

.breadcrumb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Crect width='3' height='3' fill='rgb(235%2C235%2C235)'/%3E%3C/svg%3E");
  background-position: 0 -4px;
  background-size: 20px 20px;
  padding: 16px 0;
  max-width: 960px;
  margin-inline: auto;
}

@media(max-width: 768px) {
  .breadcrumb {
    background-image: none;
    padding: 0;
  }
}

.breadcrumb ul {
  display: flex;
  align-items: center;
  gap: 17px;
}

.breadcrumb ul li {
  display: flex;
  align-items: center;
  gap: 16px;
  line-height: 1.5;
  color: #2d1b13;
}

.breadcrumb ul li:before {
  content: "";
  display: block;
  width: 7px;
  height: 14px;
  background: url(../../../chiikiokoshi/img/arrow.svg) no-repeat center center;
  background-size: contain;
}

.breadcrumb ul li:first-child:before {
  content: none;
}

.breadcrumb ul li a {
  color: #c09748;
}

.report {
  background-color: #006934;
  background-image: url(../../../chiikiokoshi/img/report/section-bg.png);
  background-size: contain;
  background-position: center;
  color: #fffaef;
  padding-inline: 24px;
  position: relative;
  margin-bottom: 90px;
}

@media(max-width: 768px) {
  .report {
    background-image: url(../../../chiikiokoshi/img/report/section-bg-sp.png);
    margin-bottom: 30px;
  }
}

.report:before {
  content: "";
  display: block;
  position: absolute;
  top: -69px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 100vw;
  height: 70px;
  background: url(../../../chiikiokoshi/img/report/section-top.png) no-repeat center center/cover;
}

@media(max-width: 768px) {
  .report:before {
    background: url(../../../chiikiokoshi/img/report/section-top-sp.png) no-repeat center center/cover;
    height: 8vw;
    top: -8vw;
  }
}

.report:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -89px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 100vw;
  height: 90px;
  background: url(../../../chiikiokoshi/img/report/section-bottom.png) no-repeat center center/cover;
}

@media(max-width: 768px) {
  .report:after {
    background: url(../../../chiikiokoshi/img/report/section-bottom-sp.png) no-repeat center center/cover;
    height: 8vw;
    bottom: -8vw;
  }
}

.report .inner {
  max-width: 840px;
  margin-inline: auto;
  padding-top: 1px;
}

.report h2 {
  background-color: #fffaef;
  border-radius: 88px;
  color: #006934;
  line-height: 1.5;
  text-align: center;
  padding: 16px 40px;
  max-width: 592px;
  margin-inline: auto;
}

@media(max-width: 768px) {
  .report h2 {
    font-size: 16px;
    padding-block: 8px;
    max-width: 208px;
  }
}

.report h2+p {
  margin-top: 32px;
}

.report p {
  line-height: 1.5;
}

.report h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #fffaef;
  line-height: 1.5;
  border-bottom: 5px solid #fffaef;
  margin-top: 32px;
  width: fit-content;
  margin-inline: auto;
}

@media(max-width: 768px) {
  .report h3 {
    font-size: 16px;
    width: 100%;
  }
}

.report ul {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}

.report ul li {
  display: flex;
  gap: 4px;
  line-height: 1.5;
}

.report ul li:before {
  content: "・";
  flex-shrink: 0;
}

.report .gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 8px;
  margin-top: 32px;
}

@media(max-width: 768px) {
  .report .gallery {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.report .gallery li {
  display: block;
  text-align: center;
}

.report .gallery li::before {
  content: none;
}

.report .gallery li img {
  width: 100%;
}

.report .gallery li div {
  font-size: 13px;
  margin-top: 10px;
  line-height: 1.5;
}

@media(max-width: 768px) {
  .report .gallery li div {
    margin-top: 10px;
  }
}

.about {
  padding-block: 60px;
}

@media(max-width: 768px) {
  .about {
    padding-block: 40px;
  }
}

.about h2 {
  text-align: center;
  color: #fffaef;
  background-color: #2d1b13;
  border-radius: 88px 0 0 88px;
  line-height: 1.5;
  padding: 24px 40px;
  max-width: 590px;
  margin: 0;
  margin-left: auto;
  position: relative;
  z-index: 1;
}

@media(max-width: 768px) {
  .about h2 {
    font-size: 20px;
    padding: 9px 40px;
    max-width: 260px;
  }
}

.about .inner {
  background-image: url(../../../chiikiokoshi/img/about/section-bg.png);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  border-radius: 176px 0 0 176px;
  margin-top: -40px;
  margin-left: auto;
  max-width: 916px;
  padding: 68px 0 68px 60px;
}

@media(max-width: 768px) {
  .about .inner {
    border-radius: 44px 0 0 44px;
    margin-top: -50px;
    padding: 64px 16px 16px 16px;
  }
}

.about__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about__item {
  display: flex;
  align-items: center;
  gap: 22px;
  background-color: #fffaef;
  border-radius: 240px 0 0 240px;
  padding: 24px 52px;
}

.about__item+.about__item {
  border-top: 1px solid #fffaef;
  padding-top: 24px;
}

@media(max-width: 768px) {
  .about__item {
    flex-direction: column;
    align-items: center;
    border-radius: 34px;
    padding: 24px;
  }
}

.about__icon {
  flex-shrink: 0;
  width: 138px;
  height: 138px;
}

@media(max-width: 768px) {
  .about__icon {
    order: 2;
  }
}

.about__content {
  flex: 1;
  min-width: 0;
}

@media(max-width: 768px) {
  .about__content {
    display: contents;
  }
}

.about__content h3 {
  line-height: 1.5;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  isolation: isolate;
  font-size: 20px;
  font-weight: 600;
  color: #2d1b13;
  padding-block: 2px;
}

.about__content h3::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2px;
  width: 544px;
  max-width: 100vw;
  height: 12px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), linear-gradient(0deg, #ED6C01, #ED6C01);
}

@media(max-width: 768px) {
  .about__content h3 {
    order: 1;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    text-decoration: underline;
    text-decoration-thickness: 12px;
    text-decoration-color: rgb(249.6, 210.9, 178.8);
    text-underline-offset: -0.4em;
    text-decoration-skip-ink: none;
  }

  .about__content h3::after {
    width: 100%;
    max-width: none;
    left: 0;
    transform: none;
    background: none;
  }
}

.about__content p {
  color: #2d1b13;
  line-height: 1.5;
  margin-top: 24px;
}

@media(max-width: 768px) {
  .about__content p {
    order: 3;
    margin-top: 0;
  }
}

.schedule {
  background: linear-gradient(to bottom, #FFFAEF 50%, transparent 50%);
  padding-top: 32px;
}

@media(max-width: 768px) {
  .schedule {
    padding-top: 16px;
  }
}

.schedule .inner {
  max-width: 840px;
  margin-inline: auto;
  padding-inline: 15px;
}

.schedule h2 {
  text-align: center;
  color: #fff;
  background-color: #2d1b13;
  border-radius: 88px;
  padding: 8px 40px;
  max-width: 528px;
  margin-inline: auto;
  width: 100%;
}

@media(max-width: 768px) {
  .schedule h2 {
    font-size: 16px;
    line-height: 1.5;
    padding: 8px 40px;
  }
}

.schedule h2+p {
  color: #2d1b13;
  text-align: center;
  margin-top: 16px;
  line-height: 1.5;
}

.schedule__tabs {
  display: flex;
  justify-content: center;
  gap: 16px;
  position: relative;
  margin-top: 32px;
}

@media(max-width: 768px) {
  .schedule__tabs {
    margin-top: 16px;
  }
}

.schedule__tab {
  color: #fffaef;
  border-radius: 32px 32px 0 0;
  position: relative;
}

@media(max-width: 768px) {
  .schedule__tab {
    border-radius: 16px 16px 0 0;
  }
}

.schedule__tab:not(.schedule__tab--is-active) {
  border-bottom: 6px solid #fffaef;
}

@media(max-width: 768px) {
  .schedule__tab:not(.schedule__tab--is-active) {
    border-bottom: 3px solid #fffaef;
  }
}

.schedule__tab--green {
  background: #006934;
  background-image: url(../../../chiikiokoshi/img/schedule/tab-bg-green.png);
  background-size: cover;
  background-position: center;
}

.schedule__tab--orange {
  background: #ed6c01;
  background-image: url(../../../chiikiokoshi/img/schedule/tab-bg-orange.png);
  background-size: cover;
  background-position: center;
}

.schedule__tab--is-ended::before {
  content: "";
  border-radius: 32px 32px 0 0;
  position: absolute;
  inset: 0;
  opacity: .5;
}

@media(max-width: 768px) {
  .schedule__tab--is-ended::before {
    border-radius: 16px 16px 0 0;
  }
}

.schedule__tab--is-ended.schedule__tab--green::before {
  background-color: #006934;
}

.schedule__tab--is-ended.schedule__tab--orange::before {
  background-color: #ed6c01;
}

.schedule__tab-label {
  display: block;
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding: 20px 8px;
  min-width: 147px;
  border: 0;
  background: rgba(0, 0, 0, 0);
  color: #fffaef;
  cursor: pointer;
  position: relative;
}

@media(max-width: 768px) {
  .schedule__tab-label {
    font-size: 16px;
    padding: 19px 8px;
    min-width: initial;
  }
}

.schedule__panel {
  color: #fff;
  border-radius: 120px;
  padding: 60px 16px;
  position: relative;
}

@media(max-width: 768px) {
  .schedule__panel {
    border-radius: 44px;
    padding: 32px 16px;
  }
}

.schedule__panel--green {
  background-color: #006934;
  background-image: url(../../../chiikiokoshi/img/schedule/section-bg-green.png);
  background-size: cover;
  background-position: center;
}

.schedule__panel--orange {
  background-color: #ed6c01;
  background-image: url(../../../chiikiokoshi/img/schedule/section-bg-orange.png);
  background-size: cover;
  background-position: center
}

.schedule__panel--orange .schedule__row dt {
  color: #ed6c01;
}

.schedule__panel--is-ended::before {
  content: "";
  border-radius: 120px;
  position: absolute;
  inset: 0;
  opacity: .5;
}

@media(max-width: 768px) {
  .schedule__panel--is-ended::before {
    border-radius: 44px;
  }
}

.schedule__panel--is-ended.schedule__panel--green::before {
  background-color: #006934;
}

.schedule__panel--is-ended.schedule__panel--orange::before {
  background-color: #ed6c01;
}

.schedule__panel--is-ended .schedule__end-message {
  display: block;
}

.schedule__panel--hidden,
.schedule__panel[hidden] {
  display: none;
}

.schedule__panel .inner {
  padding-inline: 0;
}

.schedule__end-message {
  display: none;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

@media(max-width: 768px) {
  .schedule__end-message {
    font-size: 16px;
    margin-bottom: 32px;
  }
}

.schedule__table {
  margin: 0;
}

.schedule__row {
  display: flex;
  align-items: baseline;
  gap: 60px;
  padding-block: 24px;
  border-bottom: 3px solid #fff;
}

@media(max-width: 768px) {
  .schedule__row {
    gap: 8px;
    padding-block: 8px;
    border-bottom: none;
  }
}

.schedule__row:first-child {
  padding-top: 0;
}

@media(max-width: 768px) {
  .schedule__row:last-child {
    padding-bottom: 16px; 
  }
}

.schedule__row dt {
  flex-shrink: 0;
  min-width: 144px;
  margin: 0;
  padding: 16px 24px;
  background-color: #fff;
  color: #006934;
  border-radius: 56px;
  font-size: 24px;
  font-weight: 600;
  text-align: center; 
}

@media(max-width: 768px) {
  .schedule__row dt {
    font-size: 16px;
    line-height: 1.5;
    padding-block: 4px;
    width: 100%; 
  }
}

.schedule__row dd {
  margin: 0;
  flex: 1;
  min-width: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
}

.schedule__row dd span {
  display: block;
  font-size: 20px;
  font-weight: 300;
  text-align: left; 
}

@media(max-width: 768px) {
  .schedule__row dd span {
    font-size: 12px; 
  }
}

.schedule__row dd span:first-of-type {
  margin-top: 16px;
}

@media(max-width: 768px) {
  .schedule__row dd span:first-of-type {
    margin-top: 4px; 
  }
}

@media(max-width: 768px) {
  .schedule__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .schedule__row dd {
    font-size: 18px;
    text-align: center;
    margin-inline: auto; 
  }
}

.schedule__map {
  margin-top: 16px;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 636/358; 
}

@media(max-width: 768px) {
  .schedule__map {
    aspect-ratio: 303/170;
    border-radius: 8px;
    margin-top: 4px; 
  }
}

.schedule__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0; 
}

.schedule__heading {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 60px;
  text-align: center; 
}

@media(max-width: 768px) {
  .schedule__heading {
    font-size: 20px;
    margin-top: 0;
    padding-top: 24px; 
  }
}

@media(max-width: 768px) {
  .schedule__heading:first-of-type {
    border-top: 2px solid #fff !important; 
  }
}

.schedule__paragraph {
  margin-top: 16px;
  line-height: 1.5;
  text-align: center; 
}

@media(max-width: 768px) {
  .schedule__paragraph {
    margin-top: 8px;
    text-align: left; 
  }
}

.schedule__exhibitors {
  background-color: #fff;
  border-radius: 48px;
  color: #2d1b13;
  margin-top: 24px;
  padding: 40px 24px 24px;
}

@media(max-width: 768px) {
  .schedule__exhibitors {
    border-radius: 24px;
    padding: 16px;
    margin-top: 16px; 
  }
}

.schedule__exhibitors-note, .schedule__exhibitors-note2 {
  line-height: 1.5;
  text-align: center; 
}

@media(max-width: 768px) {
  .schedule__exhibitors-note, .schedule__exhibitors-note2 {
    text-align: left; 
  }
}

.schedule__exhibitors-note + .schedule__exhibitors-list {
  margin-top: 24px;
}

@media(max-width: 768px) {
  .schedule__exhibitors-note + .schedule__exhibitors-list {
    margin-top: 16px; 
  }
}

.schedule__exhibitors-note2{
  margin-top: 20px;
}

.schedule__exhibitors-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

@media(max-width: 768px) {
  .schedule__exhibitors-list {
    grid-template-columns: 1fr;
    gap: 8px; 
  }
}

.schedule__exhibitors-item {
  border-left: 3px solid #eeeeef;
  line-height: 1.5;
  padding-left: 8px; 
}

.schedule__coming-soon {
  background-color: hsla(0, 0%, 100%, .3);
  border-radius: 16px;
  border: 3px solid #fff;
  font-size: 32px;
  font-weight: 600;
  margin-top: 24px;
  padding: 76px;
  text-align: center; 
}

@media(max-width: 768px) {
  .schedule__coming-soon {
    font-size: 16px;
    margin-top: 16px;
    padding: 30px; 
  }
}

.schedule__register-link {
  display: block;
  height: auto;
  background-color: #fffaef;
  color: #2d1b13;
  font-size: 30px;
  font-weight: 600;
  padding: 32px 0;
  border-radius: 64px;
  border: 4px solid #fff;
  text-align: center;
  -webkit-text-stroke: 5px #fff;
  paint-order: stroke fill;
  margin-top: 24px;
  box-shadow: 2px 2px 12px 0px rgba(34, 34, 34, .3019607843); 
}

.schedule__register-link:last-child {
  margin-top: 60px;
}

@media(max-width: 768px) {
  .schedule__register-link {
    font-size: 20px;
    line-height: 1.5;
    padding: 16px; 
  }
}

.instagram {
  padding-inline: 16px;
  margin-top: 60px;
}

@media(max-width: 768px) {
  .instagram {
    margin-top: 40px; 
  }
}

.instagram .inner {
  max-width: 840px;
  margin-inline: auto;
}

.instagram .instagram-link {
  font-size: 24px;
  font-weight: 600;
  background: #2d1b13;
  background-image: url(../../../chiikiokoshi/img/instagram/button-bg.png);
  background-size: cover;
  background-position: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 40px 0;
  border-radius: 64px;
  width: 100%;
  height: auto;
}

.instagram .instagram-link:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../../../chiikiokoshi/img/instagram/icon-instagram.svg) no-repeat center center;
  background-size: contain; 
}

@media(max-width: 768px) {
  .instagram .instagram-link:before {
    width: 31px;
    height: 31px; 
  }
}

@media(max-width: 768px) {
  .instagram .instagram-link {
    line-height: 1.5;
    gap: 8px;
    padding: 24px;
    margin-top: 40px;
  }
}

.instagram .instagram-link span {
  font-weight: 600;
}

.credits {
  background-color: #e6510f;
  background-image: url(../../../chiikiokoshi/img/credits/section-bg.png);
  background-size: contain;
  background-position: center;
  color: #fffaef;
  font-weight: 600;
  padding: 0 24px 60px;
  margin-top: 130px;
  text-align: center;
  position: relative;
}

@media(max-width: 768px) {
  .credits {
    background-image: url(../../../chiikiokoshi/img/credits/section-bg-sp.png);
    padding: 0 16px 40px;
    margin-top: 70px; 
  }
}

.credits:before {
  content: "";
  display: block;
  position: absolute;
  top: -69px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 100vw;
  height: 70px;
  background: url(../../../chiikiokoshi/img/credits/section-top-bg.png) no-repeat center center/cover; 
}

@media(max-width: 768px) {
  .credits:before {
    background: url(../../../chiikiokoshi/img/credits/section-top-bg-sp.png) no-repeat center center/cover;
    height: 8vw;
    top: -8vw; 
  }
}

.credits .inner {
  max-width: 840px;
  margin-inline: auto;
}

.credits ul li + li {
  margin-top: 32px;
}

.credits h3 {
  font-size: 32px;
  font-weight: 600;
}

@media(max-width: 768px) {
  .credits h3 {
    font-size: 20px;
    line-height: 1.5; 
  }
}

.credits p {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 8px;
}

@media(max-width: 768px) {
  .credits p {
    font-size: 16px;
    margin-top: 0; 
  }
}

.banner {
  background-color: #2d1b13;
  background-image: url(../../../chiikiokoshi/img/banner/section-bg.png);
  background-size: contain;
  background-position: center;
  padding: 48px 24px;
  text-align: center;
}

@media(max-width: 768px) {
  .banner {
    padding: 24px; 
  }
}

.banner ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

@media(max-width: 768px) {
  .banner ul {
    flex-direction: column;
    gap: 16px; 
  }
}

.banner a {
  display: inline-block;
  max-width: 408px;
  margin-inline: auto;
  width: 100%;
  height: auto;
}

.banner a img {
  width: 100%;
  height: 100%;
  object-fit: contain; 
}

.floating-apply-container {
  position: fixed;
  right: 0;
  bottom: 52px;
  z-index: 100;
  background-color: #fffaef;
  border: 4px solid #fffaef;
  border-right: none;
  border-radius: 104px 0 0 104px;
  box-shadow: 2px 2px 12px rgba(34, 34, 34, .3); 
}

.floating-apply-container a {
  background-color: #2d1b13;
  border-radius: 104px 0 0 104px;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 39px 44px;
}

.floating-apply-container a span {
  font-size: 30px;
  font-weight: 600;
}

@media(max-width: 768px) {
  .floating-apply-container {
    border-radius: 0;
    border: 8px solid #fffaef;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0; 
  }

  .floating-apply-container a {
    border-radius: 8px;
    font-size: 16px;
    padding: 12px;
    flex-direction: row; 
  }

  .floating-apply-container a span {
    font-size: 16px; 
  }
}

@media(max-width: 768px) {
  footer {
    margin-bottom: 64px; 
  }
}

.overRay-select-3 .schedule__end-message{
  display: block !important;
}

.schedule__panel--green .overRay-select-3::after{
  background-color: #006934;
}

.schedule__panel--orange .overRay-select-3::after{
  background-color: #ed6c01;
}

.schedule__panel.active{
  display: block !important;
}

.overRay-select-1 .hide-change{
  display: none;
}

.hide-change .schedule__heading{
  border-top: none !important;
}

.overRay-select-1 .schedule__register-link{
  pointer-events: none;
}