@charset "utf-8";

.cta_formlink_lpo a {
	padding: 25px;
	position: relative;
	width: 55%;
	min-width: 480px;
	box-shadow: none;
	background: linear-gradient(270deg, #ED504D 0%, #F0894D 100%);
	border-radius: 100px;
	color: #fff;
	display: inline-block;
	font-size: 140%;
	font-weight: bold;
	padding: 20px 40px 20px 20px;
	margin: 40px 0;
}

.cta_formlink_lpo a::after {
	/* くの字の表示設定 */
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	vertical-align: middle;
	right: 30px;
	width: 27px;
	height: 21px;
	background: url(../images/common/arrow_btm_white.svg) no-repeat;
	background-size: cover;
}

@media screen and (max-width: 767px) {
	.cta_formlink_lpo a {
		width: 100%;
		min-width: 100%;
		padding: 13px 20px 14px 20px;
		margin: 25px 0;
		font-size: 1.8rem;
		line-height: 1.4;
	}

	.cta_formlink_lpo a::after {
		right: 20px;
        width: 16px;
        height: 13px;
        background: url(../images/common/arrow_btm_white.svg) no-repeat;
        background-size: cover;
	}
}

.bottom-fixed_lpo {
	padding: 20px 0;
	background: #f9f7f5;
	display: flex;
	justify-content: center;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 998;
}

.cm__footer_lpo {
	padding-bottom: 100px;
}

.cta_footlink_lpo a {
	margin: 0;
	width: auto;
	padding: 16px 50px;
	font-size: 1.8rem;
}

.cta_footlink_lpo a::after {
	right: 28px;
}

/*250127_LPO*/
@media screen and (max-width: 740px) {

	.cta_footlink_lpo {
		width: 75%;
	}

	a.backtotop {
		bottom: 37px;
	}
}

@media screen and (min-width: 741px) {
	.pc_none {
		display: none;
	}
}