@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#company h4 {
	margin-bottom: 15px;
	padding-left: 15px;
	border-left: 2px solid var(--color-primary);
	font-size: 26px;
	font-family: var(--font-mpr);
	font-weight: 500;
}
#company .msg {
	padding-top: 40px;
	background: url("../img/company/bg-japan.png") no-repeat right bottom / contain;
	font-size: 115%;
	font-weight: 500;
	font-family: var(--font-serif);
}
#company .office+.office {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #ddd;
}
#company .office .map iframe {
	width: 100%;
	height: 250px;
	vertical-align: bottom;
}
#company .history_tbl h3.sub {
	margin-bottom: 0;
}
#company .history_tbl table {
	width: 100%;
}
#company .history_tbl th,
#company .history_tbl td {
	padding: 15px;
	border-bottom: 1px solid var(--color-tbl-border);
	vertical-align: top;
}
#company .history_tbl th {
	white-space: nowrap;
}
#company .woman {
	border: 1px solid var(--color-primary);
	font-size: 115%;
}
#company .woman h3.sub02 {
	margin-bottom: 30px;
	text-align: center;
}
#company .woman ol {
	padding: 20px;
	margin: 1.5em 0;
	background: #fff;
	list-style: none;
	counter-reset: item;
}
#company .woman ol li {
	padding-left: 20px;
	position: relative;
	margin-top: 1em;
}
#company .woman ol li::before {
	position: absolute;
	top: 0;
	left: 0;
	counter-increment: item;
	content: counter(item);
	color: #f47500;
	margin-right: 0.5em;
}
#company .woman ol li:first-child {
	margin-top: 0;
}
#company .woman table th {
	position: relative;
	padding-left: 20px;
	padding-right: 1em;
	white-space: nowrap;
	vertical-align: top;
}
#company .woman table th::before {
	position: absolute;
	top: 0.6em;
	left: 0;
	display: block;
	width: 10px;
	height: 10px;
	background: var(--color-primary);
	border-radius: 50%;
	content: "";
}
#company .woman table tr:not(:last-child) td {
	padding-bottom: 1em;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#company .woman {
		padding: 50px;
	}
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#company .office .tbl th {
		width: 160px;
	}
	#company .office .txt {
		width: 50%;
	}
	#company .office .map {
		width: 45%;
	}
	#company .office .map iframe {
		height: 300px;
	}
	#company .office .map.map_main iframe {
		height: 100%;
	}
	#company .woman ol {
		padding: 30px 40px;
	}
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
}
@media only screen and (max-width: 640px){ /* スマホ */
	#company h4 {
		font-size: 18px;
	}
	#company .msg {
		padding-top: 20px;
		font-size: 105%;
	}
	#company .office .txt {
		margin-bottom: 30px;
	}
	#company .history_tbl th,
	#company .history_tbl td {
		display: block;
		width: auto;
		padding: 10px;
	}
	#company .history_tbl th {
		padding-bottom: 0;
		border-bottom: none;
	}
	#company .history_tbl td {
		padding-top: 5px;
	}
	#company .woman {
		font-size: 105%;
	}
	#company .woman h3.sub02 {
		line-height: 1.3;
	}
	#company .woman table th,
	#company .woman table td {
		display: block;
		padding-left: 20px;
		line-height: 1.5;
	}
}