@charset "utf-8";

/*----------------------------
	storeselect
------------------------------*/
#container.storeselect {
	width: auto;
	overflow: visible;
	color: #000;
}
.storeselect .sp {
	display: none;
}
.storeselect .inner {
	margin: 0 auto;
	width: 1000px;
}
.storeselect p {
	margin-top: 0;
}
.storeselect a {
	transition: opacity 0.3s ease-out;
}
.storeselect a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.storeselect img {
	width: 100%;
	height: auto;
}
.storeselect sup {
	font-size: 80%;
}
.storeselect .fwB {
	font-weight: bold;
}
.storeselect input, button, textarea {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family:inherit;
}
.storeselect select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family:inherit;
}
.storeselect select::-ms-expand {/*for ie*/
	display: none;
}
@media (max-width: 767px) {
	.storeselect {
		font-size: 4.4vw;
	}
	.storeselect .sp {
		display: block;
	}
	.storeselect .pc {
		display: none;
	}
	.storeselect .inner {
		width: 90%;
	}
}

/* ttlBlock */
.storeselect .ttlBlock {
	background-image: url(/card/business_shop/img/openstoreselect_bg_ttl.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% 100%;
}
.storeselect .ttlBlock .inner {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 98px;
}
.storeselect .ttlBlock h1 {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1.8px 2.4px 2.4px rgba(0, 0, 0, 0.55);
}
@media (max-width: 767px) {
	.storeselect .ttlBlock {
		background-image: url(/card/business_shop/img/openstoreselect_bg_ttl_sp.png);
	}
	.storeselect .ttlBlock .inner {
		height: 21.733vw;
	}
	.storeselect .ttlBlock h1 {
		font-size: 4.667vw;
	}
}

/* formBlock */
.storeselect .formBlock {
	padding: 40px 0 80px;
}
.storeselect .formBlock .lead {
	font-size: 23px;
	text-align: center;
}
.storeselect .formBlock .lead + p {
	margin-top: 15px;
	font-size: 18px;
	text-align: center;
}
.storeselect .formBlock .wrap {
	margin: 30px auto 0;
	width: 846px;
	display: flex;
	justify-content: center;
}
.storeselect .formBlock .note {
	margin-top: 30px;
	font-size: 16px;
	text-align: center;
}
@media (max-width: 767px) {
	.storeselect .formBlock {
		padding: 8.667vw 0 29.333vw;
	}
	.storeselect .formBlock .lead {
		font-size: 4vw;
	}
	.storeselect .formBlock .lead + p {
		margin-top: 4vw;
		font-size: 3.333vw;
	}
	.storeselect .formBlock .wrap {
		margin: 8vw auto 0;
		width: 100%;
		flex-direction: column;
		align-items: center;
	}
	.storeselect .formBlock .note {
		margin-top: 7vw;
		font-size: 2.933vw;
	}
}

/* selectBlock */
.storeselect .formBlock .selectBlock {
	position: relative;
}
.storeselect .selectBlock .label {
	font-size: 17px;
	font-weight: bold;
	color: #000;
	text-align: center;
	position: absolute;
	width: 395px;
	height: 66px;
	border: solid 1px #000;
	background: #e4e3e4;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .2s linear;
}
.storeselect .selectBlock:hover .label {
	transform: scale(1.05);
}
.storeselect .selectBlock select.shopSlect {
	width: 395px;
	height: 66px;
	font-size: 17px;
	font-weight: bold;
	color: #000;
	opacity: 0;
	position: relative;
	z-index: 2;
}
@media (max-width: 767px) {
	.storeselect .formBlock .selectBlock {
		width: 100%;
	}
	.storeselect .selectBlock .label {
		font-size: 4.267vw;
		width: 100%;
		height: 14.667vw;
	}
	.storeselect .selectBlock select.shopSlect {
		width: 100%;
		height: 14.667vw;
		font-size: 4.267vw;
	}
}

/* btnBlock */
.storeselect .formBlock .btnBlock {
	margin: 50px auto 0;
	width: 138px;
}
.storeselect .btnBlock input.btnNext {
	width: 100%;
	height: 59px;
	background: #6b6b6b;
	border-radius: 5px;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.storeselect .btnBlock input.btnNext:disabled {
	background: #ccc;
	cursor: default;
}
@media (max-width: 767px) {
	.storeselect .formBlock .btnBlock {
		margin: 8vw auto 0;
		width: 30.667vw;
	}
	.storeselect .btnBlock input.btnNext {
		height: 9.067vw;
		font-size: 3.733vw;
	}
}

/* footer */
footer {
	padding: 40px 0;
	border-top: solid 12px #f2f2f2;
	font-size: 13px;
	text-align: center;
}
footer p {
	margin-top: 0;
}
@media (max-width: 767px) {
	footer {
		padding: 5.333vw 0;
		border-top: solid 1.6vw #f2f2f2;
		font-size: 2.667vw;
	}
}