@charset "utf-8";

/*------------------------------------------------------------
	lingual
------------------------------------------------------------*/
.lingualPage {
	background: url(../img/lingual/page_title_bg.webp) no-repeat center center;
	background-size: cover;
}

.lingual {
	margin-top: -4px;
}

.lingual .headLine01 {
	margin-bottom: 28px;
}

.lingual .text {
	margin-bottom: 64px;
}

.lingual .linkBtn {
	width: 320px;
	height: 45px;
	background-color: #F57173;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 24px auto 4px;
}

.lingual .linkBtn a {
	color: #FFF;
}

.lingual .linkBtn a span {
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
}




@media all and (min-width: 0) and (max-width: 767px) {
	.lingualPage {
		background: url(../img/lingual/sp_page_title_bg.webp) no-repeat center center;
		background-size: cover;
	}

	.lingual {
		margin-top: -2px;
	}

	.lingual .headLine01 {
		margin-bottom: 32px;
	}

	.lingual .text {
		margin-bottom: 32px;
	}

	.lingual .linkBtn {
		width: 90%;
		text-align: center;
	}

	.lingual .linkBtn p {
		display: inline;
		line-height: 1;
	}
}




