/* CSS Document */
@import url("header-footer.css");

/* section-cv */
  @media screen and (min-width: 768px) {
    .section-cv.section-cv-wellness .cv-guide .cv-ttl {
      font-size: 19px;
    }
    .section-cv.section-cv-wellness .container .cv-guide {
      display: flex;
      flex-direction: column;
    }
    .section-cv.section-cv-wellness .container .cv-guide .cv-box {
      align-items: center;
      flex: 1;
    }
  }
  @media screen and (max-width: 767px) {
    .section-cv.section-cv-wellness .cv-guide .cv-box [class*='icn-'] {
      padding-right: 10px;
      padding-left: 10px;
    }
    .section-cv.section-cv-wellness .container .cv-side {
      flex-direction: column;
    }
  }

/* flow  */
  .flow .channel-board.type_flow {
    position: relative;
    overflow: visible;
    margin-bottom: 40px;
  }
  .flow .channel-board.type_flow.end {
    position: relative;
    margin-bottom: 0;
  }
  .flow .channel-board.type_flow::after {
    position: absolute;
    bottom: -30px;
    left: calc(50% - 20px);
    width: 0;
    height: 0;
    content: '';
    border-top: 20px solid #e93817 !important;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
  }
  .flow .channel-board.type_flow.end::after {
    display: none;
  }
  @media screen and (min-width: 768px) {
    .flow .channel-board.type_flow .col-text [class*='btn-'] {
      margin-right: 100px;
    }
  }
  @media screen and (max-width: 767px) {
    .flow .channel-board.type_flow .col-logo {
      width: 60px;
      height: 60px;
    }
  }

/* section-note */
  .section-cv + .section-note {
    margin-top: 16px;
  }

