:root {
  --key: #054596;
  --kintai-color:#1896AC;
  --stress-color:#BC3464;
}

html {
  scroll-behavior: smooth; }

.text-kintai-color{
  color: var(--kintai-color);
}
.text-stress-color{
  color: var(--stress-color);
}

.br_sp_block {
  display: block; }

.br_sp_none {
  display: none; }

.list-disc{
  list-style: disc;
}

.bg-top-key-yellow{
	background-color: #fff500;
}

.fullwidth{
  width: 100vw;
  margin-left: calc( 50% - 50vw );
  box-sizing: border-box;
}

.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 40px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  background:  var(--kintai-color);
  border-radius: 23px;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid  var(--kintai-color);
}

.balloon1 p {
  margin: 0;
  padding: 0;
}

.title_border_kintai {
  position: relative;
  display: inline-block; 
}

 .title_border_kintai:before {
  content: '';
  position: absolute;
  bottom: 0rem;
  display: inline-block;
  width: 60px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--kintai-color);
  border-radius: 2px; 
}

.title_border_stress {
  position: relative;
  display: inline-block; 
}

.title_border_stress:before {
  content: '';
  position: absolute;
  bottom: 0rem;
  display: inline-block;
  width: 60px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--stress-color);
  border-radius: 2px; 
}

.bg_wave{
  background: #fff url("/static/img/kintai_stresscheck/bg-wave.png") no-repeat center center;
  background-size: cover;
  position: relative; }
  @media only screen and (min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .bg-faceimage {
      background: #fff url("/static/img/kintai_stresscheck/wave@2x.png") no-repeat center center;
      background-size: cover;
      position: relative;
    }
}
.bg-beige{ background: #F7F3EE;}
.bg-blue{ background: #eaf5fc;}
.bg-contact{
  background: linear-gradient(45deg, var(--kintai-color), var(--stress-color)); 
}
img.kintaisclogo {
  max-width: 460px;
}
img.kintailogo {
  width: 260px; }

.title_border_stress span.sm_title, .title_border_kintai span.sm_title{
  font-size: 1.6rem;
  vertical-align: bottom;
}
.doctor_title{
   border-bottom: 2px solid #E2E2E2;
}
/*.text_line_white{
  position: relative;
  z-index: 1;
}
.text_line_white:after{
  position: absolute;
  display: block;
  height: 14px;
  background-color: #ebe1d6;
  top: 60%;
  left: 0px;
  content: "";
  z-index: -1;
  width: 100%;
}*/
.btn:disabled{
	color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: #9d9d9d;
    border-color: #9d9d9d;
    opacity: var(--bs-btn-disabled-opacity);
}
.bg-pt-white {
  background-image: linear-gradient(339deg, rgba(47, 47, 47, 0.02) 0%, rgba(47, 47, 47, 0.02) 42%, transparent 42%, transparent 99%, rgba(17, 17, 17, 0.02) 99%, rgba(17, 17, 17, 0.02) 100%), linear-gradient(257deg, rgba(65, 65, 65, 0.02) 0%, rgba(65, 65, 65, 0.02) 11%, transparent 11%, transparent 92%, rgba(53, 53, 53, 0.02) 92%, rgba(53, 53, 53, 0.02) 100%), linear-gradient(191deg, rgba(5, 5, 5, 0.02) 0%, rgba(5, 5, 5, 0.02) 1%, transparent 1%, transparent 45%, rgba(19, 19, 19, 0.02) 45%, rgba(19, 19, 19, 0.02) 100%), linear-gradient(29deg, rgba(28, 28, 28, 0.02) 0%, rgba(28, 28, 28, 0.02) 33%, transparent 33%, transparent 40%, rgba(220, 220, 220, 0.02) 40%, rgba(220, 220, 220, 0.02) 100%), linear-gradient(90deg, white, white); }

@media screen and (min-width: 768px) {
  .top-img-key{
    padding: 5% 0;
    background-image: url(/en/static/img/kintai_stresscheck/img_head_bg@2x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .fullwidth{
    width: 100%;
    margin: auto;
  }
  .br_sp_block {
    display: none; }
  .br_sp_none {
    display: block; }
}