@charset "utf-8";
/*------------------------
	index layout
	created: 2021.01.18
	updated: 2021.01.18
--------------------------*/

h1 {
	font-family: "Shin Go Bold", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	display: flex;
	align-items: center;
	font-size: 2rem;
	min-height: 90px;
}

h1 span {
	font-family: "Shin Go Regular", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 1rem;
	display: inline-block;
}


/* article */
#article h2 {
	font-family: "Shin Go Regular", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: normal;
	background-color: #333333;
	padding: 0 15px;
	border-radius: 5px;
	height: 26px;
	line-height: 26px;
	color: white;
}

#article p {
	margin-bottom: 0.5em;
}

#article ul {
	margin-left: 1em;
	line-height: 1.8;
}

/* contents */
.robots {
	margin-top: 0;
}

#topImg {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

#article table.basicTable tr:nth-child(2) td:nth-last-child(2),
#article table.basicTable td:last-child {
	text-align: center;
}

#article table.basicTable td span.imgPct {
	display: inline-block;
	width: 100%;
	text-align: center;
}

#article table.basicTable + ul {
	list-style: none;
	line-height: 1.5;
	margin: 1rem 0 0 0;
	padding-left: 0;
}

#article table.basicTable + ul li.note {
	padding-left: 19.3em;
	text-indent: -19.3em;
	margin-top: 0.5em;
}

li.note::before {
	content: "※ ";
}

#article #custom-made-products {
	position: relative;
	min-height: calc(6rem + 150px);
}

#article #custom-made-products ul {
	list-style: none;
	margin-left: 0;
}

#article #custom-made-products .robots {
	width: 65%;
	position: absolute;
	right: 0;
	top: 8rem;
}

#certificate table {
	margin: 0 15px 2rem;
}

#certificate table,
#certificate table th,
#certificate table td {
	border: 1px solid #525252;
	border-collapse: collapse;
}

#certificate table th,
#certificate table td {
	padding: 5px 15px;
}

#certificate table th {
	background-color: lightgray;
}

#certificate table tr:nth-child(n + 2) th {
	text-align: left;
}

#certificate table tr:nth-child(n + 2) td {
	text-align: center;
}

#certificate dl.noCom {
	margin-bottom: 1.5rem;
}

#certificate dl.noCom dd {
	padding: 0 15px;
}


@media only screen and (max-width: 1023px) {
	
	#article #custom-made-products {
		min-height: calc(9rem + 150px);
	}
	
	#article #custom-made-products .robots {
		width: 55%;
	}

}
