/* news-post-th03-post01.css — ベースライン(自動読込・module-base.css前提)。編集せず上書きで調整。 */
@charset "UTF-8";

.th03_post01 .col {
  display: block;
  float: none;
  background: color-mix(in srgb, var(--color-primary) 5%, transparent);
  width: 100%;
  padding: 4% 2%;
  text-decoration: none;
  opacity: 1;
  transition: 0.3s; color: var(--color-on-primary); }
.th03_post01 .col:fitst-child {
  margin-left: 0;
}
.th03_post01 .col .date {
  color: var(--color-heading-ink);
  font-size: 11px;
  font-size: 1.1rem;
}
.th03_post01 .col .content {
  color: var(--color-text);
  font-size: 13px;
  font-size: 1.3rem;
}
.th03_post01 .col .more {
  position: relative;
  padding-right: 20px;
}
.th03_post01 .col .more:before, .th03_post01 .col .more:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  border-bottom: 2px solid #000;
  transition: 0.3s;
}
.th03_post01 .col .more:before {
  transform: rotate(-45deg);
}
.th03_post01 .col .more:after {
  transform: rotate(-135deg);
}
.th03_post01 .col:hover .more {
  text-decoration: underline;
}
.th03_post01 .col:hover .more:before, .th03_post01 .col:hover .more:after {
  border-bottom: 2px solid #000;
}

@media (min-width: 768px) {
  .th03_post01 .tile {
    letter-spacing: -0.4em;
  }
  .th03_post01 .col {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    width: calc((100% - 24px) / 4);
    margin-left: 8px;
    color: var(--color-text);
  }
  .th03_post01 .col:last-child {
    position: relative;
  }
  .th03_post01 .col:hover {
    opacity: 0.7;
  }
  .th03_post01 .col .more {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 200px;
    padding-right: 0;
  }
  .th03_post01 .col .more:before, .th03_post01 .col .more:after {
    right: 30px;
  }
  .th03_post01 .col:hover .more:before, .th03_post01 .col:hover .more:after {
    right: 25px;
  }
}
