body {
  background-color: #00C46F;
  position: relative; }

/************************/
.planning_box {
  width: 100%;
  max-width: 302px;
  padding: 0 0 110px;
  position: relative;
  margin: 0 auto;
  z-index: 1;
  /*  &:before{
      position: absolute;
      content: "";
      display: block;
      width: 70px;
      height: 2px;
      background-color: $main;
      top:auto;
      bottom: 0;
      left: 50%;
      transform: translate(-50%,0%);
    }*/ }
  .planning_box h2 {
    font: 3.75rem/1.8em "Noto Sans JP", sans-serif;
    font-weight: 700;
    margin: 0 0 40px; }
  .planning_box p {
    margin: 0;
    font: 2rem/2em "Noto Sans JP", sans-serif;
    font-weight: 700;
    text-align: justify;
    text-justify: inter-ideograph; }
  .planning_box h3 {
    color: #00C46F;
    font: 2.8rem/1em "Noto Sans JP", sans-serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 35px; }

.plan_flow {
  margin: 0 auto; }
  .plan_flow li {
    color: #4A4A4A;
    margin-bottom: 15px;
    border: 1px solid #FFB300;
    border-radius: 15px;
    background-color: #fff;
    padding: 25px 30px 30px;
    position: relative; }
    .plan_flow li:nth-of-type(2n) {
      background-color: #FFFAEF; }
    .plan_flow li h4 {
      text-align: center;
      font: 2rem/1.8em "Noto Sans JP", sans-serif;
      font-weight: 500;
      margin: 0 0 10px; }
    .plan_flow li p {
      font: 1.4rem/1.9em "Noto Sans JP", sans-serif;
      font-weight: 500;
      margin: 0;
      text-align: justify;
      text-justify: inter-ideograph; }
    .plan_flow li:before {
      content: "";
      position: absolute;
      bottom: -25px;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent;
      border-top: 25px solid #FFB300;
      border-bottom: 0;
      z-index: 1; }
    .plan_flow li:last-of-type:before {
      display: none; }
