@media screen and (min-width: 1024px) {
  .column--archive .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .column--archive .column .ele:first-child {
    width: 300px;
    margin-right: 50px;
  }
}
.column--archive .column .ele:first-child .cat-wrap {
  padding: 15px;
  background: #5E9AF8;
}
@media screen and (min-width: 1200px) {
  .column--archive .column .ele:first-child .cat-wrap {
    padding: 20px;
  }
}
.column--archive .column .ele:first-child .cat-wrap .cat-title {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}
.column--archive .column .ele:first-child .cat-wrap .cat-list .cat:not(:first-child) {
  margin-top: 10px;
}
.column--archive .column .ele:first-child .cat-wrap .cat-list .cat a {
  border: 2px solid #fff;
  position: relative;
  display: block;
  padding: 15px;
  background: #fff;
  color: #5E9AF8;
}
@media screen and (min-width: 1200px) {
  .column--archive .column .ele:first-child .cat-wrap .cat-list .cat a {
    padding: 20px;
  }
}
.column--archive .column .ele:first-child .cat-wrap .cat-list .cat a:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: calc(50% - 7px);
  right: 15px;
  background-image: url("/assets/images/home/icon-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top right;
  width: 14px;
  height: 14px;
}
@media screen and (min-width: 1200px) {
  .column--archive .column .ele:first-child .cat-wrap .cat-list .cat a:after {
    right: 20px;
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
  }
}
.column--archive .column .ele:nth-child(2) {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .column--archive .column .ele:nth-child(2) {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .column--archive .column .ele:nth-child(2) {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 1024px) {
  .column--archive .column .ele:nth-child(2) .column-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.column--archive .column .ele:nth-child(2) .column-list .item {
  margin-top: 25px;
}
@media screen and (min-width: 1024px) {
  .column--archive .column .ele:nth-child(2) .column-list .item {
    width: calc(50% - 12.5px);
    margin-right: 25px;
  }
  .column--archive .column .ele:nth-child(2) .column-list .item:nth-child(2n) {
    margin-right: 0;
  }
  .column--archive .column .ele:nth-child(2) .column-list .item:nth-child(-n+2) {
    margin-top: 0;
  }
}
.column--archive .column .ele:nth-child(2) .column-list .item:first-child {
  margin-top: 0;
}
.column--archive .column .ele:nth-child(2) .column-list .item .thumb {
  position: relative;
  aspect-ratio: 768/432;
  background: #ccc;
}
.column--archive .column .ele:nth-child(2) .column-list .item .thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.column--archive .column .ele:nth-child(2) .column-list .item {
  -webkit-transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.column--archive .column .ele:nth-child(2) .column-list .item:hover {
  -webkit-box-shadow: 0 4px 16px rgba(94, 154, 248, 0.15);
          box-shadow: 0 4px 16px rgba(94, 154, 248, 0.15);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.column--archive .column .ele:nth-child(2) .column-list .item .contents {
  padding: 15px;
  border: 1px solid rgba(94, 154, 248, 0.15);
  border-top: none;
  border-radius: 0 0 6px 6px;
}
@media screen and (min-width: 1024px) {
  .column--archive .column .ele:nth-child(2) .column-list .item .contents {
    padding: 20px;
  }
}
.column--archive .column .ele:nth-child(2) .column-list .item .contents .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .column--archive .column .ele:nth-child(2) .column-list .item .contents .info {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) {
  .column--archive .column .ele:nth-child(2) .column-list .item .contents .info {
    font-size: 14px;
  }
}
.column--archive .column .ele:nth-child(2) .column-list .item .contents .info .date {
  margin-right: 10px;
}
.column--archive .column .ele:nth-child(2) .column-list .item .contents .info .cat {
  color: #5E9AF8;
}
.column--archive .column .ele:nth-child(2) .column-list .item .contents .title {
  margin-top: 10px;
  font-weight: 700;
  line-height: 1.5em;
}
@media screen and (min-width: 1200px) {
  .column--archive .column .ele:nth-child(2) .column-list .item .contents .title {
    margin-top: 15px;
    font-size: 16px;
  }
}
/* ─── 29 単一記事コンテンツ 2026 ─── */
.column--single .single-contents {
  border-top: none;
  border-bottom: none;
}
.column--single .single-contents .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 12px;
}
.column--single .single-contents .post-meta .cat {
  color: #5E9AF8;
  background: #eef4ff;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 700;
}
.column--single .single-contents .post-meta .date {
  color: #888;
}
.column--single .single-contents .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #1a1a1a;
  padding-bottom: 16px;
  border-bottom: 2px solid #f0f0f0;
  margin-bottom: 20px;
}
.level-2 .rtoc-item{
  padding-bottom: 0!important;
  padding-left: 0!important;
  border-bottom: none!important;
  border-left: none!important;
}
.column--single .single-contents .content h2 {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  padding: 10px 14px;
  background: #eef4ff;
  border-left: 3px solid #5E9AF8;
  border-radius: 0 6px 6px 0;
  margin: 20px 0 12px;
  line-height: 1.5;
}
.column--single .single-contents .content h3 {
  font-size: 15px;
  font-weight: 700;
  color: #1a2b4a;
  padding-left: 10px;
  border-left: 3px solid rgba(94, 154, 248, .5);
  margin: 18px 0 10px;
  line-height: 1.5;
}
.column--single .single-contents .content p {
  font-size: 14px;
  line-height: 1.9;
  color: #1a1a1a;
  margin-bottom: 12px;
}
.column--single .single-contents .content ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 16px;
}
.column--single .single-contents .content ul li {
  font-size: 14px;
  line-height: 1.8;
  color: #1a1a1a;
  padding-left: 18px;
  position: relative;
}
.column--single .single-contents .content figure.wp-block-image {
  margin: 20px 0;
}
.column--single .single-contents .content figure.wp-block-image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
}
.column--single .single-contents .content figure.wp-block-image figcaption {
  margin-top: 6px;
  font-size: 12px;
  color: #888;
  text-align: center;
}
.column--single .single-contents .content figure.wp-block-table {
  margin: 20px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.column--single .single-contents .content figure.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  line-height: 1.6;
}
.column--single .single-contents .content figure.wp-block-table th {
  background: #5E9AF8;
  color: #fff;
  padding: 10px 12px;
  font-weight: 700;
  text-align: left;
}
.column--single .single-contents .content figure.wp-block-table td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(94, 154, 248, .15);
  vertical-align: middle;
}
.column--single .single-contents .content figure.wp-block-table tr:nth-child(even) td {
  background: #eef4ff;
}
.column--single .single-contents .content .internal-link-button,
.column--single .single-contents .content .internal-link-button2,
.column--single .single-contents .content .internal-link-button3 {
  display: block;
  text-align: center;
  padding: 14px 20px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  margin: 16px 0;
  text-decoration: none;
  line-height: 1.4;
  -webkit-transition: filter .2s ease, -webkit-transform .15s ease;
  transition: filter .2s ease, transform .15s ease;
}
.column--single .single-contents .content .internal-link-button:hover,
.column--single .single-contents .content .internal-link-button2:hover,
.column--single .single-contents .content .internal-link-button3:hover {
  -webkit-filter: brightness(1.08);
          filter: brightness(1.08);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.column--single .single-contents .content .internal-link-button {
  background: #5E9AF8;
  -webkit-box-shadow: 0 2px 8px rgba(94, 154, 248, .3);
          box-shadow: 0 2px 8px rgba(94, 154, 248, .3);
}
.column--single .single-contents .content .internal-link-button2 {
  background: #06C755;
  -webkit-box-shadow: 0 2px 8px rgba(6, 199, 85, .3);
          box-shadow: 0 2px 8px rgba(6, 199, 85, .3);
}
.column--single .single-contents .content .internal-link-button3 {
  background: #E96A46;
  -webkit-box-shadow: 0 2px 8px rgba(233, 106, 70, .3);
          box-shadow: 0 2px 8px rgba(233, 106, 70, .3);
}
.column--single .single-contents .content .has-text-align-right  { text-align: right; }
.column--single .single-contents .content .has-text-align-center { text-align: center; }
.column--single .single-contents .content .has-small-font-size   { font-size: 12px; }
.column--single .post-date {
  margin-top: 20px;
  font-size: 13px;
  color: #888;
  letter-spacing: 0.03em;
}
