@charset "shift_jis";
/* .inner_content{width:900px} */

.guide *{
	box-sizing:border-box;
}
.guide {
	text-align:left;
}
.guide br.smp{
	display:none;
}
.guide h1{
    /* margin: 0;
    font-size: 170%;
    margin-bottom: 0.2em;
    padding-bottom: 0.1em; */
    border-bottom: 1px solid #e4e4e4;
}

/*------240701追加-------*/
.guide .mokuji{
	background-color: #EBF1F5;
    padding: 5px;
    /* color: #FFF; */
}
.guide .mokuji_item{
	border: #EEE 1px solid;
    padding: 10px;
    margin: 10px 10px 32px;
    font-size: 1rem;
}
.guide .mokuji_item a{
	/* color: #cb6767; */
    /* border-bottom: 1px solid; */
	display: block;
    margin-bottom: 0.5%;
}
/*------240701追加-------*/



/*------240627追加-------*/
#guidecontents .mokuji {
	background: #EBF1F5;
    padding: 8px;
    /* color: #fff; */
}
#guidecontents .mokuji_item_pc{
	border: #EEE 1px solid;
    padding: 10px;
    margin: 10px;
	display: flex;
}
#guidecontents .mokuji_item_left{
	width: 50%;
}
#guidecontents .mokuji_item_left a{
	display: block;
}
#guidecontents .mokuji_item_right{
	width: 50%
} 
#guidecontents .mokuji_item_right a{
	display: block;
}
/*------240627追加-------*/

/*------240925追加-------*/
.guide .about {
	padding:10px 20px 0 20px;
}
/*------240925追加-------*/

#kiyaku .guide h2,
.guide h2{
	font-size: 130%;
	/* border-bottom:2px solid #333; */
	margin:20px 0;
	padding: 0.5rem;
    background-color: #EBF1F5;
    /* color: #fff; */
}
#kiyaku .guide h2:before,
.guide h2:before{
	/* content:" ■ "; */
}
#kiyaku .guide h3,
.guide h3{
	border-bottom:1px solid #ccc;
	margin:0.5em;
	margin-top:1em;
	padding:0;
	text-align:left;
	font-size: 18px;
}
.guide p{
	padding:10px 20px;
}

.guide ol,
.guide ul{
	padding:10px 40px;
}
.guide ul li{
	list-style:disc;
}
.guide ol li{
	list-style:decimal;
}
/*20230417 R.WATANABE DEL*/
/* .guide dl{
	padding:0 40px;
} */
.guide dd{
	/* width:100%; */
	/* width:62%; 20230417 R.WATANABE MOD */
	font-weight:normal;
	text-align: left;/*20230417 R.WATANABE ADD*/
	margin: auto 0px;
	/* display: inline-flex;
    align-content: center;
    flex-wrap: wrap; */
}
.guide .red{
	/* color:#EB0007; */
}
.guide .main_txt{
	font-weight:bold;
	text-align:center;
	font-size:24px;
}
.guide .large_txt{font-size:150%;}
.guide .small_txt{font-size:80%;}
.guide .bold_txt{font-weight:600;}
.guide .info_box{
	margin:10px 20px;
	padding:20px;
	border:1px solid #333;
	margin-bottom:0;
}
.guide .text_box{
	margin:30px auto;
	padding:20px;
	border:1px solid #e3e3e3;
}
.guide .attention{
	display: block;
    text-align: right;
    font-size: 80%;
}
.guide a{
	text-decoration:underline;
}

.guide .exp {
	font-size:80%;
}
.guide .align_right {text-align:right;}

.guide .align_center {
	/* text-align:center; */
    font-size: 18px;
    font-weight: bold;
}
.guide .text_right {text-align:right;}
.guide .line_box {
	border:1px solid #ccc;
	padding:1em;
	margin: 0.5em 0.5em 3em 0.5em;
}

/*テーブル*/
.guide table{
	width:100%;
}
.guide table,
.guide table th,
.guide table td{
	border-style: unset;
	border:1px solid #e4e4e4;
}
.guide th{
	background-color:#f6f6f6;
}
.guide th,
.guide td{
	padding:10px 1em;
}
.guide th{
	text-align:center;
	font-size:16px;
	font-weight:normal;
}
.guide td{
	font-size:14px;
	line-height:1.8;
}


/*メール便*/
.guide.mailbin h1{
	position:relative;
	padding-left:40px;
}
.guide.mailbin h1:before{
	content:"mail_outline";
	font-family:'Material Icons'!important;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	height:36px;
	font-size:30px;
	margin:auto 0;
}

/*ポイント規約*/
.guide.pointkiyaku ul{
	padding:0 0 30px 0;
}
.guide.pointkiyaku ul li{
	list-style:none;
}
.guide.pointkiyaku ul li:nth-child(n+2){
	padding: 10px 20px;
}
.guide.pointkiyaku ol{
	padding:0 0 30px 40px;
}
.guide.pointkiyaku ol li{
	list-style: decimal;
}
.padding-left20{
padding-left:20px !important;
}

/*会員情報の変更について*/
.guide.kaiininfo .text_box p{
	padding:10px 15px;
}
.guide .line_txt{
	border-top: 1px solid #e3e3e3;
	margin-top: 20px;
}


/*クーポン一覧*/
.guide.coupon h2{
	margin-top:1.5em;
}
.guide.coupon .intax{
	font-size:xx-small;
}
.guide.coupon .cp_list{
	width:100%;
	border-style: unset;
	border-color:#ccc;
	border-collapse: collapse;
	margin-top: 30px;
}

.guide.coupon .cp_list td[data-label="有効期限"],
.guide.coupon .cp_list td[data-label="値引き額"]{
	text-align:center;
}
.guide.coupon .cp_list td a
,.no_cp dd[data-label="獲得条件"] a{
	color:#00f;
	text-decoration:underline;
}
.guide.coupon .cp_list+p{
	padding:5px 0;
	font-size:12.6px;
}
.guide .use_guide img{
	margin:20px auto;
	display:block;
	width:100%;
}


/*ポイント一覧*/
.guide.point h2{
	margin-top:40px;
	margin-bottom:0;
}
.guide.point .info{
	text-align:center;
	font-size:16px;
	/* width:77%; *//*20230417 R.WATANABE DEL*/
	width:100%;
	margin:auto;
	margin-top:40px;
}
/*20230417 R.WATANABE DEL*/
/* .guide.point .info *{
	vertical-align:middle;
	display:inline-block;
} */
/*20230417 R.WATANABE MOD*/
.guide.point .info .info-inner{
	padding:20px;
	/* background-color:#f6f6f6; */
	text-align:center;
	width:100%;

}
/* 20230417 R.WATANABE DEL*/
/*.guide.point .info .info-txt{
	display:inline-block;
	text-align:right;
    padding-right: 80px;	/* 20210127 M.OKAMOTO ADD 
} */
/*20230417 R.WATANABE DEL*/
/* .guide.point .info .info-name{
	margin-left:2em;
} */
/* .guide.point .info .info-name:after{
	content:":";
} */
.guide.point .info .info-point{
	/* color:#ea0006; */
	font-size:30px;
	font-weight:bold;
	color:#E50012;/*221013リニューアル対応*/
}
/* 20210127 M.OKAMOTO ADD STA */
.guide.point .info .info-yotei-point{
	color:#6f6f6f;
	font-size:20px;
	font-weight:bold;
}
.guide.point #point-yotei-hint {
	font-size:80%;
	margin-top: 25px;/*20230419 R.WATANABE*/
}
.guide.point .point-list #yotei-hint {
	color: #6f6f6f;
	font-size:90%;
}
.guide.point .point-list #point-yotei {
	background: #f6f6f6;
	color: #6f6f6f;
}
.guide.point .point-list #point-yotei-cancel {
	background: #f6f6f6;
	color: #6f6f6f;
	text-decoration: line-through;
}
/* 20210127 M.OKAMOTO ADD END */
.guide.point .info .info-camp-point{
	font-size:13px;
}
.guide.point .point-list{
	margin-top:30px;
	border-collapse: collapse;
}
.guide.point .point-list td{
	text-align:center;
}
.guide.point .point-list .get,
.guide.point .point-list .lost{
	padding:5px 0;
	width:7em;
}
.guide.point .point-list .get,
.guide.point .point-list td[data-label="ポイント獲得"],
.guide.point .point-list td[data-label="ポイント"]{
	color:#ea0006;
}
.guide.point .point-list td[data-label="ポイント"],
.guide.point .point-list td[data-label="ポイント獲得"]{
	font-weight:bold;
}
.guide.point .point-list td[data-label="ポイント利用・失効"]{
	font-weight:bold;
}
.guide.point .point-list td[data-label="内容"]{
	text-align:left;
}
.guide.point .point_page_okuri *{
	display:inline-block;
}
.guide.point .page_link {
	font-size:12px;
	padding:0;
	margin-top:30px;
}
.guide.point .page_link .num{
	font-size:140%;
}
.guide.point .pageNum_link{
	padding:0;
	margin:0 10px;
}
.guide.point .pageNum_link a{
	text-decoration:none;
	display: block;
    padding: 5px 0;
    border-radius: 5px;
    min-width: 35px;
    font-weight: bold;
	border:1px solid #222;
	text-align: center;
}
/* .guide.point .pageNum_link a:hover{
	text-decoration:underline;
}
.guide.point .pageNum_link .page-arrow a:hover{
	text-decoration:none;
} */

.guide.point .pageNum_link li{
	margin:0 1em;
	
}
.guide.point .pageNum_link .page-arrow{
	/* background-color:#333;
	color:#fff; */
	padding:0 0.8em;
	margin:0;
}
.guide.point .pageNum_link .page-arrow a{
	color:#333;
	border:none;
}
.guide.point .pageNum_link .page-arrow.hidden{
	opacity:0;
}
/* 20221025 M.OIKAWA [ﾘﾆｭｰｱﾙ] MOD */
.guide.point .point-list td.passive
/* ,.guide.point .pageNum_link .active */
{
	color:#c1c1c1;
}
.guide.point .pageNum_link .active{
	background-color: #222;
	color: #FFF;
	padding:5px 0;
	min-width: 35px;
	font-weight: bold;
	border-radius: 5px;
	text-align: center;
}

#kiyaku .guide .include_none{
	display:none;
}

/*20221011 M.OIKAWA ADD [ﾘﾆｭｰｱﾙ]*/
/*********************************
会員登録内容確認/変更
*********************************/
/*見出し*/
#mypageinner .title{
	margin: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    /* border-bottom: 1px solid #e4e4e4; */
}
#mypageinner input,#mypageinner select{
	margin:0;
	padding: 7px;
    border-radius: 5px;
	border: 2px solid #b3b3b3;
}
#mypageinner fieldset a{
	/* color: #e50012; */
    text-decoration: underline;
}
#mypageinner dl.form dt
,#mypageinner dl.form_dsp dt{
	clear: left;
    float: left;
    margin: 5px 0 2px;	
    /* padding: 10px 0 8px; */
	padding: 0 0 8px; /*  20230908 A.TAHARA ADD [ビジネスリニューアル]*/
    /* width: 230px; */ /*  20230908 A.TAHARA ADD [ビジネスリニューアル]*/
	width: 256px;
}
/*  20230831 A.TAHARA ADD [ビジネスリニューアル]*/
.business #mypageinner dl.form dt
,.business #mypageinner dl.form_dsp dt{
	clear: left;
    float: left;
    margin: 5px 0 2px;
    padding: 10px 0 8px;
    /* width: 230px; */
    width: 255px;
}
/*20240903 M.OIKAWA MOD [退会データ保持]*/
/* #mypageinner dd{ */
#mypageinner dd:not(#exit dd){
	border-bottom: 1px dotted #d3d3d3;
    /* padding: 10px 0 15px 255px; */
	padding: 10px 0 18px 255px;/*  20230908 A.TAHARA ADD [ビジネスリニューアル]*/
	min-height: 1.714em;
}
#mypageinner .text-box input{
	width: 80%;
}
/*20250425 T.ABE [べビサポ会員UI作成] ADD STA */
#mypageinner .text-box input[type=checkbox]{
    width: auto;
}
/*20250425 T.ABE [べビサポ会員UI作成] ADD END */

#mypageinner .text-boxs input{
	width: 20%;
}
#mypageinner .text-boxl input{
	width: 90%;
}
#mypageinner #ISC_TEL{
	width: 30%;
}
#mypageinner .ime_a{
	border-bottom: none;
}

#mypageinner .attention{
	font-size: 12px;
    color: #e50012;
    border: 1px dashed #e50012;
    display: inline-block;
    padding: 0 10px;
    text-align: left;
}
#mypageinner .announce
,#mypageinner .announce a{
	font-size: 12px;
    /* border: 1px dashed #d3d3d3;
    padding: 0 10px; */
	display: inline-block;
    text-align: left;
}
/*アイコン*/
#mypageinner .required-icon{
	border: 1px solid #e50012;
    margin: 10px;
    padding: 0 10px;
    font-size: 10px;
    color: #e50012;
}
#mypageinner .required-icon >span{
    font-size: 10px;
}
#mypageinner .optional-icon{
	border: 1px solid #383838;
    margin: 10px;
    padding: 0 10px;
    font-size: 10px;
    color: #383838;
}

#mypageinner fieldset{
	border: 1px solid #d3d3d3;
	background-color: #FAFAFA;
	border-radius: 5px;
    /*20250414 T.ABE [べビサポ会員UI作成] ADD STA */
    margin-bottom: 20px;
    position: relative;
    /*20250414 T.ABE [べビサポ会員UI作成] ADD END */
}
/*#mypageinner .input_form*/
#mypageinner .form{
	margin-left: auto;
    margin-right: auto;
	width:92%;
}
#mypageinner .harf-letters{
	color:#e50012;/*  20230911 A.TAHARA ADD [ビジネスリニューアル]*/
	font-size: 12px;
}
#mypageinner .font_s12{
	font-size: 12px;
	display: block;
}

/* #mypageinner #button,
#mypageinner #button1{
	text-align: center;
} */
#mypageinner #button,
#mypageinner #button1,
#mypageinner #button1_business{/*  20230901 A.TAHARA ADD [ビジネスリニューアル]*/
	text-align: center;
}
/* 20230621 R.WATANABE [UI改修] ADD*/
#mypageinner #button1 input{
		background-color: #E50012;
		width: 55%;
		height: 63px;
		font-size: 19px;
		color: #fff;
		cursor: pointer;
		border: 1px solid #E50012;
		margin-bottom: 32px;
}
#mypageinner #button input{
	background-color: #383838;
	width: 30%;
	/* font-size: 19px; */
	color: #fff;
	cursor: pointer;
	border: 1px solid #383838;
}
/* #mypageinner #button input:hover,
#mypageinner #button1 input:hover{
	background-color: #fff;
	color: #383838;
	border: 1px solid #383838;
} */
#mypageinner #button input:hover,
#mypageinner #button1 input:hover,
#mypageinner #button1_business input:hover{/*  20230901 A.TAHARA ADD [ビジネスリニューアル]*/
	background-color: #fff;
	color: #383838;
	border: 1px solid #383838;
}
#mypageinner .ISC_SEX1{
	margin-right: 30px;
}
#mypageinner p#err2, p#err3 {
    text-align: center;
}
#mypageinner p#err, p#err2, p#err3 {
    clear: both;
    padding: 0 70px;
    color: #FF0000;
    font-size: 100%;
    font-weight: bold;
	text-align: center;
	/* display: flex;
    justify-content: center; */
}
#mypageinner p#err3{
	padding: 10px 70px;
}
#mypageinner p#err3 span
,#mypageinner p#err2 span{
	display: inline-flex;
}
.inner_content #err2 span{
	display: inline-flex;
}
/*********************************
変更内容確認*
*********************************/
#mypageinner .form_dsp{
	margin-left: auto;
    margin-right: auto;
	width:80%;
}
#mypageinner .announce_dsp{
	padding: 10px 0;
}
#mypageinner .announce_red{
	font-size: 12px;
	color: #e50012;
	display: inline-block;
    text-align: left;
}
/*ボタン*/
#mypageinner .buttons{
	display: flex;
    justify-content: space-evenly;
	margin-top: 5px;
}
#mypageinner .btn_back{
	text-align: center;
	border : 1px solid #383838;
	border-radius: 5px;
	background-color: #fff;
	display: inline-block;
}
#mypageinner .btn_back a{
	color: #383838;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	padding: 7px 30px;
    font-size: 12px;
}
#mypageinner .btn_back a:hover{
	background-color: #383838;
	color: #ffffff !important;
	/* border: 2px solid #383838; */
}
#mypageinner .btn{
	text-align: center;
	border : 1px solid #383838;
	border-radius: 5px;
	background-color: #383838;
	display: inline-block;
}
#mypageinner .btn a{
	color: #fff;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	padding: 5px 30px;
    font-size: 12px;
}
#mypageinner .btn a:hover{
	background-color: #ffffff;
	color: #383838 !important;
	border-radius: 3px;
}

/*変更完了*/
#mypageinner #edit_fin{
	text-align: center;
}

/* 20241127 H.HARADA ADD[会員情報確認・変更] STA */
/*会員情報確認*/
#mypageinner .kaiin-info-card {
	margin-bottom: 20px;
    /*20250414 T.ABE [べビサポ会員UI作成] ADD STA */
    /* position: relative; */
    /*20250414 T.ABE [べビサポ会員UI作成] ADD END */
}
/*20250414 T.ABE [べビサポ会員UI作成] ADD STA */
#updateForm2{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
}
/*20250414 T.ABE [べビサポ会員UI作成] ADD END */
#mypageinner .kaiin-info-card .btn {
	white-space: nowrap;
	margin: 0;
	border: none;
	border-radius: unset;
	background-color: inherit;
}
#mypageinner .kaiin-info-card .btn a:hover {
	border-radius: 5px;
}
#mypageinner .kaiin-info-card .account-info {
	display: flex;
	gap: 5px;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
}
#mypageinner .kaiin-info-card .account-info .text {
	word-break: break-word;
}
#mypageinner .kaiin-info-card .account-info .btn {
	margin: auto 0;
}
#mypageinner .kaiin-info-card .kaiin-info-card-head {
	display: flex;
	gap: 5px;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 10px;
}
#mypageinner .kaiin-info-card .kaiin-info-card-body {
	margin-left: auto;
	margin-right: 0;
	width: 95%;
}
#mypageinner .kaiin-info-card .kaiin-info-card-body dt {
	clear: left;
	float: left;
	margin: 5px 0 2px;
	padding: 0 0 8px;
	width: 256px;
}
#mypageinner .kaiin-info-card .kaiin-info-card-head .kaiin-info-card-title {
	line-height: normal;
}
/* 20241127 H.HARADA ADD[会員情報確認・変更] END */

/*********************************
新規会員登録
*********************************/
/*本登録*/
#guidebottom{
	margin-top:40px;
	border: 1px solid #ccc;
    border-radius: 5px;
}
#guidebottom .guidemidashi {
	text-align: center;
	background-color: #EFEFEF;
	padding :5px;
}
#guidebottom .bottom30{
	padding: 10px;
	
}
#guidebottom .bottom30 dd{
	padding: 0 20px ;
	border-bottom: none;
}
#mypageinner .sinki_fin{
	text-align: center;
}
/*仮登録*/
/* #mypageinner .signup_first{
	text-align: center;
}
#mypageinner .signup_first input{
	width:30%;
} */
/*********************************
規約
*********************************/
/* div#kiyaku {
	box-sizing:border-box;
	margin: 20px auto;
	padding: 20px;
	width: 100%;
	height: 360px;
	overflow: scroll;
	border: 1px solid #CCCCCC;
	text-align:left;
} */
/*20230621 R.WATANABE [UI改修] MOD*/
div#kiyaku {
	box-sizing:border-box;
	margin: 20px auto;
	padding: 20px;
	width: 70%;
	height: 136px;
	border: 1px solid #CCCCCC;
	text-align:left;

}
#regist #kiyaku .guide h1{
	font-size:24px;
}
#regist #kiyaku .guide+.guide{
	border-top:1px solid #333;
	padding-top:2em;
	margin-top:2em;
}
#regist #kiyaku .guide .include_none{
	display:none;
}

/*********************************
退会手続き画面
*********************************/
#exit {
	margin: 20px auto;
	width: 680px;
	text-align: center;
}
#exit h2 img {
	margin: 15px 0;
	vertical-align: middle;
}
#exit h3 {
	margin: 10px 30px 20px;
}
#exit p{
	/*20241022 M.OIKAWA MOD
	margin: 10px 70px 20px; */
	margin: 30px 70px 20px;
}
#exit h4 {
	margin: 10px 10px 20px;
}
#exit ul {
	/*20241022 M.OIKAWA MOD
	/* margin-left: 120px; */
	margin-left: 70px;
    text-align: left;
}
#exit ul li {
	margin: 0 0 6px 25px;
	list-style: disc outside;
}
#exit dl.form {
	/*20240903 M.OIKAWA DEL [退会データ保持]
	border: 2px solid #d3d3d3;*/
}
#exit .title2{
	background-color: #EFEFEF;
    border-radius: 5px;
	/*20240903 M.OIKAWA ADD [退会データ保持] STA*/
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
	/*20240903 M.OIKAWA ADD [退会データ保持] END*/
}
#exit p#button img {
	vertical-align: top;
}
#exit .exitcan a{
	padding: 7px 50px;
}
#exit .btn_exit a{
	padding: 7px 35px;
}
#exit .kakunin_last{
	margin: 40px 0 20px 20px;
}
#exit .ime input{
	width: 50%;
}
#exit #button input{
	font-size: 12px;
}
#exit #button input{
	width: 25%;
}
#exit dd{
	border-bottom: none !important;
}
/*20240903 M.OIKAWA ADD [退会データ保持] STA*/
#exit #err2{
	margin: 0;
}
#exit .pw-form{
	margin-bottom: 20px;
}
/*20240903 M.OIKAWA ADD [退会データ保持] END*/
/*********************************
購入履歴
*********************************/
/* #wrapper div#rireki h2, #wrapper div#rireki p {
	padding: 10px 20px 10px 10px;
} */
#wrapper div#rireki table {
	margin-bottom: 20px;
}
#wrapper div#rireki table table {
	margin-bottom: 0;
}
#wrapper div#rireki table table th, #wrapper div#rireki table table td {
	padding: 6px 4px;
}
/* #wrapper div#rireki table td.rirekihead {
	background: #FD1721 url(../../img/rireki_t_back.jpg) no-repeat left top;
	color: #FFFFFF;
	font-weight: bold;
	line-height:120%
}
#wrapper div#rireki table td.rirekihead p{
	float:right;
	font-weight:normal;
	margin:0;
	padding:0;
} */

#wrapper div#rireki table td.status2 p{
	float:left;
	padding:8px;
	margin:0;
	font-weight:bold;
	background:#F5F5F8
}
#wrapper div#rireki table td.status2 p.atai1 {
	padding:8px 15px 8px 8px;
	background:none
}
#wrapper div#rireki table td.status2 p.atai2 {
	background:none
}
#wrapper div#rireki table th.item {
	text-align:left;
}

#wrapper div#rireki table td.rirekihead img {
	vertical-align: middle;
}
#wrapper div#rireki table td.ri_c {
	padding-right: 8px;
}
#wrapper div#rireki table.rireki_in {
	border-bottom: 1px dashed #CCCCCC;
	/* margin-top: 20px; */
	/* height: 100%; */
}
#wrapper div#rireki table.rireki_in th {
	padding: 6px;
}
#wrapper div#rireki table.rireki_in th {
	background: #F5F5F8;
}
#wrapper div#rireki table.ri_r {
	border: 1px solid #CCCCCC;
	border-top: none;
}

#wrapper div#rireki table.rireki_in div.order-all{
	width:100%;
	height:100%;
	clear:both;
	border:1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	margin-bottom:3em;
	line-height:130%;
	/*20250127 R.SUGAWARA MOD STA [ふるさと納税]
	display:block;
	*/
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	/*20250127 R.SUGAWARA MOD END [ふるさと納税]*/
	overflow : hidden;
}

/* #wrapper div#rireki table.rireki_in div.order-info{
	float:left;
	width:28%;
	padding-top:0.3em;
	padding-left:0.5em;
} */
/* <!--20230714 A.TAHARA ADD STA--> */
#wrapper div#rireki table.rireki_in div.order-info{
    float: left;
    width: 30%;
	/*20250127 R.SUGAWARA MOD STA [ふるさと納税]
    padding-top: 1em;
    padding-left: 1em;
	*/
	/*202412 M.OIKAWA ADD [Mirakl]*/
	/*
	padding-bottom: 1em;
	*/
	padding: 1em;
	/*20250127 R.SUGAWARA MOD END [ふるさと納税]*/
}
/* <!--20230714 A.TAHARA ADD STA--> */
#wrapper div#rireki table.rireki_in div.order-info ul li{
	margin-bottom:0.5em;
	font-size:90%;
}

#wrapper div#rireki table.rireki_in div.order-info ul li span{
	font-weight:bold;
	/* font-size:130%; */
}
/* <!--20230704 A.TAHARA ADD STA[font-size追加]--> */
#wrapper div#rireki table.rireki_in div.order-info ul li a.dtl-button{
	/* border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	padding: 5px 5px;
	font-weight: normal;
	cursor: pointer;
	color: #666;
	width:100px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	background:#F1F1F1;
	background: -moz-linear-gradient(top, #fff, #F1F1F1 1%, #F1F1F1 50%, #DFDFDF 99%, #ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #F1F1F1), color-stop(0.5, #F1F1F1), color-stop(0.99, #DFDFDF), to(#ccc));
	behavior: url(/js/PIE.htc);
	text-align:center; */
	text-align: right;
	font-size: 13px;
    background-color: #EFEFEF;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
	margin-top:5px;
}
/* <!--20230704 A.TAHARA ADD END[font-size追加]--> */
#wrapper div#rireki table.rireki_in div.order-info ul li a.dtl-button:hover{
	background: -moz-linear-gradient(top, #fff, #e1e1e1 1%, #e1e1e1 50%, #cfcfcf 99%, #ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #e1e1e1), color-stop(0.5, #e1e1e1), color-stop(0.99, #cfcfcf), to(#ccc));
	background:#e1e1e1;
}

#wrapper div#rireki table.rireki_in div.order-info ul li a.dtl-button:active{
	/* background: #ccc; */
	padding: 6px 5px 4px;
	/* behavior: url(/PIE.htc); */
}





#wrapper div#rireki table.rireki_in div.order-detail{
	float:right;
	/*20250127 R.SUGAWARA MOD STA [ふるさと納税]
	width:68%;
	height:100%;
	*/
	width: 70%;
	height: auto;
	/*20250127 R.SUGAWARA MOD END [ふるさと納税]*/
	border-left:1px dotted #ccc;
}
/* 20230616 A.TAHARA ADD STA[margin-bottom 2→1に margin-top0.5→1に] */
#wrapper div#rireki table.rireki_in div.order-detail ul{
	margin-top:1em; 
	margin-bottom:1em;
	float:left;
	width:90%;
}
/* 20230616 A.TAHARA ADD END[margin-bottom 2→1に margin-top0.5→2に] */
/*20230523 R.WATANABE [購入履歴カートインボタン]MOD*/
#wrapper div#rireki table.rireki_in div.order-detail div.order-review
,.kart_in{
	float:right;
	/* margin-top:1.5em;
	margin-right: 1.5em; */
}

#wrapper div#rireki table.rireki_in div.order-detail div.order-review .formbutton{
	/* border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	padding: 5px 5px;
	font-weight: normal;
	cursor: pointer;
	color: #666; */
	/* width:100px; */

	/* -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; */

	/* background:#F1F1F1;
	background: -moz-linear-gradient(top, #fff, #F1F1F1 1%, #F1F1F1 50%, #DFDFDF 99%, #ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #F1F1F1), color-stop(0.5, #F1F1F1), color-stop(0.99, #DFDFDF), to(#ccc));
	behavior: url(/js/PIE.htc);
	text-align:center;
	margin-top:1em; */
}

/* #wrapper div#rireki table.rireki_in div.order-detail div.order-review .formbutton:hover
,a.auto-cart-in:hover{ */
	/* background: -moz-linear-gradient(top, #fff, #e1e1e1 1%, #e1e1e1 50%, #cfcfcf 99%, #ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #e1e1e1), color-stop(0.5, #e1e1e1), color-stop(0.99, #cfcfcf), to(#ccc));
	background:#e1e1e1; */
	/* color: #E50012; */
	/*20230523 R.WATANABE [購入履歴カートインボタン]MOD*/
	/* background-color: #222 ;
	color: #fff !important;
	border: 1px solid #222222;
} */

/* #wrapper div#rireki table.rireki_in div.order-detail div.order-review .formbutton:active{
	background: #ccc; */
	/* padding: 6px 5px 4px; */
	/* behavior: url(/PIE.htc); */
/* } */


/* <!--20230714 A.TAHARA ADD STA[margin-top 0.5→1に変更]--> */

#wrapper div#rireki table.rireki_in div.order-detail span.order-item{
	display:block;
	float:left;
	margin-right:0.5em;
	margin-left:1em;
	margin-top: 1em;
    margin-bottom: 1em;
}
/* <!--20230714 A.TAHARA ADD END[margin-top 0.5→2に変更]--> */

#wrapper div#rireki table.rireki_in div.order-detail span.order-line{
	display:block;
	margin:0;
	padding:0;
	width:100%;
	border-top:1px dotted #ccc;
	clear:both;
}


#wrapper div#rireki table.rireki_in p.order-end{
	clear:all;
}


#wrapper div#rireki h3#ORDER_NUMBER {
	margin: 10px 0 0 0;
	font-size:130%;
}


/* <!--20230706 A.TAHARA ADD STA[width margin-rightの追加]-> */
#wrapper div#rireki div#ORDER_HEAD {
	border:1px solid #ccc;
	width: 50%;
	padding:0.5em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: 0.5em;
}
/* <!--20230706 A.TAHARA END STA[width margin-rightの追加]-> */

/* <!--20230706 A.TAHARA STA[margin-bottom:1→0.5emに変更]-> */
#wrapper div#rireki div#ORDER_HEAD ul li{
	margin-bottom:0.5em;
	font-size:110%;
}
/* <!--20230706 A.TAHARA END [margin-bottom:1→0.5emに変更]-> */

/*20250123 R.SUGAWARA ADD STA [ふるさと納税]*/
#wrapper div#rireki div#ORDER_DETAIL ul li{
	margin-bottom:0.5em;
	font-size:110%;
}
#wrapper div#rireki div#ORDER_DETAIL .govt_name a{
	color: rgb(3, 155, 229);
}
#wrapper div#rireki div#ORDER_DETAIL .govt_contact{
	border: solid 1px black;
	width: fit-content;
	padding: 4px 8px;
	border-radius: 5px;
}
/*20250123 R.SUGAWARA ADD END [ふるさと納税]*/


#wrapper div#rireki div#ORDER_HEAD ul li span{
	font-size:120%;
	font-weight:bold;
	border-bottom:1px solid #898989;
	display:block;
}


#wrapper div#rireki div#ORDER_HEAD ul li span.main{
	font-size:90%;
	font-weight:bold;
	border-bottom:0px;
	display:inline;
	font-weight:normal;
}


#wrapper div#rireki div#ORDER_DETAIL{
	border:1px solid #ccc;
	padding:0.5em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top:1em;
	margin-bottom:1em;
	overflow : hidden;
}


#wrapper div#rireki div#ORDER_GOUKEI {
	border:1px solid #ccc;
	padding:0.5em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float:left;
	width:50%;
	margin-bottom:1em;
}

#wrapper div#rireki div#ORDER_HARAI{
	border:1px solid #ccc;
	padding:0.5em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float:left;
	width:50%;
	margin-right:0.5em;
	margin-bottom:0.5em;

}
/* 
#wrapper div#rireki div#ORDER_HARAI ul li{
	margin-bottom:0.8em;
	font-size:110%;
} */

#wrapper div#rireki div#ORDER_HARAI ul li span{
	font-size:120%;
	font-weight:bold;
	border-bottom:1px solid #898989;
	display:block;
	text-align:left;
}

/* <!--20230706 A.TAHARA ADD STA[font-size110%→95%に変更]-> */
#wrapper div#rireki div#ORDER_HARAI ul li span.main{
	font-size:95%;
	font-weight:bold;
	border-bottom:0px;
	display:inline;
    font-weight: normal;
}
/* <!--20230706 A.TAHARA ADD END[font-size110%→95%に変更]-> */

#wrapper div#rireki div#ORDER_DETAIL  span#ORDER_DETAIL_TITLE{
	font-size:130%;
	font-weight:bold;
	margin-bottom:0.8em;
	border-bottom:1px solid #898989;
	clear:both;
	display:block;
}


#wrapper div#rireki div#ORDER_DETAIL span.order-item{
	display:block;
	float:left;
	margin-right:0.5em;
	margin-left:0.5em;
	margin-top:0.5em;
}

#wrapper div#rireki div#ORDER_DETAIL span.order-item img{
	width:80px;
	height:80px;

}


/* #wrapper div#rireki div#ORDER_DETAIL ul{ */
	/* margin-top:1em; */
	/* margin-bottom:2em;
	float:left; */
	/* width:300px; */
/* } */

#wrapper div#rireki div#ORDER_DETAIL ul li{
	/* margin-bottom:0.3em;
	font-size:120%; */
}

#wrapper div#rireki div#ORDER_DETAIL div.order-review-dl{
	float:right;
	margin-top:2em;
	margin-right:0.5em;
}



#wrapper div#rireki div#ORDER_DETAIL div.order-review-dl .formbutton{
	/* border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	padding: 5px 5px;
	font-weight: normal;
	cursor: pointer;
	color: #666; */
	/* width:100px; */

	/* -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	background:#F1F1F1;
	background: -moz-linear-gradient(top, #fff, #F1F1F1 1%, #F1F1F1 50%, #DFDFDF 99%, #ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #F1F1F1), color-stop(0.5, #F1F1F1), color-stop(0.99, #DFDFDF), to(#ccc));
	behavior: url(/js/PIE.htc);
	text-align:center;
	margin-top:1em; */
}

/* #wrapper div#rireki div#ORDER_DETAIL div.order-review-dl .formbutton:hover{ */
	/* background: -moz-linear-gradient(top, #fff, #e1e1e1 1%, #e1e1e1 50%, #cfcfcf 99%, #ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #e1e1e1), color-stop(0.5, #e1e1e1), color-stop(0.99, #cfcfcf), to(#ccc));
	background:#e1e1e1; */
	/* color: #E50012; */
/* } */

#wrapper div#rireki div#ORDER_DETAIL div.order-review-dl .formbutton:active{
	background: #ccc;
	padding: 6px 5px 4px;
	behavior: url(/PIE.htc);
}




#wrapper div#rireki div#ORDER_DETAIL span.order-line-dl{
	display:block;
	margin:0;
	padding:0;
	width:100%;
	border-top:1px dotted #ccc;
	clear:both;
}

#wrapper div#rireki div#ORDER_GOUKEI ul li {
	margin-bottom:0.8em;
	text-align:right;
	font-size:130%;
}

#wrapper div#rireki div#ORDER_GOUKEI ul li span{
	font-size:110%;
	font-weight:bold;
	border-bottom:1px solid #898989;
	display:block;
	text-align:left;
}

#wrapper div#rireki div#ORDER_GOUKEI ul li.price_total{
	font-size:140%;
	font-weight:bold;
}
/* 20221021 [ﾘﾆｭｰｱﾙ] ADD */
#wrapper div#rireki h5{
	margin-top:20px;
	margin-left: 5px;
	margin-right: 28px;
}
#wrapper div#rireki .review_pc{
	background-color: #FAFAFA;
    border-radius: 5px;
    border: #EFEFEF solid 1px;
    padding: 10px;
}
/* #wrapper #rireki .order-review form */
/* ,#wrapper #rireki .order-review-dl form{ */
	/* margin-bottom: 3px; */
/* } */
#wrapper #rireki .order-review span
,#wrapper #rireki .order-review-dl span{
	text-align: center;
    display: block;
    /* border: 2px solid #EFEFEF; */
    border-radius: 5px;
	/* background-color: #FAFAFA; */
	/*margin-top: 1em; */
	/* box-shadow: 2px 2px 2px grey; */
}
#wrapper #rireki .order-review a
,#wrapper #rireki .order-review-dl a{
    display: block;
    /* margin-top: 1px; */
    /* font-size: 13px; */
    /* padding: 7px 0px; */
}
/* <20230621 A.TAHARA ADD STA> */
#wrapper #rireki .order-review form input, #wrapper #rireki .order-review-dl form input {
    /* padding: 8px 0; */
    /* color: #222; */
    background-color: transparent;
    border-radius: 5px;
    /* margin-top: 1em; */
    cursor: pointer;
    /* border: 1px solid #383838; */
    width: 100%;
    display: flex;
    justify-content: center;
}
#wrapper #rireki .order-review form input
,#wrapper #rireki .order-review-dl form input{
    /* padding: 5px; */
	/* padding: 7px 16px; */
    /* background-color: #FFF; */
    border-radius: 5px;
    /* border: 2px solid #EFEFEF; */
	/* box-shadow: 2px 2px 2px grey; */
	/* margin-top:1em; */
	cursor: pointer;
}
/* <20230621 A.TAHARA ADD END> */
/*20230523 R.WATANABE [購入履歴カートインボタン]MOD*/
.ord_btn {
    background: #fff;
    border-radius: 5px;
    color: #222;
    border: 1px solid #383838;
	display: flex;
    justify-content: space-around;
    border: 1px solid #222;
    align-content: center;
    flex-wrap: wrap;
	padding: 6px 0;
    width: 8em;
	font-weight: 300;
}
.ord_btn:hover {
	display: block;
	background-color: #222 !important;
    color: #fff !important;
    border: 1px solid #383838 !important;
}
.ord_btn a.auto-cart-in:hover {
    color: #fff!important;
    text-decoration-line: none;
    border: none !important;
	/* border: 1px solid #e50012 !important; */
}
.kart_in.ord_btn{
	border: 1px solid #e50012 !important;
	background-color: #e50012 !important;
    color: #fff !important;
}
.kart_in.ord_btn:hover{
	/* border: 1px solid #e50012 !important; */
	background-color: #e50012 !important;
	color: #fff !important;
	text-align: center;
	cursor: pointer;
	display: flex;
}
a.review-check:hover {
    color: #fff!important;
}
	/*20230523 R.WATANABE [購入履歴カートインボタン]MOD*/
.kart_reviw {
	display: flex;
	flex-direction: column;
}
/* .auto-cart-in{
	border-radius: 2px; */
    /* padding: 8px 0; */
    /* background-color: #e50012;
	color:#fff !important;
    border: 1px solid #e50012; */
    /* margin-top: 34px; */
    /* width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
} */
#wrapper #rireki .ORDER_SIHARAI{
	display: flex;
    align-items: flex-start;
}
/*20231120 A.TAHARA ADD STA*/
/*最小幅*/
@media (max-width: 700px) {
    #wrapper #rireki{
		min-width: 500px;
    }
}
/*20231120 A.TAHARA ADD END*/

/*202412 M.OIKAWA ADD [Mirakl] STA*/
#wrapper #rireki .shop-info{
	padding-top: 0.5em;
    border-top: 1px solid #ccc;
}
#wrapper #rireki .shop-info .ord_btn{
	width: 10em;
}
#wrapper #rireki .shop-info .shop-name{
	margin-bottom: 0.5em;
}
#wrapper #rireki .tyumon-day-syosai{
	padding-bottom: 1em !important;
}
.material-icons-outlined {
    font-size: 1.5em;
    position: relative;
    top: 5px;
}
/*202412 M.OIKAWA ADD [Mirakl] END*/
/*20250111 KOMATUBARA ADD [Mirakl-ショップレビュー] STA*/
#wrapper #rireki .order-info .ord_btn{
	width:100%;
	cursor: pointer;
}
#wrapper #rireki .order-info .ord_btn + .ord_btn{
	margin-top: 3px;
}
#wrapper #rireki .order-info .ord_btn button{
	font-family: inherit;
	appearance: none;
	border: 0;
	font-size: 14px;
	cursor: pointer;
	font-weight: 300;
	background-color: transparent;
	width: 100%;
	height: 100%;
}
#wrapper #rireki .order-info .ord_btn:hover button {
	color: #fff;
}
#wrapper #rireki .order-info .ord_btn button:focus {
	outline: none;
  }
/*20250111 KOMATUBARA ADD [Mirakl-ショップレビュー] END*/

/*20250620 M.OIKAWA ADD [コンビニ払い情報] STA */
#wrapper #rireki #ORDER_HARAI .cvs-info .main{
    padding-top: 0;
    padding-bottom: 0;
}
/*20250620 M.OIKAWA ADD [コンビニ払い情報] END */

/*ラクラク定期便規約同意フォーム*/
.subsc_agree .guide{
	height: 100% !important;
}
.subsc_agree form dl .login_bt{
	margin-top: 10px;
}
.subsc_agree .btn-black input{
	padding: 15px 70px;
}
.subsc_agree .radio_area{
	text-align: center;
	margin-top: 20px;
}
.subsc_agree .radio_area p{
	text-align: left;
	display: inline-block;
}
.subsc_agree .radio_area span{
	font-size: 80%;
}
.subsc_agree .coupon_list{
	margin: 5px;
    display: inline-block;
}
.subsc_agree .coupon_list a{
	border-radius: 5px;
	border: #000 1px solid;
	padding: 5px 60px;
}
.subsc_agree .coupon_list a:hover{
	background-color: #000;
	color: #fff !important;
}
.subsc_agree .agree_form{
	border: #efefef 5px dashed;
    margin: 20px auto;
    width: 80%;
}
.subsc_agree #kiyaku{
	overflow: unset;
}
.subsc_agree p a{
    text-decoration: underline;
}


/*2020207 KOMATUBARA ADD STR[定期便改修]*/
#mypageinner .teiki_check-container{
	text-align: center;
}
#mypageinner .teiki_check{
	border-radius:3px; 
	padding:0.5em; 
	/* padding:0.5em 3em;  */
	background-color:#db8300; 
	color:#fff; 
	border:3px solid #db8300; 
	margin:0.5em 0; 
	cursor:pointer; 
	transition:0.2s; 
	user-select:none;
	display: inline-block;
}
#mypageinner .teiki_check.disabled{
	background-color: #c4c4c4;
	border-color:#9e9e9e; 
}
/*2020207 KOMATUBARA ADD END[定期便改修]*/

/*20230414 R.WATANABE ADD STA[失効ポイント追加]*/
.info,
.info-txt{
	display: flex;
    gap: 27px;
    background-color: #fafafa;
    justify-content: space-evenly;
} 
.info,
.info-txt dl{
	display: flex;
	gap: 45px;
	justify-content: flex-end;
}
/* .info,
.info-txt dl,
.no_point,
.kikan-point{
	width: 100%;
} */
.line{
	border-left: 1px #222222 dashed;
	/* margin-right: -78px; */
}
.info,
.info-txt dl dt
.info-txt dl dd{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.info-point1{
	font-size: 30px;
    color: #E50012;
	font-weight: bold;
}
.info-txt dt span{
	font-size: 18px;
}
.point-deteil1{
	/* font-size: 90%; */
    position: relative;
	color: gray;
}
.unit{
	color: #222222;
    margin-left: 0.25em;
}
.point-deteil2{
	color: #898989;
}
.yoteip{
	font-size: 15px;
	color: #6f6f6f;
}
.yotei-p{
	font-weight: bold;
	font-size: 20px;
}
.no_point dt{
	margin: 40px 0px;
}
.kikanyuukou {
    margin: 0px 35px;
}
/*20230414 R.WATANABE ADD END[失効ポイント追加]*/

/* ページ送り 開始*/
.page_kaiso *{
	display: inline-block;
}
.page_kaiso{
	text-align: center;
}
.page_kaiso .pageNum_link{
	width:100%;
	text-align:center;
}
.page_kaiso .pageNum_link span{
	margin:1em;
}
.page_kaiso .pageNum_link span.pokui_now{
	color:red;
	font-weight:bold;
}
.pageNum_link{
	padding:0;
	margin:0;
	width: 100%;
}
.pageNum_link a{
	text-decoration:none;
	display: block;
    padding: 5px 0;
    border-radius: 5px;
    min-width: 35px;
    font-weight: bold;
	border:1px solid #222;
	text-align: center;
}
.pageNum_link li{
	margin:0 1em;
}
.pageNum_link .page-arrow{
	padding:0 0.8em;
	margin:0;
}
.pageNum_link .page-arrow a{
	color:#333;
	border:none;
}
.pageNum_link .page-arrow.hidden{
	opacity:0;
	visibility: hidden;
}
.pageNum_link .active{
	background-color: #222;
	color: #FFF;
	padding:5px 0;
	min-width: 35px;
	font-weight: bold;
	border-radius: 5px;
	text-align: center;
}
/* ページ送り 終了*/
/* 20230621 R.WATANABE [UI改修] ADD STA*/
.tel-box p {
    margin: 0 9px;
}
input#ISC_PASS,
input#ISC_PASS_ONE {
    width: 32%;
}
/*20230619 R.WATANABE ADD STA[配布中クーポン表示]*/
.shadow{
	background-color: #ccc;
}
.cp_list td[data-label="獲得URL"] {
	width: 5vw;
}
/*20230619 R.WATANABE ADD END[配布中クーポン表示]*/
/* <!--20230616 A.TAHARA ADD STA--> */
ul.shosai-share-button {
	display: flex;
    gap: 20px;
    float: left;
    flex-wrap: nowrap;
    /* align-items: center; */
    justify-content: flex-end;
}
.inner_content_RIREKI li.price {
	margin-bottom: 0.5em;
    font-size: 1.2em;
    text-align: right;
    color: #e50012;
}
input.formbutton {
	/* display: block; */
    /* width: 100%; */
    cursor: pointer;
	/* padding: 0.5vw 1vw; */
    border-radius: 5px;
	border: none;
	line-height: inherit;
}
input.formbutton:hover {
	color: #fff;
}	
li.headline {
    font-size: 12px;
}
a.dtl-button {
    display: flex;
    align-items: center;
    justify-content: center;
}
.merchandise-button {
    display: grid;
    justify-content: end;
}
.merchandise-button {
    display: flex;
    gap: 35px;
    flex-direction: column;
    justify-content: center;
	margin: 0.8vw 0.8vw;
}
.title {
	width: 100%;
}
.form-button {
    float: right;
    flex-direction: column;
    align-content: space-between;
    justify-content: space-evenly;
    align-items: flex-end;
	margin-top: -65px;
}
.order-all {
    margin-top: 20px;
}
.order-review.ord_btn {
    cursor: pointer;
}
select.select-year {
	text-align: center;
	cursor: pointer;
    width: 100px;
    height: 30px;
    border-radius: 5px;
	border: 1px solid #383838;
}
input.search {
	text-align: center;
	cursor: pointer;
    width: 60px;
    height: 30px;
    border-radius: 5px;
	border: 1px solid #383838;
	background-color: #fff;
}
/* a.dtl-button:hover {
    background-color: #222;
    color: #fff !important;
    border: 1px solid #383838;
} */
input.search:hover {
    background-color: #222;
    color: #fff;
    border: 1px solid #383838;
}
/* a.review-check:hover {
    background-color: #222;
    color: #fff !important;
} */
.shosai-teiki-title {
    align-items: stretch;
    justify-content: space-around;
    border-bottom: #222 1px solid;
    font-weight: 700;
    margin: 9px;
    color: #222;
    font-size: 97%;
    align-content: stretch;
    flex-direction: row;
}
.shosai-teiki-price-off {
    display: contents;
    color: #222;
    line-height: 1.1;
	font-size: 0.9em;
}
.shosai-teiki-price {
    color: #e50012;
	font-size: 1.5em;
    font-weight: 700;
    font-family: Lato;
}
.shosai-teiki-btn a {
	text-align: center;
    display: flex;
    align-items: center;
    background-color: #d5570b;
    color: #fff;
    border: 1px solid #d5570b;
    border-radius: 5px;
    padding: 0.5em 2em;
    /* margin: 9px 6px; */
	margin: 7px 6px; /* 20231114 A.TAHARA ADD [定期便POPUP] */
    flex-wrap: nowrap;
    justify-content: center;
	font-size: 1em;
	white-space: nowrap;
}
.shosai-teiki-btn a:hover {
	text-align: center;
    display: flex;
    align-items: center;
    background-color: #fff;
    color: #d5570b !important;
    border: 1px solid #d5570b;
    border-radius: 5px;
    padding: 0.5em 2em;
    /* margin: 9px 6px; */
	margin: 7px 6px; /* 20231114 A.TAHARA ADD [定期便POPUP] */
    flex-wrap: nowrap;
	font-size: 1em;
	white-space: nowrap;
}
dl.shosai-teiki-price-container {
	text-align: center;
    border: 1px solid #222;
    border-radius: 3px;
    margin: 0px 0;
    padding: -4px;
    background: #fcefe6;
    text-align: center;
}
dl.shosai-teiki-price-container {
    width: 85%;
	margin-top: 4%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.shosai-back-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    background-color: #fff;
    color: #222;
    border-radius: 5px;
    margin: 25px 350px;
    border: solid 1px #222;
    font-size: 11px;
}
dl.payment-details {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
.payment-details dt {
    width: 50%;
}
li.price_total {
	width: 100%;
    display: flex;
    justify-content: flex-end;
}
li.price_total {
    border-bottom: 1px solid #898989;
    margin-top: 20px;
}
div#SHOSAI_ORDER_HEAD {
	width: 50%;
    border: 1px solid #ccc;
    padding: 0.5em;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
span.shosai_title {
    font-size: 120%;
    font-weight: bold;
    border-bottom: 1px solid #898989;
    display: block;
}
#wrapper div#rireki div#SHOSAI_ORDER_HEAD ul li span.main {
    font-size: 90%;
    font-weight: bold;
    border-bottom: 0px;
    display: inline;
	font-weight:normal;
}
#wrapper div#rireki div#SHOSAI_ORDER_HEAD ul li {
    margin-bottom: 0.5em;
    font-size: 110%;
}
span.teiki-use {
    display: block;
    color: #222;
    font-weight: 500;
    font-size: 0.6em;
}
span.shosai-teiki-price-off-percent {
    color: #e50012;
	font-size: 1.3em;
}
li.product-name a {
    font-size: 0.9em;
}
li.shosai-name {
    margin-top: 1em;
	display: flex;
	justify-content: space-between;
}
i.plazaicon-twitter {
    font-size: 25px;
}
i.plazaicon-line {
    font-size: 25px;
}
i.plazaicon-facebook {
    font-size: 25px;
}
.order-detail .item_list {
    display: flex;
}
.item-list-teiki {
	width: 66%;
}
.shosai-teiki-btn {
    width: 100%;
}
.item_list-sub {
    display: flex;
}
span.kounyu {
    font-size: 14px;
	display: flex;
    justify-content: center;
    align-items: center;
}
ul.share-buttom-list-sns {
    display: flex;
    gap: 20px;
	margin: 0 !important;
}
.ord_shosai.ord_btn a:hover{
	color: #fff !important;
}
/* <!--20230726 A.TAHARA ADD STA[UI改修]--> */
.order-review.ord_btn:hover *  {
    color: #fff !important;
}
/* <!--20230705 A.TAHARA ADD STA[ボタン改行]--> */
/* @media screen and (max-width:1000px) {  */ /*20231120 A.TAHARA ADD*/
@media screen and (max-width:1100px) { 	
	.order-detail .item_list {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: center;
	}
	.merchandise-button {
		width: 95%;
		display: flex;
		/* margin: 10px; */
		margin: 10px 0; /*20231120 A.TAHARA ADD*/
		gap: 10px;
		flex-direction: row;
	}
	#wrapper div#rireki table.rireki_in div.order-detail ul {
		margin-top: 1em;
		margin-bottom: 0em;
		float: left;
		width: 100%;	
	}
	#wrapper div#rireki table.rireki_in div.order-detail span.order-item{
		display: block;
		margin-right: 0.5em;
		margin-left: 0.5em;
		margin-bottom: 2em;
	}
	/*20231120 A.TAHARA ADD STA*/
	#wrapper div#rireki table.rireki_in div.order-info {
		padding-top: 1em;
		padding-left: 1em;
		width: 100%;
		padding: 1vw 2vw;
    	background-color: #FAFAFA;
		border-bottom: 1px dotted #ccc;
	}
	#wrapper div#rireki table.rireki_in div.order-all {
		width: 100%;
		height: 100%;
		clear: both;
		border: 1px solid #ccc;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		margin-bottom: 3em;
		line-height: 130%;
		display: block;
		overflow: hidden;
		display: flex;
		flex-direction: column;
	}
	#wrapper div#rireki table.rireki_in div.order-detail {
		width: 100%;
		height: 100%;
		border: none;
	}
	.tyumon-day-syosai {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.kart_in.ord_btn,
	.order-review.ord_btn {
		width: 45%;
	}
	.item-list-teiki {
		width: 75%;
	}
	/*20231120 A.TAHARA ADD END*/

}
/* <!--20230705 A.TAHARA ADD END[ボタン改行]--> */
.shosai-back-button a {
    display: block;
    width: 100%;
	text-align: center;
	padding: 15px;
}
span.title {
    padding: 0!important;
    font-size: 14px !important;
    font-weight: bold!important;
    border-bottom: 1px solid #898989!important;
	margin-bottom: 0.4em!important;
}
li.shosai-tanka {
    font-size: 11px;
}
li.shosai-suryo {
	font-size: 11px;
}
.TYUMON-SHOSAI {
    display: flex;
    align-items: flex-start;
}
/* <!--20230706 A.TAHARA ADD STA[戻るボタン左寄りに改行]--> */
@media screen and (max-width:1100px) { 
	.shosai-back-button {
		display: flex;
		float: right;
		justify-content: center;
		align-items: center;
		margin-top: 50px;
		background-color: #fff;
		color: #222;
		border-radius: 5px;
		/* margin: 25px 350px; */
		border: solid 1px #222;
		font-size: 11px;
		flex-wrap: wrap;
		align-content: stretch;
	}
	li.headline {
		font-size: 12px;
		white-space: nowrap;
	}
}	
/* <!--20230706 A.TAHARA ADD END[戻るボタン左寄りに改行]--> */
/* <!--20230710 A.TAHARA ADD END[商品をシェアボタン]--> */
@media screen and (max-width:1100px) { 
	ul.shosai-share-button {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	}
	li.headline {
		font-size: 12px;
		white-space: nowrap;
}
}	
/* <!--20230710 A.TAHARA ADD END[商品をシェアボタン]--> */
.shosai-back-button a:hover {
    background-color: #222;
    color: #fff!important;
	border-radius: 3px;
}
.shosai-tanka-group,.shosai-suryo-group {
    display: flex;
	align-items: center;
}
#wrapper div#rireki div#ORDER_DETAIL ul li:nth-child(2) {
    font-size: 120%;
}
.kart_in.ord_btn.gray {
    background-color: #ccc!important;
    border-color: #ccc!important;
	font-weight: lighter!important;
}
/*モーダル*/
.item_change_modal div {
    display: none;
    position:fixed;
    z-index:2;
    width:100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin:auto;
    cursor:pointer;
    padding: 112px 0;
}
.item_change img{
    /* max-width: 100%; */
    max-width: 84%;
}
.item_change img:hover {
    opacity: 1;
}
.item_change .shosai_overlay {
    z-index:1;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    transition: all .3s;
}
.item_change div[id^="tutor"] {
    text-align: center;
    /* background-color: #00000085; */
	background-color: rgba(0,0,0,.7);
    color: #ffff;
}
.item_change div[id^="tutor"] dl{
    background-color: #ffffff;
    width: 700px;
    max-width: 80%;
    z-index: 3;
    position: relative;
    border-radius: 20px;
    padding: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.item_change div[id^="tutor"] .p_img image{
    width: 100%;
    margin: 0 auto;
    margin-top: 120px;
    margin-bottom: 30px;
}
/*20231114 A.TAHARA DEL [定期便POPUP] */
/* .item_change .price_waribiki{
    color: #E50012; 
    margin: 0.3em 0;
    padding: 3px;
    font-size: 17px;
} */
/*20231114 A.TAHARA DEL [定期便POPUP] */
.item_change .btn_all{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 260px;
}
.item_change .btn_all dd{
    padding: 15px;
}
.item_change .teiki_price{
    font-family: 'Lato','Noto Sans JP','Yu Gothic black',sans-serif,'メイリオ';
    font-size: 24px;
    color: #E50012;
    font-weight: bold;
    margin-left: 6px;
}
.item_change [id^="tutor"] dd{
    color: #222222;
}
.item_change .item_change .p_imgg img{
    width:180px;
}
.item_change .p_name{
    text-align: left;
    color: #222222;
}
.item_change .chg{
    padding: 10px;
    font-size: 16px;
}

.item_change .now_kakaku{
    font-size: 18px;
    /* color: #E50012; */
    display: flex;
    flex-direction: column;
    
}
.item_change .shohin_name{
    font-weight: bold;
    font-size: 20px;
    color: #222222;
}
.item_change .br1{
    display: none;
}
.item_change dt.p_img {
    display: flex;
    gap: 17px;
}
.item_change .p_name li {
    text-align: left;
}
.item_change .p_imgg {
    flex-basis: 30%;
}
.item_change ul.p_name {
    display: flex;
    flex-direction: column;
    gap:0.5em;
}
.juusho-1 dd.text-box{
	padding: 0px 0 2px 9px !important;
}
.juusho-1 dd.text-boxl {
	padding: 0px 0 2px 9px !important;
}
.item_change .btn{
    margin-bottom: 0;;
}
.item_change .btn_submit{
    font-size: 18px;
}
.item_change dd.p_price,
.item_change dd.p_name {
    text-align: left;
}
.text-box input#ISC_SICHOSON {
    width: 287% !important;
}
.text-boxl input#ISC_SICHOSON {
    width: 223% !important;
}
.yuban,
dd.tel-box,
.birth dd,
.juusho-1 dd,
.yuban dd{
	border-bottom: none !important;
}
.item_change dd.p_name a{
    line-height: 1.5;
    /* display: inline-block; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.item_change dd.p_price .def_price{
    font-size: 12px;
}
.item_change dd.p_name{
    margin-bottom: 3px;
}
dd.onemore-konyu {
    display: flex;
	gap: 10px; /*20231114 A.TAHARA ADD [定期便POPUP]*/
	margin-top: 1.5em;
    /* justify-content: space-around; */
	justify-content: center; /*20231114 A.TAHARA ADD [定期便POPUP]*/
    align-items: center;
}
a.onemore-konyu-btn {
    background: #fff;
    border-radius: 5px;
    color: #222;
    border: 1px solid #383838;
    display: flex;
    justify-content: space-around;
    border: 1px solid #222;
    align-content: center;
    flex-wrap: wrap;
    white-space: nowrap;
    padding: 6px 0;
    width: 10em;
}
a.onemore-konyu-btn:hover {
    background: #222;
    color: #fff!important;
}
.juusho #sichoson_info2,
.juusho #sichoson_info{
    /* margin-left: 232px; */
	white-space: nowrap;
}
.yuban dd {
    padding: 12px 0 9px 230px !important;
}
.juusho-1 dd {
    /* padding: 0px 0 1px 230px !important; */
	padding: 0px 0 1px 256px !important; /*  20230908 A.TAHARA ADD [ビジネスリニューアル]*/
}
p.konyu-btn.shosai-onemore-konyu a.onemore-konyu-btn {
    border: 1px solid #e50012 !important;
    background-color: #e50012 !important;
    color: #fff !important;
}
ul.now_price {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
p.air-conditioner {
    font-size: 0.9em;
}
.tanka-suryo {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 88%;
}
.shosai-teiki-container {
    float: right;
}
span.font_s12,
span.announce, span.harf-letters.msg-smp, 
span.harf-letters.harf-letters-smp, 
.not_form span, 
.pass_new {
    color: #706b6b !important;
}
.juusho-1 {
    display: flex;
}
#kiyaku h2 ,
.denban,
.birth{
    border-bottom: 1px dotted #d3d3d3;
}
#kiyaku a {
    color: #0075ff !important;
    text-decoration: none !important;
}
.juusho {
	display: flex;
	flex-direction: column;
}
dd.ime_a{
    padding: 8px 0 0px 230px !important;
}
#mypageinner #ISC_TEL {
    width: 30%;
}
dd.tel-box, .birth dd{
    padding: 10px 0 15px 0px !important;
}
p.doui {
    margin-top: 22px;
}
#kiyaku fieldset {
    border: none !important;
}
.order-review.ord_btn.none {
    background-color: #fff!important;
	color: #222!important;
}
.toukou_btn.order-review.none {
    background: #fff;
    border-radius: 5px;
    color: #222;
    border: 1px solid #383838;
    display: flex;
    justify-content: space-around;
    border: 1px solid #222;
    align-content: center;
    flex-wrap: wrap;
    padding: 6px 0;
    width: 8em;
    font-weight: 300;
}
a.review-gray {
    color: #fff;
}
a.review-gray:hover {
    color: #fff!important;
}
.order-review.ord_btn.none.gray:hover {
    text-align: center;
}
.order-review.ord_btn.none.gray {
    background-color: #ccc!important;
    border-color: #ccc!important;
    font-weight: lighter!important;
}
/* <!--20230616 A.TAHARA ADD END--> */
/*  20230831 A.TAHARA ADD STA [ビジネスリニューアル]*/
select#quantity- {
    width: 32%;
}
dd.text-box.ikou-jyusyo {
    padding-left: 0px!important;
	border: none!important;
}
#mypageinner #button1_business input {
    background-color: #34377b;
    width: 55%;
    height: 63px;
    font-size: 19px;
    color: #fff;
    cursor: pointer;
    border: 1px solid #34377b;
    margin-bottom: 32px;
}
dd.tel-box {
    border-top: 1px dotted #d3d3d3;
}
dd.text-box.mail {
    border-top: 1px dotted #d3d3d3;
}
dd.tel-box.keitai {
    border-top: none;
}
dd.tel-box.keitai.edit {
    border-bottom: 1px dotted #d3d3d3!important;
}
dd.text-boxl {
    border-bottom: none!important;
}
dd.ime.text-box {
    border-top: 1px dotted #d3d3d3;
}
div#sichoson_info2-h {
    padding-left: 255px;
}
div#yubin_info-h {
    padding-left: 28px;
}
dl.form .keiban {
    border-bottom: 1px dotted #d3d3d3;
    padding: 10px 0 18px 0;
}
.seikyusyo_btn {
    display: flex;
    justify-content: center;
    align-items: center;

}
.seikyusyo_btn a {
    display: block;

    text-align: center;
	padding: 5px 10px;
	margin :5px;
	background-color: #222;
    color: #fff;
	border-radius: 5px;
	border: solid 1px #222;
}
.seikyusyo_btn a:hover {
    background-color: #fff;
    color: #222!important;
    border-radius: 5px;
}
.tyumon_seikyu {
    display: flex;
    justify-content: space-between;
}
input#JIGYO1,input#JIGYO2 {
    top: 1.5px;
    position: relative;
}
#mypageinner dt.jigyo.sinki{
    margin: 0 0 2px!important;
}
#mypageinner dt.jigyo.henkou{
	margin: 11px 0 0!important;
}
.alart_business_renewal {
    box-sizing: border-box;
    margin: 20px auto;
    padding: 7px;
    border: dashed 2px #CCCCCC;
    text-align: center;
	background-color: #fff;
	border-radius: 5px;
}
/*  20230831 A.TAHARA ADD END [ビジネスリニューアル]*/
/*20231019 A.TAHARA ADD [ログインPOPUP追加] STA*/
.login_popup_back {
	display: flex;
    justify-content: center;
    gap: 28px;
}
#mypageinner .back-button.login_popup a:hover {
    background-color: #383838;
    color: #ffffff !important;
}
#mypageinner .btn_back a.home {
    padding: 7px 40px!important;
}
span.btn_back.fin.page a {
    padding: 7px 20px!important;
}
/*20231019 A.TAHARA ADD [ログインPOPUP追加] END*/
/*20231114 A.TAHARA ADD [定期便POPUP] STA*/
span.shosai-teiki-use {
    display: flex;
	align-items: center;
}
p.konyu-btn.shosai-onemore-konyu.teiki-btn a {
    background-color: #d5570b!important;
    border: 1px solid #d5570b!important;
}
p.konyu-btn.shosai-onemore-konyu.teiki-btn a:hover {
    background-color: #FFF!important;
    border: 1px solid #d5570b!important;
	color: #d5570b!important;
}
span.buy_price ul.now_price {
    display: flex;
    justify-content: flex-end;
}
ul.p_name .shosai-teiki-price-off {
    display: inline-block;
    background: #e50012;
    padding: 3px 10px;
    color: #fff;
    line-height: 1.1;
    font-size: 85%;
	text-align: center;
}
ul.p_name li.now_kakaku span.buy_price ul.now_price {
	margin-top: 0!important;
	margin-bottom: 15px!important;
	display: flex;
    align-items: flex-end;
	gap: 10px;
}
p.price_waribiki {
    font-size:20px!important;
}
/*20231114 A.TAHARA ADD [定期便POPUP] END*/
/* 20231225 A.TAHARA ADD STA [クーポン一覧] */
.ichiran-btn,
a.ichiran-btn,
button.ichiran-btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.ichiran-btn-wrap {
  margin: 20px;
}

a.btn-coupon {
  line-height: 1.2;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  width: 370px;
  height: 120px;
  margin: 0 auto;
  padding: 0;
}

a.btn-coupon .left {
  width: 80%;
  transition: all 0.6s;
  transform-origin: top left;
  border: 2px solid #b10e1b;
  border-right: 0;
  background: #fff;
  transform-style: preserve-3d;
}
a.btn-coupon .left span.txt1 {
	font-size: 22px;
	color: #b10e1b;
}
a.btn-coupon .left span.txt2 {
    font-size: 22px;
}
a.btn-coupon .left em {
  font-style: normal;
  display: block;
  color: #b10e1b;
}

a.btn-coupon .right {
  position: relative;
  width: 20%;
  height: 100%;
  -webkit-transition: all 0.6s;

  transition: all 0.6s;
  -webkit-transform-origin: top left;
  transform-origin: top left;

  color: #fff;
  border-left: 2px dotted #fff;
  background: #b10e1b;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;
}

a.btn-coupon .right span {
	font-size: 22px;
    justify-content: center;
    position: absolute;
    top: -1.2rem;
    left: calc(48% - 1rem);
    display: inline-block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: bottom left;
}
/* 20231225 A.TAHARA ADD END [クーポン一覧] */





/*20250206 T.ABE [べビサポ会員UI作成] ADD STA */

/* 新規会員登録（ベビー会員、ペット会員登録）*/
.member_regist .text-box >div{
    display: flex;
    gap: 10px;
    width: 80%;
    
    a{
        margin-bottom: 5px;
        display: inline-block;
        font-size: 12px;
    }
    img{
        width: 100%;
    }
}
#mypageinner .card-img{
    text-align: center;
    /* margin-bottom: 20px; */
}
#mypageinner h2.title{
    text-align: center;
}
#mypageinner .babypet_bnr{
    text-align: center;
    img{
        display: block;
        margin: 0 auto 20px;
    }
}
#mypageinner .baby_pet_fin{
    text-align: center;
}
#mypageinner .btn2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    margin: 20px 0 40px;
    display: none;
}

#mypageinner .btn2 i{
    font-size: 20px;
}

#mypageinner .btn2 p{
    width: 100%;
    text-align: left;
}
#baby_number,#pet_number{
    background: #efefef;
    text-align: center;
    padding: 5px 0;
    width: calc(100% - 30px);
}
#mypageinner .close_btn,#mypageinner .close_btn2{
    position: absolute;
    top: .35em;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 1;
}
#mypageinner .close_btn:before,#mypageinner .close_btn:after,#mypageinner .close_btn2:before,#mypageinner .close_btn2:after{
    text-align: center;
    line-height: 34px;
    content: "close";
    font-family: "Material Icons Outlined";
    position: absolute;
    top: 0;
    right: 0;
    font-size: 40px;
    animation-direction: reverse;
}

#mypageinner .close_btn:after,#mypageinner .close_btn2:after{
    font-family: "Material Icons";
    content: "close";
    opacity: 0;
    transform: scale(.5, .5);
    transform-origin: center center;
    color: #e50012 !important;
}


#mypageinner .btn-black a, #mypageinner .btn-black input[type="submit"]{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid #222;
    min-width: 7em;
    text-align: center;
    margin: 0.5em 0;
    padding: 0.5em;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.7em;
}
#mypageinner .btn-long a{
    width: 100%;
}
#mypageinner .btn-black a.btn-white, #mypageinner .btn-black input[type="submit"].btn-white{
    color: #222;
    background-color: #fff;
    border: 1px solid #222;
    width: 55%;
}
#mypageinner input#ISC_PET_WEIGHT{
    width: 17vw;
}

#mypageinner input#ISC_BABY_NAME{
    margin-bottom: 5px;
}
#mypageinner .baby_b_text{
    margin-bottom: 10px;
}

#mypageinner .text-box :is(#ISC_BABYCHECK,#ISC_PETCHECK){
    width: auto;
}
#mypageinner #baby_regist .text-box input[type="checkbox"]{
    width: auto;
}
.mypage-container .title_text{
    margin-bottom: 20px;
}
#baby_regist:first-child .close_btn{
    display: none;
}
#pet_regist:first-child .close_btn{
    display: none;
}
#mypageinner :is(.baby_member_regist,.pet_member_regist) p{
    /* padding: 10px 0 18px 255px; */

    img{
        width: min(100%,750px);
        padding: 30px 7px;
        margin: auto;
        display: block;
    }
}
#mypageinner .baby_member_regist,#mypageinner .pet_member_regist{
    display: none;
}
#mypageinner .baby_member_regist.checked{
    display: block;
}

#mypageinner .pet_member_regist.checked{
    display: block;
}

#mypageinner .baby_b,#mypageinner .baby_s{
    display: none;
}
#mypageinner .baby_b.checked{
    display: block;
}

#mypageinner .baby_s.checked{
    display: block;
}

#mypageinner .kaiin-info-card .btn.babypet,
#win-navi-modal .btn.babypet{
	white-space: nowrap;
	margin: 0;
	border: none;
	border-radius: unset;
	background-color: inherit;
    display: block;
}

#mypageinner .btn.babypet,
#win-navi-modal .btn.babypet{
    border: none;
    margin: 0;
}
#mypageinner .buttons.babypet,
#win-navi-modal .btn.babypet{
    margin-top: 10px;
}
#mypageinner .btn-black a, #mypageinner .btn-black.babypet input[type="submit"]{
    margin: 0 auto;
    line-height: normal;
    padding: 7px 30px;
    font-size: 12px;
}
#mypageinner .kaiin-info-card .btn-black input[type="submit"]{
    margin: 0.5em auto;
}

#mypageinner dl.form .kaiin_title, #mypageinner dl.form_dsp .kaiin_title{
    float: none;
    background: #222222;
    color: #fff;
    padding: 1px;
    text-align: center;
    box-sizing: border-box;
    width: 128px;
    margin: 20px 0 5px;
}
#mypageinner .btn-black.babypet.btn_back input[type="submit"]{
    background: #fff;
    color: #222;
}
#mypageinner .btn-black.btn_back.btn_back input[type="submit"]:hover {
    color: #fff !important;
    background: #222;
}

#win-navi-modal{
    display: none !important;
}
#win-navi-modal.active{
    display: block !important;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9998;

    .win-navi-wrap{
        width: 100%;
        height: 100%;
        text-align: center;
        padding: 20px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
        white-space: nowrap;

        .win-navi-bg{
            position: absolute;
            left: 0;
            top: 0;
            background: rgba(51, 51, 51, .8);
            width: 100%;
            height: 100%;
        }
        .win-navi {
            display: inline-block;
            vertical-align: middle;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            min-width: 700px;
            padding: 30px;
            margin: auto;
            border: solid 1px #222;
            border-radius: 5px;
            background: #fff;
            text-align: left;
            overflow-y: scroll;

            .win-navi-form{
                ul{
                    display: grid;
                    grid-template-columns: 1fr 1fr;
                    gap: 1%;
    
                    input[name=ISC_BABY_STATUS]{
                        margin-left: 10px;
                    }
                }
            }

            p{
                text-align: center;
                background: unset;
                margin: 0 0 30px 0;
                font-size: 1.5em;
            }
            .win-navi-close {
                position: absolute;
                top: 30px;
                right: 30px;
                cursor: pointer;

                span{
                    font-size: 3em;
                }
            }
            ul{

                li{
                    margin-bottom: 5px;
                    border: solid 1px #ddd;
                    border-radius: 5px;
                    padding: 10px;

                    >label{
                        display: flex;
                        justify-content: space-between;
                    }
                }
                li:has(input[type="radio"]:checked) {
                    border-color: #0075ff;
                }


                input[ISC_BABY_STATUS]{
                    font-size: 13px;
                    background: #fff;
                    border: solid 1px #999;
                    border-radius: 5px;
                    color: #222;
                    margin: 5px;
                }
            }
        }
    }
}
/* ペット会員ページ */
.inner_content_KAIIN_PET_EDIT #mypageinner .pet_member_regist{
    display: block;
}
.inner_content_KAIIN_BABY_EDIT #mypageinner .baby_member_regist{
    display: block;
}


.inner_content_KAIIN_BABY_EDIT2 #mypageinner #regist,
.inner_content_KAIIN_PET_EDIT2 #mypageinner #regist{
    display: none;
    z-index: 2;
    background: #fff;
    border-radius: 5px;
}
.inner_content_KAIIN_BABY_EDIT2 #mypageinner #regist.active,
.inner_content_KAIIN_PET_EDIT2 #mypageinner #regist.active{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 80%;
    max-width: 1000px;
    z-index: 10000;
}
.inner_content_KAIIN_BABY_EDIT2 #mypageinner .baby_member_regist,
.inner_content_KAIIN_PET_EDIT2 #mypageinner .pet_member_regist{
    display: none;
    z-index: 2;
}
.inner_content_KAIIN_BABY_EDIT2 #mypageinner fieldset,
.inner_content_KAIIN_PET_EDIT2 #mypageinner fieldset{
    z-index: 1;
}
.bg_area{
    background: rgba(34, 34, 34, .95);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10000;
    display: none;
}
.inner_content_KAIIN_BABY_EDIT2 #baby_number,
.inner_content_KAIIN_PET_EDIT2 #pet_number{
    display: none;
}
.inner_content_KAIIN_BABY_EDIT2 #baby_regist .close_btn{
    display: block;
}
.inner_content_KAIIN_PET_EDIT2 #pet_regist .close_btn{
    display: block;
}
#input-form .pet_regist:last-of-type{
margin-bottom: 0;
}
#input-form .baby_regist:last-of-type{
    margin-bottom: 0;
    }
#mypageinner .bt_addForm{
    background: #E50012;
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    padding: 0;
    line-height: 1;
    width: 36px;
    height: 36px;
    border-radius: 30px;
	margin: auto;
}
#mypageinner .bt_addForm input{
border: none;
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    padding: 0;
    line-height: 32px;
    width: 36px;
    border-radius: 30px;
}
#mypageinner .add_new{
	margin-bottom: 20px;

    span{
            background-color: #E50012;
                width: 55%;
                height: 63px;
                font-size: 19px;
                color: #fff;
                cursor: pointer;
                border: 1px solid #E50012;
                display: flex;
                justify-content: center;
                align-items: center;
                border-radius: 30px;
        a{
            font-size: 19px;
        }
        a:hover{
        color: #222 !important;
        }
    }
        span:hover{
            background-color: #fff;
            color: #383838;
            border: 1px solid #383838;
        }
}

#mypageinner .delete span{
    border: none;
    background: transparent;
    font-size: 40px;
    cursor: pointer;
    padding: 0;
    font-weight: 100;
    line-height: 1;
    color:#222
}

/* 削除ボタン STA */
    .delete_bg{
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(34, 34, 34, .95);
        height: 100vh;
        width: 100%;
        z-index: -1;
        opacity: 0;
    }
.delete_bg2{
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(34, 34, 34, .95);
        height: 100vh;
        width: 100%;
        z-index: -1;
        opacity: 0;
}
    #alldelete{
        border: none;
        background: transparent;
        font-size: 14px;
        padding: 0;
        font-weight: 100;
        line-height: 1;
        color:#222;
        display: none;

        span{
            border-bottom: 1px solid;
            cursor: pointer;
        }
    }
    .delete{
        border: none;
        background: transparent;
        font-size: 14px;
        padding: 0;
        font-weight: 100;
        line-height: 1;
        color:#222;

        span{
            border-bottom: 1px solid;
            cursor: pointer;
        }
    }
    .kaiin-info-card:last-of-type #alldelete  {
        display: block;
        margin-left:auto;
        text-align:right;
    }
    #mypageinner fieldset.kaiin_box.active{
        z-index: -1;
    }
    .alldelete_area{
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 20px;
    z-index: -1;
    opacity: 0;

    .btn_box{
    text-align: right;

        button{
            border-radius: 5px;
            padding: 5px 10px;
            cursor: pointer;
        }

        .no_btn{
        border: 1px solid #222;
        background: #fff;
        display: inline-block;
        border-radius: 5px;
        padding: 2.9px 10px;
        cursor: pointer;
        font-size: 13px;

        }
        button[value="alldelete"]{
        background: #e50012;
        border: 1px solid #e50012;
        color: #fff;
        }
    }
    h3{
        text-align: center;
        margin: 0;
        margin-bottom: 20px;
    }
    p{
        margin: 0;
        margin-bottom: 20px;
    }
}
    .alldelete_area2{
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 20px;
    z-index: -1;
    opacity: 0;

    .btn_box2{
    text-align: right;

        button{
            border-radius: 5px;
            padding: 5px 10px;
            cursor: pointer;
        }

        .no_btn2{
        border: 1px solid #222;
        background: #fff;
        display: inline-block;
        border-radius: 5px;
        padding: 2.9px 10px;
        cursor: pointer;
        font-size: 13px;

        }
        button[value="delete"]{
        background: #e50012;
        border: 1px solid #e50012;
        color: #fff;
        }
    }
    h3{
        text-align: center;
        margin: 0;
        margin-bottom: 20px;
    }
    p{
        margin: 0;
        margin-bottom: 20px;
    }
}
.alldelete_area.active,.alldelete_area2.active{
z-index: 10000;
opacity: 1;
}
.delete_bg.active,.delete_bg2.active{
z-index: 10000;
opacity: 1;
}
.pet_regist:first-child .close_btn{
    display: none;
}
.baby_regist:first-child .close_btn{
    display: none;
}

.mypage-container.mypage_new{
    display: block;
}
#mypageinner .stamp-card__inner .latest{
    text-align: right;
    max-width: 500px;
    margin: auto;
}
#mypageinner .stamp-card__inner .latest a{
    font-size: 12px;
}
#mypageinner .stamp-card__inner .latest a:after{
    content: "navigate_next";
    font-family: "Material Icons";
    font-size: 18px;
    vertical-align: -4px;
}
#mypageinner .stamp-card.pet_stamp{
    /* background: #ffeeee; */
    padding: 10px;
    /* margin-bottom: 20px; */

    img{
        width: 500px;
    }
}
#mypageinner .stamp-card.baby_stamp{
    /* background: #ffeeee; */
    padding: 10px;
    /* margin-bottom: 20px; */

    img{
        width: 500px;
    }
}
#mypageinner .note br{
    display: none;
}
#mypageinner .baby_pet_box{
        width: 200px;

}

#mypageinner .class_regist .class_txt{
    margin-bottom:10px;
}
#mypageinner .class_regist span{
    display: block;
    width: 100%;
}
#mypageinner .class_regist a{
    background-color: #E50012;
    width: 25%;
    height: 40px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    border: 1px solid #E50012;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    margin-bottom:20px;
}
#mypageinner .class_txt .pc_none{
    display:none;
}
#mypageinner .class_regist a:hover{
    background-color: #fff;
    color: #383838 !important;
    border: 1px solid #383838;
}


/*20250206 T.ABE [べビサポ会員UI作成] ADD END */

/*20250515 T.ABE [ペット項目追加] ADD STA */
#mypageinner .other_name{
    padding: 8.5px 7px;
} 
/*20250515 T.ABE [ペット項目追加] ADD END */




/*20250319 T.ABE [離島一覧ページ] ADD STA */

#guiderito h1{
    margin-bottom: 25px;
    border: none;
}
#guiderito p{
    padding: 10px 0;
}
#guiderito table{
    width: 100%;
    border-spacing: 0;
    border: none;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
}
#guiderito table td{
    width : calc(100% / 4);
    /* border: 1px solid #e4e4e4; */
    border: none;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}
#guiderito table th{
    border: none;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    background: #EBF1F5;
}
/*20250319 T.ABE [離島一覧ページ] ADD END */