.tabnavHor .tab {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.tabnavHor .tabcontent {
  display: none;
}
@media (max-width: 767px) {
  .tabnavHor .tabcontent {
    padding-top: 4.25rem;
  }
}
.tabnavHor .tablinks {
  border: 0.125rem solid #fff;
}
.tabnavHor .tablinks.active {
  border: 0.125rem solid #0061a3;
}
.tabnavHor .tablinks:focus {
  outline: none;
}
.tabnavHor .tablinks:focus-visible {
  outline: 0.125rem solid #D13101;
}
.tabnavHor .expand-desc {
  display: block;
  margin-top: 1rem;
  text-decoration: underline;
  transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.tabnavHor .expand-desc:focus {
  outline: none;
}
.tabnavHor .expand-desc:focus-visible {
  outline: 0.125rem solid #D13101;
}
.tabnavHor .expand-desc:hover {
  opacity: 0.5;
}
.tabnavHor .text-close {
  display: block;
  margin-top: 1rem;
  text-decoration: underline;
  transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.tabnavHor .text-close:focus {
  outline: none;
}
.tabnavHor .text-close:focus-visible {
  outline: 0.125rem solid #D13101;
}
.tabnavHor .text-close:hover {
  opacity: 0.5;
}
.tabnavHor .tab-box.--v1 .inner_tab-box {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.tabnavHor .tab-box.--v1 .inner_tab-box .title {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.tabnavHor .tab-box.--v1 .inner_tab-box .title .desc {
  font-size: 0.9rem;
}
.tabnavHor .tab-box.--v1 .inner_tab-box img {
  max-width: 6rem;
  height: 100%;
}
.tabnavHor .tab-box.--v2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabnavHor .tab-box.--v2 .inner_tab-box {
  max-height: auto;
  display: flex;
  justify-content: center;
}
.tabnavHor .tab-box.--v2 .inner_tab-box img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
}
.tabnavHor .tab-box h3 {
  font-size: 1rem;
  font-weight: bold;
  color: #0061a3;
}
.tabnavHor button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 1.375rem 1rem;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 1.0625rem;
  border-radius: 0.25rem;
  border: 1px solid #eeeeee;
  box-shadow: 1px -1px 9px 0px rgba(66, 68, 90, 0.15);
}
.tabnavHor button:hover {
  background-color: #bee9f7;
}
.tabnavHor button.active {
  background-color: #fff;
}

html[data-theme=contrast] .tabnavHor h3 {
  color: #ff0;
}
html[data-theme=contrast] .tabnavHor p {
  color: #ff0;
}
html[data-theme=contrast] .tablinks.active {
  border: 0.125rem solid #ff0;
  outline: 0.3rem solid #ff0;
}
html[data-theme=contrast] .tablinks {
  border: 0.125rem solid #ff0;
  background-color: inherit;
}/*# sourceMappingURL=tabNavHor.css.map */