@charset "UTF-8";
/************************************
フォント
************************************/
/************************************
色
************************************/
/************************************
アニメーション
************************************/
body.single {
  background-color: #fafafa;
}

.single-news .container,
.single-case .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.single-news .content-area,
.single-case .content-area {
  display: flex;
  gap: 60px;
}
@media (max-width: 768px) {
  .single-news .content-area,
  .single-case .content-area {
    flex-direction: column;
    gap: 40px;
  }
}
.single-news .main-content,
.single-case .main-content {
  flex: 1;
  min-width: 0;
}
.single-news .article-meta,
.single-case .article-meta {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .single-news .article-meta,
  .single-case .article-meta {
    margin-bottom: 32px;
  }
}
.single-news .category-tags,
.single-case .category-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.single-news .category-tag,
.single-case .category-tag {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  width: fit-content;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  min-width: 75px;
  letter-spacing: 0.48px;
}
.single-news .category-tag.category-news,
.single-case .category-tag.category-news {
  background-color: #ffe4e4;
  color: #d9534f;
}
.single-news .category-tag.category-blog,
.single-case .category-tag.category-blog {
  background-color: #e4f0ff;
  color: #5b9bd5;
}
.single-news .category-tag.category-schedule,
.single-case .category-tag.category-schedule {
  background-color: #e4ffe4;
  color: #5cb85c;
}
.single-news .category-tag.category-treatment,
.single-case .category-tag.category-treatment {
  background-color: #daf1ee;
}
.single-news .category-tag.category-cases,
.single-case .category-tag.category-cases {
  background-color: #fcf4d2;
}
.single-news .post-date,
.single-case .post-date {
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  line-height: 220%; /* 30.8px */
  letter-spacing: 0.56px;
  font-family: "Manrope", sans-serif;
}
.single-news .article-title,
.single-case .article-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #333;
}
@media (max-width: 768px) {
  .single-news .article-title,
  .single-case .article-title {
    font-size: 24px;
  }
}
.single-news .case-info,
.single-case .case-info {
  margin: 48px 0 0;
  padding: 0;
  overflow: hidden;
}
.single-news .case-info .info-row,
.single-case .case-info .info-row {
  display: flex;
}
.single-news .case-info .info-row:last-child .info-content,
.single-case .case-info .info-row:last-child .info-content {
  border-bottom: none;
}
.single-news .case-info .info-label,
.single-case .case-info .info-label {
  width: 196px;
  height: 56px;
  display: flex;
  align-items: center;
  padding: 0 24px;
  color: #424747;
  background-color: #daf1ee;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%;
  vertical-align: middle;
  letter-spacing: 0.56px;
}
@media (max-width: 768px) {
  .single-news .case-info .info-label,
  .single-case .case-info .info-label {
    width: 78px;
    padding: 24px 8px;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
}
.single-news .case-info .info-content,
.single-case .case-info .info-content {
  flex: 1;
  display: flex;
  align-items: center;
  height: 56px;
  padding: 0px 24px;
  font-size: 14px;
  line-height: 1.8;
  border-bottom: 1px solid #efefef;
  background-color: #fff;
  font-weight: 300;
  white-space: pre-wrap;
}
@media (max-width: 768px) {
  .single-news .case-info .info-content,
  .single-case .case-info .info-content {
    padding: 16px 20px;
  }
}
@media (max-width: 768px) {
  .single-news .entry-content .is-layout-flex,
  .single-case .entry-content .is-layout-flex {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start !important;
  }
  .single-news .entry-content .is-layout-flex > div,
  .single-case .entry-content .is-layout-flex > div {
    width: 100%;
  }
  .single-news .entry-content .is-layout-flex p,
  .single-case .entry-content .is-layout-flex p {
    margin-bottom: 0;
  }
  .single-news .entry-content .is-layout-flex img,
  .single-case .entry-content .is-layout-flex img {
    width: 100% !important;
    height: auto;
  }
}
.single-news .entry-content p,
.single-case .entry-content p {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%;
  letter-spacing: 0.56px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .single-news .entry-content p,
  .single-case .entry-content p {
    margin-bottom: 40px;
  }
}
.single-news .entry-content h2,
.single-case .entry-content h2 {
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  letter-spacing: 0.1em;
  border-bottom: solid #afb1b1 1px;
  padding-bottom: 24px;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .single-news .entry-content h2,
  .single-case .entry-content h2 {
    margin-bottom: 40px;
  }
}
.single-news .entry-content h3,
.single-case .entry-content h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  letter-spacing: 0.1em;
  border-bottom: solid #afb1b1 1px;
  padding-bottom: 12px;
  margin-bottom: 28px;
}
.single-news .entry-content h4,
.single-case .entry-content h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
}
.single-news .entry-content ul,
.single-news .entry-content ol,
.single-case .entry-content ul,
.single-case .entry-content ol {
  margin: 20px 0;
  padding-left: 30px;
  color: #666;
}
.single-news .entry-content ul li,
.single-news .entry-content ol li,
.single-case .entry-content ul li,
.single-case .entry-content ol li {
  margin-bottom: 10px;
  line-height: 1.8;
}
.single-news .entry-content img,
.single-case .entry-content img {
  max-width: 100%;
  height: auto;
}
.single-news .entry-content blockquote,
.single-case .entry-content blockquote {
  margin: 30px 0;
  padding: 20px;
  background: #f5f5f5;
  border-left: 4px solid #67c9cb;
}
.single-news .entry-content blockquote p,
.single-case .entry-content blockquote p {
  margin-bottom: 0;
}
.single-news .post-navigation,
.single-case .post-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 72px 0;
  gap: 20px;
}
.single-news .post-navigation .nav-prev a,
.single-news .post-navigation .nav-next a,
.single-news .post-navigation .nav-back a,
.single-case .post-navigation .nav-prev a,
.single-case .post-navigation .nav-next a,
.single-case .post-navigation .nav-back a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #424747;
  text-decoration: none;
  font-size: 14px;
  transition: opacity 0.3s ease;
  font-weight: 400;
}
.single-news .post-navigation .nav-prev a:hover,
.single-news .post-navigation .nav-next a:hover,
.single-news .post-navigation .nav-back a:hover,
.single-case .post-navigation .nav-prev a:hover,
.single-case .post-navigation .nav-next a:hover,
.single-case .post-navigation .nav-back a:hover {
  opacity: 0.7;
}
.single-news .post-navigation .nav-prev a svg,
.single-news .post-navigation .nav-next a svg,
.single-news .post-navigation .nav-back a svg,
.single-case .post-navigation .nav-prev a svg,
.single-case .post-navigation .nav-next a svg,
.single-case .post-navigation .nav-back a svg {
  flex-shrink: 0;
}
.single-news .post-navigation .nav-back a,
.single-case .post-navigation .nav-back a {
  transition: all 0.3s ease;
}
.single-news .post-navigation .nav-back a:hover,
.single-case .post-navigation .nav-back a:hover {
  color: #67c9cb;
}
.single-news .post-navigation .nav-back a:hover path,
.single-case .post-navigation .nav-back a:hover path {
  stroke: #fff;
}
.single-news .sidebar,
.single-case .sidebar {
  width: 300px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .single-news .sidebar,
  .single-case .sidebar {
    width: 100%;
  }
}
.single-news .sidebar-widget,
.single-case .sidebar-widget {
  margin-bottom: 48px;
  background: #f0f9f8;
  padding: 24px 32px;
}
.single-news .sidebar-widget:last-child,
.single-case .sidebar-widget:last-child {
  margin-bottom: 0;
}
.single-news .widget-title,
.single-case .widget-title {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 24px;
  padding-left: 20px;
  font-family: "Manrope", sans-serif;
}
.single-news .widget-title::before,
.single-case .widget-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #67c9cb;
  border-radius: 50%;
}
.single-news .whats-new .news-list,
.single-case .whats-new .news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-news .whats-new .news-list li,
.single-case .whats-new .news-list li {
  margin-bottom: 20px;
}
.single-news .whats-new .news-list li:last-child,
.single-case .whats-new .news-list li:last-child {
  margin-bottom: 0;
}
.single-news .whats-new .news-list li:last-child a:last-child,
.single-case .whats-new .news-list li:last-child a:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.single-news .whats-new .news-list li .news-meta,
.single-case .whats-new .news-list li .news-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.single-news .whats-new .news-list li .category-badge,
.single-case .whats-new .news-list li .category-badge {
  display: inline-block;
  border-radius: 16px;
  padding: 2px 12px;
  background-color: #fff;
  font-size: 11px;
  font-weight: 400;
  min-width: 48px;
  text-align: center;
}
.single-news .whats-new .news-list li .date,
.single-case .whats-new .news-list li .date {
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  line-height: 220%; /* 30.8px */
  letter-spacing: 0.56px;
  font-family: "Manrope", sans-serif;
}
.single-news .whats-new .news-list li a,
.single-case .whats-new .news-list li a {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  color: #424747;
  text-decoration: none;
  padding-bottom: 24px;
  display: block;
  margin-bottom: 24px;
  border-bottom: 1px solid #afb1b1;
  transition: all 0.3s ease;
}
.single-news .whats-new .news-list li a:hover,
.single-case .whats-new .news-list li a:hover {
  color: #67c9cb;
  border-bottom: 1px solid #67c9cb;
}
.single-news .category-widget .category-list,
.single-case .category-widget .category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-news .category-widget .category-list li,
.single-case .category-widget .category-list li {
  margin-bottom: 0;
}
.single-news .category-widget .category-list li:last-child a,
.single-case .category-widget .category-list li:last-child a {
  padding-bottom: 0;
  margin-bottom: 0;
}
.single-news .category-widget .category-list li a,
.single-case .category-widget .category-list li a {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  color: #424747;
  text-decoration: none;
  display: block;
  margin-bottom: 24px;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-news .category-widget .category-list li a:hover,
.single-case .category-widget .category-list li a:hover {
  color: #67c9cb;
}
.single-news .category-widget .category-list li a:hover svg path,
.single-case .category-widget .category-list li a:hover svg path {
  stroke: #67c9cb;
}
.single-news .category-widget .category-list li a svg,
.single-case .category-widget .category-list li a svg {
  flex-shrink: 0;
}
.single-news .category-widget .category-list li:last-child a,
.single-case .category-widget .category-list li:last-child a {
  border-bottom: none;
}

/*# sourceMappingURL=single.css.map */
