.search_nv_lst {
  position: relative;
}

.dropdown-off {
  display: block;
  position: absolute;
  top: 0;
  left: -5px;
  width: 5px;
  height: 40px;
  content: attr(dropdown-off);
}

.search_nv_lst:after {
  content: "";
  display: table;
}

.search_nv_lst:after {
  clear: both;
}

.search_nv_lst {
  zoom: 1;
}

/* ============================== Global Header */
/* ============================== Global Navigation */
.search_header .search_nv {
  position: relative;
  z-index: 4;
}

.search_header .search_nv .search_nv_lst,
.search_header .search_nv .search_nv_lst li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.search_header .search_nv .search_nv_lst {
  width: 100%;
  margin: 0 auto;
}

.search_header .search_nv .search_nv_lst li {
  float: left;
}

.search_header .search_nv .search_nv_lst li a.search_nv_lst_mn {
  position: relative;
  display: block;
  height: 29px;
  padding: 11px 16px 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  z-index: 4;
}

/* Search */
.search_header .search_nv .search_nv_lst li.search_nv_src {
  float: right;
}

.search_header .search_nv .search_nv_lst li.search_nv_src .search_nv_src_inp {
  overflow: hidden;
  margin-top: 0;
  position: relative; /*  */
}

.search_header .search_nv .search_nv_lst li.search_nv_src .search_nv_src_txt {
  display: block;
  float: left;
  height: 34px;
  margin: 0;
  padding: 2px 8px 0 8px;
  border: 1px solid #c9c9c9;
  font-size: 14px;
  background: #fff;
  border-radius: 4px;
  width: 100%; /* 2023/09/27 ✕ボタン対応用に追記 */
  -moz-box-sizing: border-box; /* 2023/09/27 ✕ボタン対応用に追記 */
  -webkit-box-sizing: border-box; /* 2023/09/27 ✕ボタン対応用に追記 */
  box-sizing: border-box; /* 2023/09/27 ✕ボタン対応用に追記 */
}

.dsp_list {
  display: flex;
  flex-wrap: wrap;
}

.dsp_list_item {
  width: calc((100% / 3) - 16px);
  margin: 8px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #c9c9c9;
}

.js-description {
  word-break: break-all;
}

.js-lazyload-img {
  display: block;
  position: relative;
}

.js-lazyload-img::after {
  content: url("/-/Media/Ricoh/Sites/co_jp/cmn_jp_v1/img/ex_component/icon_movie_01.png");
  width: 64px;
  height: 64px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

.js-lazyload-img.is-click {
  display: none;
}

.js-lazyload-movie {
  display: none;
}

.js-lazyload-movie.is-click {
  display: block;
}

.select-tab {
  display: flex;
}

.select-tab-item {
  padding: 0;
  margin: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20%;
  border: 1px solid #c9c9c9;
  font-size: 14px;
  line-height: 1.5;
}

.select-tab-item.tab-active {
  background-color: #969696;
  color: #fff;
}

.select-tab-item:hover {
  background-color: #969696;
  color: #fff;
}

/* 2025/03/10 フォーカスカラー変更 ここから*/
.selector.focus {
  outline: auto !important;
  outline: auto !important -webkit-focus-ring-color;
}
/* 2025/03/10 フォーカスカラー変更 ここまで*/

@media screen and (min-width: 640.02px), print {
  .c-h2-a:not(.c-h2-a--big) .c-h2-a__text {
      font-size: 32px;
      line-height: 1.4;
  }
}

.c-section {
  padding-top: 0 !important;
}
