/* ----------------------------------------
見出し
---------------------------------------- */
#layout .news-area h2 {
	margin-bottom: 40px;
	padding: 22px 12px;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
}
.news-area h3 {
	position: relative;
	margin-bottom: 14px;
	padding: 0 0 10px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 700;
	text-align: left;
}
.h3-text-mztp-oj::after {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	bottom: -1px;
	width: 150px;
	height: 3px;
	padding: 0 0 38px;
	border-bottom: 3px #757575 solid;
}

@media screen and (max-width: 767px) {
	#layout .news-area h2 {
		margin-bottom: 30px;
		padding: 20px 10px;
		font-size: 20px;
		font-size: 2.0rem;
		text-align: left;
	}
}


/* ----------------------------------------
価格一覧
---------------------------------------- */
.price-list table {
	width: 100%;
	margin: 0 auto 10px auto;
	border-collapse: collapse;
}
.price-list th {
	padding: 6px 4px;
	background-color: #e9e9e9;
	border: 1px #b0b0b0 solid;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
	font-weight: normal;
	line-height: 1.5;
}
.price-list th:first-of-type {
	width: 55%;
	background-color: #cce4fc;
}
.price-list th:nth-of-type(2) {
	width: 15%;
	background-color: #cce4fc;
}
.price-list th:nth-of-type(3),
.price-list th:nth-of-type(4) {
	width: 15%;
	background-color: #f45e3b;
	color: #fff;
}
.price-list td {
	padding: 10px 6px;
	background-color: #fff;
	border: 1px #b0b0b0 solid !important;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
}
.price-list td:first-of-type {
	text-align: left;
}
.wood-shaft, .iron-shaft {
	margin-bottom: 40px;
}
.wood-shaft tr:nth-of-type(2) td:nth-of-type(1),
.wood-shaft tr:nth-of-type(4) td:nth-of-type(1),
.wood-shaft tr:nth-of-type(7) td:nth-of-type(1),
.wood-shaft tr:nth-of-type(13) td:nth-of-type(1) {
	background-color: #cce4fc;
}
.wood-shaft tr:nth-of-type(4) td:nth-child(n+2),
.wood-shaft tr:nth-of-type(5) td,
.wood-shaft tr:nth-of-type(7) td:nth-child(n+2),
.wood-shaft tr:nth-of-type(8) td,
.wood-shaft tr:nth-of-type(9) td,
.wood-shaft tr:nth-of-type(13) td:nth-child(n+2),
.wood-shaft tr:nth-of-type(14) td,
.wood-shaft tr:nth-of-type(15) td {
	background-color: #f4f4f4;
}
.wood-shaft tr:nth-of-type(2) td:nth-of-type(2),
.wood-shaft tr:nth-of-type(2) td:nth-of-type(3),
.wood-shaft tr:nth-of-type(4) td:nth-of-type(2),
.wood-shaft tr:nth-of-type(4) td:nth-of-type(3),
.wood-shaft tr:nth-of-type(7) td:nth-of-type(2),
.wood-shaft tr:nth-of-type(10) td:nth-of-type(2),
.wood-shaft tr:nth-of-type(13) td:nth-of-type(3) {
	text-align: left;
}
.wood-shaft tr:nth-of-type(2) td:nth-of-type(5),
.wood-shaft tr:nth-of-type(3) td:nth-of-type(3),
.wood-shaft tr:nth-of-type(4) td:nth-of-type(5),
.wood-shaft tr:nth-of-type(5) td:nth-of-type(3),
.wood-shaft tr:nth-of-type(6) td:nth-of-type(3),
.wood-shaft tr:nth-of-type(7) td:nth-of-type(4),
.wood-shaft tr:nth-of-type(8) td:nth-of-type(3),
.wood-shaft tr:nth-of-type(9) td:nth-of-type(3),
.wood-shaft tr:nth-of-type(10) td:nth-of-type(4),
.wood-shaft tr:nth-of-type(11) td:nth-of-type(3),
.wood-shaft tr:nth-of-type(12) td:nth-of-type(3),
.wood-shaft tr:nth-of-type(13) td:nth-of-type(5),
.wood-shaft tr:nth-of-type(14) td:nth-of-type(3),
.wood-shaft tr:nth-of-type(15) td:nth-of-type(3) {
	font-weight: 700;
}

.iron-shaft tr:nth-of-type(2) td:nth-of-type(1),
.iron-shaft tr:nth-of-type(10) td:nth-of-type(1) {
	background-color: #cce4fc;
}
.iron-shaft tr:nth-of-type(7) td,
.iron-shaft tr:nth-of-type(8) td,
.iron-shaft tr:nth-of-type(9) td,
.iron-shaft tr:nth-of-type(11) td {
	background-color: #f4f4f4;
}
.iron-shaft tr:nth-of-type(2) td:nth-of-type(2),
.iron-shaft tr:nth-of-type(2) td:nth-of-type(3),
.iron-shaft tr:nth-of-type(7) td:nth-of-type(2),
.iron-shaft tr:nth-of-type(10) td:nth-of-type(2) {
	text-align: left;
}
.iron-shaft tr:nth-of-type(2) td:nth-of-type(5),
.iron-shaft tr:nth-of-type(3) td:nth-of-type(3),
.iron-shaft tr:nth-of-type(4) td:nth-of-type(3),
.iron-shaft tr:nth-of-type(5) td:nth-of-type(3),
.iron-shaft tr:nth-of-type(6) td:nth-of-type(3),
.iron-shaft tr:nth-of-type(7) td:nth-of-type(4),
.iron-shaft tr:nth-of-type(8) td:nth-of-type(3),
.iron-shaft tr:nth-of-type(9) td:nth-of-type(3),
.iron-shaft tr:nth-of-type(10) td:nth-of-type(4),
.iron-shaft tr:nth-of-type(11) td:nth-of-type(3) {
	font-weight: 700;
}


@media screen and (max-width: 767px) {
	.price-list {
		display: block;
		overflow-x: auto;
		width: 100%;
	}
	.price-list table {
		width: 620px;
		margin-bottom: 10px;
	}
	.price-list th:first-of-type {
		width: 49%;
	}
	.price-list th:nth-of-type(2) {
		width: 19%;
	}
	.price-list th:nth-of-type(3) {
		width: 19%;
	}
	.price-list th:nth-of-type(4) {
		width: 13%;
	}
	.price-list th {
		padding: 6px 2px;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.price-list td {
		padding: 6px 4px;
		font-size: 12px;
		font-size: 1.2rem;
	}
	.price-list td:first-of-type {
		font-size: 12px;
		font-size: 1.2rem;
	}
}
