/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

/* カスタマイズする場合にはこれより下に追記してください  */

.feedzy-rss.rss_item.title a {
    font-size: 85%;
    line-height: 1;
    color: #333;
}

.feedzy-rss ul {
    display: flex;
    flex-wrap: wrap;
}

.feedzy-rss ul li {
    width: calc(25% - 1.6%); /* 横幅を広げるためにマージンを調整 */
    line-height: 1.5;
}

@media screen and (max-width: 834px) {
    .feedzy-rss ul li {
        width: calc(50% - 1.6%);
    }
}

.feedzy-rss.rss_image {
    width: 100% !important;
}

.feedzy-rss ul ui.title {
    display: inline-block;
}

.feedzy-rss .rss_item .title {
    font-size: 14px;
    line-height: 1;
    margin-top: 0 !important;
    margin-bottom: 10px !important; /* タイトルの下にマージンを追加 */
}

.feedzy-rss .rss_item .rss_content small {
    font-size: 0.6em !important;
    font-style: normal !important;
}
/* 通常のRSS画像 */
.feedzy-rss .rss_item .rss_image {
    width: 100% !important;
    height: 200px !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* 代替画像のスタイル */
.feedzy-rss .rss_item .rss_image_placeholder {
    background-image: url('https://1rim.jp/wp-content/uploads/2025/02/thumbnail.png') !important;
}

/* NewsページのH1を隠す */
.news-page h1.page_title {
    display: none;
}


/* 代替画像のリンク設定 */
.feedzy-rss .rss_item .rss_image_placeholder a {
    display: block;
    width: 100%;
    height: 100%;
}




/* リストアイテムの設定 */
.feedzy-rss ul li {
    padding: 0 !important;
    width: calc(25% - 1.6%);
    line-height: 1.5;
}

@media screen and (max-width: 834px) {
    .feedzy-rss ul li {
        width: calc(50% - 1.6%);
        padding: 0 !important;
    }
}

.feedzy-rss .rss_item {
    display: flex;
    flex-direction: column;
    margin: 0.8% !important;
    padding: 0;
}

/* .rss_content を非表示にする */
.feedzy-rss .rss_item .rss_content {
    display: none !important;
}

/* PC用スタイル */
@media (min-width: 768px) {
    .feedzy-rss {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
    }
}

/* スマホ用の調整 */
@media (max-width: 767px) {
    .feedzy-rss {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.feedzy-rss .rss_item .title {
    font-size: 12px !important;
    line-height: 1.4 !important;
    margin-top: 5px !important;
    margin-bottom: 10px !important;
}

/* スマホ用のタイトル調整 */
@media (max-width: 767px) {
    .feedzy-rss .rss_item .title {
        font-size: 11px !important;
        margin-top: 4px !important;
        margin-bottom: 8px !important;
    }
}

/* ヘッダー画像設定 */
.rss_header {
    background-image: url('https://1rim.jp/wp-content/uploads/2025/02/saisin01.png') !important;
    background-position: left 35px center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    box-shadow: none !important;
    width: 100% !important;
    height: auto !important;
}

/* スマホ用ヘッダー */
@media (max-width: 767px) {
    .rss_header {
        background-size: 55% !important;
        background-position: left 0px center !important;
        height: 80px !important;
    }
}

/* PC用ヘッダー */
@media (min-width: 768px) {
    .rss_header {
        background-size: 30% !important;
        background-position: left 10px center !important;
        height: 130px !important;
    }
}

/* diver_widget_newpost_grid-2 ヘッダー画像設定 */
#diver_widget_newpost_grid-2 .wrap-post-title {
    background-image: url('https://1rim.jp/wp-content/uploads/2025/02/3x3t01.png') !important;
    background-color: #3d4147 !important; /* 背景色を黒に設定 */
    background-position: left 35px center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    box-shadow: none !important;
    width: 100% !important;
    height: auto !important;
}

/* スマホ用ヘッダー */
@media (max-width: 767px) {
    #diver_widget_newpost_grid-2 .wrap-post-title {
        background-size: 55% !important;
        background-position: left 0px center !important;
        height: 80px !important;
    }
}

/* PC用ヘッダー（左に29px調整） */
@media (min-width: 768px) {
    #diver_widget_newpost_grid-2 .wrap-post-title {
        background-size: 30% !important;
        background-position: left 29px center !important; /* 左に29px調整 */
        height: 130px !important;
    }
}

/* diver_widget_newpost_grid-3 ヘッダー画像設定 */
#diver_widget_newpost_grid-3 .wrap-post-title {
    background-image: url('https://1rim.jp/wp-content/uploads/2025/02/inta01.png') !important;
    background-color: #21262e !important; /* 背景色を黒に設定 */
    background-position: left 35px center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    box-shadow: none !important;
    width: 100% !important;
    height: auto !important;
}

/* スマホ用ヘッダー */
@media (max-width: 767px) {
    #diver_widget_newpost_grid-3 .wrap-post-title {
        background-size: 55% !important;
        background-position: left 0px center !important;
        height: 80px !important;
    }
}

/* PC用ヘッダー（左に29px調整） */
@media (min-width: 768px) {
    #diver_widget_newpost_grid-3 .wrap-post-title {
        background-size: 30% !important;
        background-position: left 29px center !important; /* 左に29px調整 */
        height: 130px !important;
    }
}

/* diver_widget_newpost_grid-4 ヘッダー画像設定 */
#diver_widget_newpost_grid-4 .wrap-post-title {
    background-image: url('https://1rim.jp/wp-content/uploads/2025/03/court01.png') !important;
    background-color: #3d4147 !important; /* 背景色を黒に設定 */
    background-position: left 35px center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    box-shadow: none !important;
    width: 100% !important;
    height: auto !important;
}

/* スマホ用ヘッダー */
@media (max-width: 767px) {
    #diver_widget_newpost_grid-4 .wrap-post-title {
        background-size: 55% !important;
        background-position: left 0px center !important;
        height: 80px !important;
    }
}

/* PC用ヘッダー（左に29px調整） */
@media (min-width: 768px) {
    #diver_widget_newpost_grid-4 .wrap-post-title {
        background-size: 30% !important;
        background-position: left 29px center !important; /* 左に29px調整 */
        height: 130px !important;
    }
}



/* pickupとカテゴリー設定 */
.posts-by-pickup-tag .post-content h3,
.posts-by-interview-category .post-content h3,
.posts-by-3x3-category .post-content h3 {
    color: #0F2350;
    padding: 5px 0;
    margin: 0;
    font-size: 1.2em;
    border-bottom: none;
}

/* グリッドレイアウト */
.posts-by-pickup-tag,
.posts-by-interview-category,
.posts-by-3x3-category {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 10px;
}

.post-item {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    background-color: #FFFFFF;
    border: 1px solid #ddd;
    padding: 10px;
    transition: background-color 0.3s;
}

.post-item:hover {
    background-color: #f1f1f1;
}

.post-thumbnail img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

/* モバイル表示 */
@media (max-width: 768px) {
    .posts-by-pickup-tag,
    .posts-by-interview-category,
    .posts-by-3x3-category {
        grid-template-columns: 1fr;
    }

    .posts-by-pickup-tag .post-content h3,
    .posts-by-interview-category .post-content h3,
    .posts-by-3x3-category .post-content h3 {
        font-size: 1.0em;
    }
}

/* 送信ボタン */
.wpcf7-submit {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    margin-top: 10px;
}

/* 検索窓の調整 */
.widget.widget_block.widget_search {
    margin-top: 12px !important;
}

/* margin */
.mb_m5 {
    margin-bottom: -5px !important;
}
.mb_m10 {
    margin-bottom: -10px !important;
}

/* padding */
.pb_5 {
    padding-bottom: 5px !important;
}
.pb_10 {
    padding-bottom: 10px !important;
}

/* reCAPTCHA */
.grecaptcha-badge {
    visibility: hidden;
}
/* カラー設定 */
.diver_widget_post_grid {
    background-color: #21262E!important;
}

.widget_post_list {
    background-color: #21262E!important;
    transition: background-color 0.3s ease;
}

.widget_post_list:hover {
    background-color: #474747!important;
}
.widget.widget_block .wp-block-group h2:first-child, .widget.widget_block .wp-block-group h3:first-child, .widgettitle {
    background: #fcff58;
    border-radius: 5px;
    margin-bottom: 20px;
    font-weight: bold;
}
.feedzy-rss .rss_item {
    border-bottom: 1px solid #21262E!important;
}
.diver_widget_post_grid .post_list_title {
    font-weight: 700; /* フォントを太くする */
    margin-top: 10px; /* 上に余白を追加 */
    margin-bottom: 10px; /* 下に余白を追加 */
}
.diver_widget_post_grid .desc {
    font-size: 14px!important;
}
/*more */
.widget .widget_post_more {
    text-align: center;
    width: 100%;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 30px;
}

.widget .widget_post_more a.diver_widget_morelink {
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    color: #eeee22;
    background-color: #21262E;
    border: 2px solid #eeee22;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    margin-top: 5px;
    margin-bottom: 10px;
}

.widget .widget_post_more a.diver_widget_morelink:hover {
    color: #21262E;
    background-color: #eeee22;
    border-color: #eeee22;
}

.widget .widget_post_more {
    border-top: none;
}
/*button */
.search-widget__submit {
    display: inline-block !important;
    padding: 10px 20px !important;
    font-size: 14px !important;
    font-weight: bold !important;
    color: #eeee22 !important;
    background-color: #21262E !important;
    border: 2px solid #eeee22 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    border-radius: 4px !important;
    transition: all 0.3s ease-in-out !important;
    cursor: pointer !important;
    text-align: center !important;
    width: 100% !important;
    margin-top: 10px !important;
}

/* hover時のスタイル */
.search-widget__submit:hover {
    color: #21262E !important;
    background: #eeee22 !important;
    border-color: #eeee22 !important;
}
.grid_post_thumbnail img {
    border-radius: 0 !important;
}

/* line_design */
#diver_widget_newpost_grid-1,
#diver_widget_newpost_grid-2,
#diver_widget_newpost_grid-3,
#diver_widget_newpost_grid-4,
#breadcrumb,
#content_area,
.feedzy-rss,
.navigation-post,
.post-sub,
.catpage_content_wrap,
#diver_widget_search-2,
#diver_widget_newpost-2,
#block-5,
#block-6,
#block-7 {
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.2) !important;
    border-radius: 4px !important;
}


/*タグの色 */
/* タグのデザインを修正 */
.cat-tag .tag {
    background-color: #838383 !important;
    color: #ffffff !important;
    padding: 5px 10px !important;
    border-radius: 4px !important;
    display: inline-block !important;
    font-size: 14px !important;
    font-weight: bold !important;
    margin: 3px 5px !important;
}

/* タグのリンクデザイン */
.cat-tag .tag a {
    color: #ffffff !important;
    text-decoration: none !important;
}

/* タグのホバー時 */
.cat-tag .tag:hover {
    background-color: #6a6a6a !important;
}

/* タグのアイコン（）の色を変更 */
#single-main .post-meta .tag:before,
#single-main .article_footer .tag:before {
    content: "";
    margin-right: 5px;
    color: #ffffff !important;
    font-family: fontAwesome;
}
/*記事下タグ */
/* tag_area 内のタグのデザイン */
.tag_area .tag {
    background-color: #838383 !important;
    color: #ffffff !important;
    padding: 6px 12px !important;
    border-radius: 4px !important;
    display: inline-flex !important;
    align-items: center !important;
    font-size: 14px !important;
    font-weight: bold !important;
    margin: 4px 6px !important;
    white-space: nowrap !important;
}

/* tag_area 内のタグのリンクスタイル */
.tag_area .tag a {
    color: #ffffff !important;
    text-decoration: none !important;
    display: inline-block !important;
}

/* ホバー時のデザイン */
.tag_area .tag:hover {
    background-color: #6a6a6a !important;
}

/* カテゴリーの */
/* single-post-category のデザインを修正 */
.single-post-category {
    background-color: #474747 !important;
    color: #fff !important;
    padding: 6px 12px !important;
    border-radius: 4px !important;
    display: inline-flex !important;
    align-items: center !important;
    font-size: 14px !important;
    font-weight: bold !important;
    margin: 4px 6px !important;
    white-space: nowrap !important;
}

/* single-post-category 内のリンクのスタイル */
.single-post-category a {
    color: #fff !important;
    text-decoration: none !important;
    display: inline-block !important;
}

/* ホバー時のデザイン */
.single-post-category:hover {
    background-color: #E8E800 !important;
}
/*記事ページ */
/* toc_container の背景色を変更 */
#toc_container {
    background-color: #21262E !important;
    padding: 15px !important;
    border-radius: 6px !important;
}

/* toc_list の背景色を変更 */
#toc_container .toc_list {
    background-color: transparent !important;
    padding: 0 !important;
}

/* TOC内の番号（span.toc_number）のデザイン */
span.toc_number {
    background: #ffffff !important;
    color: #21262E !important;
}

/* ヘッダー */
@media screen and (min-width: 768px) { /* PCのみ適用 */
    .header-wrap {
        position: absolute !important;
        top: 0;
        left: 0;
        width: 100%;
        background: none !important;
        background-color: transparent !important;
        background-image: none !important;
        box-shadow: none !important;
        z-index: 10;
    }

    .diver_firstview_mov {
        position: relative !important;
        width: 100%;
        height: 500px;
        z-index: 1;
    }

    #main-wrap {
        margin-top: 100px;
    }
}
@media screen and (min-width: 768px) { /* PCのみ適用 */
    .diver_firstview_mov::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 5;
        pointer-events: none;
    }

    .diver_firstview_mov::before {
        content: url('https://1rim.jp/wp-content/uploads/2025/04/1rim_TTLWHITE.png');
        display: block;
        width: auto;
        height: auto;
        max-width: 40%;
        max-height: 200px;
    }
}
@media screen and (min-width: 768px) { /* PCのみ適用 */

    html {
        margin-top: 0 !important;
    }

    body {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .header-wrap {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .diver_firstview_mov {
        position: relative !important;
        top: 0 !important;
    }
}

/* 記事のContents */
@media screen and (min-width: 768px) { /* PCのみ適用 */
    .toc_title {
        padding: 12px 20px !important; /* 上下左右に余白を追加 */
        margin-bottom: 10px !important; /* 下に余白を追加 */
    }
}

/* [hide] のスタイル（PC & SP 両方に適用） */
.toc_toggle {
    background-color: #4d4d4d !important; /* 背景色 */
    color: #afafaf !important; /* 文字色を #afafaf に変更 */
    padding: 5px 10px !important; /* 余白を追加 */
    border-radius: 5px !important; /* 角を少し丸める */
    font-weight: bold !important; /* 文字を強調 */
}

/* [hide] 内のリンクの色を統一 */
.toc_toggle a {
    color: #afafaf !important; /* リンクの色を #fcff58 に */
    text-decoration: none !important; /* 下線を消す */
}

.toc_toggle a:hover {
    text-decoration: underline !important; /* ホバー時に下線を追加 */
}

/* author */
.post_footer_author_title, .wrap-post-title {
    background: #21262e !important;
    color: #fff !important;
}
.post_footer_author_title * {
    color: #fff !important;
}
.single_title a {
    color: #eeee24;
}
/* 前後の記事 */
.navigation-post__link {
    background: #21262e !important;
    color: #fff !important;

}
.navigation-post__link * {
    color: #fff !important;
}

.navigation-post__link .navigation-post__title {
    color: #fff !important;
}
.navigation-post__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 14px 16px;
    background: #21262e !important;
}
.newpost_list img {
    border-radius: 0 !important;
}
.recommend-post img {
    border-radius: 0 !important;
}
/* =====================
   Newsページ
   ===================== */
article#post-596 .single-post-main {
    padding: 0 !important;
}

article#post-596 .is-layout-constrained {
    --wp--style--global--content-size: none !important;
    max-width: none !important;
}

/* =====================
   Newsページ RSS一覧
   ===================== */
/* 3列のグリッドレイアウト */
.wp_rss_retriever {
    padding-left: 15px;
    padding-right: 15px;
}

.wp_rss_retriever_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}


.wp_rss_retriever_list::before,
.wp_rss_retriever_list::after {
    content: none !important;
    display: none !important;
}

/* =====================
   記事カード
   ===================== */
.wp_rss_retriever_item {
    display: flex;
    flex-direction: column;
}

/* =====================
   Newsページ RSS - 画像サイズ修正
   ===================== */
.wp_rss_retriever_image {
    width: 100% !important;
    height: 200px !important;
    max-height: 220px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 画像自体の調整 */
.wp_rss_retriever_image img {
    width: auto !important;
    height: 100% !important;
    max-width: none;
    max-height: none;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.wp_rss_retriever_image[style] {
    width: 100% !important;
    height: 200px !important;
    max-height: 220px;
}


/* =====================
   テキストスタイル
   ===================== */
/* タイトル */
.wp_rss_retriever_title {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
    color: #fcff58;
    text-decoration: none;
}
.wp_rss_retriever_container {
    font-size: 14px;
    line-height: 1.6;
}
.wp_rss_retriever_metadata {
    display: none !important;
}

/* =====================
   画像がある場合のタイトル調整
   ===================== */
.wp_rss_retriever_item:has(.wp_rss_retriever_image) .wp_rss_retriever_title {
    position: static !important;
    margin-top: 10px;
}

/* =====================
   画像がない場合の処理
   ===================== */
.wp_rss_retriever_item:not(:has(.wp_rss_retriever_image)) {
    position: relative;
}

/* 画像がない場合にダミー画像を直接挿入 */
.wp_rss_retriever_item:not(:has(.wp_rss_retriever_image)) .wp_rss_retriever_title {
    display: block;
    width: 100%;
    margin-top: 0;
}

/* ダミー画像をリンク内に表示 */
.wp_rss_retriever_item:not(:has(.wp_rss_retriever_image)) .wp_rss_retriever_title::before {
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    background-image: url("https://1rim.jp/wp-content/uploads/2025/02/thumbnail.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
        margin-bottom: 27px;
}

/* 画像がない場合でもリンクを有効化 */
.wp_rss_retriever_item:not(:has(.wp_rss_retriever_image)) .wp_rss_retriever_title a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-weight: bold;
}


/* SP NEWS */
@media screen and (max-width: 599px) {
    .wp_rss_retriever_list {
        display: block !important;
    }

    .wp_rss_retriever_item {
        width: 100% !important;
        display: block !important;
    }

    /* 画像のサイズ調整 */
    .wp_rss_retriever_image {
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
    }

    .wp_rss_retriever_image img {
        width: 100% !important;
        height: auto !important;
        object-fit: cover !important;
    }

    /* タイトルの余白調整 */
    .wp_rss_retriever_title {
        display: block !important;
        font-size: 16px;
        margin-top: 8px;
    }

    /* 記事コンテナの余白調整 */
    .wp_rss_retriever_container {
        margin-top: 10px;
        font-size: 14px;
    }
}
@media screen and (max-width: 768px) {
    .wp_rss_retriever_title,
    .wp_rss_retriever_container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .wp_rss_retriever_container {
        margin-bottom: 20px;
    }
}
/* タイトルサイズ */
.cat_news {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}


@media (min-width: 1025px) {
    .cat_news img {
        width: 33.3%;
        height: auto;
        max-height: 150px;
        object-fit: contain;
        margin: 0;
    }
}


@media (max-width: 1024px) {
    .cat_news img {
        width: 50%;
        height: auto;
        max-height: 120px;
        object-fit: contain;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .cat_news img {
        width: 50%;
        height: auto;
        max-height: 100px;
        object-fit: contain;
        margin: 0;
    }
}
.catpage_inner_content > img {
  display: block !important;
  margin: 0 0 20px 0 !important;
  max-width: 350px !important;
  height: auto !important;
  width: 100% !important;
}


/* top カテゴリ色分け */
#diver_widget_newpost_grid-2 .diver_widget_post_grid,
#diver_widget_newpost_grid-4 .diver_widget_post_grid,
#diver_widget_newpost_grid-6 .diver_widget_post_grid {
    background-color: #3d4147 !important;
}

#diver_widget_newpost_grid-2 .diver_widget_post_grid .widget_post_list,
#diver_widget_newpost_grid-4 .diver_widget_post_grid .widget_post_list,
#diver_widget_newpost_grid-6 .diver_widget_post_grid .widget_post_list {
    background-color: #3d4147 !important;
}

#diver_widget_newpost_grid-2 .wrap-post-title,
#diver_widget_newpost_grid-4 .wrap-post-title,
#diver_widget_newpost_grid-6 .wrap-post-title {
    margin-bottom: -5px !important;
}
#diver_widget_newpost_grid-2 .widget_post_list:hover,
#diver_widget_newpost_grid-4 .widget_post_list:hover {
    background-color: #21262e !important;
}
/* SPの記事一覧 */
@media screen and (max-width: 599px) {
    .post-substr {
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}
.author_title {
    background: #21262e;
}
.page_title {
    border-bottom: 1px solid #fcff58;
    background: #21262e;
}

/* フォーム */
.wpcf7 {
    max-width: 600px;
    margin: 0 auto;
}
.wpcf7-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #fff;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.wpcf7-form .wpcf7-submit {
    display: block;
    margin: 20px auto 0;
    padding: 10px 30px;
    font-size: 16px;
    background-color: #eeee22;
    color: #21262e;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.wpcf7-form .wpcf7-submit:hover {
    background-color: #dcd822;
}
.page_title {
    border-bottom: 3px solid #fcff58 !important;
    padding-bottom: 10px;
}



/*非表示対応 */
#post-73 {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
}

/* 上部バー
#wpadminbar {
    display: none !important;
} */

