.ly_page-mv {
  background: #eaeed5;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
  align-items: center;
  width: 100%;
  height: clamp(300px, 50vw, 400px);
  /*background: linear-gradient(90deg, rgb(255, 255, 255) 0%, RGB(250, 252, 255) 100%);*/ box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.015);
}
/* コンテンツ全体 */
.ly_page-mv__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 76rem;
  padding: 0 1.5rem;
  width: 100%;
}
@media print, screen and (max-width: 40.000em) {
  .ly_page-mv__content {
    width: 100%;
    padding: 0 1.5rem;
    top: 45%;
  }
}
/* サブタイトル */
.ly_page-mv__subtitle {
  display: block;
  font-family: var(--font-accent);
  font-size: 1.125rem;
  color: var(--green);
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
}
/* メインタイトル */
.ly_page-mv__title {
  display: block;
  font-family: var(--font-secondary);
  font-size: clamp(2rem, 5vw, 2.5rem);
  letter-spacing: 0;
  font-weight: 400;
}
.ly_page-mv__breadcrumbs {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: 76rem;
  padding: 0 1.5rem;
  width: 100%;
}
.ly_page-teazer img {
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  display: block;
}
@media print, screen and (max-width: 431px) {
  .ly_page-teazer img {
    aspect-ratio: 8 / 5;
  }
}
.bl-page-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
  padding: 0;
  list-style: none;
  margin: 0 0 6rem;
}
.bl-page-links li {
  margin: 0;
  position: relative;
  width: calc((100% - 20px * 3) / 4); /* デフォルト4列分 */
}
/* --- 要素が2つだけのとき --- */
.bl-page-links li:nth-last-child(2):first-child, .bl-page-links li:nth-last-child(1):nth-child(2) {
  width: calc((100% - 20px) / 2);
}
/* --- 要素が3つだけのとき --- */
.bl-page-links li:nth-last-child(3):first-child, .bl-page-links li:nth-last-child(2):nth-child(2), .bl-page-links li:nth-last-child(1):nth-child(3) {
  width: calc((100% - 20px * 2) / 3);
}
@media (max-width: 1024px) {
  .bl-page-links li {
    width: calc((100% - 20px * 2) / 3);
  }
  /* 2個のとき（上書き） */
  .bl-page-links li:nth-last-child(2):first-child, .bl-page-links li:nth-last-child(1):nth-child(2) {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 768px) {
  .bl-page-links li {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 480px) {
  .bl-page-links li {
    width: 100%;
  }
}
.bl-page-links a {
  display: block;
  padding: 1rem 2rem 1rem 1rem;
  background-color: var(--green);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  transition: background-color 0.3s ease;
}
.bl-page-links li::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(135deg);
  transition: transform 0.3s;
  border-
}
.bl-page-links--4cols, .bl-page-links--3cols, .bl-page-links--2cols {
  justify-content: space-between;
}
.bl-page-links--4cols li {
  flex-basis: 23%;
}
.bl-page-links--3cols li {
  flex-basis: 31%;
}
@media print, screen and (max-width: 431px) {
  .bl-page-links--4cols li, .bl-page-links--3cols li {
    flex-basis: 48%;
  }
}
.bl-page-links--2cols li {
  flex-basis: 48%;
}
.bl-page-links--4cols li a, .bl-page-links--3cols li a, .bl-page-links--2cols li a {
  display: block;
  width: 100%;
  padding: 1rem;
}
.access-route {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  list-style: none;
  padding: 0;
  justify-content: space-between;
}
.access-route li {
  flex: 1 1 calc(33.333% - 2.5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.access-route img {
  width: 100%;
  height: auto;
}
.access-route h3 {
  font-size: 1.125rem;
  margin: 1rem 0;
}
.access-route p {
  font-size: 0.8125em;
  color: #666;
}
/* レスポンシブ対応 */
@media (max-width: 821px) {
  .access-route li {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 431px) {
  .access-route {
    flex-direction: column;
  }
  .access-route li {
    flex: 1 1 100%;
  }
}
.first-intro__monshin {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media print, screen and (max-width: 431px) {
  .first-intro__monshin {
    display: block;
  }
}
.first-intro__monshin > * {
  flex: 1 1 calc(33.333% - 1.333rem); /* 3列均等配置（gapを考慮） */
  margin-bottom: 1rem;
}
.first-intro__monshin .button {
  max-width: 100%;
}
.first_reservation__flow {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.first_reservation__flow li {
  flex: 1 1 calc(33.333% - 2rem); /* 3列レイアウト（gap考慮） */
  background: var(--color-bg);
  padding: 1.5rem;
}
@media (max-width: 821px) {
  .first_reservation__flow li {
    flex: 1 1 calc(50% - 2rem); /* 2列 */
  }
}
@media (max-width: 431px) {
  .first_reservation__flow li {
    flex: 1 1 100%; /* 1列 */
  }
}
.first_reservation__flow img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.first_reservation__flow h4 {
  margin-bottom: 1rem;
}
.first_reservation__flow p {
  font-size: 0.8125rem;
  line-height: 1.5;
}
.bl_types__list .bl_card__item {
  background: var(--color-bg);
  padding: 2rem;
}
.bl_types__list .bl_card__item p {
  font-size: 0.75rem;
}
.bl_types__list .bl_card__item .section-caption {
  font-size: clamp(0.875rem, 4vw, 1.125rem);
}
.bl_treatment__list--page {
  border: solid 1px #ccc;
  padding: 2rem 1rem;
}
.hair-removal__price .table-price__complex th, .hair-removal__price .table-price__complex td {
  font-size: 0.8125rem;
  padding: 1rem;
}
.hair-removal__price .table-price__complex th:nth-child(2), .hair-removal__price .table-price__complex th:nth-child(3), .hair-removal__price .table-price__complex th:nth-child(4) {
  width: 17%;
}
@media print, screen and (max-width: 431px) {
  .table-price__simple th, .table-price__simple td {
    width: 50%;
  }
  .table-price__3cols th, .table-price__3cols td {
    width: 33.333%;
  }
}
.acne_types {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.acne_types__row {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
.acne_types__item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: calc(50% - 1rem); /* 2列に配置 */
}
.acne_types__item img {
  width: 150px; /* 画像サイズ調整 */
  height: auto;
  flex-shrink: 0;
}
.acne_types__text {
  flex: 1;
}
.acne_types__text h3 {
  margin: 0;
  font-size: 1.125rem;
}
.acne_types__text p {
  margin: 5px 0 0;
  font-size: 0.75rem;
}
@media (max-width: 431px) {
  .acne_types__row {
    flex-direction: column;
  }
  .acne_types__item {
    width: 100%;
  }
}
.shimi_types__row {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
.shimi_types__item {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
  flex-basis: calc(50% - 1rem); /* 2列レイアウト */
}
.shimi_types__item img {
  width: 180px; /* 画像サイズ調整 */
  height: auto;
  padding: 1rem;
  background: #fff;
  flex-shrink: 0;
}
.shimi_types__text {
  flex: 1;
}
.shimi_types__text h3 {
  margin: 0;
  font-size: 1.25rem;
}
.shimi_types__text p {
  margin: 0.75rem 0 0;
  font-size: 0.75rem;
  line-height: 2;
}
@media (max-width: 768px) {
  .shimi_types__row {
    flex-direction: column;
  }
  .shimi_types__item {
    width: 100%;
    align-items: flex-start;
  }
  .shimi_types__item img {
    width: 130px; /* 画像サイズ調整 */
    padding: 0;
  }
}
.bl_flowchart--zeoflow h3 {
  font-size: clamp(1.1875rem, 1.6vw, 1.25rem);
  margin-top: 1.25rem;
}
.bl_flowchart--zeoflow p {
  font-size: 0.8125rem;
  text-align: left;
  font-family: var(--font-primary);
}
.news-wrap {
  display: flex;
  gap: 3rem;
}
.news-content {
  flex: 7.25;
}
.news-sidebar {
  flex: 2.75;
}
@media (max-width: 768px) {
  .news-wrap {
    flex-direction: column;
  }
  .news-content, .news-sidebar {
    flex: none;
    width: 100%;
  }
}
.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-list li {
  position: relative;
  padding: 0; /* <a> を広げるために padding を削除 */
  border-bottom: 1px solid #ddd; /* 最後の li にだけ適用 */
}
.news-list li:first-child {
  border-top: 1px solid #ddd; /* 最初以外の li に適用 */
}
.news-list a {
  text-decoration: none;
  color: #333;
  display: flex;
  flex-direction: column;
  padding: 1.75rem 0; /* 余白を a に適用 */
  width: 100%; /* クリック範囲を最大化 */
  height: 100%; /* クリック範囲を最大化 */
  box-sizing: border-box; /* padding を含めた幅に */
}
.news-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0.65rem;
}
.news-list time {
  color: #aaa;
}
.news-meta .category {
  background: #eee;
  padding: 2px 8px;
  border-radius: 2px;
  font-size: 12px;
}
.news-list .title {
  font-size: 1.05rem;
  font-weight: 500;
  font-family: var(--font-secondary);
  display: block;
}
.news-list li::after {
  content: "→";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: var(--green);
}
.news-sidebar .widget-title {
  font-size: 1.25rem;
  font-family: var(--font-secondary);
  font-weight: 500;
  margin-bottom: 0.65rem;
  padding: 0.85rem 1.25rem;
  border: 1px solid #ddd;
}
.news-sidebar .widget ul li a {
  padding: 0.65rem 0;
  font-size: 0.875rem;
  text-decoration: underline;
  display: block;
  font-family: var(--font-secondary);
}
.news-sidebar .widget ul li a:hover {
  text-decoration: none;
}
.recruit_job--card {
  margin: 3rem auto;
  padding: clamp(1.5rem, 3vw, 3rem);
  border: solid 1px #ddd;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.recruit_job--card .job-image {
  flex-basis: 35%;
}
.recruit_job--card .job-content {
  flex-basis: 61%;
}
@media print, screen and (max-width: 431px) {
  .recruit_job--card .bl_card__item {
    flex-basis: 100%;
  }
}
.recruit_job--card .job-content .title {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
}
.recruit_job--card .job-content .lead {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  font-family: var(--font-secondary);
}
.recruit_job--card dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recruit_job--card dt {
  font-weight: bold;
  width: 20%;
  font-family: var(--font-secondary);
  color: var(--green);
  font-size: clamp(0.75rem, 1.2vw, 0.875rem);
  padding-bottom: 0.5rem;
}
.recruit_job--card dd {
  width: 75%;
  margin: 0;
  font-size: clamp(0.75rem, 1.2vw, 0.875rem);
  padding-bottom: 0.5rem;
}
.staff-requirements {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 0 auto;
}
.staff-requirements .requirement {
  flex: 1 1 calc(50% - 20px);
  background: #ffffff;
  border: solid 1px #9FC5EA;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0px 0 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.staff-requirements .requirement h3 {
  font-size: 1.125rem;
  margin-bottom: 10px;
}
.job-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}
.job-tags span {
  display: inline-block;
  background-color: var(--color-bg);
  font-size: 0.8125rem;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
}
.clinic_facility-cards h3 {
  margin-top: 1.25rem;
  font-size: 1.35rem;
}
.career-pillars--list .bl_card__item {
  border: solid 1px #ddd;
  padding: 2.5rem 3rem 0rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.career-pillars__icon {
  text-align: center;
  margin: 0 0 1.5rem;
}
.career-pillars__title {
  text-align: center;
  margin: 0 0 1.5rem;
}
.career-pillars .bl-notice {
  border: solid 1px #ddd;
  background: #f7f7f7;
  padding: 1.5rem;
}
.career-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-family: sans-serif;
  table-layout: fixed; /* 追加 */
}
.career-table th:first-child, .career-table td:first-child {
  width: 22%; /* 1列目だけ幅を固定（適宜調整） */
}
.career-table th:not(:first-child), .career-table td:not(:first-child) {
  width: auto; /* 他の列は均等に分配される */
}
.career-table th, .career-table td {
  border: 1px solid #ccc;
  padding: 1rem;
  font-size: 1rem;
  vertical-align: middle;
  font-weight: 500;
  font-family: var(--font-primary);
}
.career-table thead th {
  background-color: #f6f7fb;
  font-weight: normal;
}
.career-table .year-label {
  background-color: #48c2a9;
  color: #fff;
  padding: 0.1rem 2rem;
  font-size: 1.125rem;
  border-radius: 20px;
  display: block;
  margin: 0 auto;
  max-width: 90%;
  font-weight: 400;
}
.career-table .year-2 .year-label {
  background-color: #4aabde;
}
.career-table .year-3 .year-label {
  background-color: #e96499;
}
.career-table .year-title {
  color: #48c2a9;
  margin-top: 0.5em;
  font-size: 1.25rem;
}
.career-table .year-2 .year-title {
  color: #4aabde;
}
.career-table .year-3 .year-title {
  color: #e96499;
}
.career-table tbody th {
  background-color: #f6f7fb;
}
.career-table .role-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.career-table .icon {
  width: 130px;
  height: auto;
  margin-bottom: 0.4em;
}
.career-table .role-label {
  display: block;
  font-size: 1em;
  margin-top: 0.2em;
}
.works_section--wrap {
  background: #F8F8F6;
  padding: 4rem 0 1rem;
  margin-bottom: 9rem;
}
.works_section--wrap .works_section {
  margin-bottom: 6rem;
}
.bl_schedule {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.bl_schedule li {
  position: relative;
  padding: 3rem;
  background-color: #f4f6ea;
  margin-bottom: 3rem;
}
.bl_schedule li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3rem;
  width: 1px;
  height: 3rem;
  background-color: var(--green);
  transform: translateX(-50%);
}
/* 最後のliの後ろに線が出ないようにする */
.bl_schedule li:last-child::after {
  content: none;
}
.bl_schedule h3 {
  position: relative;
  padding-left: 3rem; /* 丸の幅に応じて余白を確保 */
  font-weight: 500;
}
.bl_schedule h3::before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background-color: transparent;
  border: 7px solid var(--green);
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  pointer-events: none;
}
.bl_schedule .time {
  color: var(--green);
  margin-right: 1rem;
}
.bl_interview {
  margin: 6rem 0;
}
.feature_section--wrap {
  background: #eaeed5;
  padding: 7rem 0;
  margin-bottom: 9rem;
}
.bl_section_feature {
  background-color: #fff;
  padding: clamp(2rem, 4vw, 4rem) clamp(2rem, 4vw, 5rem);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin-bottom: 3rem;
}
.recruit-card-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 768px) {
  .recruit-card-list {
    grid-template-columns: 1fr 1fr; /* 2列表示 */
  }
}
.recruit-card__inner {
  display: flex;
  text-decoration: none;
  color: inherit;
  height: 100%;
  background: #F8F8F6;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.recruit-card__img {
  aspect-ratio: 5 / 4;
  width: 100%;
  overflow: hidden;
  flex: 1 1 50%;
}
.recruit-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.recruit-card__text {
  flex: 1 1 50%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (max-width: 641px) {
	.recruit-card__text {
  flex: 1 1 60%;
  padding: 1.65rem;
  
}
}
.recruit-card__title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.recruit-card__label {
  color: var(--green);
  font-weight: 500;
  font-size: 1.125rem;
  margin: 0;
}
@media (max-width: 641px) {
  .recruit-card__label {
  font-size: 0.875rem;
  
}
}
.recruit-card__link {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 36px;
  height: 36px;
  background-color: var(--green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 641px) {
  .recruit-card__link {
  bottom: 1rem;
  right: 1rem;
  width: 26px;
  height: 26px;
  
}
}
.recruit-card__link .arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  margin-left: -0.25rem;
}
.staff-voice-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* PCで3列 */
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 641px) {
  .staff-voice-list {
    grid-template-columns: repeat(2, 1fr); /* タブレットで2列 */
    gap: 1.5rem;
  }
}
.staff-voice-item {
  border: 1px solid #e1e5cc;
  padding: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
@media (max-width: 641px) {
  .staff-voice-item {
    padding: 1rem;
  }
}
.staff-voice-img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1.5rem;
}
@media (max-width: 641px) {
  .staff-voice-list .staff-voice-img,.ly_top-voice .swiper-slide .staff-voice-img {
    margin: -1rem -1rem 0;
  }
  .staff-voice-list .staff-voice-img img,.ly_top-voice .swiper-slide .staff-voice-img img {
    margin: 0 0 1rem;
  }
}
.staff-voice-name img {
  width: auto;
  height: 20px;
  display: block;
}
@media (max-width: 641px) {.staff-voice-name img {
  height: 16px;
  
}}
.staff-voice-ocu {
  color: #88C227;
  font-weight: 400;
  margin-bottom: 0.5rem;
  display: block;
  letter-spacing: 2px;
  font-size: 0.875rem;
}
.staff-voice-single .staff-voice-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.staff-voice-single .staff-voice-img {
  flex: 0 0 40%;
}
.staff-voice-single .staff-voice-text {
  flex: 1;
}
.staff-voice-single .staff-voice-img img, .staff-voice-single .staff-voice-name img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .staff-voice-single .staff-voice-inner {
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 0;
  }
  .staff-voice-single .staff-voice-img, .staff-voice-single .staff-voice-text {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.staff-voice-single .staff-voice-name img {
  width: auto;
  height: 25px;
  display: block;
}
.staff-voice-single .staff-voice-ocu {
  background: var(--green);
  color: #fff;
  padding: 0.25rem 1rem;
  display: inline-block;
  margin-bottom: 1.5rem;
  font-size: 0.8125rem;
}
.staff-voice-single .staff-voice-place {
  color: #aaa;
}
.staff-voice-single .staff-voice-qna dd {
  margin-bottom: 3.5rem;
}
.flex-icon {
  margin-bottom: 0.65rem;
}
.flex-icon li {
  display: inline-block;
  border-radius: 8px;
  background: #cdefed;
  color: #00807a;
  font-size: 12px;
  text-align: center;
  line-height: 2;
  padding: 0 8px;
  white-space: nowrap;
  background: #faf3e3;
  color: #996b00;
  margin: 0 0.25rem 0.25rem 0;
}
.table-entry__box {
  border-radius: 0rem;
  box-shadow: 0 0.2rem 1.6rem rgb(35 56 81 / 10%);
  overflow: hidden;
  padding: clamp(2.5rem, 4vw, 3rem) clamp(1.75rem, 5vw, 5rem);
  box-sizing: border-box;
}
@media screen and (max-width: 431px) {
  .table-entry__box {
    padding: 0;
    box-shadow: none;
  }
}
.table-recruit-entry .form-required {
  margin-left: 16px;
  padding: 0.15rem 0.25rem;
  color: #fff;
  font-family: var(--font-primary);
  font-size: 0.75rem;
  font-weight: 400;
  border-radius: 4px;
  background: #a52a2a;
}
.table-recruit-entry th, .table-recruit-entry td {
  border-bottom: solid 1px #dedede;
  font-size: 0.9375rem;
  padding: 2rem;
  text-align: left;
}
@media print, screen and (max-width: 601px) {.table-recruit-entry th, .table-recruit-entry td {
    display: block;
        width: 100% !important;border:solid 1px #ddd;padding: 1.5rem;
}.table-recruit-entry th {
    background:#eaeed5;
}
	.table-recruit-entry .wpcf7-list-item {display:block !important; margin:0 0 10px!important;}}
.table-recruit-entry th {
  width: 35%;
}
.table-recruit-entry td [type="radio"] {
  margin: 0 0.5rem 0 0;
  transform: scale(1.5);
}
.table-recruit-entry td .wpcf7-list-item {
  display: inline-block;
  margin: 0 1.5rem 0 0;
}
.blog-page__meta {
  margin-bottom: 1rem;
  font-size: 0.75rem;
}
.blog-page__date {
  margin-right: 10px;
  font-size: 0.75rem;
  color: #94C3F7;
}
.blog-page__category {
  background-color: #f5f5f5;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
}
.blog-page__sidebar .widget-title {
  font-size: 1.25rem;
  font-family: var(--font-secondary);
  font-weight: 500;
  margin-bottom: 0.65rem;
  padding: 0.85rem 1.25rem;
  border: 1px solid #ddd;
}
.blog-page__sidebar .widget {
  margin: 0 0 3rem;
}
.blog-page__sidebar .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-page__sidebar .widget ul li a {
  padding: 0.35rem 0;
  font-size: 0.75rem;
  text-decoration: underline;
  display: block;
}
.blog-page__sidebar .widget ul li a:hover {
  text-decoration: none;
}
.blog-page__post .post-navigation {
  display: flex;
  justify-content: space-between;
  margin: 4rem 0;
  padding: 1.25rem 0;
  font-size: 0.75rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.blog-page__post p {
  line-height: 1.8;
  margin-bottom: 1.25rem;
}