@media print, screen and (min-width: 769px) {
  .accessible-tabs .tab-nav {
    margin-top: 55px;
  }
}
@media screen and (max-width: 768px) {
  .accessible-tabs .tab-nav {
    margin-top: 8vw;
  }
}
.accessible-tabs .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 22px;
}
@media screen and (max-width: 768px) {
  .accessible-tabs .list {
    gap: 0 18px;
  }
}
.accessible-tabs .list li {
  background-color: #f7ebcd;
  border-radius: 1.3333333333vw;
  position: relative;
}
.accessible-tabs .list li.hover {
  background-color: #fbe1e5;
}
.accessible-tabs .list li::before {
  background-color: black;
  content: "";
  display: inline-block;
  height: 40px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: -26px;
  width: 35px;
}
@media screen and (max-width: 768px) {
  .accessible-tabs .list li::before {
    background-size: 4.2666666667vw 4.6666666667vw !important;
    height: 4.6666666667vw;
    top: -3.3333333333vw;
    width: 4.2666666667vw;
  }
}
.accessible-tabs .list li:first-child::before {
  background: url(../img_sub/e_leaf0005_tab1_clip1.png) center center no-repeat;
}
.accessible-tabs .list li:nth-child(2)::before {
  background: url(../img_sub/e_leaf0005_tab1_clip2.png) center center no-repeat;
}
.accessible-tabs .list li:nth-child(3)::before {
  background: url(../img_sub/e_leaf0005_tab1_clip3.png) center center no-repeat;
}
.accessible-tabs .list li a {
  border-radius: 1.3333333333vw;
  box-sizing: border-box;
  color: #333;
  display: block;
  height: 100%;
  font-weight: bold;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .accessible-tabs .list li a {
    font-size: 1.25rem;
    padding: 20px 0 12px;
  }
}
@media screen and (max-width: 768px) {
  .accessible-tabs .list li a {
    font-size: 0.9375rem;
    padding: 4.2666666667vw 0 1.8666666667vw;
  }
}
.accessible-tabs .list li a:hover img {
  opacity: 0.85;
}
.accessible-tabs .list li img {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .accessible-tabs .list li img {
    max-width: 70px;
  }
}
@media screen and (max-width: 768px) {
  .accessible-tabs .list li img {
    max-width: 8vw;
  }
}
.accessible-tabs .item {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
}
.accessible-tabs .item p {
  align-items: center;
  display: flex;
  height: 100%;
  line-height: 1.5;
  text-align: center;
}