@charset "utf-8";

.wq-Form .wq-Selector>.wq--head>.wq--main>.wq--note {
	color: #333!important;
	font-size: 16px!important;
}
.wq-Form .wq-Selector>.wq--body {
	align-items: center;
	display: grid!important;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
	justify-content: center;
}
.wq-Form .wq-Option {
	border: 1px solid #ccc;
	width: 100%!important;
}
.wq-Form .wq-Image.wq-belongs-option.wq-belongs-hnavigator {
    height: 230px!important;
    width: 200px!important;
}
.wq-Form .wq-Option>.wq--label {
	padding: 8px;
}
.wq-Form .wq-Option>.wq--label>.wq--main>.wq--name {
	background-color: #eee;
	font-size: 16px;
	font-weight: 600;
	order: 0;
	padding: 8px 10px;
	word-break: auto-phrase;
}
.wq-Form .wq-Option>.wq--label>.wq--main>.wq--prices>.wq--price {
	font-size: 16px!important;
	font-weight: 600;
}
.wq-Form .wq-Option>.wq--label>.wq--main>.wq--prices {
    border-bottom: 1px dashed #999;
	order: 1;
	margin: 0.5rem auto 0;
    padding-bottom: 5px !important;
}
.wq-Form .wq-Option>.wq--label>.wq--main>.wq--prices:before {
	content: "販売価格：";
	font-size: 14px;
}
.wq-Form .wq-Option>.wq--label>.wq--main>.wq--prices:after {
	content: "(税込)";
	font-size: 12px;
}
.wq-Form .wq-Option>.wq--label>.wq--main>.wq--note {
	color: #333!important;
	order: 2;
}
.aform_description_box {
	display: inline-block;
	font-size: 15px!important;
	line-height: 1.5;
	margin-top: 0.5rem;
	text-align: left!important;
}
.aform_description_box ul {
	margin: 0;
	padding-left: 1em;
}
.aform_description_box ul li {
	margin: 8px auto!important;
}
.lotof_buy_item, .assembly_item {
	color: #cf2e2e;
	display: block;
	font-weight: 600;
	text-align: center;
}
/* --- フォーム --- */
.wq-Form .wq-Attributes:before {
    background-color: #eee;
	content: "個人情報入力フォーム";
    display: block;
    font-size: 1.2rem;
    margin: 2rem auto 1.5rem;
    padding: 0.5em 1em;
	text-align: center;
}
.wq-Attributes.wq-is-confirming:before {
	content: "入力内容確認"!important;
}
.wq-Form .wq-Control {
	font-size: 16px!important;
}
.wq-Form .wq-Attributes>:not(:last-child) {
	border-bottom: 1px solid #999;
    padding-bottom: 28px;
}
.wq-Form .wq-Control>.wq--header {
	align-items: center!important;
	width: 15em!important;
}
.wq-Form .wq-Control>.wq--header>.wq--label {
	font-size: 16px!important;
}
.wq--required {
	background-color: #cc0000;
	color: #fefefe!important;
	font-weight: 600!important;
	padding: 3px 5px;
	margin-left: 1em;
}
.wq-is-confirming .wq--required {
	background-color: inherit!important;
	color: inherit!important;
	padding: inherit!important;
	margin-left: inherit!important;
}
.wq-Form .wq-TextArea, .wq-Form .wq-TextInput {
	border: 1px solid #666!important;
}
.wq-Form .wq-Control>.wq--body .wq--note {
	opacity: 0.8!important;
}
.wq-Dialog .wq-Button, .wq-Form .wq-Button { cursor: pointer; }
.page-id-3870 .grecaptcha-badge { visibility: hidden; }

	@media(min-width: 499.98px) {
		.wq-Form .wq-Selector>.wq--body {
			grid-template-columns: repeat(auto-fill,minmax(calc(100% / 2), 1fr));
		}
	}
	@media screen and (min-width: 782.001px) {
		.wq-Form .wq-Selector>.wq--body {
			grid-template-columns: repeat(auto-fill,minmax(calc(100% / 3), 1fr));
		}
		.wq-Form .wq-Option {
				border-left: 1px solid #ccc;
				border-right: 1px solid #ccc;
		}
		.wq-Form .wq-Image.wq-belongs-option.wq-belongs-hnavigator {
			height: 150px!important;
			width: 130px!important;
		}
	}
	@media(min-width: 991.98px) {
		.wq-Form .wq-Selector>.wq--body {
			grid-template-columns: repeat(auto-fill,minmax(calc(100% / 4), 1fr));
		}
		.wq-Form .wq-Image.wq-belongs-option.wq-belongs-hnavigator {
			height: 200px!important;
			width: 230px!important;
		}
	}