<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Utf-8";

/*
	================================================================================================
		support categoryheader  2021
	================================================================================================
*/

.mq-categoryHeader-info {
	display: inline-block;
}

.mod-categoryHeader img.tvimg {
    height: 80px;
    width: 80px;
}

/* 左ナビ */
.ch_mq_productsinfo {
	display: none;
}

.inc-linkbox01 .photomenu.menulist li.mq_sub-text-product {
	display: none;
}

@media screen and (max-width: 640px) {
	.mod-categoryHeader {
		text-align: left;
	}
	
	.mod-categoryHeader a  {
		display: flex;
		align-items: center;
	}
	
	.mod-categoryHeader .mod-categoryHeader-logo {
		margin: 0 0.5em;
	}
	
	.mod-categoryHeader img {
	    display: table-cell;
		vertical-align: middle;
		max-width: 150px;
		height: auto;
	}
	
	.mq-categoryHeader-info {
		display: block;
	}

	.mod-categoryHeader a .mod-categoryHeader-text	{
		display: flex;
		flex-flow: wrap;
	}
	
	.mod-categoryHeader .mod-categoryHeader-text .mq-arrow {
		padding: 0;
		background: none;
		font-size: 1em;
	    font-weight: bold;
	}
	
	.mod-categoryHeader-wrap {
		border-bottom: none;
	}
	
	.infolink {
		margin: 0 0 0.5em;
		text-align: right;
	}
	
	/* 左ナビ */
	.ch_mq_productsinfo {
		display: inline-block;
	}
	
	.inc-linkbox01 .photomenu.menulist li.mq_sub-text-product {
		display: block;
	}
	
	/* お問い合わせ */
	.pageSubContent .title span.ch_mq_productsinfo {
		font-size: 1.4rem;
	}
	
	/* 20210311追加 */
	.pageSubContent .title h3 span.ch_mq_productsinfo {
		font-size: 1.65rem;
	}
	
	.mq_sub-text-product ul.txtlink {
		margin-bottom: 2em;
	}
	
	.mq_sub-text-product .mod-pageTop {
		margin-top: 1em ;
	}
	
	#supporttop_link_guide {
		display: none;
	}
	
	/* 20210326追加 */
	#mod-productsArea {
		margin-top: 0;
	}
}</pre></body></html>