@charset "utf-8";
/*------------------------------------------------------------
	company
------------------------------------------------------------*/
.pageTitle {
	padding-bottom: 5.7rem;
}
.pageTitle01 .headLine01 .en {
	font-size: 11rem;
	line-height: 1.05;
}
#main .profile {
	padding-bottom: 11.6rem;
}
#main .profile .tableBox table {
	width: 100%;
	border-collapse: collapse;
}
#main .profile .tableBox th,
#main .profile .tableBox td {
	padding: 2.3rem 0 2.1rem;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
	word-break: break-all;
	font-weight: 400;
	line-height: 2.25;
	border-top: 1px solid #000;
}
#main .profile .tableBox tr:last-child th,
#main .profile .tableBox tr:last-child td {
	border-bottom: 1px solid #000;
}
#main .profile .tableBox th {
	padding: 2.3rem 0.6rem 2.1rem;
	width: 32%;
}
#main .profile .tableBox .textUl li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .profile .tableBox .textUl li .lText {
	width: 20rem;
}
#main .profile .tableBox .textUl li .rText {
	width: calc(100% - 25.9rem);
}
#main .history {
	padding: 9.9rem 0 14.2rem;
	background: #F5F5F5;
}
#main .history .tableBox table {
	width: 100%;
	border-collapse: collapse;
}
#main .history .tableBox th,
#main .history .tableBox td {
	padding: 1.8rem 0 1.6rem;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
	word-break: break-all;
	line-height: 2;
	font-weight: 500;
	border-top: 1px solid #000;
}
#main .history .tableBox th {
	width: 13.2%;
}
#main .history .tableBox tr:last-child th,
#main .history .tableBox tr:last-child td {
	border-bottom: 1px solid #000;
}
#main .supplier {
	padding: 10rem 0 15.3rem;
}
#main .supplier .headLine06 {
	margin-bottom: 6.2rem;
}
#main .supplier .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .supplier .inner .subInner {
	width: 45.2rem;
}
#main .supplier .inner .subInner .title {
	margin-bottom: 2.5rem;
	width: 30rem;
	min-height: 6.5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.096rem;
	border-radius: 2rem;
	background: #DC0011;
}
#main .supplier .inner .subInner .textList li {
	padding: 1.5rem 0 1.3rem;
	font-weight: 500;
	line-height: 2;
	border-bottom: 1px solid #000;
}
#main .comGroup {
	padding-bottom: 13.5rem;
}
@media all and (max-width: 896px) {
	.pageTitle {
		padding-bottom: 2.3rem !important;
	}
	#main .profile {
		padding-bottom: 4.6rem;
	}
	#main .profile .tableBox th,
	#main .profile .tableBox td {
		padding: 1.4rem 0.1rem 1.5rem !important;
		font-size: 1.2rem;
		font-weight: 500;
		line-height: 1.68;
		border-top: none;
		vertical-align: top;
		border-bottom: 1px solid #999 !important;
	}
	#main .profile .tableBox th {
		width: 33.4%;
	}
	#main .profile .tableBox td .sub {
		display: block;
		margin-right: -0.5rem;
	}
	#main .profile .tableBox .textUl li .lText {
		width: 11rem;
	}
	#main .profile .tableBox .textUl li .rText {
		width: calc(100% - 12.4rem);
	}
	#main .history {
		padding: 2.3rem 0 4.6rem;
	}
	#main .history .headLine06 {
		margin-bottom: 3.2rem;
	}
	#main .history .tableBox th,
	#main .history .tableBox td {
		padding: 1.1rem 0 1.2rem;
		font-size: 1.2rem;
		vertical-align: top;
		line-height: 1.68;
		border-top: none;
		border-bottom: 1px solid #999 !important;
	}
	#main .history .tableBox th {
		width: 33.2%;
	}
	#main .history .tableBox td {
		text-align: justify;
	}
	#main .supplier {
		padding: 2.3rem 0 7.1rem;
	}
	#main .supplier .headLine06 {
		margin-bottom: 3.1rem;
	}
	#main .supplier .inner {
		display: block;
	}
	#main .supplier .inner .subInner {
		margin-bottom: 3rem;
		width: auto;
	}
	#main .supplier .inner .subInner:last-child {
		margin-bottom: 0;
	}
	#main .supplier .inner .subInner .title {
		margin: 0 auto 2.1rem;
		width: 15rem;
		min-height: 3.3rem;
		font-size: 1.4rem;
		letter-spacing: 0;
		border-radius: 2rem;
	}
	#main .supplier .inner .subInner .textList li {
		padding: 0.9rem 0 1rem;
		font-size: 1.2rem;
		line-height: 1.68;
		border-bottom: 1px solid #999;
	}
	#main .comGroup {
		padding-bottom: 5.7rem;
	}
}