@media (max-width:468px) {
    .scrnews {
      width: 100%;
      height: 200px;
      overflow-y: scroll;
    }
    .scrnews::-webkit-scrollbar {
      width: 8px;
    }
    .scrnews::-webkit-scrollbar-thumb{
      background: #999;
      border-radius: 5px;
    }
    .scrnews::-webkit-scrollbar-track-piece {
      background: #efefef;
    }
  }
  
  
  .catalog-select-list {
    text-align: center;
  }
  .catalog-select-list li {
    margin-top: 16px;
  }
  .catalog-select-list li h3 {
    margin-top: 8px;
    font-size: 12px;
  }
  .catalog-select-list img {
    height: 180px;
    width: auto;
    object-fit: contain;
  }
  
  /*TOP下部メーカーリスト*/
  
  .maker-list-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .maker-list-top li {
    width: calc((100% - 24px) / 5);
    margin-top: 8px;
    margin-right: 6px;
  }

  .maker-list-top li:nth-child(2),
  .maker-list-top li:nth-child(5n+2) {
    width: calc((100% - 24px) / 5 + 5px);
  }
  
  .maker-list-top li:nth-child(3),
  .maker-list-top li:nth-child(5n+3) {
    width: calc((100% - 24px) / 5 - 5px);
  }
  
  .maker-list-top li:nth-child(5n) {
    margin-right: 0;
  }
  
  .maker-list-top li a {
    display: block;
    width: 100%;
  }
  
  .maker-list-top-col {
    display: flex;
    align-items: center;
    justify-content: start;
    height: 50px;
  }
  
  .maker-list-top-col div:first-child {
    width: 50px;
    margin-right: 8px;
  }
  
  
  .maker-list-top-col div img {
    width: 100%;
  }
  
  @media screen and (max-width: 480px) {
    .maker-list-top-col {
      display: block;
      text-align: center;
      height: auto;
      font-size: 11px;
    }
    .maker-list-top-col div:first-child {
      margin: 0 auto;
    }

    
    .maker-list-top li:nth-child(2),
    .maker-list-top li:nth-child(5n+2),  
    .maker-list-top li:nth-child(3),
    .maker-list-top li:nth-child(5n+3) {
      width: calc((100% - 24px) / 5);
    }

  }
  
  
  .infomation {
    max-width: 100%;
    height: 230px;
    overflow: auto;
    background: #fff;
  }
  
  .reco-area {
    margin-top: 30px;
  }
  
  @media screen and (max-width: 768px) {
  
    .infomation-wrap {
      max-width: 100%;
      float: none;
    }
    .infomation {
      max-width: 100%;
      height: 180px;
      overflow: auto;
    }
  
  }
  
  
  /*20210226追加分*/
  .indexType,.indexFunction,.recommendCat{margin-bottom:25px;}
  .indexType img,.indexFunction img,.recommendCat img{
      display:block;
      margin-left: auto;
      margin-right: auto;
  }
  .recommendCat img{
      margin-bottom:10px;
  }
  
  .indexType h3,.indexFunction h3,.recommendCat h3{
      color:#fff;
      padding:5px;
      text-align:center;
      font-size:14px;
  }
  .indexFunction h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 53px;
  }
  .indexFunction h3 span {
    display: block;
  }
  
  
  #contents .indexType a:hover,#contents .indexFunction a:hover,#contents .recommendCat a:hover{
      text-decoration:none;
  }
  #contents .indexType a h3,#contents .indexFunction a h3,#contents .recommendCat a h3{
      background-color:rgba(51,51,51,1);
  }
  #contents .indexType a:hover h3,#contents .indexFunction a:hover h3,#contents .recommendCat a:hover h3{
      background-color:rgba(51,51,51,0.8);
      transition:background-color 0.2s;
  }
  
  .col49 {
    width: 49%;
  }
  
  /*スライド上アニメーション*/
  .mar_rl_-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  
  .c04{
    position: relative;
    color: #000;
    background: #f60002;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    &::after{
      content: attr(data-text);
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      color: #000;
      background: #ffcb0e;
      padding: 10px;
      clip-path: circle(0% at 50% 50%);
    }
    &.active{
      &::after{
        animation-name: kf_c04b;
        animation-duration: 2.5s;
        animation-fill-mode: forwards;
      }
    }
  }
  @keyframes kf_c04b {
    100%{
      clip-path: circle(75% at 50% 50%);
    }
  }
  
  /*topスライド*/
  .top-slide {
    overflow: hidden;
    position: relative;
  }
  .top-slide .cont1 {
    position: relative;
    margin: 0 auto;
    max-width: 750px;
    width: 100%;
  }
  .top-slide .swiper-container {
    overflow: initial !important;
  }
  .top-slide .swiper-slide {
    opacity: 0.5;
  }
  .top-slide .swiper-slide.swiper-slide-active{
    opacity: 1;
  }
  
  .top-slide .swiper-pagination , .swiperKcol4col2 .swiper-pagination {
    position: static;
    display: block;
  }
  
  .top-slide .swiper-pagination {
    margin: 5px auto 10px;
  }
  
  /*業種別カテゴリの折り畳み*/
  #gyousyubetu details {
    transition: .5s;
    padding: 5px;
  }
  #gyousyubetu details[open] {
    background: #e6f4ff;
    padding: 5px;
  }
  
  #gyousyubetu summary {
    cursor: pointer;
  }
  
  /*PCのみ表示ジャンプメニュー*/
  .jamp-nav {
    opacity: 0;
    transition: 1s;
    width: fit-content;
    position: fixed;
    right: 5px;
    bottom: 50vh;
    font-size: 10px;
    z-index: 999;
    transform: translateY(50%);
    text-align: right;
    padding: 5px 20px 5px 5px;
    background-color: rgba(255,255,255,0.5);
    border-radius: 10px;
  }
  .jamp-nav.fade {
    opacity: 1;
    transition: 2s;
  }
  
  
  .jamp-nav li {
    margin-bottom: 10px;
    position: relative;
  }
  
  .jamp-nav li:last-child {
    margin-bottom: 0;
  }
  
  
  #wrapper .jamp-nav a {
    color: #858585;
    display: inline-block;
  }
  
  #wrapper .jamp-nav a:hover , #wrapper .header__link.is-active {
    color: #000;
  }
  
  .jamp-nav li a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #0094e8;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -14px;
    transform: translateY(-50%);
  }
  
  .jamp-nav li a:hover::after , .header__link.is-active::after {
    background-color: #00457e;
  }
  
  
  @media screen and (max-width: 1100px) {
    .jamp-nav {
      display: none;
    }
  }
  
  /*スマホ表示のみ　検索バー*/
  .sp-search {
    margin: 10px 12px 0 12px;
  }
  .sp-search li {
    float: left;
    margin-right: 20px;
    border-bottom: #555 1px solid;
  }
  #contents .sp-search a {
    color: #555;
    font-weight: bold;
  }
  
  #contents .sp-search a:hover , #contents .sp-search a:active {
    text-decoration: none;
  }
  
  /*ボタンデザイン*/
  #wrapper a.btn-square1 {
    display: block;
    border: #555 2px solid;
    padding: 15px;
    text-align: center;
    color: #555;
    font-weight: bold;
    transition: 0.5s;
  }
  
  #wrapper a.btn-square1:hover {
    color: #fff;
    background-color: #0091C5;
    border: #0091C5 2px solid;
    transition: 0.5s;
    text-decoration: none;
  }
  
  
  #wrapper .swiper {
    padding: 0 2px 0 0;
  }