/*
Theme Name: 2colu
Description: 2カラム構成のアダルト動画ブログ向けWordPressテーマ（右サイドバーのみ）
Version: 1.0.0
Author: Custom Theme
*/

/* リセットCSS */
* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
    background-color: #ffffff;
}

/* コンテナ */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ヘッダー */
.site-header {
    background-color: #000000;
    color: white;
    padding: 20px 0;
}

.site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-title {
    margin: 0;
    font-size: 28px;
    font-weight: bold;
}

.site-title a {
    color: white;
    text-decoration: none;
}

.site-description {
    margin: 5px 0 0 0;
    font-size: 14px;
    color: #cccccc;
}

/* メインナビゲーション */
.main-navigation {
    background-color: #333333;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    padding: 15px 20px;
    color: white;
    text-decoration: none;
    transition: background-color 0.3s;
}

.main-navigation a:hover,
.main-navigation .current_page_item > a {
    background-color: #e63946;
}

/* メインコンテンツレイアウト */
.main-wrapper {
    display: flex;
    gap: 30px;
    margin: 30px 0;
    align-items: flex-start;
}

.main-content {
    flex: 1;
    max-width: 900px;
}

.sidebar-right {
    width: 300px;
    flex-shrink: 0;
}

/* 記事レイアウト */
.post {
    margin-bottom: 40px;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.post-header {
    padding: 20px;
}

.entry-title {
    margin: 0 0 15px 0;
    font-size: 24px;
    line-height: 1.4;
    color: #333333;
}

.entry-title a {
    color: #333333;
    text-decoration: none;
}

.entry-title a:hover {
    color: #e63946;
}

.entry-meta {
    font-size: 14px;
    color: #666666;
    margin-bottom: 15px;
}

.entry-meta a {
    color: #e63946;
    text-decoration: none;
}

.entry-meta a:hover {
    color: #c62828;
}

/* アイキャッチ画像 */
.post-thumbnail {
    width: 100%;
    margin-bottom: 20px;
}

.post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

/* 記事コンテンツ */
.entry-content {
    padding: 0 20px 20px 20px;
}

.entry-content p {
    margin: 0 0 20px 0;
}

.entry-content h2 {
    font-size: 22px;
    margin: 30px 0 15px 0;
    color: #333333;
    border-left: 4px solid #e63946;
    padding-left: 15px;
}

.entry-content h3 {
    font-size: 20px;
    margin: 25px 0 15px 0;
    color: #333333;
}

.entry-content img {
    max-width: 100%;
    height: auto;
}

/* 記事抜粋 */
.entry-summary {
    padding: 0 20px 20px 20px;
    color: #666666;
}

.more-link {
    color: #e63946;
    text-decoration: none;
    font-weight: bold;
}

.more-link:hover {
    color: #c62828;
}

/* シェアボタン */
.share-buttons {
    padding: 15px 20px;
    border-top: 1px solid #eeeeee;
    background-color: #f9f9f9;
}

.share-buttons ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
}

.share-buttons a {
    display: inline-block;
    padding: 8px 15px;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
}

.share-twitter { background-color: #1da1f2; }
.share-facebook { background-color: #3b5998; }
.share-line { background-color: #00c300; }


/* サイドバー */
/* 既存のスタイル */
.sidebar-right .widget {
    background: white;
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.sidebar-right .widget-title {
    background-color: #e63946;
    color: white;
    margin: 0;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: bold;
}

.sidebar-right .widget-content {
    padding: 20px;
}

.sidebar-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-right li {
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0;
}

.sidebar-right li:last-child {
    border-bottom: none;
}

.sidebar-right a {
    color: #333333;
    text-decoration: none;
}

.sidebar-right a:hover {
    color: #e63946;
}

/* ブロックエディタで生成される要素へのスタイル追加・修正 */

/* サイドバー全体のブロックコンテナを想定 */
/* .widget のスタイルを .wp-block-group にも適用 */
.sidebar-right .wp-block-group {
    background: white;
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* ブロックの見出し部分（h2など） */
/* .widget-title のスタイルを .wp-block-heading にも適用 */
.sidebar-right .wp-block-heading {
    background-color: #e63946;
    color: white;
    margin: 0;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: bold;
}

/* ブロックのリスト（コンテンツ）部分 */
/* .widget-content の padding を適用 */
.sidebar-right .wp-block-latest-posts__list,
.sidebar-right .wp-block-archives-list,
.sidebar-right .wp-block-categories-list, /* カテゴリーリスト */
.sidebar-right .wp-block-tag-cloud,     /* タグクラウド */
.sidebar-right .wp-block-latest-comments__list, /* 最新コメント */
.sidebar-right .wp-block-calendar,       /* カレンダー */
.sidebar-right .widget_text .textwidget /* テキストウィジェットのコンテンツ */ {
    padding: 20px;
}

/* リストアイテムのスタイル */
.sidebar-right .wp-block-latest-posts__list li,
.sidebar-right .wp-block-archives-list li,
.sidebar-right .wp-block-categories-list li,
.sidebar-right .wp-block-latest-comments__list li {
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0;
}

.sidebar-right .wp-block-latest-posts__list li:last-child,
.sidebar-right .wp-block-archives-list li:last-child,
.sidebar-right .wp-block-categories-list li:last-child,
.sidebar-right .wp-block-latest-comments__list li:last-child {
    border-bottom: none;
}

/* リスト内のリンクスタイル */
.sidebar-right .wp-block-latest-posts__post-title, /* 最新投稿のリンク */
.sidebar-right .wp-block-archives-list a,         /* アーカイブのリンク */
.sidebar-right .wp-block-categories-list a,       /* カテゴリーリストのリンク */
.sidebar-right .wp-block-latest-comments__author-link, /* 最新コメントの作者リンク */
.sidebar-right .wp-block-latest-comments__excerpt a   /* 最新コメントの抜粋リンク */ {
    color: #333333;
    text-decoration: none;
}

.sidebar-right .wp-block-latest-posts__post-title:hover,
.sidebar-right .wp-block-archives-list a:hover,
.sidebar-right .wp-block-categories-list a:hover,
.sidebar-right .wp-block-latest-comments__author-link:hover,
.sidebar-right .wp-block-latest-comments__excerpt a:hover {
    color: #e63946;
}

/* タグクラウドとカレンダーの個別調整 */
.sidebar-right .wp-block-tag-cloud .tagcloud {
    padding: 0; /* タグクラウド自体にはpadding不要 */
}

.sidebar-right .wp-block-tag-cloud .tagcloud a {
    display: inline-block;
    margin: 2px 4px 2px 0;
    padding: 4px 8px;
    background: #f1f1f1;
    color: #666666;
    text-decoration: none;
    border-radius: 12px;
    font-size: 12px !important; /* タグクラウドのフォントサイズは !important で上書き */
    transition: all 0.3s;
}

.sidebar-right .wp-block-tag-cloud .tagcloud a:hover {
    background: #e63946;
    color: white;
}

.sidebar-right .wp-block-calendar table {
    width: 100%;
    border-collapse: collapse;
}

.sidebar-right .wp-block-calendar th,
.sidebar-right .wp-block-calendar td {
    padding: 8px;
    text-align: center;
    border: 1px solid #eeeeee;
}

.sidebar-right .wp-block-calendar th {
    background: #f9f9f9;
    font-weight: bold;
}

.sidebar-right .wp-block-calendar a {
    color: #e63946;
    font-weight: bold;
}

/* 検索フォーム */
.sidebar-right .search-form {
    position: relative;
    padding: 20px; /* widget-content の padding に合わせる */
}

.sidebar-right .search-form input[type="search"] {
    width: 100%;
    padding: 10px 40px 10px 15px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    font-size: 14px;
}

.sidebar-right .search-form button {
    position: absolute;
    right: 30px; /* padding: 20px に合わせて調整 */
    top: 50%;
    transform: translateY(-50%);
    background: #e63946;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
}


/* 検索フォーム */
.search-form {
    position: relative;
}

.search-form input[type="search"] {
    width: 100%;
    padding: 10px 40px 10px 15px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    font-size: 14px;
}

.search-form button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: #e63946;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
}

/* 広告エリア */
.ads-area {
    text-align: center;
    margin: 30px 0;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #eeeeee;
    border-radius: 8px;
}

.ads-area::before {
    content: "広告";
    display: block;
    font-size: 12px;
    color: #999999;
    margin-bottom: 10px;
}

/* ページネーション */
.pagination {
    text-align: center;
    margin: 40px 0;
}

.pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    gap: 5px;
}

.pagination a,
.pagination span {
    display: block;
    padding: 10px 15px;
    background-color: white;
    border: 1px solid #dddddd;
    text-decoration: none;
    color: #333333;
    border-radius: 4px;
}

.pagination a:hover,
.pagination .current {
    background-color: #e63946;
    color: white;
    border-color: #e63946;
}

/* フッター */
.site-footer {
    background-color: #222222;
    color: white;
    padding: 40px 0 20px 0;
    margin-top: 60px;
}

.footer-widgets {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}

.footer-widget .widget-title {
    color: white;
    font-size: 18px;
    margin: 0 0 15px 0;
}

.footer-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widget li {
    margin-bottom: 8px;
}

.footer-widget a {
    color: #cccccc;
    text-decoration: none;
}

.footer-widget a:hover {
    color: white;
}

.site-info {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #444444;
    color: #cccccc;
    font-size: 14px;
}

/* レスポンシブデザイン */
@media screen and (max-width: 1024px) {
    .main-wrapper {
        flex-direction: column;
    }
    
    .sidebar-right {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .container {
        padding: 0 15px;
    }
    
    .site-header .container {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .main-navigation ul {
        flex-direction: column;
    }
    
    .main-navigation li {
        width: 100%;
    }
    
    .main-wrapper {
        margin: 20px 0;
        gap: 20px;
    }
    
    .entry-title {
        font-size: 20px;
    }
    
    .entry-content h2 {
        font-size: 18px;
    }
    
    .footer-widgets {
        grid-template-columns: 1fr;
    }
}

/* リンクカラー */
a {
    color: #e63946;
    transition: color 0.3s;
}

a:hover {
    color: #c62828;
}

/* その他のユーティリティ */
.text-center { text-align: center; }
.hidden { display: none; }
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

/* シェアボタンの追加スタイル */
.share-hatena { background-color: #00a4de; }
.share-pocket { background-color: #ee4056; }

.share-buttons a:hover {
    opacity: 0.8;
    transform: translateY(-2px);
}

/* 関連記事スタイル */
.related-posts {
    margin: 40px 0;
    padding: 30px;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.related-posts h3 {
    margin: 0 0 20px 0;
    font-size: 20px;
    color: #333333;
    border-left: 4px solid #e63946;
    padding-left: 15px;
}

.related-posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.related-post {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}

.related-post:hover {
    transform: translateY(-5px);
}

.related-post-thumbnail {
    position: relative;
    overflow: hidden;
}

.related-post-thumbnail img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    transition: transform 0.3s;
}

.related-post:hover .related-post-thumbnail img {
    transform: scale(1.05);
}

.related-post-content {
    padding: 15px;
}

.related-post-title {
    margin: 0 0 8px 0;
    font-size: 14px;
    line-height: 1.4;
}

.related-post-title a {
    color: #333333;
    text-decoration: none;
}

.related-post-title a:hover {
    color: #e63946;
}

.related-post-meta {
    font-size: 12px;
    color: #999999;
}

/* 前後記事ナビゲーション */
.post-navigation {
    margin: 40px 0;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.post-navigation a {
    display: block;
    padding: 15px;
    background: white;
    border-radius: 6px;
    text-decoration: none;
    color: #333333;
    transition: all 0.3s;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    max-width: 45%;
}

.post-navigation a:hover {
    color: #e63946;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.nav-previous {
    text-align: left;
}

.nav-next {
    text-align: right;
}

/* コメントエリア */
.comments-area {
    margin: 40px 0;
    padding: 30px;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.comments-title {
    margin: 0 0 30px 0;
    font-size: 22px;
    color: #333333;
    border-left: 4px solid #e63946;
    padding-left: 15px;
}

.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment-list .comment {
    margin: 0 0 30px 0;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.comment-author img {
    float: left;
    margin: 0 15px 15px 0;
    border-radius: 50%;
}

.comment-author .fn {
    font-weight: bold;
    color: #e63946;
}

.comment-meta {
    font-size: 12px;
    color: #999999;
    margin: 5px 0 15px 0;
}

.comment-meta a {
    color: #999999;
}

.comment-content p {
    margin: 0 0 15px 0;
    line-height: 1.6;
}

.reply a {
    font-size: 12px;
    color: #e63946;
    text-decoration: none;
}

/* コメントフォーム */
.comment-respond {
    margin-top: 40px;
}

.comment-reply-title {
    margin: 0 0 20px 0;
    font-size: 20px;
    color: #333333;
}

.comment-form {
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.comment-form p {
    margin: 0 0 20px 0;
}

.comment-form label {
    display: block;
    margin: 0 0 5px 0;
    font-weight: bold;
    color: #333333;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    font-size: 14px;
    font-family: inherit;
}

.comment-form input:focus,
.comment-form textarea:focus {
    outline: none;
    border-color: #e63946;
    box-shadow: 0 0 5px rgba(230, 57, 70, 0.3);
}

.comment-form .form-submit {
    margin: 20px 0 0 0;
}

.comment-form input[type="submit"] {
    background: #e63946;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s;
}

.comment-form input[type="submit"]:hover {
    background: #c62828;
}

/* ページヘッダー（アーカイブ・検索結果） */
.page-header {
    margin: 0 0 40px 0;
    padding: 30px;
    background-color: #f9f9f9;
    border-radius: 8px;
    text-align: center;
}

.page-title {
    margin: 0 0 15px 0;
    font-size: 28px;
    color: #333333;
}

.archive-description {
    color: #666666;
    line-height: 1.6;
}

.search-results-count {
    margin: 0;
    color: #666666;
    font-size: 14px;
}

/* 検索結果のハイライト */
mark {
    background-color: #fff3cd;
    color: #856404;
    padding: 2px 4px;
    border-radius: 3px;
}

/* 検索フォームの改善 */
.search-again {
    margin: 30px 0;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.popular-categories {
    margin: 30px 0;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.popular-categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
}

.popular-categories li {
    margin: 0;
    padding: 8px 0;
    border-bottom: 1px solid #eeeeee;
}

.popular-categories li:last-child {
    border-bottom: none;
}

/* トップに戻るボタン */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #e63946;
    color: white;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    text-decoration: none;
    display: none;
    z-index: 1000;
    transition: all 0.3s;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.back-to-top:hover {
    background: #c62828;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.4);
}

/* アニメーション用のクラス */
.reduce-motion * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
}

/* 画像の遅延読み込み用 */
img.lazy {
    opacity: 0;
    transition: opacity 0.3s;
}

img:not(.lazy) {
    opacity: 1;
}

/* モバイルメニューボタン */
.menu-toggle {
    display: none;
    background: #e63946;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
}

.menu-toggle.active {
    background: #c62828;
}

/* レスポンシブメディアクエリの追加 */
@media screen and (max-width: 1024px) {
    .related-posts-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
    
    .post-navigation {
        flex-direction: column;
    }
    
    .post-navigation a {
        max-width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .menu-toggle {
        display: block;
    }
    
    .main-navigation ul {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #333333;
        z-index: 999;
    }
    
    .main-navigation.active ul {
        display: flex;
    }
    
    .related-posts-grid {
        grid-template-columns: 1fr;
    }
    
    .comments-area,
    .comment-form {
        padding: 20px;
    }
    
    .back-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
    
    .page-header {
        padding: 20px;
        text-align: left;
    }
    
    .page-title {
        font-size: 22px;
    }
}

/* ウィジェット固有スタイル */
.widget_categories ul,
.widget_archive ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_entries ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget_categories li,
.widget_archive li,
.widget_meta li,
.widget_pages li,
.widget_recent_entries li {
    padding: 8px 0;
    border-bottom: 1px solid #eeeeee;
}

.widget_categories li:last-child,
.widget_archive li:last-child,
.widget_meta li:last-child,
.widget_pages li:last-child,
.widget_recent_entries li:last-child {
    border-bottom: none;
}

/* タグクラウドウィジェット */
.widget_tag_cloud .tagcloud {
    line-height: 2;
}

.widget_tag_cloud .tagcloud a {
    display: inline-block;
    margin: 2px 4px 2px 0;
    padding: 4px 8px;
    background: #f1f1f1;
    color: #666666;
    text-decoration: none;
    border-radius: 12px;
    font-size: 12px !important;
    transition: all 0.3s;
}

.widget_tag_cloud .tagcloud a:hover {
    background: #e63946;
    color: white;
}

/* カレンダーウィジェット */
.widget_calendar table {
    width: 100%;
    border-collapse: collapse;
}

.widget_calendar th,
.widget_calendar td {
    padding: 8px;
    text-align: center;
    border: 1px solid #eeeeee;
}

.widget_calendar th {
    background: #f9f9f9;
    font-weight: bold;
}

.widget_calendar a {
    color: #e63946;
    font-weight: bold;
}

/* テキストウィジェット */
.widget_text .textwidget p:last-child {
    margin-bottom: 0;
}

/* RSS ウィジェット */
.widget_rss ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget_rss li {
    padding: 15px 0;
    border-bottom: 1px solid #eeeeee;
}

.widget_rss li:last-child {
    border-bottom: none;
}

.widget_rss .rss-date {
    display: block;
    font-size: 12px;
    color: #999999;
    margin-top: 5px;
}

.widget_rss cite {
    font-style: normal;
    font-size: 12px;
    color: #999999;
}

/* エラーページとメンテナンス */
.error-404 {
    text-align: center;
    padding: 60px 20px;
}

.error-404 h1 {
    font-size: 72px;
    color: #e63946;
    margin: 0 0 20px 0;
}

.error-404 p {
    font-size: 18px;
    color: #666666;
    margin: 0 0 30px 0;
}

/* 印刷用スタイル */
@media print {
    .sidebar-right,
    .share-buttons,
    .comments-area,
    .ads-area,
    .back-to-top {
        display: none !important;
    }
    
    .main-content {
        width: 100% !important;
        max-width: none !important;
    }
    
    .container {
        max-width: none;
        padding: 0;
    }
}

/* 記事一覧のレイアウト変更 */
.post-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.post-list-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 20px;
}

.post-list-item .post-thumbnail-list {
    width: 250px;
    flex-shrink: 0;
}

.post-list-item .post-thumbnail-list img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 4px;
}

.post-list-item .post-content-list {
    flex: 1;
}

/* 記事一覧用タイトルの調整 */
.post-list-item .entry-title {
    font-size: 20px;
    margin-bottom: 10px;
}

/* 記事一覧用抜粋の調整 */
.post-list-item .entry-summary {
    padding: 0;
}

.post-list-item .entry-summary p:last-child {
    margin-bottom: 0;
}

/* 不要になった大きいアイキャッチのスタイルをリセット */
.post-list-item .post-thumbnail {
    display: none;
}

/* 不要になった記事ごとのシャドウと境界線をリセット */
.post-list-item {
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #eeeeee;
    border-radius: 0;
    margin-bottom: 0;
}

.post-list-item:last-child {
    border-bottom: none;
}

/* モバイル対応 */
@media screen and (max-width: 767px) {
    .post-list-item {
        flex-direction: column;
        gap: 15px;
        padding: 15px;
    }

    .post-list-item .post-thumbnail-list {
        width: 100%;
    }

    .post-list-item .post-thumbnail-list img {
        height: auto;
    }
}