@charset "UTF-8";

/* お気に入りから入るwishのタブ PC */
@media print, screen and (min-width:481px) {
  .favorite_tab {
    list-style: none;
    display: flex;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 26px;
  }
  .favorite_tab li {
    display: flex;
    width: 20%;
    height: 50px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .favorite_tab li a {
    color: #1f3641;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .favorite_tab_select {
    border-bottom: 5px solid #0055b8;
    color: #0055b8 !important;
    padding-top: 5px;
  }
}

/* お気に入りから入るwishのタブ SP */
@media screen and (max-width:480px) {
  .favorite_tab {
    list-style: none;
    display: flex;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 26px;
  }
  .favorite_tab li {
    display: flex;
    width: 20%;
    height: 40px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .favorite_tab li a {
    color: #1f3641;
    height: 40px;
    line-height: 40px;
  }
  .favorite_tab_select {
    border-bottom: 5px solid #0055b8;
    color: #0055b8 !important;
  }
}
