@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ============================================================
   IMAKONO BLOG - カスタムスタイル完全版
   ============================================================ */

/* PC/SPの改行制御 */
.pc_br { display: block; }
@media screen and (max-width: 768px) {
    .pc_br { display: none; }
}

/* ===================================
   スマホメニュー learningBOX風
=================================== */
@media (max-width: 959px) {
    .p-spMenu__inner::before { background: #fff !important; }
    .c-widget__title.-spmenu { display: none; }
    .p-spMenu__closeBtn {
        display: flex; justify-content: flex-end;
        padding: 12px 16px; border-bottom: 1px solid #e5e5e5;
    }
    .p-spMenu__nav .c-spnav { list-style: none; margin: 0; padding: 0; }
    .p-spMenu__nav .c-spnav li { border-bottom: 1px solid #e5e5e5; }
    .p-spMenu__nav .c-spnav li a {
        display: flex; align-items: center; justify-content: space-between;
        padding: 18px 20px; font-size: 15px; font-weight: 600;
        color: #1a1a1a; text-decoration: none;
    }
    .p-spMenu__nav .c-spnav li a::before { display: none !important; }
    .p-spMenu__nav .c-spnav li a::after {
        content: "→"; font-size: 16px; color: #20509A; flex-shrink: 0;
    }
    .p-spMenu__nav .c-spnav li a:hover { background: #f5f8ff; }
}

/* ===================================
   カテゴリーアーカイブページ ヘッダー
=================================== */
.archive .c-pageTitle {
    display: flex; align-items: baseline; flex-wrap: wrap;
    gap: 14px; max-width: 1100px;
    margin-left: auto; margin-right: auto; padding-top: 50px;
}
.archive .c-pageTitle::before {
    content: "ARTICLE"; font-size: 40px; font-weight: 800;
    letter-spacing: 0.04em; color: #1a1a1a; line-height: 1;
}
.archive .c-pageTitle__inner {
    font-size: 15px; font-weight: 600; color: #333;
    display: flex; align-items: baseline; gap: 0;
}
.archive .c-pageTitle__inner::before {
    content: "/"; font-size: 24px; font-weight: 300;
    color: #ccc; margin-right: 14px;
}
.archive .c-pageTitle__inner::after { content: "に関する記事"; }
.archive .c-pageTitle__subTitle { display: none; }
@media (max-width: 768px) {
    .archive .c-pageTitle::before { font-size: 30px; }
    .archive .c-pageTitle__inner { font-size: 13px; }
    .archive .c-pageTitle__inner::before { font-size: 20px; }
}

/* ===================================
   執筆者紹介ページ ヘッダー装飾
=================================== */
.page-id-4171 .c-pageTitle {
    display: flex; align-items: baseline; flex-wrap: nowrap;
    max-width: 1100px; margin-left: auto; margin-right: auto; padding-top: 50px;
}
.page-id-4171 .c-pageTitle::before {
    content: "AUTHOR"; font-size: 40px; font-weight: 800;
    letter-spacing: 0.04em; color: #1a1a1a; line-height: 1; white-space: nowrap;
}
.page-id-4171 .c-pageTitle__inner {
    font-size: 15px; font-weight: 600; color: #333;
    display: flex; align-items: baseline; gap: 0; white-space: nowrap;
}
.page-id-4171 .c-pageTitle__inner::before {
    content: "/"; font-size: 24px; font-weight: 300; color: #ccc; margin: 0 14px;
}
.page-id-4171 .c-pageTitle__subTitle { display: none; }
@media (max-width: 768px) {
    .page-id-4171 .c-pageTitle::before { font-size: 30px; }
    .page-id-4171 .c-pageTitle__inner { font-size: 13px; }
    .page-id-4171 .c-pageTitle__inner::before { font-size: 20px; }
}

/* ===================================
   新着記事一覧ページ ヘッダー装飾
=================================== */
.id_251 .c-pageTitle {
    display: flex; align-items: baseline; flex-wrap: nowrap;
    max-width: 1100px; margin-left: auto; margin-right: auto; padding-top: 50px;
}
.id_251 .c-pageTitle::before {
    content: "ARTICLES"; font-size: 40px; font-weight: 800;
    letter-spacing: 0.04em; color: #1a1a1a; line-height: 1; white-space: nowrap;
}
.id_251 .c-pageTitle__inner {
    font-size: 15px; font-weight: 600; color: #333;
    display: flex; align-items: baseline; white-space: nowrap;
}
.id_251 .c-pageTitle__inner::before {
    content: "/"; font-size: 24px; font-weight: 300; color: #ccc; margin: 0 14px;
}
@media (max-width: 768px) {
    .id_251 .c-pageTitle::before { font-size: 30px; }
    .id_251 .c-pageTitle__inner { font-size: 13px; }
    .id_251 .c-pageTitle__inner::before { font-size: 20px; }
}

/* 共通 サブタイトル非表示 */
.c-pageTitle__subTitle { display: none; }

/* ===================================
   ブログ記事ページ
=================================== */
.single .l-mainContent { background-color: #fff; padding: 32px; }
@media (max-width: 768px) {
    .single .l-mainContent { padding: 15px; }
}
.l-content { padding-top: 0em; }
.post_content p { line-height: 1.8; }
.post_content { line-height: 2.4em; }

/* ===================================
   カテゴリーバー（ヘッダー直下）
=================================== */
.cat-bar { width: 100%; background: #20509A; border-bottom: 1px solid #20509A; }
.cat-bar__inner {
    max-width: 1100px; margin: 0 auto;
    display: flex; align-items: center; gap: 0;
    padding: 14px 20px; flex-wrap: nowrap;
}
.cat-bar__label {
    font-size: 13px; font-weight: 700; letter-spacing: 0.1em;
    color: #fff; flex-shrink: 0; display: flex; align-items: center;
    position: relative; top: 1px;
}
.cat-bar__label::after {
    content: "｜"; color: #fff; font-weight: 400; margin: 0 10px;
    position: relative; top: -1px;
}
.cat-bar__list {
    display: flex; flex-wrap: wrap; align-items: center;
    list-style: none; margin: 0; padding: 0;
}
.cat-bar__list li { display: flex; align-items: center; }
.cat-bar__list li:not(:last-child)::after { content: "｜"; color: #fff; margin: 0 10px; }
.cat-bar__list a { font-size: 14px; color: #fff; text-decoration: none; transition: 0.2s; white-space: nowrap; }
.cat-bar__list a:hover { opacity: 0.7; }
@media (max-width: 768px) {
    .cat-bar { display: none; }
}

/* ===================================
   ヘッダー高さ
=================================== */
.l-header .l-container { height: 80px; }
.l-fixHeader__inner { height: 80px; }
.header_texttel { line-height: 1.1; white-space: nowrap; padding: 10px; }

/* ===================================
   ボタン共通
=================================== */
.my-button-nobr { white-space: nowrap; }
.is-style-more_btn { white-space: nowrap; }

/* ===================================
   目次
=================================== */
.p-toc { background-color: #ecf2f4; font-weight: 700; font-size: 14px; }
.p-toc.-simple { border: none; }

/* ===================================
   著者ボックス
=================================== */
.p-authorBox__desc { width: 100%; font-size: 14px; text-align: left; }
.p-authorBox__position { display: block; font-style: normal; line-height: 1.2; margin-top: 4px; }

/* ===================================
   時計アイコン・カテゴリーアイコン非表示
=================================== */
.c-postTimes__modified:before,
.c-postTimes__posted:before { content: none !important; }
.c-categoryList:before,
.c-tagList:before { display: none !important; }
.icon-home::before { display: none !important; }

/* ===================================
   タグデザイン
=================================== */
.c-tagList__link::before { content: "#"; margin-right: 1px; }
.c-tagList__link { background: #fff; color: #20509A; border: 1px solid #20509A; }
.c-categoryList__link, .c-tagList__link, .c-taxList__link { padding: 8px; }

/* ===================================
   人気記事ウィジェット
=================================== */
.c-widget__title { font-size: 22px; }

/* ===================================
   ランキング番号非表示
=================================== */
.-w-ranking .p-postList__item:before { z-index: auto; }

/* ===================================
   目次下ウィジェット
=================================== */
.widget_swell_ad_widget { text-align: left !important; width: 100%; }

/* ===================================
   サイドバー
=================================== */
#sidebar { background-color: #fff; padding: 10px; }

/* ===================================
   サービスメニュー（3カラム）
=================================== */
.service-menu { display: flex; flex-wrap: wrap; justify-content: flex-start; padding: 0; gap: 10px; }
.service-item {
    flex: 1 1 calc(33.333% - 10px); text-align: left; padding: 0;
    border: none; border-bottom: 1px solid #ddd; color: #1F509A;
    font-weight: bold; display: flex; align-items: center; gap: 10px;
}
.service-item::after {
    content: ''; display: inline-block; width: 10px; height: 10px;
    border-right: 2px solid #1F509A; border-top: 2px solid #1F509A;
    transform: rotate(45deg); margin-left: auto;
}
@media (max-width: 768px) { .service-item { flex: 1 1 100%; } }

/* ===================================
   サービスメニュー（2カラム）
=================================== */
.service-menu_2 { display: flex; flex-wrap: wrap; justify-content: flex-start; padding: 0; gap: 10px; }
.service-item_2 {
    flex: 1 1 calc(50% - 10px); text-align: left; padding: 0;
    border: none; border-bottom: 1px solid #ddd; color: #1F509A;
    font-weight: bold; display: flex; align-items: center; gap: 10px;
}
.service-item_2::after {
    content: ''; display: inline-block; width: 10px; height: 10px;
    border-right: 2px solid #1F509A; border-top: 2px solid #1F509A;
    transform: rotate(45deg); margin-left: auto;
}
@media (max-width: 768px) { .service-item_2 { flex: 1 1 100%; } }
.service-menu a, .service-menu_2 a { color: #20509A; transition: color 0.3s ease-in-out; }
.service-menu a:hover, .service-menu_2 a:hover { color: #5e9eff; }

/* ===================================
   メインビジュアル
=================================== */
.p-mainVisual__slideTitle { font-weight: 900; font-size: 58px; }
@media (max-width: 480px) {
    .p-mainVisual__slideTitle { font-size: 22px; font-weight: 900; }
}

/* ===================================
   セクションキャッチコピー
=================================== */
.section-maincatch {
    text-align: left; line-height: 1.6; margin: 0 0 1em;
    font-size: 55px; font-weight: 900; color: #191359;
}
@media screen and (max-width: 680px) {
    .section-maincatch { font-size: 22px; font-weight: 800; }
}
.section_message {
    text-align: left; line-height: 2; margin: 0 0 1em;
    font-size: 32px; font-weight: 700; color: #191359;
}
@media screen and (max-width: 680px) {
    .section_message { font-size: 14px; }
}
.section_title { line-height: 1.4; font-size: 42px; text-align: center; }

/* ===================================
   CTAボタン（フッター上）
=================================== */
.btn-c-4 {
    display: block; max-width: 500px; width: 100%; margin: 0 auto;
    padding: 20px 10px 28px; color: #fff; background: #ff7700;
    font-weight: bold; text-align: center; font-size: 28px;
}
.btn-c-4 p { margin: 0; }
.btn-c-4 .catch { font-size: 13px; }
.btn-c-4 .text { margin-top: 4px; transition-duration: 0.3s; }
.btn-c-4:hover .text { letter-spacing: 0.05em; }
.btn-c-4 .text span { margin-left: 5px; }
.btn-c-5 {
    display: block; max-width: 500px; width: 100%; margin: 0 auto;
    padding: 20px 10px 28px; color: #1A357F; background: #fff;
    font-weight: bold; text-align: center; font-size: 28px;
}
.btn-c-5 p { margin: 0; }
.btn-c-5 .catch { font-size: 13px; color: #1A357F; }
.btn-c-5 .text { margin-top: 4px; transition-duration: 0.3s; }
.btn-c-5:hover .text { letter-spacing: 0.05em; }
.btn-c-5 .text span { margin-left: 5px; }
.btn-c-6 {
    display: block; max-width: 500px; width: 100%; margin: 0 auto;
    padding: 20px 10px 28px; color: #fff; background: #00b901;
    font-weight: bold; text-align: center; font-size: 28px;
}
.btn-c-6 p { margin: 0; }
.btn-c-6 .catch { font-size: 13px; }
.btn-c-6 .text { margin-top: 4px; transition-duration: 0.3s; }
.btn-c-6:hover .text { letter-spacing: 0.05em; }
.btn-c-6 .text span { margin-left: 5px; }

/* ===================================
   ダウンロードエリア（共通）
=================================== */
.dl-section { padding: 48px 0; background: #2C5EAD; }
.dl-section__head { text-align: center; margin-bottom: 32px; }
.dl-section__title { font-size: 32px; font-weight: 700; letter-spacing: 0.1em; color: #fff; }
.dl-section__sub { font-size: 13px; color: #fff; margin-top: 6px; letter-spacing: 0.1em; }
.dl-carousel { position: relative; padding: 0 80px; }
.dl-viewport { overflow: hidden; }
.dl-track { display: flex; gap: 20px; transition: transform 0.4s ease; }
.dl-card {
    flex: 0 0 calc((100% - 80px) / 5); box-sizing: border-box;
    display: flex; flex-direction: column;
    border: 1px solid #e2e2e2; background: #fff;
    text-decoration: none; overflow: hidden; transition: 0.2s;
}
.dl-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,0.15); transform: translateY(-3px); }
.dl-card__thumb { aspect-ratio: 4 / 3; overflow: hidden; background: #f4f4f4; }
.dl-card__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dl-card__body { padding: 14px; flex: 1; }
.dl-card__ttl { font-size: 13px; font-weight: 600; color: #1a1a1a; line-height: 1.5; }
.dl-card__cat { font-size: 11px; color: #777; margin-top: 6px; }
.dl-card__btn {
    border-top: 1px solid #e2e2e2; padding: 12px; text-align: center;
    font-size: 12px; letter-spacing: 0.06em; color: #1a1a1a;
}
.dl-card__btn::before { content: "\2193"; margin-right: 6px; }
.dl-arrow {
    position: absolute; top: 50%; transform: translateY(-50%);
    width: 44px; height: 44px; border-radius: 50%;
    border: none; background: #fff; color: #1591DC;
    font-size: 22px; line-height: 1; cursor: pointer; z-index: 3;
    display: flex; align-items: center; justify-content: center;
}
.dl-arrow:hover { background: #e8e8e8; }
.dl-arrow--prev { left: 15px; }
.dl-arrow--prev svg { transform: rotate(180deg); }
.dl-arrow--next { right: 15px; }
@media (max-width: 1024px) { .dl-card { flex-basis: calc((100% - 40px) / 3); } }
@media (max-width: 768px) {
    .dl-carousel { padding: 0 40px; }
    .dl-card { flex-basis: calc((100% - 20px) / 2); }
    .dl-arrow { width: 36px !important; height: 36px !important; }
    .dl-arrow svg { width: 28px !important; height: 28px !important; }
    .dl-arrow--prev { left: 0; }
    .dl-arrow--next { right: 0; }
}
@media (max-width: 480px) { .dl-card { flex-basis: 100%; } }
.dl-section__more { margin-top: 50px; }

/* ===================================
   一覧ボタン共通（mainBtn）
=================================== */
.btnArea { display: flex; justify-content: center; height: 64px; }
.mainBtn {
    cursor: pointer; transition: all .2s ease;
    position: relative; display: flex; gap: 10px;
    align-items: center; justify-content: center;
    width: fit-content; min-width: 320px; height: auto;
    margin: 0 auto; background: #0b0b0b; border-radius: 46px;
    text-decoration: none;
}
.mainBtn__text {
    flex: 1 0 0; padding: 21px 0 22px;
    font-size: 15px; font-weight: 700; color: #fff; text-align: center;
}
.mainBtn:not(.dl-morebtn--white) svg {
    position: absolute; top: 50%; right: 10px;
    width: 24px; height: 24px; translate: 0 -50%;
}
.mainBtn:hover { background: #fff; border: 2px solid #0b0b0b; }
.mainBtn:hover .mainBtn__text { color: #0b0b0b; }
.mainBtn:not(.dl-morebtn--white):hover svg rect { fill: #0b0b0b; }
.mainBtn:not(.dl-morebtn--white):hover svg path { fill: #fff; }

/* ===================================
   dl-morebtn--white 共通
=================================== */
.dl-morebtn--white.mainBtn {
    background: #fff !important;
    border: 2px solid #fff !important;
    transition: 0.2s;
}
.dl-morebtn--white .mainBtn__txt {
    color: #2C5EAD !important;
    font-size: 15px; font-weight: 600; letter-spacing: 0.08em;
    padding: 21px 0 22px; text-align: center; width: 100%;
    transition: 0.2s;
}
.dl-morebtn--white svg {
    position: absolute !important;
    right: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    translate: 0 0 !important;
    width: 20px !important;
    height: 21px !important;
}
.dl-morebtn--white.mainBtn:hover { background: transparent !important; border: 2px solid #fff !important; }
.dl-morebtn--white:hover .mainBtn__txt { color: #fff !important; }
.dl-morebtn--white:hover svg rect { fill: #fff !important; }
.dl-morebtn--white:hover svg path { fill: #2C5EAD !important; }

/* ===================================
   記事カードカスタマイズ（記事一覧ページ）
=================================== */
.l-mainContent .p-postList__item { display: flex; flex-direction: column; }
.l-mainContent .c-postThumb__figure img.c-postThumb__img {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;
}
.l-mainContent .p-postList__body {
    background-color: #fff; display: flex; flex-direction: column;
    flex: 1; height: 190px; padding: 10px;
}
@media (max-width: 768px) {
    .l-mainContent .p-postList__body { height: 250px; }
}
.l-mainContent .p-postList__meta { display: contents; }
.l-mainContent .p-postList__body .p-postList__times { order: 1; margin-bottom: 5px; }
.l-mainContent .p-postList__body .p-postList__title { order: 2; margin-top: 4px; margin-bottom: 16px; }
.l-mainContent .p-postList__meta > *:not(.p-postList__times) {
    order: 3; margin-top: auto; align-self: flex-start;
    background-color: #20509A; font-size: 12px;
    padding: 3px 8px; border-radius: 3px; line-height: 1.4; color: #fff;
}
.l-mainContent .p-postList__meta > *:not(.p-postList__times)::before,
.p-postList__meta > *:not(.p-postList__times) [class*="icon-"]::before { display: none !important; }

/* ===================================
   ランキング記事カード
=================================== */
.p-postList.-type-list .p-postList__thumb { width: 160px; flex-shrink: 0; overflow: hidden; }
.p-postList.-type-list .c-postThumb__figure { width: 160px; aspect-ratio: 4 / 3; margin: 0; overflow: hidden; }
.p-postList.-type-list .c-postThumb__img { width: 100%; height: 100%; object-fit: cover; }
.p-postList.-type-list .p-postList__link {
    display: flex; align-items: center;
    min-height: 120px; max-height: 120px; overflow: hidden;
}
.p-postList.-type-list .p-postList__body {
    height: 120px; display: flex; flex-direction: column;
    justify-content: center; overflow: hidden;
}

/* ===================================
   検索エリア
=================================== */
.sb-search { max-width: 1000px; margin: 0 auto; padding: 0 0 100px; }
.sb-search__form {
    display: flex; align-items: center;
    border: 1px solid #ccc; border-radius: 12px;
    padding: 4px 8px 4px 24px; background: #fff;
}
.sb-search__input { flex: 1; border: none; outline: none; background: transparent; font-size: 14px; padding: 4px 0; }
.sb-search__btn {
    border: none; background: transparent; cursor: pointer;
    color: #333; padding: 8px 16px;
    border-left: 1px solid #ddd; display: flex; align-items: center;
}
.sb-search__label { font-weight: 700; font-size: 15px; margin: 28px 0 14px; }
.sb-tags { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; padding: 0; margin: 0; }
.sb-tags a {
    display: inline-block; padding: 7px 18px;
    background: #fff; border-radius: 999px;
    font-size: 12px; color: #333; text-decoration: none; transition: 0.2s; font-weight: bold;
}
.sb-tags a:hover { background: #20509A; color: #fff; }

/* ===================================
   タグ一覧ページ（ID:4230）
=================================== */
.page-id-4230 .wp-block-tag-cloud {
    display: flex; flex-wrap: wrap; align-items: center; gap: 0;
}
.page-id-4230 .wp-block-tag-cloud a {
    display: inline-flex; align-items: center;
    font-size: 14px !important; color: #20509A;
    text-decoration: none; font-weight: bold;
    background: none !important; box-shadow: none !important;
    padding: 4px 16px; border-right: 1px solid #ccc;
    margin: 0 0 8px; line-height: 1; transition: opacity 0.2s;
}
.page-id-4230 .wp-block-tag-cloud a::before { content: "#"; margin-right: 2px; }
.page-id-4230 .wp-block-tag-cloud a:hover {
    opacity: 0.4; background: none !important;
    box-shadow: none !important; transform: none !important;
}

/* ===================================
   TOPページ専用CSS (id_3843)
=================================== */
.id_3843 #sectionmainTitle {
    font-size: 36px; font-weight: 700;
    font-feature-settings: "palt" on;
    line-height: 140%; color: #0b0b0b;
    text-align: center; letter-spacing: 2.16px;
    padding: 0; margin: 0; background-color: transparent;
}
@media (max-width: 768px) {
    .id_3843 #sectionmainTitle { font-size: 19px; line-height: 180%; }
}
.id_3843 .submainTitle {
    font-family: Open Sans, sans-serif; font-weight: 600; color: #20509A;
}
@media (max-width: 768px) {
    .id_3843 .submainTitle { line-height: 180%; font-size: 14px; }
}
.id_3843 #sectionTitle {
    font-size: 36px; font-weight: 700;
    font-feature-settings: "palt" on;
    line-height: 140%; color: #0b0b0b;
    text-align: center; letter-spacing: 2.16px;
    padding: 0; margin: 0; background-color: transparent;
}
.id_3843 .subTitle {
    font-family: Open Sans, sans-serif; font-weight: 600; color: #20509A;
}
.id_3843 .sectionmainTitle__inner {
    display: flex; flex-direction: column; gap: 8px;
    align-items: center; padding: 80px 0 30px; margin: auto; max-width: 1200px;
}
.id_3843 .sectionTitle__inner {
    display: flex; flex-direction: column; gap: 8px;
    align-items: center; padding-bottom: 56px; margin: auto; max-width: 1200px;
}
.id_3843 .sectionmaincta__inner {
    display: flex !important; flex-direction: column !important;
    gap: 4px !important; align-items: center !important; padding: 10px 0 !important;
}
.id_3843 #sectionmaincta {
    font-size: 15px; font-weight: 600; line-height: 10%;
    color: #0b0b0b; text-align: center; padding: 0; margin: 0;
}
.id_3843 .mv-cta { text-align: center; margin: 8px 0; }
.id_3843 .mv-cta__link {
    display: inline-flex; align-items: center;
    font-size: 15px; font-weight: 600; color: #1043ff;
    text-decoration: none; border-bottom: 1px solid #1043ff;
}
.id_3843 .mv-cta__link:hover { opacity: 0.7; }
.id_3843 .mv-cta__arrow { transition: transform 0.2s; }
.id_3843 .mv-cta__link:hover .mv-cta__arrow { transform: translateX(4px); }
@media (max-width: 768px) {
    .id_3843 .mv-cta__link { font-size: 13px; }
}
.id_3843 .btnArea { display: flex; justify-content: center; height: 64px; }
.id_3843 .mainBtn {
    cursor: pointer; transition: all .2s ease;
    position: relative; display: flex; gap: 10px;
    align-items: center; justify-content: center;
    width: fit-content; min-width: 320px; height: auto;
    margin: 0 auto; background: #0b0b0b; border-radius: 46px;
}
.id_3843 .mainBtn__text {
    flex: 1 0 0; padding: 21px 0 22px;
    font-size: 15px; font-weight: 700; color: #fff; text-align: center;
}
.id_3843 .mainBtn:not(.dl-morebtn--white) svg {
    position: absolute; top: 50%; right: 10px;
    width: 24px; height: 24px; translate: 0 -50%;
}
.id_3843 .mainBtn:hover { background: #fff; border: 2px solid #0b0b0b; }
.id_3843 .mainBtn:hover .mainBtn__text { color: #0b0b0b; }
.id_3843 .mainBtn:not(.dl-morebtn--white):hover svg rect { fill: #0b0b0b; }
.id_3843 .mainBtn:not(.dl-morebtn--white):hover svg path { fill: #fff; }
.id_3843 .dl-morebtn--white.mainBtn {
    background: #fff !important; border: 2px solid #fff !important;
    min-width: 320px; padding: 0 !important;
}
.id_3843 .dl-morebtn--white .mainBtn__txt {
    color: #2C5EAD !important; font-size: 15px; font-weight: 600;
    letter-spacing: 0.08em; padding: 21px 0 22px;
    text-align: center; width: 100%;
}
.id_3843 .dl-morebtn--white svg {
    position: absolute !important;
    right: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    translate: 0 0 !important;
    width: 20px !important;
    height: 21px !important;
}
.id_3843 .dl-morebtn--white.mainBtn:hover {
    background: transparent !important; border: 2px solid #fff !important;
}
.id_3843 .dl-morebtn--white:hover .mainBtn__txt { color: #fff !important; }
.id_3843 .dl-morebtn--white:hover svg rect { fill: #fff !important; }
.id_3843 .dl-morebtn--white:hover svg path { fill: #2C5EAD !important; }
.id_3843 .tag-section {
    display: flex; align-items: center; gap: 32px;
    background: #fff; border: 1px solid #333; border-radius: 4px;
    padding: 40px 5%; margin: 90px 0 80px;
}
.id_3843 .tag-section__heading { flex-shrink: 0; display: flex; align-items: baseline; gap: 10px; }
.id_3843 .tag-section__title {
    font-size: 40px; font-weight: 700; color: #1a1a1a; letter-spacing: 0.05em; line-height: 1;
}
.id_3843 .tag-section__sub { font-size: 12px; color: #1a1a1a; letter-spacing: 0.15em; }
.id_3843 .popular-tags {
    display: flex; flex-wrap: wrap; gap: 10px; list-style: none; padding: 0; margin: 0; flex: 1;
}
.id_3843 .popular-tags a {
    display: inline-block; padding: 5px 16px;
    border: 1px solid #1a1a1a; border-radius: 999px;
    font-size: 13px; color: #1a1a1a; text-decoration: none; transition: 0.2s;
}
.id_3843 .popular-tags a:hover { background: #1a1a1a; color: #fff; }
.id_3843 .tag-section__more {
    flex-shrink: 0; color: #1a1a1a; font-size: 13px;
    letter-spacing: 0.1em; text-decoration: none;
    display: flex; align-items: center; gap: 8px;
}
.id_3843 .tag-section__more:hover { opacity: 0.6; }
.id_3843 .tag-section__arrow {
    display: inline-flex; align-items: center; justify-content: center;
    width: 28px; height: 28px; border: 1px solid #1a1a1a; border-radius: 50%; font-size: 14px;
}
@media (max-width: 768px) {
    .id_3843 .tag-section { flex-direction: column; align-items: flex-start; gap: 20px; padding: 32px 6%; }
    .id_3843 .tag-section__title { font-size: 32px; }
}
.id_3843 .p-postList__item { display: flex; flex-direction: column; }
.id_3843 .c-postThumb__figure img.c-postThumb__img {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;
}
.id_3843 .p-postList__body {
    background-color: #fff; display: flex; flex-direction: column;
    flex: 1; height: 180px; padding: 10px;
}
@media (max-width: 768px) {
.id_3843 .p-postList__body {
    height: 220px;
}

.id_3843 .p-postList__meta { display: contents; }
.id_3843 .p-postList__body .p-postList__times { order: 1; margin-bottom: 5px; }
.id_3843 .p-postList__body .p-postList__title { order: 2; margin-top: 4px; margin-bottom: 16px; }
.id_3843 .p-postList__meta > *:not(.p-postList__times) {
    order: 3; margin-top: auto; align-self: flex-start;
    background-color: #20509A; font-size: 12px;
    padding: 3px 8px; border-radius: 3px; line-height: 1.4; color: #fff;
}
.id_3843 .p-postList__meta > *:not(.p-postList__times)::before,
.id_3843 .p-postList__meta > *:not(.p-postList__times) [class*="icon-"]::before {
    display: none !important;
}