
.linkus-section {
	display: flex;
	flex-direction:column;
	align-items:center;	
	margin-bottom: 70px;
}

.linkus-header {
	text-align: center;
	margin: 70px auto 70px auto;
}
.linkus-header>span{
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 700;
	font-size: 38px;
	color: #1D1D1D;
	line-height: 55px;
	letter-spacing: 1px;
	text-align: center;	
	display: block;
	margin-top: 10px;
}

.linkus-main {
	display: flex;
	flex-direction:column;
	gap:20px;
}
.linkus-item {
	display: flex;
	flex-direction: row;
	border-radius: 20px;
}
.linkus-item>img{
	border-radius: 20px 0px 0px 20px;
	width: 800px;
}
.linkus-companyname {
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 700;
	font-size: 36px;
	color: #565CA8;
	line-height: 52px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.linkus-sp {
	width: 60px;
	height: 10px;
	background: linear-gradient( 270deg, #565CA8 0%, #9599D4 100%);
	border-radius: 16px 16px 16px 16px;
	margin-top: 30px;
}

.linkus-addr {
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 350;
	font-size: 18px;
	color: #69696F;
	line-height: 26px;
	text-align: justify;
	font-style: normal;
	text-transform: none;
	margin-top: 77px;
	width: 340px;
	text-indent: -3em;
	margin-left:3em;
}
.linkus-postal {
	margin-top: 30px;
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 350;
	font-size: 18px;
	color: #69696F;
	line-height: 26px;
	text-align: justify;
	font-style: normal;
	text-transform: none;
}

.linkus-tel {
	margin-top: 30px;
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 350;
	font-size: 18px;
	color: #69696F;
	line-height: 26px;
	text-align: justify;
	font-style: normal;
	text-transform: none;
}

.linkus-content {
	padding:50px 0px 40px 40px;
	position: relative;
	background-color: #fff;
	width: 698px;
}

.linkus-qrcode {
	position: absolute;
	top:275px;
	left:450px;
	display: flex;
	flex-direction: column;
/*	gap:16px;*/
	justify-content: center;
}
.linkus-qrcode>img{
	width: 100px;
	height: 100px;
	border:1px solid #ccc;
}
.linkus-qrcode div{
	text-align: center;
	white-space: nowrap;
}
.linkus-qrcode span{
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 350;
	font-size: 18px;
	color: #AEAEAE;
	line-height: 26px;
	text-align: justify;
	font-style: normal;
	text-transform: none;
}
