@charset "UTF-8";

/**
 * Swiper 4.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 27, 2017
 */
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	/* Fix of Webkit flickering */
	z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
	float: left;
}
.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	box-sizing: content-box;
}
.swiper-container-android .swiper-slide,.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
	visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
	height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent);
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal > .swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
.swiper-container-wp8-vertical,.swiper-container-wp8-vertical > .swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}
.swiper-button-prev,.swiper-button-next {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto;
}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto;
}
.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms opacity;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	transform: scale(.33);
	position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	transform: scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	transform: scale(.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	transform: scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	transform: scale(.33);
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2;
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, .25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000;
}
/* Scrollbar */
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1);
}
.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0;
}
.swiper-scrollbar-cursor-drag {
	cursor: move;
}
.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
}
.swiper-zoom-container > img,.swiper-zoom-container > svg,.swiper-zoom-container > canvas {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.swiper-slide-zoomed {
	cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/* a11y */
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-container-cube {
	overflow: visible;
}
.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-prev,.swiper-container-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}
.swiper-container-flip {
	overflow: visible;
}
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
	/* Windows 8 IE 10 fix */
	-ms-perspective: 1200px;
}

.title__lower {
	position:  relative;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.12em;
}
_:lang(x)::-ms-backdrop, .title__lower {
	margin: 0 0 -5px;
	padding: 5px 0 0;
}
.title__lower_num {
	position: absolute;
	left: -60px;
	top: 0;
	display: block;
	width: 44px;
	height: 44px;
	background-size: 44px 44px;
	line-height: 44px;
	text-indent: -9999px;
}
.title__lower_num.num_1 {
	background-image: url(./img/title__lower_num_01.svg);
}
.title__lower_num.num_2 {
	background-image: url(./img/title__lower_num_02.svg);
}
.lay {
	width: 100%;
	overflow: hidden;
}
.lay__2 {
	width: 474px;
	float: left;
}
.lay__2:first-child {
	width: 438px;
	margin: 0 0 0 24px;
	float: left;
}
.lay__2 + .lay__2 {
	width:512px;
	margin-left: 50px;
}

/* check */
.sfg__lead {
	margin: 27px 0 0;
}
.sfg__header .sfg__annotation {
	margin: 6px 0 0;
}

/* check */
.check {
	width: 1024px;
	margin: 0 auto;
}
.check__lead {
	margin-top: 30px;
}
.check__nav {
	margin: 42px 0 0;
	font-size: 16px;
	line-height: 1.75;
}
.sfg__check_caution_nav {
	text-align: center;
}
.check__nav li {
	display: inline-block;
	margin: 0 2px;
	border: 2px solid #dcd8d1;
	border-radius: 4px;
	text-align: center;
}
.ly-wrp-main .check__nav a {
	display: block;
	padding: 8px 42px 8px 16px;
	background: transparent url(./img/arrow_simple_down_red.svg) right 12px center no-repeat;
	background-size: 14px 9px;
	font-weight: bold;
	text-decoration: none;
}
.check__sub {
	margin-left: 43px;
	margin-right: 24px;
}
.check.check__sub {
	width: 936px;
	margin-left: auto;
	margin-right: auto;
}
.check__text {
	margin-top: 8px;
	font-size: 18px;
	line-height: 1.777777777777778;
	letter-spacing: 0.08em;
}
.ly-wrp-main .check__howto {
	display: inline-block;
	margin: 15px 0 0;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.3s ease;
	letter-spacing: 0.12em;
}
.ly-wrp-main .check__howto:hover {
	color: #c01900;
	opacity: 1;
}
.check__howto:after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 0 0 10px;
	background: transparent url(./img/arrow_black.svg) left top no-repeat;
	background-size: contain;
	vertical-align: -0.18em;
	transition: all 0.3s ease;
}
.ly-wrp-main .check__howto:hover:after {
	background-image: url(./img/arrow_red.svg);
}
.check__lower_wrap {
	background: #f7f6ef none;
}
.check__lower_wrap.num_2 {
	background: transparent none;
}
.check__lower_wrap_inner {
	width: 964px;
	margin: 41px auto 0;
	padding: 46px 0 0 60px;
}
.num_2 .check__lower_wrap_inner {
	margin-top: 0px;
	padding: 60px 0 0 60px;
}
.check__note {
	font-size: 12px;
	padding-left: 16px;
	position: relative;
}
.check__note::before {
	content: "※";
	position: absolute;
	left: 0;
}
.check__choose {
	width: 100%;
	margin: 0 auto;
	background: #f7f6ef none;
}
.check__choose-error {
	display: none;
	margin: 0 0 -20px;
	padding: 20px 0 0;
}
.check__choose-error-text {
	font-size: 15px;
	width: 1020px;
	margin: auto;
	padding-left: 60px;
	line-height: 50px;
	font-weight: bold;
	color: #c01900;
	background: #ffc300 url("./img/icon_attention.png") 20px center no-repeat;
	background-size: 25px;
	box-sizing: border-box;
}
_:lang(x)::-ms-backdrop, .check__choose-error-text {
	padding-top: 6px;
	line-height: 44px;
}
.check__choose-tabs {
	display: flex;
	width: 1024px;
	margin: 0 auto;
	padding: 24px 0 0;
}
.check__choose-tab {
	position: relative;
	flex: 1;
	z-index: 1;
	width: 340px;
	height: 72px;
	margin-left: 2px;
	float: left;
	background: #fff;
	box-shadow: 0 2px 0 #eae9e3;
	transition: opacity 0.3s ease;
}
.check__choose-tab:hover {
	opacity: 0.8;
}
.check__choose-tab:after {
	content: '';
	position: absolute;
	right: 24px;
	top: calc(50% - 12px);
	width: 24px;
	height: 24px;
	background: transparent url(./img/arrow_down_red.png);
	background-size: 24px 24px;
}
.check__choose-tab:first-child {
	margin-left: 0;
	border-radius: 4px 0 0 4px;
}
.check__choose-tab:last-child {
	border-radius: 0 4px 4px 0;
}
.check__choose-tab--active {
	background: #c01900 none;
	box-shadow: none;
}
.check__choose-tab--active:hover {
	opacity: 1;
}
.check__choose-tab--active:before {
	content: '';
	position: absolute;
	left: calc(50% - 8.5px);
	bottom: -17px;
	width: 0;
	height: 0;
	border-color: #c01900 transparent transparent transparent;
	border-width: 9px 11px;
	border-style: solid;
}
.check__choose-tab--active:after {
	display: none;
}
.check__choose-menu {
	display: block;
	height: 100%;
	text-align: center;
}
.check__choose-menu:hover {
	opacity: 1;
}
.check__choose-tab--active .check__choose-menu {
	color: #fff;
}
.check__choose-item {
	font-size: 20px;
	display: inline-block;
	padding: 0 32px 0 72px;
	line-height: 72px;
	font-weight: bold;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 54px 54px;
	letter-spacing: 0.12em;
}
.check__choose-tab--active .check__choose-item {
	padding: 0 4px 0 72px;
}
_:lang(x)::-ms-backdrop, .check__choose-item,
_:lang(x)::-ms-backdrop, .check__choose-tab--active .check__choose-item {
	padding-top: 5px;
	line-height: 67px;
}
.check__choose-item--burger {
	background-image: url("./img/icon_burger.png");
}
.check__choose-tab--active .check__choose-item--burger {
	background-image: url("./img/icon_burger_active.png");
}
.check__choose-item--side {
	background-image: url("./img/icon_potato.png");
}
.check__choose-item--drink {
	background-image: url("./img/icon_drink.png");
}
.check__choose-item--mccafe {
	background-image: url("./img/icon_mccafe.png");
}
.check__selection {
	background: #f7f6ef none;
}
.check__selection-container {
	overflow: hidden;
}
.check__selection-inner {
	position: relative;
	display: none;
	width: 892px;
	margin: 0 auto;
	padding: 42px 66px 28px;
	background: #fff none;
	border-top: 4px solid #f7f6ef;
}
.check__selection-inner:first-child {
	display: block;
}
.check__selection-tabs {
	width: 900px;
	margin: 0 -5px;
	padding: 0 0 16px;
	overflow: hidden;
}
.check__selection-tabs--drink .check__selection-tab {
	width: 202px;
}
.check__selection-tab {
	position: relative;
	width: 280px;
	height: 60px;
	margin-left: 30px;
	float: left;
	background: #f7f7f7 none;
	box-shadow: 0 2px 0 #e5e5e5;
	border-radius: 30px;
	transition: all 0.3s ease;
}
.check__selection-tab:hover {
	background: #c01900 none;
}
.check__selection-tab:before {
	content: '';
	position: absolute;
	right: 18px;
	top: calc(50% - 4.5px);
	width: 14px;
	height: 9px;
	background: transparent url(./img/arrow_simple_down_red.svg) left top no-repeat;
	background-size: 14px 9px;
}
.check__selection-tab:hover::before {
	background-image: url(./img/arrow_simple_down_white.svg);
}
.check__selection-tab:first-child {
	margin-left: 0;
}
.check__selection-tab--active {
	background: #c01900;
	box-shadow: none;
}
.check__selection-tab--active:hover::before {
	display: none;
}
.check__selection-tab--active::after {
	content: "";
	position: absolute;
	left: calc(50% - 9px);
	bottom: -13px;
	width: 0;
	height: 0;
	border-width: 7px 9px 7px 9px;
	border-color: #c01900 transparent transparent transparent;
	border-style: solid
}
.ly-wrp-main .check__selection-genre {
	font-size: 16px;
	display: block;
	line-height: 60px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.12em;
}
_:lang(x)::-ms-backdrop, .ly-wrp-main .check__selection-genre {
	padding-top: 6px;
	line-height: 54px;
}
.check__selection-tab:hover .check__selection-genre,
.check__selection-tab--active .check__selection-genre {
	color: #fff;
}
.ly-wrp-main .check__selection-genre:hover {
	opacity: 1;
}
.check__selection-list-inner {
	display: none;
	overflow: hidden;
	width: 100%;
}
.check__selection-list-inner > li {
	display: none;
}
.check__selection-list-inner--active {
	display: block;
}
.check__selection-list-inner .swiper-wrapper {
	width: 100%;
}
.check__selection-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	box-sizing: border-box;
}
.check__selection-list--pc {
	display: block;
}
.check__selection-item {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	width: 138px;
	min-height: 150px;
	margin: 0 0 8px 8px;
	background: #fff;
	border: 2px solid #dcd8d1;
	border-radius: 6px;
}
.check__selection-item:hover {
	border-color: #e3e0da;
}
@media only screen and (min-width: 769px) {
	.check__selection-item:nth-child(6n+1) {
		margin-left: 0;
	}
}
.ly-wrp-main .check__selection-choice {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	text-decoration: none;
}
.check__selection-image {
	height: 90px;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}
.check__selection-image > img {
	width: 100%;
    height: auto;
    max-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.check__selection-detail {
	font-size: 14px;
	display: block;
	padding: 6px;
	line-height: 1.285714285714286;
	text-align: center;
}
.check__selection-slider {
	display: block;
	width: 39px;
	height: 39px;
	position: absolute;
	top: calc(50% - 19.5px + 35px);
	background-repeat: no-repeat;
	background-size: 100%;
}
.check__selection-slider.swiper-button-disabled {
	display: none;
}
.check__selection-slider--prev {
	left: 12px;
	background-image: url("./img/icon_prev.png");
}
.check__selection-slider--next {
	right: 12px;
	background-image: url("./img/icon_next.png");
}
.check__selected {
	padding: 0 0 48px;
	background: #f7f6ef none;
}
.check__selected-inner {
	width: 964px;
	margin: auto;
	padding: 33px 30px 42px;
	background: #dcd5c6 none;
	border-radius: 0 0 4px 4px;
}
.check__selected-title {
	font-size: 28px;
	text-align: center;
	letter-spacing: 0.12em;
}
.check__selected-text {
	font-size: 18px;
	text-align: center;
}
.check__selected-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 25px;
	text-align: center;
	font-size: 0;
}
.check__selected-item {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 138px;
	min-height: 150px;
	margin: 0 4px;
	position: relative;
	background: #fff;
	border-radius: 4px;
	box-sizing: border-box;
	-webkit-transition: .3s;
	transition: .3s;
}
.check__selected-item--empty {
	background: rgba(255, 255, 255, .4);
}
.check__selected-box-wrap {
	width: 100%;
}
.check__selected-image {
	height: 90px;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}
.check__selected-image > img {
	width: 90%;
	height: auto;
	max-height: 100%;
	top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
}
.check__selected-detail {
	font-size: 14px;
	display: block;
	padding: 6px;
	line-height: 1.285714285714286;
	text-align: center;
}
.check__selected-cancel {
	display: block;
	width: 23px;
	height: 23px;
	position: absolute;
	top: 8px;
	right: 8px;
	background: url("./img/icon_cancel.png") no-repeat;
	background-size: 100%;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
}
.check__selected-cancel:hover {
	opacity: .7;
}
.check__selected-item-note {
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
.check__input-title {
	font-size: 22px;
	margin-top: 47px;
	letter-spacing: 0.08em;
}

.check__input-error {
	font-size: 15px;
	width: 100%;
	margin-top: 15px;
	padding-left: 60px;
	line-height: 50px;
	font-weight: bold;
	color: #c01900;
	background: #ffc300 url("./img/icon_attention.png") 20px center no-repeat;
	background-size: 25px;
	box-sizing: border-box;
	display: none;
}
_:lang(x)::-ms-backdrop, .check__input-error {
	padding-top: 6px;
	line-height: 44px;
}
.check__input-gender {
	width: 100%;
	margin-top: 12px;
	font-weight: bold;
	overflow: hidden;
}
.check__input-gender-item {
	width: 209px;
	float: left;
}
.check__input-gender-item + .check__input-gender-item {
	margin-left: 20px;
}
.check__input-gender-label {
	display: none;
}
.check__input-gender-label:checked + .check__input-gender-appearance {
	color: #fff;
	border-color: #c01900; 
	background: #c01900;
}
.check__input-gender-label:checked + .check__input-gender-appearance::before {
	border-color: #fff;
}
.check__input-gender-label:checked + .check__input-gender-appearance::after {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 19px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 3px solid #c01900;
	border-radius: 50%;
	background: #fff;
	box-sizing: border-box;
}
.check__input-gender-appearance {
	font-size: 18px;
	display: block;
	padding-left: 10px;
	position: relative;
	text-align: center;
	line-height: 56px;
	letter-spacing: 0.65em;
	color: #333;
	background: #f1f1f1 none;
	border: 2px solid #b2b2b2;
	border-radius: 4px;
	cursor: pointer;
}
_:lang(x)::-ms-backdrop, .check__input-gender-appearance {
	padding-top: 8px;
	line-height: 48px;
}
.check__input-gender-appearance::before {
	content: "";
	width: 26px;
	height: 26px;
	position: absolute;
	top: 50%;
	left: 16px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 3px solid #ccc;
	border-radius: 50%;
	background: #fff;
	box-sizing: border-box;
}
.check__input-pregnant {
	display: none;
	width: 100%;
	margin-top: 22px;
	margin-bottom: 55px;
	position: relative;
	border: 2px solid #b2b2b2;
	border-radius: 4px;
	box-sizing: border-box;
	font-weight: bold;
}
.check__input-pregnant::before {
	content: "";
	position: absolute;
	top: -12px;
	right: 21%;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 10px solid #b2b2b2;
}
.check__input-pregnant--active {
	display: block;
}
.check__input-pregnant-item + .check__input-pregnant-item {
	border-top: 2px solid #b2b2b2;
}
.check__input-pregnant-label {
	display: none;
}
.check__input-pregnant-label:checked + .check__input-pregnant-appearance {
	color: #fff;
	background: #c01900;
}
.check__input-pregnant-item:first-child .check__input-pregnant-label:checked + .check__input-pregnant-appearance {
	border-radius: 3px 3px 0 0;
}
.check__input-pregnant-item:last-child .check__input-pregnant-label:checked + .check__input-pregnant-appearance {
	border-radius: 0 0 3px 3px;
}
.check__input-pregnant-label:checked + .check__input-pregnant-appearance::before {
	border-color: #fff;
}
.check__input-pregnant-label:checked + .check__input-pregnant-appearance::after {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 21px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 3px solid #c01900;
	border-radius: 50%;
	background: #fff;
	box-sizing: border-box;
}
.check__input-pregnant-appearance {
	font-size: 18px;
	display: block;
	padding-left: 78px;
	position: relative;
	line-height: 60px;
	color: #333;
	background: #f1f1f1;
	cursor: pointer;
}
_:lang(x)::-ms-backdrop, .check__input-pregnant-appearance {
	padding-top: 10px;
	line-height: 50px;
}
.check__input-pregnant-appearance::before {
	content: "";
	width: 26px;
	height: 26px;
	position: absolute;
	top: 50%;
	left: 18px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 3px solid #ccc;
	border-radius: 50%;
	background: #fff;
	box-sizing: border-box;
}
.check__input-age {
	font-size: 18px;
	display: block;
	margin-top: 10px;
	position: relative;
	text-align: center;
	color: #333;
	background: #f1f1f1;
	border: 2px solid #b2b2b2;
	border-radius: 4px;
}
.check__input-age-label {
	display: block;
}
.check__input-age-label::before {
	content: "";
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	right: 22px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: transparent url(./img/arrow_down_red.png) left top no-repeat;
	background-size: 100%;
}
.check__input-age-select {
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	padding: 15px 20px 14px;
	position: relative;
	z-index: 2;
	cursor: pointer;
	font-family: "YuGothic","Yu Gothic","游ゴシック","Hiragino Sans","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",erdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
_:lang(x)::-ms-backdrop, .check__input-age-select {
	padding: 19px 20px 13px;
}
.check__input-age-select:focus {
	outline: 0;
}
.check__input-age-select:focus::-ms-value {
	color: #000;
	background: none;
}
.check__input-level {
	width: 100%;
	margin: 12px 0 15px;
	border: 2px solid #b2b2b2;
	border-radius: 4px;
	box-sizing: border-box;
}
.check__input-level-item {
	position: relative;
	z-index: 1;
	border-bottom: 2px solid #b2b2b2;
}
.check__input-level-item:last-child {
	border-bottom: none;
}
.check__input-level-label {
	display: none;
}
.check__input-level-appearance {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	height: 171px;
	color: #333;
	cursor: pointer;
	z-index: 1;
}
.check__input-level-label:checked + .check__input-level-appearance {
	background: #fff0ee;
}
.check__input-level-label:checked + .check__input-level-appearance:before,
.check__input-level-label:checked + .check__input-level-appearance:after {
	content: '';
	position: absolute;
	z-index: 2;
	top: -2px;
	bottom: -2px;
	display: block;
}
.check__input-level-label:checked + .check__input-level-appearance:before {
	left: -2px;
	width: 58px;
	border-left: 2px solid #c01900;
	border-top: 2px solid #c01900;
	border-bottom: 2px solid #c01900;
}
.check__input-level-label:checked + .check__input-level-appearance:after {
	right: -2px;
	width: 450px;
	border-top: 2px solid #e79284;
	border-right: 2px solid #e79284;
	border-bottom: 2px solid #e79284;
}
.check__input-level-item:first-child .check__input-level-label:checked + .check__input-level-appearance:before {
	border-radius: 4px 0 0 0;
}
.check__input-level-item:first-child .check__input-level-label:checked + .check__input-level-appearance:after {
	border-radius: 0 4px 0 0;
}
.check__input-level-item:last-child .check__input-level-label:checked + .check__input-level-appearance:before {
	border-radius: 0 0 0 4px;
}
.check__input-level-item:last-child .check__input-level-label:checked + .check__input-level-appearance:after {
	border-radius: 0 0 4px 0;
}
.check__input-level-appearance--disabled {
	opacity: .3;
	cursor: default;
}
.check__input-level-level {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 176px;
	text-align: center;
	vertical-align: middle;
	border-left: 58px solid #f1f1f1;
}
_:lang(x)::-ms-backdrop, .check__input-level-level {
	padding-top: 4px;
}
.check__input-level-label:checked + .check__input-level-appearance .check__input-level-level {
	border-color: #c01900;
}
.check__input-level-level::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -43px;
	width: 26px;
	height: 26px;
	margin-top: -13px;
	border: 3px solid #ccc;
	border-radius: 50%;
	background: #fff;
	box-sizing: border-box;
	z-index: 2;
}
.check__input-level-label:checked + .check__input-level-appearance .check__input-level-level::before {
	border-color: #fff;
}
.check__input-level-label:checked + .check__input-level-appearance .check__input-level-level::after {
	content: "";
	position: absolute;
	top: 50%;
	left: -40px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border: 3px solid #c01900;
	border-radius: 50%;
	background: #fff;
	box-sizing: border-box;
	z-index: 3;
}
.check__input-level-pct {
	display: inline-block;
	width: 74px;
	height: 74px;
	margin-top: 14px;
	background-repeat: no-repeat;
	background-size: contain;
}
.check__input-level-pct--lv1 {
	background-image: url("./img/pct_lv1.png");
}
.check__input-level-pct--lv2 {
	background-image: url("./img/pct_lv2.png");
}
.check__input-level-pct--lv3 {
	background-image: url("./img/pct_lv3.png");
}
.check__input-level-text {
	width: 100%;
	margin: 11px 0 0;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.08em;
}
.check__input-level-detail {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 254px;
	padding: 0 20px 0 0;
	font-size: 16px;
	line-height: 1.75;
	vertical-align: middle;
}
_:lang(x)::-ms-backdrop, .check__input-level-detail {
	padding-top: 4px;
}
.check__calculation {
	width: 100%;
	margin-top: 100px;
	background: #dcd5c6 none;
	background-size: 5px 3px;
}
.check__calculation-inner {
	width: 1024px;
	margin: auto;
	padding: 42px 0 45px;
	box-sizing: border-box;
}
.check__calculation-button {
	font-size: 22px;
	display: block;
	width: 460px;
	margin: auto;
	padding: 30px 50px 30px 30px;
	position: relative;
	text-align: left;
	font-weight: bold;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 2px 0 #cac2b0;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	font-family: "YuGothic","Yu Gothic","游ゴシック","Hiragino Sans","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",erdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	text-align: center;
	letter-spacing: 0.12em;
}
_:lang(x)::-ms-backdrop, .check__calculation-button {
	padding: 35px 50px 25px 30px;
}

.check__calculation-button:hover {
	background: #c01900 none;
	color: #fff;
}
.check__calculation-button::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url("./img/arrow_red.svg") no-repeat;
	background-size: 1rem;
}
.check__calculation-button:hover:after {
	background-image: url("./img/arrow_white.svg");
}
