@charset "UTF-8";

#triangle + div hr {
    border-top: 20px solid #2cb3d4;
    border-right: 20px solid transparent!important;
    border-left: 20px solid transparent;
    border-bottom: none;
    transform: inherit;
    top: inherit;
    width:0;
    height:0;
}
#flow01 + section .content_wrapper, #flow02 + section .content_wrapper, #flow03 + section .content_wrapper, #flow04 + section .content_wrapper {
    display: flex;
    justify-content: center;
}
#flow01 + section .content_wrapper .wrapper_item, #flow02 + section .content_wrapper .wrapper_item, #flow03 + section .content_wrapper .wrapper_item, #flow04 + section .content_wrapper .wrapper_item {
    width: 80%;
}
#flow01 + section .content_wrapper:before {
  content: '1';
  font-size: 50px;
  width: 10%;
  color: #2cb3d4;
  text-align: center;
}
#flow02 + section .content_wrapper:before {
  content: '2';
  font-size: 50px;
  width: 10%;
  color: #2cb3d4;
  text-align: center;
}
#flow03 + section .content_wrapper:before {
  content: '3';
  font-size: 50px;
  width: 10%;
  color: #2cb3d4;
  text-align: center;
}
#flow04 + section .content_wrapper:before {
  content: '4';
  font-size: 50px;
  width: 10%;
  color: #2cb3d4;
  text-align: center;
}

@media screen and (max-width: 700px) {
#flow01 + section .content_wrapper, #flow02 + section .content_wrapper, #flow03 + section .content_wrapper, #flow04 + section .content_wrapper {
    display: block;
    justify-content: center;
}
#flow01 + section .content_wrapper .wrapper_item, #flow02 + section .content_wrapper .wrapper_item, #flow03 + section .content_wrapper .wrapper_item, #flow04 + section .content_wrapper .wrapper_item {
    width: 100%;
}
}