@charset "UTF-8";
/* ==========================================================

title : 刀剣ワールド 記事系CSS共通化 多言語対応
scope : 刀剣ワールド 記事系CSS共通化 多言語対応

memo：

last modify : tanaka 新規作成 目次英語対応


========================================================== */
/*=========================
  目次
  =========================*/
  /* 英語対応 */
  .en_tip .box__anchors .title {
    width: 260px;
  }
  .en_tip .box__anchors .title::after {
    left: 100%;
  }
  .en_tip .box__anchors .title span {
    letter-spacing: 0.09em;
  }
  .en_tip .box__anchors li {
    letter-spacing: 0.1em;
  }
