@charset "UTF-8";

/* ========================================
   @media screen and (min-width: 768px), print
======================================== */
@media screen and (min-width: 768px), print {

/* voice -------------------------------------*/
#voice .system-contents {
  margin-top: 50px;
  padding: 40px 20px;
  margin-bottom: 30px;
}

#voice .system-contents .system-ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
  line-height: 1.4;
}

#voice .system-list {
  background: #eeefef;
  padding: 41px 21px 41px;
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

#voice .system-list-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  margin: 0 0 50px;
  padding: 24px;
  background: #eeefef;
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
}

#voice .system-list li {
  line-height: 1.4;
  margin: 0;
  width: 100%;
  background: #fff;
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

#voice .system-list li > a {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 100%;
  padding: 20px 10px 30px;
  color: inherit;
  text-decoration: none;
}

#voice .system-list li a:hover {
  text-decoration: none;
}

#voice .system-ttl-01 {
  margin-bottom: 8px;
  padding-bottom: 4px;
  font-size: clamp(14px, 11.333px + 0.347vw, 18px);
  line-height: 1.6;
  letter-spacing: 0.15em;
  font-weight: 500;
  border-bottom: 1px dotted #ccc;
}

/* アーカイブ・「その他のお客様の声」一覧内 */
#voice .system-list .num-inner .system-area,
#voice .system-list .num-inner .system-name {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
}

#voice .system-list .num-inner .system-area {
  color: #6b6b69;
}

/* 投稿ページ（シングル本文ブロック） */
#voice .num-bx .voice-meta-row .system-area,
#voice .num-bx .voice-meta-row .system-name {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
}

#voice .num-bx .voice-meta-row .system-area {
  color: #6b6b69;
}

#voice .num-inner .system-area + .system-name {
  margin-top: 0;
}

#voice .system-list .num-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: flex-start;
  margin-top: 8px;
}

#voice .num-bx .voice-meta-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
  margin-bottom: 32px;
}

}


/* ========================================
   @media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {

#voice article {
  padding-bottom: 5vw;
}
#voice .system-contents {
  margin-block: 10vw;
  padding: 4vw 2vw;
  background: #eeefef;
}

#voice .system-contents-inner {
  padding: 4vw 2vw;
  background: #fff;
}
#voice .system-contents .system-ttl {
  font-size: 4.2vw;
  font-weight: bold;
  margin-bottom: 4vw;
  padding-bottom: 2vw;
  border-bottom: 0.2vw solid #ccc;
  line-height: 1.6;
}

#voice .system-list {
  background: #eeefef;
  padding: 4vw 2vw;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3vw;
}

#voice .system-list-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42vw;
  margin: 0;
  padding: 5vw 4vw;
  background: #eeefef;
  text-align: center;
  font-size: 3.8vw;
  line-height: 1.7;
}

#voice .system-list li {
  line-height: 1.4;
  margin: 0;
  width: 100%;
  background: #fff;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

#voice .system-list li > a {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 100%;
  padding: 4vw;
  color: inherit;
  text-decoration: none;
}

#voice .system-list li a:hover {
  text-decoration: none;
}

#voice .system-ttl-01 {
  margin-bottom: 3vw;
  padding-bottom: 2vw;
  font-size: 3.38vw;
  line-height: 1.6;
  letter-spacing: 0.15em;
  font-weight: 500;
  border-bottom: 1px dotted #ccc;
}

/* アーカイブ・「その他のお客様の声」一覧内（SP） */
#voice .system-list .num-inner .system-area,
#voice .system-list .num-inner .system-name {
  margin-bottom: 0;
  font-size: 2.90vw;
  line-height: 1.4;
}

#voice .system-list .num-inner .system-area {
  color: #6b6b69;
}

/* 投稿ページ（シングル本文ブロック）（SP） */
#voice .num-bx .voice-meta-row .system-area,
#voice .num-bx .voice-meta-row .system-name {
  margin-bottom: 0;
  font-size: 3.38vw;
  line-height: 1.4;
}

#voice .num-bx .voice-meta-row .system-area {
  color: #6b6b69;
}

#voice .system-list .num-inner {
  display: flex;
  align-items: center;
  gap: 3vw;
  justify-content: flex-start;
  margin-top: 2vw;
}

#voice .num-bx .voice-meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 4vw;
  row-gap: 1.5vw;
  margin-bottom: 5vw;
}

#voice .num-bx .voice-meta-row .system-area + .system-name {
  margin-top: 0;
}

}
