/*==================================================================== unique
*/
.flow .inr h3 {
  text-align: center;
  color: #6190B8;
  font-size: 1.3em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: .1em; }
  @media only screen and (max-width: 768px) {
    .flow .inr h3 {
      text-align: left; } }

.flow .inr ul {
  margin-top: 60px;
  position: relative; }
  .flow .inr ul::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #646464;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
    z-index: -1; }
    @media only screen and (max-width: 768px) {
      .flow .inr ul::before {
        right: inherit;
        left: 12.5%; } }
  .flow .inr ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      .flow .inr ul li {
        margin-top: 20px !important;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    .flow .inr ul li h4 {
      font-size: 1.4em;
      letter-spacing: .1em; }
    .flow .inr ul li img {
      margin-top: 10px;
      width: 90%; }
      @media only screen and (max-width: 768px) {
        .flow .inr ul li img {
          width: 100%; } }
    .flow .inr ul li p {
      font-size: .9em;
      padding: 0; }
    .flow .inr ul li .left {
      width: 40%;
      text-align: right; }
      @media only screen and (max-width: 768px) {
        .flow .inr ul li .left {
          display: none; } }
    .flow .inr ul li .time {
      width: 20%; }
      @media only screen and (max-width: 768px) {
        .flow .inr ul li .time {
          width: 25%; } }
      .flow .inr ul li .time h5 {
        color: #fff;
        width: 145px;
        height: 145px;
        line-height: 145px;
        border-radius: 50%;
        text-align: center;
        margin: 0 auto;
        letter-spacing: .1em;
        font-size: 1.4em; }
        @media only screen and (max-width: 980px) {
          .flow .inr ul li .time h5 {
            width: 80px;
            height: 80px;
            line-height: 80px;
            font-size: 1.2em; } }
        @media only screen and (max-width: 768px) {
          .flow .inr ul li .time h5 {
            width: 60px;
            height: 60px;
            line-height: 60px;
            font-size: 1.1em; } }
    .flow .inr ul li .right {
      width: 40%;
      text-align: left; }
      @media only screen and (max-width: 768px) {
        .flow .inr ul li .right {
          width: 70%; } }
    .flow .inr ul li:first-child h4 {
      color: #D06C49; }
    .flow .inr ul li:first-child p span {
      color: #D06C49; }
    .flow .inr ul li:first-child .time h5 {
      background-color: #D06C49; }
    .flow .inr ul li:first-child .right {
      margin-bottom: -60px; }
      @media only screen and (max-width: 768px) {
        .flow .inr ul li:first-child .right {
          margin-bottom: 0; } }
    .flow .inr ul li:nth-child(2) h4 {
      color: #C6A4C6; }
    .flow .inr ul li:nth-child(2) p span {
      color: #C6A4C6; }
    .flow .inr ul li:nth-child(2) .time h5 {
      background-color: #C6A4C6; }
    .flow .inr ul li:nth-child(3) {
      margin-top: -120px; }
      @media only screen and (max-width: 768px) {
        .flow .inr ul li:nth-child(3) {
          margin-top: 0; } }
      .flow .inr ul li:nth-child(3) h4 {
        color: #75BAD0; }
      .flow .inr ul li:nth-child(3) p span {
        color: #75BAD0; }
      .flow .inr ul li:nth-child(3) .time h5 {
        background-color: #75BAD0; }
    .flow .inr ul li:nth-child(4) {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: -100px; }
      @media only screen and (max-width: 768px) {
        .flow .inr ul li:nth-child(4) {
          margin-top: 0; } }
      .flow .inr ul li:nth-child(4) h4 {
        color: #6190B8; }
      .flow .inr ul li:nth-child(4) p span {
        color: #6190B8; }
      .flow .inr ul li:nth-child(4) .time h5 {
        background-color: #6190B8; }
    .flow .inr ul li:nth-child(5) {
      margin-top: 60px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media only screen and (max-width: 768px) {
        .flow .inr ul li:nth-child(5) {
          margin-top: 0; } }
      .flow .inr ul li:nth-child(5) h4 {
        color: #8CBC92; }
      .flow .inr ul li:nth-child(5) p span {
        color: #8CBC92; }
      .flow .inr ul li:nth-child(5) .time h5 {
        background-color: #8CBC92; }
    .flow .inr ul li:nth-child(6) {
      margin-top: 60px; }
      @media only screen and (max-width: 768px) {
        .flow .inr ul li:nth-child(6) {
          margin-top: 0; } }
      .flow .inr ul li:nth-child(6) h4 {
        color: #F7C064; }
      .flow .inr ul li:nth-child(6) p span {
        color: #F7C064; }
      .flow .inr ul li:nth-child(6) .time h5 {
        background-color: #F7C064; }
    .flow .inr ul li:nth-child(7) {
      margin-top: -100px; }
      @media only screen and (max-width: 768px) {
        .flow .inr ul li:nth-child(7) {
          margin-top: 0; } }
      .flow .inr ul li:nth-child(7) h4 {
        color: #F3994F; }
      .flow .inr ul li:nth-child(7) p span {
        color: #F3994F; }
      .flow .inr ul li:nth-child(7) .time h5 {
        background-color: #F3994F; }
    .flow .inr ul li:last-child {
      margin-top: -90px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media only screen and (max-width: 768px) {
        .flow .inr ul li:last-child {
          margin-top: 0; } }
      .flow .inr ul li:last-child h4 {
        color: #D06C49; }
      .flow .inr ul li:last-child p span {
        color: #D06C49; }
      .flow .inr ul li:last-child .time h5 {
        background-color: #D06C49; }
