/* 各セクションタイトル
--------------------------------------*/

.sechead-line {
	position: relative;
	padding: 16px 0;
}

.sechead-line .sec-title {
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.line-arrow:after {
	content: '';
	display: block;
	margin: 0 auto 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 36px;
	border-color: transparent;
	border-top-color: #ccc;
	position: absolute;
	top: 100%;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 5;
}

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

	.lpsec-contents .lpsec-title-s { margin-bottom: 1em; }

	.sechead-line { padding: 24px 0; }
 }


 /* 申込ジャンプボタン
--------------------------------------*/

.splp-btnline {
	text-align: center;
	line-height: 1.4;
}

.btn-splp {
	text-align: center;
	line-height: 1.8;
}

.btn-splp a {
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	display: inline-block;
	padding: 0.2em 2em;
	border-radius: 0.3em;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	position: relative;
	background: #999;
}

.btn-splp a:hover {
	text-decoration: none;
}

.btn-splp a:active {
	top: 1px;
	box-shadow: 0 0 2px  rgba(0,0,0,0.5);
}

.btn-splp .fa-circle-play { rotate: 90deg; }

.return-circle .btn-splp .fa-circle-play { rotate: -90deg; }

/* ボタン横テキスト */

.btn-side { margin-bottom: 1em; }

/* 電話番号表示*/

.btn-phone {
	line-height: 1.4;
	margin-top: 0.5em;
}

.btn-telnumber {
	font-size: 2em;
	font-weight: bold;
}

.btn-telnumber i { font-weight: normal; }

.splp-contents .btn-side.side-none { display: none; }

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

	.btn-splp a {
		font-size: 26px;
		font-size: 1.625rem;
		padding: 0.2em 1.5em;
	}

	.wp-admin .btn-splp a { font-size: 1.25rem; }

	.btn-phone { margin-top: 0; }
}

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

	.splp-btnline {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 2em;
	}

	/* ボタン横 */
	.btn-side {
		text-align: left;
		margin: 0;
	}
}