.btn-main-first {
  margin-top: 16px ;
}

.btn-main-first-dropdown {
  top: -10% ;
}

.btn-main-second-dropdown {
  top: 40% ;
}

.flow-container {
  color: white;
  background-color: #fff;
}

.flow-mobile {
  display: none;
}
.flow-container .text-white,
.flow-mobile {
  position: relative;
}
.flow-title {
  color: #b19cd9;
  text-align: left;
  border-bottom: 1px solid #b19cd9;
  margin-bottom: 24px;
  margin-top: 24px;
}
.right-flow-arrow {
  color: #0d6efd;
  font-size: 20px;
}
.left-flow-arrow {
  color: #4E9C1C;
  font-size: 20px;
}

.blue-border {
  background-color: white; 
  color: black !important; 
  border: 2px solid #0d6efd;
}

.green-border {
  background-color: white; 
  color: black !important; 
  border: 2px solid #4E9C1C;
}

.green-header {
  color: white;
  background-color: #4E9C1C;
}

.blue-header {
  color: white;
  background-color: #0d6efd;
}
.boldbottom {
  position: relative;
  height: 100%;
  width: 40px;
  margin: 0 auto;
}

.boldbottom::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 12px;
  width: 16px;
  height: 80px;
  background: #0d6efd;
}

.boldbottom::after {
  content: "";
  display: block;
  position: absolute;
  top: 80px;
  left: 0;
  width: 0;
  height: 0;
  border: 20px solid;
  border-color: #0d6efd transparent transparent transparent;
}

.btn-main-first-dropdown {
  top: -20px !important;
}


@media screen and (max-width: 991.98px) {
  .btn-main-first {
    margin-top: 10px !important;
  }
  .btn-main-first-dropdown {
    top: -25% ;
  }
  .btn-main-second-dropdown {
    top: 25% ;
  }
  .flow-mobile {
    padding: 15px;
    background-color: white;
  }
  
  .mobile-flow-item {
    color: white;
    border-radius: 4px;
  }
  .initial-visit, .return-visit {
    margin-bottom: 40px;
  }
  .flow-mobile {
    display: block;
  }
  .flow-pc {
    display: none;
  }
  .flow-title {
    margin-top: 0;
  }
}

@media screen and (max-width: 386px) {
  .sp-line {
    display: none;
  }
}

@media (max-width: 767px) {
  .btn-main-first {
    margin-top: 0 !important;
  }
  .btn-main-fs-box {
    margin-top: 48px !important;
  }
  .btn-main-fs-box a {
    padding: 0 5px;
  }
  .row.btn-main-fs-box .position-relative.col-6.col-md-12 {
    display: inline-flex;
    width: 100%;
  }
  .btn-main-fs-box-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  .btn-main-first,
  .btn-main-second {
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
  }
  .btn-main-first {
    margin-right: 10px;
  }
  .btn-main-second {
    margin-left: 10px;
  }
  .flow-container .col-md-6 {
    margin-bottom: 2rem;
  }
}
