@charset "UTF-8";
.pageContent {
  padding: 0px 0 60px;
}
@media screen and (max-width: 768px) {
  .pageContent {
    padding: 0px 0 40px;
  }
}

.entry-content {
  padding: 0px 0 40px;
  line-height: 1.8;
  color: #1F2937;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.entry-content b, .entry-content strong {
  color: #C41E3A;
  font-weight: 700;
}
.entry-content h2 {
  position: relative;
  padding: 0.6em 0.8em;
  background: #F3F4F6;
  border-left: 6px solid #2A4B7C;
  color: #002244;
  font-size: 1.6rem;
  margin: 3rem 0 1.5rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .entry-content h2 {
    font-size: 1.3rem;
    padding: 0.5em;
  }
}
.entry-content h3 {
  font-size: 1.25rem;
  color: #002244;
  border-bottom: 2px solid rgba(42, 75, 124, 0.4);
  padding-bottom: 0.3em;
  margin: 2rem 0 1rem;
}
@media screen and (max-width: 768px) {
  .entry-content h3 {
    font-size: 1.15rem;
  }
}
.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  font-size: 0.9rem;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-top: 3px solid #002244;
}
.entry-content table thead tr {
  background-color: #f8fafc;
  border-bottom: 2px solid #2A4B7C;
}
.entry-content table thead td, .entry-content table thead th {
  padding: 15px;
  font-weight: 800;
  color: #2A4B7C;
  white-space: nowrap;
  text-align: left;
}
.entry-content table tbody td {
  padding: 12px 15px;
  border-bottom: 1px solid #eeeeee;
  min-width: 140px;
  background-color: #ffffff;
}
.entry-content table tbody td:first-child {
  font-weight: 700;
  color: #002244;
  background-color: rgba(243, 244, 246, 0.5);
}
.entry-content table tbody tr:hover td {
  background-color: rgba(42, 75, 124, 0.05);
}
.entry-content hr {
  border: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, #C41E3A, transparent);
  margin: 4rem 0;
  opacity: 0.5;
}
.entry-content ul {
  margin-bottom: 1.5rem;
}
.entry-content ul li {
  margin-bottom: 0.8rem;
}
.entry-content ul li::marker {
  color: #C41E3A;
}
.entry-content p:last-child {
  background: linear-gradient(135deg, #ffffff 0%, #F3F4F6 100%);
  padding: 2rem;
  border-radius: 12px;
  border: 1px solid rgba(42, 75, 124, 0.3);
  margin-top: 3rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  position: relative;
}
.entry-content p:last-child::before {
  content: "バイヤーコメント";
  position: absolute;
  top: -12px;
  left: 20px;
  background: #C41E3A;
  color: #fff;
  padding: 2px 12px;
  font-size: 0.75rem;
  border-radius: 20px;
  font-weight: bold;
}

.table-of-contents {
  background: #F3F4F6;
  border: 1px solid #2A4B7C;
  padding: 1.5rem;
  margin-bottom: 2rem;
  border-radius: 4px;
}
.table-of-contents .toc-title {
  color: #002244;
  font-weight: 800;
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 1rem;
  border-bottom: 1px solid #2A4B7C;
  display: block;
}
.table-of-contents ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.table-of-contents ul li {
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}
.table-of-contents ul li a {
  color: #002244;
  text-decoration: none;
  transition: color 0.2s;
}
.table-of-contents ul li a:hover {
  color: #C41E3A;
  text-decoration: underline;
}

.entry-content p:last-child {
  border-left: 5px solid #C41E3A;
}

h2[id] {
  scroll-margin-top: 70px;
}/*# sourceMappingURL=el-primero-guide.css.map */