@charset "shift-jis";
/* CSS Document */
.ai_merit {
  text-align: center;
}

.ai_merit .midashi {
  color: #0093f0;
  font-size: 28px;
  font-weight: bold;
/*  border-bottom: solid 3px #b5b5b5;*/
  position: relative;
  margin-bottom: 14px;
  padding-bottom: 8px;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 10px;
}

.ai_merit .midashi .icon {
  display: inline-block;
  width: 32px;
  height: 35px;
  background-image: url(/portal/page/out/n/css/ai/pic/merit/icon_ai.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.ai_merit .midashi::after {
  content: "";
  position: absolute;
  display: block;
  border-bottom: solid 3px #0093f0;
  bottom: -3px;
  left: 29%;
  width: 44%;
}

.ai_merit .point_list {
  display: inline-block;
  padding-left: 10px;
}

.ai_merit .point_list li {
  padding-left: 18px;
  position: relative;
  margin-top: 8px;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
}

.ai_merit .point_list li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #0093f0;
}

.midashi_table th {
  position: relative;
}

.midashi_table th::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #0094f0 transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 5px);
  max-width: auto;
}

.point_midashi {
  position: relative;
  padding: 5px 5px 5px 25px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 0 10px 10px 0;
  margin-left: 28px;
}

.point_midashi.mark1 {
  background: #34426e;
}

.point_midashi.mark2 {
  background: #4f5aa5;
}

.point_midashi::before {
  display: inline-block;
  font-weight: 900;
  text-align: center;
  line-height: 40px;
  width: 36px;
  height: 36px;
  line-height: 34px;
  position: absolute;
  top: -3px;
  left: -30px;
  border: solid 3px #fff;
  border-radius: 50%;
}

.point_midashi.mark1::before {
  content: "1";
  background: #34426e;
}

.point_midashi.mark2::before {
  content: "2";
  background: #4f5aa5;
}
