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

.hero {
	background-image: url("/maker/img/makerlist/maker-main.jpg");
	background-size: cover;
	display: flex;
	padding: 10px 20px;
	background-color: rgba(255, 255, 255, 0.7);
	height: 100px;
	background-position: right bottom;
	align-items: center;
}

.hardwareHead {
	margin: 0 auto;
}

.hardwareHead #breadcrumb {
	max-width: 1010px;
	text-align: left;
	padding: 5px 30px;
	margin: 0 auto;
}

.hardwareHead #breadcrumb ol {
	margin: 0;
	list-style: none;
}

.hardwareHead #breadcrumb ol li {
	color: #333;
	font-size: 13px;
	list-style: none;
	display: inline-block;
}

.hardwareHead #breadcrumb ol li:first-child .material-icons {
	position: relative;
	top: 0.15em;
	font-size: 1.0em;
}

.hardwareHead .entry-title {
	border-bottom: 1px solid #eee;
	color: #fff;
	line-height: 40px;
	font-size: 26px;
	text-align: left;
}

.hardwareHead .entry-title + figure {
	margin: 0 0 20px;
}

.hardwareHead h2 {
	font-family: Helvetica, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 22px;
	line-height: 38px;
	color: #333;
	margin: 20px 0;
	padding: 5px 0px 3px;
}

.makerList #breadcrumb {
	margin: 0;
	padding: 0 0 5px;
}

.makerList #breadcrumb ol {
	margin: 0;
	padding: 0 0 5px;
	list-style: none;
}

.makerList #breadcrumb ol li {
	color: #333;
	font-size: 13px;
	list-style: none;
	display: inline-block;
}

.makerList #breadcrumb ol li:first-child .material-icons {
	position: relative;
	top: 0.15em;
	font-size: 1.0em;
}

.makerList .entry-title {
	font-size: 26px;
	line-height: 40px;
	color: #333;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.makerList .makerListHead h2 {
	font-family: Helvetica, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 22px;
	line-height: 38px;
	color: #333;
	margin: 20px 0;
	padding: 5px 0px 3px;
	text-align: left;
}

.makerListHead .anchor {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	justify-content: center;
	gap: 20px;
	text-align: center;
}

.makerListHead .anchor li {
	display: block;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
}

.makerListHead .anchor .material-icons {
	position: relative;
	top: 0.15em;
	font-size: 1.2em;
}

.makerListHead .anchor a {
	display: block;
	color: #43B962;
	text-decoration: underline;
}

.makerListHead .anchor figure {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 4px 4px 0 0;
}

.makerListHead .anchor figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.makerListHead .anchor p {
	padding: 10px 5px 15px;
	color: #43B962;
	text-align: center;
	text-decoration: underline;
}

.makerListOuterHead {
	display: flex;
	align-items: center;
	min-height: 100px;
	border-left: #43B962 3px solid;
	border-bottom: dotted 1px #ccc;
	padding: 0 0 0 30px;
	margin: 0 0 30px;
}

.makerListOuterHead.listhead001 {
	background: url('/maker/img/makerlist/listhead01.jpg') no-repeat right center;
	background-size: cover;
}

.makerListOuterHead.listhead002 {
	background: url('/maker/img/makerlist/listhead02.jpg') no-repeat right center;
	background-size: cover;
}

.makerListOuterHead.listhead003 {
	background: url('/maker/img/makerlist/listhead03.jpg') no-repeat right center;
	background-size: cover;
}

.makerListOuterHead.listhead004 {
	background: url('/maker/img/makerlist/listhead04.jpg') no-repeat right center;
	background-size: cover;
}

.makerListOuterHead.listhead005 {
	background: url('/maker/img/makerlist/listhead05.jpg') no-repeat right center;
	background-size: cover;
}

.makerList h3 {
	color: #333;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 10px;
}

.makerList h3::before {
	content: none;
}

.makerList h4 {
	font-size: 1.6rem;
	line-height: 1.5;
	background: #f3f3f3;
	padding: 10px 15px;
	margin: 0 0 10px;
}

.makerList h4 a {
	border-bottom: 1px solid;
}

.makerList h5 {
	font-size: 1.4rem;
}

.makerListOuter ul {
	text-align: left;
}

.makerListInner {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 10px;
	margin: 0 0 30px;
}

.makerListInner:last-of-type {
	border-bottom: none;
	margin: 0 0 20px;
}

.makerListInner figure {
	display: block;
	width: 30%;
	min-width: 200px;
}

.makerListInner figure img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
}

.makerListInner .txt {
	display: block;
	width: 65%;
	padding: 0;
}

.makerListInner .txt p {
	font-size: 0.85em;
	text-align: justify;
}

.makerListInner .txt p small {
	display: block;
	margin: 10px 0 20px;
	color: #43B962;
	font-size: 0.85em;
	text-align: justify;
}

.makerListInner .txt dl {
	font-size: 0.8em;
}

.makerListInner .txt dt {
	display: inline-block;
	width: auto;
	margin-right: 10px;
	color: #999;
	font-weight: bolder;
}

.makerListInner .txt dd {
	display: inline-block;
	width: auto;
}

.makerListInner .txt dt .material-icons {
	position: relative;
	top: 0.2em;
	font-size: 1.1em;
}
	.sponly_res{
		display:none;
	}

@media screen and (max-width:1024px) {
	.makerListHead .anchor {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (max-width:767px) {
	.sponly_res{
		display:block;
	}
.hardwareHead .entry-title{
	-webkit-text-stroke: 3px #202020;
  text-stroke: 3px #202020;
  paint-order: stroke;
}
.hardwareHead h2{
	line-height: 1.4;
}

.makerList {
		width: 100%;
		margin: 0 auto;
	}

	.makerListHead .anchor {
		grid-template-columns: repeat(2, 1fr);
	}

	.makerListHead .anchor p {
		font-size: 1.2rem;
		padding: 10px 3px 15px;
	}

	.makerListInner figure img {
		max-width: 300px;
		margin: 0 auto;
	}

	.makerListInner .txt {
		width: 100%;
	}

	.hardwareHead #breadcrumb {
		padding: 5px 20px;
	}

	.makerListOuterHead {
		min-height: 40px;
	}

	.makerListOuterHead.listhead001,
	.makerListOuterHead.listhead002,
	.makerListOuterHead.listhead003,
	.makerListOuterHead.listhead004,
	.makerListOuterHead.listhead005 {
		background: none;
	}

	.makerListInner figure {
		width: 100%;
	}

}
</pre></body></html>