html,
body {
  margin: 0;
  padding: 0;
}

html.hidden,
body.hidden {
  overflow: hidden;
}

html[data-bg="hide"],
body[data-bg="hide"] {
  background-image: none !important;
}

#scrollToTopBtn {
  position: fixed;
  bottom: 40px;
  right: 40px;
  padding: 20px;
  margin: 0;
  width: 64px;
  height: 64px;
  background-color: #3d658f;
  color: #262a3b;
  border: none;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 3px 10px #00000026;
  transition: transform 0.3s ease, opacity 0.2s ease;
  opacity: 0;
}

#scrollToTopBtn:hover {
  transform: scale(1.05);
}

.chevron.scroll {
  transform: rotate(180deg);
  width: 28px;
}

footer .chevron {
  padding-top: 3px;
  margin-left: -1.5px;
}


@media only screen and (width <=408px) {
  #scrollToTopBtn {
    bottom: 28px;
    right: 28px;
    padding: 16px;
    width: 48px;
    height: 48px;
  }

  .chevron.scroll {
    width: 20px;
  }

  footer .chevron {
    padding-top: 8.5px;
    margin-left: -1.5px;
  }
}

header {
  color: #262a3b;
  z-index: 99;
  width: 100%;
  min-width: 320px;
  font-weight: 300;
  position: fixed;
  top: 0;
  font-family: Noto Sans JP, Arial, sans-serif !important;
}

header a {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

header .logo-link {
  cursor: pointer;
  margin-right: 56px;
}

header h1 {
  margin: 0;
}

header p {
  margin: 0;
  font-size: 14px;
}

header .chevron {
  padding-top: 2px;
}

header input[type="text"] {
  vertical-align: middle;
  border: 1px solid #a0a3b2;
  border-radius: 40px 0 0 40px;
  font-size: 14px;
  line-height: 16px;
  padding: 4px 10px !important;
}

header textarea:focus,
header input:focus {
  outline: none;
}

header .search-container form button {
  color: #fff;
  cursor: pointer;
  vertical-align: middle;
  vertical-align: middle;
  padding-inline-start: 8px;
  background: #a0a3b2;
  border: 1px solid #a0a3b2;
  border-radius: 0 40px 40px 0;
  height: 26px;
  margin: 0 0 0 -5px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 26px;
}

header .contact-link {
  font-size: 13px;
  color: #262a3b !important;
  font-weight: 300;
  margin-top: 4px;
}

header .header-container {
  filter: drop-shadow(0 2px 4px #0000001a);
  background-color: #fff;
  border-bottom: 1px solid #a0a3b2;
  flex-direction: column;
  align-items: center;
  padding: 0 56px;
  display: flex;
}

header .header-container .logo {
  max-height: 44px;
}

header .header-top {
  border-bottom: 1px solid #e6eaed;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 14px 56px;
  display: flex;
  position: relative;
}

header .other {
  flex-direction: row;
  /*align-items: center;*/
  gap: 12px;
  display: flex;
}

header nav ul {
  gap: 2vw;
  margin-block: 0;
  list-style: none;
  display: flex;
}

header nav ul li a {
  color: #262a3b !important;
  text-align: center;
  text-wrap: nowrap;
  cursor: default;
  background-color: #fff;
  flex-direction: row;
  gap: 14px;
  margin: 0 14px;
  padding: 14px 0;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

header .dropdown {
  float: left;
  color: #fff;
  background-color: inherit;
  border: none;
  outline: none;
  margin: 0;
  font-family: inherit;
  font-size: 16px;
  overflow: hidden;
}

header .dropdown-content {
  z-index: 1;
  filter: drop-shadow(0 2px 4px #0000001a);
  background-color: #fff;
  width: 100%;
  min-width: 116px;
  max-width: 280px;
  margin-top: 1px;
  margin-left: -46px;
  display: none;
  position: absolute;
}

header .dropdown-content a {
  float: none;
  text-align: left;
  cursor: pointer;
  border-bottom: .5px solid #a0a3b2;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 14px;
  text-decoration: none;
  display: block;
}

header .dropdown-content a:hover {
  background-color: #e6eaed20;
}

header .dropdown:hover .dropdown-content {
  display: block;
}

header .link-arrow {
  float: right;
}

header .login-buttons {
  flex-direction: row;
  gap: 8px;
  width: auto;
  display: flex;
}

header .login-buttons .btn {
  color: #fff;
  background-color: #3d658f;
  border-radius: 40px;
  margin-left: 0;
  padding: 4px 16px;
  font-size: 13px;
  line-height: 18px;
}

header a.btn.doctor-login {
  background-color: #6492b8;
}

header a.btn.member-login {
  background-color: #4e7a55;
}

header .search-container {
  flex-direction: row;
  display: flex;
}

header .search-container .searchform {
  white-space: nowrap;
}

header .login-buttons.login-mobile {
  display: none;
}

header .hamburger {
  cursor: pointer;
  width: 40px;
  height: 20px;
  margin: 0 8px;
  display: none;
}

header .hamburger.active .icon div:first-of-type {
  transform: translateY(9px)rotate(-45deg) scale(0.8);
}

header .hamburger.active .icon div:nth-of-type(2) {
  opacity: 0;
}

header .hamburger.active .icon div:nth-of-type(3) {
  transform: translateY(-9px)rotate(45deg) scale(0.8);
}

header .hamburger .icon {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

header .hamburger .line {
  box-sizing: border-box;
  background-color: #262a3b;
  width: 100%;
  height: 1.5px;
  transition: all .5s;
  /*display: inline-block;
  position: absolute;*/
  left: 0;
}

header .hamburger .line:first-of-type {
  top: 0;
}

header .hamburger .line:nth-of-type(2) {
  top: calc(50% - 2px);
}

header .hamburger .line:nth-of-type(3) {
  bottom: 0;
}

.hamburger-overlay {
  display: none;
}

.hamburger-overlay input[type="text"] {
  vertical-align: middle;
  border: 1px solid #a0a3b2;
  border-radius: 40px 0 0 40px;
  font-size: 16px;
  line-height: 16px;
  padding: 0px 10px !important;
  box-sizing: border-box;
  height: 26px;
  display: inline-block;
}

.hamburger-overlay textarea:focus,
.hamburger-overlay input:focus {
  outline: none;
}

.hamburger-overlay .search-container form button {
  color: #fff;
  cursor: pointer;
  vertical-align: middle;
  vertical-align: middle;
  padding-inline-start: 8px;
  background: #a0a3b2;
  /*border: 1px solid #a0a3b2;*/
  border-radius: 0 40px 40px 0;
  height: 26px;
  margin: 0 0 0 -5px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 24px;
}

.hamburger-overlay .contact-link {
  font-size: 13px;
  color: #262a3b !important;
}

.hamburger-overlay .login-buttons.login-mobile {
  display: none;
}

.hamburger-overlay a {
  text-decoration: none;
}

#report,
#front-page {
  color: #262a3b;
  font-weight: 300;
  font-family: Noto Sans JP, Arial, sans-serif !important;
}

#report a,
#front-page a {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

#report .logo-link,
#front-page .logo-link {
  cursor: pointer;
  margin-right: 56px;
}

#report h1,
#front-page h1 {
  margin: 0;
}

#report p,
#front-page p {
  margin: 0;
  font-size: 14px;
}

#report .chevron,
#front-page .chevron {
  padding-top: 2px;
}

#report .hero,
#front-page .hero {
  text-align: center;
  background: linear-gradient(#f0f5fa00, #f0f5fa);
  margin-top: 100px;
  padding: 80px 0 90px;
}

#report .hero h1,
#front-page .hero h1 {
  text-wrap: nowrap;
  font-family: Noto Serif JP, Times New Roman, Times, serif;
  font-size: 56px;
  font-weight: 400;
}

#report .hero p,
#front-page .hero p {
  font-size: 20px;
  font-weight: 300;
}

#report .hero-description,
#front-page .hero-description {
  flex-direction: column;
  gap: 28px;
  width: auto;
  margin-bottom: 60px;
  display: flex;
}

#report .hero-description .summary,
#front-page .hero-description .summary {
  font-size: 16px;
}

#report #D,
#report #E,
#report #F,
#front-page #D,
#front-page #E,
#front-page #F {
  display: none;
}

#report .feature-cards,
#front-page .feature-cards {
  flex-direction: row;
  justify-content: center;
  gap: 28px;
  display: flex;
}

#report .feature-cards .card,
#front-page .feature-cards .card {
  text-align: center;
  color: #fff;
  text-wrap: wrap;
  cursor: pointer;
  border-radius: 20px;
  flex-direction: column;
  justify-content: stretch;
  width: 280px;
  padding: 0;
  font-size: 20px;
  font-weight: 400;
  display: flex;
  overflow: hidden;
  box-shadow: 0 3px 10px #00000026;
}

#report .card-content,
#front-page .card-content {
  flex-direction: column;
  gap: 20px;
  padding-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

#report .mobile-break,
#front-page .mobile-break {
  display: none;
}

#report .feature-cards .card.one,
#front-page .feature-cards .card.one {
  background-color: #54977f;
}

#report .feature-cards .card.two,
#front-page .feature-cards .card.two {
  background-color: #688db4;
}

#report .feature-cards .card.three,
#front-page .feature-cards .card.three {
  background-color: #68b48b;
}

#report .number-container,
#front-page .number-container {
  justify-content: center;
  align-items: center;
  padding: 24px 0;
  display: flex;
}

#report .number-container.one,
#front-page .number-container.one {
  background: linear-gradient(to top, #54977f 50%, #fff 50%);
}

#report .number-container.two,
#front-page .number-container.two {
  background: linear-gradient(to top, #688db4 50%, #fff 50%);
}

#report .number-container.three,
#front-page .number-container.three {
  background: linear-gradient(to top, #68b48b 50%, #fff 50%);
}

#report .number,
#front-page .number {
  border: 8px solid #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-family: sans-serif;
  font-size: 32px;
  font-weight: 600;
  display: flex;
}

#report .number.one,
#front-page .number.one {
  background-color: #54977f;
}

#report .number.two,
#front-page .number.two {
  background-color: #688db4;
}

#report .number.three,
#front-page .number.three {
  background-color: #68b48b;
}

#report .icon-card-1,
#front-page .icon-card-1 {
  background-color: none;
  background-image: url("../assets/icons/icon_hex.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 52px;
  height: 52px;
  margin: auto;
}

#report .icon-card-2,
#front-page .icon-card-2 {
  background-color: none;
  background-image: url("../assets/icons/icon_house.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 52px;
  height: 52px;
  margin: auto;
}

#report .icon-card-3,
#front-page .icon-card-3 {
  background-color: none;
  background-image: url("../assets/icons/icon_skin.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 52px;
  height: 52px;
  margin: auto;
}

#report .chevron-card,
#front-page .chevron-card {
  height: 12px;
}

.rotated {
  transform: rotate(180deg);
}

#report .card-reveal,
#front-page .card-reveal {
  max-width: 1440px;
  margin: auto;
}

#report .card-reveal.container,
#front-page .card-reveal.container {
  text-align: left;
  background: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 780px;
  margin-top: 20px;
  padding: 32px 56px;
  box-shadow: 0 3px 10px #00000026;
}

#report .part.top,
#front-page .part.top {
  margin-bottom: 28px;
}

#report .part .question,
#front-page .part .question {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
}

#report .part .bullet,
#front-page .part .bullet {
  color: #262a3b;
  border-bottom: .5px solid #a0a3b2;
  margin-bottom: 16px;
  margin-left: 8px;
  padding-bottom: 4px;
  font-size: 14px;
}

#report .bullet .bullet-arrow,
#front-page .bullet .bullet-arrow {
  float: right;
}

#report .cta-buttons,
#front-page .cta-buttons {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 28px;
  margin-top: 80px;
  display: flex;
}

#report .cta-buttons .button,
#front-page .cta-buttons .button {
  color: #fff;
  background-color: #6ac;
  border-radius: 48px;
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
  padding-bottom: 12px;
}

#report .button-container,
#front-page .button-container {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

#report .cta-buttons,
#front-page .cta-buttons {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

#report .single-cta,
#front-page .single-cta {
  margin-top: 50px;
}

#report .single-cta .brand-blue-cta,
#front-page .single-cta .brand-blue-cta {
  color: #fff;
  background-color: #3d658f;
  border-radius: 40px;
  margin: 0 14px;
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 400;
}

#report h2,
#front-page h2 {
  text-align: center;
  text-wrap: nowrap;
  margin: 0;
  font-family: Times New Roman, Noto Serif JP, Times, serif;
  font-size: 32px;
  font-weight: 300;
}

#report .section,
#front-page .section {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  max-width: 1440px;
  margin: auto;
  display: flex;
}

#report .blue-section,
#front-page .blue-section {
  background-color: #f0f5fa;
  width: 100%;
}

#report .linear-bg,
#front-page .linear-bg {
  background: linear-gradient(#f0f5fa00, #f0f5fa);
  width: 100%;
}

#report .section-container,
#front-page .section-container {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  min-width: 888px;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

#report .section-container.last,
#front-page .section-container.last {
  flex-direction: row;
  place-content: center;
  gap: 28px;
  padding-top: 60px;
  padding-bottom: 60px;
}

#report .section-title,
#front-page .section-title {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 24px;
  display: flex;
}

#report .section-title .line,
#front-page .section-title .line {
  background-color: #3d658f;
  width: 100%;
  height: 1px;
}

#report .enquete-container,
#report .reportslist-container,
#front-page .enquete-container,
#front-page .reportslist-container {
  flex-direction: column;
  justify-content: center;
  gap: 48px;
  margin-top: 56px;
  display: flex;
}

#report .reportslist-container,
#front-page .reportslist-container {
  gap: 28px;
  margin-top: 0;
  padding-bottom: 0;
}

#report .enquete-entry,
#report .report-entry,
#front-page .enquete-entry,
#front-page .report-entry {
  flex-direction: column;
  justify-content: center;
  row-gap: 20px;
  display: flex;
}

#report .enquete-entry .title,
#report .report-entry .question,
#front-page .enquete-entry .title,
#front-page .report-entry .question {
  border-bottom: .5px solid #a0a3b2;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 4px;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

#front-page .enquete-entry .title {
  margin-bottom: 0;
}

#front-page .enquete-entry {
  row-gap: 28px;
}

#report .report-entry .question,
#front-page .report-entry .question {
  margin-bottom: 12px;
}

#report .enquete-entry .title .arrow,
#front-page .enquete-entry .title .arrow {
  color: #262a3b;
  padding-left: 4px;
  padding-right: 4px;
}

#report .enquete-entry .content,
#front-page .enquete-entry .content {
  flex-direction: column;
  justify-content: center;
  row-gap: 28px;
  display: flex;
}

#report .enquete-entry .content .chart,
#front-page .enquete-entry .content .chart {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}

#report .enquete-entry .content .chart img,
#front-page .enquete-entry .content .chart img {
  height: 100%;
  /* 画像の高さを親要素の高さに合わせる */
  width: auto;
  /* 画像の幅を自動調整 */
  position: absolute;
  /* 絶対位置を設定 */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  /* 画像を中央に配置 */
}

#report .enquete-entry .content p,
#front-page .enquete-entry .content p {
  width: 100%;
}

/* #report .enquete-entry .content .chart.two, #front-page .enquete-entry .content .chart.two {
  background-image: url("../assets/charts/he_01a.png");
} */

#report .enquete-link,
#front-page .enquete-link {
  color: #3d658f;
}

#report .item-grid,
#front-page .item-grid {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

#report .item-grid .item,
#front-page .item-grid .item {
  color: #262a3b;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 90%;
  max-width: 260px;
  max-height: 148px;
  padding: 20px 14px;
  display: flex;
  box-shadow: 0 3px 10px #00000026;
}

#report .item-grid .item .label,
#front-page .item-grid .item .label {
  max-width: 240px;
  max-height: 24px;
  font-size: 16px;
  font-weight: 400;
}

#report .item-grid .item .icon,
#front-page .item-grid .item .icon {
  background-color: #3d658f;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 40px;
  width: 64px;
  height: 64px;
}

#report .item-grid .item .icon.one,
#front-page .item-grid .item .icon.one {
  background-image: url("../assets/icons/icon_survey.png");
  background-size: 50%;
}

#report .item-grid .item .icon.two,
#front-page .item-grid .item .icon.two {
  background-image: url("../assets/icons/icon_skin_improvement.png");
  background-size: 55%;
}

#report .item-grid .item .icon.three,
#front-page .item-grid .item .icon.three {
  background-image: url("../assets/icons/icon_graph.png");
  background-size: 60%;
}

#report .item-grid .item .icon.four,
#front-page .item-grid .item .icon.four {
  background-image: url("../assets/icons/icon_q.png");
  background-size: 30%;
}

#report .item-grid .item .icon.five,
#front-page .item-grid .item .icon.five {
  background-image: url("../assets/icons/icon_skin2.png");
  background-size: 65%;
}

#report .item-grid .item .icon.six,
#front-page .item-grid .item .icon.six {
  background-image: url("../assets/icons/icon_storage.png");
  background-size: 50%;
}

#report .item-grid .item .icon.seven,
#front-page .item-grid .item .icon.seven {
  background-image: url("../assets/icons/icon_calendar.png");
  background-size: 50%;
}

#report .item-grid .item .icon.eight,
#front-page .item-grid .item .icon.eight {
  background-image: url("../assets/icons/icon_inspection.png");
  background-size: 50%;
}

#report .item-grid .item .icon.nine,
#front-page .item-grid .item .icon.nine {
  background-image: url("../assets/icons/icon_mail.png");
  background-size: 50%;
}

#report .about-container,
#front-page .about-container {
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  margin-top: 56px;
  display: flex;
}

#report .about-text,
#report .mechanism-text,
#front-page .about-text,
#front-page .mechanism-text {
  margin: 0;
}

#report .item-container,
#front-page .item-container {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px 20px;
  /*width: 80%;*/
  width: auto;
  margin: 28px auto auto;
  display: flex;
}

#report .item-container .item,
#front-page .item-container .item {
  color: #262a3b;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  max-width: 220px;
  max-height: 100px;
  padding: 0 14px;
  display: flex;
}

#report .item-container .item .label,
#front-page .item-container .item .label {
  text-wrap: nowrap;
  max-width: 240px;
  font-size: 16px;
  font-weight: 400;
}

#report .item-container .item .icon,
#front-page .item-container .item .icon {
  background-color: #3d658f;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 40px;
  width: 40px;
  height: 40px;
}

#report .item-container .item .icon.one,
#front-page .item-container .item .icon.one {
  background-image: url("../assets/icons/icon_cosmetic.png");
  background-size: 50%;
}

#report .item-container .item .icon.two,
#front-page .item-container .item .icon.two {
  background-image: url("../assets/icons/icon_counseling.png");
  background-size: 55%;
}

#report .item-container .item .icon.three,
#front-page .item-container .item .icon.three {
  background-image: url("../assets/icons/icon_glasses.png");
  background-size: 60%;
}

#report .item-container .item .icon.four,
#front-page .item-container .item .icon.four {
  background-image: url("../assets/icons/icon_shampoo.png");
  background-size: 35%;
}

#report .item-container .item .icon.five,
#front-page .item-container .item .icon.five {
  background-image: url("../assets/icons/icon_wash.png");
  background-size: 45%;
}

#report .item-container .item .icon.six,
#front-page .item-container .item .icon.six {
  background-image: url("../assets/icons/icon_book.png");
  background-size: 60%;
}

#report .patient-container,
#front-page .patient-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 28px;
  width: 100%;
  max-width: 700px;
  margin: 16px auto auto;
  display: flex;
}

#report .patient-container .example-container,
#front-page .patient-container .example-container {
  background-color: #fff;
  border-radius: 2px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 6px;
  display: flex;
  box-shadow: 0 3px 10px #00000026;
}

#report .patient-container .example-container .symptoms,
#front-page .patient-container .example-container .symptoms {
  text-align: center;
  font-size: 12px;
}

#report .patient-container .example-container .diagnosis,
#front-page .patient-container .example-container .diagnosis {
  text-align: center;
  color: #fff;
  background-color: #83949f;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 124px;
  min-height: 52px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 400;
  display: flex;
}

#report .patient-container .example-container .fig,
#front-page .patient-container .example-container .fig {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: flex;
}

#report .patient-container .example-container .fig .example,
#front-page .patient-container .example-container .fig .example {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 140px;
  height: 100px;
}

#report .patient-container .example-container .fig .example.one,
#front-page .patient-container .example-container .fig .example.one {
  background-image: url("../assets/patients/1a.jpeg");
}

#report .patient-container .example-container .fig .example.two,
#front-page .patient-container .example-container .fig .example.two {
  background-image: url("../assets/patients/1b.jpeg");
}

#report .patient-container .example-container .fig .example.three,
#front-page .patient-container .example-container .fig .example.three {
  background-image: url("../assets/patients/2a.jpeg");
}

#report .patient-container .example-container .fig .example.four,
#front-page .patient-container .example-container .fig .example.four {
  background-image: url("../assets/patients/2b.jpeg");
}

#report .patient-container .example-container .fig .example.five,
#front-page .patient-container .example-container .fig .example.five {
  background-image: url("../assets/patients/3a.jpeg");
}

#report .patient-container .example-container .fig .example.six,
#front-page .patient-container .example-container .fig .example.six {
  background-image: url("../assets/patients/3b.jpeg");
}

#report .patient-container .example-container .fig .example.seven,
#front-page .patient-container .example-container .fig .example.seven {
  background-image: url("../assets/patients/4a.jpeg");
}

#report .patient-container .example-container .fig .example.eight,
#front-page .patient-container .example-container .fig .example.eight {
  background-image: url("../assets/patients/4b.jpeg");
}

#report .patient-container .example-container .fig .chevron,
#front-page .patient-container .example-container .fig .chevron {
  height: 10px;
}

#report .mechanism-container,
#report .athome-container,
#front-page .mechanism-container,
#front-page .athome-container {
  flex-direction: column;
  justify-content: center;
  gap: 56px;
  margin-top: 56px;
  display: flex;
}

#report .twin-buttons,
#front-page .twin-buttons {
  flex-direction: row;
  gap: 40px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

#report .twin-buttons .item,
#front-page .twin-buttons .item {
  color: #262a3b;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  height: 100px;
  padding: 20px 14px;
  display: flex;
  box-shadow: 0 3px 10px #00000026;
}

#report .twin-buttons .item .label,
#front-page .twin-buttons .item .label {
  text-wrap: nowrap;
  max-width: 240px;
  max-height: 24px;
  font-size: 16px;
  font-weight: 400;
}

#report .twin-buttons .item .icon,
#front-page .twin-buttons .item .icon {
  background-color: #3d658f;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 40px;
  width: 64px;
  height: 64px;
}

#report .twin-buttons .item .icon.one,
#front-page .twin-buttons .item .icon.one {
  background-color: #4e7a55;
  background-image: url("../assets/icons/icon_house.png");
  background-size: 60%;
}

#report .twin-buttons .item .icon.two,
#front-page .twin-buttons .item .icon.two {
  background-color: #6492b8;
  background-image: url("../assets/icons/icon_doctor.png");
  background-size: 50%;
}

#report .big-center-btn,
#front-page .big-center-btn {
  text-align: center;
  cursor: pointer;
  background-color: #688db4;
  border-radius: 20px;
  margin: auto;
  padding: 16px 56px;
}

#report .big-center-btn .label p,
#front-page .big-center-btn .label p {
  font-size: 16px;
  font-weight: 400;
}

#report .paragraph,
#front-page .paragraph {
  margin-top: 56px;
}

#report .title-subtitle,
#front-page .title-subtitle {
  flex-direction: column;
  align-items: center;
  gap: 4px;
  display: flex;
}

#report .title-subtitle p,
#front-page .title-subtitle p {
  font-family: Noto Serif JP, Times New Roman, Times, serif;
  font-size: 20px;
}

#report .list.mail,
#report .list.news,
#front-page .list.mail,
#front-page .list.news {
  gap: 40px;
  padding-top: 36px;
  padding-left: 0;
  list-style-type: none;
}

#report .entry.mail,
#report .entry.news,
#front-page .entry.mail,
#front-page .entry.news {
  border-bottom: .5px solid #a0a3b2;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  padding: 28px 4px;
  display: flex;
}

#report .date.mail,
#report .date.news,
#front-page .date.mail,
#front-page .date.news {
  color: #262a3b;
  font-size: 12px;
}

#report .title.mail,
#report .title.news,
#front-page .title.mail,
#front-page .title.news {
  color: #262a3b;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#report .button-more,
#front-page .button-more {
  color: #fff;
  background-color: #3d658f;
  border-radius: 24px;
  margin: 40px auto auto;
  padding: 8px 28px;
  font-size: 16px;
  font-weight: 400;
}

#report .section-container.divider.report,
#front-page .section-container.divider.report {
  margin: auto;
  padding-top: 28px;
}

#report .divider,
#front-page .divider {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 1px;
  margin: auto;
  display: flex;
}

#report .divider .line,
#front-page .divider .line {
  background-color: #e6eaed;
  max-width: 1440px;
  height: 1px;
  margin: 0 56px;
}

#report .divider.report,
#front-page .divider.report {
  height: auto;
  margin: 28px 0 120px;
}

#report .divider.report .line.report,
#front-page .divider.report .line.report {
  background-color: #a0a3b2;
  height: 1.5px;
  margin: 0;
}

#report .divider.report .pagination,
#front-page .divider.report .pagination {
  flex-direction: row;
  margin: 28px auto auto;
  display: flex;
}

#report .divider.report .pagination .wp-pagenavi,
#front-page .divider.report .pagination .wp-pagenavi {
  position: relative;
}

#report .divider.report .pagination .wp-pagenavi .extend,
#front-page .divider.report .pagination .wp-pagenavi .extend {
  display: none;
}

#report .divider.report .pagination .wp-pagenavi a.previouspostslink,
#front-page .divider.report .pagination .wp-pagenavi a.previouspostslink {
  color: #0000;
  width: 20px;
  height: 16px;
  position: absolute;
  top: 0;
  left: -40px;
}

#report .divider.report .pagination .wp-pagenavi a.previouspostslink:after,
#front-page .divider.report .pagination .wp-pagenavi a.previouspostslink:after {
  color: #262a3b;
  content: "←";
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
}

#report .divider.report .pagination .wp-pagenavi a.nextpostslink,
#front-page .divider.report .pagination .wp-pagenavi a.nextpostslink {
  color: #0000;
  width: 20px;
  height: 16px;
  position: absolute;
  top: 0;
  right: -40px;
}

#report .divider.report .pagination .wp-pagenavi a.nextpostslink:after,
#front-page .divider.report .pagination .wp-pagenavi a.nextpostslink:after {
  color: #262a3b;
  content: "→";
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
}

#report .divider.report .pagination .wp-pagenavi:not(:has(.previouspostslink)):before,
#front-page .divider.report .pagination .wp-pagenavi:not(:has(.previouspostslink)):before {
  content: "←";
  color: #262a3b;
  opacity: .3;
  width: 20px;
  height: 16px;
  font-size: 16px;
  font-weight: 400;
  display: block;
  position: absolute;
  /*top: calc(50% - 6px);*/
  left: -40px;
}

#report .divider.report .pagination .wp-pagenavi:not(:has(.nextpostslink)):after,
#front-page .divider.report .pagination .wp-pagenavi:not(:has(.nextpostslink)):after {
  content: "→";
  color: #262a3b;
  opacity: .3;
  width: 20px;
  height: 16px;
  font-size: 16px;
  font-weight: 400;
  display: block;
  position: absolute;
  /*top: calc(50% - 6px);*/
  top:0px;
  right: -40px;
}

#report .divider.report .pagination .arrow-prev,
#report .divider.report .pagination .arrow-next,
#front-page .divider.report .pagination .arrow-prev,
#front-page .divider.report .pagination .arrow-next {
  padding-left: 14px;
  padding-right: 14px;
}

#report .arrow-prev.limit,
#report .arrow-next.limit,
#front-page .arrow-prev.limit,
#front-page .arrow-next.limit {
  opacity: .3;
}

#report .divider.report .pagination .pages,
#report .divider.report .pagination a,
#report .divider.report .pagination p,
#front-page .divider.report .pagination .pages,
#front-page .divider.report .pagination a,
#front-page .divider.report .pagination p {
  color: #262a3b;
  font-size: 16px;
  font-weight: 400;
}

#report .divider.report .pagination .pages,
#front-page .divider.report .pagination .pages {
  display: inline-block;
}

#report .divider.report .pagination .pages,
#report .divider.report .current,
#front-page .divider.report .pagination .pages,
#front-page .divider.report .current {
  /*border-left: 1px solid #262a3b;
  border-right: 1px solid #262a3b;
  margin-left: 14px;
  margin-right: 14px;
  padding-left: 14px;
  padding-right: 14px;*/
}

#report .button-last,
#front-page .button-last {
  color: #fff;
  background-color: #6ac;
  border-radius: 40px;
  padding: 16px 56px;
  font-size: 16px;
  font-weight: 400;
}

#report .button-last.monitor,
#front-page .button-last.monitor {
  color: #fff;
  background-color: #3d658f;
  border-radius: 40px;
  padding: 16px 56px;
  font-size: 16px;
  font-weight: 400;
}

footer {
  color: #262a3b;
  border-top: 1px solid #e6eaed;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: auto;
  font-weight: 300;
  display: flex;
  background-color: #fff !important;
  font-family: Noto Sans JP, Arial, sans-serif !important;
}

footer a {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

footer .logo-link {
  cursor: pointer;
  margin-right: 56px;
}

footer h1 {
  margin: 0;
}

footer p {
  margin: 0;
  font-size: 14px;
}


footer .footer-container {
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 56px 56px 0;
  display: flex;
}

footer .logo-footer {
  max-height: 44px;
}

footer .sitemap {
  flex-direction: column;
  gap: 16px;
  margin-left: 56px;
  display: flex;
}

footer .sitemap-bottom {
  margin-bottom: 56px;
}

footer .sitemap-top,
footer .sitemap-bottom {
  flex-flow: wrap;
  justify-content: start;
  gap: 14px 28px;
  display: flex;
}

footer .sitemap-top a,
footer .sitemap-bottom a {
  color: #262a3b;
  font-size: 14px;
}

footer .sitemap-divider .line {
  background-color: #e6eaed;
  height: 1px;
}

footer .footer-divider {
  background-color: #e00202;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 1px;
  display: flex;
}

footer .footer-divider .line {
  background-color: #e6eaed;
  height: 1px;
}

footer .footer-copyright {
  color: #262a3b;
  text-align: center;
  box-sizing: border-box;
  background-color: #fff;
  width: 100%;
  padding: 12px;
}

footer .footer-copyright p {
  font-size: 12px;
}





#report .patient-container,
#front-page .patient-container {
  justify-content: center;
}

#report .patient-container .example-container .fig,
#front-page .patient-container .example-container .fig {
  width: 184px;
}

#report .patient-container .example-container .fig .example,
#front-page .patient-container .example-container .fig .example {
  background-size: cover;
  width: 180px;
  height: 120px;
}

#report .patient-container .example-container .diagnosis,
#front-page .patient-container .example-container .diagnosis {
  width: 100%;
  padding: 6px 0px;
}

#report p,
#front-page p {
  margin: 0;
  font-size: 14px;
  padding: 0;
}

#front-page .about-text {
  margin-bottom: 28px;
}

#front-page .about-container li {
  list-style-position: outside;
  font-size: 14px;
}

#front-page .about-container li p {
  /*font-weight: 400;*/
}




header .login-buttons .btn:hover,
header .search-container form button:hover,
#report .cta-buttons .button:hover,
#front-page .cta-buttons .button:hover,
#report .single-cta .brand-blue-cta:hover,
#front-page .single-cta .brand-blue-cta:hover,
#report .item-grid .item:hover,
#front-page .item-grid .item:hover,
#report .item-container .item:hover,
#front-page .item-container .item:hover,
#report .twin-buttons .item:hover,
#front-page .twin-buttons .item:hover,
#report .big-center-btn:hover,
#front-page .big-center-btn:hover #report .button-more:hover,
#front-page .button-more:hover,
#report .button-last:hover,
#front-page .button-last:hover,
#report .big-center-btn:hover,
#front-page .big-center-btn:hover {
  opacity: 0.6;
}

/* Default hover style for larger screens */
@media only screen and (min-width: 769px) {

  #front-page .feature-cards .card.one:hover,
  #front-page .feature-cards .card.one:hover .number.one {
    background-color: #c9ddd8;
  }

  #front-page .feature-cards .card.one:hover .number-container.one {
    background: linear-gradient(to top, #c9ddd8 50%, #fbfdfe 50%);
  }

  #front-page .feature-cards .card.two:hover,
  #front-page .feature-cards .card.two:hover .number.two {
    background-color: #ced9e7;
  }

  #front-page .feature-cards .card.two:hover .number-container.two {
    background: linear-gradient(to top, #ced9e7 50%, #fbfdfe 50%);
  }

  #front-page .feature-cards .card.three:hover,
  #front-page .feature-cards .card.three:hover .number.three {
    background-color: #cee4da;
  }

  #front-page .feature-cards .card.three:hover .number-container.three {
    background: linear-gradient(to top, #cee4da 50%, #fbfdfe 50%);
  }
}


#report .item-grid .item .label,
#front-page .item-grid .item .label,
#report .item-container .item .label,
#front-page .item-container .item .label,
#report .twin-buttons .item .label,
#front-page .twin-buttons .item .label,
#report .item-grid .item .label,
#front-page .item-grid .item .label {
  text-decoration: underline;
  text-underline-offset: 2px;
}

#report .section-container.brdcrmb {
  margin-top: 140px;
  padding-top: 0;
  padding-bottom: 0;
}


#report .pagination .wp-pagenavi .previouspostslink,
#report .pagination .wp-pagenavi .nextpostslink {
  display: block !important;
}

#report .pagination .current,
#report .pagination .page {
  /*display: none;*/
}



#report .crmb {
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  display: flex;
}

#report .brdcrmb .crmb a {
  color: #262a3b;
  font-size: 12px;
}

#report .report-number {
  border-bottom: 1px solid #a0a3b2;
  align-items: baseline;
  gap: 20px;
  padding-bottom: 12px;
  display: flex;
}

#report .report-number .number-result {
  font-size: 20px;
  font-weight: 400;
}

#report .report-number .disclaimer {
  font-size: 12px;
}

#report .report-entry {
  padding: 20px 4px;
}

#report .entry-title,
#report .tag-age-gender,
#report .age-gender,
#report .date-time {
  flex-direction: row;
  display: flex;
}

#report .entry-title {
  gap: auto;
  border-bottom: .5px solid #a0a3b2;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 4px;
}

#report .tag-age-gender {
  align-items: center;
  gap: 8px;
}

#report .tag-age-gender .tag {
  color: #fff;
  background-color: #6e8cab;
  padding: 4px 8px;
}

#report .tag,
#report .age,
#report .gender {
  font-size: 16px;
  font-weight: 400;
}

#report .date-time {
  gap: 4px;
}

#report .report-entry .summary {
  background-color: #ecf0f4;
  padding: 8px;
  font-size: 16px;
}

#report .q-and-a-wrap {
  text-align: left;
  flex-direction: column;
  gap: 28px;
  padding-left: 28px;
  padding-right: 28px;
  line-height: 1.6em;
  /* display: flex; */
}

#report .section-container.filter {
  padding-bottom: 60px;
}

#report .filter-container {
  border-radius: 20px;
  width: 100%;
  margin: 56px auto auto;
  box-shadow: 0 2px 8px #0000001a;
}

#report .filter-toggle {
  color: #fff;
  cursor: pointer;
  text-align: center;
  background-color: #7d8d9c;
  border-radius: 20px 20px 0 0;
  padding: 10px 28px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

#report .filter-toggle img {
  float: right;
  width: 14px;
  height: 8px;
  margin-top: 8px;
}

#report .filter-content {
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  padding: 28px 16px;
}

#report .checkbox-grid {
  border-bottom: 1px solid #e6eaed;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  padding-bottom: 28px;
  display: grid;
}

#report .checkbox-grid label {
  align-items: center;
  font-weight: 400;
  display: flex;
}

#report .checkbox-grid input {
  margin-right: 8px;
}

#report .filter-button {
  color: #fff;
  cursor: pointer;
  background-color: #3d658f;
  border: none;
  border-radius: 20px;
  margin: 20px auto 0;
  padding: 8px 28px;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

#report .hidden {
  display: none;
}

#report .rounded {
  border-radius: 20px;
}

#report .flip-arrow {
  transform: rotate(180deg);
}


#report .wp-pagenavi a,
#report .wp-pagenavi span {
  text-decoration: none;
  border: none;
  padding: 0;
  margin: 0;
}

#report .wp-pagenavi a:hover,
#report .wp-pagenavi span.current {
  opacity: 1;
}

#report .wp-pagenavi {
  margin: 0;
  font-size: 16px;
}

#report .wp-pagenavi span.current {
  font-weight: 400;
}

#report .wp-pagenavi .current {
  border: none;
  background: none;
  color: #262a3b;
}

#report .wp-pagenavi .current::after {
  content: "/";
  display: inline-block;
}

/*#report .wp-pagenavi .last {
  pointer-events: none;
  cursor:default;
}*/

#report .wp-pagenavi .current,
#report .wp-pagenavi a.page {
  /* margin: 0 6px 6px 0; */
  /*display:unset;*/
  line-height: inherit;
  /*border: solid 1px #eee;*/
  width: auto;
  height: auto;
  /* border-radius: 50%; */
  /* line-height: 40px; */
  text-align: center;
  background: #fff;
  text-decoration: none;
}

#report .wp-pagenavi a.page.larger,
#report .wp-pagenavi a.page.smaller {
  display: none;
}

#report .divider.report .pagination .pages,
#report .divider.report .current,
#front-page .divider.report .pagination .pages,
#front-page .divider.report .current {
  cursor: default;
}

@media only screen and (width >=1000px) {

  #front-page .accordion,
  #front-page .panel,
  #report .accordion,
  #report .panel {
    display: none;
  }
}

@media only screen and (width <=1000px) {
  header .header-container {
    padding: 0 28px;
  }

  header .header-top {
    flex-direction: row;
    padding: 14px 28px;
  }

  header .other {
    gap: 28px;
  }

  header .hamburger {
    display: block;
    margin-top: 3px;
  }

  header nav,
  header .search-container,
  header .contact-link {
    display: none;
  }

  .hamburger-overlay {
    z-index: 98;
    background: #fff;
    width: 100%;
    min-width: 320px;
    height: 100%;
    box-sizing: border-box;
    padding-top: 60px;
    position: fixed;
    overflow: scroll;
  }

  .hamburger-overlay .search-and-contact {
    background: #fff;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 24px;
    width: 100%;
    padding-bottom: 32px;
    display: flex;
  }

  /*.hamburger-overlay input[type="text"] {
    width: 70%;
    max-width: 360px;
  }*/

  .hamburger-overlay .searchmobile,
  .hamburger-overlay .contactmobile {
    font-weight: 300;
    font-family: Noto Sans JP, Arial, sans-serif;
    display: block;
  }

  /*.hamburger-overlay .searchmobile {
    min-width: 240px;
  }*/

  .hamburger-overlay .search-container button {
    text-wrap: nowrap;
    width: 48px;
  }

  .hamburger-overlay .accordion {
    color: #262a3b;
    cursor: pointer;
    text-align: left;
    -webkit-user-select: none;
    user-select: none;
    background-color: #fff;
    border-top: 1px solid #a0a3b2;
    outline: none;
    padding: 28px;
    font-weight: 400;
    transition: all .4s;
    font-family: Noto Sans JP, Arial, sans-serif;
  }

  .hamburger-overlay .bottom-line {
    background: #a0a3b2;
    width: 100%;
    height: 1px;
  }

  .hamburger-overlay .active,
  .hamburger-overlay .accordion:hover {
    background-color: #fff;
  }

  .hamburger-overlay .panel {
    background-color: #fff;
    max-height: 0;
    padding: 0;
    transition: max-height .2s ease-out;
    overflow: hidden;
  }

  .hamburger-overlay .pcont {
    border-top: 1px solid #a0a3b2;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 28px 20px 56px;
    display: flex;
  }

  .hamburger-overlay .ppp {
    color: #262a3b;
    background: #fff;
    font-size: 14px;
    font-family: Noto Sans JP, Arial, sans-serif;
  }

  .hamburger-overlay .ppparrow {
    color: #262a3b;
    float: right;
    font-size: 16px;
  }

  .hamburger-overlay .accordion:after {
    content: url("../assets/icons/chevron-down.svg");
    float: right;
  }

  .hamburger-overlay .active:after {
    content: url("../assets/icons/chevron-up.svg");
  }

  #report .hero,
  #front-page .hero {
    margin-top: 60px;
    padding-left: 56px;
    padding-right: 56px;
  }

  #report .card-reveal.container,
  #front-page .card-reveal.container {
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 42px;
  }

  #report .section-container,
  #front-page .section-container {
    width: 90%;
    min-width: 0;
  }

  #report .section-title,
  #front-page .section-title {
    column-gap: 16px;
    width: 95%;
    margin: auto;
  }

  #report .item-grid,
  #front-page .item-grid {
    grid-template-columns: 1fr 1fr;
  }

  #report .divider .line,
  #front-page .divider .line {
    margin: 0 16px;
  }

  #report .patient-container .example-container,
  #front-page .patient-container .example-container {
    display: flex;
  }

  #report .twin-buttons,
  #front-page .twin-buttons {
    width: 90%;
    max-width: 600px;
  }

  #report .section-container.brdcrmb {
    margin-top: 80px;
  }

  #report .section-container,
  #front-page .section-container {
    padding-top: 60px;
  }
}

@media only screen and (width <=925px) {
  #report .checkbox-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (width <=900px) {

  #report .item-container,
  #front-page .item-container {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    row-gap: 40px;
    /*width: 100%;*/
    margin: 28px auto auto;
  }

  header .header-container .logo {
    max-height: 24px;
  }

  header .header-container {
    padding: 0 8px;
  }

  header .header-top {
    border-bottom: none;
    padding: 8px 0;
  }

  header .logo-link {
    cursor: default;
    padding-left: 8px;
  }

  header .other {
    gap: 8px;
  }

  header .login-buttons {
    margin-top: -4px;
    display: block;
  }

  header .login-buttons .btn {
    padding: 4px 8px;
    font-size: 10px;
  }

  header .hamburger {
    width: 32px;
    height: 16px;
    margin: 0 8px;
    margin-top: 2px;
  }

  header .hamburger.active .icon div:first-of-type {
    transform: translateY(7px)rotate(-45deg) scale(0.8);
  }

  header .hamburger.active .icon div:nth-of-type(2) {
    opacity: 0;
  }

  header .hamburger.active .icon div:nth-of-type(3) {
    transform: translateY(-7px)rotate(45deg) scale(0.8);
  }

  .hamburger-overlay .accordion {
    padding: 28px;
    font-size: 16px;
    font-weight: 400;
  }

  #report .hero,
  #front-page .hero {
    margin-top: 0px;
    padding-bottom: 60px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 60px;
  }

  #report .hero-description,
  #front-page .hero-description {
    margin-bottom: 40px;
  }

  #report .hero-description p,
  #front-page .hero-description p {
    font-size: 14px;
  }

  #report .hero-description h1,
  #front-page .hero-description h1 {
    font-size: 28px;
  }

  #report .hero-description .summary,
  #front-page .hero-description .summary {
    font-size: 12px;
  }

  #report .number-container,
  #front-page .number-container {
    padding: 12px 0;
  }

  #report .number,
  #front-page .number {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  #report .feature-cards,
  #front-page .feature-cards {
    gap: 12px;
    max-width: 600px;
    margin: auto;
  }

  #report .feature-cards .card,
  #front-page .feature-cards .card {
    font-size: 14px;
  }

  #report .card-content,
  #front-page .card-content {
    gap: 8px;
    padding-bottom: 12px;
    padding-left: 8px;
    padding-right: 8px;
  }

  #report .icon-card-1,
  #report .icon-card-2,
  #report .icon-card-3,
  #front-page .icon-card-1,
  #front-page .icon-card-2,
  #front-page .icon-card-3 {
    width: 24px;
    height: 24px;
  }

  #report .chevron-card,
  #front-page .chevron-card {
    height: 6px;
  }

  #report .card-reveal,
  #front-page .card-reveal {
    max-width: 1440px;
    margin: auto;
  }

  #report .card-reveal.container,
  #front-page .card-reveal.container {
    width: auto;
    max-width: 590px;
    padding: 20px 0 16px;
  }

  #report .part.top,
  #report .part.bottom,
  #front-page .part.top,
  #front-page .part.bottom {
    margin: 0 24px;
  }

  #report .part .question,
  #front-page .part .question {
    margin-bottom: 8px;
    font-size: 14px;
  }

  #report .part .bullet,
  #front-page .part .bullet {
    margin-bottom: 8px;
    font-size: 12px;
  }

  #report .part.top,
  #front-page .part.top {
    margin-bottom: 16px;
  }

  #report .cta-buttons,
  #front-page .cta-buttons {
    gap: 12px;
    margin-top: 50px;
  }

  #report .cta-buttons .button,
  #front-page .cta-buttons .button {
    padding: 8px 16px;
    font-size: 12px;
  }

  #report .single-cta,
  #front-page .single-cta {
    margin-top: 24px;
  }

  #report .single-cta .brand-blue-cta,
  #front-page .single-cta .brand-blue-cta {
    padding: 10px 28px;
    font-size: 12px;
  }

  #report .section-container,
  #front-page .section-container {
    width: 90%;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  #report .filter-container {
    margin: 28px auto auto;
}

  #report .section-title,
  #front-page .section-title {
    column-gap: 14px;
    width: 95%;
    margin: auto;
  }

  #report h2,
  #front-page h2 {
    font-size: 28px;
    padding: 10px 0px;
  }

  #report p,
  #front-page p {
    font-size: 12px;
  }

  #report .enquete-container,
  #report .reportslist-container,
  #front-page .enquete-container,
  #front-page .reportslist-container {
    gap: 28px;
    margin-top: 0;
    padding-bottom: 0;
  }

  #report .enquete-container,
  #front-page .enquete-container {
    margin-top: 28px;
  }

  #report .enquete-entry,
  #front-page .enquete-entry {
    row-gap: 14px;
  }

  #report .enquete-entry .title,
  #front-page .enquete-entry .title {
    margin-bottom: 0;
    padding-bottom: 2px;
    font-size: 13px;
  }

  #report .enquete-entry .content .chart,
  #front-page .enquete-entry .content .chart {
    display: none;
  }

  #report .item-grid,
  #front-page .item-grid {
    place-items: center;
    gap: 20px 12px;
    margin-top: 28px;
    margin-left: auto;
    margin-right: auto;
  }

  #report .item-grid .item,
  #front-page .item-grid .item {
    flex-direction: row;
    justify-content: left;
    align-items: center;
    width: 80%;
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  #report .item-grid .item .icon,
  #front-page .item-grid .item .icon {
    width: 28px;
    min-width: 28px;
    height: 28px;
  }

  #report .item-grid .item .label,
  #front-page .item-grid .item .label {
    max-height: none;
    font-size: 14px;
  }

  #report .item-grid .item .label.mobile,
  #front-page .item-grid .item .label.mobile {
    font-size: 12px;
  }

  #report .about-container,
  #front-page .about-container {
    gap: 20px;
    margin-top: 28px;
  }

  #report .patient-container,
  #front-page .patient-container {
    margin-top: 8px;
  }

  #report .patient-container .example-container.two,
  #report .patient-container .example-container.three,
  #report .patient-container .example-container.four,
  #front-page .patient-container .example-container.two,
  #front-page .patient-container .example-container.three,
  #front-page .patient-container .example-container.four,
  #report .patient-container .example-container.one .symptoms,
  #report .patient-container .example-container.one .diagnosis,
  #front-page .patient-container .example-container.one .symptoms,
  #front-page .patient-container .example-container.one .diagnosis {
    display: none;
  }

  #report .patient-container .example-container.one,
  #front-page .patient-container .example-container.one {
    margin: auto;
  }

  #report .patient-container .example-container .fig,
  #front-page .patient-container .example-container .fig {
    width: auto;
  }

  #report .patient-container .example-container.one .fig,
  #front-page .patient-container .example-container.one .fig {
    flex-direction: row;
  }

  #report .patient-container .example-container.one .fig .chevron,
  #front-page .patient-container .example-container.one .fig .chevron {
    transform: rotate(270deg);
  }

  #report .item-container,
  #front-page .item-container {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
    max-width: 680px;
    margin-top: 12px;
  }

  #report .item-container .item,
  #front-page .item-container .item {
    gap: 12px;
    max-width: 180px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  #report .item-container .item .label,
  #front-page .item-container .item .label {
    font-size: 14px;
  }

  #report .item-container .item .icon,
  #front-page .item-container .item .icon {
    width: 28px;
    height: 28px;
  }

  #report .mechanism-container,
  #report .athome-container,
  #front-page .mechanism-container,
  #front-page .athome-container {
    gap: 28px;
    margin-top: 28px;
  }

  #report .twin-buttons,
  #front-page .twin-buttons {
    justify-content: center;
    gap: 20px 12px;
    width: 100%;
    max-width: 480px;
  }

  #report .twin-buttons .item,
  #front-page .twin-buttons .item {
    flex-direction: row;
    justify-content: left;
    width: 40%;
    height: 40px;
    padding-left: 14px;
    padding-right: 14px;
  }

  #report .twin-buttons .item .icon,
  #front-page .twin-buttons .item .icon {
    width: 28px;
    height: 28px;
  }

  #report .twin-buttons .item .label,
  #front-page .twin-buttons .item .label {
    font-size: 14px;
  }

  #report .paragraph,
  #front-page .paragraph {
    margin-top: 28px;
  }

  #report .title-subtitle p,
  #front-page .title-subtitle p {
    font-size: 12px;
  }

  #report .list.mail,
  #report .list.news,
  #front-page .list.mail,
  #front-page .list.news {
    padding-top: 14px;
  }

  #report .entry.mail,
  #report .entry.news,
  #front-page .entry.mail,
  #front-page .entry.news {
    padding: 20px 4px;
  }

  #report .date.mail,
  #report .date.news,
  #front-page .date.mail,
  #front-page .date.news {
    font-size: 10px;
  }

  #report .title.mail,
  #report .title.news,
  #front-page .title.mail,
  #front-page .title.news {
    font-size: 12px;
  }

  #report .button-more,
  #front-page .button-more {
    margin-top: 28px;
    font-size: 12px;
  }

  #report .section-container.last,
  #front-page .section-container.last {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #report .button-last,
  #report .button-last.monitor,
  #front-page .button-last,
  #front-page .button-last.monitor {
    padding: 10px 28px;
    font-size: 14px;
  }

  footer {
    overflow-x: hidden;
  }

  footer .footer-container {
    flex-direction: column;
    row-gap: 28px;
    width: 100%;
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 28px;
    padding-left: 16px;
    padding-right: 16px;
  }

  footer .footer-container .logo-link {
    width: 100%;
    margin-left: 16px;
    margin-right: 16px;
  }

  footer .logo-footer {
    cursor: pointer;
    max-height: 36px;
    margin-left: 0;
  }

  footer .sitemap-top a,
  footer .sitemap-bottom a {
    font-size: 12px;
  }

  footer .sitemap-top,
  footer .sitemap-bottom {
    flex-flow: column wrap;
  }

  footer .sitemap-divider .line {
    background-color: #e6eaed;
    width: 1px;
    height: 258px;
    display: block;
  }

  footer .sitemap-bottom {
    margin-bottom: 0;
  }

  footer .sitemap {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 28px;
    margin-left: 16px;
    margin-right: 16px;
    display: flex;
  }

  footer .sitemap-top,
  footer .sitemap-bottom {
    flex-flow: wrap;
    justify-content: start;
    gap: 14px 28px;
    display: flex;
  }

  footer .sitemap-top a,
  footer .sitemap-bottom a {
    color: #262a3b;
    font-size: 12px;
  }

  footer .sitemap-divider .line {
    background-color: #e6eaed;
    width: 100%;
    height: 1px;
  }

  footer .big-center-btn .label p {
    font-size: 14px;
  }

  footer .footer-container .logo-link {
    padding-left: 0;
  }

  #front-page .about-container li {
    font-size: 12px;
  }

  #report .section-container.brdcrmb {
    margin-top: 48px;
  }

  #report .brdcrmb .crmb a,
  #report .report-number .disclaimer,
  #report .date-time p {
    font-size: 10px;
  }

  #report .report-number {
    gap: 12px;
  }

  #report .report-number .number-result {
    font-size: 18px;
  }

  #report .tag,
  #report .age,
  #report .gender,
  #report .report-entry .summary {
    font-size: 14px;
  }

  #report .report-entry .question {
    font-size: 13px;
  }

  #report .q-and-a-wrap {
    gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  #report .filter-content {
    padding: 20px 16px;
  }

  #report .filter-toggle {
    font-size: 14px;
  }

  #report .checkbox-grid {
    padding-bottom: 20px;
  }

  #report .checkbox-grid label {
    font-size: 12px;
  }
}

@media only screen and (width <=750px) {

  #report .item-container,
  #front-page .item-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: start;
    width: auto;
  }
}

@media only screen and (width <=745px) {
  #report .checkbox-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}


@media only screen and (width <=566px) {
  #report .checkbox-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (width <=545px) {
  #report .mobile-break, #front-page .mobile-break {
    display: block;
}
}


@media only screen and (width <=480px) {

  #report .item-grid .item .label.mobile2,
  #front-page .item-grid .item .label.mobile2 {
    font-size: 12px;
  }

  #report .item-container .item,
  #front-page .item-container .item {
    padding: 8px;
  }

  #report .sitemap,
  #front-page .sitemap {
    flex-direction: row;
    justify-content: center;
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
  }

  #report .sitemap-divider .line,
  #front-page .sitemap-divider .line {
    background-color: #e6eaed;
    width: 1px;
    height: 100%;
  }

  #report .sitemap-top,
  #report .sitemap-bottom,
  #front-page .sitemap-top,
  #front-page .sitemap-bottom {
    flex-flow: column;
    justify-content: start;
    gap: 14px 0;
    display: flex;
  }

  #report .report-entry {
    padding: 20px 0;
  }

  #report .q-and-a-wrap {
    padding-left: 8px;
    padding-right: 8px;
  }

  #report .crmb {
    gap: 4px;
  }

  #report .filter-container {
    margin-top: 40px;
  }
}

@media only screen and (width <=408px) {
  header .login-buttons {
    display: none;
  }

  header .login-buttons.login-mobile {
    justify-content: center;
    width: 100%;
    margin-bottom: 28px;
    display: flex;
  }

  header .login-buttons.login-mobile .btn {
    padding: 4px 16px;
    font-size: 13px;
  }

  .hamburger-overlay .search-and-contact {
    background: #fff;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
    padding-bottom: 32px;
    display: flex;
  }

  .hamburger-overlay input[type="text"] {
    width: 65%;
  }

  .hamburger-overlay .contactmobile {
    margin-left: -20px;
  }

  #report .feature-cards,
  #front-page .feature-cards {
    gap: 2px;
  }

  #report .feature-cards .card,
  #front-page .feature-cards .card {
    margin: 0 4px;
  }

  #report .cta-buttons .button,
  #front-page .cta-buttons .button {
    padding: 8px 9px;
  }

  #report .single-cta .brand-blue-cta,
  #front-page .single-cta .brand-blue-cta {
    padding: 10px 14px;
  }

  #report .patient-container .example-container .fig .example,
  #front-page .patient-container .example-container .fig .example {
    background-size: cover;
    width: 120px;
    height: 80px;
  }

  #report .item-container,
  #front-page .item-container {
    justify-content: center;
    width: 80%;
  }

  #report .item-container .item,
  #front-page .item-container .item {
    /*justify-content: stretch;
    width: 200px;
    margin-left: 20px;*/
  }

  #report .big-center-btn,
  #front-page .big-center-btn {
    padding: 16px;
  }

  #report .section-container.last,
  #front-page .section-container.last {
    gap: 12px;
  }

  #report .button-last,
  #report .button-last.monitor,
  #front-page .button-last,
  #front-page .button-last.monitor {
    padding: 10px 20px;
  }

  #report .footer-container,
  #front-page .footer-container {
    width: 90%;
  }

  #report .footer-container .logo-link,
  #front-page .footer-container .logo-link {
    margin: 0;
    padding-left: 0;
  }

  #report .logo-footer,
  #front-page .logo-footer {
    max-height: 32px;
  }

  #report .sitemap,
  #front-page .sitemap {
    margin-left: 0;
    margin-right: 0;
  }

  #report .section-container,
  #front-page .section-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  footer .footer-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}


@media only screen and (width <=370px) {

  #report .item-container .item,
  #front-page .item-container .item {
    margin-left: 0px;
    width: 100%;
    display: flex;
    justify-content: left;
  }

  #report .item-container,
  #front-page .item-container {
    display: grid;
    grid-template-columns: 1fr;
    width: auto;
  }
}