.text-10px {
  font-size: 10px;
}

.activeAccordion {
  border-bottom-width: 1px;
}

.category-aspect {
  aspect-ratio: 114 / 130;
}

.aspect-163-126 {
  aspect-ratio: 163 / 126;
}

.aspect-171-65 {
  aspect-ratio: 171 / 65;
}

.aspect-163-130 {
  aspect-ratio: 163 / 130;
}

.aspect-17-11 {
  aspect-ratio: 17 / 11;
}

.aspect-23-22 {
  aspect-ratio: 23 / 22;
}

.aspect-169-99 {
  aspect-ratio: 169 / 99;
}

.aspect-343-200 {
  aspect-ratio: 343 / 200;
}

.aspect-9-11 {
  aspect-ratio: 9 / 11;
}

.aspect-unset {
  aspect-ratio: none;
}

.tab-active {
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.tab-active::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 2px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
  content: "";
}

.tab-active3px {
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.tab-active3px::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 3px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
  content: "";
}

.scroll-indicator::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2.5rem;
  background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
  z-index: 10;
}

.activeAccordion.border-b-0 + ul li:last-child {
  border-bottom-width: 0px;
}

.activeContent {
  border: 3px solid #89c122;
}

.inactiveCheckBox {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 1.75rem;
  width: 1.75rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.inactiveCheckBox::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  margin: auto;
  height: 1.5rem;
  width: 1.5rem;
  background-image: url('/asset/img/base/icon-check-gray.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.activeCheckBox {
  position: absolute;
  height: 26px;
  width: 26px;
  bottom: 0;
  right: 0;
  background-color: #89c122;
}

.activeCheckBox::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  margin: auto;
  height: 1.5rem;
  width: 1.5rem;
  background-image: url('/asset/img/base/icon-check-white.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.custom-padding {
  padding-bottom: 32px;
}

.custom-padding:last-child {
  padding-bottom: 0;
}

form input[type="checkbox"] {
  height: 1.75rem;
  width: 1.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
}

.radio-custom {
  position: relative;
  height: 1rem;
  width: 1rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.radio-custom:checked {
  border: none;
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.radio-custom:checked::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  margin: auto;
  height: 0.25rem;
  width: 0.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

select {
  outline: none;
  font-size: 0.875rem;
  font-weight: 400;
  color: #4a5568;
}

span.checkbox-custom {
  margin-top: auto;
  margin-bottom: auto;
  display: inline-block;
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
}

span.checkbox-custom::before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

span.checkbox-custom::after {
  content: "";
  opacity: 0;
  position: absolute;
  inset: 0px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  background-image: url('/asset/img/base/icon-checkmark.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

input[type="checkbox"]:checked + .checkbox-custom {
  border: none;
}

input[type="checkbox"]:checked + .checkbox-custom span {
  opacity: 0;
}

input[type="checkbox"]:checked + .checkbox-custom::after,
input[type="checkbox"]:checked + .checkbox-custom::before {
  opacity: 1;
}
.kondateList .c-pointLink {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .category-aspect {
    aspect-ratio: unset;
  }
  .aspect-163-126 {
    aspect-ratio: unset;
  }
  .aspect-171-65 {
    aspect-ratio: unset;
  }
  .aspect-163-130 {
    aspect-ratio: unset;
  }
  .aspect-9-11 {
    aspect-ratio: 9 / 10;
  }
  .aspect-343-200 {
    aspect-ratio: unset;
  }
}

@media (min-width: 768px) {
  .scroll-indicator::after {
    display: none;
  }
}

.tagToggle span {
  cursor: pointer;
}
.tagToggle input[type="checkbox"]:checked + span {
  background-color: #ecfccb;
  border-color: #89c122;
}
.submitButton {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 400px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: .875rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;

  -webkit-appearance: none;

     -moz-appearance: none;

          appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  width: 313px;
  background-color: rgba(137, 193, 34, 0.2);
  background-image: url("data:image/svg+xml;base64,ICAgIDxzdmcgY2xhc3M9InctZnVsbCBoLWF1dG8iIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgICAgPHBhdGggZD0iTTcuNSA0LjE2NjYzTDEzLjMzMzMgOS45OTk5Nkw3LjUgMTUuODMzMyIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiCiAgICAgICAgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgLz4KICAgIDwvc3ZnPgo=");
  background-size: 20px;
  background-position: center right 30px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .submitButton {
    width: 400px;
  }
  .submitButton:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    background-color: rgba(137, 193, 34, 1);
    background-image: url("data:image/svg+xml;base64,ICAgIDxzdmcgY2xhc3M9InctZnVsbCBoLWF1dG8iIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgICAgPHBhdGggZD0iTTcuNSA0LjE2NjYzTDEzLjMzMzMgOS45OTk5Nkw3LjUgMTUuODMzMyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiCiAgICAgICAgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgLz4KICAgIDwvc3ZnPgo=");
  }
  .submitButton:active {
    background-color: rgba(137, 193, 34, 0.7);
  }
}
/* calendar */
.js-tab__item.is-activetab {
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.js-tab__item.is-activetab::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 3px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
  content: "";
}

.tab__body{
  display: none;
}
.tab__body.is-activesection{
  display: block;
}