@charset 'UTF-8';
/*===========================
base
===========================*/
/* override */
body {
	visibility: hidden;
}
#contents-wrap {
	padding: 0;
	background: #eee;
	border-top: none;
}
#section-wrap {
	width: 100%;
}
/* sell base */
.sell-contents {
	position: relative;
	color: #141414;
	font-family: '\30D2\30E9\30AE\30CE\89D2\30B4   Pro', 'Hiragino Kaku Gothic Pro', '\30E1\30A4\30EA\30AA', Meiryo, sans-serif;
	letter-spacing: 0.05em;
}
.sell-contents * {
	box-sizing: border-box;

	-webkit-box-sizing: border-box;
}
.sell-contents img {
	width: 100%;
}
.sell-kv {
	position: relative;
	background-color: #fff;
	background-repeat: no-repeat;
}
.sell-kv_heading {
	margin: 0 auto;
}
.sell-kv_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.sell-kv_item {
	text-align: center;
}
.sell-kv_note {
	position: absolute;
	line-height: 0;
}
.section_heading {
	background: #003481;
	text-align: center;
}
.section_heading img {
	width: auto;
}
.section_heading-ico-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;

	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
}
.section_heading-ico-inner span {
	order: 2;
	line-height: 1;

	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
}
.section_heading-ico-inner > img {
	display: inline-block;
	order: 1;
	border-color: #fff;
	border-radius: 50%;
	border-style: solid;

	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
}
.section_contents {
	background: #fff;
	border-radius: 10px;
}
.section_contents._clear {
	background: none;
}
.section_under-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* ie11 center */
}
.select_heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;

	-webkit-box-align: center;
	-ms-flex-align: center;
}
.select_heading > span {
	position: relative;
	flex: 1;
	line-height: 0;

	-webkit-box-flex: 1;
	-ms-flex: 1;
}
.select_heading > span:before, .select_heading > span:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	display: block;
}
.select_heading > span:before {
	width: 100%;
	background: #003481;
}
.select_heading > span:after {
	background: #fe6f00;
}
.select_heading > span img {
	display: inline-block;
	width: auto;
}
.select_heading > span span {
	display: inline-block;
	font-weight: normal;
}
.select_heading > img {
	display: inline-block;
	border-color: #003481;
	border-radius: 50%;
	border-style: solid;
}
.select_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-ms-flex-wrap: wrap;
}
.select_list li {
	line-height: 0;
}
.select_list li + li {
	position: relative;
}
.select_list li + li:before {
	position: absolute;
	top: 0;
	content: '';
	display: block;
	height: 100%;
	width: 1px;
	background: #dcdcdc;
	background: -webkit-gradient(linear, left top, left bottom, from(#dcdcdc), color-stop(27%, #dcdcdc), color-stop(27%, transparent), color-stop(73%, transparent), color-stop(73%, #dcdcdc), to(#dcdcdc));
	background: linear-gradient(to bottom, #dcdcdc 0%, #dcdcdc 27%, transparent 27%, transparent 73%, #dcdcdc 73%, #dcdcdc 100%);
}
.select_list li + li:after {
	position: absolute;
	top: 50%;
	content: '';
	display: block;
	height: 0;
	width: 0;
	border-color: transparent transparent transparent #fe6f00;
	border-style: solid;
	transform: translateY(-50%);

	-webkit-transform: translateY(-50%);
}

.select_video-embed {
	position:relative;
	width:100%;
	max-width: 540px;
	margin: 50px auto 0;
	height:0;
	padding-top: 56.25%;
}

.select_video-embed iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.select_video-telop {
	margin: auto;
	text-align: center;
	display: block;
	margin-top: 20px;
}
.select_video-telop--1 img {
	max-width: 315px;
}
.select_video-telop--2 img {
	max-width: 315px;
}
.select_video-telop--3 img {
	max-width: 295px;
}
.select_video-telop--4 img {
	max-width: 265px;
}
.criterion_video-embed {
	position:relative;
	width:100%;
	max-width: 540px;
	margin: 50px auto 0;
	height:0;
	padding-top: 56.25%;
}

.criterion_video-embed iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.criterion_video-telop {
	margin: auto;
	text-align: center;
	display: block;
	margin-top: 20px;
}
.criterion_video-telop img {
	max-width: 215px;
}
.banner_img {
	max-width: 960px;
	margin-top: 10px;
}
.banner_img img {
	vertical-align: bottom;
}

.select_merit {
	border-radius: 10px;
}
.select_merit p {
	line-height: 0;
}
.select_merit ul li {
	padding-left: 1em;
	font-weight: bold;
	text-indent: -1em;
}
.select_link-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* ie11 center */
}
.select_more {
	background: #eee;
	border-radius: 10px;
}
.select_more-item {
	line-height: 0;
}
.select_more-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* ie11 center */
}
.panel-link {
	padding: 35px 0;
	background: #fff;
}
.panel-link_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;

	-ms-flex-wrap: wrap;
}
.panel-link_list li a {
	display: block;
	overflow: hidden;
	background-color: #003481;
	border-radius: 10px;
	color: #fff;
	text-decoration: none;
}
.panel-link_list li a figure img {
	display: block;
}
.panel-link_list li a span {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;

	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-ms-flex-direction: column;
	-ms-flex-pack: center;
}
.panel-link_list li a span:before {
	height: 18px;
	width: 18px;
	background: #fff;
	border-radius: 50%;
}
.panel-link_list li a span:before, .panel-link_list li a span:after {
	position: absolute;
	content: '';
	display: block;
}
.panel-link_list li a span:after {
	height: 0;
	width: 0;
	border-color: transparent transparent transparent #003481;
	border-style: solid;
	border-width: 4px 0 4px 6px;
}
.panel-link_list li a span em {
	font-style: normal;
}


.movie-link-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.movie-link-list li a {
	display: block;
	overflow: hidden;
	background-color: #003481;
	border: 3px solid #fff;
	border-radius: 14px;
	color: #fff;
	text-decoration: none;
}
.movie-link-list li a:hover {
	background-color: #fff;
	color: #003481;
	border-radius: 14px;
}
.movie-link-list li a:hover span {
	background-color: #fff;
	color: #003481;
}
.movie-link-list li a figure img {
	display: block;
}
.movie-link-list li a span {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;

	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-ms-flex-direction: column;
	-ms-flex-pack: center;
}
.movie-link-list li a span:before {
	height: 18px;
	width: 18px;
	background: #fff;
	border-radius: 50%;
}
.movie-link-list li a:hover span:before {
	background: #003481;
}
.movie-link-list li a span:before, .movie-link-list li a span:after {
	position: absolute;
	content: '';
	display: block;
}
.movie-link-list li a span:after {
	height: 0;
	width: 0;
	border-color: transparent transparent transparent #003481;
	border-style: solid;
	border-width: 4px 0 4px 6px;
}
.movie-link-list li a:hover span:after {
	border-color: transparent transparent transparent #fff;
}
.movie-link-list li a span em {
	font-style: normal;
}
.movie-link-list li a:hover {
	opacity: 0.8;
	border: 3px solid #003481;
	box-sizing: border-box;
}
.purchase {
	width: 100%;
	background: #fff;
}
.purchase_inner {
	z-index: 100;
}
.purchase_inner._relative {
	position: relative;
}
.purchase_inner._fixed {
	position: fixed;
}
.purchase_button {
	position: absolute;
	left: 50%;
	top: 0;
	display: block;
	overflow: hidden;
	background: #fff400;
	border-radius: 50%;
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.2);
	line-height: 0;
	transform: translateX(-50%);

	-webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateX(-50%);
}
.purchase_button img {
	position: absolute;
	left: 50%;
	display: block;
	transform: translateX(-50%);

	-webkit-transform: translateX(-50%);
}
.link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	justify-content: center;
	background: #d7d7d7;
	border: solid 3px #d7d7d7;
	border-radius: 50px;
	color: #fff;
	font-weight: bold;
	align-items: center;
	text-decoration: none;

	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
}
.link:before, .link:after {
	position: absolute;
	top: 50%;
	content: '';
	display: block;
	transform: translateY(-50%);

	-webkit-transform: translateY(-50%);
}
.link:before {
	background: #fff;
	border-radius: 50%;
}
.link:after {
	height: 0;
	width: 0;
	border-color: transparent transparent transparent #d7d7d7;
	border-style: solid;
	border-width: 4px 0 4px 6px;
}
.link._blue {
	background: #003481;
	border: solid 3px #003481;
}
.link._blue:after {
	border-color: transparent transparent transparent #003481;
}
.link._orange {
	background: #fe6f00;
	border: solid 3px #fe6f00;
}
.link._orange:after {
	border-color: transparent transparent transparent #fe6f00;
}
.link._border {
	background: #fff;
	border: solid 3px #d7d7d7;
	color: #003481;
}
.link._border:before {
	background: #003481;
}
.link._border:after {
	border-color: transparent transparent transparent #fff;
}
.link._border-plus {
	background: #fff;
	border: solid 3px #d7d7d7;
	color: #003481;
}
.link._border-plus span {
	position: absolute;
	top: 50%;
	content: '';
	display: block;
	background: #003481;
	border-radius: 50%;
	transform: translateY(-50%);

	-webkit-transform: translateY(-50%);
}
.link._border-plus span:before, .link._border-plus span:after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	display: block;
	background: #fff;
	transform: translate(-50%, -50%);

	-webkit-transform: translate(-50%, -50%);
}
.link._border-plus span:before {
	width: 2px;
}
.link._border-plus span:after {
	height: 2px;
}
.link._border-plus:before, .link._border-plus:after {
	content: none;
}

.link._plus {
	border: none;
	color: #003481;
	background: #fff;
	min-height: auto;
	max-width: 195px;
  margin: auto;
	padding: 0;
}
.link._plus .link_text {
	border-bottom: 2px solid #a3aec6;
}
.link._plus .plus_icon {
	position: absolute;
	top: 50%;
	content: '';
	display: block;
	background: #003481;
	border-radius: 50%;
	transform: translateY(-50%);

	-webkit-transform: translateY(-50%);
}
.link._plus .plus_icon:before, .link._plus .plus_icon:after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	display: block;
	background: #fff;
	transform: translate(-50%, -50%);

	-webkit-transform: translate(-50%, -50%);
}
.link._plus .plus_icon:before {
	width: 2px;
}
.link._plus .plus_icon:after {
	height: 2px;
}
.link._plus:before, .link._plus:after {
	content: none;
}

.link._border-reverse {
	background: #fff;
	border: solid 3px #d7d7d7;
	color: #003481;
}
.link._border-reverse:before {
	right: auto;
	background: #003481;
}
.link._border-reverse:after {
	right: auto;
	border-color: transparent #fff transparent transparent;
	border-width: 4px 6px 4px 0;
}
.link._more {
	background: #003481;
	border: solid 3px #003481;
}
.link._more:before, .link._more:after {
	content: none;
}
.link._search {
	padding: 4px 40px;
	background: #003481;
	border: solid 3px #003481;
}
.link._search:before, .link._search:after {
	content: none;
}
.link._search span {
	position: relative;
	display: inline-block;
	padding: 0 40px;
}
.link._search span:before {
	position: absolute;
	left: 0;
	top: 50%;
	content: '';
	display: block;
	height: 20px;
	width: 20px;
	background-image: url('/sell/images/init/icon_search_white.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transform: translateY(-50%);

	-webkit-transform: translateY(-50%);
}
.link._double {
	line-height: 1.6;
}
.link_icon {
	position: absolute;
	top: 50%;
	display: block;
	background: #eee;
	background: #fff;
	border-radius: 50%;
	transform: translateY(-50%);

	-webkit-transform: translateY(-50%);
}
.link_icon:before, .link_icon:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	content: '';
	display: block;
	margin: auto;
	background: #003481;
}
.link_icon:after {
	transform: rotate(90deg);

	-webkit-transform: rotate(90deg);
}
._open .link_icon:after {
	transform: rotate(0);

	-webkit-transform: rotate(0);
}
.link_inner em {
	display: block;
	font-style: normal;
	text-align: center;
}
.movie-link {
	padding: 15px 25px;
}
.lineup_lead {
	margin: 0 auto;
	line-height: 0;
}
.lineup_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;

	-ms-flex-wrap: wrap;
}
.lineup_list li a {
	display: block;
	text-decoration: none;
}
.lineup_list li img {
	line-height: 0;
}
.lineup_list li span {
	display: block;
	margin: 0 -15px;
	color: #141414;
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;
}
.faq_unit {
	display: none;
	/**/
}
.faq_box {
	position: relative;
	background: #fff;
	border-radius: 10px;
}
.faq_box:before, .faq_box:after {
	position: absolute;
	content: '';
	display: block;
}
.faq_box:before {
	background: #ccc;
	border-radius: 50%;
}
.faq_box:after {
	color: #fff;
	font-weight: bold;
}
.faq_box._q {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: bold;
	align-items: center;

	-webkit-box-align: center;
	-ms-flex-align: center;
}
.faq_box._q:before {
	top: 50%;
	background: #003481;
	transform: translateY(-50%);

	-webkit-transform: translateY(-50%);
}
.faq_box._q:after {
	top: 50%;
	content: 'Q';
	transform: translateY(-50%);

	-webkit-transform: translateY(-50%);
}
.faq_box._a {
	border-color: #003481;
}
.faq_box._a:before {
	background: #fe6f00;
}
.faq_box._a:after {
	content: 'A';
}
.faq_icon {
	cursor: pointer;
	position: absolute;
	top: 50%;
	display: block;
	background: #eee;
	border-radius: 50%;
	transform: translateY(-50%);

	-webkit-transform: translateY(-50%);
}
.faq_icon:before, .faq_icon:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	content: '';
	display: block;
	margin: auto;
	background: #003481;
}
.faq_icon:after {
	transform: rotate(90deg);

	-webkit-transform: rotate(90deg);
}
._open .faq_icon:after {
	transform: rotate(0);

	-webkit-transform: rotate(0);
}
.faq_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* ie11 center */
}
.pop {
	position: relative;
	margin: 0 auto;
}
.pop_inner {
	min-height: 200px;
	/**/
	background-color: #fff;
	border-radius: 10px;
}
.pop_heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;

	-webkit-box-align: center;
	-ms-flex-align: center;
}
.pop_heading > span {
	position: relative;
	display: block;
	flex: 1;
	line-height: 0;

	-webkit-box-flex: 1;
	-ms-flex: 1;
}
.pop_heading > span:before, .pop_heading > span:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	display: block;
}
.pop_heading > span:before {
	width: 100%;
	background: #003481;
}
.pop_heading > span:after {
	background: #fe6f00;
}
.pop_heading > span img {
	display: inline-block;
	width: auto;
}
.pop_select + .pop_select {
	border-top: solid #eee 1px;
}
.pop_select-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex: 1;

	-webkit-box-flex: 1;
	-ms-flex: 1;
}
.pop_select-thum img {
	display: inline-block;
	border-color: #003481;
	border-radius: 50%;
	border-style: solid;
}
.pop_select-contents {
	flex: 1;

	-webkit-box-flex: 1;
	-ms-flex: 1;
}
.pop_select-heading {
	line-height: 0;
}
.pop_select-heading img {
	width: auto;
}
.pop_select-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* ie11 center */
}
.pop_bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* ie11 center */
}
.pop_close {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 0 auto;
	justify-content: center;
	background: #003481;
	border: solid 3px #003481;
	border-radius: 50px;
	outline: none;
	color: #fff;
	font-weight: bold;
	align-items: center;
	text-decoration: none;

	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
}
.pop_close span {
	position: relative;
	display: block;
}
.pop_close span:before, .pop_close span:after {
	position: absolute;
	bottom: 0;
	top: 0;
	content: '';
	display: block;
	margin: auto 0;
	background: #fff;
}
.pop_close span:before {
	transform: rotate(-45deg);

	-webkit-transform: rotate(-45deg);
}
.pop_close span:after {
	transform: rotate(45deg);

	-webkit-transform: rotate(45deg);
}
.pop_rules + .pop_rules {
	border-top: 1px solid #d7d7d7;
}
.pop_rules-heading {
	color: #003481;
	font-weight: bold;
}
.pop_rules-text {
	margin-top: 1em;
	letter-spacing: 0.05em;
}
.pop_rules-list {
	margin-top: 1em;
}
.pop_rules-list li {
	padding-left: 1em;
	letter-spacing: 0.05em;
	text-indent: -1em;
}
.pop .mfp-close {
	opacity: 1;
	background-color: #003481;
	border: solid 3px #003481;
	border-radius: 50%;
	line-height: 1;
}
.pop .mfp-close._bottom {
	bottom: 0;
}
.centerflow_unit + .centerflow_unit {
	border-top: solid 1px #eee;
}
.centerflow_title {
	color: #003481;
	font-weight: bold;
	line-height: 1;
}
.centerflow_note:before {
	content: '\203B';
}
.centerflow_bottom {
	border-top: solid #eee 5px;
}
.centerflow_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.shopflow_heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;

	-webkit-box-align: center;
	-ms-flex-align: center;
}
.shopflow_heading > span {
	position: relative;
	display: block;
	flex: 1;
	line-height: 0;

	-webkit-box-flex: 1;
	-ms-flex: 1;
}
.shopflow_heading > span:before, .shopflow_heading > span:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	display: block;
}
.shopflow_heading > span:before {
	width: 100%;
	background: #003481;
}
.shopflow_heading > span:after {
	background: #fe6f00;
}
.shopflow_heading > span img {
	display: inline-block;
	width: auto;
}
.shopflow_unit + .shopflow_unit {
	border-top: 1px solid #d7d7d7;
}
.shopflow_unit-title {
	margin-top: 0;
	padding: 0;
	background-color: transparent;
	border: none;
	border-radius: 0;
	color: #003481;
	font-weight: bold;
	line-height: 1.4;
}
.shopflow_form-button > p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.shopflow_input label {
	display: block;
}
.shopflow_input input[type='text'] {
	display: block;
	width: 100%;
	padding: 0 20px;
	flex: 1;
	background: #fff;
	border: solid 2px #eee;
	border-radius: 10px;
	outline: none;
	color: #141414;

	-webkit-appearance: none;
	-webkit-box-flex: 1;
	-ms-flex: 1;
}
.shopflow_input input[type='text']::-webkit-input-placeholder {
	color: #d7d7d7;
}
.shopflow_input input[type='text']::-moz-placeholder {
	color: #d7d7d7;
}
.shopflow_input input[type='text']::-ms-input-placeholder {
	color: #d7d7d7;
}
.shopflow_input input[type='text']::placeholder {
	color: #d7d7d7;
}
.shopflow_button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.shop_inner + .shop_inner {
	border-top: solid 5px #eee;
}
.shop_heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;

	-webkit-box-align: center;
	-ms-flex-align: center;
}
.shop_heading > span {
	position: relative;
	display: block;
	flex: 1;
	line-height: 0;

	-webkit-box-flex: 1;
	-ms-flex: 1;
}
.shop_heading > span:before, .shop_heading > span:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	display: block;
}
.shop_heading > span:before {
	width: 100%;
	background: #003481;
}
.shop_heading > span:after {
	background: #fe6f00;
}
.shop_heading > span img {
	display: inline-block;
	width: auto;
}
.shop_step + .shop_step {
	position: relative;
}
.shop_step + .shop_step:before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	display: block;
	height: 1px;
	width: 100%;
	background: #dcdcdc;
}
.shop_step + .shop_step:after {
	position: absolute;
	left: 50%;
	content: '';
	display: block;
	height: 0;
	width: 0;
	border-color: #fe8c00 transparent transparent transparent;
	border-style: solid;
	transform: translateX(-50%);

	-webkit-transform: translateX(-50%);
}
.shop_step:last-child {
	padding-bottom: 0;
}
.shop_step-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #003481;
	font-weight: bold;
	align-items: center;

	-webkit-box-align: center;
	-ms-flex-align: center;
}
.shop_step-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;

	-ms-flex-wrap: wrap;
}
.shop_step-list._line li {
	width: auto;
}
.shop_step-list li.active .txt:after, .shop_step-list li.on .txt:after {
	content: '';
}
.shop_step-list li label {
	cursor: pointer;
	display: block;
	height: 100%;
}
.shop_step-list li .txt {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	flex-wrap: wrap;
	align-items: center;

	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-flex-wrap: wrap;
}
.shop_step-list li .txt:before {
	position: absolute;
	left: 0;
	top: 50%;
	content: '';
	display: block;
	background: #fff;
	border: solid 2px #d7d7d7;
	border-radius: 3px;
	transform: translateY(-50%);

	-webkit-transform: translateY(-50%);
}
.shop_step-list li .txt:after {
	position: absolute;
	top: 50%;
	content: none;
	/**/
	display: block;
	border-bottom: solid 3px #fe6f00;
	border-left: solid 3px #fe6f00;
}
.shop_step-list li ._icon {
	display: block;
}
.shop_step-list li ._text {
	letter-spacing: 0;
}
.shop_input label {
	display: block;
}
.shop_input input[type='text'] {
	display: block;
	width: 100%;
	padding: 0 20px;
	flex: 1;
	background: #fff;
	border: solid 2px #eee;
	border-radius: 10px;
	outline: none;
	color: #141414;

	-webkit-appearance: none;
	-webkit-box-flex: 1;
	-ms-flex: 1;
}
.shop_input input[type='text']::-webkit-input-placeholder {
	color: #d7d7d7;
}
.shop_input input[type='text']::-moz-placeholder {
	color: #d7d7d7;
}
.shop_input input[type='text']::-ms-input-placeholder {
	color: #d7d7d7;
}
.shop_input input[type='text']::placeholder {
	color: #d7d7d7;
}
.centerlist_block-wrap {
	flex: 1;

	-webkit-box-flex: 1;
	-ms-flex: 1;
}
.centerlist_head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #eee;
	color: #003481;
	font-weight: bold;
	align-items: center;

	-webkit-box-align: center;
	-ms-flex-align: center;
}
.centerlist_contents-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;

	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-ms-flex-direction: column;
	-ms-flex-pack: center;
}
.centerlist_name {
	font-weight: bold;
}
.centerlist_sub {
	font-weight: bold;
}
.centerlist_note {
	margin-top: 3px;
	line-height: 1.5;
}
.centerlist_note:before {
	content: '\203B';
}
.centerlist_center-link {
	color: #003481;
}
.centerlist_number {
	text-decoration: none;
}
.centerlist_button {
	margin-top: 15px;
}
.centerlist_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.selectflow_bottom {
	border-top: solid #eee 5px;
}
.selectflow_unit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.selectflow_unit + .selectflow_unit {
	position: relative;
}
.selectflow_unit + .selectflow_unit:before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	display: block;
	height: 1px;
	width: 100%;
	background: #dcdcdc;
}
.selectflow_unit + .selectflow_unit:after {
	position: absolute;
	left: 50%;
	content: '';
	display: block;
	height: 0;
	width: 0;
	border-color: #fe8c00 transparent transparent transparent;
	border-style: solid;
	transform: translateX(-50%);

	-webkit-transform: translateX(-50%);
}
.selectflow_step {
	line-height: 1;
}
.selectflow_box {
	flex: 1;

	-webkit-box-flex: 1;
	-ms-flex: 1;
}
.selectflow_box-heading {
	color: #003481;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
.selectflow_box-heading span {
	color: #fe6f00;
}
.selectflow_box-text {
	letter-spacing: 0.05em;
}
.selectflow_box-text a {
	color: #003481;
}
.selectflow_box-note {
	padding-left: 1em;
	letter-spacing: 0.05em;
	line-height: 1.75;
	text-indent: -1em;
}
.selectflow_buttons {
	margin: 0 auto;
}
.selectflow_buttons li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
}
.b-core-ui-select {
	cursor: pointer;
	position: relative;
	height: 60px;
	width: 100%;
	padding: 0 65px 0 0;
	background: #fff;
	border: solid 2px #eee;
	border-radius: 10px;
	color: #141414;
	line-height: 60px;
}
.b-core-ui-select:before, .b-core-ui-select:after {
	position: absolute;
	top: 50%;
	content: '';
	display: block;
	transform: translateY(-50%);

	-webkit-transform: translateY(-50%);
}
.b-core-ui-select:before {
	right: -2px;
	height: 100%;
	width: 60px;
	background: #003481;
	border: solid 2px #003481;
	border-radius: 0 10px 10px 0;
}
.b-core-ui-select:after {
	right: 23px;
	height: 0;
	width: 0;
	border-color: #fff transparent transparent transparent;
	border-style: solid;
	border-width: 10px 7.5px 0 7.5px;
}
.b-core-ui-select__value {
	padding: 0 0 0 20px;
}
.b-core-ui-select.focus {
	cursor: pointer;
	height: 60px;
	width: 100%;
	background: #fff;
	border: solid 2px #eee;
	border-radius: 10px;
	color: #141414;
	line-height: 60px;
}
.b-core-ui-select.open {
	cursor: pointer;
	height: 60px;
	width: 100%;
	background: #fff;
	border: solid 2px #eee;
	border-radius: 10px;
	color: #141414;
	line-height: 60px;
}
.b-core-ui-select__dropdown {
	position: absolute;
	top: 0;
	display: none;
	background: #fff;
	border: solid 2px #eee;
	border-radius: 10px;
}
@media screen and (min-width: 569px) {
	main {
		min-width: 960px;
	}
	.sell-contents {
		font-size: 17px;
		line-height: 1.64706;
	}
	.for-sp {
		display: none;
	}
	.for-pc {
		display: block;
	}
	.sell-kv {
		padding-top: 32.72%;
		background-image: url('/sell/images/init/sell_kv_bg_pc.png');
		background-position: 50% 50%;
		background-size: cover;
	}
	.sell-kv_heading {
		width: 465px;
	}
	.sell-kv_list {
		width: 605px;
		margin: 30px auto 0;
		justify-content: space-between;

		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
	}
	.sell-kv_item {
		width: 171px;
	}
	.sell-kv_note {
		bottom: 10px;
		left: 10px;
		width: 114px;
	}
	.section {
		padding: 0 0 70px;
	}
	.section_heading {
		height: 210px;
		padding: 68px 0 0;
	}
	.section_heading img {
		height: 54px;
	}
	.section_heading._ico {
		padding-top: 35px;
	}
	.section_heading-ico-inner span img {
		height: 54px;
	}
	.section_heading-ico-inner > img {
		height: 100px;
		width: 100px;
		margin-right: 42px;
		border-width: 3px;
	}
	.section_contents {
		width: 960px;
		margin: -40px auto 0;
	}
	.section_contents + .section_contents {
		margin-top: 60px;
	}
	.section_under-button {
		width: 425px;
		margin: 57px auto 0;
	}
	.select {
		padding: 28px 40px 40px 40px;
	}
	.select_heading > span {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0 0 28px;
	}
	.select_heading > span:before, .select_heading > span:after {
		height: 5px;
	}
	.select_heading > span:after {
		width: 90px;
	}
	.select_heading > span img {
		height: 38px;
	}
	.select_heading > span span {
		margin: auto 0 0 20px;
		font-size: 76%;
		line-height: 1.4;
	}
	.select_heading > img {
		width: 100px;
		margin: 0 28px 0 0;
		border-width: 3px;
	}
	.select_list {
		margin: 32px 0 0;
	}
	.select_list li {
		width: 175px;
		padding: 6px 0 0;
	}
	.select_list li + li {
		margin-left: 115px;
	}
	.select_list li + li:before {
		left: -56px;
	}
	.select_list li + li:after {
		left: -64px;
		border-width: 14px 0 14px 20px;
	}
	.select_video-embed {
		position:relative;
		width:100%;
		max-width: 540px;
		margin: 50px auto 0;
		height:0;
		padding-top: 33.87%;
	}
	.select_video-telop {
		margin-top: 15px;
	}
	.select_video-telop img {
		max-width: 540px;
	}
	.select_video-telop--3 img {
		max-width: 490px;
	}
	.criterion_video-embed {
		position:relative;
		width:100%;
		max-width: 540px;
		margin: 50px auto 0;
		height:0;
		padding-top: 36.25%;
	}
	.criterion_video-telop {
		margin-top: 15px;
	}
	.criterion_video-telop img {
		max-width: 360px;
	}
	.banner_img {
		margin-inline: auto;
		margin-top:15px
	}
	.select_merit {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 44px 0 0;
		padding: 24px 30px 24px 40px;
		flex-wrap: wrap;
		border: solid 3px #003481;
		align-items: center;

		-webkit-box-align: center;
		-ms-flex-align: center;
		-ms-flex-wrap: wrap;
	}
	.select_merit p {
		width: 253px;
		margin: 0 39px 0 0;
	}
	.select_merit ul {
		flex: 1;

		-webkit-box-flex: 1;
		-ms-flex: 1;
	}
	.select_merit ul li {
		font-size: 106%;
		line-height: 1.66667;
	}
	.select_merit ul li + li {
		margin-top: 5px;
	}
	.select_link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 35px 0 0;
		justify-content: space-between;

		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
	}
	.select_link-item {
		width: 425px;
	}
	.select_more {
		margin: 65px 0 0;
		padding: 0 25px 35px 22px;
	}
	.select_more-inner {
		display: -webkit-box;
		display: -ms-flexbox;
	}
	.select_more-item._item1 img {
		margin-top: -12px;
		margin-bottom: 15px;
	}
	.select_more-item._item2 {
		/* position: absolute;
		bottom: -7px;
		right: 0;
		width: 321px; */
		max-width: 455px;
		width: 100%;
		margin-inline: auto;
	}
	.select_more-link {
		width: 445px;
		margin: 28px auto 10px;
	}
	.panel-link {
		padding: 60px 0 40px;
		border-top: solid 10px #003481;
	}
	.panel-link_inner {
		width: 960px;
		margin: 0 auto;
	}
	.panel-link_list {
		margin-left: -20px;
	}
	.panel-link_list li {
		width: 225px;
		margin-bottom: 20px;
		margin-left: 20px;
	}
	.panel-link_list li a {
		transition: opacity 0.2s;

		-webkit-transition: opacity 0.2s;
	}
	.panel-link_list li a:hover {
		opacity: 0.8;
	}
	.panel-link_list li a span:before {
		bottom: 10px;
		right: 10px;
	}
	.panel-link_list li a span:after {
		bottom: 15px;
		right: 15px;
	}
	.panel-link_list li a span {
		height: 80px;
		padding: 0 20px;
		font-size: 88%;
		line-height: 1.46667;
	}
	.panel-link_list li a span em {
		font-size: 76%;
	}
	.movie-link {
		padding: 40px 40px 25px;
	}
	.movie-link-list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.movie-link-list li {
		width: calc(33.333% - 20px);
		margin-left: 20px;
		margin-bottom: 20px;
	}

	.movie-link-list li:first-child {
		margin-left: 0;
	}
	.movie-link-list li a {
		transition: opacity 0.2s;

		-webkit-transition: opacity 0.2s;
	}
	/* .movie-link-list li a:hover {
		opacity: 0.8;
	} */
	.movie-link-list li a span:before {
		top: calc(50% - 9px);
		right: 10px;
	}
	.movie-link-list li a span:after {
		top: calc(50% - 4px);
		right: 15px;
	}
	.movie-link-list li a span {
		height: 80px;
		padding: 0 20px;
		font-size: 88%;
		line-height: 1.46667;
		background-color: #003481;
	}
	.movie-link-list li a span:hover {
		background-color: #fff;
		color: #003481;
	}
	.movie-link-list li a span em {
		font-size: 76%;
	}
	.purchase {
		height: 140px;
	}
	.purchase_inner {
		bottom: 20px;
		left: calc(100vw - 170px);
		height: 140px;
		width: 140px;
	}
	.purchase_button {
		height: 140px;
		width: 140px;
		transition: width 0.2s, height 0.2s;

		-webkit-transition: width 0.2s, height 0.2s;
	}
	.purchase_button:hover {
		height: 150px;
		width: 150px;
	}
	.purchase_button img {
		top: 26px;
		width: 71px;
	}
	.link {
		min-height: 60px;
		padding: 4px 50px 4px 30px;
		font-size: 106%;
		line-height: 1.4;
		transition: all 0.2s;

		-webkit-transition: all 0.2s;
	}
	.link:hover:before {
		right: 15px;
		height: 22px;
		width: 22px;
	}
	.link:before, .link:after {
		transition: all 0.2s;

		-webkit-transition: all 0.2s;
	}
	.link:before {
		right: 17px;
		height: 18px;
		width: 18px;
	}
	.link:after {
		right: 22px;
	}
	.link._blue:hover {
		background: #fff;
		color: #003481;
	}
	.link._blue:hover:before {
		background: #003481;
	}
	.link._blue:hover:after {
		border-color: transparent transparent transparent #fff;
	}
	.link._orange:hover {
		background: #fff;
		color: #fe6f00;
	}
	.link._orange:hover:before {
		background: #fe6f00;
	}
	.link._orange:hover:after {
		border-color: transparent transparent transparent #fff;
	}
	.link._border:hover {
		border-color: #003481;
	}
	.link._border:hover:before {
		right: 14px;
		height: 24px;
		width: 24px;
	}
	.link._border-plus span {
		right: 17px;
		height: 18px;
		width: 18px;
	}
	.link._border-plus span {
		transition: all 0.2s;

		-webkit-transition: all 0.2s;
	}
	.link._border-plus span:before {
		height: 10px;
	}
	.link._border-plus span:after {
		width: 10px;
	}
	.link._border-plus:hover {
		border-color: #003481;
	}
	.link._border-plus:hover span {
		right: 14px;
		height: 24px;
		width: 24px;
	}

	.link._plus .plus_icon {
		right: -36px;
		height: 18px;
		width: 18px;
	}
	.link._plus .plus_icon {
		transition: all 0.2s;

		-webkit-transition: all 0.2s;
	}
	.link._plus .plus_icon:before {
		height: 10px;
	}
	.link._plus .plus_icon:after {
		width: 10px;
	}
	.link._plus:hover {
		border-color: #003481;
	}
	.link._plus:hover .plus_icon {
		right: -38px;
		height: 24px;
		width: 24px;
	}

	.link._border-reverse {
		padding: 4px 30px 4px 40px;
	}
	.link._border-reverse:hover {
		border-color: #003481;
	}
	.link._border-reverse:hover:before {
		left: 14px;
		height: 24px;
		width: 24px;
	}
	.link._border-reverse:before {
		left: 17px;
	}
	.link._border-reverse:after {
		left: 22px;
	}
	.link._more {
		padding: 4px 40px;
	}
	.link._search:hover {
		background: #fff;
		color: #003481;
	}
	.link._search:hover span:before {
		background-image: url('/sell/images/init/icon_search_blue.png');
	}
	.link._double {
		padding: 4px 40px 4px 20px;
		font-size: 94%;
	}
	.link_icon {
		right: 27px;
		height: 40px;
		width: 40px;
		transition: all 0.2s;

		-webkit-transition: all 0.2s;
	}
	.link_icon:before, .link_icon:after {
		height: 3px;
		width: 15px;
	}
	.link_icon {
		right: 15px;
	}
	.link_inner em {
		font-size: 65%;
	}
	.criterion {
		padding: 45px 40px;
	}
	.lineup {
		padding: 65px 40px 30px;
	}
	.lineup_lead {
		width: 725px;
	}
	.lineup_list {
		margin: 14px -20px 0;
	}
	.lineup_list li {
		display: block !important;
		/**/
		width: 140px;
		margin: 30px 22px 0;
	}
	.lineup_list li a {
		transition: opacity 0.2s;

		-webkit-transition: opacity 0.2s;
	}
	.lineup_list li a:hover {
		opacity: 0.8;
	}
	.lineup_list li span {
		font-size: 94%;
		line-height: 1.5;
	}
	.lineup_more {
		display: none;
		/**/
	}
	.faq_item + .faq_item {
		margin-top: 10px;
	}
	.faq_unit {
		margin-bottom: 40px;
	}
	.faq_box {
		min-height: 90px;
		border: solid 3px #fff;
	}
	.faq_box:before {
		left: 40px;
		height: 46px;
		width: 46px;
	}
	.faq_box:after {
		left: 55px;
	}
	.faq_box._q {
		padding: 30px 80px 30px 114px;
		font-size: 118%;
		line-height: 1.1;
	}
	.faq_box._q:hover .faq_icon {
		right: 24px;
		height: 47px;
		width: 47px;
		background: #003481;
	}
	.faq_box._q:hover .faq_icon:before, .faq_box._q:hover .faq_icon:after {
		background: #fff;
	}
	.faq_box._q:after {
		font-size: 100%;
	}
	.faq_box._a {
		margin-top: 20px;
		padding: 35px 50px 45px 114px;
		font-size: 100%;
		line-height: 1.64706;
	}
	.faq_box._a:before {
		top: 25px;
	}
	.faq_box._a:after {
		top: 31px;
		font-size: 118%;
	}
	.faq_icon {
		right: 27px;
		height: 40px;
		width: 40px;
		transition: all 0.2s;

		-webkit-transition: all 0.2s;
	}
	.faq_icon:before, .faq_icon:after {
		height: 3px;
		width: 15px;
	}
	.faq_link {
		width: 425px;
		margin: 40px auto 0;
	}
	.pop {
		width: 960px;
		padding: 40px 0;
		line-height: 1.64706;
	}
	.pop_top {
		padding: 53px 40px 0;
	}
	.pop_heading > span {
		padding: 0 0 30px;
	}
	.pop_heading > span:before, .pop_heading > span:after {
		height: 5px;
	}
	.pop_heading > span:after {
		width: 40px;
	}
	.pop_heading > span img {
		height: 32px;
	}
	.pop_contents {
		margin-top: 40px;
	}
	.pop_select {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-bottom: 30px;
		flex-wrap: wrap;
		align-items: center;

		-webkit-box-align: center;
		-ms-flex-align: center;
		-ms-flex-wrap: wrap;
	}
	.pop_select + .pop_select {
		padding-top: 30px;
	}
	.pop_select-head {
		flex-wrap: wrap;

		-ms-flex-wrap: wrap;
	}
	.pop_select-thum {
		width: 100px;
	}
	.pop_select-thum img {
		border-width: 3px;
	}
	.pop_select-contents {
		margin-left: 22px;
	}
	.pop_select-heading img {
		height: 35px;
	}
	.pop_select-text {
		margin-top: 22px;
		font-size: 100%;
	}
	.pop_select-link {
		width: 325px;
		margin: 0 0 0 20px;
	}
	.pop_bottom {
		padding: 40px 0;
		border-top: solid #eee 5px;
	}
	.pop_close {
		cursor: pointer;
		width: 300px;
		min-height: 60px;
		transition: all 0.2s;

		-webkit-transition: all 0.2s;
	}
	.pop_close:hover {
		background: #fff;
		color: #003481;
	}
	.pop_close:hover span:before, .pop_close:hover span:after {
		background: #003481;
	}
	.pop_close span {
		padding-left: 16px;
		font-size: 106%;
		line-height: 2;
	}
	.pop_close span:before, .pop_close span:after {
		left: -34px;
		height: 3px;
		width: 15px;
	}
	.pop_rules {
		padding-bottom: 35px;
	}
	.pop_rules + .pop_rules {
		padding-top: 30px;
	}
	.pop_rules-heading {
		font-size: 147%;
	}
	.pop_rules-text {
		font-size: 100%;
		line-height: 1.64706;
	}
	.pop_rules-list li {
		font-size: 100%;
		line-height: 1.64706;
	}
	.pop .mfp-close {
		right: 30px;
		top: 10px;
		height: 60px;
		width: 60px;
		transition: all 0.2s;

		-webkit-transition: all 0.2s;
	}
	.pop .mfp-close:hover {
		background-color: #fff;
		border: solid 3px #003481;
		color: #003481;
	}
	.centerflow_inner {
		padding: 50px 40px 45px;
	}
	.centerflow_unit + .centerflow_unit {
		margin-top: 34px;
		padding-top: 40px;
	}
	.centerflow_title {
		font-size: 147%;
	}
	.centerflow_text {
		margin-top: 24px;
		font-size: 100%;
	}
	.centerflow_note {
		margin-top: 14px;
		font-size: 76%;
	}
	.centerflow_bottom {
		padding: 40px;
	}
	.centerflow_link {
		width: 425px;
		margin: 0 auto;
	}
	.shopflow_inner {
		padding: 40px 40px 0;
	}
	.shopflow_heading > span {
		padding: 0 0 30px 8px;
	}
	.shopflow_heading > span:before, .shopflow_heading > span:after {
		height: 5px;
	}
	.shopflow_heading > span:after {
		width: 40px;
	}
	.shopflow_heading > span img {
		height: 35px;
	}
	.shopflow_unit {
		padding: 40px 0;
	}
	.shopflow_unit-title {
		font-size: 147%;
	}
	.shopflow_form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 30px;
		justify-content: space-between;

		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
	}
	.shopflow_form-input {
		height: 60px;
		width: 540px;
	}
	.shopflow_form-button {
		width: 300px;
	}
	.shopflow_select._ph .b-core-ui-select__value {
		color: #d7d7d7;
	}
	.shopflow_input {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: center;

		-webkit-box-align: center;
		-ms-flex-align: center;
	}
	.shopflow_input label {
		margin: 0 40px 0 0;
	}
	.shopflow_input input[type='text'] {
		height: 60px;
		font-size: 100%;
		line-height: 60px;
	}
	.shopflow_text {
		font-size: 100%;
		line-height: 1.64706;
	}
	.shopflow_button {
		width: 425px;
		margin: 35px auto 0;
	}
	.shop_inner {
		padding: 40px;
	}
	.shop_heading > span {
		padding: 0 0 30px;
	}
	.shop_heading > span:before, .shop_heading > span:after {
		height: 5px;
	}
	.shop_heading > span:after {
		width: 40px;
	}
	.shop_heading > span img {
		height: 36px;
	}
	.shop_step {
		padding: 35px 0 40px;
	}
	.shop_step._step1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: center;

		-webkit-box-align: center;
		-ms-flex-align: center;
	}
	.shop_step._step1 .shop_step-box {
		margin-left: 45px;
		flex: 1;

		-webkit-box-flex: 1;
		-ms-flex: 1;
	}
	.shop_step + .shop_step:before {
		background: -webkit-gradient(linear, left top, right top, from(#dcdcdc), color-stop(45%, #dcdcdc), color-stop(45%, transparent), color-stop(55%, transparent), color-stop(55%, #dcdcdc), to(#dcdcdc));
		background: linear-gradient(to right, #dcdcdc 0%, #dcdcdc 45%, transparent 45%, transparent 55%, #dcdcdc 55%, #dcdcdc 100%);
	}
	.shop_step + .shop_step:after {
		top: -10px;
		border-width: 20px 14px 0 14px;
	}
	.shop_step-title {
		padding: 0 0 0 10px;
		font-size: 147%;
	}
	.shop_step-title img {
		width: 70px;
		margin: 0 28px 0 0;
	}
	.shop_step-list._line li {
		margin: 20px 80px 0 0;
	}
	.shop_step-list._line li .txt {
		padding: 0 0 0 35px;
	}
	.shop_step-list li {
		width: calc(100% / 4);
		margin: 20px 0 0;
		padding: 0 0 0 20px;
	}
	.shop_step-list li .txt {
		padding: 0 0 0 30px;
	}
	.shop_step-list li .txt:before {
		height: 16px;
		width: 16px;
	}
	.shop_step-list li .txt:after {
		left: 6px;
		height: 7px;
		width: 17px;
		transform: rotate(-45deg) translate(5px, -10px);

		-webkit-transform: rotate(-45deg) translate(5px, -10px);
	}
	.shop_step-list li ._icon {
		width: 46px;
		margin: 6px 12px 0 0;
	}
	.shop_step-list li ._text {
		flex: 1 0 auto;
		font-size: 94%;
		line-height: 1.5;

		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
	}
	.shop_select._ph .b-core-ui-select__value {
		color: #d7d7d7;
	}
	.shop_input {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: center;

		-webkit-box-align: center;
		-ms-flex-align: center;
	}
	.shop_input label {
		margin: 0 40px 0 0;
	}
	.shop_input input[type='text'] {
		height: 60px;
		font-size: 100%;
		line-height: 60px;
	}
	.shop_input {
		margin: 35px 0 0;
	}
	.shop_link {
		width: 425px;
		margin: 0 auto;
	}
	.centerlist_inner {
		padding: 40px 40px 5px;
	}
	.centerlist_unit {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: center;

		-webkit-box-align: center;
		-ms-flex-align: center;
	}
	.centerlist_unit + .centerlist_unit .centerlist_head {
		display: none;
	}
	.centerlist_unit + .centerlist_unit {
		border-top: solid 1px #eee;
	}
	.centerlist_unit._col3 .centerlist_block._discrict {
		width: 186px;
	}
	.centerlist_unit._col3 .centerlist_block._scope {
		width: 280px;
	}
	.centerlist_unit._col3 .centerlist_block._center {
		flex: 1;

		-webkit-box-flex: 1;
		-ms-flex: 1;
	}
	.centerlist_unit._col3 .centerlist_block._center .centerlist_contents {
		padding-right: 40px;
	}
	.centerlist_unit._col3 .centerlist_block._center .centerlist_head {
		padding-right: 40px;
	}
	.centerlist_unit._col3 .centerlist_contents {
		padding-bottom: 30px;
		padding-top: 25px;
	}
	.centerlist_unit._col4 .centerlist_block._discrict {
		width: 166px;
	}
	.centerlist_unit._col4 .centerlist_block._scope {
		width: 260px;
	}
	.centerlist_unit._col4 .centerlist_block._center {
		width: 292px;
	}
	.centerlist_unit._col4 .centerlist_block._center .centerlist_contents {
		padding-right: 53px;
	}
	.centerlist_unit._col4 .centerlist_block._center .centerlist_head {
		padding-right: 53px;
	}
	.centerlist_unit._col4 .centerlist_contents {
		padding-bottom: 35px;
		padding-top: 35px;
	}
	.centerlist_block-wrap._first {
		padding-right: 53px;
	}
	.centerlist_block-wrap._first .centerlist_block._scope {
		width: 227px !important;
	}
	.centerlist_block-wrap._first .centerlist_block._scope .centerlist_contents {
		padding-right: 0;
	}
	.centerlist_block-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.centerlist_block-row + .centerlist_block-row {
		border-top: solid 1px #eee;
	}
	.centerlist_block._discrict .centerlist_head {
		padding-left: 36px;
	}
	.centerlist_block._discrict .centerlist_contents {
		padding-left: 36px;
	}
	.centerlist_block._scope .centerlist_head {
		padding-right: 53px;
	}
	.centerlist_block._scope .centerlist_contents {
		padding-right: 53px;
	}
	.centerlist_block._tell {
		flex: 1;

		-webkit-box-flex: 1;
		-ms-flex: 1;
	}
	.centerlist_head {
		height: 80px;
		font-size: 94%;
	}
	._order-tokyo .centerlist_contents-inner._order .centerlist_text {
			order: 5;
	}
._order-tokyo .centerlist_contents-inner._order .centerlist_text:nth-of-type(2) {
		margin-top: 15px;
	}
	.centerlist_text._small {
		font-size: 76%;
	}
	.centerlist_name {
		margin-bottom: 5px;
		font-size: 94%;
	}
	.centerlist_sub {
		font-size: 76%;
	}
	.centerlist_note {
		font-size: 76%;
	}
	.centerlist_number {
		pointer-events: none;
		color: #141414;
	}
	.centerlist_text, .centerlist_center-link {
		font-size: 94%;
		line-height: 1.5;
	}
	.centerlist_bottom {
		padding: 35px 40px 40px;
		border-top: solid #eee 5px;
	}
	.centerlist_bottom-text {
		font-size: 100%;
	}
	.centerlist_link {
		width: 425px;
		margin: 35px auto 0;
	}
	.selectflow_inner {
		padding: 0 46px;
	}
	.selectflow_bottom {
		padding: 40px 0;
	}
	.selectflow_unit {
		padding: 40px 0;
	}
	.selectflow_unit + .selectflow_unit:before {
		background: -webkit-gradient(linear, left top, right top, from(#dcdcdc), color-stop(45%, #dcdcdc), color-stop(45%, transparent), color-stop(55%, transparent), color-stop(55%, #dcdcdc), to(#dcdcdc));
		background: linear-gradient(to right, #dcdcdc 0%, #dcdcdc 45%, transparent 45%, transparent 55%, #dcdcdc 55%, #dcdcdc 100%);
	}
	.selectflow_unit + .selectflow_unit:after {
		top: -10px;
		border-width: 20px 14px 0 14px;
	}
	.selectflow_step {
		width: 268px;
		padding-left: 5px;
	}
	.selectflow_box {
		margin-left: 55px;
		padding-top: 15px;
	}
	.selectflow_box-heading {
		font-size: 129%;
	}
	.selectflow_box-heading span {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff400));
		background: linear-gradient(transparent 60%, #fff400 60%);
	}
	.selectflow_box-text {
		margin-top: 15px;
		font-size: 100%;
		line-height: 1.64706;
	}
	.selectflow_box-note {
		margin-top: 7px;
		font-size: 76%;
	}
	.selectflow_buttons {
		width: 600px;
	}
	.selectflow_buttons li + li {
		width: 345px;
		margin-top: 30px;
	}
}
@media screen and (max-width: 568px) {
	.sell-contents {
		font-size: 14px;
		line-height: 1.60714;
	}
	.for-sp {
		display: block;
	}
	.for-pc {
		display: none;
	}
	.sell-kv {
		padding: 50vw 0;
		background-image: url('/sell/images/init/sell_kv_bg_sp.png');
		background-position: 50% 50%;
		background-size: 100vw 100vw;
	}
	.sell-kv_heading {
		width: 70.4vw;
	}
	.sell-kv_list {
		width: 100%;
		margin: 3.2vw 0 0;
	}
	.sell-kv_item {
		width: 28.53333vw;
	}
	.sell-kv_item._item1 {
		margin-left: 4.53333vw;
	}
	.sell-kv_item._item2 {
		margin-left: 2.13333vw;
	}
	.sell-kv_item._item3 {
		margin-left: 5.86667vw;
	}
	.sell-kv_note {
		bottom: 1.6vw;
		left: 1.6vw;
		width: 24.53333vw;
	}
	.section {
		padding: 0 0 35px;
	}
	.section_heading {
		height: 105px;
		padding: 28px 0 0;
	}
	.section_heading img {
		height: 9.06667vw;
		max-height: 34px;
	}
	.section_heading._ico {
		padding-top: 14px;
	}
	.section_heading._row {
		height: 135px;
		padding-top: 28px;
	}
	.section_heading._row img {
		height: 16.8vw;
		max-height: 63px;
	}
	.section_heading-ico-inner {
		padding: 0 10px;
	}
	.section_heading-ico-inner > img {
		height: 60px !important;
		width: 60px !important;
		max-height: 60px !important;
		margin-right: 15px;
		border-width: 2px;
	}
	.section_contents {
		margin: -20px 10px 0;
	}
	.section_contents + .section_contents {
		margin-top: 30px;
	}
	.section_under-button {
		margin: 30px 30px 0;
	}
	.select {
		padding: 28px 20px 25px;
	}
	.select_heading._note {
		margin-bottom: 20px;
	}
	.select_heading > span {
		display: block;
		margin: 0 0 20px;
		padding: 0 0 12px;
	}
	.select_heading > span:before, .select_heading > span:after {
		height: 2px;
	}
	.select_heading > span:after {
		width: 58px;
	}
	.select_heading > span img {
		height: 5.86667vw;
		max-height: 22px;
	}
	.select_heading > span span {
		position: absolute;
		bottom: -13px;
		left: 0;
		font-size: 71%;
	}
	.select_heading > img {
		width: 60px;
		margin: -18px 15px 0 -5px;
		border-width: 2px;
	}
	.select_list {
		margin: 5px 0 0;
	}
	.select_list li {
		width: 26.34921%;
		max-width: 83px;
		padding: 3px 0 0;
	}
	.select_list li + li {
		margin-left: 10.47619%;
	}
	.select_list li + li:before {
		left: -16px;
	}
	.select_list li + li:after {
		left: -23px;
		border-width: 10px 0 10px 15px;
	}
	.select_merit {
		margin: 24px 0 0;
		padding: 18px 19px 16px;
		border: solid 2px #003481;
	}
	.select_merit p {
		width: 100%;
    max-width: 250px;
	}
	.select_merit ul {
		margin: 14px 0 0 -6px;
	}
	.select_merit ul li {
		font-size: 100%;
		line-height: 1.42857;
	}
	.select_merit ul li + li {
		margin-top: 6px;
	}
	.select_link {
		margin: 20px 0 0;
	}
	.select_link-item + .select_link-item {
		margin-top: 15px;
	}
	.select_more {
		margin: 30px 0 0;
		padding: 0 20px 25px;
	}
	.select_more-inner {
		display: block;
	}
	.select_more-item._item1 img {
		margin-top: -10px;
		margin-bottom: 10px;
	}
	.select_more-item._item2 {
		max-width: 235px;
		margin: 10px auto 20px;
	}
	.select_more-link {
		margin: 20px 0 0;
	}
	.panel-link {
		padding: 15px 5px 20px;
		border-top: solid 5px #003481;
	}
	.panel-link_list li {
		width: calc( 50% - 10px);
		margin: 5px;
	}
	.panel-link_list li a figure img {
		width: calc( 100% + 12px);
		margin-left: -6px;
	}
	.panel-link_list li a span:before {
		bottom: 5px;
		right: 5px;
	}
	.panel-link_list li a span:after {
		bottom: 10px;
		right: 10px;
	}
	.panel-link_list li a span {
		height: 55px;
		padding: 0 10px;
		font-size: 86%;
		line-height: 1.5;
	}
	.panel-link_list li a span em {
		font-size: 64%;
		letter-spacing: -0.005em;
	}


	.movie-link-list li {
		width: calc( 50% - 10px);
		margin: 5px;
	}
	.movie-link-list li a figure img {
		width: calc( 100% + 12px);
		margin-left: -6px;
	}
	.movie-link-list li a span:before {
		top: calc(50% - 9px);
		right: 5px;
	}
	.movie-link-list li a span:after {
		top: calc(50% - 4px);
		right: 10px;
	}
	.movie-link-list li a span {
		height: 55px;
		padding: 0 30px 0 10px;
		font-size: 86%;
		line-height: 1.5;
	}
	.movie-link-list li a span em {
		font-size: 64%;
		letter-spacing: -0.005em;
	}
	.purchase {
		height: 90px;
	}
	.purchase_inner {
		bottom: 10px;
		left: calc(100vw - 95px);
		height: 90px;
		width: 90px;
	}
	.purchase_button {
		height: 90px;
		width: 90px;
	}
	.purchase_button img {
		top: 16px;
		width: 46px;
	}
	.link {
		min-height: 50px;
		padding: 4px 35px 4px 10px;
		font-size: 100%;
		line-height: 1.4;
	}
	.link:before {
		right: 12px;
		height: 20px;
		width: 20px;
	}
	.link:after {
		right: 18px;
	}
	.link._border {
		font-size: 86%;
	}
	.link._border-plus {
		font-size: 86%;
	}
	.link._border-plus span {
		right: 12px;
		height: 20px;
		width: 20px;
	}
	.link._border-plus span:before {
		height: 8px;
	}
	.link._border-plus span:after {
		width: 8px;
	}

	.link._plus {
		font-size: 86%;
	}
	.link._plus .plus_icon {
		right: 0;
		height: 20px;
		width: 20px;
	}
	.link._plus .plus_icon:before {
		height: 8px;
	}
	.link._plus .plus_icon:after {
		width: 8px;
	}

	.link._border-reverse {
		padding: 4px 10px 4px 35px;
	}
	.link._border-reverse:before {
		left: 12px;
	}
	.link._border-reverse:after {
		left: 18px;
	}
	.link._more {
		padding: 4px 40px;
	}
	.link._double {
		font-size: 93%;
	}
	.link_icon {
		right: 15px;
		height: 25px;
		width: 25px;
	}
	.link_icon:before, .link_icon:after {
		height: 3px;
		width: 10px;
	}
	.link_icon {
		right: 10px;
	}
	.link_inner em {
		font-size: 71%;
	}
	.criterion {
		padding: 20px;
	}
	.lineup {
		padding: 28px 20px 25px;
	}
	.lineup_lead {
		max-width: 281px;
	}
	.lineup_list {
		max-width: 315px;
		margin: 14px auto 0;
	}
	.lineup_list li {
		width: 34.92063%;
		margin: 15px 6.98413% 0;
	}
	.lineup_list li span {
		font-size: 100%;
		line-height: 1.42857;
	}
	.lineup_more {
		margin: 20px 0 0;
	}
	.faq_item + .faq_item {
		margin-top: 5px;
	}
	.faq_unit {
		margin-bottom: 20px;
	}
	.faq_box {
		min-height: 70px;
		border: solid 2px #fff;
	}
	.faq_box:before {
		left: 15px;
		height: 30px;
		width: 30px;
	}
	.faq_box:after {
		left: 24px;
	}
	.faq_box._q {
		padding: 10px 55px 10px 58px;
		font-size: 107%;
		line-height: 1.53333;
	}
	.faq_box._q:after {
		font-size: 93%;
	}
	.faq_box._a {
		margin-top: 5px;
		padding: 19px 15px 18px 58px;
		font-size: 93%;
		line-height: 1.61538;
	}
	.faq_box._a:before {
		top: 14px;
	}
	.faq_box._a:after {
		top: 18px;
		font-size: 107%;
	}
	.faq_icon {
		right: 15px;
		height: 25px;
		width: 25px;
	}
	.faq_icon:before, .faq_icon:after {
		height: 3px;
		width: 10px;
	}
	.faq_link {
		margin: 20px 20px 0;
	}
	.pop {
		width: 94.66667vw;
		padding: 30px 0;
		line-height: 1.7;
	}
	.pop_top {
		padding: 22px 20px 0;
	}
	.pop_heading._note {
		margin-bottom: 20px;
	}
	.pop_heading > span {
		padding: 0 0 20px;
	}
	.pop_heading > span:before, .pop_heading > span:after {
		height: 2px;
	}
	.pop_heading > span:after {
		width: 20px;
	}
	.pop_heading > span img {
		height: 5.6vw;
		max-height: 21px;
	}
	.pop_contents {
		margin-top: 4.53333vw;
	}
	.pop_select {
		padding-bottom: 20px;
	}
	.pop_select + .pop_select {
		padding-top: 20px;
	}
	.pop_select-thum {
		width: 70px;
	}
	.pop_select-thum img {
		border-width: 2px;
	}
	.pop_select-contents {
		margin-left: 18px;
	}
	.pop_select-heading img {
		height: 5.6vw;
		max-height: 21px;
	}
	.pop_select-text {
		margin-top: 9px;
		font-size: 93%;
	}
	.pop_select-link {
		margin-top: 15px;
	}
	.pop_select-link a {
		padding-left: 30px;
		font-size: 86%;
	}
	.pop_bottom {
		padding: 20px 0;
		border-top: solid #eee 1.33333vw;
	}
	.pop_close {
		width: 53.33333vw;
		min-height: 50px;
	}
	.pop_close span {
		padding-left: 10px;
		font-size: 100%;
	}
	.pop_close span:before, .pop_close span:after {
		left: -10px;
		height: 2px;
		width: 12px;
	}
	.pop_rules {
		padding-bottom: 20px;
	}
	.pop_rules + .pop_rules {
		padding-top: 15px;
	}
	.pop_rules-heading {
		font-size: 143%;
	}
	.pop_rules-text {
		font-size: 93%;
		line-height: 1.61538;
	}
	.pop_rules-list li {
		font-size: 93%;
		line-height: 1.61538;
	}
	.pop_rules-list._margin li + li {
		margin-top: 1em;
	}
	.pop .mfp-close {
		right: 10px;
		top: 10px;
		height: 40px;
		width: 40px;
	}
	.centerflow_inner {
		padding: 25px 20px 20px;
	}
	.centerflow_unit + .centerflow_unit {
		margin-top: 20px;
		padding-top: 25px;
	}
	.centerflow_title {
		font-size: 114%;
	}
	.centerflow_text {
		margin-top: 15px;
		font-size: 100%;
	}
	.centerflow_note {
		margin-top: 5px;
		font-size: 71%;
	}
	.centerflow_bottom {
		padding: 20px;
	}
	.centerflow_link {
		width: 100%;
	}
	.shopflow_inner {
		padding: 20px 20px 0;
	}
	.shopflow_heading > span {
		padding: 0 0 20px;
	}
	.shopflow_heading > span:before, .shopflow_heading > span:after {
		height: 2px;
	}
	.shopflow_heading > span:after {
		width: 40px;
	}
	.shopflow_heading > span img {
		height: 15.73333vw;
		max-height: 59px;
	}
	.shopflow_unit {
		padding: 25px 0;
	}
	.shopflow_unit-title {
		font-size: 114%;
	}
	.shopflow_form-input {
		height: 50px;
		margin-top: 15px;
	}
	.shopflow_form-button {
		height: 50px;
		margin-top: 20px;
	}
	.shopflow_select {
		position: relative;
	}
	.shopflow_select:before, .shopflow_select:after {
		pointer-events: none;
		position: absolute;
		top: 50%;
		content: '';
		display: block;
		transform: translateY(-50%);

		-webkit-transform: translateY(-50%);
	}
	.shopflow_select:before {
		right: 0;
		height: 100%;
		width: 50px;
		background: #003481;
		border-radius: 0 10px 10px 0;
	}
	.shopflow_select:after {
		right: 20px;
		height: 0;
		width: 0;
		border-color: #fff transparent transparent transparent;
		border-style: solid;
		border-width: 6px 5px 0 5px;
	}
	.shopflow_select select {
		cursor: pointer;
		height: 50px;
		width: 100%;
		padding: 0 70px 0 20px;
		background: transparent;
		border: solid 2px #eee;
		border-radius: 10px;
		outline: none;
		color: #141414;
		font-size: 100%;
		line-height: 50px;
	}
	.shopflow_select._ph select {
		color: #d7d7d7;
	}
	.shopflow_input input[type='text'] {
		height: 50px;
		margin: 10px 0 0;
		font-size: 100%;
		line-height: 50px;
	}
	.shopflow_text {
		font-size: 100%;
		line-height: 1.60714;
	}
	.shopflow_button {
		margin-top: 25px;
	}
	.shop_inner {
		padding: 20px;
	}
	.shop_inner + .shop_inner {
		padding-bottom: 25px;
	}
	.shop_heading._note {
		margin-bottom: 20px;
	}
	.shop_heading > span {
		padding: 0 0 20px;
	}
	.shop_heading > span:before, .shop_heading > span:after {
		height: 2px;
	}
	.shop_heading > span:after {
		width: 20px;
	}
	.shop_heading > span img {
		height: 5.6vw;
		max-height: 21px;
	}
	.shop_step {
		padding: 20px 0;
	}
	.shop_step._step1 .shop_step-box {
		margin-top: 15px;
	}
	.shop_step + .shop_step:before {
		background: -webkit-gradient(linear, left top, right top, from(#dcdcdc), color-stop(41%, #dcdcdc), color-stop(41%, transparent), color-stop(59%, transparent), color-stop(59%, #dcdcdc), to(#dcdcdc));
		background: linear-gradient(to right, #dcdcdc 0%, #dcdcdc 41%, transparent 41%, transparent 59%, #dcdcdc 59%, #dcdcdc 100%);
	}
	.shop_step + .shop_step:after {
		top: -6px;
		border-width: 15px 10px 0 10px;
	}
	.shop_step-title {
		font-size: 114%;
		line-height: 1.225;
	}
	.shop_step-title img {
		width: 60px;
		margin: 0 15px 0 0;
	}
	.shop_step-box {
		margin-top: 6px;
	}
	.shop_step-list._line li {
		margin: 0 50px 0 0;
	}
	.shop_step-list li {
		width: 50%;
		min-height: 60px;
		padding: 0 10px 0 0;
	}
	.shop_step-list li .txt {
		padding: 0 0 0 38px;
	}
	.shop_step-list li .txt:before {
		height: 28px;
		width: 28px;
	}
	.shop_step-list li .txt:after {
		left: 4px;
		height: 8px;
		width: 16px;
		transform: rotate(-45deg) translate(8px, -5px);

		-webkit-transform: rotate(-45deg) translate(8px, -5px);
	}
	.shop_step-list li ._icon {
		width: 36px;
		margin: 6px 6px 0 0;
	}
	.shop_step-list li ._text {
		flex: 1;
		font-size: 86%;
		line-height: 1.33333;

		-webkit-box-flex: 1;
		-ms-flex: 1;
	}
	.shop_select {
		position: relative;
	}
	.shop_select:before, .shop_select:after {
		pointer-events: none;
		position: absolute;
		top: 50%;
		content: '';
		display: block;
		transform: translateY(-50%);

		-webkit-transform: translateY(-50%);
	}
	.shop_select:before {
		right: 0;
		height: 100%;
		width: 50px;
		background: #003481;
		border-radius: 0 10px 10px 0;
	}
	.shop_select:after {
		right: 20px;
		height: 0;
		width: 0;
		border-color: #fff transparent transparent transparent;
		border-style: solid;
		border-width: 6px 5px 0 5px;
	}
	.shop_select select {
		cursor: pointer;
		height: 50px;
		width: 100%;
		padding: 0 70px 0 20px;
		background: transparent;
		border: solid 2px #eee;
		border-radius: 10px;
		outline: none;
		color: #141414;
		font-size: 100%;
		line-height: 50px;
	}
	.shop_select._ph select {
		color: #d7d7d7;
	}
	.shop_input input[type='text'] {
		height: 50px;
		margin: 10px 0 0;
		font-size: 100%;
		line-height: 50px;
	}
	.shop_input {
		margin: 20px 0 0;
	}
	.shop_link {
		width: 100%;
	}
	.centerlist_inner {
		overflow: hidden;
		padding: 20px;
	}
	.centerlist_scroll {
		overflow-x: scroll;
	}
	.centerlist_scroll-unit {
		min-width: 315px;
	}
	.centerlist_unit {
		border: solid 1px #eee;
	}
	.centerlist_unit + .centerlist_unit {
		margin-top: 10px;
	}
	.centerlist_block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.centerlist_block._tell .centerlist_head {
		align-items: center;

		-webkit-box-align: center;
		-ms-flex-align: center;
	}
	.centerlist_head {
		width: 85px;
		padding: 12px 15px;
		font-size: 93%;
		align-items: flex-start;

		-webkit-box-align: start;
		-ms-flex-align: start;
	}
	.centerlist_head span {
		margin-right: -20px;
	}
	.centerlist_contents {
		padding: 12px 15px;
		flex: 1;

		-webkit-box-flex: 1;
		-ms-flex: 1;
	}
	.centerlist_contents-inner {
		height: auto !important;
	}
	.centerlist_contents-inner._line {
		position: relative;
	}
	.centerlist_contents-inner._line:before {
		position: absolute;
		left: 0;
		top: -12px;
		content: '';
		height: 1px;
		width: 100%;
		background-color: #eee;
	}
	.centerlist_contents-inner._order .centerlist_name {
		order: 1;

		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
	}
	.centerlist_contents-inner._order .centerlist_text._small {
		order: 5;

		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
	}
	.centerlist_contents-inner._order .centerlist_button {
		order: 3;

		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
	}
	.centerlist_contents-inner._order .centerlist_text._phone {
		margin-top: 15px;
		order: 4;

		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
	}
	.centerlist_contents-inner._order .centerlist_text {
		margin-top: 15px;
		order: 5;

		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
	}
	.centerlist_contents-inner._order .centerlist_note {
		order: 6;

		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
	}
	.centerlist_text span {
		display: none;
	}
	.centerlist_text._small {
		font-size: 71%;
	}
	.centerlist_name {
		font-size: 93%;
	}
	.centerlist_sub {
		font-size: 71%;
	}
	.centerlist_note {
		padding-left: 1em;
		font-size: 71%;
		text-indent: -1em;
	}
	.centerlist_number {
		position: relative;
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		min-height: 40px;
		padding: 4px 20px 4px 40px;
		justify-content: center;
		background: #fff;
		border: solid 2px #d7d7d7;
		border-radius: 50px;
		color: #003481;
		font-size: 100%;
		font-weight: bold;
		font-weight: bold;
		align-items: center;
		line-height: 1.4;

		-webkit-box-align: center;
		-webkit-box-pack: center;
		-ms-flex-align: center;
		-ms-flex-pack: center;
	}
	.centerlist_number:before {
		position: absolute;
		left: 28px;
		top: 50%;
		content: '';
		display: block;
		height: 20px;
		width: 15px;
		background-image: url('/sell/images/init/icon_phone.png');
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: cover;
		transform: translateY(-50%);

		-webkit-transform: translateY(-50%);
	}
	.centerlist_text, .centerlist_center-link {
		font-size: 93%;
		line-height: 1.53846;
	}
	.centerlist_bottom {
		padding: 0 20px 20px;
	}
	.centerlist_bottom-text {
		margin-bottom: 20px;
		font-size: 100%;
	}
	.centerlist_link {
		width: 100%;
	}
	.selectflow_inner {
		padding: 5px 15px 0;
	}
	.selectflow_bottom {
		padding: 20px;
	}
	.selectflow_unit {
		padding: 23px 0;
	}
	.selectflow_unit + .selectflow_unit:before {
		background: -webkit-gradient(linear, left top, right top, from(#dcdcdc), color-stop(41%, #dcdcdc), color-stop(41%, transparent), color-stop(59%, transparent), color-stop(59%, #dcdcdc), to(#dcdcdc));
		background: linear-gradient(to right, #dcdcdc 0%, #dcdcdc 41%, transparent 41%, transparent 59%, #dcdcdc 59%, #dcdcdc 100%);
	}
	.selectflow_unit + .selectflow_unit:after {
		top: -6px;
		border-width: 15px 10px 0 10px;
	}
	.selectflow_step {
		width: 91px;
	}
	.selectflow_box {
		margin-left: 11px;
	}
	.selectflow_box-heading {
		font-size: 121%;
	}
	.selectflow_box-heading span {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #fff400));
		background: linear-gradient(transparent 40%, #fff400 40%);
	}
	.selectflow_box-text {
		margin-top: 5px;
		font-size: 93%;
		line-height: 1.61538;
	}
	.selectflow_box-note {
		margin-top: 10px;
		font-size: 71%;
	}
	.selectflow_buttons li + li {
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 15px;
	}
}
