@charset "UTF-8";

.action_plan section .title {
  display: block;
  margin-left: -1em;
}

.action_plan section .title span {
  font-size: 22px;
}

.action_plan section .text, .action_plan section .text ol {
  margin-left: 1em;
}

.action_plan section .text ol li {
  list-style: decimal;
  line-height: 1.4;
  margin-bottom: 5px;
}

.action_plan section .text ol li:last-child {
  margin-bottom: 0;
}

/* mobile */
@media (max-width: 720px) {
  .action_plan section .text:last-child {
    margin-bottom: 0;
  }
}
