.slick-next{
    right: 0;
}

.work-slide .slick-list{
    overflow: unset;
}

.grecaptcha-badge{
    display: none;
}

/* WordPress記事本文のスタイル（ラジオ投稿のみ） */
.entry-content .text-sm h1,
.entry-content .text-base h1,
.entry-content .text-sm h2,
.entry-content .text-base h2,
.entry-content .text-sm h3,
.entry-content .text-base h3,
.entry-content .text-sm h4,
.entry-content .text-base h4,
.entry-content .text-sm h5,
.entry-content .text-base h5,
.entry-content .text-sm h6,
.entry-content .text-base h6 {
    color: #2B2E35;
    font-family: "Zen Kaku Gothic New", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.entry-content .text-sm h1,
.entry-content .text-base h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.entry-content .text-sm h2,
.entry-content .text-base h2 {
    font-size: 1.5rem;
    line-height: 2rem;
}

.entry-content .text-sm h3,
.entry-content .text-base h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.entry-content .text-sm h4,
.entry-content .text-base h4 {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.entry-content .text-sm h5,
.entry-content .text-base h5 {
    font-size: 1rem;
    line-height: 1.5rem;
}

.entry-content .text-sm h6,
.entry-content .text-base h6 {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.entry-content .text-sm p,
.entry-content .text-base p {
    margin-bottom: 1rem;
    line-height: 1.75;
    color: #2B2E35;
}

.entry-content .text-sm p:last-child,
.entry-content .text-base p:last-child {
    margin-bottom: 0;
}

.entry-content .text-sm a,
.entry-content .text-base a {
    color: #465552;
    text-decoration: underline;
    transition: color 0.15s ease;
}

.entry-content .text-sm a:hover,
.entry-content .text-base a:hover {
    color: #1C2A44;
}

.entry-content .text-sm strong,
.entry-content .text-base strong,
.entry-content .text-sm b,
.entry-content .text-base b {
    font-weight: 700;
    color: #2B2E35;
}

.entry-content .text-sm em,
.entry-content .text-base em,
.entry-content .text-sm i,
.entry-content .text-base i {
    font-style: italic;
}

.entry-content .text-sm ul,
.entry-content .text-base ul,
.entry-content .text-sm ol,
.entry-content .text-base ol {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    color: #2B2E35;
}

.entry-content .text-sm ul li,
.entry-content .text-base ul li,
.entry-content .text-sm ol li,
.entry-content .text-base ol li {
    margin-bottom: 0.5rem;
    line-height: 1.75;
}

.entry-content .text-sm ul {
    list-style-type: disc;
}

.entry-content .text-sm ol {
    list-style-type: decimal;
}

.entry-content .text-sm blockquote,
.entry-content .text-base blockquote {
    margin: 1.5rem 0;
    padding-left: 1rem;
    border-left: 3px solid #BFC4C0;
    color: #838383;
    font-style: italic;
}

.entry-content .text-sm img,
.entry-content .text-base img {
    max-width: 100%;
    height: auto;
    margin: 1.5rem 0;
    border-radius: 0.125rem;
}

.entry-content .text-sm hr,
.entry-content .text-base hr {
    margin: 2rem 0;
    border: none;
    border-top: 1px solid #BFC4C0;
}

.entry-content .text-sm table,
.entry-content .text-base table {
    width: 100%;
    margin: 1.5rem 0;
    border-collapse: collapse;
}

.entry-content .text-sm table th,
.entry-content .text-base table th,
.entry-content .text-sm table td,
.entry-content .text-base table td {
    padding: 0.75rem;
    border-bottom: 1px solid #BFC4C0;
    text-align: left;
}

.entry-content .text-sm table th,
.entry-content .text-base table th {
    font-weight: 700;
    background-color: #FAFAFA;
}

.entry-content .text-sm code,
.entry-content .text-base code {
    background-color: #FAFAFA;
    padding: 0.125rem 0.25rem;
    border-radius: 0.125rem;
    font-size: 0.875em;
    color: #2B2E35;
}

.entry-content .text-sm pre,
.entry-content .text-base pre {
    background-color: #FAFAFA;
    padding: 1rem;
    border-radius: 0.125rem;
    overflow-x: auto;
    margin: 1.5rem 0;
}

.entry-content .text-sm pre code,
.entry-content .text-base pre code {
    background-color: transparent;
    padding: 0;
}

/* 目次スタイル */
#table-of-contents .toc-item {
    text-decoration: none;
    color: #2B2E35;
}

#table-of-contents .toc-item:hover {
    text-decoration: none;
}

#table-of-contents .toc-level-1 {
    padding-left: 0.5rem;
}

#table-of-contents .toc-level-2 {
    padding-left: 1rem;
}

#table-of-contents .toc-level-3 {
    padding-left: 1.5rem;
}

#table-of-contents .toc-level-4 {
    padding-left: 2rem;
}

#table-of-contents .toc-level-5 {
    padding-left: 2.5rem;
}

#table-of-contents .toc-level-6 {
    padding-left: 3rem;
}

/* 記事本文のhタグにスムーズスクロール用のオフセット */
.entry-content h1[id],
.entry-content h2[id],
.entry-content h3[id],
.entry-content h4[id],
.entry-content h5[id],
.entry-content h6[id] {
    scroll-margin-top: 80px;
}

/* レスポンシブ対応（ラジオ投稿のみ） */
@media (min-width: 1024px) {
    .entry-content .text-sm h1,
    .entry-content .text-base h1 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .entry-content .text-sm h2,
    .entry-content .text-base h2 {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .entry-content .text-sm h3,
    .entry-content .text-base h3 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}