@charset 'utf-8';

.pageEntry .boxEntry03L {
  padding-right: 40px;
  box-sizing: border-box;
}

.pageEntry .boxEntry03L img {
  display: block;
  width: 100%;
  height: auto;
}

@media all and (max-width: 640px) {
  .pageEntry .boxEntry03L {
    padding-right: 0;
  }
}

.boxBaseTop .ttlBase01 .ttlJa.ttlEntryDemoTtl,
.pageEntry .boxBaseTop .ttlBase01 .ttlJa.ttlEntryDemoTtl {
  font-size: 1.7rem !important;
}

.ulEntryDemoNav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  margin: 8px 0 4px;
  overflow: visible;
}

.ulEntryDemoNav > li {
  position: relative;
  flex: 1 1 0;
  width: auto;
  margin: 0;
  min-height: 92px;
  border-radius: 8px;
  background-color: #0f5fad;
  background-image: none;
  box-shadow: 0 1px 3px rgb(0 0 0 / 0.04);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.ulEntryDemoNav > li:nth-child(2) {
  border-radius: 6px;
  background-color: #1469b8;
}

.ulEntryDemoNav > li:nth-child(3) {
  border-radius: 12px;
  background-color: #0b73c7;
}

.ulEntryDemoNav > li:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgb(15 95 173 / 0.18);
  background-color: #0a4f94;
}

.ulEntryDemoNav > li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  min-height: 92px;
  padding: 22px 44px 22px 22px;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 1.45;
}

.ulEntryDemoNav > li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 9px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  opacity: 0.85;
  transform: translateY(-50%) rotate(-45deg);
  transition: right 0.22s ease, opacity 0.22s ease;
}

.ulEntryDemoNav > li:hover a::after {
  right: 14px;
  opacity: 1;
}

.ulEntryDemoNav > li a .txtNum {
  display: block;
  letter-spacing: 0.12em;
  line-height: 1;
  font-size: 0.78rem;
  font-weight: 700;
  color: rgb(255 255 255 / 0.72);
}

.ulEntryDemoNav > li a .txtLabel {
  display: block;
  letter-spacing: 0.04em;
  font-size: 1.05rem;
  font-weight: 700;
}

@media all and (max-width: 640px) {
  .ulEntryDemoNav {
    display: block;
    gap: 0;
    margin: 2vw 0 0;
  }

  .ulEntryDemoNav > li {
    width: 100%;
    margin: 0 0 2.8vw;
    min-height: 18vw;
    border-radius: 2vw;
  }

  .ulEntryDemoNav > li:last-child {
    margin-bottom: 0;
  }

  .ulEntryDemoNav > li a {
    min-height: 18vw;
    padding: 4.5vw 10vw 4.5vw 5vw;
    gap: 1.6vw;
  }

  .ulEntryDemoNav > li a::after {
    right: 5vw;
    width: 2.2vw;
    height: 2.2vw;
  }

  .ulEntryDemoNav > li a .txtNum {
    font-size: 3vw;
  }

  .ulEntryDemoNav > li a .txtLabel {
    font-size: 3.8vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ulEntryDemoNav > li,
  .ulEntryDemoNav > li a::after {
    transition: none;
  }

  .ulEntryDemoNav > li:hover {
    transform: none;
  }
}
