@charset "UTF-8";
/* widthが799以下の時読み込まれる */
@media only screen and (max-width: 799px) {
	/*---------------------------------------------
	お届け先3を不使用
---------------------------------------------*/
	#fs_label_addressLine3, #fs_input_addressLine3 {
		display: none;
	}
	/*---------------------------------------------
	商品ページ
---------------------------------------------*/
	/* 送料無料を非表示 */
	.fs-c-productPostage {
		display: none;
	}
	.fs-c-productListItem__prices {
		position: unset;
	}
	/*---------------------------------------------
	ご注文手続き
---------------------------------------------*/
	.fs-c-inputTable--inModal > tbody > tr {
		display: flex;
	}
	/* お客様の情報 */
	#__fs_modal_buyer .fs-c-inputInformation__field::before {
		display: block;
		margin-bottom: 3em;
		content: "下記項目より登録情報の変更をお願いいたします。（＊は必須入力です。）";
	}
	#__fs_modal_buyer .fs-c-inputTable tr:nth-of-type(3) .fs-c-inputTable__dataCell .fs-c-inputField::after {
		display: block;
		content: "※メールフィルター機能をご利用されている場合[koseishop.com]ドメインからのメールを受信できるよう設定変更をお願いいたします。";
	}
	/* お届け先 */
	label[for="fs_input_addressType_other"] .fs-c-radio__radioLabelText::after {
		content: "（＊は必須入力です。）";
		font-size: 1em;
		color: #666;
	}
	/* 会員登録 */
	/*
.fs-c-inputInformation__message p {
	display: none;
}
.fs-c-inputInformation__message::after {
	margin-bottom: 1em;
	content: "会員登録にあたり下記項目のご入力をお願いいたします。（＊は必須入力です。）";
	font-size: 1.25em;
}
*/
	#fs_Register .fs-c-inputTable tr:nth-of-type(4) .fs-c-inputField::after {
		display: block;
		content: "※4文字以上（半角英数）";
	}
	/*---------------------------------------------
	マイページ
---------------------------------------------*/
	/* 会員情報詳細 */
	.fs-c-inputTable__dataCell {
		font-size: 2rem;
	}
}