@charset "UTF-8";

    .skill-box {
    position: relative;
        background-color: #fff;
        border: 2px solid #c8c9cf;
        border-radius: 10px;
        padding: 23px 15px 15px 15px;
        box-shadow: 1px 2px 1px rgba(32,3,7,0.5);
        margin: 5px 0px;
    }
    .skill-icon {
        display: inline-flex;
        align-items: center;
        margin-bottom: -18px;
    }
    .skill-icon .skill-back {
        background-color: #2a6fd6;
        padding: 2px 15px 0px 12px;
        border-radius: 3px;
        color: #fff;
        font-weight: bold;
        clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
        z-index: 1;
    }
    .skill-box .skill-cost {
        position: absolute;
        top: 18px;
        right: 10px;
    }
    .skill-box .costw {
    color: #606060;
    font-weight: bold;
    }
    .top-partition {
    display: block;
        border-color: #8f8f8f;
        border-top: 2px dotted #b9cbd4;
        padding: 5px 0px 0px 0px;
    }
.skill-box .partition {
  padding: 4px 0;
  margin-bottom: 13px;
}
.skill-box[data-sp]::after {
    content: "消費ゲージ：" attr(data-sp);
    position: absolute;
    top: -2px;
    right: -2px;
    background: #333;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 2px 8px;
    border-radius: 0 0 0 8px;
    font-size: 11px;
}
    .skill-box .map_perspective a::after {
      align-items: center;
      content: "\f03d";
      font-family: 'FontAwesome';
      font-size: 15px;
      color: black;
      margin-left: 8px;
    }
    .skill-box img {
      width: 36px;
      height: auto;
      display: inline-block;
      margin-right: 5px;
      vertical-align: middle;
}
.skill-box .burst::before {
  content: "【補助スキル】";
  display: inline-block;
  font-weight: bold;
  color: #339966;
}
.pop_up_tippy:after {
  content: "\f059";
}



.weapon-card {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    background: linear-gradient(180deg, #ffffff, #f9fafb);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px;
    padding: 10px;
    margin-bottom: 20px;
}
.weapon-right-section {
    flex: 2 1 0%;
    display: flex;
    flex-direction: column;
}
.weapon-left-section {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.weapon-left-section > div img {
  width: 100px;
}
.weapon-skill {
    border: 1px solid rgb(221, 221, 221);
    padding: 8px;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 1px;
}
.weapon-skill div {
  font-size: 12px;
}
.weapon-card h4 {
  margin: 0 !important;
}
.weapon-card h4::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #ffdede 0%, #ff4a4a 30%, #b30000 70%, #5a0000 100%);
    top: 4px;
    flex-shrink: 0;
}
.weapon-skill div:nth-child(n) {
    border-image: linear-gradient(to right, #eee, #ddd, #eee) 1;
    border-top: 1px solid;
}

