@charset "utf-8";
/* CSS Document */

/*見出し*/
.fs-c-heading--page {
    padding: 0 0 0.5em 0;
    margin-bottom: 50px;
}
/*マイページ小見出し*/
.mypage_kodashi {
    margin-bottom: 20px;
    border-left: 5px solid #9A9A9A;
    padding-left: 10px;
    font-size: 20px;
    font-weight: 600;
}
/*=============ログインページ===========*/
/*見出し太文字*/
.fs-c-loginForm h2 {
    font-weight: 600;
}
/*新規登録整え*/
.fs-c-newUsers__title {
    margin-bottom: 24px;
}
.fs-c-newUsers__message {
    margin-bottom: 30px;
}
/*============新規会員登録============*/

/*注意書きの上に隙間*/
.fs-c-inputField__explanation, .fs-c-birthdayOnceMessage {
    margin-top: 10px;
}
.fs-c-inputTable > tbody > tr + tr {
    margin-top: 34px;
}
#fs_Register .fs-c-inputTable > tbody > tr, 
#fs_CustomerDetailsSubscribe .fs-c-inputTable > tbody > tr 
{
    padding: 0 0 34px;
    border-bottom: 1px dashed #D8D8D8;
}
.fs-c-inputTable__headerCell {
    margin-bottom: 10px;
    border-left: 5px solid #9A9A9A;
    padding-left: 10px;
}
.fs-c-fieldMessage a, 
.fs-c-checkbox__labelText a {
    text-decoration: underline;
}
.fs-c-fieldMessage:not(.fs-c-additionalCheckField) + .fs-c-fieldMessage {
    margin-top: 0;
}
.fs-c-fieldMessage--memberPolicy {
    margin-top: 34px;
}
.fs-c-agreementConfirmation__message {
    background: #fff;
}
/*============会員登録内容変更============*/
/*住所の下にテキスト挿入*/
#fs_EditAccountSettings table.fs-c-inputTable tr:nth-child(6)::before {
	content: '定期コースのお届け先情報も変更する場合は、下部にある「定期コースのお届け先」にチェックをお願いします';
	font-size: 14px;
	font-weight: bold;
	color: #ef6a50;
	display: block;
	margin-bottom: 20px;
}
/*定期のお届け先情報を変更*/
#fs_EditAccountSettings .fs-c-checkbox__labelText {
	font-size: 0;
}
#fs_EditAccountSettings .fs-c-checkbox__labelText::before {
	content: '定期コースのお届け先情報も変更する場合は、こちらにチェックをお願いします';
	font-size: 20px;
	line-height: 1.2em;
	font-weight: bold;
}
/*チェックボックス*/
#fs_EditAccountSettings .fs-c-checkbox__checkMark {
	height: 24px;
	margin: 0 20px 0 0;
	min-width: 24px;
}
#fs_EditAccountSettings .fs-c-checkbox__checkMark::before {
    font-size: 1.5em;
}
#fs_EditAccountSettings .fs-c-syncDestinationInfoField .fs-c-inputField {
	border: 2px solid #DBDBDB;
	padding: 1em;
	margin-top: 20px;
}
#fs_EditAccountSettings fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField {
	margin-top: 80px;
}
#fs_EditAccountSettings .fs-c-syncDestinationInfoField::before {
	content: '定期コースのお届け先';
	font-size: 16px;
    border-left: 5px solid #9A9A9A;
    padding-left: 10px;
}
/*============パスワード再設定============*/
#pass_reset {
    margin-bottom: 50px;
    width: 740px;
    margin-right: auto;
    margin-left: auto;
}
#pass_reset ul li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #D8D8D8;
}
/*============マイページトップ============*/
/*上部会員情報-全体*/
.fs-p-accountInfo {
    background: #fff;
    padding: 0px;
}
/*会員ネーム*/
.fs-p-accountInfo__accountName__name {
    font-size: 20px;
    font-weight: 600;
}
/*ポイントとステージの入れ子*/
#mypage #point_stage_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#mypage #point_stage_wrap .point_stage_child {
    width: 48.5%;
}
/*会員ポイント*/
.fs-p-accountInfo__body {
    text-align: center;
    background: #ffffff;
    padding: 0px;
    margin-bottom: 0px;
}
/*会員ステージ*/
.fs-p-memberInfo__stage {
    font-size: 20px;
    font-weight: 600;
}
/*ダイヤモンド会員ステージ*/
.is-staged--2::before {
    content: '';
    display: inline-block;
    background-image: url(https://araitai.itembox.design/item/common/mypage/s_plutinum.jpg);
    background-size: contain;
    vertical-align: middle;
    width: 40px;
    height: 40px;
}
/*ゴールド会員ステージ*/
.is-staged--3::before {
    content: '';
    display: inline-block;
    background-image: url(https://araitai.itembox.design/item/common/mypage/s_gold.jpg);
    background-size: contain;
    vertical-align: middle;
    width: 40px;
    height: 40px;
}
/*シルバー会員ステージ*/
.is-staged--4::before {
    content: '';
    display: inline-block;
    background-image: url(https://araitai.itembox.design/item/common/mypage/s_silver.jpg);
    background-size: contain;
    vertical-align: middle;
    width: 40px;
    height: 40px;
}
/*ブロンズ会員ステージ*/
.is-staged--5::before {
    content: '';
    display: inline-block;
    background-image: url(https://araitai.itembox.design/item/common/mypage/s_bronz.jpg);
    background-size: contain;
    vertical-align: middle;
    width: 40px;
    height: 40px;
}
/*レギュラー会員ステージ*/
.is-staged--6::before {
    content: '';
    display: inline-block;
    background-image: url(https://araitai.itembox.design/item/common/mypage/s_regular.jpg);
    background-size: contain;
    vertical-align: middle;
    width: 40px;
    height: 40px;
}
/*会員情報カテゴリ*/
.fs-p-accountInfo__header, 
.fs-p-accountInfo__body, 
.fs-p-accountInfo__accountRank {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #D8D8D8;
}
#mypage #always {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#mypage #always a {
    color: #000000;
    text-decoration: none;
    width: 32%;
    border-bottom: 20px solid #fff;
}
#mypage #always div {
    padding: 35px 15px;
    border: 1px solid #D4D4D4;
    border-radius: 10px;
}
#mypage #always p {
    text-align: center;
    font-size: 16px;
    line-height: 1.5em;
}
#mypage #always p span {
    font-weight: bold;
    font-size: 120%;
    line-height: 1.4em;
}
#mypage #always a p:first-child {
    text-align: center;
}
#mypage #always a p:first-child img {
	width: 80px;
}
#mypage .all_box_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#mypage .all_box {
    width: 32%;
}
#mypage .all_box .title {
    background-color: #ECECEC;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 140%;
    line-height: 1em;
}
#mypage .all_box ul li a {
    display: block;
    padding-top: 25px;
    padding-left: 10px;
    padding-bottom: 25px;
    padding-right: 10px;
    text-decoration: none;
	background-image: url(https://araitai.itembox.design/item/common/icon_click.png);
	background-position: 98% center;
	background-size: 7px auto;
	background-repeat: no-repeat;
    border-bottom: 1px dashed #D1D1D1;
    font-size: 120%;
    line-height: 1em;
}
/*利用可能ポイント*/
.fs-p-accountInfo__point__point__available__number {
    color: #ef6a50;
}
/*============定期============*/
/*定期お申込履歴*/
#fs_MySubscriptions .teiki_rireki img {
    width: 370px;
}
/*定期1回休みボタン*/
.fs-c-subscriptionNextDelivery__ctrl__button {
    margin-top: 30px;
}
/*定期申込履歴詳細を見るボタン*/
#fs_MySubscriptions .fs-c-orderHistoryItem__header__button a {
    display: block;
    padding: 15px 30px;
    font-size: 16px;
    color: #fff;
    background-color: #004347;
    text-decoration: none;
}
/*定期申込履歴の項目*/
#fs_MySubscriptions .fs-c-orderHistoryItem__header {
    padding: 20px 20px 20px 0;
}
/*定期申込履歴詳細のボタン*/
#fs_MySubscriptionDetails .fs-c-button--standard {
    background-color: #004347;
}
/*定期申込履歴詳細の定期購入を解約するボタン*/
#fs_MySubscriptionDetails .fs-c-buttonContainer--subscriptionCancelConfirm a {
    display: block;
    padding: 15px 30px;
    font-size: 16px;
    color: #fff;
    background-color: #004347;
    border: none;
    text-decoration: none;
}
/*利用方法などへのリンク*/
#fs_MySubscriptions .teiki_rireki .btn a {
    display: block;
    border: #DDDDDD 1px solid;
    border-radius: 10px;
    text-align: center;
    padding: 15px 20px;
    width: 360px;
}
/*定期詳細ページ戻るボタン*/
#fs_MySubscriptionDetails .fs-c-buttonContainer--back .fs-c-button--standard {
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #b2b2b2;
}
/*定期申込履歴詳細のお休みボタンの下*/
.fs-c-subscriptionNextDelivery__ctrl::after/*, 
.fs-c-subscriptionNextDelivery__skipInfo::after*/ {
	content: '＜追加注文をされているお客様へ＞\Aお休みされた場合、追加注文分もキャンセルとなります。\A追加注文をしている場合はお届け日の変更をご検討ください。';
	white-space: pre;
	padding: 10px 10px 20px;
	font-weight: bold;
	display: block;
}
/*定期変更日*/
.fs-c-subscriptionNextDelivery__ctrl__date {
	font-size: 0;
}
.fs-c-subscriptionNextDelivery__ctrl__date::after {
	content: 'お届け日の7日前（前の週の同じ曜日）まで変更可能です。\Aただし、12/30～1/4までのお届け分の変更期限は【12/22(月)まで】となっております。';/*\A改行*/
	white-space: pre;
	display: block;
	font-size: 16px;
    padding-left: 10px;
}

/*============お気に入り============*/
/*説明*/
.fs-c-list li::before {
    border: 4px solid #C5C5C5;
}
.fs-c-productName__copy, 
.fs-c-productMarks, 
.fs-c-salesPeriod, 
.fs-c-productPrice--listed, 
.fs-c-productPrice__main__label, 
.fs-c-aggregateRating__rating::before, 
.fs-c-productListItem__viewMoreImageButton {
    display: none;
}
.fs-c-productList__list__item a,
.fs-c-button--plain {
    color: #333;
}
/*===============クーポン================*/
.fs-c-couponName__name {
    color: #333;
    font-size: 1.8rem;
}
.fs-c-couponName__discount {
	background: #004347;
}
.fs-c-couponExpiration__notice,
.fs-c-couponAppliedCondition__notice {
	color: #ef6a50;
}

/*===============購入履歴================*/
.fs-c-history__term {
    color: #333;
}
/*注文履歴詳細を見るボタン*/
#fs_MyOrders .fs-c-orderHistoryItem__header__button a {
    display: block;
    padding: 15px 30px;
    font-size: 16px;
    color: #fff;
    background-color: #004347;
    text-decoration: none;
}
#fs_MyOrders .fs-c-orderHistoryItem__product {
	padding: 20px 20px 20px 0;
}
/*レビューを書くボタン*/
#fs_MyOrders .fs-c-orderHistoryItem__button a {
    display: block;
    padding: 10px;
    font-size: 14px;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #b2b2b2;
    text-decoration: none;
}
#fs_MyOrders .fs-c-orderHistoryItem__header {
    padding: 20px 20px 0;
}
#fs_MyOrders .fs-c-orderHistoryItem__button {
	position: relative;
}
#fs_MyOrders .fs-c-orderHistoryItem__button::after {
	content: '新規レビュー投稿で、50ポイントプレゼント';
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
	position: absolute;
    bottom: -20px;
    left: -180px;
}
/*レビュー公開されてます*/
.fs-c-reviewStatus {
	background: #004347;
}

/*===============ポイント履歴================*/
/*利用可能ポイント*/
.fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number {
	color: #004347;
}
/*-----------------------会社情報入れ子-------------------------*/
#footer-company-wrap {
    display: block;
    flex-wrap: initial;
    justify-content: initial;
}
.footer_tel_inquiry, .footer_mail_guide {
    width: initial;
}
#footer-company-wrap .footer_mail_guide {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#footer-company-wrap .footer_mail_guide div {
	width: 47%;
}

