@charset "UTF-8";

/*---------------------------------------------
	お届け先3を不使用
---------------------------------------------*/

#fs_label_addressLine3,
#fs_input_addressLine3 {
    display: none;
}


/*---------------------------------------------
	商品ページ
---------------------------------------------*/


/* 送料無料を非表示 */

.fs-c-productPostage {
    display: none;
}


/* 母の日ギフト在庫切れ非表示*/

.outOfstock_delete>.fs-c-productNotice {
    display: none;
}

.outOfstock_delete>.fs-c-productNotice--outOfStock {
    display: none;
}

.outOfstock_delete>.fs-c-productListItem__outOfStock {
    display: none;
}

.outOfstock_delete>.fs-c-productListItem__notice {
    display: none;
}

.outOfstock_delete>.fs-c-productStock {
    display: none;
}



/*---------------------------------------------
	ご注文手続き
---------------------------------------------*/

.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文字以上（半角英数）";
}