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


/*================================
	rewrite
=================================*/

:root {
  --width-base: 1000px;
}


/*================================
	fonts
=================================*/

/*Noto Sans Regular*/
/*
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP/NotoSansJP-Regular.woff")format("woff");
    font-weight: 400;
    font-style: normal;
}
*/

/*Noto Sans Midium*/
/*
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP/NotoSansJP-Medium.woff")format("woff");
    font-weight: 500;
    font-style: normal;
}
*/

/*Noto Sans SemiBold*/
/*
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP/NotoSansJP-SemiBold.woff")format("woff");
    font-weight: 600;
    font-style: normal;
}
*/

/*Noto Sans Bold*/
/*
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP/NotoSansJP-Bold.woff")format("woff");
    font-weight: 700;
    font-style: normal;
}
*/


/*M PLUS Rounded 1c Regular*/
/*
@font-face {
  font-family: "M PLUS Rounded 1c";
  src: url("../fonts/MPLUSRounded1c/MPLUSRounded1c-Regular.woff")format("woff");
    font-weight: 400;
    font-style: normal;
}
*/

/*M PLUS Rounded 1c Midium*/
/*
@font-face {
  font-family: "M PLUS Rounded 1c";
  src: url("../fonts/MPLUSRounded1c/MPLUSRounded1c-Medium.woff")format("woff");
    font-weight: 500;
    font-style: normal;
}
*/

/*M PLUS Rounded 1c Bold*/
/*
@font-face {
  font-family: "M PLUS Rounded 1c";
  src: url("../fonts/MPLUSRounded1c/MPLUSRounded1c-Bold.woff")format("woff");
    font-weight: 700;
    font-style: normal;
}
*/



/*================================
	Base
=================================*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: auto;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 1.4;
	font-feature-settings: "palt";
	letter-spacing: 0.03em;
/*	padding-bottom: 54px;*/
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
a:link {
	text-decoration: underline;
}
main {
	background: #F6F7F6;
	padding-bottom: 32px;
}

.txt_indent {
	text-indent: -1em;
	margin-left: 1em;
}

/* flexBox */
/* flex ベース */
.flex {
	display:-webkit-box;
	display:-moz-box;
	 display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
}
/* flex 折り返し */
.flex_wp {
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	 -moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
/* flex 両端揃え */
.flex_sb {
	-webkit-box-pack:space-between;
	-moz-box-pack:space-between;
	-webkit-flex-pack:space-between;
	-moz-flex-pack:space-between;
	-ms-flex-pack:space-between;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;
}
/* flex 上揃え */
.flex_ai_st {
	align-items: flex-start;
}

.page_title {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 30px;
	line-height: 1.3;
	color: #113A62;
	text-align: center;
	margin-bottom: .75em;
}

.txt_indent {
	text-indent: -1em;
	margin-left: 1em;
}

.ul_txt_indent > li {
	text-indent: -1em;
	margin-left: 1em;
}


.jf_lav_link {
	pointer-events: none;
	text-decoration: none !important;
}



/* カート内商品リンク非活性 */
/*.cart-main .list-item__main a {
	pointer-events: none;
}*/

/* マイページ内、購入履歴商品リンク非活性 */
/*.c-section
.mypage-contents__body .order-detail-table__product .c-link {
	pointer-events: none;
}*/
/* 定期お申込み履歴内、商品リンク非活性 */
/*.order-detail-section .order-detail-table a {
	pointer-events: none;
}*/

/* ニュース一覧 */
.news_wrap .c-paragraph {
	margin-top: 20px;
	margin-bottom: 20px;
}
.news_wrap .c-paragraph {
	font-size: 16px;
}
.news_wrap .c-section__subtitle {
    margin-bottom: 14px;
}
.news_wrap .c-section__title {
	border-bottom: 1px solid rgba(0, 0, 0, .15);
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.news_wrap .c-paragraph p {
	margin-bottom: .75em;
}
.news_wrap .c-paragraph dl {
	margin: .75em 0;
}
.news_wrap .c-paragraph dt {
	margin-bottom: .25em;
}
.news_wrap .c-paragraph dd {
	margin-left: 1em;
	margin-bottom: .25em;
}

/* 商品アテンション（cart） */
.jf_cart_item_attn {
    font-size: 14px;
    line-height: 1.3;
    text-indent: -1em;
    margin: 4px 0 4px 1em;
}

/* 商品アテンション（lp） */
.jf_lp_item_attn {
    margin: 10px 0 0 50px;
    font-size: 14px;
}

/* リピストcssリライト */
.c-form-group--row {
    min-width: 150px;/*更新240610*/
}

/* 20240604 アップセルボタンデザイン変更 */
.change-payment .cng_payment_link {
    color: #f5ff54;
    background-color: #03780f;
    border: 1px solid #086011;
    font-size: 20px;
    padding: 22px 40px;
    font-weight: bold;
    letter-spacing: 0.2em;
}

/* 20250117 注文確認詳細用 */
.p-order-confirm .order-confirm-form__content-wrap .sidebar .order-regular__product .important-matter {
	font-feature-settings: "halt" !important;
}
.order_confirm_dtl {
	line-height: 1.5;
}
.order_confirm_dtl > dt {
	font-weight: 500;
}
.order_confirm_dtl > dd {
	margin: 4px 0 1em .5em;
}
.order_confirm_dtl > dd ul {
	margin-left: .5em;
}
.order_confirm_dtl > dd li {
	margin-bottom: 4px;
}
.order_confirm_dtl .disc_list {
	list-style-type: none;
	padding-left: 1em;
}
.order_confirm_dtl .disc_list > li::before {
	content: "•";
	display: inline-block;
	margin-left: -1em;
	width: 1em;
	text-align: center;
}
.order_confirm_dtl .aste_list {
	list-style-type: none;
	padding-left: 1em;
}
.order_confirm_dtl .aste_list > li::before {
	content: "※";
	display: inline-block;
	margin-left:-1em;
	width: 1em;
	text-align: center;
}
.order_confirm_dtl li.aste_list_li {
	padding-left: 1em;
}
.order_confirm_dtl li.aste_list_li::before {
	content: "※";
	display: inline-block;
	margin-left:-1em;
	width: 1em;
	text-align: center;
}

/* 20250122 マイページ定期お申し込み履歴用 */
.p-mypage-regular .regular-list__detail .action-buttons [id^="button_restart"] {
  display: none !important;
}
