#field_link i {
  font-style: normal;
  margin-right: 0.3em;
}

.overflow {
  width: 30%;
  height: 6.8vw;
  overflow: hidden;
  position: relative;
}
.overflow img {
  min-height: 100%;
}

.tax-detail {
  width: 68%;
  margin: 0 0 0 2%;
}

.tax-list li .cata:hover .tax-detail {
  color: #fff;
}

.tax-list {
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.tax-list li {
  width: 49.5%;
  padding: 0;
  /*height: 5em;*/
}

.tax-list li a,
.tax-list li .cata {
  font-size: 1.2vw; /*140%*/
  letter-spacing: 0.025em;
  width: 100%;
  height: 100%;
  padding: 0.5em 1em;
  border: 1px solid #555;
  display: block;
  align-items: center;
  justify-content: center;
  webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.tax-list li .cata:hover {
  background: #097fe3;
  color: #fff;
  transform: scale(1.02);
  filter: drop-shadow(2px 2px 3px #ccc);
  webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

/* 3日以内記事あり（バッジ付き） */
.tax-list li.active a {
  width: 100%;
  position: relative;
  padding: 10px 18px;
  background: #007acc;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.2s;
}

.tax-list li.active a:hover {
  background: #005b99;
}

.tax-name {
  display: flex;
  align-items: center;
  justify-content: left;
}

/* New バッジ */
.badge-new {
  background: #f9b070;
  color: #fff;
  padding: 0.25em 1em;
  font-size: 60%;
  border-radius: 999px;
  font-weight: bold;
  display: inline-block;
  line-height: 1.2;
  margin-left: 1em;
}

/* 3日以内投稿なし（無効） */
.tax-list li.disabled span {
  width: 100%;
  padding: 10px 18px;
  background: #e0e0e0;
  color: #888;
  display: inline-block;
  font-style: italic;
  cursor: not-allowed;
}

/*テキストスタイル*/
.tax-item {
  position: relative;
  padding: 12px 16px;
  border-bottom: 1px solid #ddd;
}

.tax-detail {
  font-size: 14px;
  color: #555;
  margin-top: 4px;
}

/*事例を確認*/
.on_post {
  position: absolute;
  bottom: 5%;
  left: 5%;
  font-size: 70%;
  padding: 0.25em 1em;
  border-radius: 2em;
  color: #fff;
  border: 1px solid #3c81c9;
  background: #3c81c9;
  webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.tax-list li .cata:hover .on_post {
  left: 40%;
  color: #3c81c9;
  border: 1px solid #3c81c9;
  background: #fff;
  webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.no-post {
  background-color: #f2f2f2;
}

/***********************************************************************/

/* --- レスポンシブ切替 ELITEBOOK--- */
@media screen and (max-width: 1532px) {
  .field_set {
    width: 100%;
  }
  .overflow {
    height: 11vw;
  }
}
/***********************************************************************/

/* --- レスポンシブ切替 Tablet--- */
@media screen and (max-width: 1024px) {
  .flex {
  }
  .tax-list li {
    width: 100%;
  }
  #page_menu {
    width: 100%;
    display: flex;
    top: 5em;
    margin: 0;
  }
  .tax-list li a,
  .tax-list li .cata {
    font-size: 120%;
    line-height: 120%;
  }
  .tax-name {
    margin-bottom: 0.5em;
  }
  .overflow {
    height: 21.5vw;
  }
}

/***********************************************************************/

/* --- レスポンシブ切替 Mobile--- */
@media screen and (max-width: 480px) {
  .b_box {
    width: 50%;
  }

  .sect02 img {
    width: 50%;
    object-fit: cover;
  }
  .tax-list li {
    width: 100%;
  }
  .overflow {
    width: 100%;
    margin: 1em 0;
    height: 54vw;
  }
  .tax-detail {
    width: 100%;
    margin: 0;
  }
  .tax-list li {
    margin: 1em 0;
  }
  .tax-list li .cata .tax-name {
    line-height: 140%;
    text-align: center;
    display: block;
  }
  .tax-list li .cata {
    line-height: 140%;
    padding: 1em;
  }
  .badge-new {
    width: 5em;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2em;
    margin: auto;
  }
  .tax-detail {
    line-height: 200%;
    font-size: 75%; /*75*/
  }
  .tax-list li a,
  .tax-list li .cata {
    font-size: 140%;
    line-height: 140%;
  }

  .tap {
    display: flex;
    width: 70%;
    border: 1px solid #097fe3;
    border-radius: 5em;
    align-items: center;
    justify-content: center;
    height: 2.2em;
    margin: 1em auto;
    font-size: 85%;
    background: #097fe3;
    color: #fff;
  }
  .tap i {
    margin: 0;
    font-size: 120%;
    margin: 0 0.3em 0 0 !important;
  }
}
