﻿@charset "UTF-8";

/*
  Sakaihigashi 2026
  01. Foundation
  02. Header
  03. Shared UI
  04. Home page
  05. Lower pages
  06. Responsive and safeguards
*/

/* 01. Foundation: base */
body.hyodaclinic2026 {
  color: #3c3c3c;
  background: #fff;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0;
  padding-top: 133px;
}

.hyodaclinic2026 a {
  color: inherit;
}

.hyodaclinic2026 img {
  max-width: 100%;
  height: auto;
}

/* 02. Header: desktop */

.hyodaclinic2026 #header2_wrap {
  position: relative;
  height: auto;
  min-height: 540px;
  padding-top: 30px;
  padding-bottom: 34px;
  background-image: url("../image/ph-headerimg202.jpg");
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: center bottom;
}
.hyodaclinic2026 #header2_wrap.header2_innerpage {
  position: relative;
  height: 250px;
  min-height: 100px;
  padding-top: 30px;
  padding-bottom: 34px;
  background-size: 120%;
  background-position: center center;
}
.hyodaclinic2026 #header2_wrap #entitle {
  color: #ffffff;
}

.hyodaclinic2026 #header2 {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 1000;
  width: min(1240px, 100%);
  height: 133px;
  transform: translateX(-50%);
  border-radius: 0 0 20px 20px ;
  box-shadow: none;
}

.hyodaclinic2026 #header2 #headlogo {
  position: absolute;
  top: 16px;
  left: 36px;
  display: block;
}

.hyodaclinic2026 #header2 #headlogo h1 {
  width: 322px;
  padding-top: 62px;
  background-image: url("../image/pt-headlogo2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}

.hyodaclinic2026 #header2 .headaccess {
  top: 22px;
  right: 296px;
  left: auto;
}

.hyodaclinic2026 #header2 .headaccess p.tell {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  margin: 0;
  padding: 0 22px;
  border-radius: 999px;
  color: #fff;
  background: #F5A32D;
  box-shadow: none;
  font-size: 134%;
  line-height: 1;
}

.hyodaclinic2026 #header2 .headaccess p.tell img {
  width: 24px;
  height: auto;
}

.hyodaclinic2026 #header2 .headaccess a {
  color: #fff;
}

.hyodaclinic2026 #header2 .headcontact_wrap {
  top: 22px;
  right: 36px;
  width: 238px;
  height: 40px;
  border-radius: 999px;
  background: #F5A32D;
  box-shadow: none;
  overflow: hidden;
}

.hyodaclinic2026 #header2 .headcontact {
  width: 100%;
  height: 100%;
  margin: 0;
  padding-top: 7px;
  border-radius: 999px;
  color: #fff;
  background: #F5A32D;
  box-shadow: none;
  font-size: 110%;
  font-weight: 700;
}

.hyodaclinic2026 #header2 .headcontact img {
  width: 24px;
  height: auto;
  margin-right: 8px;
  vertical-align: -6px;
}

.hyodaclinic2026 #header2 ul.headmenu {
  position: absolute;
  left: 0;
  bottom: 15px;
  display: flex;
  width: 100%;
  height: 20px;
  margin: 0;
  background: #fff;
}

.hyodaclinic2026 #header2 ul.headmenu li {
  flex: 1;
  width: auto;
  border-right: 1px solid #000;
  font-size: 82%;
  letter-spacing: 0;
  line-height: 1;
}

.hyodaclinic2026 #header2 ul.headmenu li:nth-child(8),
.hyodaclinic2026 #header2 ul.headmenu li:last-child {
  border-right: 0;
}

.hyodaclinic2026 #header2 ul.headmenu a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 20px;
  color: #333;
  font-weight: 700;
  white-space: nowrap;
}

.hyodaclinic2026 #header2 ul.headmenu a::after {
  bottom: -15px;
  width: 100%;
  background: #F5A32D;
}

.hyodaclinic2026 #headcopy2_wrap,
.hyodaclinic2026 #header2_wrap #infoicons {
  display: none;
}

/* 03. Shared UI: fixed contact */
.renew-side-contact {
  position: fixed;
  top: 190px;
  right: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 62px;
  min-height: 190px;
  padding: 18px 0;
  border-radius: 10px 0 0 10px;
  color: #fff !important;
  background: linear-gradient(180deg, #D98218 0%, #F5A32D 58%, #FFD27A 100%);
  font-weight: 700;
  text-decoration: none !important;
  writing-mode: vertical-rl;
  letter-spacing: .12em;
}

.renew-side-contact::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 0 0 7px;
  background: url("../image/ic-mail2.png") center / contain no-repeat;
  line-height: 1;
  writing-mode: vertical-rl;
  transform: translateX(3px);
}

.renew-mobile-cta {
  display: none;
}

/* 03. Shared UI: section headings */
.renew-section {
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 0;
}

.renew-section.renew-beige {
  width: 100%;
  padding: 72px max(20px, calc((100% - 1080px) / 2));
  background: #f4f1ea;
}

.renew-heading {
  display: block;
  width: 100%;
  padding-top: 85px;
  margin: 40px auto;
  color: #4c4948;
  text-align: center;
  font-size: 180%;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
  overflow: hidden;
}

.renew-heading::before,
.renew-heading::after {
  content: none !important;
  display: none !important;
}

.renew-heading-time { background-image: url("../image/ic-topcard201.png"); }
.renew-heading-access { background-image: url("../image/ic-topcard202.png"); }
.access-renew .renew-heading-access { background-image: url("../image/bg-h2access.png"); }
.renew-heading-topics { background-image: url("../image/bg-h2topics.png"); }
.renew-heading-binder { background-image: url("../image/bg-h2rookie.png"); }
.renew-heading-clinics { background-image: url("../image/bg-h2search.png"); }
.renew-heading-heart { background-image: url("../image/bg-h2doctor2.png"); }
.renew-heading-message { background-image: url("../image/bg-h2message1nyuin.png"); }
.renew-heading-doctors { background-image: url("../image/bg-h2doctor.png"); }

.hyodaclinic2026 hr.keycolor3 {
  width: 90px;
  margin: 0 auto 50px;
  border: 0;
  border-bottom: 3px solid #F5A32D;
}

.renew-lead {
  margin: 0 auto 28px;
  color: #F5A32D;
  text-align: center;
  font-size: 150%;
  font-weight: 700;
  line-height: 1.7;
}

/* 03. Shared UI: buttons */
.renew-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 24px;
  border-radius: 999px;
  color: #fff !important;
  background: #F5A32D;
  box-shadow: none !important;
  font-size: 100%;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none !important;
}

.renew-btn::after,
.renew-more a::after,
.renew-detail a::after,
.phone-large::after,
.service-card > a:not(.service-photo)::after {
  content: "›";
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  margin-bottom: 7px;
  border-radius: 50%;
  font-size: 190%;
  line-height: 0;
}

.icon-phone::before,
.icon-doc::before {
  display: inline-block;
  margin-right: 10px;
  font-weight: 700;
}

.icon-phone::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../image/ic-btn_tel.png") no-repeat center / contain;
}
.icon-doc::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../image/ic-btn_monshin.png") no-repeat center / contain;
}

.renew-btn-row {
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 18px;
}

.googlemap-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 20px;
  padding: 2px 8px;
  margin: 0 0 8px;
  border: 2px solid #F5A32D;
  border-radius: 10px;
  color: #F5A32D !important;
  background: #fff;
  font-size: 72%;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
}

.hero-card-access .googlemap-btn {
  display: flex;
  width: max-content;
  margin-left: auto;
  margin-right: 0;
}

/* 04. Home page: hero cards */
.renew-hero-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  width: min(920px, calc(100% - 48px));
  margin: 0 auto;
}

.renew-hero-card {
  min-height: 286px;
  padding: 22px 26px 24px;
  border-radius: 6px;
  background: rgba(255, 255, 255, .8);
  box-shadow: 0 10px 26px rgba(156, 91, 24, .24);
}

.renew-hero-card .renew-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 58px;
  padding-top: 0 !important;
  margin: 0 auto 10px !important;
  color: #333;
  font-size: 132% !important;
  line-height: 1.2;
  letter-spacing: .08em;
  background-repeat: no-repeat;
  background-position: left center !important;
  background-size: 48px auto !important;
  overflow: visible;
}

.renew-hero-card .renew-heading-time {
  width: 176px;
  padding-left: 48px !important;
}

.renew-hero-card .renew-heading-access {
  width: 176px;
  padding-left: 48px !important;
}

.renew-hero-card p {
  margin-bottom: 9px;
  font-size: 88%;
  line-height: 1.55;
}

.renew-hero-card .renew-btn-row {
  justify-content: flex-end;
}

.renew-hero-card .renew-btn-row:has(.icon-doc) {
  justify-content: flex-start;
}

.hero-card-time .renew-btn-row {
  justify-content: flex-end !important;
}

.first-web-btn-row {
  justify-content: flex-start;
  margin-bottom: 14px;
}

.first-web-btn-row .renew-btn {
  font-size: 120%;
}

body.hyodaclinic2026 .renew-hero-card .renew-heading {
  min-height: 64px !important;
  background-size: 56px auto !important;
}

body.hyodaclinic2026 .renew-hero-card .renew-heading-time,
body.hyodaclinic2026 .renew-hero-card .renew-heading-access {
  width: 190px !important;
  padding-left: 58px !important;
}

.renew-access-map {
  height: 224px !important;
  max-height: 224px !important;
  margin-top: 12px;
  border: 1px solid #F8DFC0;
  border-radius: 0;
  overflow: hidden !important;
}

.renew-access-map iframe {
  display: block !important;
  width: 100% !important;
  height: 250px !important;
  margin-top: -23px !important;
  border: 0;
}

/* 04. Home page: timetable */
.renew-table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
  table-layout: fixed;
  text-align: center;
  background: #fff;
}

.hero-card-time .renew-table {
  background: transparent;
}

.hero-card-time .hero-time-col-time {
  width: calc(30%);
}

.hero-card-time .hero-time-col-day,
.hero-card-time .hero-time-col-sunday {
  width: calc(10%);
}

.hero-card-time .renew-table .time {
  width: calc(30%) !important;
}

.hero-card-time .renew-table thead th:nth-child(n+2),
.hero-card-time .renew-table tbody td {
  width: calc(10%) !important;
}

.hero-card-time .renew-table thead th:last-child,
.hero-card-time .renew-table tbody td:last-child {
  width: calc(10%) !important;
}

.renew-table th,
.renew-table td {
  padding: 9px 6px;
  border: 1px solid #F2AB45;
  color: #E8891E;
  background: #fff;
  font-weight: 700;
}

.renew-table thead th {
  padding-top: 0;
  padding-bottom: 7px;
  text-align: center;
  border: 0 !important;
  color: #E8891E;
  background: transparent !important;
  font-size: 60%;
}

.renew-table thead th:first-child {
  background: transparent !important;
}

@media screen and (min-width: 769px) {
  .schedule-renew .renew-table thead th:not(.time) {
    font-size: 120%;
  }
}

.renew-table thead th:first-child,
.renew-table tbody th {
  border-left: 0;
}

.renew-table thead th:last-child,
.renew-table tbody td:last-child {
  border-right: 0;
}

.renew-table tbody tr:first-child th,
.renew-table tbody tr:first-child td {
  border-top: 2px solid #F2AB45;
  border-bottom: 1px dotted #F2AB45;
  text-align: center;
}

.renew-table tbody tr:nth-child(2) th,
.renew-table tbody tr:nth-child(2) td {
  border-top: 0;
  border-bottom: 2px solid #F2AB45;
  text-align: center;
}

.renew-table .time {
  width: 34%;
  color: #333;
  background: #FFF4E6 !important;
  font-size: 90%;
  line-height: 1.45;
  letter-spacing: .04em;
}

.renew-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #F5A32D;
}

.renew-note {
  margin-top: 12px;
  color: #333;
  font-size: 78%;
  line-height: 1.65;
}

.hero-card-time .renew-note > span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.red-note {
  display: inline-block;
  padding-left: 0;
  text-indent: 0;
  color: #e60012;
  font-weight: 700;
  white-space: nowrap;
}

/* 04. Home page: topics */
#renew-topics .topics {
  position: relative;
  width: min(960px, 100%);
  margin: 0 auto;
}

#renew-topics .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #909090;
}

#renew-topics .nav-tabs .nav-link {
  min-width: 105px;
  padding: 15px 17px;
  border: 0;
  border-right: 1px solid #d8d8d8;
  border-radius: 0;
  color: #333;
  background: #fff;
  text-align: center;
  font-size: 88%;
}

#renew-topics .nav-tabs .nav-link.active {
  color: #F5A32D;
  font-weight: 700;
}

#renew-topics table.topic {
  width: 100%;
  border-collapse: collapse;
}

#renew-topics table.topic tr {
  border-bottom: 1px dotted #999;
}

#renew-topics table.topic td {
  padding: 14px 10px;
  vertical-align: middle;
  font-size: 92%;
}

#renew-topics table.topic td.date {
  width: 165px;
  white-space: nowrap;
}

#renew-topics table.topic td.category {
  width: 170px;
}

#renew-topics table.topic td.category span {
  display: inline-block;
  min-width: 126px;
  padding: 4px 10px;
  color: #fff;
  text-align: center;
  font-size: 84%;
}

#renew-topics .c0 { background: #0a9b4a; }
#renew-topics .c1 { background: #1567bd; }
#renew-topics .c2 { background: #f0a000; }
#renew-topics .c3 { background: #F5A32D; }
#renew-topics .c4 { background: #65af18; }

#renew-topics .moreBtn {
  margin-top: 30px;
  text-align: center;
}

#renew-topics .moreBtn a,
.renew-detail a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 154px;
  min-height: 42px;
  padding: 0 20px;
  border: 1px solid #777;
  border-radius: 999px;
  color: #333;
  background: #fff;
  font-weight: 700;
  text-decoration: none !important;
}

/* 04. Home page: first visit */
.first-box {
  max-width: 930px;
  margin: 0 auto;
  font-size: 95%;
  line-height: 1.9;
}

.blue-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  border-radius: 50%;
  background: #F5A32D;
}

.priority-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 22px 0;
  padding: 13px 50px 13px 20px;
  border: 2px solid #F5A32D;
  border-radius: 9px;
  font-weight: 700;
  width: 60%;
}

.priority-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 120%;
  padding-right: 14px;
}

.priority-row span.head {
  color: #F5A32D;
  font-size: 120%;
  letter-spacing: 0.3em;
  padding-right: 20px;
  border-right: 2px solid #F5A32D;
}

.priority-row b {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: #F5A32D;
}

.phone-large {
  display: inline-flex;
  align-items: center;
  margin: 6px 0 14px;
  padding: 0 24px;
  border-radius: 999px;
  color: #fff !important;
  background: #F5A32D;
  box-shadow: none !important;
  font-size: 150%;
  font-weight: 700;
  text-decoration: none !important;
  letter-spacing: 0.1em;
}

.phone-large::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  background: url("../image/ic-btn_tel.png") no-repeat center / contain;
}

.phone-large::after {
  width: auto;
  height: auto;
  margin-left: 12px;
  margin-bottom: 5px;
  font-size: 140%;
  line-height: 1;
}

.card-brand {
  margin: 20px auto;
  padding: 8px 18px 12px;
  border: 2px solid #F5A32D;
  border-radius: 10px;
  color: #F5A32D;
  background: transparent;
  text-align: center;
  font-weight: 700;
}

.card-brand-title {
  display: block;
  padding-bottom: 6px;
  border-bottom: 2px solid #F5A32D;
  line-height: 1.35;
}

#first .card-brand-title {
  font-size: 120%;
  letter-spacing: .08em;
}

.brand-badges {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

.brand-badges img {
  display: block;
  width: min(100%, 520px);
  height: auto;
  margin: 0 auto;
}

.renew-detail {
  margin-top: 28px;
  text-align: right;
}

.renew-detail a {
  min-width: 142px;
  min-height: 38px;
  border-color: transparent;
  color: #fff !important;
  background: #FFD27A;
}

/* 04. Home page: symptoms */
.symptom-grid {
  display: grid;
  grid-template-columns: repeat(3, 180px);
  justify-content: center;
  gap: 42px 64px;
}

.symptom-item {
  position: relative;
  display: block;
  width: 180px;
  height: 180px;
  overflow: hidden;
  border-radius: 50%;
  background: transparent;
  text-decoration: none !important;
}

.symptom-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 1.0s ease;
}

.symptom-item:hover img {
  opacity: 0;
}

.symptom-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  transition: opacity 1.0s ease;
}

.symptom-item:hover::after {
  opacity: 1;
}

.symptom-301::after { background-image: url("../image/pt-shoujou201_h.png"); }
.symptom-302::after { background-image: url("../image/pt-shoujou202_h.png"); }
.symptom-303::after { background-image: url("../image/pt-shoujou203_h.png"); }
.symptom-304::after { background-image: url("../image/pt-shoujou204_h.png"); }
.symptom-305::after { background-image: url("../image/pt-shoujou205_h.png"); }
.symptom-306::after { background-image: url("../image/pt-shoujou206_h.png"); }
.symptom-307::after { background-image: url("../image/pt-shoujou207_h.png"); }
.symptom-308::after { background-image: url("../image/pt-shoujou208_h.png"); }
.symptom-309::after { background-image: url("../image/pt-shoujou209_h.png"); }

/* 04. Home page: medical service cards */
#hcshinryo2026 {
  padding-top: 66px;
  padding-bottom: 70px;
  background: #f4f1ea;
}

#hcshinryo2026 .renew-heading {
  margin-bottom: 28px;
}

#hcshinryo2026 > hr.keycolor3 {
  margin-bottom: 42px;
}

#hcshinryo2026 .service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 38px;
  width: min(860px, 100%);
  margin: 0 auto;
}

.service-card {
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
}

.service-card h3 {
  min-height: 58px;
  margin: 0;
  padding: 11px 18px 10px;
  color: #fff;
  background: #F5A32D;
  text-align: center;
  font-size: 132%;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.1em;
}

.service-card h3::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 8px;
  margin-bottom: -14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: brightness(0) invert(1);
  vertical-align: -10px;
}

.service-card h3.icon-injection::before { background-image: url("../image/ic-medsub001.png"); }
.service-card h3.icon-body::before { background-image: url("../image/ic-medsub002.png"); }
.service-card h3.icon-rehab::before { background-image: url("../image/ic-medsub003.png"); }
.service-card h3.icon-car::before { background-image: url("../image/ic-medsub004.png"); }

.service-card img {
  display: block;
  width: 100%;
  height: 176px;
  object-fit: cover;
}

.service-photo {
  display: block;
  overflow: hidden;
  padding: 0 !important;
  text-decoration: none !important;
}

.service-photo img {
  transition: transform .35s ease;
}

.service-photo:hover img {
  transform: scale(1.2);
}

.service-card p {
  min-height: 138px;
  margin: 0;
  padding: 18px 22px 4px;
  font-size: 84%;
  line-height: 1.75;
}

.service-card > a:not(.service-photo) {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 22px 20px;
  color: #F5A32D;
  font-size: 86%;
  font-weight: 700;
  text-decoration: none !important;
}

.service-card > a:not(.service-photo)::after {
  width: 18px;
  height: 18px;
  margin-left: 7px;
  margin-bottom: -2px;
  padding-bottom: 8px;
  color: #fff;
  background: #F5A32D;
  font-size: 160%;
}

/* 04. Home page: message */
.message-renew {
  width: 100%;
  min-height: 420px;
  padding: 72px max(20px, calc((100% - 1080px) / 2));
  background: linear-gradient(90deg, rgba(255,255,255,.85), rgba(255,255,255,.92)), url("../image/bg-message3.jpg") center/cover no-repeat;
}

.message-renew-inner {
  width: min(920px, 100%);
  margin: 0 auto;
  padding: 42px;
  background: rgba(255,255,255,.78);
}

.original-message .message1txt {
  overflow: hidden;
}

.original-message .message1txt img {
  float: right;
  width: 260px;
  margin: 0 0 24px 36px;
}

.message-renew p {
  line-height: 2;
}

.original-message .caption {
  text-align: right;
  font-weight: 700;
}

.original-message .caption span {
  margin-left: 18px;
  font-size: 140%;
}

/* 04. Home page: doctors */
.doctor-grid-renew {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px;
  width: min(920px, 100%);
  margin: 0 auto;
}

.doctor-card-renew {
  min-height: 270px;
  padding: 32px;
  border: 2px solid #F5A32D;
  background: #fff;
}

.doctor-card-renew h3 {
  margin: 0 0 8px;
  font-size: 150%;
  font-weight: 700;
}

.doctor-card-renew h4 {
  margin: 0 0 22px;
  color: #F5A32D;
  font-family: "Poppins", sans-serif;
  font-size: 78%;
  font-weight: 700;
  letter-spacing: .12em;
}

.doctor-card-renew p {
  padding-top: 20px;
  border-top: 2px solid #F5A32D;
  line-height: 1.8;
}

/* 04. Home page: recruit */
.recruit-renew {
  position: relative;
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto 62px;
  padding: 18px;
  background: #f4f1ea;
}

.recruit-renew a {
  display: block;
  min-height: 160px;
  padding: 42px 70px;
  border: 6px solid #F4BC62;
  color: #333;
  background: linear-gradient(90deg, rgba(255,255,255,.92), rgba(255,255,255,.72)), url("../image/bg-recruit3.jpg") right center/cover no-repeat;
  text-decoration: none !important;
}

.recruit-renew .recruitinfo h3 {
  margin: 0 0 12px;
  color: #333;
  font-size: 180%;
  font-weight: 700;
  letter-spacing: .2em;
}

.recruit-renew .recruitinfo p {
  margin: 0;
  line-height: 1.8;
}

.recruit-renew .recruitlogo {
  position: absolute;
  top: 38px;
  right: 58px;
  color: #F5A32D;
  font-family: "Poppins", sans-serif;
  font-size: 120%;
  font-weight: 700;
  letter-spacing: .4em;
}

/* 04. Home page: lower timetable */
.schedule-renew {
  width: min(930px, calc(100% - 40px));
  margin: 0 auto 76px;
  overflow: hidden;
  border: 2px solid #F5A32D;
  border-radius: 8px;
  background: #fff;
}

.schedule-renew .renew-heading {
  margin: 0;
  padding: 15px 16px 15px 16px;
  color: #fff;
  background-color: #F5A32D;
  background-image: url("../image/ic-time_w.png");
  background-position: calc(50% - 78px) center;
  background-size: auto 32px;
  font-size: 150%;
  letter-spacing: .08em;
}

.schedule-renew > hr.keycolor3 {
  display: none;
}

.schedule-renew-inner {
  padding: 30px 54px 34px;
}

.schedule-renew .renew-table {
  border-top: 0;
  border-bottom: 0;
}

.schedule-renew .renew-table th,
.schedule-renew .renew-table td {
  padding: 17px 1px;
  border-color: #F5A32D;
}

.schedule-renew .renew-table thead th {
  padding: 0 8px 10px;
  border: 0 !important;
  color: #E8891E;
  font-size: 70%;
}

.schedule-renew .renew-table tbody tr:first-child th,
.schedule-renew .renew-table tbody tr:first-child td {
  border-top: 3px solid #F5A32D;
  border-bottom: 2px dotted #F5A32D;
  text-align: center;
}

.schedule-renew .renew-table tbody tr:nth-child(2) th,
.schedule-renew .renew-table tbody tr:nth-child(2) td {
  border-top: 0;
  border-bottom: 3px solid #F5A32D;
  text-align: center;
}

.schedule-renew .renew-table .time {
  width: 30%;
  font-size: 126%;
}

.schedule-renew .renew-table small {
  display: block;
  margin-top: 4px;
  font-size: 62%;
  font-weight: 700;
}

.schedule-renew .renew-dot {
  width: 22px;
  height: 22px;
}

.schedule-renew .renew-btn {
  min-width: 220px;
  min-height: 52px;
  font-size: 135%;
  font-weight: 800;
}

.schedule-contact-row {
  align-items: flex-end;
}

.schedule-phone-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.schedule-phone-label {
  margin: 0 0 7px;
  color: #F5A32D;
  font-size: 100%;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.schedule-renew .card-brand {
  width: calc(100% - 72px);
  max-width: 780px;
  margin: 28px auto 6px;
  padding: 16px 30px 24px;
  border: 0;
  border-radius: 12px;
  color: #F5A32D;
  background: #f5f3ee;
}

.schedule-renew .card-brand-title {
  padding-bottom: 12px;
  border-bottom: 2px solid #F5A32D;
  font-size: 160%;
  line-height: 1.3;
  letter-spacing: .08em;
}

.schedule-renew .brand-badges {
  margin-top: 22px;
}

.schedule-renew .brand-badges img {
  width: min(100%, 650px);
}

/* 04. Home page: access */
.access-renew {
  width: min(1000px, calc(100% - 40px));
  margin: 0 auto 70px;
}

.access-renew-main {
  display: grid;
  grid-template-columns: 355px 1fr;
  gap: 34px;
  align-items: stretch;
}

.access-renew-info {
  padding: 0;
}

.access-renew-info h3 {
  margin-bottom: 14px;
  color: #F5A32D;
  font-size: 165%;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.1em;
}

.access-renew-info p {
  margin-bottom: 18px;
  color: #4c4948;
  line-height: 1.8;
}

.access-renew-info strong {
  color: #333;
  font-size: 160%;
  letter-spacing: .08em;
}

.access-address {
  font-size: 105%;
  letter-spacing: 0.02em;
}

.access-contact-list {
  margin: 18px 0 16px;
}

.access-contact {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 7px 0;
  color: #4c4948 !important;
  font-size: 210%;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.access-contact img {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.access-contact-fax {
  margin-bottom: 0 !important;
}

.access-train {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 16px;
  align-items: center;
  margin: 10px 0 22px;
  color: #F5A32D;
}

.access-train img {
  width: 78px;
  height: 78px;
  object-fit: contain;
}

.access-train p {
  margin: 0;
  color: #F5A32D;
  font-size: 122%;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.06em;
}

.access-point {
  margin: 0 !important;
  padding: 18px 18px;
  border-radius: 8px;
  color: #F5A32D !important;
  background: #f4f1ea;
  font-size: 122%;
  font-weight: 700;
  line-height: 1.75 !important;
  letter-spacing: 0.06em;
}

.access-renew-map {
  height: auto !important;
  min-height: 460px !important;
  max-height: none !important;
  overflow: hidden !important;
}

.access-renew-map iframe {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 460px !important;
  border: 0;
}

/* 04. Home page: route */
.route-renew {
  margin-top: 34px;
  padding: 0;
  background: #f4f1ea;
}

.route-renew h3 {
  margin: 0;
  padding: 0;
  background: #F5A32D;
  font-size: 100%;
  line-height: 1.5;
}

.route-accordion-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 66px;
  padding: 14px 22px;
  border: 0;
  color: #fff;
  background: #F5A32D;
  text-align: center;
  font-size: 165%;
  font-weight: 700;
  cursor: pointer;
  appearance: none;
  font-family: inherit;
  letter-spacing: 0.08em;
}

.route-accordion-toggle::after {
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  margin-left: 18px;
  background: url("../image/ic-circlearrow.png") center / contain no-repeat;
  transition: transform .2s ease;
}

.route-accordion-toggle[aria-expanded="true"]::after {
  transform: rotate(90deg);
}

.route-accordion-toggle:focus-visible {
  outline: 3px solid #fff;
  outline-offset: -6px;
}

.route-accordion-body {
  max-height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .45s ease, padding .45s ease, opacity .3s ease;
}

.route-accordion-body.is-open {
  max-height: 4000px;
  padding: 24px 0 34px;
  opacity: 1;
}

.route-lead {
  width: calc(100% - 68px);
  margin: 0 auto 20px;
  text-align: center;
  line-height: 1.8;
}

.route-lead strong {
  color: #e23a2e;
}

.route-renew h4 {
  width: fit-content;
  margin: 8px auto 24px;
  padding: 9px 42px;
  border: 2px solid #F5A32D;
  border-radius: 999px;
  color: #F5A32D;
  background: #fff;
  text-align: center;
  font-size: 118%;
  font-weight: 700;
}

.route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding: 0 36px;
  margin-bottom: 38px;
}

.route-step img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: initial;
  background: transparent;
}

.route-step strong {
  display: none;
}

.route-step p {
  margin: 9px 0 0;
  font-size: 90%;
  line-height: 1.55;
}

.route-step p span {
  color: #e60012;
  font-weight: 700;
  text-decoration: underline;
}

/* 05. Lower pages: Q&A */
.renew-heading-faq {
  background-image: url("../image/bg-h2qa.png");
}

.about2026 .renew-heading-faq {
  background-image: url("../image/bg-h2doctor2.png");
}

.hyodaclinic2026 .qa-wrap {
  background: #fff;
}

.hyodaclinic2026 .qa-wrap #contents {
  overflow: visible;
}

.qa-renew {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: 48px 0 0;
}

.qa-renew .renew-heading {
  margin-top: 0;
  margin-bottom: 24px;
}

.qa-category {
  scroll-margin-top: 150px;
  box-sizing: border-box;
  width: 100vw;
  margin: 54px 0 0 calc(50% - 50vw);
  padding: 54px 0 46px;
  padding-right: max(20px, calc((100vw - 980px) / 2));
  padding-left: max(20px, calc((100vw - 980px) / 2));
  background: #fff;
}

.qa-category:nth-of-type(odd) {
  background: #f4f1ea;
}

.qa-category h3 {
  width: min(720px, 100%);
  margin: 0 auto 32px;
  padding: 15px 24px 14px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg, #E8891E 0%, #FFE0A3 100%);
  font-size: 150%;
  font-weight: 700;
  text-align: center;
  letter-spacing: .18em;
  line-height: 1.35;
}

.qa-list {
  display: grid;
  gap: 12px;
}

.qa-item {
  background: #fff;
}

.qa-category:nth-of-type(even) .qa-item,
.qa-category:nth-of-type(even) .qa-question,
.qa-category:nth-of-type(even) .qa-answer {
  background: #f4f1ea;
}

.qa-category:nth-of-type(odd) .qa-item,
.qa-category:nth-of-type(odd) .qa-question,
.qa-category:nth-of-type(odd) .qa-answer {
  background: #fff;
}

.qa-question {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  width: 100%;
  min-height: 54px;
  padding: 0;
  border: 0;
  color: #4c4948;
  font: inherit;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.qa-question:focus {
  outline: 2px solid #F5A32D;
  outline-offset: 2px;
}

.qa-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-left: 7px;
  color: #fff;
  background: #F5A32D;
  font-size: 180%;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1;
}

.qa-text {
  padding: 0 18px;
  line-height: 1.7;
}

.qa-toggle {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
}

.qa-toggle::before,
.qa-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  background: #F5A32D;
  transform: translate(-50%, -50%);
  transition: transform .25s ease, opacity .25s ease;
}

.qa-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.qa-item.is-open .qa-toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}

.qa-answer {
  display: none;
  overflow: hidden;
}

.qa-answer-inner {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: start;
  padding: 0 0 18px;
}

.qa-mark-answer {
  background: #f28b9a;
}

.qa-answer p {
  margin: 0;
  padding: 10px 18px 0;
  color: #5b5652;
  font-size: 96%;
  line-height: 1.9;
}

.qa-answer strong {
  font-weight: 700;
}

.qa-answer .qa-red-text {
  color: #d90000;
}

.qa-answer .qa-web-btn,
.qa-answer .qa-phone-btn {
  min-height: 42px;
  margin: 8px 0 0 12px;
  padding: 0 24px;
  vertical-align: middle;
}

/* 06. Responsive: home and shared */
@media screen and (max-width: 768px) {
  /* Header and mobile navigation */
  body.hyodaclinic2026 {
    padding-top: 70px;
    padding-bottom: 86px;
  }

  .hyodaclinic2026 #header2_wrap {
    min-height: 0;
    padding-top: 24px;
    padding-bottom: 24px;
    background-image: url("../image/ph-headerimg202_mobile2026.jpg");
    background-size: 120%;
  }

  .hyodaclinic2026 #header2 {
    left: 0;
    z-index: 1000002;
    width: 100%;
    height: 70px;
    overflow: visible;
    transform: none;
  }

  .hyodaclinic2026 #header2 #headlogo h1 {
    width: 250px;
    padding-top: 58px;
    background-position: left 12px center;
  }

  .hyodaclinic2026 #header2 .headaccess,
  .hyodaclinic2026 #header2 .headcontact_wrap {
    display: none;
  }

  .hyodaclinic2026 #header2 ul.headmenu {
    display: block;
    position: fixed;
    z-index: 1000002;
    top: 0;
    right: -100%;
    left: auto;
    bottom: auto;
    width: 70%;
    height: 100vh;
    overflow-y: auto;
  }

  .hyodaclinic2026 #hamburger_wrap {
    z-index: 1000003;
  }

  .hyodaclinic2026 #humburger_wall {
    z-index: 1000001;
  }

  .hyodaclinic2026 #header2 ul.headmenu li {
    display: block;
    width: 100%;
    border-right: 0;
    font-size: 95%;
  }

  .hyodaclinic2026 #header2 ul.headmenu a {
    justify-content: flex-start;
    height: auto;
    min-height: 48px;
    white-space: normal;
  }

  .renew-side-contact {
    display: none;
  }

  .renew-mobile-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000004;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    padding: 0 0 env(safe-area-inset-bottom);
    background: transparent;
    box-shadow: none;
  }

  .renew-mobile-cta-btn {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    border-radius: 0;
    color: #fff !important;
    font-size: 80%;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none !important;
    white-space: nowrap;
  }

  .renew-mobile-cta-btn::before {
    content: "";
    width: 22px;
    height: 22px;
    margin: 0 0 4px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .renew-mobile-cta-web {
    background: #777;
  }

  .renew-mobile-cta-web::before {
    background-image: url("../image/ic-btn_monshin.png");
  }

  .renew-mobile-cta-phone {
    background: #62b928;
  }

  .renew-mobile-cta-phone::before {
    background-image: url("../image/ic-btn_tel.png");
  }

  .renew-mobile-cta-contact {
    background: #F5A32D;
  }

  .renew-mobile-cta-contact::before {
    background-image: url("../image/ic-mail2.png");
  }

  /* Shared layout */
  .renew-hero-panels,
  #hcshinryo2026 .service-grid,
  .doctor-grid-renew,
  .access-renew-main,
  .route-grid {
    grid-template-columns: 1fr;
  }

  .renew-hero-panels,
  .renew-section,
  .access-renew,
  .schedule-renew,
  .recruit-renew {
    width: calc(100% - 24px);
  }

  .renew-hero-panels {
    gap: 18px;
  }

  .access-renew-main {
    gap: 24px;
  }

  /* Access and route */
  .access-renew-info h3 {
    font-size: 150%;
  }

  .access-address {
    font-size: 104%;
  }

  .access-contact {
    gap: 10px;
    font-size: 175%;
    letter-spacing: 0.06em;
  }

  .access-contact img {
    width: 36px;
    height: 36px;
  }

  .access-train {
    grid-template-columns: 74px 1fr;
    gap: 14px;
  }

  .access-train img {
    width: 74px;
    height: 74px;
  }

  .access-train p,
  .access-point {
    font-size: 118%;
  }

  .access-renew-map,
  .access-renew-map iframe {
    height: 300px !important;
    max-height: 300px !important;
  }

  .route-accordion-toggle {
    min-height: 64px;
    padding: 12px 16px;
    font-size: 145%;
    letter-spacing: 0.04em;
  }

  .route-accordion-toggle::after {
    width: 32px;
    height: 32px;
    margin-left: 12px;
  }

  /* Home sections */
  .renew-hero-card {
    min-height: auto;
    padding: 20px 14px;
  }

  .renew-section,
  .renew-section.renew-beige {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .renew-lead {
    font-size: 118%;
    text-align: left;
  }

  #renew-topics .nav-tabs .nav-link {
    min-width: 50%;
    padding: 12px 8px;
  }

  #renew-topics table.topic,
  #renew-topics table.topic tbody,
  #renew-topics table.topic tr,
  #renew-topics table.topic td {
    display: block;
    width: 100%;
  }

  #renew-topics table.topic td {
    padding: 6px 0;
  }

  #renew-topics table.topic tr {
    padding: 14px 0;
  }

  .priority-row,
  .renew-btn-row {
    align-items: stretch;
    flex-direction: column;
  }

  .priority-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .priority-row span {
    grid-column: 1 / -1;
    padding-right: 0;
  }

  .priority-row span.head {
    grid-column: 1 / -1;
    color: #F5A32D;
    font-size: 120%;
    letter-spacing: 0.3em;
    padding-right: 0px;
    border-right: 0px;
  }

  /* Symptoms and message */
  .symptom-grid {
    grid-template-columns: repeat(2, 138px);
    gap: 26px 22px;
  }

  .symptom-item {
    width: 138px;
    height: 138px;
  }

  .message-renew-inner {
    padding: 26px 20px;
  }

  .original-message .message1txt img {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }

  .recruit-renew a {
    padding: 34px 24px;
    background-position: center;
  }

  .recruit-renew .recruitlogo {
    position: static;
    margin-top: 12px;
  }

  /* Schedule and services */
  .schedule-renew-inner {
    padding: 20px 12px 24px;
  }

  .schedule-renew .renew-btn {
    width: 100%;
    min-width: 0;
  }

  .schedule-renew .card-brand {
    width: 100%;
    margin-top: 22px;
    padding: 14px 14px 18px;
  }

  .schedule-renew .card-brand-title {
    font-size: 112%;
    letter-spacing: .04em;
  }

  .schedule-renew .brand-badges {
    margin-top: 14px;
  }

  #hcshinryo2026 .service-grid {
    gap: 24px;
  }

  #hcshinryo2026 .service-card h3 {
    font-size: 118%;
  }

  #hcshinryo2026 .service-card img {
    height: 170px;
  }

  #hcshinryo2026 .service-card p {
    min-height: 0;
  }

  /* Q&A */
  .qa-renew {
    width: calc(100% - 24px);
    padding-top: 36px;
    padding-bottom: 0;
  }

  .qa-category {
    scroll-margin-top: 90px;
    margin-top: 38px;
    padding-top: 38px;
    padding-bottom: 34px;
  }

  .qa-category h3 {
    padding: 13px 18px 12px;
    font-size: 118%;
    letter-spacing: .08em;
  }

  .qa-question {
    grid-template-columns: 38px 1fr 38px;
    min-height: 50px;
  }

  .qa-mark,
  .qa-toggle {
    width: 38px;
    height: 38px;
  }

  .qa-mark {
    font-size: 150%;
  }

  .qa-text {
    padding: 0 10px;
    font-size: 92%;
  }

  .qa-answer-inner {
    grid-template-columns: 38px 1fr;
  }

  .qa-answer p {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 90%;
  }

  .qa-answer .qa-web-btn,
  .qa-answer .qa-phone-btn {
    width: 100%;
    margin: 10px 0 0;
  }
}

/* 05. Lower pages: About */
.about-main {
  background: #fff;
}

.about-section {
  box-sizing: border-box;
  width: min(920px, calc(100% - 40px));
  margin: 0 auto;
  padding: 68px 0;
  font-size: 95%;
  line-height: 1.9;
}

.about-section.about-beige,
.about-intro,
.about2026 .about-service.about-beige {
  width: 100%;
  padding-right: max(20px, calc((100% - 920px) / 2));
  padding-left: max(20px, calc((100% - 920px) / 2));
  background: #f4f1ea;
}

.about-intro {
  padding-top: 48px;
}

.about-intro .renew-heading {
  margin-top: 0;
  margin-bottom: 22px;
}

.about-lead {
  margin: 0 auto 26px;
  color: #F5A32D;
  text-align: center;
  font-size: 150%;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: .08em;
}

.about-lead.small {
  font-size: 118%;
}

.about-feature-box,
.about-note-box,
.about-flow {
  margin: 28px auto;
  padding: 24px 28px;
  background: #fff;
  border: 1px solid #F8DFC0;
}

.about-feature-box h3,
.about-note-box h3,
.about-flow h3 {
  margin: 0 0 18px;
  color: #F5A32D;
  text-align: center;
  font-size: 128%;
  font-weight: 700;
  letter-spacing: .08em;
}

.about-feature-box ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-feature-box li {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 18px;
  align-items: center;
  color: #4c4948;
}

.about-feature-box span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  border-radius: 999px;
  color: #fff;
  background: #F5A32D;
  font-weight: 700;
}

.about-first-box {
  max-width: 820px;
  margin-top: 34px;
}

.about-two-col {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 34px;
  align-items: center;
  margin: 0 0 28px;
}

.about-two-col img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.about-two-col h3 {
  margin: 0 0 12px;
  color: #F5A32D;
  font-size: 150%;
  font-weight: 700;
  line-height: 1.6;
}

.about-blue-panel {
  margin: 28px 0;
  padding: 18px 24px 24px;
  border: 2px solid #F5A32D;
  border-radius: 8px;
}

.about-blue-panel h3 {
  width: fit-content;
  margin: -34px auto 18px;
  padding: 5px 42px;
  color: #F5A32D;
  background: #fffdf9;
  font-size: 118%;
  font-weight: 700;
  letter-spacing: .12em;
}

.about-blue-panel ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-blue-panel li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border-radius: 999px;
  color: #fff;
  background: #F5A32D;
  font-weight: 700;
  text-align: center;
}

.about-subtitle-bar {
  margin: 26px 0 22px;
  padding: 11px 18px;
  color: #fff;
  background: #F5A32D;
  text-align: center;
  font-size: 130%;
  font-weight: 700;
  letter-spacing: .14em;
}

.about-flow ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-flow li {
  display: flex;
  align-items: center;
  min-height: 46px;
  background: #FFF4E6;
  color: #F5A32D;
  font-weight: 700;
}

.about-flow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  min-height: 46px;
  margin-right: 12px;
  color: #fff;
  background: #F5A32D;
  font-size: 150%;
}

.about-card-grid {
  display: grid;
  gap: 26px;
}

.about-card-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-card {
  overflow: hidden;
  border: 1px solid #F8DFC0;
  background: #fff;
}

.about-card h3 {
  margin: 0;
  padding: 12px 16px;
  color: #fff;
  background: #F5A32D;
  text-align: center;
  font-size: 118%;
  font-weight: 700;
  letter-spacing: .08em;
}

.about-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.about-card p {
  margin: 0;
  padding: 18px 20px 22px;
}

.about-facility {
  padding-bottom: 78px;
}

.about-facility .renew-heading {
  margin-top: 0;
}

.facility-main {
  margin: 0 auto 28px;
  text-align: center;
}

.facility-main img {
  display: block;
  width: min(760px, 100%);
  margin: 0 auto 12px;
}

.facility-main p {
  color: #6d6d6d;
  font-size: 88%;
}

.facility-grid .about-card h3 {
  color: #F5A32D;
  background: #fff;
  border-bottom: 2px solid #F5A32D;
}

.facility-wide {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 28px;
  align-items: center;
  margin: 30px 0;
  padding: 24px;
  background: #f4f1ea;
}

.facility-wide img {
  display: block;
  width: 100%;
}

.facility-wide h3 {
  margin: 0 0 12px;
  color: #F5A32D;
  font-size: 124%;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .about-section,
  .about-section.about-beige,
  .about-intro,
  .about2026 .about-service.about-beige {
    width: 100%;
    padding: 48px 16px;
  }

  .about-lead {
    font-size: 118%;
    text-align: left;
  }

  .about-blue-panel ul,
  .about-card-grid.two,
  .about-flow ol,
  .about-two-col,
  .facility-wide {
    grid-template-columns: 1fr;
  }

  .about-feature-box,
  .about-note-box,
  .about-flow {
    padding: 20px 16px;
  }

  .about-feature-box li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .about-two-col {
    gap: 18px;
  }

  .about-blue-panel h3 {
    margin-top: -31px;
    padding: 5px 22px;
  }

  .facility-wide {
    padding: 18px;
  }
}

.about-facility .renew-heading {
  background-image: url("../image/bg-h2facility.png");
}

.about-facility .about-card {
  overflow: hidden;
  border: 1px solid #F8DFC0;
  border-radius: 0;
  background: #fff;
}

.about-facility .about-card h3 {
  color: #F5A32D;
  background: #fff;
  border-bottom: 2px solid #F5A32D;
}

.about-facility .facility-wide {
  display: block;
  margin: 36px auto;
  padding: 0;
  background: transparent;
}

.about-facility .facility-wide img {
  display: block;
  width: 100%;
  margin: 0 auto 22px;
}

.about-facility .facility-wide h3 {
  margin: 0 0 18px;
  padding-bottom: 14px;
  border-bottom: 2px solid #F5A32D;
  color: #4c4948;
  text-align: center;
  font-size: 150%;
  font-weight: 700;
  letter-spacing: .08em;
}

.about-facility .facility-wide p {
  margin: 0 0 18px;
  line-height: 2;
  text-align: center;
}

.facility-target {
  display: grid;
  grid-template-columns: 190px 1fr;
  align-items: center;
  gap: 24px;
  margin: 26px 0 32px;
  padding: 18px 24px;
  background: #f4f1ea;
}

.facility-target h4 {
  margin: 0;
  padding: 6px 22px 6px 0;
  border-right: 2px solid #F5A32D;
  color: #F5A32D;
  text-align: center;
  font-size: 118%;
  font-weight: 700;
  line-height: 1.4;
}

.facility-target ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.facility-target li {
  position: relative;
  padding-left: 16px;
  color: #4c4948;
  font-size: 98%;
  line-height: 1.6;
}

.facility-target li::before {
  content: "";
  position: absolute;
  top: .62em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #F5A32D;
}

/* 05. Lower pages: About detail adjustments */
.about2026 .about-section {
  width: min(980px, calc(100% - 40px));
  padding-top: 76px;
  padding-bottom: 76px;
}

.about2026 .about-intro,
.about2026 .about-service.about-beige {
  width: 100%;
  padding-right: max(20px, calc((100% - 980px) / 2));
  padding-left: max(20px, calc((100% - 980px) / 2));
  background: #f4f1ea;
}

.about2026 .renew-heading {
  color: #4c4948;
  letter-spacing: .18em;
}

.about2026 .about-lead,
.about2026 .renew-lead {
  color: #E8891E;
  text-align: center;
  font-size: 164%;
  line-height: 1.75;
  letter-spacing: .08em;
}

.about-department-box {
  display: grid;
  grid-template-columns: 210px 1fr;
  align-items: center;
  margin: 34px auto 42px;
  padding: 26px 38px;
  border: 2px solid #F5A32D;
  border-radius: 12px;
}

.about-department-box h3 {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding-right: 34px;
  border-right: 2px solid #F5A32D;
  color: #F5A32D;
  font-size: 132%;
  font-weight: 700;
  letter-spacing: .2em;
}

.about-department-box ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 48px;
  margin: 0;
  padding: 0 0 0 54px;
  list-style: none;
  font-size: 118%;
}

.about-department-box li::before,
.about-notes li::before,
.about-dot-list li::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 9px;
  border-radius: 50%;
  background: #F5A32D;
}

@media screen and (max-width: 768px) {
  .about-department-box h3 {
    text-align: center;
  }

  .about-department-box ul {
    display: block;
  }

  .about-department-box li {
    display: block;
    width: 100%;
  }
}

.about-feature-box {
  padding: 34px 38px 40px;
  border: 0;
}

.about-feature-box h3 {
  padding-bottom: 18px;
  border-bottom: 3px solid #F5A32D;
  font-size: 160%;
  letter-spacing: .14em;
}

.about-feature-box li {
  grid-template-columns: 290px 1fr;
  gap: 34px;
  font-size: 112%;
  line-height: 1.65;
}

.about-feature-box span {
  min-height: 38px;
  font-size: 94%;
}

.about-first-box {
  color: #4c4948;
}

.about-first-box > p {
  font-size: 92%;
}

#first .about-first-box > .renew-lead {
  font-size: 164%;
}

.about-first-box .phone-large {
  font-size: 140%;
}

.about-notes {
  margin: 16px 0;
  padding: 0;
  list-style: none;
  font-size: 92%;
  line-height: 1.9;
}

.about-notes li {
  margin-bottom: 8px;
  padding-left: 0;
}

.about-notes li.red {
  color: #e60012;
  font-weight: 700;
}

.about-notes .red {
  color: #e60012;
  font-weight: 700;
}

.about2026 .priority-row {
  background: #fffdf9;
}

.about-two-col {
  grid-template-columns: 1fr 410px;
  gap: 66px;
  align-items:flex-start;
}

.about-two-col p {
  font-size: 118%;
  line-height: 2;
}

.about-two-col img {
  aspect-ratio: 4 / 3;
}

.about-blue-panel {
  margin-top: 62px;
  padding: 30px 40px 42px;
  border-radius: 10px;
}

.about-blue-panel h3 {
  width: 100%;
  margin: 0 0 30px;
  padding: 0 0 16px;
  border-bottom: 2px solid #F5A32D;
  color: #F5A32D;
  background: transparent;
  text-align: center;
  font-size: 160%;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .12em;
}

.about-blue-panel ul {
  gap: 18px 70px;
}

.about-blue-panel li {
  min-height: 44px;
  font-size: 112%;
}

.about-note-box {
  margin-top: 58px;
  padding: 36px 42px;
  border: 0;
  background: #f4f1ea;
}

.about-beige .about-note-box {
  background: #fff;
}

.about-note-box h3 {
  text-align: left;
  font-size: 150%;
}

.about-note-box p,
.about-service > p,
.about-question-box p {
  font-size: 104%;
  line-height: 2;
}

.about-subtitle-bar {
  margin-top: 56px;
  font-size: 170%;
}

.about-two-col-reverse {
  grid-template-columns: 1fr 390px;
}

.about-blue-text {
  color: #F5A32D;
  font-weight: 700;
}

.about-dot-list {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  font-size: 116%;
  line-height: 1.9;
}

.about-card-grid.two {
  gap: 32px;
}

.about-card {
  border: 2px solid #F5A32D;
  border-radius: 18px;
}

.about-card h3 {
  font-size: 170%;
}

.about-card p {
  font-size: 100%;
  line-height: 2;
}

.about-flow,
.about-check-box {
  margin: 46px auto;
  padding: 34px 42px;
  background: #fff;
  border: 0;
}

.about-flow h3,
.about-check-box h3 {
  margin: 0 0 22px;
  padding-bottom: 18px;
  border-bottom: 2px solid #F5A32D;
  color: #F5A32D;
  text-align: center;
  font-size: 164%;
  font-weight: 700;
}

.about-flow ol {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.about-flow li {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 42px;
  align-items: center;
  min-height: 58px;
  background: transparent;
  color: inherit;
  font-weight: 400;
}

.about-flow li strong {
  display: flex;
  align-items: center;
  min-height: 56px;
  border: 2px solid #F5A32D;
  color: #F5A32D;
  background: #fff;
  font-size: 134%;
  letter-spacing: .14em;
}

.about-flow li span {
  flex: 0 0 72px;
  width: 72px;
  min-height: 56px;
  margin-right: 24px;
  font-size: 220%;
}

.about-flow li em {
  display: flex;
  align-items: center;
  color: #4c4948;
  font-style: normal;
  font-size: 104%;
}

.about-check-box {
  border: 2px solid #F5A32D;
  border-radius: 10px;
  background: #fffdf9;
}

.about-check-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-check-box li {
  margin: 10px 0;
  font-size: 105%;
}

.about-check-box li::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 2px;
  background: url("../image/ic-check2.png") no-repeat center / contain;
  vertical-align: -7px;
}

.about-question-box h3::before {
  content: "?";
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-right: 18px;
  border-radius: 50%;
  color: #fff;
  background: #F5A32D;
  font-size: 160%;
  vertical-align: middle;
}

.facility-main {
  position: relative;
}

.facility-main span {
  position: absolute;
  right: 26px;
  bottom: 68px;
  display: grid;
  place-items: center;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  color: #F5A32D;
  background: rgba(255,255,255,.9);
  text-align: center;
  font-weight: 700;
  line-height: 1.35;
}

.about-facility .about-card {
  border: 0;
  border-radius: 0;
}

.about-facility .about-card h3 {
  color: #4c4948;
  background: #fff;
  border-bottom: 2px solid #F5A32D;
}

@media screen and (max-width: 768px) {
  .about2026 .about-section,
  .about2026 .about-intro,
  .about2026 .about-service.about-beige {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .about-department-box,
  .about-feature-box li,
  .about-two-col,
  .about-two-col-reverse,
  .about-flow ol {
    grid-template-columns: 1fr;
  }

  .about-department-box h3 {
    display: block;
    padding: 0 0 14px;
    border-right: 0;
    border-bottom: 2px solid #F5A32D;
  }

  .about-department-box ul {
    padding: 18px 0 0;
  }

  .about2026 .about-lead,
  .about2026 .renew-lead {
    font-size: 118%;
  }

  .about-flow li {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .about-flow li em {
    margin: 8px 0 18px;
  }

  .facility-main span {
    right: 10px;
    bottom: 52px;
    width: 92px;
    height: 92px;
    font-size: 82%;
  }

  .facility-target {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .facility-target h4 {
    padding: 0 0 12px;
    border-right: 0;
    border-bottom: 2px solid #F5A32D;
  }
}

/* 05. Lower pages: About accident flow */
#accident .about-flow {
  box-sizing: border-box !important;
  width: 100% !important;
  margin: 46px auto !important;
  padding: 34px 42px 40px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
}

#accident .about-flow h3 {
  margin: 0 0 26px !important;
  padding: 0 0 18px !important;
  border: 0 !important;
  border-bottom: 2px solid #F5A32D !important;
  color: #F5A32D !important;
  background: transparent !important;
  text-align: center !important;
  font-size: 164% !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  letter-spacing: .12em !important;
}

#accident .about-flow > p {
  margin: 0 0 28px !important;
  padding: 0 !important;
  color: #4c4948 !important;
  font-size: 104% !important;
  font-weight: 700 !important;
  line-height: 1.9 !important;
}

#accident .about-flow ol {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

#accident .about-flow li {
  display: grid !important;
  grid-template-columns: 360px 1fr !important;
  gap: 42px !important;
  align-items: center !important;
  min-height: 58px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #4c4948 !important;
  background: transparent !important;
  font-weight: 400 !important;
}

#accident .about-flow .accident-flow-label {
  display: grid !important;
  grid-template-columns: 72px 1fr !important;
  align-items: stretch !important;
  box-sizing: border-box !important;
  width: 100% !important;
  min-height: 58px !important;
  border: 2px solid #F5A32D !important;
  color: #F5A32D !important;
  background: #fff !important;
}

#accident .about-flow .accident-flow-num {
  display: grid !important;
  place-items: center !important;
  width: 72px !important;
  height: 100% !important;
  min-height: 58px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: #fff !important;
  background: #F5A32D !important;
}

#accident .about-flow .accident-flow-num img {
  display: block !important;
  width: 30px !important;
  height: auto !important;
  max-width: none !important;
}

#accident .about-flow .accident-flow-label strong {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 18px !important;
  border: 0 !important;
  color: #F5A32D !important;
  background: transparent !important;
  font-size: 134% !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: .14em !important;
  white-space: nowrap !important;
}

#accident .about-flow li em {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #4c4948 !important;
  font-size: 104% !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 1.8 !important;
}

@media screen and (max-width: 768px) {
  #accident .about-flow {
    padding: 24px 16px 28px !important;
  }

  #accident .about-flow li {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  #accident .about-flow .accident-flow-label {
    grid-template-columns: 58px 1fr !important;
  }

  #accident .about-flow .accident-flow-num {
    width: 58px !important;
    min-height: 52px !important;
  }

  #accident .about-flow .accident-flow-num img {
    width: 24px !important;
  }

  #accident .about-flow .accident-flow-label strong {
    font-size: 112% !important;
  }
}

/* 05. Lower pages: About concern headings */
.about2026 .about-blue-panel h3 {
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 30px;
  padding: 0 0 16px;
  border: 0;
  border-bottom: 2px solid #F5A32D;
  color: #F5A32D;
  background: transparent;
  text-align: center;
  font-size: 160%;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .12em;
}

@media screen and (max-width: 768px) {
  .about2026 .about-blue-panel h3 {
    width: 100%;
    margin: 0 0 22px;
    padding: 0 0 12px;
    font-size: 128%;
  }

  .about2026 .orthopedic-joint {
    flex-wrap: wrap;
    line-height: 1.35;
  }

  .about2026 .orthopedic-joint .sp-line-break {
    display: block;
    flex-basis: 100%;
    text-align: center;
  }
}

.about2026 #pain .renew-heading-faq {
  background-image: url("../image/bg-h2pain.png") !important;
}

.about2026 #orthopedics .renew-heading-faq {
  background-image: url("../image/bg-h2seikei.png") !important;
}

.about2026 #rehab .renew-heading-faq {
  background-image: url("../image/bg-h2walk.png") !important;
}

.about2026 #accident .renew-heading-faq {
  background-image: url("../image/bg-h2jiko.png") !important;
}

/* 05. Lower pages: first-timers */
body.hyodaclinic2026.first2026,
.first2026-main {
  background: #fff;
}

.first2026 #gairaimenu {
  box-sizing: border-box;
  width: min(1000px, calc(100% - 40px));
  height: auto;
  min-height: 82px;
  margin: 56px auto 0;
  padding: 17px 24px 14px;
  border-radius: 12px 12px 0 0;
  background: #f4f2eb;
  text-align: center;
}

.first2026 #gairaimenu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 9px 0;
  padding-top: 0;
  font-size: 90%;
  line-height: 1.55;
  letter-spacing: .04em;
}

.first2026 #gairaimenu ul li {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  padding: 0 17px;
  border-right: 1px solid #4c4948;
}

.first2026 #gairaimenu ul li:nth-child(3),
.first2026 #gairaimenu ul li:last-child {
  border-right: 0;
}

.first2026 #gairaimenu ul li.first-submenu-break {
  flex: 0 0 100%;
  width: 100%;
  min-height: 0;
  height: 0;
  padding: 0;
  border: 0;
}

.first2026 #gairaimenu ul li a {
  color: #4c4948;
  text-decoration: none;
  white-space: nowrap;
}

.first2026 #gairaimenu ul li a:hover {
  color: #F5A32D;
  text-decoration: none;
}

.hyodaclinic2026 #gairaimenu ul li a:hover {
  color: #F5A32D;
  text-decoration: none;
}

.first2026-main {
  padding-bottom: 34px;
}

.first2026-main .about-section {
  width: min(920px, calc(100% - 40px));
  padding: 62px 0;
  font-size: 95%;
  line-height: 1.9;
}

.first2026-main .about-section.about-beige,
.first2026-main .about-intro {
  width: 100%;
  padding-right: max(20px, calc((100% - 920px) / 2));
  padding-left: max(20px, calc((100% - 920px) / 2));
  background: #f4f1ea;
}

.first2026-main .about-intro {
  padding-top: 44px;
}

.first2026-main .renew-heading {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 170%;
}

.renew-heading-file { background-image: url("../image/bg-h2file.png"); }
.renew-heading-first-guide { background-image: url("../image/bg-h2doctor2.png"); }
.renew-heading-items { background-image: url("../image/bg-h2items.png"); }
.renew-heading-walk { background-image: url("../image/bg-h2walk.png"); }
.renew-heading-jiko { background-image: url("../image/bg-h2jiko.png"); }
.renew-heading-card { background-image: url("../image/bg-h2pay.png"); }

.first-guide-section .first-box {
  max-width: 820px;
}

.first-guide-section .renew-lead {
  color: #E8891E;
  text-align: center;
  font-size: 164%;
  font-weight: 700;
  line-height: 1.75;
}

.first-guide-section .phone-large {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 6px 0 14px;
  padding: 0 24px;
  border-radius: 999px;
  color: #fff !important;
  background: #F5A32D;
  font-size: 140%;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none !important;
}

.first-guide-section .about-notes li {
  position: relative;
  padding-left: 23px;
}

.first-guide-section .about-notes li::before {
  position: absolute;
  top: .66em;
  left: 0;
  margin-right: 0;
}

.first2026-main .first-web-btn-row {
  justify-content: flex-start;
  margin-bottom: 14px;
}

.first-simple-list {
  max-width: 820px;
  margin: 0 auto;
}

.first-simple-list li {
  font-size: 96%;
}

.first-rehab .about-card-grid {
  max-width: 760px;
  margin: 0 auto;
}

.first-rehab-card {
  background: transparent;
}

.first-rehab-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin-bottom: 20px;
}

.first-rehab-card h3 {
  margin: 0 0 8px;
  color: #F5A32D;
  font-size: 140%;
  font-weight: 800;
  line-height: 1.45;
}

.first-rehab-card p {
  margin: 0;
  font-size: 92%;
  line-height: 1.8;
}

.first-rehab-card .red,
.first2026-main .red {
  color: #e60012;
  font-weight: 700;
}

.first-flow-block {
  max-width: 820px;
  margin: 0 auto 30px;
  padding: 0 0 24px;
  background: #f4f1ea;
}

.first-flow-block h3 {
  margin: 0 0 24px;
  padding: 14px 22px;
  color: #fff;
  background: #F5A32D;
  text-align: center;
  font-size: 150%;
  font-weight: 800;
  letter-spacing: .08em;
}

.first-flow-block > p {
  margin: 0 34px 20px;
  font-size: 104%;
  font-weight: 700;
  line-height: 1.9;
}

.first-flow-row {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 42px;
  align-items: center;
  margin: 14px 34px;
}

.first-flow-row strong {
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: stretch;
  box-sizing: border-box;
  width: 100%;
  min-height: 58px;
  border: 2px solid #F5A32D;
  color: #F5A32D;
  background: #fff;
}

.first-flow-row strong span {
  display: grid;
  place-items: center;
  width: 72px;
  min-height: 58px;
  background: #F5A32D;
}

.first-flow-row strong img {
  width: 30px;
  max-width: none;
}

.first-flow-row strong b {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0 18px;
  color: #F5A32D;
  background: transparent;
  text-align: center;
  font-size: 134%;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .14em;
  white-space: nowrap;
}

.first-flow-row em {
  color: #4c4948;
  font-style: normal;
  font-size: 104%;
  font-weight: 700;
  line-height: 1.8;
}

.first-detail-row {
  justify-content: flex-end;
  max-width: 820px;
  margin: 22px auto 0;
}

.first-detail-row .renew-btn {
  background: linear-gradient(90deg, #F5A32D 0%, #F8B94D 58%, #FFE0A3 100%);
}

#first .renew-detail a {
  background: linear-gradient(90deg, #F5A32D 0%, #F8B94D 58%, #FFE0A3 100%);
}

.first-payment-card {
  max-width: 760px;
  margin: 0 auto 24px;
  padding: 28px 34px;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}

.first-payment-card p {
  margin: 0 0 20px;
  font-weight: 700;
}

.first-payment-card img {
  display: block;
  width: 560px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.first-payment > p {
  max-width: 820px;
  margin: 0 auto;
}

.first2026-main .schedule-renew {
  margin-top: 34px;
}

.first2026-main .renew-note .blue,
.first2026-main .blue {
  color: #F5A32D;
  font-weight: 700;
}

.first2026-main .access-renew {
  padding-top: 28px;
}

.first2026-main .access-more-row .renew-btn {
  border-radius: 0;
  width: min(100%, 900px);
  min-height: 56px;
}

@media screen and (max-width: 768px) {
  .first2026-main .about-section,
  .first2026-main .about-section.about-beige,
  .first2026-main .about-intro {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .first2026-main .renew-heading {
    font-size: 128%;
  }

  .first2026 #gairaimenu {
    width: calc(100% - 24px);
    min-height: 0;
    margin-top: 30px;
    padding: 14px 8px;
  }

  .first2026 #gairaimenu ul {
    gap: 7px 0;
    font-size: 82%;
    line-height: 1.45;
  }

  .first2026 #gairaimenu ul li {
    padding: 0 9px;
  }

  .first2026 #gairaimenu ul li a {
    white-space: normal;
  }

  .first-guide-section .renew-lead {
    font-size: 118%;
  }

  .first-guide-section .phone-large {
    width: 100%;
    font-size: 135%;
  }

  .first-belongings .first-simple-list li {
    position: relative;
    padding-left: 23px;
  }

  .first-belongings .first-simple-list li::before {
    position: absolute;
    top: calc(.66em - 2px);
    left: 0;
    margin-right: 0;
  }

  .first-flow-block h3 {
    font-size: 118%;
  }

  .first-flow-block > p,
  .first-flow-row {
    margin-right: 16px;
    margin-left: 16px;
  }

  .first-flow-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .first-flow-row strong {
    grid-template-columns: 58px 1fr;
  }

  .first-flow-row strong span {
    width: 58px;
    min-height: 52px;
  }

  .first-flow-row strong img {
    width: 24px;
  }

  .first-flow-row strong b {
    font-size: 112%;
  }

  .first-payment-card {
    padding: 22px 16px;
  }
}

/* 05. Lower pages: symptoms detail */
body.hyodaclinic2026.symptoms2026,
.symptoms-main {
  background: #fff;
}

.symptoms2026 #gairaimenu {
  box-sizing: border-box;
  width: min(1000px, calc(100% - 40px));
  height: auto;
  min-height: 82px;
  margin: 56px auto 0;
  padding: 17px 24px 14px;
  border-radius: 12px 12px 0 0;
  background: #f4f2eb;
  text-align: center;
}

.symptoms2026 #gairaimenu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px 0;
  padding-top: 0;
  font-size: 90%;
  line-height: 1.55;
  letter-spacing: .04em;
}

.symptoms2026 #gairaimenu ul li {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  padding: 0 17px;
  border-right: 1px solid #4c4948;
}

.symptoms2026 #gairaimenu ul li:last-child {
  border-right: 0;
}

.symptoms-index {
  width: 100%;
  padding: 46px max(20px, calc((100% - 920px) / 2)) 72px;
  background: #f4f1ea;
  text-align: center;
}

.symptoms-index .renew-heading {
  margin-top: 0;
  margin-bottom: 22px;
}

.symptoms-index > p:not(.renew-lead) {
  margin: -18px auto 42px;
  font-size: 92%;
}

.symptoms2026 .symptom-grid {
  gap: 42px 66px;
  margin-top: 16px;
}

.symptoms2026 .symptom-item {
  width: 190px;
  height: 190px;
}

.symptom-detail {
  width: 100%;
  padding: 78px max(20px, calc((100% - 920px) / 2)) 74px;
  background: #fff;
}

.symptom-detail.is-beige {
  background: #f4f1ea;
}

.symptom-detail h2 {
  margin: 0 0 42px;
  color: #4c4948;
  text-align: center;
  font-size: 160%;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .18em;
}

.symptom-heading-icon {
  position: relative;
  display: block;
  width: 111px;
  height: 111px;
  margin: 0 auto 12px;
}

.symptom-heading-icon img {
  position: relative;
  z-index: 2;
  display: block;
  width: 111px;
  height: 111px;
  object-fit: contain;
  margin: 0 auto;
}

.symptom-heading-icon .symptom-icon-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.symptom-heading-icon .symptom-icon-bg.fi--scaleDown {
  transform: none;
  transition: none;
}

.symptom-heading-icon .symptom-icon-bg.fi--scaleDown.show {
  animation: symptomIconBlink 3.6s ease-in-out both;
}

@keyframes symptomIconBlink {
  0%,
  24%,
  48% {
    opacity: 0;
  }

  12%,
  36%,
  60%,
  100% {
    opacity: 1;
  }
}

.symptom-detail h2::after {
  content: "";
  display: block;
  width: 88px;
  margin: 22px auto 0;
  border-bottom: 3px solid #F5A32D;
}

.symptom-case h3,
.symptom-disease h3 {
  margin: 0;
  padding: 13px 20px;
  color: #fff;
  background: #F5A32D;
  text-align: center;
  font-size: 132%;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.3;
}

.symptom-case-body {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 58px;
  align-items: center;
  padding: 34px 10px 46px;
}

.symptom-case-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.symptom-case-body li {
  position: relative;
  margin: 0 0 13px;
  padding-left: 28px;
  font-size: 96%;
  line-height: 1.6;
}

.symptom-case-body li::before {
  content: "";
  position: absolute;
  top: .28em;
  left: 0;
  width: 19px;
  height: 19px;
  background: url("../image/ic-check2.png") no-repeat center / contain;
}

.symptom-case-body img {
  display: block;
  width: 360px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.symptom-disease {
  padding: 30px 38px 36px;
  background: #f4f1ea;
}

.symptom-detail.is-beige .symptom-disease {
  background: #fff;
}

.symptom-disease h3 {
  padding: 0 0 20px;
  color: #F5A32D;
  background: transparent;
  border-bottom: 2px solid #F5A32D;
}

.symptom-disease dl {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 14px 20px;
  margin: 28px 0 0;
}

.symptom-disease dt {
  box-sizing: border-box;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  min-height: 0;
  padding: 0 18px;
  border-radius: 999px;
  color: #fff;
  background: #F5A32D;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.symptom-disease dd {
  display: flex;
  align-items: center;
  min-height: 34px;
  margin: 0;
  font-size: 96%;
  line-height: 1.65;
}

@media screen and (max-width: 768px) {
  .symptoms2026 #gairaimenu {
    width: calc(100% - 24px);
    min-height: 0;
    margin-top: 30px;
    padding: 14px 8px;
  }

  .symptoms2026 #gairaimenu ul {
    font-size: 82%;
  }

  .symptoms2026 #gairaimenu ul li {
    padding: 0 9px;
  }

  .symptoms-index,
  .symptom-detail {
    padding-right: 16px;
    padding-left: 16px;
  }

  .symptoms2026 .symptom-grid {
    grid-template-columns: repeat(2, 140px);
    gap: 24px;
  }

  .symptoms2026 .symptom-item {
    width: 140px;
    height: 140px;
  }

  .symptom-detail h2 {
    font-size: 128%;
  }

  .symptom-case-body,
  .symptom-disease dl {
    grid-template-columns: 1fr;
  }

  .symptom-case-body {
    gap: 18px;
    padding: 24px 0 36px;
  }

  .symptom-case-body img {
    width: 100%;
  }

  .symptom-disease {
    padding: 24px 16px 28px;
  }

  .symptom-disease dd {
    margin: -6px 0 8px;
  }
}

/* 06. Responsive: overflow guard */
.hyodaclinic2026,
.hyodaclinic2026 *,
.hyodaclinic2026 *::before,
.hyodaclinic2026 *::after {
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  /* Viewport and header guard */
  html,
  body.hyodaclinic2026 {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .hyodaclinic2026 #header2 {
    right: 0;
    left: 0;
    width: 100%;
    max-width: 100vw;
    margin: 0;
    border-radius: 0;
    transform: none;
  }

  .hyodaclinic2026 #header2_wrap.header2_innerpage {
    height: auto;
    padding-bottom: 0;
  }

  .hyodaclinic2026 #header2 #headlogo {
    top: 8px;
    left: 12px;
    right: 76px;
    height: 54px;
    max-width: calc(100% - 88px);
    overflow: hidden;
  }

  .hyodaclinic2026 #header2 #headlogo h1 {
    width: min(250px, 100%);
    height: 0;
    padding-top: 54px;
    max-width: 100%;
    background-position: left center;
    background-size: contain;
  }

  .hyodaclinic2026 #hamburger_wrap {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 64px;
    height: 0;
    padding-top: 64px;
    background-position: center;
    background-size: 64px 64px;
  }

  .hyodaclinic2026 #header2 ul.headmenu {
    width: min(78vw, 320px);
    max-width: calc(100vw - 48px);
  }

  .hyodaclinic2026 #humburger_wall {
    width: 100vw;
  }

  /* Lower-page local navigation */
  .hyodaclinic2026 #gairaimenu {
    box-sizing: border-box;
    width: calc(100% - 24px);
    height: auto;
    min-height: 0;
    margin: 30px auto 0;
    padding: 14px 8px;
    padding-left: 8px;
    border-radius: 12px 12px 0 0;
    background: #f4f2eb;
    text-align: center;
  }

  .hyodaclinic2026 #gairaimenu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 7px 0;
    margin: 0;
    padding: 0;
    font-size: 82%;
    line-height: 1.45;
    letter-spacing: .04em;
  }

  .hyodaclinic2026 #gairaimenu ul li {
    display: inline-flex;
    align-items: center;
    min-height: 18px;
    padding: 0 9px;
    border-right: 1px solid #4c4948;
  }

  .hyodaclinic2026 #gairaimenu ul li:last-child {
    border-right: 0;
  }

  .hyodaclinic2026 #gairaimenu ul li a {
    color: #4c4948;
    text-decoration: none;
    white-space: normal;
  }

  /* Width and overflow guard */
  .renew-section,
  .renew-section.renew-beige,
  .renew-hero-panels,
  .access-renew,
  .schedule-renew,
  .recruit-renew,
  .qa-renew,
  .about-section,
  .about-section.about-beige,
  .about-intro,
  .about2026 .about-service.about-beige,
  .first2026-main .about-section,
  .first2026-main .about-section.about-beige,
  .first2026-main .about-intro,
  .symptoms-index,
  .symptom-detail {
    max-width: 100%;
  }

  /* Compact tables and fixed-format UI */
  .renew-table,
  .renew-table th,
  .renew-table td {
    min-width: 0;
    word-break: keep-all;
  }

  .renew-table th,
  .renew-table td {
    padding-right: 4px;
    padding-left: 4px;
    font-size: 86%;
  }

  .renew-table .time,
  .schedule-renew .renew-table .time {
    width: 28%;
    font-size: 70%;
  }

  .renew-table .circle {
    width: 12px;
    height: 12px;
  }

  .schedule-renew .renew-dot {
    width: 17px;
    height: 17px;
  }

  .symptom-grid,
  .symptoms2026 .symptom-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: center;
    gap: 20px 14px;
    width: 100%;
  }

  .symptom-item,
  .symptoms2026 .symptom-item {
    width: min(138px, 100%);
    height: auto;
    aspect-ratio: 1 / 1;
  }

  /* Grid and card overflow guard */
  .route-grid,
  .about-card-grid,
  .about-card-grid.two,
  .about-two-col,
  .first-rehab-grid,
  .symptom-case-body {
    width: 100%;
    min-width: 0;
  }

  .route-step,
  .about-card,
  .about-feature-box,
  .about-note-box,
  .about-flow,
  .first-flow-row,
  .symptom-case,
  .symptom-disease,
  .qa-item {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .brand-badges,
  .card-brand,
  .access-contact,
  .phone-large,
  .renew-btn,
  .qa-answer .qa-web-btn,
  .qa-answer .qa-phone-btn {
    max-width: 100%;
  }

  .phone-large {
    width: 100%;
    justify-content: center;
  }

  #fixtag_totop {
    bottom: 60px;
  }
}

@media screen and (max-width: 360px) {
  .hyodaclinic2026 #header2 #headlogo h1 {
    width: 210px;
    padding-top: 50px;
  }

  .renew-mobile-cta-btn {
    font-size: 78%;
  }

  .renew-mobile-cta-btn::before {
    width: 19px;
    height: 19px;
    margin-bottom: 3px;
  }

  .symptom-grid,
  .symptoms2026 .symptom-grid {
    gap: 16px 10px;
  }

  .renew-table th,
  .renew-table td {
    padding-right: 2px;
    padding-left: 2px;
    font-size: 78%;
  }
}
