/* トレンドニュース一覧
  =========================================================- */
  .contentWrapper-2024 {
    width: 970px;
    order: 1;
  }
  @media screen and (max-width: 768px){
      .contentWrapper-2024 {
          width: 100%;
          order: 1;
          }
  }
  .trendNews_select_box-2024{
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: rgb(45, 177, 177, 10%);
    padding: 10px 20px;
    margin-bottom: 60px;
  }
  .trendNews_select_box_wrap-2024{
      width: calc(100% - 90px);
      position: relative;
  }
  .trendNews_select_box_ttl-2024{
    font-size: 16px;
    font-weight: bold;
    width: 71px;
    font-family: 'Noto Sans JP' ,メイリオ, "ヒラギノ角ゴ Pro W3", sans-serif!important;
  }
  .trendNews_select_box-2024 select{
      width: 100%;
      border: none;
      height: 40px;
      background: #fff;
      border-radius: 5px;
      font-size: 15px;
      padding: 0 10px;
      -webkit-appearance: none;
      appearance: none;
      color: #333;
      font-family: 'Noto Sans JP' ,メイリオ, "ヒラギノ角ゴ Pro W3", sans-serif!important;
  }
      .trendNews_select_box_wrap-2024::after{
      content: "";
      display: inline-block;
      width: 10px;
      padding-top: 10px;
      background-image: url(/resource/img/mail/backnumber/m_arrow_green.svg);
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      top: 55%;
      right: 16px;
      transform: translateY(-50%);
      pointer-events: none;
  }
  
  /* パネル */
  #trendNewsLineup{
    font-family: 'Noto Sans JP' ,メイリオ, "ヒラギノ角ゴ Pro W3", sans-serif!important;
  }
  .trendNews_panel_sec-2024{
    margin-top: 60px;
  }
  .trendNews_panel_L-2024,
  .trendNews_panel_M-2024,
  .trendNews_panel_S-2024{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
  }
  .trendNews_panel_backnumber-2024{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
  }
  .trendNews_panel_L-2024 li{
      padding-bottom: 30px;
  }
  
  .trendNews_panel_L-2024 li a,
  .trendNews_panel_M-2024 li a,
  .trendNews_panel_S-2024 li a{
    color: #333333;
  }
  .trendNews_panel_L-2024 li a:hover,
  .trendNews_panel_M-2024 li a:hover,
  .trendNews_panel_S-2024 li a:hover{
    opacity: 0.7;
  }
  .trendNews_panel_L-2024{
    margin-top: 30px;
    border-bottom: 1px solid #DEDEDE;
  }
  .trendNews_panel_M-2024{
    row-gap: 0;
  }
  .trendNews_panel_M-2024 li a{
    margin-top: 20px;
    padding-bottom: 20px;
    display: grid;
    gap: 20px;
    grid-template-columns: 2fr 1fr;
    border-bottom: 1px solid #DEDEDE;
  }
  .trendNews_panel_S-2024{
    font-size: 16px;
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .trendNews_panel_S_bdr-2024{
    border-bottom: 1px solid #DEDEDE;
  }
  .trendNews_panel_year-2024{
    font-size: 20px;
    font-weight: bold;
    border-left: 5px solid #2DB1B1;
    padding-left: 10px;
    margin-top: 50px;
  }
  .trendNews_panel_ttl-2024{
    position: relative;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    height: 46px;
    overflow: hidden;
  }
  .trendNews_panel_ttl-2024:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 3em;
    height: 1.5em;
    background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0.96) 25%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
  }
  .trendNews_panel_note-2024{
    color: #2DB1B1;
    font-size: 18px;
  }
  .trendNews_panel_M-2024 .trendNews_panel_ttl-2024{
    font-size: 16px;
    height: 40px;
  }
  .trendNews_panel_S-2024 .trendNews_panel_ttl-2024{
    font-size: 16px;
    height: 40px;
  }
  .trendNews_panel_date-2024{
    font-size: 12px;
    color: #D66C00;
  }
  .trendNews_panel_M-2024 .trendNews_panel_date-2024{
    font-size: 12px;
  }
  .trendNews_panel_S-2024 .trendNews_panel_date-2024{
    margin-top: 5px;
  }
  .trendNews_panel_M-2024 li .trendNews_panel_pic-2024{
    aspect-ratio: 80/39;
    max-width: 80px;
    margin-top: 0!important;
  }
  .trendNews_panel_M-2024 li .trendNews_panel_pic-2024 img{
    width: 100%!important;
  }

  .trendNews_panel_pic-2024 img{
    width: auto;
    height: 100%;
    max-height: 110px;
    max-width: 303px;
  }
  .m_mt230{
      margin-top: 230px;
  }
  @media screen and (max-width: 599px){
    .trendNews_panel_L-2024,
    .trendNews_panel_M-2024,
    .trendNews_panel_S-2024{
      display: grid;
      grid-template-columns: repeat(1,1fr);
      gap: 20px;
    }
    .trendNews_panel_pic-2024 img{
      max-width: 100%;
      max-height: 100%;
      height: auto;
    }
    .m_mt230{
      margin-top: 100px;
  }
  .trendNews_panel_ttl-2024{
    font-size: 15px;
    height: 40px;
  }
  .trendNews_panel_M-2024 .trendNews_panel_ttl-2024{
    font-size: 15px;
    height: 40px;
  }
  .trendNews_panel_S-2024 .trendNews_panel_ttl-2024{
    font-size: 13px;
    height: 33px;
  }
  .trendNews_panel_M-2024 li .trendNews_panel_pic-2024{
    aspect-ratio: 80/39;
    max-width: 100%;
  }
  .trendNews_panel_M-2024 li:not(:last-of-type) a{
    border-bottom: none;
  }
  }