@charset "UTF-8";

/* ガチャ引くべきスタイル */
  table .rank_bold {
    font-size: 24px;
    font-weight: 700;
  }
  .waza {
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(1, 75, 141);
    border-radius: 10px;
    padding: 10px 10px 0px;
    box-shadow: rgba(203, 193, 228, 0.5) 1px 2px 1px;
    margin: 16px 0px 10px;
    position: relative;
  }
  .waza .tab_box {
    margin-top: 10px;
  }
  .waza .switch_radio + label {
    border-bottom: 4px solid #868484;
  }
  .waza .switch_radio:checked + label {
    border-bottom: 4px solid #f44336;
  }
  .skill_type_label {
    position: absolute;
    display: inline-block;
    top: -11px;
    left: -2px;
    background-color: #272c42;
    padding: 2px 22px 0px 11px;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
    font-size: 13px;
  }
  .skill_header {
    display: flex;
    grid-auto-columns: auto;
    grid-template-columns: 2fr auto auto;
    grid-gap: 30px;
    align-items: center;
    margin-bottom: 3px;
    margin-top: 7px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 8px;
    padding-top: 3px;
    text-align: left;
  }
  .skill_name,
  .skill_name2 {
    font-weight: bold;
    font-size: 13px;
    text-align: left;
    transition: .4s all;
    position: relative;
    padding-left: 11px;
    word-break: break-all;
  }
  .skill_name {
    width: 55%;
  }
  .skill_name2 {
    width: 70%;
  }
  .skill_name::before,
  .skill_name2::before  {
    content: '';
    width: 5px;
    height: 17px;
    background-color: #f44336d4;
    position: absolute;
    top: 0;
    left: 0;
  }
  .skill_ammo, .skill_attr, .skill_target, .skill_lv {
    font-size: 13px;
  }
  .skill_ammo::before,
  .skill_attr::before,
  .skill_target::before,
  .skill_lv::before {
    color: #606060;
    font-weight: bold;
    letter-spacing: -0.9px;
  }
  .skill_target::before {
    content: '種別：';
  }
  .skill_lv::before {
    content: '解放レベル：';
  }
  .waza_single {
    font-size: 13px;
    display: flex;
    align-items: center;
    grid-template-columns: 20% auto;
    font-feature-settings: 'palt';
    padding: 5px 0;
  }
  .single_label,
  .single_label2 {
    text-align: center;
    padding: 4px;
    font-weight: bold;
    margin-right: 10px;
    min-width: 120px;
  }
  .single_label {
    background: #F4E7DE;
  }
  .single_label2 {
    background-color: rgb(173, 171, 174);
    border: 1px solid rgb(221, 221, 221);
    color: rgb(255, 255, 255);
  }
  .range {
    border: 1px solid #a9a9a9;
    padding: 5px;
    border-radius: 5px;
    color: #1681b2;
    font-weight: bold;
    min-width: 65px;
    max-width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .range::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(https://appmedia.jp/wp-content/themes/appmedia/lib/hagane-mobile/images/mushimegane.png);
    background-position: center;
    background-size: contain;
    margin-left: 10px;
    vertical-align: text-top;
    background-repeat: no-repeat;
  }
  .skill_text {
    font-size: 13px;
    line-height: 1.9;
    margin: 3px 3px 10px;
    padding: 8px;
    font-feature-settings: 'palt';
    background: rgba(230, 225, 229, 0.5);
    min-height: 80px;
    margin-top: -10px;
  }
  .effect_popup {
    border-bottom: dashed 1px #1681b2;
    color: #1681b2;
    margin: 0px 5px;
    font-weight: bold;
    cursor: pointer;
  }
  .tip_effect_name {
    color: #5daaff;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
  }
  .tip_effect_text {
    padding: 5px;
    border: 1px solid #a0a0a0;
    border-radius: 2px;
    background-color: #414141;
    color: #ffff!important;
  }
  .tip_effect_text span {
    font-weight: bold;
    color: #5daaff;
    margin: 0px 5px;
  }
  .tip_sub_data {
    margin-top: 20px;
    border-top: 1px dashed #8d8c8c;
  }
  .tip_sub_data .tip_effect_name {
    margin-top: 5px;
  }
