
.clink_wrap{
	background: #D5DBDB;
	padding: 96px 0 104px;
}

.clink_inwrap{
	margin: auto;
	width: 100%;
}

.clink_ttl{
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}

.clink_txt{
	text-align: left;
	line-height: 28px;
	font-size: 14px;
	font-weight: 500;
	min-height: auto;
	margin: 30px 0 0;
}

.clink_btbox{
	margin: 27px auto 0;
	width: 302px;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
}

a.clink_bt{
	display: block;
	width: 146px;
	height: 42px;
	border: 2px solid #1A1A1A;
	border-radius: 21px;
	text-align: center;
	line-height: calc( 42px - ( 2px * 2 ) );
	font-size: 16px;
	font-weight: bold;
}

a.clink_bt.clink_help {
	background: #fff;
	color: #1A1A1A;
}

a.clink_bt.clink_contact {
	background: #FFFF00;
	color: #1A1A1A;
}

a.clink_bt.clink_help:hover {
	background: #1A1A1A;
	color: #fff;
}

a.clink_bt.clink_contact:hover {
	background: #1A1A1A;
	color: #fff;
}


.clink_wrap span.ib{
	display: inline;
}

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

	.clink_wrap{
		background: #D5DBDB;
		padding: 150px 0 148px;
	}

	.clink_inwrap{
		margin: auto;
		width: 650px;
	}

	.clink_ttl{
		text-align: center;
		font-size: 27px;
		font-weight: bold;
		line-height: 40px;
	}

	.clink_txt{
		text-align: center;
		line-height: 36px;
		font-size: 18px;
		font-weight: 500;
		min-height: 88px;
		margin: 50px 0 0;
	}

	.clink_btbox{
		margin: 34px auto 0;
		width: 570px;
		display: flex;
		flex-flow: row;
		justify-content: space-between;
	}

	a.clink_bt{
		display: block;
		width: 270px;
		height: 60px;
		border: 2px solid #1A1A1A;
		border-radius: 30px;
		text-align: center;
		line-height: calc( 60px - ( 2px * 2 ) );
		font-size: 27px;
		font-weight: bold;
	}

	a.clink_bt.clink_help {
		background: #fff;
		color: #1A1A1A;
	}

	a.clink_bt.clink_contact {
		background: #FFFF00;
		color: #1A1A1A;
	}

	a.clink_bt.clink_help:hover {
		background: #1A1A1A;
		color: #fff;
	}

	a.clink_bt.clink_contact:hover {
		background: #1A1A1A;
		color: #fff;
	}

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

}
