@charset "UTF-8";
.tl-search-form {
  border: solid 1px #333;
  padding: 54px 69px 40px;
}
@media screen and (max-width: 1099px) {
  .tl-search-form {
    padding: 37px 20px 30px;
  }
}
.tl-search-form .tec-headline-nolevel-s {
  display: block;
  padding-bottom: 12px;
}
.tl-search-form label {
  font-size: 1.4rem;
  line-height: 1.5;
  cursor: pointer;
}
.tl-search-form fieldset {
  display: block;
}
.tl-search-form fieldset + fieldset {
  margin-top: 57px;
}
@media screen and (max-width: 1099px) {
  .tl-search-form fieldset + fieldset {
    margin-top: 41px;
  }
}
.tl-search-form .tl-form-list {
  display: flex;
}
.tl-search-form .tl-form-list + .tl-form-list {
  margin-top: 24px;
}
.tl-search-form .tl-form-list dt {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #6F6F6F;
  margin-right: 40px;
  width: 160px;
  height: 40px;
  display: flex;
  align-items: center;
}
.tl-search-form .tl-form-list dd {
  width: calc(100% - 172px);
}
@media screen and (max-width: 1099px) {
  .tl-search-form .tl-form-list {
    display: block;
  }
  .tl-search-form .tl-form-list dt {
    height: auto;
    margin-bottom: 8px;
  }
  .tl-search-form .tl-form-list dt, .tl-search-form .tl-form-list dd {
    width: auto;
  }
}
.tl-search-form .tl-checkbox-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 7px;
}
@media screen and (max-width: 1099px) {
  .tl-search-form .tl-checkbox-wrapper {
    gap: 8px;
  }
}
.tl-search-form .tl-checkbox-wrapper .tl-checkbox-label {
  border: solid 1px #939393;
  border-radius: 4px;
  padding: 8px 12px 9px 36px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .tl-search-form .tl-checkbox-wrapper .tl-checkbox-label {
    padding: 5px 9px 6px 26px;
    font-size: 1.2rem;
  }
}
@media (any-hover: hover) {
  .tl-search-form .tl-checkbox-wrapper .tl-checkbox-label:hover .tl-checkbox-text {
    text-decoration: underline;
  }
}
.tl-search-form .tl-checkbox-wrapper .tl-checkbox-label:has(input:focus-visible) {
  border: solid 1px #222 !important;
  text-decoration: underline;
}
.tl-search-form .tl-checkbox-wrapper .tl-checkbox-label:has(input:checked) {
  background-color: #FFE600;
  border-color: #FFE600;
}
.tl-search-form .tl-checkbox-wrapper .tl-checkbox-label:has(input:checked)::before {
  display: none;
}
.tl-search-form .tl-checkbox-wrapper .tl-checkbox-label:has(input:checked)::after {
  display: block;
}
.tl-search-form .tl-checkbox-wrapper .tl-checkbox-label:has(input:checked).tl-checkbox-label--allcheck {
  pointer-events: none;
}
.tl-search-form .tl-checkbox-wrapper .tl-checkbox-label::before, .tl-search-form .tl-checkbox-wrapper .tl-checkbox-label::after {
  content: "";
  display: block;
  background: no-repeat center center;
  width: 20px;
  height: 20px;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1099px) {
  .tl-search-form .tl-checkbox-wrapper .tl-checkbox-label::before, .tl-search-form .tl-checkbox-wrapper .tl-checkbox-label::after {
    width: 16px;
    height: 16px;
    left: 4px;
  }
}
.tl-search-form .tl-checkbox-wrapper .tl-checkbox-label::before {
  background-image: url("https://www.nikon.com/company/technology/tech_library/img/bg_checkbox.png");
}
.tl-search-form .tl-checkbox-wrapper .tl-checkbox-label::after {
  background-image: url("https://www.nikon.com/company/technology/tech_library/img/bg_checkbox_on.png");
  z-index: 5;
  display: none;
}
@media screen and (max-width: 1099px) {
  .tl-search-form .tl-checkbox-wrapper .tl-checkbox-label::before {
    background-image: url("https://www.nikon.com/company/technology/tech_library/img/bg_checkbox_sp.png");
  }
  .tl-search-form .tl-checkbox-wrapper .tl-checkbox-label::after {
    background-image: url("https://www.nikon.com/company/technology/tech_library/img/bg_checkbox_on_sp.png");
  }
}
.tl-search-form .tl-checkbox-wrapper .tl-checkbox-text {
  position: relative;
  top: 1px;
}
.tl-search-form .tl-checkbox-wrapper .tl-checkbox input {
  /* 透明度0 */
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  /* ブラウザのデフォルトのスタイルを削除 */
  -webkit-appearance: none;
  appearance: none;
  /* レイアウトから無視 */
  position: absolute;
}
.tl-search-form .tl-accordion .c-accordion__section {
  border: none;
}
.tl-search-form .tl-accordion .c-accordion__section__title__heading {
  padding-top: 0;
  margin-bottom: 0;
}
.tl-search-form .tl-accordion .c-accordion__section__title__heading::before, .tl-search-form .tl-accordion .c-accordion__section__title__heading::after {
  top: 14px;
}
.tl-search-form .tl-accordion .c-accordion__section__content {
  padding-top: 24px;
  padding-bottom: 0;
}
.tl-search-form .tl-btn-submit {
  cursor: pointer;
  max-width: 837px;
  margin-top: 58px;
  padding: 3px 44px 6px;
}
.tl-search-form .tl-btn-submit--noresult {
  background-color: #767676;
}
.tl-search-form .tl-btn-submit-count {
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0 4px;
}
@media screen and (max-width: 1099px) {
  .tl-search-form .tl-btn-submit {
    margin-top: 44px;
    padding: 5px 10px 4px;
  }
  .tl-search-form .tl-btn-submit-count {
    font-size: 2.2rem;
  }
}
.tl-search-form .tl-btn-reset {
  cursor: pointer;
  background: none;
  border: none;
  color: #222;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 20px auto 0;
  display: flex;
  align-items: center;
}
.tl-search-form .tl-btn-reset::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("https://www.nikon.com/company/technology/tech_library/img/icon_reset.svg") no-repeat center center;
  margin-left: 8px;
}
@media (any-hover: hover) {
  .tl-search-form .tl-btn-reset:hover {
    text-decoration: underline;
  }
}

.tl-result .c-heading-d {
  margin-top: 66px;
  padding-top: 30px;
}
@media screen and (max-width: 1099px) {
  .tl-result .c-heading-d {
    margin-top: 56px;
    padding-top: 20px;
  }
}
.tl-result .tl-result-count {
  font-size: 3rem;
  line-height: 1.5;
  margin: 0 4px;
}
.tl-result .tl-conditions {
  line-height: 1.5;
  margin-top: 16px;
}
@media screen and (max-width: 1099px) {
  .tl-result .tl-conditions {
    margin-top: 12px;
  }
}
.tl-result .tl-btn-more {
  cursor: pointer;
  max-width: 950px;
  margin-top: 60px;
}
.tl-result .tl-btn-more span::after {
  width: 12px;
  height: 12px;
  margin-left: 10px;
  background-image: url("https://www.nikon.com/company/technology/tech_library/img/icon_plus-white.svg");
}
@media screen and (max-width: 1099px) {
  .tl-result .tl-btn-more {
    margin-top: 26px;
  }
}

.tl-noresult {
  display: none;
}

.tl-noresult-txt {
  color: #222;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 46px;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .tl-link-block--col4 {
    gap: 24px 32px;
  }
}
@media screen and (max-width: 519px) {
  .tl-link-block--col4 {
    display: block;
  }
}
