.pc-child {
  display: none;
}
.line {
  margin: 0;
  align-self: stretch;
  position: relative;
  font-size: inherit;
  line-height: 30px;
  font-weight: 700;
  font-family: inherit;
}
.line-wrapper {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.h3 {
  margin: 0;
  position: relative;
  font-size: inherit;
  line-height: 30px;
  font-weight: 700;
  font-family: inherit;
}
.wrapper {
  height: 50px;
  border-radius: var(--br-6);
  background-color: var(--gray1);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: var(--padding-10);
  box-sizing: border-box;
}
.h31 {
  margin: 0;
  position: relative;
  font-size: inherit;
  line-height: 30px;
  font-weight: 700;
  font-family: inherit;
}
.instance-parent {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.frame-container,
.frame-group {
  align-self: stretch;
  display: flex;
  justify-content: flex-start;
}
.frame-container {
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  gap: var(--gap-16) var(--gap-8);
}
.frame-group {
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-12);
}
.h36 {
  margin: 0;
  position: relative;
  font-size: inherit;
  line-height: 20px;
  font-weight: 700;
  font-family: inherit;
  z-index: 0;
}
.arrow,
.union-icon {
  position: relative;
  width: 15px;
  height: 10px;
}
.arrow {
  position: absolute;
  top: 0;
  left: 0;
}
.arrow-wrapper {
  width: 12px;
  position: absolute;
  margin: 0 !important;
  top: calc(50% - 4px);
  right: 19px;
  height: 8px;
  z-index: 1;
}
.parent {
  height: 64px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.15);
  border-radius: var(--br-10);
  background-color: var(--white);
  border: 3px solid var(--blue);
  box-sizing: border-box;
  flex-direction: row;
  align-items: center;
  padding: 0 var(--padding-20);
  position: relative;
  gap: 23px;
}
.group,
.instance-group,
.parent {
  align-self: stretch;
  display: flex;
  justify-content: center;
}
.group {
  height: 64px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.15);
  border-radius: var(--br-10);
  background-color: var(--blue);
  flex-direction: row;
  align-items: center;
  padding: 0 var(--padding-20);
  box-sizing: border-box;
  position: relative;
  gap: 23px;
  color: var(--white);
}
.instance-group {
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-14);
  font-size: var(--font-size-22);
  color: var(--blue);
}
.empty-list,
.frame-parent {
  display: flex;
  align-items: flex-start;
  max-width: 100%;
}
.frame-parent {
  align-self: stretch;
  width: 452px;
  flex-direction: column;
  justify-content: flex-start;
  gap: 50px;
  flex-shrink: 0;
}
.empty-list {
  margin-top: -6784px;
  width: 812px;
  height: 6784px;
  flex-direction: row;
  justify-content: center;
  padding: 0 var(--padding-20) 6500px;
  box-sizing: border-box;
  text-align: left;
  font-size: var(--font-size-24);
  color: var(--color-black);
  font-family: var(--font-inter);
}
.group-icon {
  position: absolute;
  height: 66.92%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 33.08%;
  left: 0;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
}
.group-icon1,
.group1 {
  position: absolute;
  bottom: 0;
}
.group-icon1 {
  height: 21.29%;
  width: 81.47%;
  top: 78.71%;
  right: 10.98%;
  left: 7.55%;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
}
.group1 {
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
}
.div {
  height: 52.6px;
  width: 184px;
  position: relative;
}
.div2 {
  background: linear-gradient(225deg, var(--blue), #5220ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.div2,
.faq {
  position: relative;
  font-weight: 600;
  color: inherit;
  text-decoration: none;
}
.feature-navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: var(--gap-14);
}
.div7 {
  position: relative;
  font-size: var(--font-size-18);
  font-weight: 600;
  font-family: var(--font-inter);
  color: var(--white);
  text-align: left;
}
.feature-navigation-parent,
.frame-button {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.frame-button {
  cursor: pointer;
  border: 0;
  padding: 0 var(--padding-20);
  background-color: var(--blue);
  height: 52px;
  width: 166px;
  border-radius: var(--br-8);
  justify-content: center;
  box-sizing: border-box;
}
.frame-button:hover {
  background-color: var(--color-royalblue);
}
body.menu-open {
  overflow: hidden;
}
.feature-navigation-parent {
  justify-content: flex-end;
  gap: 42px;
}
.hamburger-button {
  display: none;
  border: none;
  background: none;
  cursor: pointer;
  padding: 10px;
  gap: 6px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.hamburger-bar {
  width: 26px;
  height: 2px;
  background-color: var(--color-black);
  border-radius: 1px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.hamburger-button.is-open .hamburger-bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.hamburger-button.is-open .hamburger-bar:nth-child(2) {
  opacity: 0;
}
.hamburger-button.is-open .hamburger-bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--white);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-110%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.3s ease;
  z-index: 90;
  pointer-events: none;
}
.mobile-menu.is-open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.mobile-menu-content {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 96px 28px 36px;
}
.mobile-menu-links {
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-size: var(--font-size-22);
  font-weight: 600;
  color: var(--color-black);
}
.mobile-link {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: color 0.2s ease;
}
.mobile-link:hover {
  color: var(--blue);
}
.mobile-contact {
  border: none;
  background: linear-gradient(90deg, #3360fd 0%, #5987ff 100%);
  color: var(--white);
  font-size: var(--font-size-20);
  font-weight: 600;
  border-radius: var(--br-8);
  padding: 16px;
  cursor: pointer;
  box-shadow: var(--style1);
  transition: transform 0.2s ease;
}
.mobile-contact:hover {
  transform: translateY(-2px);
}
.mobile-contact-text {
  text-align: center;
}
@media screen and (min-width: 751px) {
  .mobile-menu {
    display: none;
  }
}
.frame-header,
.pc-inner {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  max-width: 100%;
}
.frame-header {
  flex: 1;
  box-shadow: 2px 2px 15px rgba(51, 96, 253, 0.1);
  border-radius: var(--br-8);
  background-color: var(--white);
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--padding-26);
  gap: var(--gap-20);
  flex-shrink: 0;
  text-align: left;
  font-size: var(--font-size-18);
  color: var(--color-black);
  font-family: var(--font-inter);
}
.pc-inner {
  height: 145px;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 var(--padding-26) 61px;
  top: 0;
  z-index: 99;
  position: sticky;
}
.frame-section,
.h2 {
  max-width: 100%;
  flex-shrink: 0;
}
.h2 {
  margin: 0;
  height: 64px;
  flex: 0 1 auto;
  position: relative;
  font-size: inherit;
  letter-spacing: 0.05em;
  line-height: 64px;
  font-weight: 700;
  font-family: inherit;
  display: inline-block;
  z-index: 1;
}
.text-line {
  color: #06c755;
  font-weight: inherit;
}
.h2 .text-line {
  display: inline-flex;
  align-items: center;
  padding: 0.05em 0.45em;
  margin-right: 0.35em;
  border-radius: 0;
  background-color: #06c755;
  color: #fff;
  font-weight: 700;
}
.h2 .text-medical {
  display: inline-flex;
  align-items: center;
  padding: 0.05em 0.55em;
  margin-left: 0.35em;
  border-radius: 0;
  background: linear-gradient(90deg, #3360fd 0%, #5987ff 100%);
  color: #fff;
  font-weight: 700;
}
.keyword-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  margin: 4px 6px;
  border-radius: var(--br-6);
  background-color: var(--white);
  font-weight: inherit;
  line-height: 1.2;
  vertical-align: middle;
}
.highlight-callout {
  display: inline-block;
  padding: 0.05em 0.35em;
  background-color: #ffe8c6;
  color: var(--color-black);
  border-radius: 2px;
}
.h2,
.h21,
.h24,
.flow,
.price,
.space,
.faq1 {
  white-space: nowrap;
}
.frame-section {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: 0 clamp(20px, 12vw, 258px) 61px;
  box-sizing: border-box;
  text-align: center;
  font-size: 52px;
  font-family: var(--font-inter);
}
.line1 {
  align-self: stretch;
  line-height: 36px;
}
.h38,
.line1 {
  margin: 0;
  position: relative;
  font-size: inherit;
  font-weight: 600;
  font-family: inherit;
}
.wrapper1 {
  height: 50px;
  border-radius: var(--br-8);
  background-color: var(--white);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: var(--padding-10);
  box-sizing: border-box;
}
.h39 {
  margin: 0;
  position: relative;
  font-size: inherit;
  line-height: 30px;
  font-weight: 600;
  font-family: inherit;
}
.frame-parent2,
.line-parent {
  align-self: stretch;
  display: flex;
  justify-content: flex-start;
}
.frame-parent2 {
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  gap: var(--gap-8);
}
.line-parent {
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.btn,
.pcsp-icon {
  height: 29px;
  width: 36px;
}
.pcsp-icon {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.div8 {
  position: relative;
  font-size: var(--font-size-20);
  line-height: 20px;
  font-weight: 600;
  font-family: var(--font-inter);
  color: var(--white);
  text-align: center;
}
.btn-parent,
.wrapper4 {
  width: 140px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.btn-parent {
  width: 186px;
  justify-content: flex-start;
  gap: var(--gap-10);
  z-index: 0;
}
.arrow2 {
  width: 15px;
  position: absolute;
  margin: 0 !important;
  top: calc(50% - 5px);
  right: 17px;
  height: 10px;
  z-index: 1;
}
.frame-parent4 {
  cursor: pointer;
  border: 4px solid var(--white);
  padding: var(--padding-10) var(--padding-20);
  background-color: var(--blue);
  align-self: stretch;
  height: 64px;
  box-shadow: var(--style1);
  border-radius: var(--br-8);
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: var(--gap-10);
}
.shiryou-icon {
  width: 22px;
  position: relative;
  height: 28px;
  overflow: hidden;
  flex-shrink: 0;
}
.btn1,
.frame-parent5 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.btn1 {
  height: 29px;
  width: 36px;
}
.frame-parent5 {
  cursor: pointer;
  border: 4px solid var(--white);
  padding: var(--padding-10) var(--padding-20);
  background-color: var(--yellow);
  align-self: stretch;
  height: 64px;
  box-shadow: var(--style1);
  border-radius: var(--br-8);
  box-sizing: border-box;
  position: relative;
  gap: var(--gap-10);
}
.frame-parent1,
.instance-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.instance-container {
  align-self: stretch;
  flex: 1;
  gap: var(--gap-14);
}
.frame-parent1 {
  display: grid;
  grid-template-columns: minmax(0, 452px) minmax(0, 386px);
  grid-template-rows: auto auto;
  column-gap: 66px;
  row-gap: 70px;
  align-items: center;
  max-width: 100%;
  z-index: 2;
}
.frame-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  width: 100%;
  position: relative;
  max-width: 452px;
  height: auto;
  min-width: 0;
  overflow: hidden;
  object-fit: contain;
  justify-self: center;
  border-radius: var(--br-8);
  z-index: 1;
}
.line-parent {
  grid-column: 1;
  grid-row: 1;
}
.instance-container {
  grid-column: 1;
  grid-row: 2;
  width: 100%;
}
.frame-div,
.pc-inner1 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  max-width: 100%;
}
.frame-div {
  gap: 66px;
  flex-shrink: 0;
}
.pc-inner1 {
  align-self: stretch;
  padding: 0 var(--padding-20) 65px 52px;
  box-sizing: border-box;
  text-align: left;
  font-size: var(--font-size-24);
  color: var(--color-black);
  font-family: var(--font-inter);
}
.features {
  margin: 0 !important;
  width: 885px;
  position: absolute;
  top: 59px;
  left: calc(50% - 441.5px);
  font-size: inherit;
  letter-spacing: 0.05em;
  line-height: 140px;
  font-weight: 700;
  font-family: inherit;
  display: inline-block;
  z-index: 0;
}
.features1,
.h21 {
  align-self: stretch;
  position: relative;
  letter-spacing: 0.05em;
  line-height: 16px;
}
.h21 {
  margin: 0;
  font-size: var(--font-size-30);
  line-height: 30px;
  font-weight: 700;
  font-family: inherit;
  color: var(--color-black);
}
.features-group {
  width: 219px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--gap-12);
  z-index: 1;
  font-size: var(--font-size-16);
  color: var(--blue);
}
.empty-delimiter {
  position: relative;
  letter-spacing: 0.05em;
  line-height: 18px;
}
.empty-delimiter-wrapper {
  align-self: stretch;
  height: 40px;
  border-radius: var(--br-8) var(--br-8) 0 0;
  background: linear-gradient(270deg, #2481fd, #5220ff);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: var(--padding-10);
  box-sizing: border-box;
}
.h314 {
  margin: 0;
  flex: 1;
  position: relative;
  font-size: inherit;
  letter-spacing: 0.05em;
  line-height: 30px;
  font-weight: 700;
  font-family: inherit;
}
.wrapper6 {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.illust-child {
  width: 208.5px;
  height: 179px;
  position: relative;
}
.illust {
  align-self: stretch;
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p {
  margin: 0;
}
.p::first-letter {
  color: var(--blue);
}
.div10 {
  align-self: stretch;
  flex: 1;
  position: relative;
  letter-spacing: 0.05em;
  line-height: 24px;
  font-weight: 500;
}
.illust-parent,
.wrapper7 {
  align-self: stretch;
  justify-content: flex-start;
}
.wrapper7 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.illust-parent {
  align-items: flex-start;
  gap: var(--gap-20);
  text-align: left;
  font-size: var(--font-size-16);
}
.frame-parent6,
.frame-parent7,
.illust-parent {
  display: flex;
  flex-direction: column;
}
.frame-parent7 {
  align-self: stretch;
  height: 368px;
  border-radius: 0 0 var(--br-8) var(--br-8);
  background-color: var(--gray1);
  align-items: center;
  justify-content: center;
  padding: var(--padding-30) var(--padding-20);
  box-sizing: border-box;
  gap: var(--gap-30);
  font-size: var(--font-size-24);
  color: var(--color-black);
}
.frame-parent6 {
  flex: 1;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 342px;
  max-width: 712px;
}
.icon,
.illust-item {
  width: 239px;
  height: 178px;
  position: relative;
}
.icon {
  width: 198px;
  height: 180px;
  overflow: hidden;
  flex-shrink: 0;
}
.features-parent,
.frame-main,
.instance-parent1 {
  align-self: stretch;
  display: flex;
  justify-content: flex-start;
}
.instance-parent1 {
  flex: 1;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 26px;
  z-index: 2;
  text-align: center;
  font-size: var(--font-size-18);
  color: var(--white);
  font-family: var(--font-inter);
}
.features-parent,
.frame-main {
  box-sizing: border-box;
  max-width: 100%;
}
.features-parent {
  flex: 1;
  border-radius: var(--br-24);
  background-color: var(--white);
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  padding: var(--padding-100) 130px 50px;
  position: relative;
  gap: 100px;
  flex-shrink: 0;
}
.frame-main {
  height: 716px;
  flex-direction: row;
  align-items: flex-start;
  padding: 0 50px 0 51px;
  text-align: center;
  font-size: 160px;
  color: var(--gray1);
  font-family: var(--font-inter);
}
.flow,
.step-01 {
  letter-spacing: 0.05em;
}
.flow {
  margin: 0 !important;
  width: 491px;
  position: absolute;
  top: 93px;
  left: calc(50% - 245px);
  font-size: inherit;
  line-height: 140px;
  font-weight: 700;
  font-family: inherit;
  display: inline-block;
  z-index: 0;
}
.step-01 {
  position: relative;
  line-height: 1;
  display: inline-flex;
  align-items: baseline;
  gap: var(--gap-8);
  text-transform: uppercase;
}
.step-label,
.step-number {
  display: block;
  line-height: 1;
}
.step-label {
  font-size: var(--font-size-16);
}
.step-number {
  font-size: var(--font-size-20);
}
.flow-child {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
}
.flow1 {
  height: 64px;
  width: 64px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.step-01-parent {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: var(--gap-12);
}
.div13,
.frame-parent14 {
  flex: 1;
  display: flex;
  align-items: center;
}
.div13 {
  height: 64px;
  position: relative;
  font-size: var(--font-size-20);
  letter-spacing: 0.05em;
  line-height: 30px;
  font-weight: 600;
  color: var(--color-black);
  min-width: 133px;
}
.frame-parent14 {
  border-radius: var(--br-8);
  background-color: var(--white);
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  padding: var(--padding-16) var(--padding-20);
  box-sizing: border-box;
  gap: var(--gap-12);
  min-width: 342px;
}
.union-icon4 {
  height: 32px;
  width: 11px;
  position: relative;
  object-fit: contain;
}
.flow-arrow-mobile {
  display: none;
}
.div14,
.step-01-group {
  display: flex;
  align-items: center;
}
.step-01-group {
  flex-direction: row;
  justify-content: flex-start;
  gap: var(--gap-11);
}
.div14 {
  align-self: stretch;
  flex: 1;
  position: relative;
  font-size: var(--font-size-20);
  letter-spacing: 0.05em;
  line-height: 30px;
  font-weight: 600;
  color: var(--color-black);
  min-width: 215px;
}
.frame-parent13,
.frame-parent15 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.frame-parent15 {
  flex: 1;
  border-radius: var(--br-8);
  background-color: var(--white);
  justify-content: center;
  padding: var(--padding-16) var(--padding-20);
  box-sizing: border-box;
  gap: var(--gap-12);
  min-width: 342px;
}
.frame-parent13 {
  align-self: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  gap: var(--gap-24) var(--gap-4);
}
.div15,
.frame-parent17 {
  flex: 1;
  display: flex;
  align-items: center;
}
.div15 {
  align-self: stretch;
  position: relative;
  font-size: var(--font-size-20);
  letter-spacing: 0.05em;
  line-height: 30px;
  font-weight: 600;
  color: var(--color-black);
  min-width: 183px;
}
.frame-parent17 {
  height: 96px;
  border-radius: var(--br-8);
  background-color: var(--white);
  flex-direction: row;
  justify-content: center;
  padding: var(--padding-16) var(--padding-20);
  box-sizing: border-box;
  gap: var(--gap-12);
  min-width: 342px;
}
.div16 {
  position: relative;
  font-size: var(--font-size-20);
  letter-spacing: 0.05em;
  line-height: 30px;
  font-weight: 600;
  color: var(--color-black);
  align-items: center;
  min-width: 214px;
}
.div16,
.div17,
.frame-parent12 {
  align-self: stretch;
  flex: 1;
  display: flex;
}
.div17 {
  position: relative;
  font-size: var(--font-size-20);
  letter-spacing: 0.05em;
  line-height: 30px;
  font-weight: 600;
  color: var(--color-black);
  align-items: center;
  min-width: 148px;
}
.frame-parent12 {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-24);
  z-index: 2;
  text-align: left;
  font-size: var(--font-size-16);
  color: var(--blue);
  font-family: var(--font-inter);
}
.flow-parent,
.pc-inner2 {
  align-self: stretch;
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
}
.flow-parent {
  width: 1080px;
  overflow: hidden;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 120px 0 var(--padding-100);
  position: relative;
  gap: 90px;
}
.pc-inner2 {
  height: 704px;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: 0 var(--padding-20);
  text-align: center;
  font-size: 160px;
  color: var(--white);
  font-family: var(--font-inter);
}
.price {
  margin: 0 !important;
  width: 504px;
  position: absolute;
  top: 49px;
  left: calc(50% - 252px);
  font-size: 160px;
  letter-spacing: 0.05em;
  line-height: 140px;
  font-weight: 700;
  font-family: inherit;
  display: inline-block;
  z-index: 0;
}
.features-parent1 {
  width: 219px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--gap-12);
  z-index: 1;
  color: var(--blue);
}
.div19 {
  position: relative;
  letter-spacing: 0.05em;
  line-height: 20px;
  font-weight: 600;
}
.wrapper14 {
  min-height: 40px;
  border-radius: var(--br-6);
  background-color: var(--blue);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: var(--padding-10) var(--padding-14);
  box-sizing: border-box;
}
.space {
  margin: 0;
  position: relative;
  font-size: 50px;
  line-height: 40px;
  font-weight: 600;
  font-family: inherit;
  color: var(--blue);
}
.frame-parent24 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: var(--gap-8);
}
.div20,
.div21 {
  position: relative;
  letter-spacing: 0.05em;
  line-height: 24px;
  font-weight: 600;
}
.div21 {
  margin-left: -6px;
}
.frequently-asked {
  flex: 1;
  align-items: flex-end;
  justify-content: flex-end;
  color: var(--color-black);
}
.frame-parent23,
.frequently-asked,
.wrapper15 {
  display: flex;
  flex-direction: row;
}
.frame-parent23 {
  width: 330px;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-content: flex-end;
  gap: var(--gap-4);
}
.wrapper15 {
  min-height: 40px;
  border-radius: var(--br-6);
  background-color: var(--yellow);
  align-items: center;
  justify-content: center;
  padding: var(--padding-10) var(--padding-14);
  box-sizing: border-box;
}
.price-label {
  display: inline-block;
  white-space: nowrap;
}
.price-label--initial {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2px;
  white-space: nowrap;
  line-height: 1.2;
  text-align: center;
}
.price-label-line {
  display: inline-block;
  white-space: nowrap;
}
.price-limit {
  white-space: nowrap;
}
.h24 {
  margin: 0;
  position: relative;
  font-size: 50px;
  line-height: 40px;
  font-weight: 600;
  font-family: inherit;
  color: var(--yellow);
}
.parent1 {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  color: var(--color-black);
}
.frame-parent25,
.instance-parent2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.frame-parent25 {
  width: 455px;
  align-items: flex-end;
  justify-content: flex-end;
  align-content: flex-end;
  gap: var(--gap-4);
}
.instance-parent2 {
  align-self: stretch;
  align-items: flex-start;
  justify-content: center;
  align-content: flex-start;
  padding: 0 var(--padding-20);
  gap: var(--gap-16) var(--gap-40);
}
.div25 {
  align-self: stretch;
  position: relative;
  letter-spacing: 0.05em;
  line-height: 24px;
  font-weight: 500;
  color: var(--color-black);
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--gap-16);
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: var(--gap-16);
}
.price-note {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  color: inherit;
}
.note-dot {
  display: inline-block;
  margin-right: 6px;
  color: var(--blue);
}
.frame-parent22 {
  align-self: stretch;
  flex: 1;
  border-radius: var(--br-8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 130px;
  gap: var(--gap-16);
  z-index: 2;
  text-align: left;
  color: var(--white);
}
.pc-inner3,
.price-parent {
  align-self: stretch;
  display: flex;
  justify-content: flex-start;
  box-sizing: border-box;
  max-width: 100%;
}
.price-parent {
  flex: 1;
  border-radius: var(--br-24);
  background-color: var(--white);
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  padding: 90px 0 50px;
  position: relative;
  gap: var(--gap-80);
  flex-shrink: 0;
}
.pc-inner3 {
  min-height: 358px;
  height: auto;
  flex-direction: row;
  align-items: flex-start;
  padding: 0 50px;
  text-align: center;
  font-size: var(--font-size-16);
  color: var(--gray1);
  font-family: var(--font-inter);
}
.faq1,
.line3,
.q {
  letter-spacing: 0.05em;
}
.faq1 {
  margin: 0 !important;
  width: 335px;
  position: absolute;
  top: 99px;
  left: calc(50% - 167px);
  font-size: inherit;
  line-height: 140px;
  font-weight: 700;
  font-family: inherit;
  display: inline-block;
  z-index: 0;
}
.line3,
.q {
  position: relative;
  line-height: 20px;
}
.q {
  margin: 0;
  font-size: inherit;
  font-weight: 700;
  font-family: inherit;
}
.line3 {
  flex: 1;
  font-size: var(--font-size-18);
  color: var(--white);
  text-align: left;
}
.faq-item {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  border-radius: var(--br-8);
  box-shadow: var(--style1);
  background-color: transparent;
}
.faq-question {
  border: none;
  background: transparent;
  padding: 0;
  width: 100%;
  color: inherit;
  font: inherit;
  cursor: pointer;
  text-align: left;
}
.faq-question:focus {
  outline: none;
}
.faq-question:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 2px;
}
.faq-question {
  border-radius: var(--br-8);
}
.faq-question .rectangle-parent,
.faq-question .rectangle-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.faq-question .rectangle-wrapper {
  display: none;
}
.faq-question[aria-expanded="true"] .rectangle-parent {
  display: none;
}
.faq-question[aria-expanded="true"] .rectangle-wrapper {
  display: flex;
}
.faq-question[aria-expanded="true"] {
  border-radius: var(--br-8) var(--br-8) 0 0;
}
.faq-question[aria-expanded="false"] {
  border-radius: var(--br-8);
}
.faq-question[aria-expanded="true"] + .faq-answer {
  border-radius: 0 0 var(--br-8) var(--br-8);
}
.faq-answer[hidden] {
  display: none;
}
.instance-selector {
  align-self: stretch;
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: var(--gap-24);
}
.frame-inner,
.frame-item {
  position: absolute;
  top: 5.5px;
  left: 0;
  background-color: var(--yellow);
  width: 13px;
  height: 3px;
}
.frame-inner {
  top: 0;
  left: 8px;
  transform: rotate(90deg);
  transform-origin: 0 0;
}
.rectangle-parent {
  height: 13px;
  width: 13px;
  position: relative;
  display: none;
}
.rectangle-div {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--yellow);
  width: 13px;
  height: 3px;
}
.rectangle-wrapper {
  height: 3px;
  width: 13px;
  position: relative;
}
.instance-selector-parent {
  align-self: stretch;
  border-radius: var(--br-8);
  background-color: var(--blue);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: var(--padding-24) var(--padding-20);
  gap: var(--gap-20);
}
.span {
  text-decoration: underline;
}
.div26 {
  align-self: stretch;
  flex: 1;
  position: relative;
  letter-spacing: 0.05em;
  line-height: 20px;
}
.clarification-notice,
.identifier-question-parent {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.clarification-notice {
  align-self: stretch;
  border-radius: 0 0 var(--br-8) var(--br-8);
  background-color: var(--white);
  padding: var(--padding-24) 60px var(--padding-24) 58px;
  text-align: left;
  font-size: var(--font-size-16);
  color: var(--color-darkslategray);
}
.identifier-question-parent {
  flex: 1;
  gap: var(--gap-22);
}
.rectangle-container,
.symbol-option-parent {
  height: 13px;
  width: 13px;
  position: relative;
}
.rectangle-container {
  height: 3px;
  display: none;
}
.frame-parent27,
.question-setting {
  align-self: stretch;
  display: flex;
  justify-content: flex-start;
}
.frame-parent27 {
  border-radius: var(--br-8);
  background-color: var(--blue);
  flex-direction: row;
  align-items: center;
  padding: var(--padding-24) var(--padding-20);
  gap: var(--gap-20);
}
.question-setting {
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-16);
}
.div27 {
  position: relative;
  font-size: var(--font-size-16);
  line-height: 20px;
  font-weight: 600;
  font-family: var(--font-inter);
  color: var(--blue);
  text-align: left;
  z-index: 0;
}
.arrow4,
.navigation-control {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.arrow4 {
  height: 10px;
  width: 15px;
  flex-shrink: 0;
}
.navigation-control {
  height: 8px;
  width: 12px;
  margin: 0 !important;
  position: absolute;
  top: calc(50% - 4px);
  right: 19px;
  padding: 0;
  box-sizing: border-box;
  z-index: 1;
}
.layout-column,
.link-viewer {
  display: flex;
  align-items: center;
}
.link-viewer {
  cursor: pointer;
  border: 3px solid var(--blue);
  padding: 0 var(--padding-20);
  background-color: var(--white);
  width: 200px;
  height: 52px;
  border-radius: var(--br-10);
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  position: relative;
  gap: 23px;
}
.layout-column {
  align-self: stretch;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  gap: var(--gap-40);
  z-index: 2;
  text-align: center;
  font-size: var(--font-size-20);
  color: var(--yellow);
  font-family: var(--font-inter);
}
.area-questions,
.area-questions-wrapper {
  align-self: stretch;
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
}
.area-questions {
  width: 1080px;
  overflow: visible;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 140px 0 var(--padding-100);
  position: relative;
  gap: var(--gap-80);
}
.area-questions-wrapper {
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: 0 var(--padding-20) 0 22px;
  text-align: center;
  font-size: 160px;
  color: var(--white);
  font-family: var(--font-inter);
}
.group2 {
  position: absolute;
  height: 56.8%;
  width: 100%;
  top: 21.6%;
  right: 0;
  bottom: 21.6%;
  left: 0;
}
.div28,
.div29 {
  position: relative;
}
.div28 {
  height: 92.6px;
  width: 184px;
}
.div29 {
  line-height: 16px;
  font-weight: 500;
}
.footer-link {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}
.footer-link:hover {
  color: var(--blue);
}
.wrapper16 {
  height: 16px;
  border-right: 1px solid var(--white);
  border-left: 1px solid var(--white);
  justify-content: center;
  padding: 0 var(--padding-20);
}
.corporate-references,
.wrapper16,
.wrapper17 {
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
}
.wrapper17 {
  height: 16px;
  border-right: 1px solid var(--white);
  justify-content: center;
  padding: 0 var(--padding-20);
}
.corporate-references {
  justify-content: flex-start;
  padding: var(--padding-20) 0;
  row-gap: var(--gap-20);
  max-width: 100%;
}
.frame-child6,
.frame-child7,
.frame-child8 {
  height: 25.8px;
  width: 25.2px;
  position: relative;
}
.frame-child7,
.frame-child8 {
  width: 25.8px;
}
.frame-child8 {
  height: 20.5px;
  width: 29.4px;
}
.frame-parent30,
.panel-contact {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.frame-parent30 {
  justify-content: flex-start;
  padding: var(--padding-20) 0;
  gap: var(--gap-30);
}
.panel-contact {
  align-self: stretch;
  height: 110px;
  background-color: var(--color-black);
  border-bottom: 1px solid var(--color-darkslategray);
  box-sizing: border-box;
  justify-content: space-between;
  padding: 0 180px;
  gap: 0;
  max-width: 100%;
}
.medicalx-all-rights {
  position: relative;
  line-height: 16px;
}
.info-area {
  align-self: stretch;
  height: 48px;
  background-color: var(--color-black);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 199px;
  box-sizing: border-box;
  font-size: 12px;
}
.pc,
.zone-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.zone-contact {
  align-self: stretch;
  flex-shrink: 0;
  max-width: 100%;
  z-index: 9;
  text-align: left;
  font-size: var(--font-size-16);
  color: var(--white);
  font-family: var(--font-inter);
}
.pc {
  width: 100%;
  min-height: 100vh;
  height: auto;
  position: relative;
  background-color: var(--white);
  background-image: url("./public/rectangle-7@2x.png");
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: top center;
  overflow-x: hidden;
  padding: var(--padding-26) 0 0;
  box-sizing: border-box;
  line-height: normal;
  letter-spacing: normal;
}
@media screen and (max-width: 1275px) {
  .empty-list {
    padding-bottom: 1785px;
    box-sizing: border-box;
  }
  .frame-div {
    gap: 33px;
  }
  .pc-inner1 {
    padding-left: var(--padding-26);
    box-sizing: border-box;
  }
  .frame-parent6 {
    max-width: 100%;
  }
  .features-parent,
  .frame-parent22,
  .panel-contact {
    padding-left: 65px;
    padding-right: 65px;
    box-sizing: border-box;
  }
  .panel-contact {
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media screen and (max-width: 1100px) {
  .frame-parent1 {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    row-gap: 35px;
  }
  .frame-child {
    grid-column: 1;
    grid-row: 2;
    max-width: 100%;
    height: auto;
    justify-self: center;
  }
  .instance-container {
    grid-column: 1;
    grid-row: 3;
  }
  .frame-div {
    flex-wrap: wrap;
  }
  .flow-parent {
    gap: 45px;
  }
  .clarification-notice {
    padding-left: 29px;
    padding-right: var(--padding-30);
    box-sizing: border-box;
  }
  .area-questions {
    gap: var(--gap-40);
  }
  .pc {
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  .empty-list {
    padding-bottom: 1160px;
    box-sizing: border-box;
  }
  .pc {
    padding-top: 0;
  }
  .pc-inner {
    padding: 0;
    height: 75px;
    margin-bottom: 20px;
  }
  .frame-header {
    border-radius: 0;
    box-shadow: none;
    padding: 8px 18px;
    min-height: 48px;
  }
  .feature-navigation {
    display: none;
  }
  .feature-navigation-parent {
    display: none;
  }
  .feature-navigation-parent {
    gap: 21px;
  }
  .h2 {
    font-size: 42px;
    line-height: 51px;
    height: auto;
    white-space: normal;
  }
  .h2 .text-medical {
    display: block;
    margin-left: 0;
    margin-top: 0.4em;
  }
  .frame-section {
    padding-left: 129px;
    padding-right: 128px;
    padding-bottom: 0;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .frame-child,
  .frame-parent1 {
    min-width: 100%;
  }
  .hamburger-button {
    display: flex;
  }
  .mobile-menu {
    z-index: 95;
  }
  .frame-div {
    gap: var(--gap-16);
  }
  .features-parent,
  .flow-parent,
  .price-parent,
  .area-questions {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .features,
  .flow,
  .price,
  .faq1 {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 0;
    width: auto;
    font-size: 80px;
    line-height: 100px;
    transform: none;
    text-align: center;
    z-index: 0;
  }
  .features-parent > .features-group,
  .flow-parent > .features-group,
  .price-parent > .features-parent1,
  .area-questions > .features-group {
    grid-column: 1;
    grid-row: 1;
    position: relative;
    z-index: 1;
    align-self: center;
    justify-self: center;
    text-align: center;
  }
  .features-parent > .features,
  .flow-parent > .flow,
  .price-parent > .price,
  .area-questions > .faq1 {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    justify-self: center;
  }
  .frame-main {
    height: auto;
  }
  .instance-parent1 {
    flex-direction: column;
    gap: var(--gap-20);
  }
  .frame-parent6 {
    min-width: 0;
    max-width: 100%;
    width: 100%;
  }
  .frame-parent7 {
    height: auto;
    align-items: center;
    text-align: center;
  }
  .illust-parent {
    align-items: center;
    text-align: center;
    gap: var(--gap-14);
  }
  .illust,
  .illust-child,
  .illust-item,
  .icon {
    width: 100%;
    max-width: 220px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .wrapper7 {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
  }
  .features-parent {
    gap: 50px;
    padding: var(--padding-30) var(--padding-20) var(--padding-20);
    box-sizing: border-box;
    overflow: visible;
  }
  .frame-main {
    padding-left: var(--padding-16);
    padding-right: var(--padding-16);
    box-sizing: border-box;
  }
  .pc-inner2 {
    height: auto;
    padding: 0 var(--padding-16);
  }
  .flow-parent {
    width: 100%;
    flex-shrink: 1;
    gap: var(--gap-30);
    padding: 60px var(--padding-16) var(--padding-32);
    overflow: visible;
  }
  .frame-parent12 {
    align-items: center;
    gap: 0;
    width: 100%;
  }
  .frame-parent13 {
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: 100%;
  }
  .frame-parent14,
  .frame-parent15,
  .frame-parent17 {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    text-align: left;
    gap: var(--gap-12);
  }
  .step-01-parent,
  .step-01-group {
    justify-content: flex-start;
  }
  .div13,
  .div14,
  .div15,
  .div16,
  .div17 {
    justify-content: flex-start;
    text-align: left;
    min-width: 0;
  }
  .union-icon4 {
    transform: rotate(90deg);
    align-self: center;
    margin: -6px auto 8px;
    width: 20px;
    height: 20px;
    transform-origin: center;
  }
  .frame-parent13 > .union-icon4 {
    margin-top: -6px;
    margin-bottom: 4px;
  }
  .flow-arrow-mobile {
    display: block;
    align-self: center;
    margin: -6px auto 4px;
    width: 20px;
    height: 20px;
    transform: rotate(90deg);
    transform-origin: center;
  }
  .panel-contact {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--gap-20);
    padding: var(--padding-20);
    text-align: center;
    height: auto;
  }
  .wrapper16,
  .wrapper17 {
    border: none;
    padding: 0;
    height: auto;
  }
  .corporate-references {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--gap-12);
    padding: 0;
    text-align: center;
  }
  .frame-parent30 {
    justify-content: center;
  }
  .info-area {
    justify-content: center;
    text-align: center;
    padding-left: var(--padding-20);
    padding-right: var(--padding-20);
  }
  .flow-parent {
    gap: var(--gap-30);
    padding-top: 60px;
    padding-bottom: var(--padding-32);
    padding-left: var(--padding-16);
    padding-right: var(--padding-16);
    box-sizing: border-box;
  }
  .frame-parent22 {
    padding-left: var(--padding-32);
    padding-right: var(--padding-32);
    box-sizing: border-box;
  }
  .frame-parent23,
  .frame-parent25 {
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: var(--gap-8);
  }
  .frame-parent24 {
    flex-wrap: nowrap;
    align-items: center;
    gap: var(--gap-8);
  }
  .frequently-asked,
  .parent1 {
    flex-wrap: nowrap;
    align-items: flex-end;
    gap: 4px;
    white-space: nowrap;
  }
  .price-label--initial {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .div25 {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    text-align: left;
    justify-content: flex-start;
  }
  .price-note {
    width: 100%;
    white-space: normal;
  }
  .price-parent {
    gap: var(--gap-40);
  }
  .pc-inner3 {
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
  }
  .area-questions,
  .layout-column {
    gap: var(--gap-20);
  }
  .area-questions {
    padding-top: 91px;
    padding-bottom: 65px;
    box-sizing: border-box;
  }
  .corporate-references {
    flex-wrap: wrap;
  }
  .info-area,
  .panel-contact {
    padding-left: var(--padding-20);
    padding-right: var(--padding-20);
    box-sizing: border-box;
  }
}
@media screen and (max-width: 450px) {
  .h31,
  .line {
    font-size: var(--font-size-19);
    line-height: 24px;
  }
  .frame-parent {
    gap: 25px;
  }
  .h2 {
    font-size: 31px;
    line-height: 38px;
    height: auto;
    white-space: normal;
  }
  .h2 .text-medical {
    display: block;
    margin-left: 0;
    margin-top: 0.4em;
  }
  .frame-section {
    padding-left: var(--padding-20);
    padding-right: var(--padding-20);
    box-sizing: border-box;
  }
  .line1 {
    line-height: 29px;
  }
  .h38,
  .h39,
  .line1 {
    font-size: var(--font-size-19);
  }
  .h39 {
    line-height: 24px;
  }
  .frame-parent1 {
    gap: 35px;
  }
  .pc-inner1 {
    padding-bottom: 42px;
    box-sizing: border-box;
  }
  .features,
  .flow,
  .price,
  .faq1 {
    font-size: 56px;
    line-height: 72px;
  }
  .features-parent {
    gap: 25px;
  }
  .step-01 {
    flex-direction: column;
    align-items: center;
    gap: var(--gap-4);
    text-align: center;
  }
  .step-01 .step-number {
    font-size: var(--font-size-22);
  }
  .step-01-parent,
  .step-01-group {
    gap: var(--gap-8);
  }
  .div13,
  .div14 {
    font-size: var(--font-size-16);
    line-height: 24px;
  }
  .frame-parent15 {
    flex-wrap: wrap;
  }
  .div15 {
    font-size: var(--font-size-16);
    line-height: 24px;
  }
  .frame-parent17 {
    height: auto;
    flex-wrap: wrap;
  }
  .div16,
  .div17 {
    font-size: var(--font-size-16);
    line-height: 24px;
  }
  .space,
  .h24 {
    font-size: 38px;
    line-height: 32px;
  }
  .instance-parent2,
  .price-parent {
    gap: var(--gap-20);
  }
  .price-parent {
    padding-top: var(--padding-30);
    padding-bottom: var(--padding-32);
    box-sizing: border-box;
  }
  .area-questions {
    padding-top: 59px;
    padding-bottom: 42px;
    box-sizing: border-box;
  }
  .info-area,
  .panel-contact {
    padding-left: var(--padding-20);
    padding-right: var(--padding-20);
    box-sizing: border-box;
  }
}
.hamburger-button {
    padding: 6px 8px;
  }
