<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Global Styles */
:root {
  --primary-color: #5ac3e1;
  --secondary-color: #595757;
  --light-blue: #83daf4;
  --light-pink: #ee86a8;
  --dark-blue: #2f9bba;
  --light-bg: #fcfaf8;
  --white: #ffffff;
  --light-gray: #e8e1d9;
  --off-white: #f8f2ec;
  --map-gray: #dddddd;
}

body {
  font-family: "Noto Sans CJK JP", sans-serif;
  color: var(--secondary-color);
  background-color: var(--light-bg);
  line-height: 1.75;
}

p {
  line-height: 1.9;
}

.hero-section {
  height: 40vh;
}

.color-light-pink {
  color: var(--light-pink);
}

.btn {
  transition: all 0.3s ease;
}

.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white);
}

.btn-primary:hover {
  background-color: var(--dark-blue);
  border-color: var(--dark-blue);
}

.section-title {
  line-height: 1.3125;
  font-size: 32px !important;
  color: #595757;
}

.section-subtitle {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.8;
}

.page-title {
  font-size: 42px;
  font-weight: 500;
}

.page-subtitle {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-color);
  text-transform: uppercase;
  line-height: 0.5875;
}

.bg-beige{
  background-color: rgb(239 226 213) !important;
}

/* About Section */
.about-section {
  background-color: var(--light-bg);
}

/* Who Can Use Section */
.who-can-use-section {
  background-color: var(--light-bg);
  padding-top: 60px;
}

.eligibility-contact {
  background-color: var(--white);
  border-radius: 24px;
  height: 100%;
}

.eligibility-list {
  border-right: 1px solid var(--light-gray);
}

.eligibility-list ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.eligibility-list li {
  position: relative;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 1.5625;
  padding-left: 30px;
}

.eligibility-list li::before {
  content: url("../icons/tick.svg");
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
}

/**/

.check-list {}

.check-list ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.check-list li {
  position: relative;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 1.5625;
  padding-left: 30px;
}

.check-list li::before {
  content: url("../icons/tick.svg");
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
}
/**/


.note-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: -0.01em;
  margin-top: 10px;
}

/* Area Section */
.area-section {
  background-color: var(--light-bg);
  padding-top: 60px;
}

.area-map {
  background-color: var(--map-gray);
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
}

/* Process Section */
.process-section {
  background-color: var(--light-bg);
}

.step-number {
  width: 50px;
  height: 50px;
  background-color: var(--dark-blue);
  font-size: 26px;
  line-height: 1.76;
}

.step-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.75;
  color: var(--white);
}

.cursor-pointer {
  cursor: pointer;
}

.step-content {
  background-color: var(--off-white);
  border-radius: 0 0 24px 24px;
  /* padding: 30px;
  position: relative; */
}

.step-header {
  background-color: var(--primary-color);
  border-radius: 24px 24px 0 0;
  display: flex;
  align-items: end;
}

.btn-request {
  background-color: var(--primary-color);
  color: var(--white);
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

.manga-card {
  background-color: var(--white);
  border-radius: 24px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.manga-label {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-color);
  margin-bottom: 10px;
  line-height: 1.944;
}

.manga-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.458;
}

.manga-image {
  width: 195px;
  border-radius: 32px;
  margin-left: 12px;
}

/* Outpatient Section */
.outpatient-section {
  background-color: var(--light-bg);
  padding-top: 60px;
}

/* Online Medical Section */
.online-section {
  background-color: var(--light-bg);
  padding-top: 60px;
}

.contact-label {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1.777;
}

.contact-card {
  background-color: var(--white);
  border-radius: 16px;
  border: 1px solid var(--light-blue);
  padding: 13px 20px;
  text-align: center;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.contact-type {
  font-size: 10px;
  font-weight: 700;
}

.contact-value {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #595757;
}

/* Footer */
.footer {
  background-color: var(--white);
  padding: 60px 0 30px;
}

.footer-logo {
  max-width: 150px;
}

.social-links {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}

.social-links a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-links img {
  width: 20px;
  height: 20px;
}

.footer-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 2.625;
}

.footer-links {
  list-style: none;
  padding-left: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  font-size: 14px;
  line-height: 2;
}

.managa-img {
  border-radius: 30px;
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.footer-bottom {
  border-top: 1px solid var(--light-gray);
  margin-top: 30px;
  padding-top: 20px;
  text-align: center;
}

.copyright {
  font-size: 12px;
  line-height: 3.5;
}

@media (max-width: 768px) {
  .step-title {
    font-size: 20px !important;
  }

  .manga-image {
    height: 168px;
  }

  .contact-value {
    font-size: 22px;
  }

  .area-map {
    height: 357px !important;
  }

  .step-number {
    font-size: 19px;
    width: 34px !important;
    height: 34px !important;
  }

  .next-page {
    width: 24px;
    height: 24px;
  }

  .img-about {
    height: 181px !important;
  }

  .manga-label {
    font-size: 14px;
  }

  .manga-title {
    font-size: 20px;
  }

  .managa-img {
    height: 158px;
  }

  .eligibility-list {
    border-right: 0;
    border-bottom: 1px solid var(--light-gray);
    padding-bottom: 20px;
  }
  .online-section {
    padding-top: 30px;
  }

  .outpatient-section {
    padding-top: 30px;
  }

  .area-section {
    padding-top: 30px;
  }

  .who-can-use-section {
    padding-top: 30px;
  }

  .page-title {
    font-size: 36px; /* Mobile */
  }

  .hero-section {
    height: 30vh;
  }

  .section-title {
    font-size: 24px;
  }

  .section-subtitle {
    font-size: 16px;
  }
}
</pre></body></html>