@charset "shift_jis";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	margin-top: -35px;
	max-height: 890px;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 1;
	text-align: center;
}
.mainVisual::before {
	width: 100%;
	height: 74.8%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #E9F3FC;
	content: '';
}
.mainVisual::after {
	margin-left: -20px;
	width: 470px;
	height: 120px;
	bottom: -30px;
	left: 50%;
	position: absolute;
	background: url(/lp/sbcl_i/img/index/bg01.png) no-repeat center center;
	background-size: 100% 100%;
	content: '';
	transform: translateX(-50%);
}
.mainVisual .mvImg {
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
}
.mainVisual .mvImg img {
	width: auto;
	max-height: 100%;
}
.mainVisual .btn {
	margin-left: -20px;
	width: 450px;
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
	z-index: 2;
}
.mainVisual .btn a {
	display: block;
}
.mainVisual .btn a:hover {
	opacity: 0.7;
}
#main .sec01 {
	padding: 89px 0 58px;
	text-align: center;
	background: #E9F3FC;
}
#main .sec01 .inner {
	margin: 0 auto;
	width: 1204px;
}
#main .sec02 {
	padding: 51px 0 130px;
	position: relative;
	background: url("/lp/sbcl_i/img/index/bg02.png") repeat left -10px top -34px;
	background-size: 466px auto;
}
#main .sec02 h2 {
	margin-bottom: 18px;
	text-align: center;
}
#main .sec02 .imgBox {
	margin-bottom: 30px;
	align-items: flex-end;
}
#main .sec02 .imgBox .photoBox {
	width: 860px;
}
#main .sec02 .imgBox .textBox {
	margin-left: -110px;
	margin-bottom: 40px;
	padding: 77px 20px 20px;
	box-sizing: border-box;
	width: 450px;
	position: relative;
	z-index: 1;
	border-radius: 9px;
	background: #ff6e78;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
}
#main .sec02 .imgBox .textBox .ttl {
	margin-bottom: 6px;
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 2.4rem;
}
#main .sec02 .imgBox .textBox .ttl .ico {
	margin-left: -10px;
	width: 90px;
	display: block;
	position: absolute;
	left: 50%;
	top: -92px;
	transform: translateX(-50%);
}
#main .sec02 .imgBox .textBox .textList li:not(:last-child) {
	margin-bottom: 5px;
}
#main .sec02 .imgBox .textBox .textList li {
	padding: 12px 40px 11px;
	letter-spacing: 0.1em;
	border-radius: 3px;
	background: #fff url("/lp/sbcl_i/img/common/icon02.png") no-repeat left 10px center / 20px auto;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
}
#main .sec02 .imgBox01 {
	margin-bottom: 0;
}
#main .sec02 .imgBox01 .photoBox {
	order: 1;
}
#main .sec02 .imgBox01 .textBox {
	margin-left: 0;
	margin-right: -110px;
	background: #28a0e6;
}
#main .sec02 .btn {
	margin-left: -20px;
	width: 440px;
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
}
#main .sec02 .btn::after {
	width: 448px;
	height: 30px;
	position: absolute;
	left: 50%;
	bottom: -10px;
	background: url("/lp/sbcl_i/img/index/bg03.png") no-repeat center bottom / 100% 100%;
	content: '';
	z-index: -1;
	transform: translateX(-50%);
}
#main .sec02 .btn a {
	display: block;
}
#main .sec02 .btn a:hover {
	opacity: 0.7;
}
#main .sec03 {
	padding: 90px 0 60px;
	background: #e8f2fa;
}
#main .sec03 h2 {
	margin-bottom: 20px;
	text-align: center;
}
#main .sec03 .topTxt {
	margin-bottom: 22px;
	font-size: 1.6rem;
	letter-spacing: 0.09em;
	text-align: center;
}
#main .sec03 .stepList li {
	margin-right: 35px;
	width: 455px;
	position: relative;
	background: #fff;
	border-radius: 9px;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
}
#main .sec03 .stepList li:nth-child(3n) {
	margin-right: 0;
}
#main .sec03 .stepList li::after {
	width: 30px;
	height: 110px;
	position: absolute;
	right: -30px;
	top: 30px;
	background: url("/lp/sbcl_i/img/common/arrow_img01.png") no-repeat center center / 100% auto;
	content: '';
}
#main .sec03 .stepList li:nth-child(3n)::after {
	display: none;
}
#main .sec03 .stepList li .ttl {
	padding: 5px 10px;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 1.9rem;
	letter-spacing: 0.1em;
	border-radius: 9px 9px 0 0;
	background: #00328c;
}
#main .sec03 .stepList li .ttl .num {
	margin-right: 10px;
}
#main .sec03 .stepList li .subBox {
	padding: 20px 20px 10px;
	text-align: center;
}
#main .sec03 .stepList li .subBox .text01 {
	margin-bottom: 10px;
	font-size: 2.1rem;
	letter-spacing: 0.13em;
}
#main .sec03 .stepList li .subBox .text01 .ico {
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
}
#main .sec03 .stepList li .subBox .text01 .txt {
	margin-right: 4px;
	display: inline-block;
	vertical-align: middle;
}
#main .sec03 .stepList li .subBox .btn {
	margin-right: 40px;
	margin-bottom: 7px;
}
#main .sec03 .stepList li .subBox .btn a:hover {
	opacity: 0.7;
}
#main .sec03 .stepList li .subBox .note {
	margin-right: 32px;
	font-size: 1.2rem;
	font-weight: 400;
}
#main .sec03 .stepList li .subBox .text02 {
	margin-bottom: 3px;
	font-size: 1.6rem;
	line-height: 1.45;
	letter-spacing: 0.1em;
}
#main .sec03 .stepList li .subBox .text02 span {
	display: block;
}
#main .sec03 .stepList li .subBox .text02 .ico {
	margin-top: -5px;
	margin-bottom: 10px;
}
#main .sec03 .stepList li .subBox .text03 {
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}
#main .sec03 .stepList li.step02 {
	width: 360px;
}
#main .sec03 .stepList li.step03 {
	width: 295px;
}
#main .sec04 {
	padding: 59px 0 79px;
}
#main .sec04 h2 {
	margin-bottom: 18px;
	text-align: center;
}
#main .sec04 .secInner {
	align-items: flex-start;
}
#main .sec04 .subBox {
	width: 585px;
	position: relative;
}
#main .sec04 .subBox .ttl {
	padding: 8px;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	background: #ff6e78;
	border-radius: 9px 9px 0 0;
}
#main .sec04 .subBox .ttl .ico {
	margin-right: 7px;
}
#main .sec04 .subBox .innerBox {
	margin-top: -1px;
	overflow: hidden;
	border: 1px solid #ffe6e6;
	border-top: none;
	border-radius: 0 0 9px 9px;
}
#main .sec04 .subBox table {
	width: 100%;
	border-collapse: collapse;
	border: 0 0 9px 9px;
}
#main .sec04 .subBox th, #main .sec04 .subBox td {
	padding: 11px 9px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.33;
	vertical-align: top;
	text-align: left;
	border-top: 1px solid #ffe6e6;
	background: #fff;
}
#main .sec04 .subBox th {
	width: 18%;
	font-size: 1.4rem;
	font-weight: 500;
	background: #fff0f0;
	border-right: 1px solid #ffe6e6;
}
#main .sec04 .subBox td .txtList01 {
	margin-bottom: 2px;
}
#main .sec04 .subBox td .txtList01 li {
	margin-bottom: 6px;
	padding-left: 12px;
	letter-spacing: 0.05em;
	background: url("/lp/sbcl_i/img/common/icon09.png") no-repeat left top 4px;
	background-size: 8px auto;
}
#main .sec04 .subBox td .txtList01 li:last-child {
	margin-bottom: 0;
}
#main .sec04 .subBox .btn {
	width: 100%;
	box-sizing: border-box;
	padding: 0 42px;
	position: absolute;
	left: 0;
	bottom: -20px;
	z-index: 1;
}
#main .sec04 .subBox .btn label {
	padding: 9px 35px;
	display: block;
	cursor: pointer;
	text-align: center;
	font-size: 1.4rem;
	color: #ff6e78;
	border: 1px solid #ff6e78;
	background: #fff url("/lp/sbcl_i/img/common/icon11.png") no-repeat right 15px center / 15px auto;
	border-radius: 50px;
}
#main .sec04 .subBox .btn label:hover {
	opacity: 0.7;
}
#main .sec04 .sub02 .ttl {
	background: #28a0e6;
}
#main .sec04 .sub02 .innerBox {
	border-color: #d4eaf8;
}
#main .sec04 .sub02 th, #main .sec04 .sub02 td {
	border-color: #d4eaf8;
}
#main .sec04 .sub02 th {
	background: #e6f6ff;
}
#main .sec04 .sub02 td .txtList01 li {
	background-image: url("/lp/sbcl_i/img/common/icon10.png");
}
#main .sec04 .sub02 .btn label {
	color: #28a0e6;
	border-color: #28a0e6;
	background-image: url("/lp/sbcl_i/img/common/icon12.png");
}
.popBox .popWrap {
	box-sizing: border-box;
	padding: 28px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9997;
	visibility: hidden;
	background: rgba(30, 50, 70, 0.5);
	opacity: 0;
	transform: scale(1);
	transition: all 0.3s ease;
	overflow-y: auto;
	overflow-x: hidden;
}
.popBox input:checked ~ .popWrap {
	transform: scale(1);
	opacity: 1;
	overflow-y: auto;
	overflow-x: hidden;
	visibility: visible;
}
.popBox .checkbox {
	display: none;
}
.popBox .close {
	width: 100%;
	height: 123%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -100;
}
.popBox .wrapInner {
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
	max-width: 840px;
	max-height: 100%;
	position: relative;
	z-index: 9999;
}
.popBox .popClose {
	width: 40px;
	height: 40px;
	position: absolute;
	right: -5px;
	top: -5px;
	cursor: pointer;
	background: url("/lp/sbcl_i/img/common/close_img01.png") no-repeat center center;
	background-size: cover;
	z-index: 1000;
}
.popBox .popClose:hover {
	opacity: 0.7;
}
.pop02 .popClose {
	background-image: url("/lp/sbcl_i/img/common/close_img02.png");
}
.popBox .ttl {
	margin-bottom: -1px;
	padding: 8px;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	background: #ff6e78;
	border-radius: 9px 9px 0 0;
}
.popBox .ttl .ico {
	margin-right: 7px;
}
.popBox table {
	width: 100%;
	border-collapse: collapse;
}
.popBox th, .popBox td {
	padding: 11px 9px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.33;
	vertical-align: top;
	text-align: left;
	border: 1px solid #ffe6e6;
	background: #fff;
}
.popBox th {
	width: 15%;
	font-size: 1.4rem;
	font-weight: 500;
	background: #fff0f0;
	border-right: 1px solid #ffe6e6;
}
.popBox td .txtList01 {
	margin-bottom: 2px;
}
.popBox td .txtList01 li {
	margin-bottom: 5px;
	padding-left: 12px;
	letter-spacing: 0.05em;
	background: url("/lp/sbcl_i/img/common/icon09.png") no-repeat left top 4px;
	background-size: 8px auto;
}
.popBox td .txtList01 li:last-child {
	margin-bottom: 0;
}
.popBox td .text01 {
	margin-bottom: 8px;
}
.popBox td .noteList li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.1rem;
	line-height: 1.27;
}
.popBox td .txtList02 li {
	font-size: 1.2rem;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.33;
}
.popBox td .note {
	margin-top: 6px;
	padding-left: 0.5em;
	text-indent: -0.5em;
	font-size: 1.1rem;
	line-height: 1.27;
}
.popBox td .tabBox {
	margin-bottom: 7px;
	width: 248px;
}
.pop02 td .tabBox th, .pop02 td .tabBox td {
	padding: 7px 9px;
	border: 1px solid #d4eaf8;
}
.pop02 td .tabBox th {
	padding: 4px 9px 7px;
	text-align: center;
	vertical-align: middle;
}
.pop02 td .tabBox th small {
	display: block;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.1;
}
.popBox td .tabBox .wid01 {
	width: 34%;
}
.popBox td .tabBox .wid02 {
	width: 65%;
}
.popBox td .txtList03 {
	margin-bottom: 6px;
}
.popBox td .txtList03 li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.1rem;
	line-height: 1.27;
}
.popBox .btmBox {
	padding: 7px 10px 20px;
	font-weight: 400;
	background: #fff;
	border-radius: 0 0 9px 9px;
	border: 1px solid #ffe6e6;
	border-top: none;
}
.popBox .btmBox p {
	margin: 0 5px 4px;
	font-size: 1.1rem;
	line-height: 1.27;
}
.popBox .btmBox .txtList {
	margin-bottom: 18px;
}
.popBox .btmBox .txtList li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.2rem;
	line-height: 1.33;
}
.popBox .btmBox .closeBtn {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 8px 20px 10px;
	width: 200px;
	display: block;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 400;
	color: #ff6e78;
	cursor: pointer;
	border: 1px solid #ff6e78;
	border-radius: 50px;
	background: #fff url("/lp/sbcl_i/img/common/icon14.png") no-repeat right 15px center;
	background-size: 15px auto;
}
.popBox .btmBox .closeBtn:hover {
	opacity: 0.7;
}
.pop02 .ttl {
	background: #28a0e6;
}
#main .sec04 .sub02 .innerBox {
	border-color: #d4eaf8;
}
.pop02 th, .pop02 td {
	border-color: #d4eaf8;
}
.pop02 th {
	background: #e6f6ff;
}
.pop02 td .txtList01 li {
	background-image: url("/lp/sbcl_i/img/common/icon10.png");
}
.pop02 .btmBox .closeBtn {
	color: #28a0e6;
	border-color: #28a0e6;
	background-image: url("/lp/sbcl_i/img/common/icon13.png");
}
.pop02 .btmBox {
	border-color: #d4eaf8;
}
@media all and (-ms-high-contrast:none) {
	.popBox .wrapInner {
		width: 100%;
		max-width: 100%;
	}
	.popBox .popInner {
		width: 100%;
		margin: 0 auto;
		max-width: 840px;
		position: relative;
	}
}
@media all and (-ms-high-contrast:none) and (min-width: 1731px) {
	.mainVisual {
		height: 890px;
		max-height: inherit;
	}
}
@media all and (-ms-high-contrast:none) and (max-width: 1730px) {
	.mainVisual {
		height: auto;
		display: block;
	}
}
@media all and (max-width: 896px) {
	.mainVisual {
		margin-top: -7px;
	}
	.mainVisual::before {
		height: 77.2%;
	}
	.mainVisual::after {
		margin-left: 0;
		width: 100%;
		max-width: 375px;
		height: 85px;
		bottom: -27px;
		background-size: calc(100% - 44px) auto;
		background-position: left calc(50% - 7px) bottom;
		background-image: url(/lp/sbcl_i/img/index/sp_bg01.png);
	}
	.mainVisual .btn {
		margin-left: 0;
		padding: 0 36px 0 23px;
		box-sizing: border-box;
		width: 100%;
		max-width: 375px;
	}
	#main .sec01 {
		padding: 66px 0 38px;
	}
	#main .sec01 .inner {
		margin: 0 12px;
		width: auto;
	}
	#main .sec02 {
		padding: 34px 0 40px;
		background: #fff;
	}
	#main .sec02 h2 {
		margin-bottom: 12px;
		padding: 0 15px;
	}
	#main .sec02 h2 img {
		width: 333px;
	}
	#main .sec02 .imgBox {
		margin-bottom: 15px;
		display: block;
	}
	#main .sec02 .imgBox .photoBox {
		width: auto;
	}
	#main .sec02 .imgBox .photoBox img {
		width: 100%;
	}
	#main .sec02 .imgBox .textBox {
		margin: -29px 15px 0 0;
		padding: 10px 10px;
		width: auto;
		border-radius: 0 9px 9px 0;
	}
	#main .sec02 .imgBox .textBox .ttl {
		margin-bottom: 8px;
		text-align: left;
		color: #fff;
		font-size: 1.8rem;
	}
	#main .sec02 .imgBox .textBox .ttl .ico {
		margin: -2px 8px 0 -2px;
		width: 33px;
		display: inline-block;
		vertical-align: top;
		position: static;
		transform: none;
	}
	#main .sec02 .imgBox .textBox .textList li {
		padding: 10px 40px 13px;
	}
	#main .sec02 .imgBox01 {
		margin-bottom: 0;
	}
	#main .sec02 .imgBox01 .textBox {
		margin: -29px 15px 0 0;
	}
	#main .sec02 .btn {
		display: none;
	}
	#main .sec03 {
		padding: 40px 0 40px;
	}
	#main .sec03 h2 {
		margin-bottom: 10px;
	}
	#main .sec03 h2 img {
		width: 248px;
	}
	#main .sec03 .topTxt {
		margin-bottom: 16px;
		font-size: 1.4rem;
		line-height: 1.65;
	}
	#main .sec03 .stepList {
		margin: 0 15px;
		display: block;
	}
	#main .sec03 .stepList li {
		margin: 0 0 32px;
		width: auto;
		box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	}
	#main .sec03 .stepList li:last-child {
		margin-bottom: 0;
	}
	#main .sec03 .stepList li::after {
		width: 110px;
		height: 30px;
		right: 50%;
		top: auto;
		bottom: -30px;
		background-image: url("/lp/sbcl_i/img/common/arrow_img02.png");
		transform: translateX(50%);
	}
	#main .sec03 .stepList li .subBox {
		padding: 15px 14px 23px;
	}
	#main .sec03 .stepList li .subBox .text01 {
		margin-bottom: 7px;
		font-size: 1.6rem;
		letter-spacing: 0.1em;
	}
	#main .sec03 .stepList li .subBox .text01 .ico {
		margin: 0 3px 5px 0;
		display: block;
	}
	#main .sec03 .stepList li .subBox .text01 .ico img {
		width: 82px;
	}
	#main .sec03 .stepList li .subBox .text01 .txt {
		margin-right: 0;
	}
	#main .sec03 .stepList li .subBox .btn {
		margin: 0 0 6px;
	}
	#main .sec03 .stepList li .subBox .note {
		margin-right: 0;
		font-size: 1.2rem;
		letter-spacing: 0.04em;
	}
	#main .sec03 .stepList li .subBox .text02 {
		margin-bottom: 5px;
	}
	#main .sec03 .stepList li .subBox .text02 .ico {
		margin-top: 0;
		margin-bottom: 7px;
	}
	#main .sec03 .stepList li .subBox .text03 {
		letter-spacing: 0.04em;
	}
	#main .sec03 .stepList li.step02 {
		width: auto;
	}
	#main .sec03 .stepList li.step03 {
		width: auto;
	}
	#main .sec03 .stepList li.step03 .subBox {
		padding-bottom: 15px;
	}
	#main .sec04 {
		padding: 40px 0 32px;
		position: relative;
		z-index: 1;
	}
	#main .sec04 h2 {
		margin-bottom: 14px;
	}
	#main .sec04 h2 img {
		width: 135px;
	}
	#main .sec04 .subBox th, #main .sec04 .subBox td {
		padding: 10px 9px;
	}
	#main .sec04 .subBox th {
		padding: 8px 9px;
		width: 34%;
	}
	#main .sec04 .subBox td .txtList01 {
		margin-bottom: 4px;
	}
	#main .sec04 .subBox td .txtList01 li {
		margin-bottom: 4px;
		padding-left: 12px;
	}
	#main .sec04 .subBox td .txtList01 li:last-child {
		margin-bottom: 0;
	}
	#main .sec04 .subBox .btn {
		padding: 0 65px;
		bottom: 10px;
		z-index: 200;
	}
	#main .sec04 .subBox .btn label:hover {
		opacity: 1;
	}
	#main .sec04 .subBox {
		box-sizing: border-box;
		padding: 0 35px 30px;
		width: 100%;
	}
	.popBox .close {
		height: 220%;
	}
	.popBox .popClose {
		right: -6px;
	}
	.popBox .popClose:hover {
		opacity: 1;
	}
	.popBox .popWrap {
		padding: 28px 16px;
	}
	.popBox .wrapInner {
		width: 100%;
	}
	.popBox th {
		width: 35.8%;
	}
	.popBox td .tabBox {
		margin-bottom: 7px;
		width: 100%;
		max-width: 248px;
	}
	.popBox .btmBox {
		padding: 7px 10px 20px;
	}
	.popBox .btmBox p {
		margin: 0 0 7px;
		text-align: center;
	}
	.popBox .btmBox .txtList {
		margin-bottom: 13px;
	}
	.popBox .btmBox .closeBtn:hover {
		opacity: 1;
	}
	.sec04 * {
		box-sizing: border-box;
		scrollbar-color: transparent transparent;
		scrollbar-width: 0px;
	}
	.sec04 *::-webkit-scrollbar {
		width: 0 !important;
		background: transparent !important;
	}
	.sec04 *::-webkit-scrollbar-track {
		background: transparent !important;
	}
	.sec04 *::-webkit-scrollbar-thumb {
		width: 0 !important;
		background: transparent !important;
		border: none !important;
	}
	.sec04 * {
		-ms-overflow-style: none !important;
	}
	.sliderWrap {
		width: 100%;
		height: 294px;
		position: relative;
		-webkit-perspective: 100px;
		perspective: 100px;
	}
	.sliderBox {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		overflow-x: scroll;
		overflow-y: hidden;
		counter-reset: item;
		scroll-behavior: smooth;
		scroll-snap-type: x mandatory;
	}
	.sliderBox .slider {
		position: relative;
		flex: 0 0 100%;
		width: 100%;
		counter-increment: item;
	}
	.sliderBox .arrow {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		scroll-snap-align: center;
	}
	.sliderBox .slider_prev {
		width: 40px;
		height: 50%;
		position: absolute;
		top: 50%;
		display: block;
		z-index: 100;
		left: 6px;
		background: transparent;
		transform: translateY(-50%);
	}
	.sliderBox .slider_next {
		width: 40px;
		height: 50%;
		position: absolute;
		top: 50%;
		display: block;
		z-index: 100;
		right: 6px;
		background: transparent;
		transform: translateY(-50%);
	}
	.sliderBox:hover .arrow, .sliderBox:focus-within .arrow {
		animation-name: none;
	}
	.sliderWrap::before {
		width: 40px;
		height: 50%;
		position: absolute;
		top: 50%;
		display: block;
		left: 6px;
		background: url("/lp/sbcl_i/img/common/icon15.png") no-repeat center center;
		background-size: 100% auto;
		content: '';
		transform: translateY(-50%);
		z-index: 1;
	}
	.sliderWrap::after {
		width: 40px;
		height: 50%;
		position: absolute;
		top: 50%;
		display: block;
		right: 6px;
		background: url("/lp/sbcl_i/img/common/icon16.png") no-repeat center center;
		background-size: 100% auto;
		content: '';
		transform: translateY(-50%);
		z-index: 1;
	}
}
@media all and (max-width: 359px) {
	.sliderWrap {
		height: 380px;
	}
}
@media (hover: hover) {
	.sliderBox .arrow {
		animation-name: tonext, snap;
		animation-timing-function: ease;
		animation-duration: 4s;
		animation-iteration-count: infinite;
	}
	.sliderBox .slider:last-child .arrow {
		animation-name: tostart, snap;
	}
}
@media (prefers-reduced-motion: reduce) {
	.sliderBox .arrow {
		animation-name: none;
	}
}
@keyframes tonext {
	75% {
		left: 0;
	}
	95% {
		left: 100%;
	}
	98% {
		left: 100%;
	}
	99% {
		left: 0;
	}
}
@keyframes tostart {
	75% {
		left: 0;
	}
	95% {
		left: -300%;
	}
	98% {
		left: -300%;
	}
	99% {
		left: 0;
	}
}
@keyframes snap {
	96% {
		scroll-snap-align: center;
	}
	97% {
		scroll-snap-align: none;
	}
	99% {
		scroll-snap-align: none;
	}
	100% {
		scroll-snap-align: center;
	}
}