@charset "utf-8";
/* ------------------------------------------------------------------------------------- MAIN IMAGE */
.mainImage > div {
  background-image: url("../img/company/img_main.webp");
}

/* ------------------------------------------------------------------------------------- PARTS */

@media print, screen and (min-width:751px) {
	.companyDataList{
		border-bottom: 1px dotted #D4D4D4;
		display: flex;
		flex-wrap: wrap;
	}
	.companyDataList > dt{
		border-top: 1px dotted #D4D4D4;
		background-color: #434343;
		color: #FFF;
		font-weight: 700;
		padding: 15px 30px;
		width: 200px;
	}
	.companyDataList > dd{
		border-top: 1px dotted #D4D4D4;
		padding: 15px 30px;
		width: calc(100% - 200px);
	}
	.companyDataList > dd .txtLinkList,
	.companyDataList > dd .txtLinkList > li:first-child{
		margin-bottom: 0;
	}
	.companyDataList > dd .txtLinkList > li{
		font-size: 16px;
		line-height: 2;
	}
	.companyDataList > dd .txtLinkList > li > a{
		background-position: left 4px;
	}
	.companyDataList > dd > dl{
		display: flex;
		flex-wrap: wrap;
	}
	.companyDataList > dd > dl > dt{
		width: 300px;
	}
	.companyDataList > dd > dl > dd{
		width: calc(100% - 300px);
	}
	.companyDataList > dd > dl > dt:nth-child(13),
	.companyDataList > dd > dl > dd:nth-child(14){
		margin-top: 20px;
	}
}
@media screen and (max-width: 750px) {
	.companyDataList{
		margin: 0 20px;
	}
	.companyDataList > dt{
		background-color: #434343;
		color: #FFF;
		font-weight: 700;
		padding: 5px 15px;
		margin-bottom: 15px;
	}
	.companyDataList > dd{
		padding: 0 15px 0;
		margin-bottom: 30px;
	}
	.companyDataList > dd .txtLinkList{
		margin-bottom: 0;
	}
	.companyDataList > dd > dl{
		display: flex;
		flex-wrap: wrap;
	}
	.companyDataList > dd > dl > dt{
		width: 200px;
	}
	.companyDataList > dd > dl > dd{
		width: calc(100% - 200px);
	}
}