@charset "utf-8";

main {
  padding-top: var(--space-top);
  background-image: url(../images/decoration/light2.png);
  background-repeat: no-repeat;
  background-position: left top 85px;
  background-size: contain;
}

.voice-intro {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.voice-category {
  font-size: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  margin-top: 2rem;
}

.voice-category li {
  background-color: #344b6b;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 55px;
  line-height: 1.2;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.voice-category li span {
  font-size: 10px;
}

@media screen and (min-width:1200px) {
  main {
    background-position: left top;
  }

  h1 {
    margin-bottom: 5rem;
  }

  .voice-intro {
    padding-left: 4rem;
    margin-top: 0;
    position: relative;
    min-height: 1000px;
  }

  .voice-intro::before {
    content: '';
    display: block;
    width: 15px;
    height: 1200px;
    background-image: url(../images/decoration/line-g.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 1.5rem;
    top: 8%;
  }

  .voice-intro p {
    text-align: left;
  }

  .copy {
    margin-top: 0;
    margin-bottom: 1rem;
    text-align-last: left;
  }

  .category-title {
    font-family: fot-tsukuaoldmin-pr6n, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 24px;
  }

  .voice-category {
    display: block;
    margin-top: 1rem;
  }

  .voice-category li {
    background-color: transparent;
    display: block;
    text-align: left;
    min-height: auto;
    padding: 0 0 16px;
    font-size: 16px;
  }
}

/* voice-contents */

.voice-contents {
  background-color: #2e8ca7;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 3rem;
}

.thumbnail {
  position: relative;
  aspect-ratio: 3/2;
}

.thumbnail img {
  height: 100%;
}

.thumbnail p {
  font-size: 8px;
  background-color: var(--main-color);
  padding: 0 8px;
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}

time {
  font-size: 7px;
}

time+p {
  font-size: 9px;
  margin-bottom: 0.5rem;
}

.voice-contents h2 {
  font-size: 12px;
}

.voice-contents h2 span {
  display: block;
}

.voice-contents li {
  margin-bottom: 2rem;
}



@media screen and (min-width:1200px) {}