 .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: #004854;
      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;
}