@charset "UTF-8";


.color--red {
	color: #640000;
}

.container--sub.enWeldingList h2 {
	font-weight: 600;
}

.container--sub.enWeldingList h2:after {
	display: none;
}


.seachArea__container {
	max-width: 820px;
}


.mv__wrapper {
	background-image: url('../img/bg_welding.jpg');
}

h2 {
	font-size: 32px;
	letter-spacing: 1.6px;
	margin-top: 0;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
}

.h2.anchorHeading {
	font-size: 23px;
	font-weight: bold;
	margin-top: 60px;
	margin-bottom: 30px;
	padding-left: 40px;
	position: relative;
	text-align: left;
}

h2.anchorHeading:before {
	left: 0;
	padding-bottom: 10px;
}

h3 {
	color: #640000;
	font-size: 20px;
	font-weight: bold;
}

h3.HeadingSub {
	padding-bottom: 20px;
}

h3.center {
	text-align: center;
}

h4 {
	color: #640000;
	font-size: 20px;
	font-weight: bold;
}


.complexTableBlock {
	width: 100%;
	margin-bottom: 50px;
}

.complexTableBlock.complexTableBlock--noMargin {
	margin-bottom: 10px;
}

.complexTableBlock.complexTableBlock+small {
	display: inline-block;
	width: 100%;
	text-align: right;
	text-indent: -0.9em;
	padding-left: 1em;
}

.complexTableBlock caption {
	caption-side: top;
	width: 100%;
	height: 36px;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 10px;
	padding-left: 1em;
	color: #640000;
	font-size: 20px;
	font-weight: bold;
	line-height: 36px;
	background: #efeee5;
}

.complexTableBlock thead {
	background: #efeee5;
	border: 1px solid #640000;
	box-sizing: border-box;
}

.complexTableBlock th {
	height: 36px;
	font-size: 16px;
	color: #640000;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #640000;
}

.complexTableBlock thead tr:nth-child(2) th {
	background: #eee7e0;
}

.complexTableBlock th:first-child,
.complexTableBlock td {
	padding-left: 20px;
	padding-right: 20px;
}

.complexTableBlock td {
	border: 1px solid #640000;
	padding-top: 20px;
	padding-bottom: 20px;
	vertical-align: middle;
}

.complexTableBlock td:nth-child(4):hover {
	background: #eee7e0;
}

.complexTableBlock td img {
	display: block;
	width: 20px;
	height: 28px;
	margin: 0 auto;
}

.complexTableBlock th:last-child {
	padding-left: 20px;
	padding-right: 20px;
}

.complexTableBlock td:nth-child(2) {
	width: 35%;
}

.complexTableBlock td:nth-child(3) {
	width: 35%;
}

.complexTableBlock td:nth-child(4) {
	width: 112px;
	text-align: center;
	transition: background-color 0.3s ease;
}

.complexTableBlock .noContent {
	text-align: center;
}

.complexTableBlock .noContent:hover {
	background: none !important;
}

.asideContents {
	background: #ededed;
	margin: 30px auto 60px;
	padding: 40px;
}

.asideContents__title {
	color: #640000;
	font-size: 20px;
	font-weight: bold;
}

.btnLinks {
	padding: 40px;
}

.btnLinks--index {
	padding: 0;
}

.btn__bottom__box:not(:last-child) {
	margin-right: 0;
}

.btnLinks .btn__bottom__wrapper {
	flex-direction: column;
	justify-content: space-between;
}

.btnLinks .btn__bottom__box {
	width: 100%;
	max-width: 672px;
	height: 72px;
	padding-right: 35px;
	margin-bottom: 30px;
	background: #640000;
	color: #fff;
}

.btnLinks .btn__bottom__box a {
	display: flex;
	line-height: 1.4;
	align-items: center;
}

#welding .btn__bottom__box:hover {
	background: #640000;
	opacity: 0.9;
}

@media (max-width: 767px) {
	.complexTableBlock {
		table-layout: fixed;
	}

	.complexTableBlock th:first-child,
	.complexTableBlock th,
	.complexTableBlock th:last-child {
		height: auto;
		padding: 5px;
	}

	.complexTableBlock td {
		padding: 5px;
		word-wrap: break-word;
	}

	.complexTableBlock td:nth-child(2),
	.complexTableBlock td:nth-child(3) {
		width: auto;
		max-width: 80px;
	}

	.complexTableBlock td:nth-child(4) {
		width: auto;
	}
}