@charset "UTF-8";

.tec-u-gray {
  color: #6f6f6f !important;
}

.tec-u-aic {
  align-items: center !important;
}
.tec-u-jcfs {
  justify-content: flex-start !important;
}

.tec-u-pc {
  display: block;
}
.tec-u-sp {
  display: none;
}
@media (max-width: 519px) {
  .tec-u-pc {
    display: none;
  }
  .tec-u-sp {
    display: block;
  }
}

.tec-dash {
  font-family: Arial, Helvetica, sans-serif;
}

.tec-headline-nolevel-l {
  font-size: 2.2rem;
  font-weight: 500;
}
.tec-headline-nolevel-s {
  font-size: 1.8rem;
  font-weight: 500;
}

.tec-tag-list {
  display: flex;
  gap: 6px 12px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.tec-tag-list li {
  line-height: 1;
}
.tec-tag-list li a {
  display: block;
  color: #6f6f6f;
  font-size: 1.2rem;
  text-decoration: underline;
  line-height: 1.5;
}
@media (any-hover: hover) {
  .tec-tag-list li a:hover {
    text-decoration: none;
  }
}

.tec-tag-list--detail {
  gap: 9px;
}
.tec-tag-list--detail li a {
  background-color: #f3f3f3;
  color: #222;
  font-size: 1.4rem;
  padding: 4px 10px 6px;
  border-radius: 4px;
  line-height: 1.5;
}
.tec-tag-list.tec-tag-list--size-m li a{
  font-size: 1.4rem;
}
.tec-link-block {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 63px 40px;
}

@media (min-width: 520px) and (max-width: 1099px) {
  .tec-link-block {
    gap: 60px 32px;
  }
}

@media (max-width: 519px) {
  .tec-link-block {
    gap: 42px;
  }
}

.tec-link-block .tec-tag-list {
  margin-top: 23px;
}

.tec-link-block__item {
  width: calc(25% - 30px);
}
@media (min-width: 520px) and (max-width: 1099px) {
  .tec-link-block__item {
    width: calc(33.33% - 21.33px);
  }
}
@media (max-width: 519px) {
  .tec-link-block__item {
    width: 100%;
  }
}

.tec-link-block__item__link {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.tec-link-block__item__link .tec-link-block__item__image {
  position: relative;
}
.tec-link-block__item__link .tec-link-block__item__image::after {
  transition: border 0.2s ease-out;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #B3B3B3;
  box-sizing: border-box;
}

@media (any-hover: hover) {
  .tec-link-block__item__link:hover {
    text-decoration: none;
  }
  .tec-link-block__item__link:hover .tec-link-block__item__title {
    text-decoration: underline;
  }
  .tec-link-block__item__link:hover .tec-link-block__item__image {
    opacity: 0.7;
  }
  .tec-link-block__item__link:hover .tec-link-block__item__image::after {
    border-color: #000;
  }
}

.tec-link-block__item__image {
  order: 1;
  transition: opacity 0.2s ease-out;
}

.tec-link-block__item__image img {
  width: 100%;
  height: auto;
}

.tec-link-block__item__date {
  order: 2;
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #6F6F6F;
}

.tec-link-block__item__info {
  order: 2;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.tec-link-block__item__info .tec-link-block__item__date {
  margin-top: 0;
}

@media (min-width: 1100px) and (max-width: 1270px) {
  .tec-link-block__item__info {
    display: block;
    margin-top: 15px;
  }
  .tec-link-block__item__info .tec-link-block__item__type {
    display: inline-block;
  }
  .tec-link-block__item__info .tec-link-block__item__date {
    margin-top: 5px;
  }
}
@media (min-width: 520px) and (max-width: 1270px) {
  .tec-link-block__item:not(.swiper-slide) {
    .tec-link-block__item__info {
      display: block;
      margin-top: 15px;
    }
    .tec-link-block__item__info .tec-link-block__item__type {
      display: inline-block;
    }
    .tec-link-block__item__info .tec-link-block__item__date {
      margin-top: 5px;
    }
  }
}

.tec-link-block__item__type {
  background: #DBDBDB;
  line-height: 1.5;
  font-size: 1.4rem;
  margin-right: 12px;
  padding: 0 8px;
}

.tec-link-block__item__title {
  order: 3;
  margin-top: 20px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
}

.tec-link-block__item__title::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.tec-link-block__item__title::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}
[target="_blank"] .tec-link-block__item__title span::after,
.c-link-icon .tec-link-block__item__title span::after {
  display: none;
}

.tec-link-block__item__list {
  margin-top: 20px;
}

.tec-link-block__item__list li {
  font-size: 1.6rem;
}

.tec-link-block__item__list li::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.tec-link-block__item__list li::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.tec-link-block__item__list li:not(:first-child) {
  margin-top: 20px;
}

.tec-link-block__item__title span::after,
.tec-link-block__item__list a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 1em;
  margin: 0 0 0.2em 0.5em;
  vertical-align: middle;
  background: url("https://www.nikon.com/assets/img/icon_angle-right.svg") no-repeat 0 0;
  background-size: contain;
}

.tec-link-block__item__title span.c-link-icon::after,
.c-link-icon .tec-link-block__item__title span::after,
.tec-link-block__item__list a.c-link-icon::after,
.c-link-icon
.tec-link-block__item__list a::after {
  display: none;
}

.tec-link-block__item__title span[target="_blank"]::after,
[target="_blank"] .tec-link-block__item__title span::after,
.tec-link-block__item__list a[target="_blank"]::after,
[target="_blank"]
.tec-link-block__item__list a::after {
  display: none;
}

/* リンクブロック外部リンクアイコン  */
.c-link-block__item--blank .c-link-block__item__title span::after{
  content: none;
}
