.flow:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

.list__flow > li:not(:first-child):before, .flow li:not(:first-child):before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.list__flow > li:not(:first-child):before, .flow li:not(:first-child):before {
  content: "\e104";
}
.sec__body__inr {
  margin-top: 30px;
}
@media screen and (min-width: 481px) {
  .sec__body__inr {
    margin-top: 40px;
  }
}
@media screen and (min-width: 785px) {
  .sec__body__inr {
    margin-top: 50px;
  }
}

.sec01 {
  overflow: hidden;
}
.sec01 dl {
  display: table;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #E50011;
  border-radius: 10px;
  position: relative;
}
.sec01 dt {
  position: absolute;
  top: 0;
  left: 50%;
  background: #E50011;
  color: #fff;
  transform: translate(-50%, -50%);
  padding: 0 10px;
  border-radius: 14px;
}
.sec01 dd {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.4;
  padding: 15px 0 10px;
}
@media screen and (min-width: 481px) and (max-width: 784px) {
  .sec01 [class*="col__"]:nth-child(2n+1) {
    clear: left;
    float: left;
  }
}
@media screen and (min-width: 785px) {
  .sec01 [class*="col__"] {
    margin-bottom: 0;
  }
}
.sec01 .colored {
  margin-top: 30px;
}
.sec01 .colored li {
  margin: 0 -500% 10px;
  padding: 7px 500%;
  color: #fff;
}
.sec01 .colored li:nth-child(odd) {
  background: #E50011;
}
.sec01 .colored li:nth-child(even) {
  background: #595757;
}
.sec01 .circled {
  margin-top: 30px;
  text-align: center;
}
.sec01 .circled li {
  width: 150px;
  margin: 0 auto 10px;
  padding-bottom: 15px;
  box-sizing: border-box;
  border: 1px solid #58595b;
  border-radius: 50%;
}
@media screen and (min-width: 481px) {
  .sec01 .circled li {
    height: 150px;
    display: inline-block;
    margin: 0 10px;
    padding-top: 20px;
  }
}
.sec01 .circled li .num {
  font-size: 28px;
}
.sec01 .circled li div {
  display: table;
  width: 100%;
}
.sec01 .circled li p {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  line-height: 1.4;
}
.sec01 .icon__arrow__bottom {
  display: block;
  line-height: 1.1;
}

.list__flow > li .list__flow__ttl {
  max-width: 100%;
}
.list__flow > li .list__flow__ttl p,
.list__flow > li .list__flow__ttl ul {
  font-weight: normal;
}
.list__flow > li .list__flow__ttl p:not(:first-child),
.list__flow > li .list__flow__ttl ul:not(:first-child) {
  margin-top: 1em;
}
@media screen and (max-width: 480px) {
  .list__flow > li .list__flow__ttl p {
    font-size: 13px;
    line-height: 1.8;
  }
}
.list__flow > li .list__flow__ttl ul {
  line-height: 1.4;
}
.list__flow > li .list__flow__ttl ul li:first-letter {
  font-size: 10px;
}
.list__flow > li:not(:first-child) {
  padding-top: 30px;
  margin-top: 15px;
  position: relative;
}
.list__flow > li:not(:first-child):before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}

.btn__border__red {
  border-color: #e60012;
}

.bg__red p {
  display: inline-block;
  background: #e60012;
  margin: 0;
  color: #fff;
  padding: 15px;
  line-height: 1.4;
  border-radius: 15px;
}

@media screen and (min-width: 785px) {
  .flow li {
    display: inline-block;
  }
}
.flow li span {
  border: 1px solid #00A0E8;
  text-align: center;
  padding: 7px 0;
  border-radius: 5px;
  display: block;
}
@media screen and (min-width: 785px) {
  .flow li span {
    padding: 7px 15px;
  }
}
.flow li:not(:first-child) {
  position: relative;
}
.flow li:not(:first-child):before {
  display: block;
  position: absolute;
  text-align: center;
}
@media screen and (max-width: 784px) {
  .flow li:not(:first-child) {
    margin-top: 8px;
    padding-top: 20px;
  }
  .flow li:not(:first-child):before {
    width: 100%;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 785px) {
  .flow li:not(:first-child) {
    padding-left: 40px;
    margin-left: -4px;
  }
  .flow li:not(:first-child):before {
    width: 40px;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-90deg);
  }
}
