body .l-container {
  max-width: 1120px;
  width: 90%;
}

.editor-styles-wrapper,
main {
  margin: 0 auto;
}
.editor-styles-wrapper article:not(:first-child),
main article:not(:first-child) {
  margin-top: 80px;
}
.editor-styles-wrapper .l-page-hero,
main .l-page-hero {
  position: relative;
  margin-bottom: 80px;
}
.editor-styles-wrapper .l-page-hero::after,
main .l-page-hero::after {
  content: "";
  width: 50px;
  height: 3px;
  border-radius: 5px;
  background: #F8991B;
  display: block;
  margin: 40px auto 0;
}
.editor-styles-wrapper .l-page-hero .p-page-hero-image img,
main .l-page-hero .p-page-hero-image img {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 150px 150px;
}
.editor-styles-wrapper .l-page-hero .p-page-hero-image h1,
main .l-page-hero .p-page-hero-image h1 {
  display: none;
  font-size: 1.4rem;
  background: #74533F;
  color: #fff;
  padding: 0 0.6rem 0.2rem;
  border-radius: 5px;
  max-width: calc(100% - 120px);
  letter-spacing: 0;
}
.editor-styles-wrapper .l-page-hero .p-page-hero-breadcrumbs,
main .l-page-hero .p-page-hero-breadcrumbs {
  margin-top: 20px;
}
.editor-styles-wrapper .l-page-hero .p-page-hero-breadcrumbs a,
main .l-page-hero .p-page-hero-breadcrumbs a {
  border-bottom: solid 1px #74533F;
}
.editor-styles-wrapper .l-page-hero .p-page-hero-breadcrumbs span,
main .l-page-hero .p-page-hero-breadcrumbs span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
.editor-styles-wrapper .l-page-hero .p-page-hero-breadcrumbs span.current-item,
main .l-page-hero .p-page-hero-breadcrumbs span.current-item {
  color: #F8991B;
}
.editor-styles-wrapper .l-page-hero h1,
main .l-page-hero h1 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  text-align: center;
  margin-top: 20px;
  letter-spacing: 0.2rem;
}
.editor-styles-wrapper .l-page-hero p,
main .l-page-hero p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  width: 70%;
  margin: 20px auto 0;
  line-height: 1.8;
  text-align: justify;
}
.editor-styles-wrapper .l-page-hero ul,
main .l-page-hero ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  max-width: 80%;
  margin: 40px auto 0;
}
.editor-styles-wrapper .l-page-hero ul li a,
main .l-page-hero ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.editor-styles-wrapper .l-page-hero ul li a:hover span,
main .l-page-hero ul li a:hover span {
  color: #F8991B;
}
.editor-styles-wrapper .l-page-hero ul li a span,
main .l-page-hero ul li a span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  transition: 0.2s;
}
.editor-styles-wrapper .l-page-hero ul li a i,
main .l-page-hero ul li a i {
  width: 20px;
  height: 20px;
  background: #F8991B;
  border-radius: 50%;
  margin-right: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.editor-styles-wrapper .c-section-header,
main .c-section-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.editor-styles-wrapper .c-section-header img,
main .c-section-header img {
  width: 60px;
}
.editor-styles-wrapper .c-section-header h2,
main .c-section-header h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
}
.editor-styles-wrapper .c-description,
main .c-description {
  margin-top: 20px;
  line-height: 2;
  text-align: justify;
}
.editor-styles-wrapper .c-description a,
main .c-description a {
  text-decoration: underline;
  transition: 0.1s;
}
.editor-styles-wrapper .c-description a:hover,
main .c-description a:hover {
  color: #F8991B;
}
.editor-styles-wrapper .c-table,
main .c-table {
  border-collapse: collapse;
  margin: 20px 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.editor-styles-wrapper .c-table table,
main .c-table table {
  width: 100%;
  min-width: 600px;
}
.editor-styles-wrapper .c-table thead,
main .c-table thead {
  border-bottom: none;
}
.editor-styles-wrapper .c-table th,
.editor-styles-wrapper .c-table td,
main .c-table th,
main .c-table td {
  border: solid 1px #ccc;
  padding: 10px 15px;
  vertical-align: middle;
  font-size: 1.1rem;
  line-height: 2;
}
.editor-styles-wrapper .c-table td:first-child,
main .c-table td:first-child {
  width: 20%;
  text-align: center;
}
.editor-styles-wrapper .c-table td:last-child,
main .c-table td:last-child {
  width: 20%;
  text-align: center;
}
.editor-styles-wrapper .c-table th,
main .c-table th {
  background: rgba(70, 170, 87, 0.2);
  font-weight: 600;
  font-size: 1.2rem;
}
.editor-styles-wrapper .l-card,
main .l-card {
  margin: 40px auto 0;
}
.editor-styles-wrapper .l-card h3,
main .l-card h3 {
  font-weight: 600;
  margin-bottom: 10px;
}
.editor-styles-wrapper .l-card .c-description,
main .l-card .c-description {
  margin-top: 5px;
}
.editor-styles-wrapper .l-card .c-button,
main .l-card .c-button {
  margin-top: 30px;
}
.editor-styles-wrapper .c-panel,
main .c-panel {
  padding: 50px;
  border-radius: 50px;
  background: #FEF8E8;
  margin-top: 30px;
}
.editor-styles-wrapper .c-panel img,
main .c-panel img {
  border-radius: 30px;
}
.editor-styles-wrapper .c-panel h3,
main .c-panel h3 {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #74533F;
  margin-bottom: 20px;
}
.editor-styles-wrapper .c-panel ul,
main .c-panel ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.editor-styles-wrapper .c-panel ul li,
main .c-panel ul li {
  padding-left: 10px;
  line-height: 2;
  position: relative;
}
.editor-styles-wrapper .c-panel ul li::before,
main .c-panel ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #74533F;
  border-radius: 10px;
  position: absolute;
  top: 0.95rem;
  left: 0;
}
.editor-styles-wrapper .c-small,
main .c-small {
  width: 90%;
}
.editor-styles-wrapper .c-button,
main .c-button {
  margin: 30px auto;
}
.editor-styles-wrapper .page-medical .c-panel,
main .page-medical .c-panel {
  align-items: start;
}
.editor-styles-wrapper .page-medical .c-panel__text,
main .page-medical .c-panel__text {
  width: 55%;
}
.editor-styles-wrapper .page-medical .c-panel__text-heading,
main .page-medical .c-panel__text-heading {
  align-items: center;
  gap: 20px;
}
.editor-styles-wrapper .page-medical .c-panel__text-heading-icon,
main .page-medical .c-panel__text-heading-icon {
  width: 80px;
  aspect-ratio: 1/1;
  background: #74533F;
  border-radius: 100px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.editor-styles-wrapper .page-medical .c-panel__text-heading-icon img,
main .page-medical .c-panel__text-heading-icon img {
  width: 60%;
  border-radius: 0;
}
.editor-styles-wrapper .page-medical .c-panel__text-heading-title,
main .page-medical .c-panel__text-heading-title {
  color: #589334;
  letter-spacing: 0.2rem;
  margin: 0;
  text-align: left;
}
.editor-styles-wrapper .page-medical .c-panel__image,
main .page-medical .c-panel__image {
  width: 40%;
  aspect-ratio: 5/3;
}
.editor-styles-wrapper .page-medical .c-panel__image img,
main .page-medical .c-panel__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.editor-styles-wrapper .page-checkup .c-panel h3,
main .page-checkup .c-panel h3 {
  color: #589334;
}
.editor-styles-wrapper .page-checkup .p-please,
main .page-checkup .p-please {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 30px;
}
.editor-styles-wrapper .page-checkup .c-table tr td:first-child,
main .page-checkup .c-table tr td:first-child {
  background: #ffffec;
}
.editor-styles-wrapper .page-vaccine h3,
main .page-vaccine h3 {
  font-weight: 500;
  font-size: 1.4rem;
  border-bottom: solid 3px #74533F;
  padding-bottom: 5px;
  margin: 70px 0 10px;
}
.editor-styles-wrapper .page-vaccine h3.p-no-margin,
main .page-vaccine h3.p-no-margin {
  margin: 0;
}
.editor-styles-wrapper .page-vaccine h3 code,
main .page-vaccine h3 code {
  font-weight: 500;
  font-size: 1.1rem;
}
.editor-styles-wrapper .page-vaccine .c-panel,
main .page-vaccine .c-panel {
  text-align: center;
}
.editor-styles-wrapper .page-vaccine .c-panel h3,
main .page-vaccine .c-panel h3 {
  border-bottom: none;
  margin: 0 0 10px;
  padding: 0;
}
.editor-styles-wrapper .page-vaccine .c-panel p,
main .page-vaccine .c-panel p {
  line-height: 2;
}
.editor-styles-wrapper .page-vaccine .c-panel ul,
main .page-vaccine .c-panel ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.editor-styles-wrapper .page-vaccine .c-panel ul li,
main .page-vaccine .c-panel ul li {
  width: -moz-fit-content;
  width: fit-content;
}
.editor-styles-wrapper .page-vaccine .c-table td:first-child,
main .page-vaccine .c-table td:first-child {
  width: 10%;
}
.editor-styles-wrapper .page-vaccine .c-table td:nth-child(2),
main .page-vaccine .c-table td:nth-child(2) {
  width: 10%;
  text-align: center;
}
.editor-styles-wrapper .page-vaccine .c-table td:last-child,
main .page-vaccine .c-table td:last-child {
  text-align: left;
}
.editor-styles-wrapper .page-vaccine .c-table.p-shingles-table,
main .page-vaccine .c-table.p-shingles-table {
  margin: 30px auto;
}
.editor-styles-wrapper .page-vaccine .c-table.p-shingles-table tr td:nth-child(1),
main .page-vaccine .c-table.p-shingles-table tr td:nth-child(1) {
  width: 25%;
}
.editor-styles-wrapper .page-vaccine .c-table.p-shingles-table tr td:nth-child(2),
main .page-vaccine .c-table.p-shingles-table tr td:nth-child(2) {
  width: 15%;
}
.editor-styles-wrapper .page-vaccine .c-table.p-shingles-table tr td:nth-child(3),
main .page-vaccine .c-table.p-shingles-table tr td:nth-child(3) {
  width: 15%;
}
.editor-styles-wrapper .page-vaccine .c-table.p-shingles-table tr td:nth-child(4),
main .page-vaccine .c-table.p-shingles-table tr td:nth-child(4) {
  width: 22.5%;
}
.editor-styles-wrapper .page-vaccine .c-table.p-shingles-table tr td:nth-child(5),
main .page-vaccine .c-table.p-shingles-table tr td:nth-child(5) {
  width: 22.5%;
}
.editor-styles-wrapper .page-vaccine ul,
main .page-vaccine ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 15px;
  margin-top: 10px;
}
.editor-styles-wrapper .page-vaccine ul li,
main .page-vaccine ul li {
  padding-left: 15px;
  position: relative;
  line-height: 2;
}
.editor-styles-wrapper .page-vaccine ul li::before,
main .page-vaccine ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #74533F;
  border-radius: 10px;
  position: absolute;
  top: 0.95rem;
  left: 0;
}
.editor-styles-wrapper .page-visit .l-terminal-care .c-panel__image img,
main .page-visit .l-terminal-care .c-panel__image img {
  width: 100%;
}
.editor-styles-wrapper .page-visit .l-cando .c-panel h3,
main .page-visit .l-cando .c-panel h3 {
  width: 30%;
  margin: 0;
}
.editor-styles-wrapper .page-visit .l-flow,
main .page-visit .l-flow {
  background: #EFF8FF;
  padding: 80px 0;
}
.editor-styles-wrapper .page-visit .l-flow .c-panel,
main .page-visit .l-flow .c-panel {
  background: #fff;
  border: solid 2px #74533F;
  position: relative;
}
.editor-styles-wrapper .page-visit .l-flow .c-panel:not(:last-child),
main .page-visit .l-flow .c-panel:not(:last-child) {
  margin-bottom: 6rem;
}
.editor-styles-wrapper .page-visit .l-flow .c-panel:not(:last-child)::after,
main .page-visit .l-flow .c-panel:not(:last-child)::after {
  content: "\f063";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: 2rem;
  opacity: 0.5;
  position: absolute;
  bottom: -3.6rem;
  left: 0;
  width: 100%;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.editor-styles-wrapper .page-visit .l-flow .c-panel__text,
main .page-visit .l-flow .c-panel__text {
  width: 62%;
}
.editor-styles-wrapper .page-visit .l-flow .c-panel__text h3,
main .page-visit .l-flow .c-panel__text h3 {
  text-align: left;
}
.editor-styles-wrapper .page-visit .l-flow .c-panel__image,
main .page-visit .l-flow .c-panel__image {
  width: 35%;
  height: 100%;
}
.editor-styles-wrapper .page-visit .l-flow .c-panel__image img,
main .page-visit .l-flow .c-panel__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.editor-styles-wrapper .page-first-visit h3,
main .page-first-visit h3 {
  font-weight: 500;
  font-size: 1.4rem;
  border-bottom: solid 3px #74533F;
  padding-bottom: 5px;
  margin: 70px 0 10px;
}
.editor-styles-wrapper .page-first-visit h3.p-no-margin,
main .page-first-visit h3.p-no-margin {
  margin: 0;
}
.editor-styles-wrapper .page-first-visit .l-cards,
main .page-first-visit .l-cards {
  margin-top: 30px;
  gap: 20px;
}
.editor-styles-wrapper .page-first-visit .l-cards .l-card,
main .page-first-visit .l-cards .l-card {
  margin: 0;
}
.editor-styles-wrapper .page-first-visit .l-cards .l-card h4,
main .page-first-visit .l-cards .l-card h4 {
  font-weight: 600;
  position: relative;
  padding-left: 18px;
}
.editor-styles-wrapper .page-first-visit .l-cards .l-card h4::before,
main .page-first-visit .l-cards .l-card h4::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #F8991B;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 0;
}
.editor-styles-wrapper .page-facility h3,
main .page-facility h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}
.editor-styles-wrapper .page-facility .l-cards-large,
main .page-facility .l-cards-large {
  margin: 40px auto;
  gap: 30px;
}
.editor-styles-wrapper .page-facility .l-cards-large-item,
main .page-facility .l-cards-large-item {
  gap: 4%;
}
.editor-styles-wrapper .page-facility .l-cards-large-item.reverse,
main .page-facility .l-cards-large-item.reverse {
  flex-direction: row-reverse;
}
.editor-styles-wrapper .page-facility .l-cards-large-item.reverse .l-cards-large-item__text *,
main .page-facility .l-cards-large-item.reverse .l-cards-large-item__text * {
  text-align: right;
}
.editor-styles-wrapper .page-facility .l-cards-large-item__image,
main .page-facility .l-cards-large-item__image {
  width: 48%;
  aspect-ratio: 5/3;
}
.editor-styles-wrapper .page-facility .l-cards-large-item__image img,
main .page-facility .l-cards-large-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
}
.editor-styles-wrapper .page-facility .l-cards-large-item__text,
main .page-facility .l-cards-large-item__text {
  width: 48%;
}
.editor-styles-wrapper .page-facility .l-cards-large-item__text .c-description,
main .page-facility .l-cards-large-item__text .c-description {
  margin-top: 10px;
}
.editor-styles-wrapper .page-facility .l-cards,
main .page-facility .l-cards {
  margin: 100px 0;
  gap: 60px 40px;
}
.editor-styles-wrapper .page-facility .l-cards-item__image,
main .page-facility .l-cards-item__image {
  width: 100%;
  aspect-ratio: 3/2;
}
.editor-styles-wrapper .page-facility .l-cards-item__image img,
main .page-facility .l-cards-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
}
.editor-styles-wrapper .page-facility .l-cards-item h3,
main .page-facility .l-cards-item h3 {
  margin: 20px 0 10px;
}
.editor-styles-wrapper .page-facility .l-machine,
main .page-facility .l-machine {
  background: #FEF8E8;
  padding: 80px 0;
}
.editor-styles-wrapper .page-facility .l-machine .l-container,
main .page-facility .l-machine .l-container {
  margin: 30px auto 0;
}
.editor-styles-wrapper .page-access ul,
main .page-access ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.editor-styles-wrapper .page-access ul li,
main .page-access ul li {
  padding-left: 10px;
  position: relative;
  line-height: 2;
}
.editor-styles-wrapper .page-access ul li::before,
main .page-access ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #74533F;
  border-radius: 10px;
  position: absolute;
  top: 0.95rem;
  left: 0;
}
.editor-styles-wrapper .page-access .p-access-map,
main .page-access .p-access-map {
  width: 100%;
  margin-top: 80px;
}
.editor-styles-wrapper .page-news .l-news-container .p-news-item,
main .page-news .l-news-container .p-news-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: dashed 1px #74533F;
  padding: 40px 20px;
}
.editor-styles-wrapper .page-news .l-news-container .p-news-item:last-child,
main .page-news .l-news-container .p-news-item:last-child {
  border-bottom: dashed 1px #74533F;
}
.editor-styles-wrapper .page-news .l-news-container .p-news-item:hover .p-news-item__text *,
main .page-news .l-news-container .p-news-item:hover .p-news-item__text * {
  color: #F8991B;
  border-color: rgba(248, 153, 27, 0.8);
}
.editor-styles-wrapper .page-news .l-news-container .p-news-item__image,
main .page-news .l-news-container .p-news-item__image {
  width: 25%;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.editor-styles-wrapper .page-news .l-news-container .p-news-item__text,
main .page-news .l-news-container .p-news-item__text {
  width: 72%;
}
.editor-styles-wrapper .page-news .l-news-container .p-news-item__text-meta,
main .page-news .l-news-container .p-news-item__text-meta {
  display: flex;
  gap: 10px;
}
.editor-styles-wrapper .page-news .l-news-container .p-news-item__text-meta-date,
main .page-news .l-news-container .p-news-item__text-meta-date {
  font-weight: 500;
  transition: 0.2s;
}
.editor-styles-wrapper .page-news .l-news-container .p-news-item__text-meta-tags,
main .page-news .l-news-container .p-news-item__text-meta-tags {
  display: flex;
  gap: 5px;
}
.editor-styles-wrapper .page-news .l-news-container .p-news-item__text-meta-tags li,
main .page-news .l-news-container .p-news-item__text-meta-tags li {
  border: solid 1px rgba(116, 83, 63, 0.8);
  border-radius: 5px;
  padding: 0 10px 1px;
  font-weight: 500;
  transition: 0.2s;
}
.editor-styles-wrapper .page-news .l-news-container .p-news-item__text-title,
main .page-news .l-news-container .p-news-item__text-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.2s;
}
.editor-styles-wrapper .page-news .l-news-paging,
main .page-news .l-news-paging {
  margin-top: 50px;
}
.editor-styles-wrapper .page-news .l-news-paging ul,
main .page-news .l-news-paging ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.editor-styles-wrapper .page-news .l-news-paging ul li,
main .page-news .l-news-paging ul li {
  font-size: 1.4rem;
  color: #aaa;
}
.editor-styles-wrapper .page-news .l-news-paging ul li.current a,
main .page-news .l-news-paging ul li.current a {
  color: #111;
}
.editor-styles-wrapper .page-news .l-news-paging ul li a,
main .page-news .l-news-paging ul li a {
  text-decoration: none;
  color: #aaa;
  padding: 10px;
  transition: 0.3s;
}
.editor-styles-wrapper .page-news .l-news-paging ul li a:hover,
main .page-news .l-news-paging ul li a:hover {
  color: #555;
}
.editor-styles-wrapper.page-single .l-page-hero .p-news-meta,
main.page-single .l-page-hero .p-news-meta {
  display: flex;
  justify-content: left;
  margin-top: 20px;
  gap: 15px;
}
.editor-styles-wrapper.page-single .l-page-hero .p-news-meta .p-news-date,
main.page-single .l-page-hero .p-news-meta .p-news-date {
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
.editor-styles-wrapper.page-single .l-page-hero .p-news-meta .p-news-tags,
main.page-single .l-page-hero .p-news-meta .p-news-tags {
  margin: 0;
  gap: 5px;
}
.editor-styles-wrapper.page-single .l-page-hero .p-news-meta .p-news-tags li,
main.page-single .l-page-hero .p-news-meta .p-news-tags li {
  border: solid 1px rgba(116, 83, 63, 0.8);
  border-radius: 5px;
  padding: 0 10px 1px;
  font-weight: 500;
}
.editor-styles-wrapper.page-single .l-news-container h2,
main.page-single .l-news-container h2 {
  font-size: 1.8rem;
}
.editor-styles-wrapper.page-single .l-news-container h3,
main.page-single .l-news-container h3 {
  font-size: 1.6rem;
}
.editor-styles-wrapper.page-single .l-news-container h4,
main.page-single .l-news-container h4 {
  font-size: 1.4rem;
}
.editor-styles-wrapper.page-single .l-news-container h5,
main.page-single .l-news-container h5 {
  font-size: 1.2rem;
}
.editor-styles-wrapper.page-single .l-news-container h1,
.editor-styles-wrapper.page-single .l-news-container h2,
.editor-styles-wrapper.page-single .l-news-container h3,
.editor-styles-wrapper.page-single .l-news-container h4,
.editor-styles-wrapper.page-single .l-news-container h5,
.editor-styles-wrapper.page-single .l-news-container h6,
main.page-single .l-news-container h1,
main.page-single .l-news-container h2,
main.page-single .l-news-container h3,
main.page-single .l-news-container h4,
main.page-single .l-news-container h5,
main.page-single .l-news-container h6 {
  font-weight: 500;
  margin: 10px 0;
}
.editor-styles-wrapper.page-single .l-news-container img,
main.page-single .l-news-container img {
  margin: 10px 0;
  width: 100%;
}
.editor-styles-wrapper.page-single .l-news-container ul,
main.page-single .l-news-container ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.editor-styles-wrapper.page-single .l-news-container ul li,
main.page-single .l-news-container ul li {
  padding-left: 10px;
  position: relative;
}
.editor-styles-wrapper.page-single .l-news-container ul li::before,
main.page-single .l-news-container ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #74533F;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.editor-styles-wrapper.page-single .l-news-container p,
main.page-single .l-news-container p {
  text-align: justify;
  line-height: 1.8;
}
.editor-styles-wrapper.page-single .l-news-container a,
main.page-single .l-news-container a {
  text-decoration: underline;
  transition: 0.1s;
}
.editor-styles-wrapper.page-single .l-news-container a:hover,
main.page-single .l-news-container a:hover {
  color: #F8991B;
}
.editor-styles-wrapper.page-single .l-news-container .c-button,
main.page-single .l-news-container .c-button {
  text-decoration: none;
}
.editor-styles-wrapper .page-404,
main .page-404 {
  margin-top: 160px;
  max-width: 800px;
}
.editor-styles-wrapper .page-404 h1,
main .page-404 h1 {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 1200px) {
  main .page-404 {
    margin-top: 120px;
  }
}
@media screen and (max-width: 980px) {
  main article:not(:first-child) {
    margin-top: 60px;
  }
  main .c-description {
    margin-top: 15px;
    font-size: 0.95rem;
  }
  main .c-table th,
  main .c-table td {
    font-size: 1rem;
  }
  main .c-panel {
    padding: 30px;
  }
  main .c-panel img {
    border-radius: 20px;
  }
  main .c-panel h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  main .c-panel ul {
    gap: 5px;
  }
  main .c-panel ul li {
    font-size: 0.95rem;
  }
  main .c-panel ul li::before {
    top: 0.9rem;
  }
  main .c-small {
    width: 100%;
  }
  main .page-medical .c-panel__text {
    width: 60%;
  }
  main .page-medical .c-panel__text-heading-icon {
    width: 70px;
  }
  main .page-medical .c-panel__image {
    width: 37%;
  }
  main .page-checkup .p-please {
    font-size: 1.2rem;
  }
  main .page-visit .l-terminal-care .c-panel__image {
    width: 40%;
  }
  main .page-visit .l-cando .c-panel h3 {
    width: 9rem;
  }
  main .page-visit .l-cando .c-panel ul {
    width: calc(100% - 10rem);
  }
  main .page-visit .l-flow {
    padding: 60px 0;
  }
  main .page-visit .l-flow .c-panel__text {
    width: 57%;
  }
  main .page-visit .l-flow .c-panel__image {
    width: 40%;
  }
  main .page-facility .l-cards-large {
    gap: 20px;
  }
  main .page-facility .l-cards {
    gap: 40px 30px;
  }
  main .page-facility .l-cards-item h3 {
    margin: 10px 0;
  }
  main .page-access .c-small {
    width: calc(100% - 60px);
  }
  main .page-access .p-access-map {
    margin-top: 50px;
    height: 350px;
  }
}
@media screen and (max-width: 820px) {
  main {
    margin-top: 130px;
  }
  main .l-page-hero {
    margin-bottom: 50px;
  }
  main .l-page-hero::after {
    display: none;
  }
  main .l-page-hero .p-page-hero-image {
    position: relative;
  }
  main .l-page-hero .p-page-hero-image img {
    width: calc(100% - 30px);
    border-radius: 20px;
    aspect-ratio: 5/1;
    margin: 0 auto;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    height: 250px;
  }
  main .l-page-hero .p-page-hero-image h1 {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  main .l-page-hero h1 {
    display: none;
  }
  main .l-page-hero p {
    width: calc(100% - 40px);
    font-size: 0.95rem;
  }
  main .l-page-hero ul {
    margin-top: 30px;
  }
  main .l-page-hero ul li a span {
    font-size: 0.95rem;
  }
  main .c-section-header {
    gap: 10px;
  }
  main .c-section-header img {
    width: 50px;
  }
  main .c-section-header h2 {
    font-size: 1.6rem;
  }
  main .c-small {
    width: 100%;
  }
  main .c-button__text {
    font-size: 0.95rem;
  }
  main .c-button__text span {
    font-size: 0.9rem;
  }
  main .page-vaccine h3 {
    font-size: 1.2rem;
  }
  main .page-facility h3 {
    font-size: 1.4rem;
  }
  main .page-facility .l-cards-large-item__image img {
    border-radius: 30px;
  }
  main .page-facility .l-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 80px 0;
    gap: 50px 30px;
  }
  main .page-facility .l-cards-item__image img {
    border-radius: 20px;
  }
  main .page-access ul li {
    font-size: 0.95rem;
  }
  main .page-access ul li::before {
    top: 0.9rem;
  }
  main .page-news .l-news-container .p-news-item {
    padding: 30px 20px;
  }
  main .page-news .l-news-container .p-news-item__image {
    width: 32%;
    aspect-ratio: 5/3;
  }
  main .page-news .l-news-container .p-news-item__text {
    width: 65%;
  }
  main .page-news .l-news-container .p-news-item__text-meta-date {
    font-size: 0.95rem;
  }
  main .page-news .l-news-container .p-news-item__text-meta-tags li {
    font-size: 0.95rem;
  }
  main .page-news .l-news-container .p-news-item__text-title {
    font-size: 1.2rem;
    margin-top: 5px;
  }
  main.page-single .l-page-hero .p-news-meta .p-news-tags li {
    font-size: 0.9rem;
  }
  main.page-single .l-news-container h2 {
    font-size: 1.6rem;
  }
  main.page-single .l-news-container h3 {
    font-size: 1.4rem;
  }
  main.page-single .l-news-container h4 {
    font-size: 1.2rem;
  }
  main.page-single .l-news-container h5 {
    font-size: 1.1rem;
  }
  main .page-404 {
    margin-top: 0;
  }
  main .page-404 h1 {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  main article:not(:first-child) {
    margin-top: 40px;
  }
  main .c-description {
    margin-top: 10px;
  }
  main .c-section-header h2 {
    font-size: 1.3rem;
  }
  main .c-panel {
    flex-direction: column;
  }
  main .c-panel h3 {
    font-size: 1.2rem;
  }
  main .c-table th,
  main .c-table td {
    font-size: 0.95rem;
    padding: 10px;
  }
  main .page-medical .c-panel {
    gap: 20px;
  }
  main .page-medical .c-panel__text {
    width: 100%;
  }
  main .page-medical .c-panel__text-heading {
    gap: 10px;
  }
  main .page-medical .c-panel__text-heading-icon {
    width: 60px;
  }
  main .page-medical .c-panel__image {
    width: 100%;
  }
  main .page-medical .c-panel__image img {
    aspect-ratio: 5/2;
  }
  main .page-checkup .p-please {
    font-size: 1rem;
    width: 80%;
    margin: 20px auto;
  }
  main .page-visit .l-terminal-care .c-panel__image {
    margin-top: 10px;
    width: 100%;
  }
  main .page-visit .l-cando .c-panel h3 {
    width: 100%;
  }
  main .page-visit .l-cando .c-panel ul {
    width: 100%;
  }
  main .page-visit .l-flow {
    padding: 40px 0;
  }
  main .page-visit .l-flow .c-panel:not(:last-child) {
    margin-bottom: 4rem;
  }
  main .page-visit .l-flow .c-panel:not(:last-child)::after {
    font-size: 1.6rem;
    bottom: -2.6rem;
  }
  main .page-visit .l-flow .c-panel__text {
    width: 100%;
  }
  main .page-visit .l-flow .c-panel__image {
    width: 100%;
    aspect-ratio: 2/1;
  }
  main .page-facility .l-cards-large {
    margin: 20px auto;
    gap: 50px;
  }
  main .page-facility .l-cards-large-item {
    flex-direction: column;
    gap: 10px;
  }
  main .page-facility .l-cards-large-item.reverse {
    flex-direction: column;
  }
  main .page-facility .l-cards-large-item.reverse .l-cards-large-item__text * {
    text-align: left;
  }
  main .page-facility .l-cards-large-item__image {
    width: 100%;
    aspect-ratio: auto;
  }
  main .page-facility .l-cards-large-item__image img {
    aspect-ratio: 5/3;
    border-radius: 20px;
  }
  main .page-facility .l-cards-large-item__text {
    width: 100%;
  }
  main .page-facility .l-cards {
    grid-template-columns: 1fr;
    margin: 40px 0;
    gap: 50px 0;
  }
  main .page-facility .l-machine {
    padding: 40px 0 60px;
  }
  main .page-access .c-small {
    width: calc(100% - 40px);
  }
  main .page-access .p-access-map {
    height: 220px;
  }
  main .page-news .l-news-container .p-news-item {
    padding: 20px 10px;
  }
  main .page-news .l-news-container .p-news-item__image {
    aspect-ratio: 1/1;
  }
  main .page-news .l-news-container .p-news-item__text-meta {
    flex-direction: column;
    gap: 3px;
  }
  main .page-news .l-news-container .p-news-item__text-meta-date {
    font-size: 0.9rem;
  }
  main .page-news .l-news-container .p-news-item__text-title {
    font-size: 0.9rem;
    margin-top: 8px;
    overflow: visible;
    white-space: wrap;
  }
  main.page-single .l-news-container h2 {
    font-size: 1.4rem;
  }
  main.page-single .l-news-container h3 {
    font-size: 1.3rem;
  }
  main.page-single .l-news-container h4 {
    font-size: 1.2rem;
  }
  main.page-single .l-news-container h5 {
    font-size: 1.1rem;
  }
}