@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
/* line 20, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.blog-container {
  background: #f9fafb;
  padding: 80px 0;
  /* ------- 目次デザイン -------- */
  /* ------- 本文エリア -------- */
}
/* line 24, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.blog-container .container {
  max-width: 880px;
  margin: 0 auto;
  background: #fff;
  padding: 60px 50px;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}
/* line 33, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.blog-container .column-title {
  font-size: 36px;
  font-weight: 700;
  color: #111;
  text-align: center;
  margin-bottom: 40px;
}
/* line 42, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.blog-container .toc {
  background: #f0f4ff;
  border: 1px solid #c7d2fe;
  border-radius: 12px;
  padding: 25px 30px;
  margin-bottom: 50px;
  font-size: 15px;
  line-height: 1.7;
}
/* line 51, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.blog-container .toc .toc-title {
  font-size: 20px;
  font-weight: 700;
  color: #3b82f6;
  margin-bottom: 12px;
}
/* line 58, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.blog-container .toc .toc-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
/* line 63, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.blog-container .toc .toc-list .toc-item {
  margin: 6px 0;
}
/* line 66, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.blog-container .toc .toc-list .toc-item a {
  color: #374151;
  text-decoration: none;
  transition: color 0.2s ease;
}
/* line 71, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.blog-container .toc .toc-list .toc-item a:hover {
  color: #2563eb;
}
/* line 76, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.blog-container .toc .toc-list .toc-item.toc-level-3 {
  margin-left: 18px;
  font-size: 14px;
}
/* line 77, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.blog-container .toc .toc-list .toc-item.toc-level-4 {
  margin-left: 30px;
  font-size: 13px;
}
/* line 83, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.blog-container .column-body {
  font-size: 17px;
  line-height: 1.9;
  color: #333;
}
/* line 88, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.blog-container .column-body h2, .blog-container .column-body h3, .blog-container .column-body h4 {
  font-weight: 700;
  margin-top: 60px;
  margin-bottom: 20px;
  scroll-margin-top: 100px;
}
/* line 95, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.blog-container .column-body h2 {
  font-size: 26px;
  color: #111;
  border-bottom: 3px solid #3b82f6;
  padding-bottom: 6px;
}
/* line 102, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.blog-container .column-body h3 {
  font-size: 22px;
  color: #1e40af;
  position: relative;
  padding-left: 14px;
}
/* line 108, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.blog-container .column-body h3::before {
  content: "▹";
  position: absolute;
  left: 0;
  color: #3b82f6;
}
/* line 116, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.blog-container .column-body h4 {
  font-size: 18px;
  color: #374151;
}
/* line 121, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.blog-container .column-body p {
  margin-bottom: 20px;
}
/* line 125, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.blog-container .column-body img {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
/* line 133, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.blog-container .column-body a {
  color: #2563eb;
  text-decoration: underline;
}
/* line 136, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.blog-container .column-body a:hover {
  opacity: 0.8;
}
/* line 141, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.blog-container .column-body blockquote {
  background: #f1f5f9;
  border-left: 5px solid #3b82f6;
  padding: 15px 20px;
  border-radius: 8px;
  color: #444;
  margin: 25px 0;
  font-style: italic;
}
/* line 151, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.blog-container .column-body ul, .blog-container .column-body ol {
  margin: 15px 0 25px 25px;
}

/* --------- レスポンシブ --------- */
@media (max-width: 768px) {
  /* line 159, /opt/webroot/plus/app/assets/stylesheets/post.scss */
  .blog-container {
    padding: 60px 15px;
  }
  /* line 162, /opt/webroot/plus/app/assets/stylesheets/post.scss */
  .blog-container .container {
    padding: 40px 24px;
  }
  /* line 166, /opt/webroot/plus/app/assets/stylesheets/post.scss */
  .blog-container .column-title {
    font-size: 28px;
  }
  /* line 170, /opt/webroot/plus/app/assets/stylesheets/post.scss */
  .blog-container .toc {
    padding: 18px 20px;
  }
  /* line 172, /opt/webroot/plus/app/assets/stylesheets/post.scss */
  .blog-container .toc .toc-title {
    font-size: 18px;
  }
  /* line 173, /opt/webroot/plus/app/assets/stylesheets/post.scss */
  .blog-container .toc .toc-list a {
    font-size: 14px;
  }
  /* line 176, /opt/webroot/plus/app/assets/stylesheets/post.scss */
  .blog-container .column-body {
    font-size: 15px;
  }
  /* line 178, /opt/webroot/plus/app/assets/stylesheets/post.scss */
  .blog-container .column-body h2 {
    font-size: 22px;
  }
  /* line 179, /opt/webroot/plus/app/assets/stylesheets/post.scss */
  .blog-container .column-body h3 {
    font-size: 18px;
  }
  /* line 180, /opt/webroot/plus/app/assets/stylesheets/post.scss */
  .blog-container .column-body h4 {
    font-size: 16px;
  }
}
/* line 186, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.section-knowhow {
  background: #f9fafb;
  padding: 80px 0;
}
/* line 190, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.section-knowhow .section-title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #333;
}
/* line 198, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.section-knowhow .columns-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}
/* line 204, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.section-knowhow .column-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
/* line 211, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.section-knowhow .column-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
/* line 216, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.section-knowhow .column-card .column-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
/* line 221, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.section-knowhow .column-card .column-image .column-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
/* line 227, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.section-knowhow .column-card .column-image .column-thumb:hover {
  transform: scale(1.05);
}
/* line 233, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.section-knowhow .column-card .column-content {
  padding: 20px;
}
/* line 236, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.section-knowhow .column-card .column-content .column-title {
  font-size: 20px;
  font-weight: 600;
  color: #111;
  margin-bottom: 10px;
}
/* line 242, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.section-knowhow .column-card .column-content .column-title a {
  color: inherit;
  text-decoration: none;
}
/* line 246, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.section-knowhow .column-card .column-content .column-title a:hover {
  color: #007aff;
}
/* line 252, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.section-knowhow .column-card .column-content .column-description {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 12px;
}
/* line 259, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.section-knowhow .column-card .column-content .column-admin-links {
  margin-top: 10px;
}
/* line 262, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.section-knowhow .column-card .column-content .column-admin-links .btn-edit, .section-knowhow .column-card .column-content .column-admin-links .btn-delete {
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 6px;
  text-decoration: none;
  margin-right: 8px;
}
/* line 270, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.section-knowhow .column-card .column-content .column-admin-links .btn-edit {
  background: #e0f2fe;
  color: #0369a1;
}
/* line 274, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.section-knowhow .column-card .column-content .column-admin-links .btn-edit:hover {
  background: #bae6fd;
}
/* line 279, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.section-knowhow .column-card .column-content .column-admin-links .btn-delete {
  background: #fee2e2;
  color: #b91c1c;
}
/* line 283, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.section-knowhow .column-card .column-content .column-admin-links .btn-delete:hover {
  background: #fecaca;
}
/* line 291, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.section-knowhow .pagination-wrapper {
  margin-top: 40px;
  text-align: center;
}
/* line 295, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.section-knowhow .pagination-wrapper .pagination {
  display: inline-flex;
  gap: 8px;
}
/* line 299, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.section-knowhow .pagination-wrapper .pagination a, .section-knowhow .pagination-wrapper .pagination span {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  border: 1px solid #ddd;
  color: #333;
  background: #fff;
  transition: all 0.3s ease;
}
/* line 310, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.section-knowhow .pagination-wrapper .pagination a:hover, .section-knowhow .pagination-wrapper .pagination span:hover {
  background: #007aff;
  color: #fff;
}
/* line 315, /opt/webroot/plus/app/assets/stylesheets/post.scss */
.section-knowhow .pagination-wrapper .pagination a.current, .section-knowhow .pagination-wrapper .pagination span.current {
  background: #007aff;
  color: #fff;
  font-weight: bold;
}

@media (max-width: 768px) {
  /* line 327, /opt/webroot/plus/app/assets/stylesheets/post.scss */
  .section-knowhow {
    padding: 60px 20px;
  }
  /* line 330, /opt/webroot/plus/app/assets/stylesheets/post.scss */
  .section-knowhow .section-title {
    font-size: 26px;
  }
  /* line 336, /opt/webroot/plus/app/assets/stylesheets/post.scss */
  .section-knowhow .column-card .column-content .column-title {
    font-size: 18px;
  }
  /* line 340, /opt/webroot/plus/app/assets/stylesheets/post.scss */
  .section-knowhow .column-card .column-content .column-description {
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  /* line 349, /opt/webroot/plus/app/assets/stylesheets/post.scss */
  .section-knowhow {
    padding: 50px 16px;
  }
  /* line 352, /opt/webroot/plus/app/assets/stylesheets/post.scss */
  .section-knowhow .columns-grid {
    grid-template-columns: 1fr;
  }
  /* line 357, /opt/webroot/plus/app/assets/stylesheets/post.scss */
  .section-knowhow .column-card .column-image {
    height: 180px;
  }
  /* line 361, /opt/webroot/plus/app/assets/stylesheets/post.scss */
  .section-knowhow .column-card .column-content {
    padding: 16px;
  }
}
