@charset "UTF-8";
/*------------------------
メーカー詳細
------------------------*/
.ttl-wrap .page-ttl p {
	font-size: 38px;
	font-weight: bold;
	line-height: 1;
}
.post {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 60px 0 80px;
}
.post h1 {
	padding-bottom: 10px;
	border-bottom: 3px solid var(--bgcolor);
	margin-bottom: 30px;
	font-size: 32px;
	font-weight: bold;
	text-align: justify;
	line-height: 1.4;
}
.standard .head {
	margin-bottom: 20px;
	align-items: center;
}
.standard .head span {
	background: var(--txtcolor);
	padding: 15px 20px;
	font-size: 18px;
	color: var(--bgcolor);
	line-height: 1;
	margin-right: 20px;
}
.standard .head h2 {
	flex: 1;
}
.standard .head h2 a {
	display: block;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3;
	text-decoration: underline;
}
.standard .head h2 a:hover{
	color: #e79f00;
}
.standard p{
	font-size: 18px;
}
.h-back {
	margin: 0 auto 120px;
	width: 980px;
}