.c5-nobr {
  display: inline-block;
}

.c5-callFlow {
  margin: 50px auto 40px;
  color: #444;
  max-width: 1200px;
}
.c5-callFlow__title {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px;
  color: #333;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c5-callFlow__title {
    font-size: 18px;
  }
}
.c5-callFlow__head {
  font-size: 14px;
  border: solid 2px #666;
  display: table;
  padding: 0.5em 1em;
  font-weight: bold;
  margin: 0 auto 90px;
  position: relative;
  width: 30%;
  box-sizing: border-box;
  text-align: center;
  z-index: 1;
  background: white;
}
@media only screen and (max-width: 767px) {
  .c5-callFlow__head {
    width: 100%;
  }
}
.c5-callFlow__head:before {
  content: "";
  display: block;
  width: 4px;
  height: 30px;
  background: #f26b88;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media only screen and (max-width: 767px) {
  .c5-callFlow__head:before {
    display: none;
  }
}
.c5-callFlow__head:after {
  content: "";
  display: block;
  width: 250%;
  height: 4px;
  background: #f26b88;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media only screen and (max-width: 767px) {
  .c5-callFlow__head:after {
    display: none;
  }
}
.c5-callFlow__head > strong {
  font-size: 20px;
  display: inline-block;
  margin-right: 0.4em;
  position: relative;
}
.c5-callFlow__head > strong:before {
  content: "";
  display: block;
  width: 100%;
  height: 0.3em;
  background: #f78d6b;
  position: absolute;
  bottom: 0.2em;
  left: 0;
  z-index: -1;
}
.c5-callFlow__box01 {
  margin: 0 0 20px;
}
.c5-callFlow__box01 > *:last-child {
  margin-bottom: 0;
}
.c5-callFlow__box01__title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 0.5em;
}
.c5-callFlow__box01__list {
  margin: 0;
  padding: 0 0 0 1.5em;
  font-size: 13px;
}
.c5-callFlow__box02 {
  border: solid 2px #666;
  position: relative;
  box-sizing: border-box;
}
.c5-callFlow__box02:before {
  content: "";
  display: block;
  width: 4px;
  height: 60px;
  background: #f26b88;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
}
@media only screen and (max-width: 767px) {
  .c5-callFlow__box02:before {
    width: 10%;
    height: 4px;
    background: #f26b88;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-100%, -50%);
  }
}
.c5-callFlow__box02__head {
  padding: 0.5em 45px;
  background: #666;
  color: white;
  position: relative;
}
.c5-callFlow__box02__icon {
  border-radius: 50%;
  background: #666;
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  padding-top: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 2;
  transform: translate(-40%, -50%);
  box-shadow: 0.2em 0.2em rgba(0, 0, 0, 0.2);
}
.c5-callFlow__box02__icon > strong {
  font-size: 26px;
}
@media only screen and (max-width: 767px) {
  .c5-callFlow__box02__icon {
    left: 3%;
  }
}
.c5-callFlow__box02__title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.c5-callFlow__box02__body {
  padding: 1.5em 1.5em 2.5em;
  font-size: 13px;
}
.c5-callFlow__box02__body > *:first-child {
  margin-top: 0;
}
.c5-callFlow__box02__body > *:last-child {
  margin-bottom: 0;
}
.c5-callFlow__box02--01 {
  border: solid 2px #55acee;
}
.c5-callFlow__box02--01 .c5-callFlow__box02__head {
  background: #55acee;
}
.c5-callFlow__box02--01 .c5-callFlow__box02__icon {
  background: #55acee;
}
.c5-callFlow__box02--02 {
  border: solid 2px #22c083;
}
.c5-callFlow__box02--02 .c5-callFlow__box02__head {
  background: #22c083;
}
.c5-callFlow__box02--02 .c5-callFlow__box02__icon {
  background: #22c083;
}
.c5-callFlow__box02--03 {
  border: solid 2px #f5683a;
}
.c5-callFlow__box02--03 .c5-callFlow__box02__head {
  background: #f5683a;
}
.c5-callFlow__box02--03 .c5-callFlow__box02__icon {
  background: #f5683a;
}
.c5-callFlow__list {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .c5-callFlow__list {
    display: block;
    padding-left: 10%;
    position: relative;
  }
  .c5-callFlow__list:before {
    content: "";
    display: block;
    width: 4px;
    height: 110%;
    background: #f26b88;
    position: absolute;
    left: 2%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .c5-callFlow__list:after {
    content: "";
    display: block;
    width: 4px;
    height: 110%;
    background: white;
    position: absolute;
    left: 2%;
    bottom: 0;
    transform: translateX(-150%);
  }
}
.c5-callFlow__list__item {
  width: 30%;
}
@media only screen and (min-width: 768px) {
  .c5-callFlow__list__item:first-child:after {
    content: "";
    width: 50%;
    height: 100px;
    background: white;
    position: absolute;
    left: -2px;
    top: -110px;
    z-index: 1;
  }
  .c5-callFlow__list__item:last-child:after {
    content: "";
    width: 50%;
    height: 100px;
    background: white;
    position: absolute;
    right: -2px;
    top: -110px;
    z-index: 1;
  }
}
@media only screen and (max-width: 767px) {
  .c5-callFlow__list__item {
    width: 100%;
  }
  .c5-callFlow__list__item:not(:last-child) {
    margin-bottom: 4em;
  }
  .c5-callFlow__list__item:last-child:after {
    content: "";
    display: block;
    width: 10%;
    height: 50%;
    background: white;
    position: absolute;
    bottom: -2px;
    left: -11%;
  }
}

.c5-timeNote {
  font-size: 14px;
}
.c5-timeNote > span {
  display: block;
  white-space: nowrap;
  padding-right: 0.5em;
  font-weight: bold;
}

/*# sourceMappingURL=style.css.map */