.font-10 {
  font-size: 0.625rem;
}

.font-12 {
  font-size: 0.75rem;
}

.font-14 {
  font-size: 0.875rem;
}

.font-16 {
  font-size: 1rem;
}

.font-18 {
  font-size: 1.125rem;
}

.font-20 {
  font-size: 1.25rem;
}

.font-22 {
  font-size: 1.375rem;
}

.font-25 {
  font-size: 1.5625rem;
}

.font-30 {
  font-size: 1.875rem;
}

.font-36 {
  font-size: 2.25rem;
}

.bg-tealish-blue {
  background: #CBF2EF;
}

.color-teal {
  color: #04A197;
}

.arrow-right-button.home {
  position: absolute;
  right: 21px
}

.description-orchid-rose {
  color: #A5336F;
  font-weight: bold;
}

.description-dim-gray {
  color: #4A4A4A;
  font-weight: bold;
  font-size: 1rem;

}

.section-note {
  color: #333;
  font-size: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
}

.section-strengths {
  color: #FFF !important;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 5px;
  opacity: 0.1 !important;
}

.faq-list-question {
  border: unset;
}

.section-btn-contact {
  border-radius: 10px;
  background: #666;
}

.step-card-header {
  padding: 25px;
}

.step-description {
  font-weight: bold;
}

.step-header-title {
  padding: 0.25rem 1rem;
}

.text-black {
  color: #333;
}

.text-rose {
  color: #A5336F !important
}

/* Breadcrumb */
.breadcrumb {
  padding: 0 !important;
  margin-bottom: 0 !important;
  background-color: unset;
  border-radius: unset;
}

.breadcrumb-item {
  color: #A5336F;
  font-weight: bold;
  font-size: 12px;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: ">";
}

.breadcrumb-item.active {
  color: #333;
}

.line-hr {
  height: 2px;
  background: #A5336F;
}

.line-hr-white {
  height: 2px;
  background: white;
}

.line-hr-black {
  height: 2px;
  background: #CCC;
}

.border-bottom-ocean {
  border-bottom: 1px solid #9BCECB !important;
}

.border-right-ocean {
  border-right: 1px solid #9BCECB !important;
}

.footer-sp {
  display: none;
}

@media (max-width: 395px) {
  .footer-sp {
    display: block;
  }

  .footer-pc {
    display: none;
  }
}

.btn-sub-menus {
  border-radius: 6px;
  background: #A5336F !important;
  border-color: unset !important;
}

.btn-back-notice {
	background-color: #A5336F !important;
  font-size: 12px;
  line-height: 1.25;
  padding: 8px 20px;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  border: unset;
}

.btn-back-notice:hover {
	background-color: #A5336F !important;
	color: #fff !important;
}

/* dashboard */

.banner-section {
  /* height: 267px;
  background: #FFCFE8; */

  /* background-image: url(/svgs/background-section-2.png);
  opacity: 0.81;
  height: 267px;
  border-radius: 20px; */
}

.banner-box-two {
  background-image: url(../img/bg-dashboard-pc.png);
  height: 267px;
  border-radius: 20px;
  background-color: #FFCFE8;
  background-size: cover;
  display: flex;
  justify-content: space-between;
}

.banner-box-two .box-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 20%;
  left: 3%;
}

.banner-box-two .box-right {
  
}

.banner-text {

}

.banner-logo {
  
}

.banner-app {
  display: flex;
  align-items: center;
}

.banner-apple {
  padding-right: 14px;
}

.banner-google {
  padding-left: 14px;
}

.banner-hand-phone {
  position: absolute;
  right: -3%;
  top: 1%;
}

@media (min-width: 992px) and (max-width: 1040px) {
  .banner-text img {
    width: 70%;
  }
  
  .banner-logo img {
    width: 74%;
  }
  
  .banner-app {
    position: relative;
    right: 8%;
  }
  
  .banner-apple {
    padding-right: unset;
  }

  .banner-apple img {
    width: 80%;
  }
  
  .banner-google {
    padding-left: unset;
  }

  .banner-google img {
    width: 80%;
  }
  
  .banner-hand-phone {
    right: -10%;
  }
}

@media (min-width: 1041px) and (max-width: 1170px) {
  .banner-text img {
    width: 75%;
  }
  
  .banner-logo img {
    width: 76%;
  }
  
  .banner-app {
    position: relative;
    right: 10%;
  }
  
  .banner-apple {
    padding-right: 14px;
  }

  .banner-apple img {
    width:100%;
  }
  
  .banner-google {
    padding-left: 14px;
  }

  .banner-google img {
    width: 100%;
  }
  
  .banner-hand-phone {
    right: -4%;
  }
}

@media only screen and (max-width: 495px) {
  .banner-box-two {
    background-image: url(../img/bg-dashboard-sp.png);
    height: 435px;
  }

  .banner-box-two .box-left {
    justify-content: center;
    top: 6%;
    left: unset;
  }

  .banner-text {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .banner-text img {
    width: 80%;
  }
  
  .banner-logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .banner-logo img {
    width: 95%;
  }
  
  .banner-app {
    position: relative;
    right: -5%;
  }
  
  .banner-apple {
    padding-right: unset;
  }

  .banner-apple img {
    width: 85%;
  }
  
  .banner-google {
    padding-left: unset;
  }

  .banner-google img {
    width: 85%;
  }
  
  .banner-hand-phone {
    position: absolute;
    right: -4%;
    bottom: 0;
    top: unset;
  }
}

@media (min-width: 408px) and (max-width: 495px) {
  .banner-hand-phone {
    right: 4%;
  }
}

@media (min-width: 496px) and (max-width: 592px) {
  .banner-text img {
    width: 70%;
  }
  
  .banner-logo img {
    width: 74%;
  }
  
  .banner-app {
    position: relative;
    right: 8%;
  }
  
  .banner-apple {
    padding-right: unset;
  }

  .banner-apple img {
    width: 80%;
  }
  
  .banner-google {
    padding-left: unset;
  }

  .banner-google img {
    width: 80%;
  }
  
  .banner-hand-phone {
    right: -17%;
    top: 11%;
  }

  .banner-hand-phone img {
    width: 90%;
  }
}
