.logo img {
  width: 85px;
}

.slides-box-foreigners {
  height: 600px ;
}

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

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

.btn-menu-h-ru {
  height: 7rem !important;
}

.sidebar .sidebar-contents {
  padding-right: 2.5rem;
  padding-left: 0.5rem;
}

img.plus-ru {
  padding-bottom: 40px;
  margin-bottom: 20px;
  background-image: url(../img/click.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 127px auto;
}

.content-info h2 {
  margin-bottom: 0px !important;
}

/* 02_thyroid_disease */
.content-disease ul.diseases li {
  max-width: 100%;
}

/* 05_guide */
.content-inpatient-life ul li {
  padding-left: 1.2em;
  position: relative;
  line-height: 28px;
  margin-top: 20px;
}

.content-inpatient-life ul li::before {
  content: "〇 ";
  position: absolute;
  top: 0px;
  left: 0px;
}

.pc-hidden {
  display: none;
}

.font-nav{
  overflow-wrap:break-word;
}

.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;
}

.green-arrow {
  color: #4E9C1C;
  font-size: 20px;
}

.blue-arrow {
  color: #0d6efd;
  font-size: 20px;
}

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

.icon-plus-orange {
  margin-bottom: 4px;
}

.icon-plus-blue {
  margin-bottom: 4px;
}

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

.green-border {
  background-color: white; 
  color: black; 
  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;
}

.flow-chart-last-green {
  padding: 30px;
}

.flow-chart-register {
  margin-bottom: 29px;
}

.over-arrange-arrow {
  margin-top: 60px;
}

.under-arrange-arrow {
  margin-top: 35px;
}

.flow-chart-last-green {
  padding: 30px;
}

.flow-chart-last-blue {
  padding: 16px;
}

@media screen and (max-width: 1400px) {
  .flow-chart-register {
    margin-bottom: 0px;
  }

  .over-arrange-arrow {
    margin-top: 47px;
  }
  
  .under-arrange-arrow {
    margin-top: 21px;
  }

  .flow-chart-last-green {
    padding: 38px;
  }

  .flow-chart-last-blue {
    padding: 24px;
  }
}

@media screen and (max-width: 1200px) {
  .over-arrange-arrow {
    margin-top: 47px;
  }
  
  .under-arrange-arrow {
    margin-top: 49px;
  }

  .flow-chart-last-green {
    padding: 34px;
  }

  .flow-chart-last-blue {
    padding: 20px;
  }
}

@media screen and (max-width: 991.98px) {

  .pc-hidden {
    display: block;
  }
  
  .sp-hidden {
    display: none;
  }
  .btn-main-first-dropdown {
    top: -30% ;
  }
  
  .btn-main-second-dropdown {
    top: 20% ;
  }

  .slides-box-foreigners {
    margin-bottom: 48px;
    height: 554px;
  }
  .flow-mobile {
    padding: 15px;
    background-color: white;
  }
  
  .text-center.py-2 {
    /* color: #b19cd9; */
    font-size: 20px;
  }
  
  .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;
  }
  .btn-main-first {
    margin-top: 10px !important;
  }

}

@media (max-width: 767px) {
  .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;
    margin-top: 0 !important;
  }
  .btn-main-second {
    margin-left: 10px;
  }
  .flow-container .col-md-6 {
    margin-bottom: 2rem;
  }

  .btn-main-fs-box a {
    padding: 0 5px;
  }

  .slides-box-foreigners {
    margin-bottom: 48px;
    height: 340px;
  }

}