article {
  padding-top: 2em;
}
article h2 {
  font-size: 30px;
  line-height: 44px;
  letter-spacing: 0.015em;
}
article header .sub_title {
  color: #FF78B9;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  padding-bottom: 1.3em;
  font-size: 1.125em;
  text-transform: uppercase;
}
article h3 {
  margin-top: 40px;
  padding-left: 55px;
  font-weight: 700;
  font-size: 23px;
  line-height: 32px;
  color: #00455B;
  letter-spacing: 0.005em;
  position: relative;
  border-top: 1px dotted #00455B;
  padding-top: 40px;
}
article h3:before {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 40px;
  left: 0;
  content: "";
}
article h3.users:before {
  background: url("../image/icon/pic_detail_users.svg") no-repeat;
}
article h3.program:before {
  background: url("../image/icon/pic_detail_clipboard-list.svg") no-repeat;
}
article h3.quality:before {
  background: url("../image/icon/pic_detail_graduation-cap.svg") no-repeat;
}
article h3.target:before {
  background: url("../image/icon/pic_detail_target.svg") no-repeat;
}
article h3.eval:before {
  background: url("../image/icon/pic_detail_list-checks.svg") no-repeat;
}
article h3.star:before {
  background: url("../image/icon/pic_detail_star.svg") no-repeat;
}
article .enum {
  margin-top: 20px;
  padding: 0;
  border: 1px solid #00455B;
  border-radius: 10px;
  display: flex;
}
article .enum .label {
  background-color: #E1F0F5;
  padding: 10px 30px 10px 30px;
  border-radius: 10px 0 0 10px;
  font-size: 17px;
  font-weight: 700;
  font-family: Lexend;
}
article .enum .value {
  padding: 10px;
  border-radius: 0 10px 10px 0;
  font-size: 15px;
}
article .enum .value ul {
  margin: 0;
}
article .block_expand {
  margin-top: 30px;
  border-radius: 10px;
}
article .block_expand .title {
  padding: 18px 30px;
  color: white;
  font-family: Lexend;
  border-radius: 10px 10px 0 0;
  font-weight: 700;
  font-size: 17px;
  line-height: 27px;
}
article .block_expand .title span {
  border-radius: 20px;
  display: inline-block;
  background-color: #E1F0F5;
  color: #00455B;
  padding: 1.5px 10px 1.5px 10px;
  margin-right: 18px;
}
article .block_expand .description {
  background-color: white;
  border-radius: 0 0 10px 10px;
  padding: 20px 30px 20px 30px;
}
article .block_expand_program {
  border: 1px solid #00455B;
  background-color: #00455B;
}
article .block_expand_goal {
  border: 1px solid #00455B;
  background-color: #E1F0F5;
}
article .block_expand_goal .title {
  color: #00455B;
}
