﻿@charset "utf-8";

/* ===== slick / key visual ===== */
.kvis_sl { background: #eeeeee; }
.kvis_sl li .sl_inner {
	width: 100%;
	height: 720px;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

@keyframes bgiLoop {
	0% { background-position: 0 center; }
	100% { background-position: -100px center; }
}

.kvis_sl li .kvis_animation { background-position: 0 center; }
.kvis_sl li .kvis_center { background-position: center; }
.kvis_sl li.slick-current .kvis_animation {
	animation: bgiLoop 6s linear;
}

@media screen and (min-width: 2000px) {
	.kvis_sl li .sl_inner.kvis_animation { background-size: calc(100% + 110px) !important; }
}

@media screen and (min-width: 1301px) {
	.kvis_spOnly { display: none; }
	.kvis_inner_basic.kvis_inner_copyWrap-left-l { align-items: flex-start; padding: 0 1.5rem; }
	.kvis_inner_copyWrap.kvis_inner_copyWrap-left-l { text-align: left; }
}

@media screen and (max-width: 1300px) and (min-width: 768px) {
	.kvis_inner_basic.kvis_inner_copyWrap-top-m { justify-content: flex-start; padding: 1.5rem 0; }
}

@media screen and (max-width: 767px) {
	.kvis_pcOnly { display: none; }
	.kvis_inner_basic.kvis_inner_copyWrap-top-s { justify-content: flex-start; padding: 1.5rem 0; }
}

.kvis_inner_basic {
	height: 720px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.kvis_innner_copyblock { display: inline-block; }
.kvis_inner_copyWrap { text-align: center; padding: 0 1rem; }
.kvis_inner_imagecopyL { display: block; margin: auto; max-width: 95%; }
.kvis_inner_imagecopyFull { display: block; margin: auto; max-width: 100%; }
.kvis_inner_copy-white { color: #ffffff; }
.kvis_inner_copy-en {
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size: 135%;
}
.kvis_inner_smallCopy-underlined { border-bottom: 1px solid #ffffff; }
.kvis_inner_copy { display: inline-block; }
.kvis_inner_smallCopy { font-size: 20px; margin: 0.25rem 0; }
.kvis_inner_mainCopy { font-size: 45px; font-weight: bold; margin: 0.25rem 0; }

.kvis_202112_01 { background-image: url(/_solo_assets_CCC/img/index/index_slidebg1.jpg); }

/* ===== banners ===== */
#index_banners img { max-width: 100%; }

/* ===== youtube ===== */
.index_youtube {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.index_youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.index_productyoutube {
	margin: 0 auto 4em auto;
	max-width: 1080px;
	width: 90vw;
}

/* ===== product index ===== */
.index_productindexrow {
	display: flex;
	letter-spacing: 0;
	border-bottom: 1px solid #d9d9d9;
	position: relative;
}
.index_productindexrow:first-child { border-top: 1px solid #d9d9d9; }
.index_productindexrow:last-child { margin-bottom: 2rem; }
.index_productindexrow dt {
	background: #5279b0;
	display: flex;
	align-items: center;
	width: 25%;
	padding: 1em;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.2rem;
	position: relative;
}
.index_productindexrow dt:before {
	content: "";
	display: block;
	border: 10px solid transparent;
	border-left: 15px solid #5279b0;
	position: absolute;
	width: 25px;
	height: 20px;
	top: 0;
	bottom: 0;
	right: -25px;
	margin: auto;
}
.index_productindexrow dd { flex: 1; }
.index_productindex_link {
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
}
.index_productindex_link:before {
	content: "";
	display: block;
	width: 1px;
	height: 64%;
	background: #d9d9d9;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.index_productindexrow dd:last-child .index_productindex_link:before { content: none; }
.index_productindex_thumb {
	width: 150px;
	padding: 5px 10px 5px 20px;
}
.index_productindex_thumb img { max-width: 100%; }
.index_productindex_name {
	flex: 1;
	font-size: 1.1rem;
	font-weight: bold;
	padding: 10px 10px 10px 0;
}

@media screen and (max-width: 1000px) {
	.index_productindexrow {
		flex-wrap: wrap;
		margin-bottom: 1rem;
		border: none;
	}
	.index_productindexrow dt {
		width: 100%;
		justify-content: center;
		padding: 0.5em;
		font-size: 1.3rem;
	}
	.index_productindexrow dt:before { content: none; }
	.index_productindex_thumb { width: 105px; padding-left: 0; }
	.index_productindexrow2 dt { width: 50%; order: 1; }
	.index_productindexrow2 dt:first-child { border-right: 1px solid #ffffff; }
	.index_productindexrow2 dd { width: 50%; order: 2; }
}

@media screen and (max-width: 767px) {
	.kvis_sl li .sl_inner { width: 100%; height: 60vw; }
	.kvis_inner_basic-hasBtn { padding-bottom: 5rem; }
	.kvis_inner_smallCopy { font-size: 3.5vw; }
	.kvis_inner_mainCopy { font-size: 6vw; }

	.index_productindex_link { flex-direction: column; }
	.index_productindex_thumb {
		width: 100%;
		padding: 10px;
		text-align: center;
	}
	.index_productindex_name {
		padding: 0 10px 10px 10px;
		text-align: center;
	}
	.index_productindex_link:before { content: none; }
	.index_productindexrow:before,
	.index_productindexrow:after {
		content: "";
		display: block;
		width: 1px;
		background: #d9d9d9;
		position: absolute;
		height: calc(100% - 50px);
		bottom: 0;
		left: calc(100% / 3);
	}
	.index_productindexrow:after { left: calc(200% / 3); }
	.index_productindexrow2:before,
	.index_productindexrow2:after { left: 50%; }
}



/**セクション別-Keypoint**/
#sect_keypoint {
    background-color: #ffffff;
    padding-bottom: 60px;
}

#sect_keypoint .keypoint_box {
    align-items: stretch;
}

#sect_keypoint .keypoint_item {
    margin-bottom: 0;
}

#sect_keypoint .keypoint_thumbLink {
    display: block;
    position: relative;
    overflow: hidden;
    color: #ffffff !important;
    --keypoint-overlay-rgb: 13, 59, 102;
    --keypoint-eyebrow-color: #8fc1ff;
    --keypoint-eyebrow-line: rgba(143, 193, 255, 0.55);
}

#sect_keypoint .keypoint_item:nth-child(2) .keypoint_thumbLink {
    --keypoint-overlay-rgb: 13, 90, 70;
    --keypoint-eyebrow-color: #8ee3c4;
    --keypoint-eyebrow-line: rgba(142, 227, 196, 0.55);
}

#sect_keypoint .keypoint_item:nth-child(3) .keypoint_thumbLink {
    --keypoint-overlay-rgb: 93, 54, 64;
    --keypoint-eyebrow-color: #e6bdc6;
    --keypoint-eyebrow-line: rgba(230, 189, 198, 0.5);
}

#sect_keypoint .keypoint_thumbLink::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
        rgba(var(--keypoint-overlay-rgb), 0.9) 0%,
        rgba(var(--keypoint-overlay-rgb), 0.72) 50%,
        rgba(var(--keypoint-overlay-rgb), 0.9) 100%);
    z-index: 1;
    pointer-events: none;
}

#sect_keypoint .keypoint_thumbBg {
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    padding-top: 48%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#sect_keypoint .keypoint_thumbLabel {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.35;
    text-align: center;
    white-space: nowrap;
    z-index: 2;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

#sect_keypoint .keypoint_thumbEyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.9em;
    font-family: 'Oswald', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.24em;
    color: var(--keypoint-eyebrow-color);
    margin-bottom: 0.45em;
    padding-left: 0.24em;
}

#sect_keypoint .keypoint_thumbEyebrow::before,
#sect_keypoint .keypoint_thumbEyebrow::after {
    content: "";
    width: 4.2em;
    height: 1px;
    background: var(--keypoint-eyebrow-line);
}

/* ===== History Timeline ===== */
#sect_history {
    padding: 60px 0;
    background: #eee;
}

/* 背景はsection側で100%表示、内側の帯は余白管理のみ */
#sect_history .history_slider_wrap {
    background: transparent;
}


/* 帯部分 */
.history_slider_wrap {
    position: relative;
    background: #eee;
    border-radius: 0;
    padding: clamp(20px, 4.2vw, 20px) 70px;
    overflow: visible;
}

/* ===== Slick 本体 ===== */
.history_slider .slick-list {
    overflow: hidden;
}
.history_slider .slick-track {
    display: flex !important;
    align-items: center;
}

/* ===== 各アイテム ===== */
.history_item {
    text-align: center;
    padding: 0 20px;
    outline: none;
    position: relative;
}

/* 年号 */
.history_year {
    display: inline-block;
    vertical-align: middle;
    font-size: clamp(18px, 2vw, 28px);
    font-weight: 700;
    color: #555;
    margin: 0 0 20px;
    line-height: 1;
}

/* World's first バッジ：指定HTML要素を年号の横にそのまま表示 */
.history_icon.history_icon--badge {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    height: auto !important;
    min-width: 0;
    min-height: 0;
    margin: 0 0 20px 12px !important;
    padding: 0;
    background: none;
    border-radius: 0;
    overflow: visible;
    vertical-align: middle;
}

.history_wf {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #005bac;
    color: #fff;
    font-size: clamp(12px, 1vw, 18px);
    font-weight: 700;
    line-height: 1.1;
    padding: 8px 14px;
    text-align: center;
    white-space: nowrap;
}

/* 吹き出し三角 */
.history_wf::after {
    content: '';
    position: absolute;
    left: 12px;
    bottom: -6px;
    width: 12px;
    height: 12px;
    background: #005bac;
    transform: rotate(45deg);
}

/* 通常画像 */
.history_icon:not(.history_icon--badge) {
    width: 360px;
    height: 240px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    overflow: visible;
}

.history_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 商品名 */
.history_label {
    font-size: clamp(14px, 1.4vw, 22px);
    font-weight: 700;
    color: #555;
    line-height: 1.5;
    min-height: 3em;
}

/* ===== 矢印ボタン ===== */
.history_prev,
.history_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: clamp(44px, 4.6vw, 64px);
    height: clamp(44px, 4.6vw, 64px);
    border-radius: 50%;
    background: rgba(255,255,255,0.92);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    transition: background 0.2s, transform 0.2s;
    padding: 0;
    color: #005bac;
}
.history_prev { left: 12px; }
.history_next { right: 12px; }

.history_prev:hover,
.history_next:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.08);
}

.history_prev svg,
.history_next svg {
    width: clamp(18px, 1.8vw, 26px);
    height: clamp(18px, 1.8vw, 26px);
}

.history_prev.slick-disabled,
.history_next.slick-disabled {
    opacity: 0.3;
    cursor: default;
    pointer-events: none;
}

/* ===== ページドット ===== */
.history_pager {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
}
.history_pager .hdot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
}
.history_pager .hdot.is-active {
    background: #005bac;
    transform: scale(1.35);
}

/* ===== レスポンシブ ===== */
@media screen and (max-width: 768px) {
    .history_slider_wrap {
        padding: 26px 48px;
        border-radius: 0;
    }

    .history_item {
        padding: 0 6px;
        box-sizing: border-box;
    }

    .history_year {
        display: block;
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 1.2;
        text-align: center;
    }

    .history_icon.history_icon--badge {
        margin: 0 0 12px 8px !important;
    }

    .history_wf {
        font-size: 10px;
        padding: 5px 8px;
    }

    .history_wf::after {
        width: 8px;
        height: 8px;
        bottom: -4px;
    }

    .history_icon:not(.history_icon--badge) {
        width: 100%;
        max-width: 96px;
        height: auto;
        aspect-ratio: 3 / 2;
        margin: 0 auto 10px;
    }

    .history_icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .history_label {
        width: 100%;
        max-width: 110px;
        min-height: 3.6em;
        margin: 0 auto;
        font-size: 12px;
        line-height: 1.35;
        text-align: center;
        word-break: normal;
        overflow-wrap: normal;
        white-space: normal;
        letter-spacing: 0;
    }
}

@media screen and (max-width: 480px) {
    .history_slider_wrap {
        padding-left: 44px;
        padding-right: 44px;
    }

    .history_icon:not(.history_icon--badge) {
        max-width: 88px;
    }

    .history_label {
        max-width: 96px;
        font-size: 11px;
        line-height: 1.35;
    }
}


/* ===== sect_products_overview ===== */
#sect_products_overview {
    padding: 60px 0;
}

/* ---------- Product Overview ---------- */
.pov_wrap {
    padding: 36px 40px 40px;
    margin-bottom: 0;
}

/* Featured Products 背景100%化 */
#sect_products_overview .fp_wrap {
    position: relative;
    background: transparent;
}

#sect_products_overview .fp_wrap::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: #d6eaf8;
    z-index: -1;
}


.pov_title {
    font-size: 2rem;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    display: block;
    font-weight: normal;
    text-align: center;
    margin-bottom: 28px;
}

.pov_cols {
    display: flex;
    align-items: stretch;
    gap: clamp(24px, 3vw, 48px);
    flex: 1;
}

.pov_col {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    min-width: 0;
}

.pov_col_imgs {
    display: flex;
    gap: 6px;
    justify-content: center;
    margin-bottom: 10px;
}

.pov_col_imgs img {
    object-fit: contain;
}

.pov_col_heading {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 8px;
    line-height: 1.4;
}

.pov_col_heading a {
    color: #222;
    text-decoration: none;
}
.pov_col_heading a:hover {
    text-decoration: underline;
    color: #0060a0;
}

.pov_col_desc {
    margin-top: 0;
    font-size: 15px;
    line-height: 1.9;
    color: #555;
    padding: 0 10px;
}

/* ---------- Featured Products ---------- */
.fp_wrap {
    background: #d6eaf8;
    border-radius: 0 0 4px 4px;
    padding: 60px 40px 36px;
}

.fp_title {
    font-size: 2rem;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    display: block;
    font-weight: normal;
    text-align: center;
    color: #222;
    margin-bottom: 24px;
}

.fp_cols {
    display: flex;
    align-items: stretch;
    gap: 24px;
}

.fp_col {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fp_features {
    flex-grow: 1;
    list-style: disc;
    width: fit-content;
    max-width: 100%;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.2em;
    font-size: 15px;
    color: #333;
    line-height: 1.7;
    text-align: left;
}

.fp_img {
    width: 100%;
    max-width: 180px;
    margin-bottom: 10px;
}

.fp_img img {
    width: 100%;
    height: 120px;
    object-fit: contain;
}

.fp_name {
    font-size: 15px;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
}

.fp_btn {
    display: block;
    width: 100%;
    max-width: 180px;
    margin-top: 0;
    margin-bottom: 8px;
    background: #2980b9;
    color: #fff;
    text-align: center;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.4;
    transition: background 0.2s;
}
.fp_btn:hover {
    background: #1a6a9a;
}

/* 固定チャットボットボタンは .chatbot_fixed で管理 */

/* ===== Responsive ===== */
@media screen and (max-width: 1024px) {
    .pov_wrap {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }

    .pov_cols {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 40px;
    }

    .pov_col {
        width: 100%;
        max-width: none;
        flex: none;
    }

    .pov_col_imgs {
        width: 100%;
        justify-content: center;
    }

    .pov_col_desc {
        width: 100%;
        max-width: none;
        padding: 0;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 768px) {
    .pov_cols,
    .fp_cols {
        flex-direction: column;
    }
    .fp_wrap {
        padding: 24px 20px 28px;
    }
    .pov_wrap {
        padding: 24px 20px;
    }
    .fp_features {
        width: 100%;
        max-width: 420px;
    }
}


/* ===== sect_news ===== */
#sect_news {
    padding: 60px 0;
}

.news_tabs {
    display: flex;
    list-style: none;
    border-bottom: 2px solid #1a3e6e;
    margin-bottom: 0;
}

.news_tab {
    padding: 12px 32px;
    font-size: 15px;
    font-weight: 600;
    color: #555;
    cursor: pointer;
    position: relative;
    transition: color 0.2s;
    white-space: nowrap;
}

.news_tab:hover {
    color: #1a3e6e;
}

.news_tab.is-active {
    color: #1a3e6e;
    background: #fff;
}

.news_tab.is-active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 3px;
    background: #1a3e6e;
}

.news_panel {
    display: none;
    padding: 8px 0 24px;
}

.news_panel.is-active {
    display: block;
}

.news_list_tab {
    list-style: none;
}

.news_list_tab li {
    display: flex;
    align-items: baseline;
    gap: 14px;
    padding: 13px 0;
    border-bottom: 1px solid #eee;
    flex-wrap: wrap;
}

.news_date {
    font-size: 13px;
    color: #888;
    white-space: nowrap;
    flex-shrink: 0;
}

.news_cat {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 2px 10px;
    border-radius: 3px;
    color: #fff;
    white-space: nowrap;
    flex-shrink: 0;
}

.news_cat--update   { background: #2980b9; }
.news_cat--techblog { background: #27ae60; }
.news_cat--expo     { background: #8e44ad; }
.news_cat--product  { background: #e67e22; }
.news_cat--info     { background: #7f8c8d; }
.news_cat--release  { background: #1a3e6e; }

.news_ttl {
    font-size: 14px;
    color: #222;
    text-decoration: none;
    line-height: 1.5;
    flex: 1;
}

.news_ttl:hover {
    color: #1a6aaa;
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .news_tab {
        padding: 10px 16px;
        font-size: 13px;
    }
    .news_list_tab li {
        flex-direction: column;
        gap: 6px;
    }
}



/* ===== Chatbot button inside VaccineUSB3 ===== */
.chatbot_fixed {
    position: static;
    z-index: auto;

    width: 180px;
    margin: 0 auto 16px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 6px;

    background: #e74c3c;
    color: #fff;
    text-decoration: none;

    border-radius: 12px;
    padding: 12px;

    box-shadow: 0 4px 12px rgba(0,0,0,0.18);
    transition: background 0.2s, transform 0.2s;
}

.chatbot_fixed:hover {
    background: #c0392b;
    transform: translateY(-3px);
    color: #fff;
    text-decoration: none;
}

.chatbot_fixed_icon {
    display: block;
}

.chatbot_fixed_icon svg {
    width: 40px;
    height: 40px;
    display: block;
}

.chatbot_fixed_label {
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
    .chatbot_fixed {
        width: 180px;
        margin: 0 auto 14px;
        padding: 10px;
    }

    .chatbot_fixed_icon svg {
        width: 34px;
        height: 34px;
    }

    .chatbot_fixed_label {
        font-size: 10px;
    }
}






/* ===== Latest News All News button center fix ===== */
#sect_latestnews .box_btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

#index_news_btn {
    margin-left: auto;
    margin-right: auto;
}


/* ===== TechBlog static display ===== */
#sect_techblog {
    padding: 60px 0;
}

.techblog_static_box {
    display: flex;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.techblog_static_item {
    flex: 1 1 0;
    min-width: 0;
}

.techblog_static_item a {
    display: block;
    height: 100%;
    color: #555;
    text-decoration: none;
}

.techblog_static_img {
    width: 100%;
    aspect-ratio: 73 / 41;
    margin-bottom: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.techblog_static_item strong {
    display: block;
    margin-bottom: 8px;
    color: #555;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
}

.techblog_static_item p {
    margin: 0;
    color: #555;
    font-size: 14px;
    line-height: 1.75;
}

#sect_techblog .box_btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

@media screen and (max-width: 1024px) {
    #sect_techblog,
    #sect_techblog * {
        box-sizing: border-box;
    }

    #sect_techblog {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        padding-left: 0;
        padding-right: 0;
    }

    #sect_techblog .w1600 {
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    #sect_techblog .techblog_static_box {
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 32px !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }

    #sect_techblog .techblog_static_item {
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
        flex: 0 0 auto !important;
        float: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #sect_techblog .techblog_static_item a {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
    }

    #sect_techblog .techblog_static_img {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
        aspect-ratio: 73 / 41;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #sect_techblog .techblog_static_item strong,
    #sect_techblog .techblog_static_item p {
        width: 100% !important;
        max-width: none !important;
    }
}

@media screen and (max-width: 768px) {
    #sect_techblog .w1600 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #sect_techblog .techblog_static_box {
        gap: 28px !important;
    }

    .techblog_static_item strong {
        font-size: 16px;
    }

    .techblog_static_item p {
        font-size: 13px;
    }
}

/* ===== Header accordion link color fix ===== */
.header-nav .sub-menu a,
.header-nav .sub-menu a:link,
.header-nav .sub-menu a:visited,
.header-nav .sub-menu a:hover,
.header-nav .sub-menu a:active,
.header-nav .sub-menu a:focus {
    color: #ffffff !important;
    background: transparent !important;
    text-decoration: none;
}

