@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

@media screen and (max-width: 519px) {
  .page-nav .page-nav-list__item a::before {
    right: 10px;
  }
}

@media screen and (max-width: 519px) {
  .page-nav .page-nav-list__item:last-of-type a {
    letter-spacing: 0;
    font-size: 1.1rem;
  }
}

.example {
  /*.example-outline {
    @include mb(x5);      
  }*/
}

.example .example-wrap:not(:last-of-type) {
  margin-bottom: calc(8px * 9);
}

@media screen and (max-width: 959px) {
  .example .example-wrap:not(:last-of-type) {
    margin-bottom: calc((8px * 9) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .example .example-wrap:not(:last-of-type) {
    margin-bottom: calc((8px * 9) * 0.5);
  }
}

.example .example-wrap .ttl-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px 40px;
}

@media screen and (max-width: 959px) {
  .example .example-wrap .ttl-l {
    gap: 2px 24px;
  }
}

.example .example-wrap .ttl-l span {
  font-size: 2.4rem;
}

@media screen and (max-width: 959px) {
  .example .example-wrap .ttl-l span {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .example .example-wrap .ttl-l span {
    font-size: 1.6rem;
  }
}

.example .example-cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: calc(8px * 3);
  gap: 4px 8px;
}

@media screen and (max-width: 959px) {
  .example .example-cate {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .example .example-cate {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.example .example-cate__item a {
  padding: 4px 12px;
  font-size: 1.6rem;
  background: #294CA4;
  color: #ffffff;
}

.example .example-cate__item a:hover {
  background: #ffffff;
  color: #294CA4;
}

@media screen and (max-width: 959px) {
  .example .example-cate__item a {
    padding: 4px 8px;
    font-size: 1.4rem;
  }
}

.example .example-vsllist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: calc(8px * 4);
}

@media screen and (max-width: 959px) {
  .example .example-vsllist {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .example .example-vsllist {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

.example .example-vsllist:has(> :nth-child(4):last-child) {
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 959px) {
  .example .example-vsllist:has(> :nth-child(4):last-child) {
    grid-template-columns: repeat(2, 1fr);
  }
}

.example .example-vsllist:has(> :nth-child(3):last-child) {
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 959px) {
  .example .example-vsllist:has(> :nth-child(3):last-child) {
    grid-template-columns: repeat(2, 1fr);
  }
}

.example .example-vsllist__item {
  position: relative;
}

.example .example-vsllist__img {
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .example .example-vsllist__img {
    margin-bottom: 4px;
  }
}

.example .example-vsllist__caption {
  text-align: center;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .example .example-vsllist__caption {
    font-size: 1.2rem;
  }
}

.example .example-dtl {
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  .example .example-dtl {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .example .example-dtl {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

.example .example-dtl__ttl {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: calc(8px * 2);
  font-size: 2.4rem;
  font-family: "Shippori Mincho B1", serif;
  color: #9B821E;
}

@media screen and (max-width: 959px) {
  .example .example-dtl__ttl {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .example .example-dtl__ttl {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .example .example-dtl__ttl {
    font-size: 2rem;
  }
}

.example .example-dtl__ttl::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #9B821E 120px, rgba(155, 130, 30, 0.6) 120px);
}

.example .example-unit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px;
}

@media screen and (max-width: 959px) {
  .example .example-unit {
    gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  .example .example-unit {
    display: block;
  }
}

.example .example-unit__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 28px;
  position: relative;
  padding-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .example .example-unit__col {
    display: block;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .example .example-unit__col:not(:last-child) {
    margin-bottom: calc(8px * 5);
  }
}

@media screen and (max-width: 767px) and (max-width: 959px) {
  .example .example-unit__col:not(:last-child) {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 767px) and (max-width: 519px) {
  .example .example-unit__col:not(:last-child) {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

.example .example-unit__col::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #9B821E 120px, rgba(155, 130, 30, 0.6) 120px);
}

@media screen and (max-width: 767px) {
  .example .example-unit__col::before {
    display: none;
  }
}

.example .example-unit dt {
  position: relative;
  font-size: 2.4rem;
  font-family: "Shippori Mincho B1", serif;
  color: #9B821E;
}

@media screen and (max-width: 767px) {
  .example .example-unit dt {
    padding-bottom: 8px;
    margin-bottom: calc(8px * 2);
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 959px) {
  .example .example-unit dt {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 767px) and (max-width: 519px) {
  .example .example-unit dt {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .example .example-unit dt::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #9B821E 120px, rgba(155, 130, 30, 0.6) 120px);
  }
}

/*# sourceMappingURL=../../maps/pages/case.css.map */
