@charset "UTF-8";
	.l-section.pb-120{
		padding-bottom:120px;
	}
	.btn_area{
		position: fixed;
		z-index: 2;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		background: #fff;
		box-shadow: 0 2px 15px 0 rgb(0 0 0 / 20%);
	}
	.btn_area a{
		width: 90%;
		max-width: 980px;
	}
