 .top-partition {
    display: block;
        border-color: #8f8f8f;
        border-top: 2px dotted #b9cbd4;
        padding: 5px 0px 0px 0px;
  }
  .skill-icon {
      display: inline-flex;
      align-items: center;
      margin-bottom: -18px;
  }
  .skill-icon .skill-back {
      background-color: #2c2c2c;
      padding: 2px 15px 0px 15px;
      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-icon img {
      margin-right: -10px;
      z-index: 2;
  }
  .skill-box {
  position: relative;
      background-color: #fff;
      border: 2px solid #121115;
      border-radius: 10px;
      padding: 5px 10px 0px 10px;
      box-shadow: 1px 2px 1px rgba(102,102,102,1);
      margin: 5px 0px;
  }
  .skill-box h4{
  margin-bottom: 5px;
  }
  .skill-box .skill-cost {
      position: absolute;
      top: 18px;
      right: 10px;
  }
  .skill-box .costw {
  color: #606060;
  font-weight: bold;
  }
.add_skill_wrapper {
    position: relative;
}
.add_skill_effect {
    padding-bottom: 20px;
}
.evalution_wrapper {
    display: flex;
    justify-content: start;
    align-items: center;
    border-radius: 10px;
    border: 2px solid rgb(200, 201, 207);
    margin: 2px;
    padding: 15px 2px 15px 2px;
}
.contents_name {
    width: 20%;
    text-align: center;
}
.contents_evaluation_wrapper {
    width: 80%;
}
.contents_evaluation {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 40px;
}
.evaluation_type1 {
    width: 100%;
    font-size: 18px;
    padding: 2px;
    font-weight: bold;
    display: flex;
    justify-content: left;
    align-items: left;
    border-radius: 2px;
}
.evaluation_type2 {
    width: 100%;
    font-size: 14px;
    padding: 2px;
    display: flex;
    justify-content: left;
    align-items: left;
    border-radius: 2px;
}
.skill_base {
    display: inline-block;
    background: #505050;
    color: #fff;
    font-weight: bold;
    padding: 6px 6px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    margin: 2px 0 6px -5px;
}
.skill-box .skill-data {
    position: absolute;
    top: 52px;
    right: 10px;
}
.skill-box .skill-data-num-left {
    position: absolute;
    top: 57px;
    right: 50.5px;
    font-weight: bold;
    color: white;
}
.skill-box .skill-data-num-right {
    position: absolute;
    top: 57px;
    right: 19.8px;
    font-weight: bold;
}
.skill-box .skill-data-num-only {
    position: absolute;
    top: 57px;
    right: 20.5px;
    font-weight: bold;
    color: white;
}
.skill-icon .skill-top {
  position: absolute;
  z-index: 3;
}
.skill-icon .skill-bottom {
  position: relative;
  z-index: 2;
}
.choices_th {
padding: 7px 8px 4px 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
    background-color: #2f3958;
    color: #fff;
    border-radius: 20px 0px 0px 0px;
align-items: center;
}
.choices_th img {
vertical-align: middle;
margin-right: 10px;
position: relative;
bottom: 1px;
}
.post-content table td.choice_td {
    padding-left: 3px;
}
.choice-item {
  display: flex;
  align-items: center;
}
.choice-item::before {
  content: "\2726"; 
  color: #bd9000; 
  font-weight: bold;
font-size: 16px;
    margin-right: 3px;
}
.requests_item {
    background-color: #3b3e43;
    border-radius: 12px;
    font-weight: bold;
    color: #fff;
    display: inline-flex;
    align-items: center;
    padding-left: 4px;
    padding-right: 8px;
  }