@charset "UTF-8";
/* 20251229 added */
.wp-block-list {
	margin-left: 1em;
}

.wp-block-list li {
	list-style-type: disc;
}

.footer-item__link,.footer-child__link {
	font-size: 1.25em;
	font-weight: bold;
}

.blog .post-content a {
	color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.voice {
	padding: 8.75rem 0 6.25rem;
}

/* スライド全体の余白 */
.voice-slider {
    margin: 40px 0;
}

/* 各スライド（カード） */
.voice-slide {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    padding: 24px;
    box-sizing: border-box;
    min-height: 320px;
    display: flex;
    flex-direction: column;
}

/* 画像 */
.voice-thumb {
    text-align: center;
    margin-bottom: 16px;
    width: 100%;
}
.voice-thumb img {
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
}

/* 内容 */
.voice-content {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    flex-grow: 1;
    margin-bottom: 16px;
}
.voice-content p {
    margin: 0 0 8px;
}

/* 名前 */
.voice-name {
    text-align: right;
    font-weight: bold;
    font-size: 14px;
    color: #666;
}

.slick-slide {
	margin: 1em;
}

.slick-track {
	margin-bottom: 3em;
}

/* ドット */
.slick-dots li button:before {
    font-size:
}

.post-author-box {
  margin-top: 48px;
  padding: 24px;
  border-radius: 10px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
}

.post-author-inner {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.post-author-avatar {
	width: 120px;
}

.post-author-avatar img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  object-fit: cover;
}

.post-author-profile {
	width: calc(100% - 120px);
}

.post-author-title {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 700;
  color: #64748b;
}

.post-author-name {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}

.post-author-bio {
  margin: 0 0 12px;
  color: #374151;
  line-height: 1.8;
}

.post-author-link a {
	display: inline-block;
	padding: .25em 1em;
	color: #fff;
	background: #f22a4d;
	text-decoration: none;
	border-radius: 5px;
}

.post-author-link a:hover {
  opacity: .8;
}

/* スマホ対応 */
@media (max-width: 767px) {
	.post-author-inner {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	
	.post-author-avatar img {
		width: 100px;
		height: 100px;
	}
	
	.post-author-avatar {
		width: 100%;
	}
	.post-author-profile {
		width: 100%;
	}
}
