/* サービス詳細ページ用のスタイル */
:root {
  --service-primary-color: #3b5c88;
  --service-secondary-color: #6f9cd3;
  --service-accent-color: #ea5504;
  --service-text-color: #333333;
  --service-light-color: #f5f5f5;
  --service-border-color: #e0e0e0;
  --service-shadow: rgba(0, 0, 0, 0.08);
  --service-transition: all 0.3s ease;
  --marui-main-color: #006cb8; /* 丸井グループ風のテーマカラー */
  --marui-text-color: #333;
  --marui-bg-color: #f8f8f8;
  --marui-hover-color: #0086e3;
  --marui-accent-color: #ff4d00;
  --marui-light-gray: #eee;
}

/* ページタイトルエリア (メッセージページと同じテイスト) */
.page-title-area {
  position: relative;
  padding: 120px 0 80px;
  background-color: #f5f7fa;
  text-align: center;
  overflow: hidden;
}

.page-title-area::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background-color: #3c6e71;
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 1;
}

.page-title-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.marui-page-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.marui-page-title-wrap {
  text-align: center;
  /* opacity: 0; */
  /* transform: translateY(30px); */
  /* animation: fadeIn 1s forwards 0.5s; */
}

.marui-page-title {
  font-size: 48px;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.05em;
  color: var(--marui-text-color);
  font-family: 'Poppins', sans-serif;
}

.marui-page-subtitle {
  font-size: 16px;
  margin-top: 10px;
  color: var(--marui-main-color);
  letter-spacing: 0.1em;
}

.page-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--service-primary-color);
}

.page-subtitle {
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--service-text-color);
  opacity: 0.8;
}

/* パンくずリスト */
.breadcrumb {
  padding: 15px 0;
  background-color: #fff;
  border-bottom: 1px solid var(--service-border-color);
}

.marui-breadcrumb {
  background-color: #fff;
  padding: 15px 0;
  border-bottom: 1px solid var(--marui-light-gray);
}

.breadcrumb-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 12px;
  color: #888;
}

.breadcrumb-container a {
  color: var(--marui-text-color);
  text-decoration: none;
  transition: color 0.3s;
}

.breadcrumb-container a:hover {
  color: var(--marui-main-color);
}

/* メインコンテンツエリア */
.service-detail-main {
  padding: 80px 0;
  background-color: #fff;
}

.service-detail-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* セクション共通スタイル */
.service-detail-main section {
  margin-bottom: 100px;
}

.service-detail-main .section-title {
  font-size: 32px;
  font-weight: 600;
  color: var(--service-primary-color);
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.service-detail-main .section-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background-color: var(--service-accent-color);
}

/* サービス概要 */
.service-overview-content {
  display: flex;
  align-items: center;
  gap: 50px;
}

.service-overview-text {
  flex: 1;
  font-size: 16px;
  line-height: 1.8;
  color: var(--service-text-color);
}

.service-overview-text p {
  margin-bottom: 20px;
}

.service-overview-image {
  flex: 1;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 15px 30px var(--service-shadow);
}

.service-overview-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: var(--service-transition);
}

/* サービス特徴 */
.feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* 30pxから20pxに変更し、アイテム間の余白を少し減らす */
  justify-content: space-between; /* center から space-between に変更し、アイテムを均等に配置 */
}

.feature-item {
  flex: 1;
  min-width: 250px; /* 300pxから250pxに変更し、4つのアイテムが1行に収まるようにする */
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 20px var(--service-shadow);
  padding: 30px;
  transition: var(--service-transition);
}

.feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px var(--service-shadow);
}

.feature-icon {
  font-size: 50px;
  color: var(--service-accent-color);
  margin-bottom: 20px;
  text-align: center;
}

.feature-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--service-primary-color);
  margin-bottom: 15px;
  text-align: center;
}

.feature-description {
  font-size: 15px;
  line-height: 1.7;
  color: var(--service-text-color);
  text-align: center;
}

/* 提供サービス */
.service-menu-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}

.menu-item {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 20px var(--service-shadow);
  padding: 25px;
  transition: var(--service-transition);
}

.menu-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px var(--service-shadow);
}

.menu-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--service-primary-color);
}

/* リハビリ機器セクション */
.rehab-equipment .equipment-content {
  display: flex;
  gap: 3rem;
  align-items: center;
}

.equipment-text {
  flex: 1;
}

.equipment-text p {
  margin-bottom: 1.5rem;
}

.equipment-image {
  flex: 1;
}

.equipment-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* エスパージュの特徴部分 */
.equipment-features {
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--service-light-color);
  border-radius: 10px;
}

.equipment-features-title {
  font-size: 1.5rem;
  color: var(--service-primary-color);
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 15px;
}

.equipment-features-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background-color: var(--service-accent-color);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

.feature-grid-item {
  display: flex;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-grid-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.feature-grid-icon {
  font-size: 2rem;
  color: var(--service-accent-color);
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
}

.feature-grid-content h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--service-primary-color);
  margin-bottom: 0.5rem;
}

.feature-grid-content p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--service-text-color);
}

.image-caption {
  text-align: center;
  font-size: 0.8rem;
  color: #777;
  margin-top: 0.5rem;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  background-color: var(--service-primary-color);
  color: white;
  padding: 12px 24px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin-top: 1rem;
}

.btn-primary:hover {
  background-color: var(--service-secondary-color);
  transform: translateY(-2px);
}

.btn-primary i {
  margin-right: 8px;
}

/* ご利用案内 */
.info-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.info-box {
  background-color: #fff;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.info-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--service-border-color);
  color: var(--service-primary-color);
}

/* 利用の流れ */
.flow-steps {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.flow-step {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
}

.flow-step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 25px;
  height: 20px;
  width: 1px;
  background-color: var(--service-primary-color);
  opacity: 0.5;
}

.flow-description {
  font-size: 10px;
  line-height: 0.5;
}

.step-num {
  background-color: var(--service-primary-color);
  color: white;
  font-weight: 600;
  font-size: 0.8rem;
  padding: 5px 10px;
  border-radius: 20px;
  min-width: 70px;
  text-align: center;
}

/* お問い合わせへの導線 */
.contact-guide {
  background-color: var(--service-light-color);
  padding: 4rem;
  border-radius: 10px;
  text-align: center;
}

.contact-guide-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.contact-guide-text {
  margin-bottom: 2rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.contact-buttons {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

/* 関連サービス */
.related-services-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.related-service-item {
  display: block;
  text-decoration: none;
  color: var(--service-text-color);
  transition: all 0.3s ease;
}

.related-service-item:hover {
  transform: translateY(-5px);
}

.related-service-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 1rem;
}

.related-service-item span {
  display: block;
  text-align: center;
  font-weight: 600;
}

/* 訪問美容のメニュー表示用 */
.beauty-menu {
  margin-bottom: 4rem;
}

.menu-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 1.5rem;
}

.menu-price {
  font-weight: 700;
  margin-bottom: 1rem;
}

.menu-description {
  font-size: 0.9rem;
  opacity: 0.8;
}

.menu-note {
  text-align: center;
  font-size: 0.9rem;
  opacity: 0.7;
}

/* 歯科医療連携ページ用のスタイル追加 */
.clinics-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.clinic-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.clinic-name {
  font-size: 1.3rem;
  color: var(--service-primary-color);
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--service-border-color);
}

.clinic-info p {
  margin-bottom: 0.7rem;
}

.clinic-info i {
  color: var(--service-primary-color);
  width: 20px;
  text-align: center;
  margin-right: 8px;
}

/* トラベルナース用スタイル */
.usage-examples {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  list-style-type: none;
  padding-left: 0;
  columns: 2;
}

.usage-examples li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}

.usage-examples li:before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--service-primary-color);
}

/* SNSリンク */
.social-links {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.instagram-link, .website-link {
  display: inline-block;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.instagram-link {
  background-color: #c13584;
}

.website-link {
  background-color: #0077b5;
}

.instagram-link:hover {
  background-color: #e1306c;
  transform: translateY(-3px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.website-link:hover {
  background-color: #0091da;
  transform: translateY(-3px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.social-links i {
  margin-right: 5px;
}

/* ページタイトル背景 - サービス別 */
.nursing-title {
  background-color: #e6f2ff;
}

.rehab-title {
  background-color: #e6fff2;
}

.taxi-title {
  background-color: #fff9e6;
}

.dental-title {
  background-color: #f2e6ff;
}

.beauty-title {
  background-color: #ffe6f2;
}

.este-title {
  background-color: #ffe6e6;
}

/* アニメーション */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* AOS（スクロールアニメーション）に関する共通スタイル */
.fade-up-section {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-up-section.aos-animate {
  opacity: 1;
  transform: translateY(0);
}

/* サービス詳細ページのアニメーション用スタイル */
.service-hero-image {
  overflow: hidden;
}

.service-hero-image img {
  transition: transform 1.2s ease;
}

.service-hero-image.aos-animate img {
  transform: scale(1.05);
}

.service-detail-header.aos-animate h1 {
  animation: fadeInUp 0.8s forwards;
}

.service-detail-header.aos-animate .service-detail-subtitle {
  animation: fadeInUp 0.8s 0.2s forwards;
}

.service-detail-section {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.service-detail-section.aos-animate {
  opacity: 1;
  transform: translateY(0);
}

.service-point-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.service-point-item.aos-animate {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* レスポンシブ対応 */
@media (max-width: 992px) {
  .page-title {
    font-size: 2.5rem;
  }
  
  .service-overview-content {
    flex-direction: column;
    gap: 2rem;
  }
  
  .rehab-equipment .equipment-content {
    flex-direction: column;
    gap: 2rem;
  }
  
  .contact-buttons {
    flex-direction: column;
    gap: 1rem;
  }
  
  .marui-page-title {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .page-title {
    font-size: 2rem;
  }
  
  .section-title {
    font-size: 1.5rem;
  }
  
  .feature-item {
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem;
  }
  
  .contact-guide {
    padding: 2rem;
  }
  
  .clinics-container {
    grid-template-columns: 1fr;
  }
  
  .usage-examples {
    columns: 1;
  }
  
  .marui-page-title {
    font-size: 32px;
  }
  
  .marui-page-subtitle {
    font-size: 14px;
  }
}

/* PerSona Corporate風お問い合わせセクション for Service Detail */
.contact-guide.persona-style {
  background-color: #212121;
  color: #fff;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.contact-guide.persona-style .contact-guide-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
  text-align: center;
}

.contact-guide.persona-style .contact-guide-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.contact-guide.persona-style.aos-animate .contact-guide-title {
  opacity: 1;
  transform: translateY(0);
}

.contact-guide.persona-style .contact-guide-text {
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 16px;
  line-height: 1.8;
  color: #f5f5f5;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease 0.2s, transform 0.6s ease 0.2s;
}

.contact-guide.persona-style.aos-animate .contact-guide-text {
  opacity: 1;
  transform: translateY(0);
}

.contact-guide.persona-style .contact-buttons {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}

.contact-guide.persona-style .contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 360px;
  padding: 15px 30px;
  background-color: #cc0000;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0;
  transition: background-color 0.3s ease;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
}

.contact-guide.persona-style .contact-buttons .phone-button {
  transition: background-color 0.3s ease, opacity 0.6s ease 0.3s, transform 0.6s ease 0.3s;
}

.contact-guide.persona-style .contact-buttons .mail-button {
  transition: background-color 0.3s ease, opacity 0.6s ease 0.4s, transform 0.6s ease 0.4s;
}

.contact-guide.persona-style.aos-animate .contact-button {
  opacity: 1;
  transform: translateY(0);
}

.contact-guide.persona-style .contact-button:hover {
  background-color: #ff0000;
}

.contact-guide.persona-style .contact-button i {
  margin-right: 15px;
  font-size: 20px;
  transition: transform 0.3s ease;
}

.contact-guide.persona-style .contact-button:hover i {
  transform: translateX(5px);
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .contact-guide.persona-style {
    padding: 60px 0;
  }
  
  .contact-guide.persona-style .contact-guide-title {
    font-size: 26px;
  }
  
  .contact-guide.persona-style .contact-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .contact-guide.persona-style .contact-button {
    margin-bottom: 15px;
  }
  
  /* 特徴セクションのレスポンシブ対応 */
  @media (max-width: 1100px) {
    .feature-list {
      flex-wrap: wrap;
    }
    
    .feature-item {
      min-width: 45%; /* タブレット用：2つのアイテムが1行に入るようにする */
    }
  }
  
  @media (max-width: 768px) {
    .feature-item {
      min-width: 100%; /* モバイル用：1つのアイテムが1行に入るようにする */
    }
  }
}

.pricing-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .pricing-container {
      grid-template-columns: 1fr 1fr;
  }
}

.pricing-item {
  margin-bottom: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #e0e0e0;
}

.pricing-item:last-child {
  border-bottom: none;
}

.pricing-item strong {
  color: #2c5aa0;
  font-size: 1.1rem;
}

.pricing-detail {
  color: #666;
  font-size: 0.9rem;
  display: block;
  margin-top: 0.25rem;
}

.preparation-list {
  list-style: disc;
  padding-left: 1.5rem;
  margin: 1rem 0;
}

.preparation-list li {
  margin-bottom: 0.5rem;
}

.notes-list {
  list-style: disc;
  padding-left: 1.5rem;
  margin: 1rem 0;
}

.notes-list li {
  margin-bottom: 1rem;
  line-height: 1.6;
}

.important-note {
  background-color: #fff3e0;
  padding: 1rem;
  border-left: 4px solid #d32f2f;
  margin-top: 1rem;
  border-radius: 4px;
}

/* 福祉タクシー連携パートナー用のスタイル */
.partner-info {
  background: linear-gradient(135deg, #3b5c88 0%, #6f9cd3 100%);
  border: none;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(59, 92, 136, 0.15);
  overflow: hidden;
  position: relative;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.partner-info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
  pointer-events: none;
}

.partner-info:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(59, 92, 136, 0.25);
}

.partner-content {
  padding: 2.5rem;
  position: relative;
  z-index: 1;
}

.partner-name {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  position: relative;
  text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.partner-name::after {
  content: '';
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #ea5504, #ff7b3d);
  border-radius: 2px;
}

.partner-details {
  margin-bottom: 2rem;
}

.partner-contact {
  display: grid;
  gap: 1rem;
}

.partner-contact p {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.15);
  padding: 1rem 1.5rem;
  border-radius: 10px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  margin: 0;
}

.partner-contact p:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateX(5px);
}

.partner-contact p:hover i {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.partner-contact i {
  margin-right: 1rem;
  color: #ffffff;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  font-size: 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.partner-contact a, .partner-contact span {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.partner-contact a:hover {
  color: #ea5504;
  text-shadow: 0 0 10px rgba(234, 85, 4, 0.5);
}

.partner-description {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  font-size: 1.05rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.partner-description::before {
  content: '"';
  position: absolute;
  top: -10px;
  left: 20px;
  font-size: 3rem;
  color: rgba(234, 85, 4, 0.3);
  font-family: serif;
}