/* responsive */
/* tablet, sp */
@media screen and (max-width: 699px) {
  .clover {
    width: 24px;
    height: 24px;
  }
  .triangle {
    width: 66px;
    height: 18px;
  }
  .section4 .part1 p {
    padding: 0 24px;
  }
  .pc {
    padding: 36px 56px;
  }
}

/* pc */
@media screen and (min-width: 700px) {
  .clover {
    width: 32px;
    height: 32px;
  }
  .triangle {
    width: 116px;
    height: 32px;
  }
  .pc {
    /* padding: 36px 0; */
  }
  .none {
    display: none;
  }
}

/* font */
.text {
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  line-height: 1.6;
}

.text-mini {
  font-size: 12px;
  line-height: 1;
}

.mincho {
  font-family: YuMincho Demibold, /* Mac */ 'Yu Mincho Demibold', /* Windows */ serif;
}

/* font-size */
.f-28 {
  font-size: 28px;
}

.f-26 {
  font-size: 26px;
}

.f-20 {
  font-size: 20px;
}

.f-18 {
  font-size: 18px;
}

.f-16 {
  font-size: 16px;
}

.f-14 {
  font-size: 14px;
}

.f-12 {
  font-size: 12px;
}

.f-10 {
  font-size: 10px;
}

/* headline */
a:hover {
  opacity: 0.8;
}

.part {
  width: 100%;
  /* max-width: 640px; */
  margin-left: auto;
  margin-right: auto;
}

/* divider */
.clover {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: -webkit-image-set(
    url('/content/dam/nttcom/hq/jp/business/lp/brainhealth/img/new_lp/clover_small.png') 1x,
    url('/content/dam/nttcom/hq/jp/business/lp/brainhealth/img/new_lp/clover_small@2x.png') 2x
  );

}

.triangle {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/img/triangle.svg);
}

/* footer */
.footer {
  background-repeat: repeat-x;
  background-image: url(/img/bg_3.png);
}

html,
body {
  height: 100%;
}

body > footer {
  position: sticky;
  top: 100vh;
}

.justify-center {
  display: flex;
  justify-content: center;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}

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

.flex-col {
  display: flex;
  flex-direction: column;
}

.label-button {
  background-image: url(/content/dam/nttcom/hq/jp/business/lp/brainhealth/img/new_lp/label_button.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: auto;
  height: 61px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #000;
}
.label-button.pat1{
  background-image: url(/content/dam/nttcom/hq/jp/business/lp/brainhealth/img/new_lp/label_button02.png);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}

.label-button:visited {
  color: #000;
}
a:visited {color: #333;text-decoration: none;}
a:hover   {color: #333;text-decoration: none;}

/* グロナビ表示制御 */
#global-menu,
#global-nav{
  display: none;
}