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

/*
会社概要 / 沿革
/corporate/profile/
*/


/*
***********************************************************************************************
本文共通
***********************************************************************************************
*/

.eyecatch {
	padding: 10px 0 10px 0px;
}

	.viewmode-mobile .eyecatch {
		padding: 10px 0 10px 0px;
	}

	.eyecatch .bg_eyecatch {
		/*
		opacity: 1;
		*/
	}

	.eyecatch h1 {
		display: none;
	}

		.viewmode-mobile .eyecatch h1 {
			display: none;
		}

.entry-content {
	/*
	display: flex;
	*/
	margin-left: auto;
	margin-right: auto;
	max-width: calc( var(--wp--style--global--content-size) + var(--wp--style--root--padding-left) + var(--wp--style--root--padding-right) );
}

	.viewmode-pc .entry-content {
	}

	/*
	.entry-content a[id]:empty {
		/＊ ヘッダーを固定した分、アンカーの表示位置をずらす ＊/
		margin-top: -220px;
		padding-top: 220px;
		position: absolute;
	}
	*/


/*
***********************************************************************************************
ページ内ナビゲーション
***********************************************************************************************
*/

.nav-local {
}

	.viewmode-mobile .nav-local {
	}


/*
***********************************************************************************************
「会社概要」セクション
***********************************************************************************************
*/

/*
株式会社フカガワ
***********************************************************************************************
*/

.art-profile {
	margin-left: 230px;
}

	.viewmode-mobile .art-profile {
		margin-left: 0px;
	}

	/* 株式会社フカガワ */
	.art-profile h2 + h3 {
		margin-top: 1.5em;
	}

	/* 英文社名 */
	.art-profile h3 small {
		color: var(--wp--preset--color--color-3);
		display: inline-block;
		font-size: 70%;
		margin-left: 1em;
	}

		.viewmode-mobile .art-profile h3 small {
			display: block;
			margin-top: .25em;
			margin-left: auto;
		}

	.art-profile table {
		background-color: #fff;
		width: 100%;
	}

		.viewmode-mobile .art-profile table {
			margin-top: 1.5em;
		}

		.art-profile h3 + table {
			margin-top: 1.5em;
		}

	.art-profile th,
	.art-profile td {
		padding: 1.5em;
		vertical-align: top;
	}

	.art-profile th {
		background-color: var(--wp--preset--color--color-4) !important;
		white-space: nowrap;
		width: 200px;
	}

		.viewmode-mobile .art-profile th,
		.viewmode-mobile .art-profile td {
			padding: 1em;
		}

		.viewmode-mobile .art-profile th {
			width: auto;
		}

	.viewmode-pc .art-profile td br:nth-of-type(1) {
		display: none;
	}

	/* 設立 */
	/*
	.viewmode-pc .art-profile tr:nth-of-type(1) td br {
		display: none;
	}
	*/


/*
株式会社フカガワ本社（未使用）
***********************************************************************************************
*/

/*
.art-profile .sec02 {
	margin-top: 5em;
}

	.viewmode-mobile .art-profile .sec02 {
		margin-top: 4em;
	}
*/


/*
***********************************************************************************************
「沿革」セクション
***********************************************************************************************
*/

.art-history {
	margin-top: 8em;
	margin-left: 230px;
	padding: 0;
	position: relative;
}

	.viewmode-mobile .art-history {
		margin-top: 5em;
		margin-left: 0px;
	}

/* jquery-ui.jsのタブ */
.art-history .ui-tabs-nav {
	margin-top: 3em;
}

	.viewmode-mobile .art-history .ui-tabs-nav {
		margin-top: 2em;
	}

	.art-history .ui-tabs-nav a {
		font-family: 'Economica', sans-serif;
		font-size: 130%;
		font-weight: bold;
		letter-spacing: 0;
		padding: .25em 1.25em;
	}

		.viewmode-mobile .art-history .ui-tabs-nav a {
			font-size: 115%;
			padding: .35em .5em;
		}

	/* 画像部分 */
	.art-history &gt; div &gt; ul {
		display: flex;
		flex-wrap: wrap;
		list-style-type: none;
		justify-content: start;
		gap: 30px;
		padding: 0 0 0 0;
	}

		.viewmode-mobile .art-history &gt; div &gt; ul {
			align-items: center;
			gap: 10px;
		}

		.art-history &gt; div &gt; ul &gt; li {
			display: block;
			position: relative;
			text-align: center;
			z-index: 1;
			/*
			width: calc((100% - 40px)/3);
			*/
		}

			.viewmode-mobile .art-history &gt; div &gt; ul &gt; li {
				width: calc( (100% - 10px)/2 );
			}

			.art-history &gt; div &gt; ul &gt; li + li {
				margin-top: 0;
			}

	.art-history li figure {
		max-width: 275px;
		text-align: center;
	}

		.viewmode-mobile .art-history li figure {
			max-width: 100%;
		}

		.art-history li img {
			height: 185px;
			object-fit: contain;
			max-width: 100%;
			vertical-align: top;
		}

			.viewmode-mobile .art-history li img {
				height: auto;
				max-height: 180px;
			}

		.art-history li figcaption {
			font-size: 85%;
			margin-top: .25em;
			line-hegiht: 1.5;
			text-align: center;
		}

		.art-history li figcaption small {
			font-size: inherit;
			white-space: nowrap;
		}

	/* 年表部分 */
	.art-history ol {
		list-style-type: none;
		padding: 0;
	}

		.art-history ul + ol {
			margin-top: 1.5em;
		}

		.art-history ol &gt; li {
			align-items: baseline;
			display: flex;
		}

			.art-history ol &gt; li + li {
				margin-top: 1.25em;
			}

		/* 19XX */
		.art-history ol h3 {
			font-family: 'Economica', sans-serif;
			letter-spacing: 0;
			margin: 0;
			width: 3.5em;
		}

			.viewmode-mobile .art-history ol h3 {
				font-size: 1.3em;
				width: 2.5em;
			}

		.art-history ol &gt; li div {
			width: calc(100% - 3.5em);
		}

		.art-history ol &gt; li ul {
			list-style-type: none;
			line-height: 1.5;
			padding: 0;
		}


/*
1960
***********************************************************************************************
*/

.art-history #y1960 {
}

	.viewmode-mobile .art-history #y1960 {

	}


/*
1970
***********************************************************************************************
*/

.art-history #y1970 {
}

	.viewmode-mobile .art-history #y1970 {
	}

	.art-history #y1970 ul + ol {
		margin-top: 0;
	}


/*
1980
***********************************************************************************************
*/

.art-history #y1980 {
}

	.viewmode-mobile .art-history #y1980 {
	}


/*
1990
***********************************************************************************************
*/

.art-history #y1990 {
}

	.viewmode-mobile .art-history #y1990 {
	}

	.art-history #y1990 figure img {
		height: 265px;
	}

		.viewmode-mobile .art-history #y1990 figure img {
			height: auto;
		}


/*
2000
***********************************************************************************************
*/

.art-history #y2000 {
}

	.viewmode-mobile .art-history #y2000 {
	}

	.art-history #y2000 figure img {
		height: 265px;
	}


/*
2010
***********************************************************************************************
*/

.art-history #y2010 {
}

	.viewmode-mobile .art-history #y2010 {
	}


/*
2020
***********************************************************************************************
*/

.art-history #y2020 {
}

	.viewmode-mobile .art-history #y2020 {
	}
</pre></body></html>