.disp_sp{
	display: block;
}
.disp_pc{
	display: none;
}
@media only screen and (min-width: 769px) {
	.disp_sp{
		display: none;
	}
	.disp_pc{
		display: block;
	}
}


.tlink_wrap{
	display: block;
	padding: 90px 0 96px;
	background-image: url("../images/common/tlink_bg_pc.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.tlink_ttl{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	margin: 0px 0 0;
	color: #fff;
	min-height: 132px;
}

.tlink_banawrap{
	margin: 10px auto 0;
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	width: 100%;
	max-width: auto;
	background: #fff;
}

.tlink_bfig{
	width: 100%;
	padding: 50% 0 0;
	background-image: url("../images/common/tlink_bfig.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.tlink_bcap{
	width: 100%;
	padding: 25px 26px 38px 26px;
	display: flex;
	align-items: center;
}

.tlink_bcap_bw{
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}

.tlink_bcapl{
	width: 100%;
	max-width: auto;
}

.tlink_bcapr{
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.tlink_bcapttl{
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	margin: 0;
}

.tlink_bcaptxt{
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
	margin: 23px 0 0;
}

.tlink_btn_trial{
	display: block;
	width: 180px;
	height: 40px;
	border: 2px solid #1A1A1A;
	border-radius: 20px;
	text-align: center;
	line-height: calc( 40px - ( 2px * 2 ) );
	font-size: 18px;
	font-weight: bold;
	margin: 24px 0 0;
	color: #1A1A1A;
	background: #fff;
	transition: all 1s ease-out;
}

.tlink_banawrap:hover .tlink_btn_trial{
	background: #1A1A1A;
	color: #fff;
	transition: all .5s ease-out;
}


span.ib{
	display: inline-block;
}

.tlink_ttl span.ib{
	display: inline;
}

@media only screen and (min-width: 769px) {

	.tlink_wrap{
		display: block;
		padding: 150px 0 148px;
		background-image: url("../images/common/tlink_bg_pc.jpg");
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}

	.tlink_ttl{
		text-align: center;
		font-size: 40px;
		font-weight: bold;
		line-height: 80px;
		margin: -20px 0 0;
		color: #fff;
		min-height: auto;
	}

	.tlink_banawrap{
		margin: 60px auto 0;
		display: flex;
		flex-flow: row;
		justify-content: flex-start;
		width: 100%;
		max-width: 1100px;
		background: #fff;
	}

	.tlink_bfig{
		width: 330px;
		padding: 0;
		background-image: url("../images/common/tlink_bfig.jpg");
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}

	.tlink_bcap{
		width: calc( 100% - 330px );
		padding: 47px 50px 52px 60px;
		display: flex;
		align-items: center;
	}

	.tlink_bcap_bw{
		display: flex;
		flex-flow: row;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
	}

	.tlink_bcapl{
		width: 100%;
		max-width: 410px;
	}

	.tlink_bcapr{
		width: 180px;
		display: flex;
		flex-flow: column;
		justify-content: flex-end;
	}

	.tlink_bcapttl{
		font-size: 27px;
		font-weight: bold;
		line-height: 40px;
		margin: 0;
	}

	.tlink_bcaptxt{
		font-size: 18px;
		font-weight: 500;
		line-height: 27px;
		margin: 16px 0 0;
	}

	.tlink_btn_trial{
		display: block;
		width: 180px;
		height: 40px;
		border: 2px solid #1A1A1A;
		border-radius: 20px;
		text-align: center;
		line-height: calc( 40px - ( 2px * 2 ) );
		font-size: 18px;
		font-weight: bold;
		margin: 20px 0 0;
		color: #1A1A1A;
		background: #fff;
		transition: all 1s ease-out;
	}

	.tlink_banawrap:hover .tlink_btn_trial{
		background: #1A1A1A;
		color: #fff;
		transition: all .5s ease-out;
	}

	.tlink_ttl span.ib{
		display: inline-block;
	}

}
