.shop-page-w10 {
	width: 10%;
}

.shop-page-w20 {
	width: 20%;
}

.shop-page-w30 {
	width: 30%;
}

.shop-page-w40 {
	width: 40%;
}

.shop-page-w50 {
	width: 50%;
}

.shop-page-w60 {
	width: 60%;
}

.shop-page-w70 {
	width: 70%;
}

.shop-page-w80 {
	width: 80%;
}

.shop-page-w90 {
	width: 90%;
}

.shop-page-w100 {
	width: 100%;
}

.shop-page-flow-2col-type01 {
	margin-top: 40px;
	max-width: 950px;
	margin-left: auto;
	margin-right: auto
}

@media screen and (max-width: 900px) {
	.shop-page-flow-2col-type01 {
		margin-top: 30px
	}
}

[data-sb-margin-type='1col'] .shop-page-flow-2col-type01, [data-sb-margin-type='2col'] .shop-page-flow-2col-type01, .table-type01_data .shop-page-flow-2col-type01 {
	margin-top: 30px
}

@media screen and (max-width: 900px) {
	[data-sb-margin-type='1col'] .shop-page-flow-2col-type01, [data-sb-margin-type='2col'] .shop-page-flow-2col-type01, .table-type01_data .shop-page-flow-2col-type01 {
		margin-top: 25px
	}
}

@media screen and (min-width: 901px) {
	[data-sb-margin-type='text-1col'] .shop-page-flow-2col-type01, [data-sb-margin-type='text-2col'] .shop-page-flow-2col-type01 {
		margin-top: 30px
	}
}

[data-sb-margin-type='list-artice-type01'] .shop-page-flow-2col-type01 {
	margin-top: 30px
}

@media screen and (max-width: 900px) {
	[data-sb-margin-type='list-artice-type01'] .shop-page-flow-2col-type01 {
		margin-top: 20px
	}
}

[data-sb-margin-type='3col'] .shop-page-flow-2col-type01, [data-sb-margin-type='4col'] .shop-page-flow-2col-type01 {
	margin-top: 20px
}

@media screen and (max-width: 900px) {
	[data-sb-margin-type='3col'] .shop-page-flow-2col-type01, [data-sb-margin-type='4col'] .shop-page-flow-2col-type01 {
		margin-top: 25px
	}
}

@media screen and (min-width: 901px) {
	[data-sb-margin-type='text-3col'] .shop-page-flow-2col-type01, [data-sb-margin-type='text-4col'] .shop-page-flow-2col-type01 {
		margin-top: 20px
	}
}

@media screen and (max-width: 900px) {
	.shop-page-flow-2col-type01 {
		max-width: 100%
	}
}

.shop-page-flow-2col-type01_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -40px;
	margin-right: -50px
}

@media screen and (max-width: 900px) {
	.shop-page-flow-2col-type01_list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-right: 0;
		margin-top: -30px
	}
}

.shop-page-flow-2col-type01_item {
	position: relative;
	margin-top: 40px;
	background-color: #fff;
	width: -webkit-calc(100% / 2 - 50px);
	width: calc(100% / 2 - 50px);
	margin-right: 50px
}

@media screen and (max-width: 900px) {
	.shop-page-flow-2col-type01_item {
		width: 100%;
		margin-top: 30px;
		margin-right: 0
	}
}

.shop-page-flow-2col-type01_item::after {
	content: url("/site/set/common/mercury/shared/img/arrow-flow.svg");
	position: absolute;
	top: 50%;
	right: -32px;
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	line-height: 0;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

@media screen and (max-width: 900px) {
	.shop-page-flow-2col-type01_item::after {
		top: auto;
		bottom: -22.5px;
		width: 15px;
		height: 15px;
		margin-right: -7.5px;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0)
	}
}

.shop-page-flow-2col-type01_item:last-child::after {
	content: none
}

.shop-page-flow-2col-type01_item::after {
	right: -37px
}

@media screen and (max-width: 900px) {
	.shop-page-flow-2col-type01_item::after {
		right: 50%
	}
}

.shop-page-flow-2col-type01_text-number {
	margin-top: 0;
	padding: 5px 40px;
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center
}

@media screen and (max-width: 900px) {
	.shop-page-flow-2col-type01_text-number {
		padding: 5px 15px;
		font-size: 1.5rem;
		line-height: 1.4
	}
}

.shop-page-flow-2col-type01_title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 40px;
	height: -webkit-calc(2.4rem + 60px);
	height: calc(2.4rem + 60px);
	background-color: #ececec;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center
}

@media screen and (max-width: 900px) {
	.shop-page-flow-2col-type01_title {
		height: -webkit-calc(1.7rem + 40px);
		height: calc(1.7rem + 40px);
		padding: 0 15px;
		font-size: 1.7rem;
		line-height: 1.35294
	}
}

.shop-page-flow-2col-type01_box {
	padding: 30px;
	text-align: left;
	padding: 40px
}

@media screen and (max-width: 900px) {
	.shop-page-flow-2col-type01_box {
		padding: 30px 15px
	}
}

.shop-page-flow-2col-type01_box>*:first-child {
	margin-top: 0
}

.shop-page-flow-2col-type01[data-sb-module-theme-parent='gray02'] .shop-page-flow-2col-type01_title {
	background-color: #e0e0e0
}

.shop-page-button-transparent-type01 {
	position: relative;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 3px 40px;
	min-height: 50px;
	border-radius: 50px;
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	box-sizing: border-box;
	max-width: 100%;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
	background: transparent;
	border: 1px solid #c1c1c2;
	color: #333
}

@media screen and (min-width: 901px) {
	.shop-page-button-transparent-type01:hover {
		opacity: 0.6
	}
}

@media screen and (max-width: 900px) {
	.shop-page-button-transparent-type01 {
		padding: 9px 35px;
		min-height: 40px;
		border-radius: 40px
	}
}

@media all and (-ms-high-contrast: none) {
	.shop-page-button-transparent-type01::before {
		content: '';
		height: 44px;
		display: block;
		width: 1px
	}
}

.shop-page-button-transparent-type01[data-sb-button-size='s'] {
	min-width: 200px
}

@media screen and (max-width: 900px) {
	.shop-page-button-transparent-type01[data-sb-button-size='s'] {
		min-width: 160px
	}
}

.shop-page-button-transparent-type01[data-sb-button-size='m'] {
	min-width: 340px
}

@media screen and (max-width: 900px) {
	.shop-page-button-transparent-type01[data-sb-button-size='m'] {
		min-width: 280px
	}
}

@media screen and (max-width: 900px) and (max-width: 374px) {
	.shop-page-button-transparent-type01[data-sb-button-size='m'] {
		min-width: 100%
	}
}

.shop-page-button-transparent-type01[data-sb-button-size='l'] {
	min-width: 0px
}

@media screen and (max-width: 900px) {
	.shop-page-button-transparent-type01[data-sb-button-size='l'] {
		min-width: 345px
	}
}

@media screen and (max-width: 900px) and (max-width: 374px) {
	.shop-page-button-transparent-type01[data-sb-button-size='l'] {
		min-width: 100%
	}
}

.shop-page-button-transparent-type01[data-sb-button-size='full'] {
	min-width: 100%
}

.shop-page-button-transparent-type01_inner {
	width: 100%
}

.shop-page-button-transparent-type01 .icon-svg {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 14px;
	height: 14px
}

@media screen and (max-width: 900px) {
	.shop-page-button-transparent-type01 .icon-svg {
		right: 15px;
		width: 12px;
		height: 12px
	}
}

.shop-page-button-transparent-type01_icon-tel {
	display: inline-block;
	position: absolute;
	left: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 15px;
	height: 15px
}

.shop-page-button-transparent-type01[data-sb-icon-direction='right']:hover .icon-svg {
	-webkit-animation: mercury-arrowR 0.4s 2;
	animation: mercury-arrowR 0.4s 2
}

.shop-page-button-transparent-type01[data-sb-icon-direction='up'] .icon-svg {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.shop-page-button-transparent-type01[data-sb-icon-direction='up']:hover .icon-svg {
	-webkit-animation: mercury-arrowU 0.4s 2;
	animation: mercury-arrowU 0.4s 2
}

.shop-page-button-transparent-type01[data-sb-icon-direction='down'] .icon-svg {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.shop-page-button-transparent-type01[data-sb-icon-direction='down']:hover .icon-svg {
	-webkit-animation: mercury-arrowD 0.4s 2;
	animation: mercury-arrowD 0.4s 2
}

.shop-page-button-transparent-type01--disabled {
	pointer-events: none;
	opacity: 0.6
}

.shop-page-button-transparent-type01[data-sb-module-theme-parent='blue01'] {
	color: #fff;
	border-color: #fff
}

.shop-page-button-transparent-type01[data-sb-module-theme-parent='gray03'] {
	color: #fff;
	border-color: #fff
}

.shop-page-button-transparent-type01[data-sb-module-theme-parent='black01'] {
	color: #fff;
	border-color: #fff
}

.shop-page-linktext {
	color: #0b5bce;
	text-decoration: none;
	text-decoration: none;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s
}

.shop-page-linktext[data-sb-module-theme-parent='white01'] {
	color: #0b5bce
}

.shop-page-linktext[data-sb-module-theme-parent='blue01'] {
	color: #fff
}

.shop-page-linktext[data-sb-module-theme-parent='gray01'] {
	color: #0b5bce
}

.shop-page-linktext[data-sb-module-theme-parent='gray02'] {
	color: #0b5bce
}

.shop-page-linktext[data-sb-module-theme-parent='gray03'] {
	color: #fff
}

.shop-page-linktext[data-sb-module-theme-parent='black01'] {
	color: #fff
}

@media screen and (min-width: 901px) {
	.shop-page-linktext:hover {
		opacity: 0.6
	}
}

.shop-page-linktext .icon-svg {
	vertical-align: -1px
}

.shop-page-linktext[data-sb-icon-direction='right']:hover .icon-svg {
	-webkit-animation: mercury-arrowR 0.4s 2;
	animation: mercury-arrowR 0.4s 2
}

.shop-page-linktext[data-sb-icon-direction='left'] .icon-svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.shop-page-linktext[data-sb-icon-direction='left']:hover .icon-svg {
	-webkit-animation: mercury-arrowL 0.4s 2;
	animation: mercury-arrowL 0.4s 2
}

.shop-page-linktext[data-sb-icon-direction='up'] .icon-svg {
	vertical-align: -2px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	padding: 0 0 2px 0
}

.shop-page-linktext[data-sb-icon-direction='up']:hover .icon-svg {
	-webkit-animation: mercury-arrowU 0.4s 2;
	animation: mercury-arrowU 0.4s 2
}

.shop-page-linktext[data-sb-icon-direction='down'] .icon-svg {
	vertical-align: -2px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	padding: 0 0 2px 0
}

.shop-page-linktext[data-sb-icon-direction='down']:hover .icon-svg {
	-webkit-animation: mercury-arrowD 0.4s 2;
	animation: mercury-arrowD 0.4s 2
}

.shop-page-button-transparent-type02 {
	position: relative;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 3px 40px;
	min-height: 50px;
	border-radius: 50px;
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	box-sizing: border-box;
	max-width: 100%;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
	background: transparent;
	border: 1px solid #c1c1c2;
	color: #333
}

@media screen and (min-width: 901px) {
	.shop-page-button-transparent-type02:hover {
		opacity: 0.6
	}
}

@media screen and (max-width: 900px) {
	.shop-page-button-transparent-type02 {
		padding: 9px 35px;
		min-height: 40px;
		border-radius: 40px
	}
}

@media all and (-ms-high-contrast: none) {
	.shop-page-button-transparent-type02::before {
		content: '';
		height: 44px;
		display: block;
		width: 1px
	}
}

.shop-page-button-transparent-type02[data-sb-button-size='s'] {
	min-width: 200px
}

@media screen and (max-width: 900px) {
	.shop-page-button-transparent-type02[data-sb-button-size='s'] {
		min-width: 160px
	}
}

.shop-page-button-transparent-type02[data-sb-button-size='m'] {
	min-width: 340px
}

@media screen and (max-width: 900px) {
	.shop-page-button-transparent-type02[data-sb-button-size='m'] {
		min-width: 280px
	}
}

@media screen and (max-width: 900px) and (max-width: 374px) {
	.shop-page-button-transparent-type02[data-sb-button-size='m'] {
		min-width: 100%
	}
}

.shop-page-button-transparent-type02[data-sb-button-size='l'] {
	min-width: 0px
}

@media screen and (max-width: 900px) {
	.shop-page-button-transparent-type02[data-sb-button-size='l'] {
		min-width: 345px
	}
}

@media screen and (max-width: 900px) and (max-width: 374px) {
	.shop-page-button-transparent-type02[data-sb-button-size='l'] {
		min-width: 100%
	}
}

.shop-page-button-transparent-type02[data-sb-button-size='full'] {
	min-width: 100%
}

.shop-page-button-transparent-type02_inner {
	width: 100%
}

.shop-page-button-transparent-type02 .icon-svg {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 14px;
	height: 14px
}

@media screen and (max-width: 900px) {
	.shop-page-button-transparent-type02 .icon-svg {
		right: 15px;
		width: 12px;
		height: 12px
	}
}

.shop-page-button-transparent-type02[data-sb-icon-direction='right']:hover .icon-svg {
	-webkit-animation: mercury-arrowR 0.4s 2;
	animation: mercury-arrowR 0.4s 2
}

.shop-page-button-transparent-type02[data-sb-icon-direction='up'] .icon-svg {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.shop-page-button-transparent-type02[data-sb-icon-direction='up']:hover .icon-svg {
	-webkit-animation: mercury-arrowU 0.4s 2;
	animation: mercury-arrowU 0.4s 2
}

.shop-page-button-transparent-type02[data-sb-icon-direction='down'] .icon-svg {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.shop-page-button-transparent-type02[data-sb-icon-direction='down']:hover .icon-svg {
	-webkit-animation: mercury-arrowD 0.4s 2;
	animation: mercury-arrowD 0.4s 2
}

.shop-page-button-transparent-type02--disabled {
	pointer-events: none;
	opacity: 0.6
}

.shop-page-button-transparent-type02[data-sb-module-theme-parent='blue01'] {
	color: #fff;
	border-color: #fff
}

.shop-page-button-transparent-type02[data-sb-module-theme-parent='gray03'] {
	color: #fff;
	border-color: #fff
}

.shop-page-button-transparent-type02[data-sb-module-theme-parent='black01'] {
	color: #fff;
	border-color: #fff
}

.shop-page-button-transparent-type02[aria-expanded='false'] .button-type02-trigger-title-close {
	display: inline
}

.shop-page-button-transparent-type02[aria-expanded='true'] .button-type02-trigger-title-open {
	display: inline
}

.shop-page-button-transparent-type02[aria-expanded='true'] .button-type02-trigger-icon::after {
	content: none
}

.shop-page-button-transparent-type02[data-sb-module-theme-parent='blue01'] .button-type02-trigger-icon::before, .shop-page-button-transparent-type02[data-sb-module-theme-parent='blue01'] .button-type02-trigger-icon::after, .shop-page-button-transparent-type02[data-sb-module-theme-parent='gray03'] .button-type02-trigger-icon::before, .shop-page-button-transparent-type02[data-sb-module-theme-parent='gray03'] .button-type02-trigger-icon::after, .shop-page-button-transparent-type02[data-sb-module-theme-parent='black01'] .button-type02-trigger-icon::before, .shop-page-button-transparent-type02[data-sb-module-theme-parent='black01'] .button-type02-trigger-icon::after {
	background-color: #fff
}

.shop-page-link-container-type02 {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.shop-page-link-container-type02_item:only-child {
	display: block;
	margin: 0;
}

.shop-page-link-container-type02_item {
	display: inline-block;
	margin: 0 20px;
	vertical-align: middle;
}

@media screen and (max-width: 900px) {
	.shop-page-button-transparent-type02[data-sb-button-size='s'] {
		min-width: 160px
	}
}

.shop-page-image-contain {
	margin-top: 30px;
	text-align: center;
}

@media screen and (max-width: 900px) {
	.shop-page-image-contain {
		margin-top: 20px;
	}
}

.shop-page-list-s-lv1-note_marker, .shop-page-list-s-lv1-note-decimal_marker {
	display: table-cell
}

.shop-page-list-s-lv1-note_data, .shop-page-list-s-lv1-note-decimal_data {
	display: table-cell
}

.shop-page-list-s-lv1-note {
	margin-top: 40px
}

@media screen and (max-width: 900px) {
	.shop-page-list-s-lv1-note {
		margin-top: 30px
	}
}

[data-sb-margin-type='1col'] .shop-page-list-s-lv1-note, [data-sb-margin-type='2col'] .shop-page-list-s-lv1-note, .table-type01_data .shop-page-list-s-lv1-note {
	margin-top: 30px
}

@media screen and (max-width: 900px) {
	[data-sb-margin-type='1col'] .shop-page-list-s-lv1-note, [data-sb-margin-type='2col'] .shop-page-list-s-lv1-note, .table-type01_data .shop-page-list-s-lv1-note {
		margin-top: 25px
	}
}

@media screen and (min-width: 901px) {
	[data-sb-margin-type='text-1col'] .shop-page-list-s-lv1-note, [data-sb-margin-type='text-2col'] .shop-page-list-s-lv1-note {
		margin-top: 30px
	}
}

[data-sb-margin-type='list-artice-type01'] .shop-page-list-s-lv1-note {
	margin-top: 30px
}

@media screen and (max-width: 900px) {
	[data-sb-margin-type='list-artice-type01'] .shop-page-list-s-lv1-note {
		margin-top: 20px
	}
}

[data-sb-margin-type='3col'] .shop-page-list-s-lv1-note, [data-sb-margin-type='4col'] .shop-page-list-s-lv1-note {
	margin-top: 20px
}

@media screen and (max-width: 900px) {
	[data-sb-margin-type='3col'] .shop-page-list-s-lv1-note, [data-sb-margin-type='4col'] .shop-page-list-s-lv1-note {
		margin-top: 25px
	}
}

@media screen and (min-width: 901px) {
	[data-sb-margin-type='text-3col'] .shop-page-list-s-lv1-note, [data-sb-margin-type='text-4col'] .shop-page-list-s-lv1-note {
		margin-top: 20px
	}
}

.shop-page-list-s-lv1-note_marker {
	min-width: 25px
}

@media screen and (max-width: 900px) {
	.shop-page-list-s-lv1-note_marker {
		min-width: 20px
	}
}

.shop-page-list-s-lv1-note-decimal {
	margin-top: 40px
}

@media screen and (max-width: 900px) {
	.shop-page-list-s-lv1-note-decimal {
		margin-top: 30px
	}
}

[data-sb-margin-type='1col'] .shop-page-list-s-lv1-note-decimal, [data-sb-margin-type='2col'] .shop-page-list-s-lv1-note-decimal, .table-type01_data .shop-page-list-s-lv1-note-decimal {
	margin-top: 30px
}

@media screen and (max-width: 900px) {
	[data-sb-margin-type='1col'] .shop-page-list-s-lv1-note-decimal, [data-sb-margin-type='2col'] .shop-page-list-s-lv1-note-decimal, .table-type01_data .shop-page-list-s-lv1-note-decimal {
		margin-top: 25px
	}
}

@media screen and (min-width: 901px) {
	[data-sb-margin-type='text-1col'] .shop-page-list-s-lv1-note-decimal, [data-sb-margin-type='text-2col'] .shop-page-list-s-lv1-note-decimal {
		margin-top: 30px
	}
}

[data-sb-margin-type='list-artice-type01'] .shop-page-list-s-lv1-note-decimal {
	margin-top: 30px
}

@media screen and (max-width: 900px) {
	[data-sb-margin-type='list-artice-type01'] .shop-page-list-s-lv1-note-decimal {
		margin-top: 20px
	}
}

[data-sb-margin-type='3col'] .shop-page-list-s-lv1-note-decimal, [data-sb-margin-type='4col'] .shop-page-list-s-lv1-note-decimal {
	margin-top: 20px
}

@media screen and (max-width: 900px) {
	[data-sb-margin-type='3col'] .shop-page-list-s-lv1-note-decimal, [data-sb-margin-type='4col'] .shop-page-list-s-lv1-note-decimal {
		margin-top: 25px
	}
}

@media screen and (min-width: 901px) {
	[data-sb-margin-type='text-3col'] .shop-page-list-s-lv1-note-decimal, [data-sb-margin-type='text-4col'] .shop-page-list-s-lv1-note-decimal {
		margin-top: 20px
	}
}

.shop-page-list-s-lv1-note-decimal_marker {
	min-width: 45px
}

@media screen and (max-width: 900px) {
	.shop-page-list-s-lv1-note-decimal_marker {
		min-width: 35px
	}
}

.shop-page-list-lv1-disc,
.list-lv2-disc,
.list-lv1-decimal,
.list-lv2-decimal,
.list-s-lv1-disc,
.list-s-lv1-note,
.list-s-lv1-note-decimal {
	text-align: left;
	max-width: 950px;
	margin-left: auto;
	margin-right: auto
}

@media screen and (max-width: 900px) {

	.shop-page-list-lv1-disc,
	.list-lv2-disc,
	.list-lv1-decimal,
	.list-lv2-decimal,
	.list-s-lv1-disc,
	.list-s-lv1-note,
	.list-s-lv1-note-decimal {
		max-width: 100%
	}
}

.shop-page-list-lv1-disc_item,
.list-lv1-decimal_item {
	margin-top: 30px
}

@media screen and (max-width: 900px) {

	.shop-page-list-lv1-disc_item,
	.list-lv1-decimal_item {
		margin-top: 20px
	}
}

.shop-page-list-lv1-disc_item:first-child,
.list-lv1-decimal_item:first-child {
	margin-top: 0
}

.list-lv2-disc_item,
.list-lv2-decimal_item,
.list-s-lv1-disc_item,
.list-s-lv1-note_item,
.list-s-lv1-note-decimal_item {
	margin-top: 20px;
	font-size: 1.4rem;
	line-height: 1.5
}

@media screen and (max-width: 900px) {

	.list-lv2-disc_item,
	.list-lv2-decimal_item,
	.list-s-lv1-disc_item,
	.list-s-lv1-note_item,
	.list-s-lv1-note-decimal_item {
		margin-top: 15px;
		font-size: 1.3rem;
		line-height: 1.46154
	}
}

.list-lv2-disc_item:first-child,
.list-lv2-decimal_item:first-child,
.list-s-lv1-disc_item:first-child,
.list-s-lv1-note_item:first-child,
.list-s-lv1-note-decimal_item:first-child {
	margin-top: 0
}

.shop-page-list-lv1-disc_item,
.list-lv2-disc_item,
.list-lv1-decimal_item,
.list-lv2-decimal_item,
.list-s-lv1-disc_item {
	position: relative;
	padding-left: 40px
}

.shop-page-list-lv1-disc_item::before,
.list-lv2-disc_item::before,
.list-lv1-decimal_item::before,
.list-lv2-decimal_item::before,
.list-s-lv1-disc_item::before {
	position: absolute;
	left: 0;
	top: 0
}

@media screen and (max-width: 900px) {

	.shop-page-list-lv1-disc_item,
	.list-lv2-disc_item,
	.list-lv1-decimal_item,
	.list-lv2-decimal_item,
	.list-s-lv1-disc_item {
		padding-left: 25px
	}
}

.shop-page-list-lv1-disc_item::before,
.list-lv2-disc_item::before,
.list-s-lv1-disc_item::before {
	display: block;
	content: '';
	top: 0.5em;
	border-radius: 50%;
	background-color: #333
}

.shop-page-list-lv1-disc_item-container,
.list-lv1-decimal_item-container {
	margin-top: 20px;
	padding: 20px;
	background: #eee
}

@media screen and (max-width: 900px) {

	.shop-page-list-lv1-disc_item-container,
	.list-lv1-decimal_item-container {
		margin-top: 15px;
		padding: 15px
	}
}

.shop-page-list-lv1-disc {
	margin-top: 40px
}

@media screen and (max-width: 900px) {
	.shop-page-list-lv1-disc {
		margin-top: 30px
	}
}

[data-sb-margin-type='1col'] .shop-page-list-lv1-disc,
[data-sb-margin-type='2col'] .shop-page-list-lv1-disc,
.table-type01_data .shop-page-list-lv1-disc {
	margin-top: 30px
}

@media screen and (max-width: 900px) {

	[data-sb-margin-type='1col'] .shop-page-list-lv1-disc,
	[data-sb-margin-type='2col'] .shop-page-list-lv1-disc,
	.table-type01_data .shop-page-list-lv1-disc {
		margin-top: 25px
	}
}

@media screen and (min-width: 901px) {

	[data-sb-margin-type='text-1col'] .shop-page-list-lv1-disc,
	[data-sb-margin-type='text-2col'] .shop-page-list-lv1-disc {
		margin-top: 30px
	}
}

[data-sb-margin-type='list-artice-type01'] .shop-page-list-lv1-disc {
	margin-top: 30px
}

@media screen and (max-width: 900px) {
	[data-sb-margin-type='list-artice-type01'] .shop-page-list-lv1-disc {
		margin-top: 20px
	}
}

[data-sb-margin-type='3col'] .shop-page-list-lv1-disc,
[data-sb-margin-type='4col'] .shop-page-list-lv1-disc {
	margin-top: 20px
}

@media screen and (max-width: 900px) {

	[data-sb-margin-type='3col'] .shop-page-list-lv1-disc,
	[data-sb-margin-type='4col'] .shop-page-list-lv1-disc {
		margin-top: 25px
	}
}

@media screen and (min-width: 901px) {

	[data-sb-margin-type='text-3col'] .shop-page-list-lv1-disc,
	[data-sb-margin-type='text-4col'] .shop-page-list-lv1-disc {
		margin-top: 20px
	}
}

.shop-page-list-lv1-disc_item::before {
	left: 6px;
	width: 4px;
	height: 4px
}

@media screen and (max-width: 900px) {
	.shop-page-list-lv1-disc_item::before {
		left: 9px;
		width: 3px;
		height: 3px
	}
}

.shop-page-list-lv1-disc_item-container[data-sb-module-theme-parent='white01'] {
	background: #f8f8f8
}

.shop-page-list-lv1-disc_item-container[data-sb-module-theme-parent='blue01'] {
	background: transparent;
	padding: 0
}

.shop-page-list-lv1-disc_item-container[data-sb-module-theme-parent='gray01'] {
	background: #eee
}

.shop-page-list-lv1-disc_item-container[data-sb-module-theme-parent='gray02'] {
	background: #e6e6e6
}

.shop-page-list-lv1-disc_item-container[data-sb-module-theme-parent='gray03'] {
	background: transparent;
	padding: 0
}

.shop-page-list-lv1-disc_item-container[data-sb-module-theme-parent='black01'] {
	background: transparent;
	padding: 0
}

.shop-page-list-lv1-disc[data-sb-module-theme-parent='blue01'] .shop-page-list-lv1-disc_item::before,
.shop-page-list-lv1-disc[data-sb-module-theme-parent='gray03'] .shop-page-list-lv1-disc_item::before,
.shop-page-list-lv1-disc[data-sb-module-theme-parent='black01'] .shop-page-list-lv1-disc_item::before {
	background-color: #fff
}


.shop-page-flow-container {
	display: block;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.shop-page-flow-container {
	padding: 150px 0 70px;
}

@media screen and (max-width: 900px) {
	.shop-page-flow-container {
		padding: 80px 0 40px;
	}
}

.shop-page-flow-container:before {
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	top: 40px;
	width: 100%;
	background: #e0e0e0;
	width: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 1px;
	max-width: 950px;
}

@media screen and (max-width: 900px) {
	.shop-page-flow-container:before {
		top: 20px;
	}
}

.shop-page-flow-container:after {
	content: '';
	width: 200px;
	height: 80px;
	z-index: 10;
	background: url(/shop/set/data/support/flow/lib/img/shared/icon-m-result.png) no-repeat center bottom;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -100px;
}

@media screen and (max-width: 900px) {
	.shop-page-flow-container:after {
		width: 100px;
		height: 40px;
		top: 0;
		margin-left: -50px;
	}
}

.shop-page-flow-container[data-sb-module-theme-parent='gray01']:after {
	background-color: #f8f8f8;
}

.shop-page-flow-container[data-sb-module-theme-parent='gray02']:after {
	background-color: #eee;
}

.shop-page-flow-container[data-sb-module-theme-parent='white01']:after {
	background-color: #fff;
}

.shop-page-flow-container[data-sb-module-theme-parent='gray03']:after {
	background-color: #424242;
}

.shop-page-flow-container[data-sb-module-theme-parent='black01']:after {
	background-color: #000;
}

.shop-page-flow-container[data-sb-module-theme-parent='blue01']:after {
	background-color: #0b5bce;
	background-color: -webkit-gradient(linear, left top, left bottom, from(#0b5bce), to(#0f82b8));
	background-color: linear-gradient(to bottom, #0b5bce 0%, #0f82b8 100%);
}

.shop-page-flow-inner {
	padding: 70px 0;
}

@media screen and (max-width: 900px) {
	.shop-page-flow-inner {
		padding: 40px 0;
	}
}

.shop-page-layout-2col {
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 20px 0;
}

.shop-page-layout-2col+.shop-page-layout-2col {
	border-top: solid 1px #E0E0E0;
}

.shop-page-layout-2col:first-child {
	padding-top: 0;
}

.shop-page-layout-2col:last-child {
	padding-bottom: 0;
}

.shop-page-layout-2col-item {
	display: table-cell;
	vertical-align: middle;
}

.shop-page-layout-2col-item+.shop-page-layout-2col-item {
	padding-left: 10%;
}

.shop-page-layout-2col-item-ttl {
	font-size: 16px;
	font-weight: bold;
}

.box-shop-page-layout-2col-item-image {
	max-width: 100%;
}

.shop-page-branch-target {
	display: none;
}

.shop-page-js-toggle-notes {
	text-align: left;
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
}


.shop-page-js-toggle-notes > [class*="-notes-item-"]:before {
	display: block;
	content: '';
	top: 0.5em;
	border-radius: 50%;
	background-color: #333;
	width: 4px;
	height: 4px;
	left: 6px;
	position: absolute;
}

.shop-page-js-toggle-notes > li[class*="-notes-item-"] {
	margin-top: 0;
	padding-left: 30px;
	position: relative;
	display:none;
}

.shop-page-js-toggle-notes > li[class*="-notes-item-"]:first-child {
	margin-top: 40px;
}