.utaware_detail_div {
    text-align: left;
    font-size: 10px;
}

.atkup_label {
    margin-top: 15px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    background-color: #fff3eb;
    padding: 15px;
    border-radius: 5px;
}

.atkup_label .atkup {
    display: inline-block;
}

.crtup_label {
    margin-top: 10px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    background-color: #d6eaff;
    padding: 15px;
    border-radius: 5px;
}

.crtup_label .crtup {
    display: inline-block;
}


.accumulation_table, .nomal_buff_table {
    font-size: 11px!important;
}

.accumulation_table th, .accumulation_table td, .nomal_buff_table th, .nomal_buff_table td  {
    padding: 2px!important;
}

/* チェックボックス */
.utaware_damage_table input[type='radio'], .utaware_damage_table2 input[type='radio'], .nomal_buff_table input[type='checkbox'] {
    display: none;
}
.utaware_damage_table2 th, .utaware_damage_table2 td {
    height: 25px;
}
.utaware_damage_table2 th {
    font-size: 12px!important;
    padding: 2px!important;
}
.utaware_damage_table2  td input {
    width: 100%;
}

.tab_btn {
    font-size: 13px;
    font-weight: bold;
}
.input_accumulation {
    width: 40%;
}
.acc_plus {
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
}
.acc_minus {
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
}


.hidden {
    display: none;
}

label {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}

label::before,
label::after {
  content: '';
  display: block;
  position: absolute;
}

label::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #c4c4c4;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  top: 50%;
  left: 5px;
}

label::after {
  border-bottom: 3px solid #222;
  border-left: 3px solid #222;
  opacity: 0;
  height: 5px;
  width: 10px;
  transform: rotate(-45deg);
  top: 2px;
  left: 10px;
}

input:checked + label::after {
  opacity: 1;
}

/* ボタン */
#button_wrapper {
    text-align: center;
    margin-bottom: 10px;
}
.reset_button {
    border: 1px solid #bb5535;
    border-bottom: 3px solid #bb5535;
    background: #ed6d46;
    color: #fff;
    padding: 5px;
    width: 90%;
    border-radius: 6px;
    font-size: 15px;
    margin-top: 10px;
    margin-left: 5px;
    cursor: pointer;
}

.reset_button img {
    width: 25px;
    height: auto;
 }

 .sort_label {
     display: inline-block;
     font-size: 12px;
 }
 .sort_chara, .sort_equip {
     width: 50%;
 }
 .cp_actab label::before, .comment-form-comment label {
     display: none;
 }


@media (max-width:480px){
    .choose_chara, .choose_equip {
        width: 18%!important;
    }
    .nomal_buff_none_div, .accumulation_none_div {
        font-size: 13px!important;
    }
    .modal-content {
        padding: 5px!important;
    }
}
