@charset "utf-8";

/* ======================================================

	カスタマイズ

====================================================== */
.sec-post .hero__name{
	font-weight: bold;
	color: #ffffff;
}
.sec-post .hero__catch{
	margin: 40px 0 40px 0;
	padding: 30px;
	background-color: #3366cc;
	background: #3366cc url(../images/post/bg.jpg) 0 0 / 100% 100% no-repeat;

	color: #ffffff;
}


.blk-post{
	margin-bottom: 20px;
	text-align: center;
}
.blk-post__title{
	margin-bottom: 20px;

	font-size: 3.6rem;
	line-height: 1.425;
}
.blk-post__desc{
	margin-bottom: 2em;
}
.color-jbm{
	color: #27a039;
}
@media screen and (max-width: 767px) {
	.sec-post .hero-catch{
		background: #3366cc url(../images/post/bg-sp.jpg) 0 0 / 100% 100% no-repeat;
	}
	.blk-post__title{
		font-size: 2.4rem;
	}
	.blk-post__desc{
		margin-bottom: 2em;
		text-align: left;
	}
}

/* ======================================================

	表組み

====================================================== */
.maker{
	display: flex;
	background-color: #ffffff;
	margin-bottom: -1px;
}
.maker__name{
	padding: 5px 10px;
	flex: 0 0 150px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	pointer-events: none;

	text-align: center;
}
.maker__body{
	width: calc(100% - 150px);
}
.maker__table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.maker__table td{
	border: 1px solid #000000;
	padding: 5px 10px;
	word-break : break-all;
}
.maker__table td:nth-child(1),
.maker__table td:nth-child(3){
	width: 35%;
}
.maker__table td:nth-child(2){
	width: 30%;
}
@media screen and (max-width: 767px) {
	.maker{
		display: block;
		padding: 10px;
	}
	.maker__name{
		position: relative;
		border-top: none;
		border-left: none;
		pointer-events: auto;
		cursor: pointer;

		font-size: 1.8rem;
		text-align: left;
	}
	.maker--init .maker__name{
		border-bottom: none;
		background-color: #e0e0d7;
	}
	.maker:not(.maker--init) .maker__name:before{
		content: '\e906';
		margin-right: 5px;

		font-size: 30px;
		color: #3366cc;
		vertical-align: -.2em;
	}
	.maker:not(.maker--init) .maker__name.is-open:before{
		content: '\e904';
	}
	
	.maker__body{
		display: none;
		width: auto;
	}
	.maker__table{
		display: block;
	}
	.maker__table tbody{
		display: block;
	}
	.maker__table tr{
		display: block;
		border-bottom: 1px solid #000000;
	}
	.maker__table td{
		display: block;
		width: 100% !important;
		border: none;

		font-size: 1.4rem;
	}
	.maker__table td::before{
		display: inline-block;
		width: 8em;
	}
	.maker__table td:nth-child(1)::before{ content:'機械名'; }
	.maker__table td:nth-child(3)::before{ content:'制御機名'; }
	.maker__table td:nth-child(2)::before{ content:'軸構成備考'; }
}
