/*common*/

/*    ヘルパー    */
@import url('helper.css');

body,
body input{
	color:#666666;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-size:12px;
	letter-spacing:0;
	line-height:1.8;
}
/*common*/
.bg_common_gray{
	background-color:#f6f6f6;
}
body a{
	color:#444444;
}
/*エラーメッセージ*/
.error_msg_box{
	border:1px solid #ff0000;
	width:100%;
	margin:0 auto 30px;
}
.error_msg_box .error_msg_ttl{
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	background-color:#ff0000;
	padding:6px 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.error_msg_box .error_msg_body{
	background-color:#ffffff;
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.error_msg_box .error_msg_body .error_msg{
	display:block;
	font-size:14px;
	width:100%;
	margin:0 auto;
}
.bb1px_gry{
	border-bottom:1px solid #e1e1e1;
}
/*汎用タイトル部分*/
.ttl_box{
	color:#444444;
	font-weight:bold;
	text-align:center;
	padding:20px 0;
}
.ttl_box .sub_ttl{
	display:block;
	font-size:10px;
	line-height:1.2;
	margin-bottom:5px;
}
.ttl_box .main_ttl{
	display:block;
	font-size:20px;
	line-height:1.2;
}
/*header menu*/
.header_menu *{
	background-color:#ffffff;
	box-sizing:border-box;
}
.header_menu li{
	list-style-type:none;
}
.header_menu ul{
	margin:0;
}
.header_menu{
	border-top:5px solid #01b06b;
}
.header_menu section{
	position:relative;
	width:100%;
	padding:0px;
}
.header_menu header{
	height:60px;
	padding-bottom:10px;
	position:relative;
}
#header_submenu{
	display:none;
	width:100%;
	/*height:-webkit-fill-available;*/
	border-top:1px solid #e1e1e1;
	background-color:transparent;
	position:absolute;
	z-index:120;
	overflow: auto;
	height: calc(100vh - 60px);
}
.header_menu .header_submenu_btn{
	cursor:pointer;
	float:right;
	position:absolute;
	top:14px;
}
.header_menu .header_submenu_btn img{
	width:26px;
	height:34px;
}
.header_menu .logo_img{
	width:128px;
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	top:14px;
}
.header_menu .logo_img img{
	width:128px;
	height:34px;
}
/*検索ボタン*/
.header_menu .nav_search{
}
.header_menu .nav_search .freeword_btn img{
	width:20px;
	height:auto;
	position:absolute;
	top:20px;
	right:48px;
}
.header_menu .nav_search #freeword_txt{
	visibility:hidden;
}
.header_menu .nav_search .quick_find{
}
.header_menu .nav_search form{
	display:block;
	padding:12px 10px;
	z-index:1000;
	width:100%;
	position:absolute;
	top:60px;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
}
.header_menu .nav_search form input[type=text]{
	font-size:14px;
	line-height:2;
	padding:2px 10px;
	border:1px solid #f0f0f0;
	width:85%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-ms-border-radius:0px;
	-o-border-radius:0px;
	border-radius:0px;
	-webkit-appearance:none;
}
.header_menu .nav_search form input[type=image]{
	width:20px;
	height:auto;
	margin-left:10px;
}
.header_menu .nav_search .free-search{
}
.header_menu .nav_search .free-search li{
}
.header_menu .nav_search .free-search li:first-child{
}
.header_menu .nav_search .free-search li:first-child+*{
}
.header_menu .nav_search .free-search li:first-child+* input{
}
/*カートを見るボタン*/
.header_menu .nav_cart{
}
.header_menu .nav_cart img{
	width:20px;
	height:auto;
	position:absolute;
	top:20px;
	right:16px;
}
.header_menu .contents{
	border-left:#aba097 solid 1px;
	border-right:#aba097 solid 1px;
	padding:1rem;
	height:8rem;
	width:100%;
}
.header_menu ul{
}
.header_menu ul li{
}
#header_menu_box #header_submenu_btn02{
	position:absolute;
	left:10px;
	z-index:120;
}
.nav{
}
.nav ul.nav_menu{
	display:table;
	position: relative;
	width:100%;
	background-color:#f0f0f0;
}
.nav ul.nav_menu > li{
	display:table-cell;
	width:20%;
	padding:10px 5px;
	color:#444444;
	font-size:7px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-left:1px solid #ffffff;
}
.nav ul.nav_menu > li:first-child{
	border-left:none;
}
.nav ul.nav_menu > li > a,
.nav ul.nav_menu > li > span{
	display:block;
	width:100%;
	text-align:center;
	width:auto;
	text-decoration:none;
}
.nav ul.nav_menu > li > a img,
.nav ul.nav_menu > li > span img{
	display:block;
	width:22px;
	height:22px;
	margin:0 auto 2px;
}
.nav ul.nav_menu .menu_second_level{
	display: none;
	position: absolute;
	top: 99.9%;
	left: 0;
	z-index: 100;
	width: 100%;
	box-sizing: border-box;
	background-color: #ffffff;
	font-size: 12px;
}
.nav ul.nav_menu .menu_second_level > ul > li{
	box-sizing: border-box;
}
.nav ul.nav_menu .menu_second_level > ul > li > a{
	text-align: left;
	text-decoration: none;
}
#header_submenu #h_menu{
	color:#444444;
}
#header_submenu #h_menu a{
	text-decoration:none;
}
#header_submenu #h_menu .h_menu_ttl{
	display:block;
	color:#444444;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	padding:20px 10px;
	margin-top:20px;
}
.h_menu_cell_box{
}
.h_menu_cell_box ul{
}
.h_menu_cell_box ul li{
	width:50%;
	border-bottom:1px solid #e1e1e1;
	position:relative;
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.h_menu_cell_box ul li:after{
	position:absolute;
	top:50%;
	right:10px;
	display:block;
	content:'';
	width:6px;
	height:6px;
	margin-top:-4px;
	margin-right:4px;
	border-top:1px solid #444444;
	border-right:1px solid #444444;
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	margin-top:-6px;
}
.h_menu_cell_box ul li:nth-child(odd){
	border-right:1px solid #e1e1e1;
}
.h_menu_cell_box ul li a{
	display:block;
	padding:16px 10px;
}
#header_submenu #h_menu .acd_body{
}
#header_submenu #h_menu.contact .acd_body{
	border-top:1px solid #e1e1e1;
}
#header_submenu #h_menu .acd_body dt{
	display:flex;
	padding:16px 10px;
	border-bottom:1px solid #e1e1e1;
	position:relative;
}
#header_submenu #h_menu .acd_body dt:after{
	position:absolute;
	top:50%;
	right:10px;
	display:block;
	content:'';
	width:6px;
	height:6px;
	margin-top:-4px;
	margin-right:4px;
	border-top:1px solid #444444;
	border-right:1px solid #444444;
	-ms-transform:rotate(135deg);
	-webkit-transform:rotate(135deg);
	transform:rotate(135deg);
	margin-top:-6px;
}
#header_submenu #h_menu .acd_body dt.open{
	border-bottom:none;
}
#header_submenu #h_menu .acd_body dt.open:after{
	-ms-transform:rotate(315deg);
	-webkit-transform:rotate(315deg);
	transform:rotate(315deg);
}
#header_submenu #h_menu .acd_body dd{
}
#header_submenu #h_menu .acd_body dd ul{
}
#header_submenu #h_menu .acd_body dd ul li{
}
#header_submenu #h_menu .acd_body dd ul li a{
	display:block;
	background-color:#f6f6f6;
	padding:16px 10px;
	border-bottom:1px solid #e1e1e1;
	position:relative;
}
#header_submenu #h_menu .acd_body dd ul li a:after{
	position:absolute;
	top:50%;
	right:10px;
	display:block;
	content:'';
	width:6px;
	height:6px;
	margin-top:-4px;
	margin-right:4px;
	border-top:1px solid #444444;
	border-right:1px solid #444444;
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	margin-top:-6px;
}
#header_submenu #h_menu .h_menu_list{
	display:block;
	border-bottom:1px solid #e1e1e1;
	position:relative;
}
#header_submenu #h_menu.contact .h_menu_list{
	border-bottom:none;
}
#header_submenu #h_menu .h_menu_list:after{
	position:absolute;
	top:50%;
	right:10px;
	display:block;
	content:'';
	width:6px;
	height:6px;
	margin-top:-4px;
	margin-right:4px;
	border-top:1px solid #444444;
	border-right:1px solid #444444;
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	margin-top:-6px;
}
#header_submenu #h_menu .h_menu_list a{
	display:block;
	padding:16px 10px;
}
/*透過背景部分*/
#header_menu_bg{
	display:none;
	background-color:#333; /*黒背景部分背景色*/
	height:100%;
	opacity:0.6;
	position:fixed;
	right:0;
	top:0;
	width:100%;
	z-index:-1;
}

/*パンくず*/
#pankuz{
	padding:10px;
}
#pankuz ul{
}
#pankuz ul li{
	color:#000000;
	display:inline;
}
#pankuz ul li a{
	color:#000000;
	text-decoration:none;
}
/*header 固定ナビゲーション*/
#header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 120px;
	background-color: #ffffff;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	z-index:100;
}
#fixed_body{
	padding-top:120px;
}

#header.is-animation{
	height:50px;
	box-shadow:1px 1px 3px rgba(0,0,0,0.2);
	-webkit-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
#header.is-animation header{
	box-shadow:1px 1px 3px rgba(0,0,0,0.2);
}
#header.is-animation .header_box{
	margin-top:0px;
}
#header.is-animation .header_bar_box{
	background-color:#ffffff;
}
#header.is-animation .header_bar_box .header_bar ul li:first-child,
#header.is-animation .header_bar_box .header_bar ul li:first-child+*,
#header.is-animation .header_bar_box .header_bar ul li:first-child+*+* .nav_chase_txt,
#header.is-animation .header_bar_box .header_bar .header_txt{
	display:none;
	-webkit-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
#header.is-animation .header_box #search-box{
	width:190px;
	height:50px;
	position:absolute;
	top:-30px;
	right:150px;
	-webkit-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	z-index:100;
}
#header.is-animation .header_box #search-box ul li#search-area input{
	width:190px;
	-webkit-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
#header.is-animation .header_bar_box .header_bar ul li a{
	padding:10px 10px;
}
#header.is-animation .header_box .header_sub_box{
	height:0;
	-webkit-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
#header.is-animation .header_box .header_sub_box .header_logo{
	top:-30px;
	-webkit-transition:0.2s;
	-o-transition:0.2s;
	transition:0.2s;
}
#header.is-animation .header_box .header_sub_box .header_logo a img{
	width:120px;
	height:auto;
	-webkit-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
#header.is-animation .category_box{
	display:block;
	width:760px;
	position:relative;
	bottom:50px;
	margin:0 auto;
}
#header.is-animation .category_box .category_sub_box{
	display:block;
	width:760px;
}
#header.is-animation .category_box .category_sub_box ul{
	display:block;
	width:760px;
	margin:20px 0 10px;
	border-left:none;
	-webkit-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
#header.is-animation .category_box .category_sub_box ul li:last-child{
	border-right:none;
}
#header.is-animation .category_box .category_sub_box ul li a{
	padding:5px 10px;
}
#header.is-animation .category_box .category_sub_box ul .dspn_txt{
	display:none;
}
#header.is-animation .nav{
	display:none;
}
/*会社概要*/
#company{
	width:100%;
	padding:10px 10px 10px 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#company .company_ttl{
	font-size:16px;
	margin-top:30px;
	margin-bottom:10px;
}
#company .company_body{
}
#company .company_body tbody{
	width:100%;
}
#company table{
	width:100%;
}
#company tr{
	display:block;
}
#company tr th{
	display:block;
	color:#444444;
	background-color:#f0f0f0;
	text-align:left;
	width:100%;
	padding:10px 10px 10px 10px;
	vertical-align:middle;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#company tr td{
	display:block;
	color:#444444;
	width:100%;
	padding:10px 10px 20px 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#company .company_body tbody a{
	color:#444444;
}
/*top visual*/
#top_visual img{
	display:block;
	width:100%;
	max-width:640px;
	margin:0 auto;
}
/*top slide*/
#slide{
	margin-top:10px;
}
#slide ul li img{
	display:block;
	width:100%;
	max-width:640px;
	margin:0 auto;
}
/*カルーセル部分*/
#slide .owl-carousel{
}
#slide .owl-carousel .owl-controls{
	margin-top:0px;
	position:relative;
}
#slide .owl-carousel .owl-controls .owl-pagination{
	padding-top:12px;
}
#slide .owl-carousel .owl-controls .owl-pagination .owl-page span{
	background-color:#e1e1e1;
}
#slide .owl-carousel .owl-controls .owl-pagination .active span{
	background-color:#999999;
}
#slide .owl-carousel .owl-controls .owl-pagination span{
	width:8px;
	height:8px;
}
#slide .owl-carousel .owl-controls .owl-buttons{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	margin:auto;
}
#slide .owl-carousel .owl-controls .owl-buttons div{
	color:#999999;
	font-size:14px;
	font-weight:bold;
	background-color:#ffffff;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
#slide .owl-carousel .owl-controls .owl-buttons div:hover{
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
#slide .owl-carousel .owl-controls .owl-buttons .owl-prev{
	margin:5px 80px 5px 5px;
}
#slide .owl-carousel .owl-controls .owl-buttons .owl-next{
	margin:5px 5px 5px 80px;
}
/*TOP バナー*/
#bnr_area{
	margin-top:0px;
	padding:0 5px 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#bnr_area .sub_box{
	display:block;
	width:100%;
	max-width:640px;
	margin:0 auto;
	padding-top: 10px;
}
#bnr_area .sub_box ul{
	display:table;
	width:100%;
}
#bnr_area .sub_box ul li{
	display:table-cell;
	vertical-align:middle;
	width:50%;
    /*float:left;*/
}
#bnr_area .sub_box ul li .img_box{
	margin-top:10px;
	padding:0 5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#bnr_area .sub_box ul li:first-child .img_box{
	margin-left:0px;
}
#bnr_area .sub_box ul li .img_box img{
	display:block;
	width:100%;
	max-width:640px;
	margin:0 auto;
}
#bnr_area .sub_box img {
	display: block;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}
.img_box2{
	margin-top: 10px;
    padding: 0 5px;
	margin: 0 auto;
    max-width: 640px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.img_box2 .img_box_base{
	display: block;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

.img_box_a{
	position: absolute;
    width: 28%;
    top: 6%;
    right: 32%;
}

.img_box_b{
	position: absolute;
    width: 28%;
    top: 6%;
    right: 3%;
}



#bnr_area .bnr_big{
	width:100%;
	max-width:445px;
}
#bnr_area .rcmd_product_bnr_box {
	position: relative;
}
#bnr_area .rcmd_product_bnr_box .price {
	position: absolute;
	top: 58%;
	right: 2%;
	width: 30%;
	color: #d90f0f;
	font-weight: bold;
	font-size: 15px;
	line-height: 1;
	text-align: center;
}
@media screen and (min-width:375px) {
	#bnr_area .rcmd_product_bnr_box .price {
		font-size: 17px;
	}
}
@media screen and (min-width:568px) {
	#bnr_area .rcmd_product_bnr_box .price {
		font-size: 25px;
	}
}
@media screen and (min-width:640px) {
	#bnr_area .rcmd_product_bnr_box .price {
		font-size: 28px;
	}
}
/*おすすめ商品 テンプレート*/
.product_list_box{
	width:100%;
	max-width:640px;
	margin:0 auto;
	padding-bottom:20px;
}
.product_list_box .rcmd_product_box{
	margin:0px auto 0;
	padding:0 0px;
	overflow:hidden;
}
.product_list_box .rcmd_product_box .rcmd_product{
	display:inline-block;
	float:left;
	width:46%;
	background-color:#ffffff;
	padding:10px;
	margin:10px 5px 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	vertical-align:top;
}
.product_list_box .rcmd_product_box .rcmd_product a{
	display:block;
	text-decoration:none;
}
.product_list_box .rcmd_product_box .rcmd_product .brandlogo{
}
.product_list_box .rcmd_product_box .rcmd_product .brandlogo img{
	display:block;
	width:100%;
	max-width:60px;
	height:100%;
	max-height:15px;
	margin:0 auto;
}
.product_list_box .rcmd_product_box .rcmd_product .package{
}
.product_list_box .rcmd_product_box .rcmd_product .package img{
	display:block;
	width:100%;
	max-width:230px;
	margin:0 auto;
}
.product_list_box .rcmd_product_box .rcmd_product .name{
	font-size:12px;
	text-align:center;
}
.product_list_box .rcmd_product_box .rcmd_product .price{
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
/*おすすめ商品*/
#rcmd{
}
#rcmd .sub_box{
	padding:10px 5px;
}
/*タイプ別一覧*/
#type_list .type_list_box{
	margin-top:20px;
}
#type_list .type_list_box ul.tab{
	display:table;
	width:100%;
	padding:0px 5px 0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#type_list .type_list_box .tab li{
	color:#444444;
	font-size:12px;
	font-weight:bold;
	display:table-cell;
	text-align:center;
	width:33%;
	vertical-align:middle;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	cursor:pointer;
}
#type_list .type_list_box .tab li .tab_txt{
	display:block;
	background:#f3f3f3;
	margin:0 5px 0 5px;
	border-top:1px solid #f3f3f3;
	border-bottom:1px solid #bdbdbd;
	padding:10px 10px 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
	top:1px;
}
#type_list .type_list_box .tab li:first-child{
	border-left:none;
}
#type_list .type_list_box .tab li.current .tab_txt{
	color:#01b06b;
	background:#ffffff;
	border:1px solid #bdbdbd;
	border-bottom:1px solid #ffffff;
	position:relative;
}
#type_list .type_list_box .contents_box{
	border-top:1px solid #bdbdbd;
	border-bottom:1px solid #bdbdbd;
}
#type_list .type_list_box .tab li.current .tab_txt:after{
	display:block;
	content:"";
	width:50%;
	padding-bottom:0px;
	margin:0 auto;
	text-align:center;
	border-bottom:3px solid #01b06b;
	position:absolute;
	left:0;
	right:0;
}
/*お得なまとめ買いセット*/
#set_sale .set_sale_box .tab{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#set_sale .set_sale_box  ul.tab{
	display:table;
	width:100%;
	padding:0px 5px 0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#set_sale .set_sale_box .tab li{
	color:#444444;
	font-size:12px;
	font-weight:bold;
	display:table-cell;
	text-align:center;
	width:33%;
	vertical-align:middle;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	cursor:pointer;
}
#set_sale .set_sale_box .tab li .tab_txt{
	display:block;
	background:#f3f3f3;
	margin:0 5px 0 5px;
	border-top:1px solid #f3f3f3;
	border-bottom:1px solid #bdbdbd;
	padding:10px 10px 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
	top:1px;
}
#set_sale .set_sale_box .tab li:first-child{
	border-left:none;
}
#set_sale .set_sale_box .tab li.current .tab_txt{
	color:#01b06b;
	background:#ffffff;
	border:1px solid #bdbdbd;
	border-bottom:1px solid #ffffff;
	position:relative;
}
#set_sale .set_sale_box .tab li.current .tab_txt:after{
	display:block;
	content:"";
	width:50%;
	padding-bottom:0px;
	margin:0 auto;
	text-align:center;
	border-bottom:3px solid #01b06b;
	position:absolute;
	left:0;
	right:0;
}
#set_sale .set_sale_box .contents_box{
	border-top:1px solid #bdbdbd;
	border-bottom:1px solid #bdbdbd;
}
/*お得なまとめ買い*/
#set_list{
	padding:0px 5px 10px;
}
#set_list .set_list_box{
}
#set_list .set_list_box ul{
	display:table;
	margin:10px auto 0;
}
#set_list .set_list_box ul:first-child{
	margin-top:0px;
}
#set_list .set_list_box ul li{
	display:table-cell;
	width:33%;
	vertical-align:top;
}
#set_list .set_list_box ul li .products{
	padding:0 5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
}
#set_list .set_list_box ul li .products a{
	color:#444444;
	text-decoration:none;
}
#set_list .set_list_box ul li .products .product_box{
	display:block;
	background-color:#ffffff;
	width:100%;
	padding:10px 5px;
	margin-right:10px;
	border:1px solid #c2c2c2;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	overflow:hidden;
}
#set_list .set_list_box ul li:first-child .products .product_box{
	margin-right:0px;
}


#set_list .set_list_box ul li .ribbon_set .product_box{
	background-image:url(/sp/img/top/rcmd_set.png);
	background-repeat:no-repeat;
	background-size:48px 48px;
}



#set_list .set_list_box ul li .products .product_box .brandlogo{
	display:block;
	text-align:center;
}
#set_list .set_list_box ul li .products .product_box .brandlogo img{
	display:block;
	width:100%;
	max-width:60px;
	margin:0 auto;
}
#set_list .set_list_box ul li .products .product_box .set_info{
	display:block;
	color:#444444;
	font-size:8px;
	background-color:#f3f3f3;
	margin:2px auto 0;
	padding:2px;
	text-align:center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#set_list .set_list_box ul li .products .product_box .set_info .red{
	color:#d90f0f;
	font-size:10px;
	font-weight:bold;
}
#set_list .set_list_box ul li .products .product_box .name{
	display:block;
	padding: 0 15px;
	color:#444444;
	font-size:10px;
	line-height: 1.4;
	font-weight:bold;
	text-align:center;
	margin-top:2px;
}
#set_list .set_list_box ul li .products .product_box .package{
	display:block;
	text-align:center;
	margin-top:2px;
}
#set_list .set_list_box ul li .products .product_box .package img{
	display:block;
	width:100%;
	max-width:220px;
	margin:0 auto;
}
#set_list .set_list_box ul li .products .product_box .price_box{
	display:block;
	width:100%;
	max-width:220px;
	margin:2px auto 0;
	text-align: center;
}
#set_list .set_list_box ul li .products .product_box .price_box .free_icon{
	color:#ffffff;
	font-size:10px;
	background-color:#01b06b;
	text-align:center;
	padding:4px 4px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#set_list .set_list_box ul li .products .product_box .price_box .price{
	color:#d90f0f;
	font-size:12px;
	font-weight:bold;
	line-height:1;
	text-align:center;
	position:relative;
	top:2px;
}
/*1商品のみの場合*/
#set_list .set_list_box .left{
	display:table;
	width:50%;
	margin:10px 0 0;
}
/*top pageに戻るボタン*/
a.return_toppage{
	display:block;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	background-color:#555555;
	text-align:center;
	padding:10px 10px;
	margin:0 auto;
	width:180px;
	border:1px solid #555555;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
}
/*my pageに戻るボタン*/
a.return_mypage{
	display:block;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	background-color:#555555;
	text-align:center;
	padding:10px 10px;
	margin:0 auto;
	width:132px;
	border:1px solid #555555;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
}
/*オーダーID入力画面に戻るボタン*/
a.return_orderform{
	display:block;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	background-color:#555555;
	text-align:center;
	padding:10px 10px;
	margin:0 auto;
	width:220px;
	border:1px solid #555555;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
}
/*ログイン画面に戻るボタン*/
a.return_loginpage{
	display:block;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	background-color:#555555;
	text-align:center;
	padding:10px 10px;
	margin:0 auto;
	width:180px;
	border:1px solid #555555;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
}
/*戻るボタン(汎用)*/
a.return_page_btn{
	display:block;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	background-color:#555555;
	text-align:center;
	padding:10px 10px;
	margin:0 auto 10px;
	width:220px;
	border:1px solid #555555;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
}
/*新着情報*/
#news{
	padding:0px 10px 40px;
	margin-top:20px;
}
#news .article{
	display:block;
	width:100%;
	background-color:#ffffff;
	padding:10px 10px;
	margin:10px auto 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#news .article:first-child{
	margin-top:0;
}
#news .article{
}
#news .article .tbl{
	display:table;
	width:100%;
}
#news .article .tbl .tbl_cell{
	display:table-cell;
	vertical-align:top;
}
#news .article .tbl .tbl_cell:first-child{
	width:10%;
}
#news .article .tbl .tbl_cell:first-child+*{
	width:90%;
}
#news .article .img_box{
	width:100px;
	height:60px;
	border:1px solid #e1e1e1;
	position:relative;
}
#news .article .new_icon{
	height:auto;
	color:#ffffff;
	font-size:8px;
	background-color:#01b06b;
	text-align:center;
	padding:1px 8px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	float:left;
}
#news .article .img_box .new_img{
	display:block;
	width:100%;
	height:100%;
}
#news .article .img_box .new_img a{
	display:block;
	width:100%;
	height:100%;
}
#news .article .img_box .new_img img{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
#news .article .txt_box{
	display:grid;
	font-size:10px;
	padding:0 0 0 10px;
}
#news .article .txt_box .txt{
	display:block;
}
#news .article .txt_box .txt a{
	color:#444444;
	text-decoration:none;
}
#news #readmore{
	display:block;
	color:#444444;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	width:250px;
	padding:16px 0;
	margin:40px auto 0;
	border:1px solid #444444;
	cursor:pointer
}
/*footer*/
/*footer menu*/
#f_menu{
	color:#444444;
	margin-top:40px;
}
#f_menu a{
	text-decoration:none;
}
#f_menu .f_menu_ttl{
	display:block;
	color:#444444;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	padding:20px 10px;
	margin-top:20px;
}
#f_menu .f_menu_cell_box{
}
#f_menu .f_menu_cell_box ul{
	border-top:1px solid #e1e1e1;
}
#f_menu.contact .f_menu_cell_box ul{
	border-top:none;
}
#f_menu .f_menu_cell_box ul li{
	width:50%;
	border-bottom:1px solid #e1e1e1;
	position:relative;
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#f_menu .f_menu_cell_box ul li:after{
	position:absolute;
	top:50%;
	right:10px;
	display:block;
	content:'';
	width:6px;
	height:6px;
	margin-top:-4px;
	margin-right:4px;
	border-top:1px solid #444444;
	border-right:1px solid #444444;
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	margin-top:-6px;
}
#f_menu .f_menu_cell_box ul li:nth-child(odd){
	border-right:1px solid #e1e1e1;
}
#f_menu .f_menu_cell_box ul li a{
	display:block;
	padding:16px 10px;
}
#f_menu .acd_body{
}
#f_menu.contact .acd_body{
	border-bottom:1px solid #e1e1e1;
}
#f_menu.contact .bdt{
	border-top:1px solid #e1e1e1;
}
#f_menu .acd_body dt{
	display:flex;
	padding:16px 10px;
	border-bottom:1px solid #e1e1e1;
	position:relative;
}
#f_menu.contact .acd_body dt{
	border-bottom:none;
}
#f_menu .acd_body dt:after{
	position:absolute;
	top:50%;
	right:10px;
	display:block;
	content:'';
	width:6px;
	height:6px;
	margin-top:-4px;
	margin-right:4px;
	border-top:1px solid #444444;
	border-right:1px solid #444444;
	-ms-transform:rotate(135deg);
	-webkit-transform:rotate(135deg);
	transform:rotate(135deg);
	margin-top:-6px;
}
#f_menu .acd_body dt.open{
	border-bottom:none;
}
#f_menu .acd_body dt.open:after{
	-ms-transform:rotate(315deg);
	-webkit-transform:rotate(315deg);
	transform:rotate(315deg);
}
#f_menu .acd_body dd{
}
#f_menu .acd_body dd ul{
}
#f_menu .acd_body dd ul li{
}
#f_menu .acd_body dd ul li a{
	display:block;
	background-color:#f6f6f6;
	padding:16px 10px;
	border-bottom:1px solid #e1e1e1;
	position:relative;
}
#f_menu.contact .acd_body dd ul li:last-child a{
	border-bottom:none;
}
#f_menu .acd_body dd ul li a:after{
	position:absolute;
	top:50%;
	right:10px;
	display:block;
	content:'';
	width:6px;
	height:6px;
	margin-top:-4px;
	margin-right:4px;
	border-top:1px solid #444444;
	border-right:1px solid #444444;
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	margin-top:-6px;
}
#f_menu .f_menu_list{
	display:block;
	border-bottom:1px solid #e1e1e1;
	position:relative;
}
#f_menu.contact .f_menu_list{
	border-bottom:none;
}
#f_menu .f_menu_list:after{
	position:absolute;
	top:50%;
	right:10px;
	display:block;
	content:'';
	width:6px;
	height:6px;
	margin-top:-4px;
	margin-right:4px;
	border-top:1px solid #444444;
	border-right:1px solid #444444;
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	margin-top:-6px;
}
#f_menu .f_menu_list a{
	display:block;
	padding:16px 10px;
}
/*ページトップ*/
#pagetop{
	display:block;
	text-align:right;
}
#pagetop img{
	width:44px;
	height:44px;
	margin-top:10px;
	margin-right:10px;
}
#footer{
	font-size:10px;
	line-height:1.8;
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:10;
}
#footer ul{
	padding:13px 0;
	text-align:center;
}
#footer li{
	display:inline;
}
#footer li:after{
	content:"|";
	margin-left:5px;
}
#footer li:nth-child(4):after{
	content:""
}
#footer a{
	color:#444444;
	text-decoration:none;
}
#footer .copyright{
	display:block;
	color:#ffffff;
	font-size:12px;
	text-align:center;
	padding:10px;
	background-color:#01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
/*クーポンのご利用方法 各ページ*/
#couponhowto{
}
#couponhowto .article_box{
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#couponhowto .main_ttl{
	color:#01b06b;
	font-size:16px;
	font-weight:bold;
	padding:10px;
	margin-bottom:20px;
	border-bottom:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#couponhowto .sub_explain{
	color:#444444;
	font-size:14px;
}
#couponhowto .faq_index{
	color:#444444;
	margin-top:20px;
	padding:10px;
	border:1px solid #e1e1e1;
	margin-bottom:10px;
}
#couponhowto .faq_index .ttl{
	display:block;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}
#couponhowto .faq_index .ttl a{
	text-decoration:none;
}
#couponhowto .faq_index .index{
	display:block;
	font-size:14px;
}
#couponhowto .faq_index .index ul{
	margin-left:10px;
}
#couponhowto .faq_index .index ul li{
}
#couponhowto .faq_index .index ul li a{
	line-height:2;
	text-decoration:none;
}
#couponhowto .faq_article{
	margin-bottom:20px;
}
#couponhowto .faq_article .article_ttl{
	font-weight:bold;
	margin-bottom:10px;
	background:url(/img/faq/qa_q.gif) no-repeat;
	background-size:22px 22px;
	padding-left:30px;
	min-height:22px;
}
#couponhowto .faq_article .article_txt{
	font-weight:normal;
	background:url(/img/faq/qa_a.gif) no-repeat;
	background-size:22px 22px;
	padding-left:30px;
	min-height:22px;
}
#couponhowto .textred{
	color:#ed0202;
	font-weight:bold;
}
#couponhowto .couponhowto_rule{
}
#couponhowto .couponhowto_rule ul{
	font-size:14px;
	margin-left:40px;
}
#couponhowto .couponhowto_rule ul li{
	list-style-type:decimal;
	line-height:2;
}
#couponhowto .step_box{
	padding:0 0px 20px;
	margin:10px 10px 10px;
	border-bottom:1px dotted #cdcdcd;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#couponhowto .step_box{
}
#couponhowto .step_box ul{
	width:100%;
}
#couponhowto .step_box ul li{
	vertical-align:top;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#couponhowto .step_box ul li .txt_box{
}
#couponhowto .step_box ul li .img_box{
	display:block;
	text-align:right;
}
#couponhowto .step_box ul li .img_box img{
	display:block;
	width:100%;
	max-width:160px;
	margin:0 auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#couponhowto .step_box .step_num{
	display:block;
	color:#01b06b;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}
#couponhowto .step_box .step_txt{
	display:block;
	font-size:14px;
}

/* ポイントページ */
#pointhowto .article_box,
#pointrule .article_box,
#pointfaq .article_box{
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#pointhowto .main_ttl,
#pointrule .main_ttl,
#pointfaq .main_ttl{
	color:#01b06b;
	font-size:16px;
	font-weight:bold;
	padding:10px;
	margin-bottom:20px;
	border-bottom:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#pointhowto .sub_explain,
#pointrule .sub_explain,
#pointfaq .sub_explain{
	color:#444444;
	font-size:14px;
}
#pointhowto .rule_contents,
#pointrule .rule_contents,
#pointfaq .rule_contents{
    color: #444444;
    line-height: 2;
    padding: 0 0 20px;
    margin-top: 20px;
    border-bottom: 1px solid #e1e1e1;
}
#pointhowto .rule_contents .cnt_ttl,
#pointrule .rule_contents .cnt_ttl,
#pointfaq .rule_contents .cnt_ttl{
	display:block;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
#pointhowto .rule_contents .cnt_bdy,
#pointrule .rule_contents .cnt_bdy,
#pointfaq .rule_contents .cnt_bdy{
	display:block;
	font-size:12px;
}
#pointhowto .rule_contents .cnt_bdy ul,
#pointrule .rule_contents .cnt_bdy ul,
#pointfaq .rule_contents .cnt_bdy ul{
	margin-left:15px;
}
#pointhowto .rule_contents .cnt_bdy ul li,
#pointrule .rule_contents .cnt_bdy ul li,
#pointfaq .rule_contents .cnt_bdy ul li{
	line-height:2;
}
#pointhowto .rule_contents .cnt_bdy ul.decimal > li,
#pointrule .rule_contents .cnt_bdy ul.decimal > li,
#pointfaq .rule_contents .cnt_bdy ul.decimal > li{
	list-style-type:decimal;
}
#pointhowto .rule_contents .cnt_bdy ul.disc > li,
#pointrule .rule_contents .cnt_bdy ul.disc > li,
#pointfaq .rule_contents .cnt_bdy ul.disc > li{
	list-style-type:disc;
}
#pointhowto .sub_explain .explain_ttl,
#pointrule .sub_explain .explain_ttl,
#pointfaq .sub_explain .explain_ttl{
    display: block;
    font-size: 14px;
    font-weight: bold;
}
#pointrule{
	width:100%;
	padding:10px 10px 10px 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#pointhowto .faq_article,
#pointrule .faq_article,
#pointfaq .faq_article{
	margin-bottom:20px;
}
#pointhowto .faq_article .article_ttl,
#pointrule .faq_article .article_ttl,
#pointfaq .faq_article .article_ttl{
	font-weight:bold;
	margin-bottom:10px;
	background:url(/img/faq/qa_q.gif) no-repeat;
	background-size:22px 22px;
	padding-left:30px;
	min-height:22px;
}
#pointhowto .faq_article .article_txt,
#pointrule .faq_article .article_txt,
#pointfaq .faq_article .article_txt{
	font-weight:normal;
	background:url(/img/faq/qa_a.gif) no-repeat;
	background-size:22px 22px;
	padding-left:30px;
	min-height:22px;
}
#pointfaq .faq_index {
    color: #444444;
    padding: 0 10px 20px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
}
#pointfaq .faq_index .index {
    display: block;
    font-size: 14px;
}
#pointfaq .faq_index .index ul {
    margin-left: 10px;
}
#pointfaq .faq_index .index ul li a {
    line-height: 2;
    text-decoration: none;
}

/*ログインページ*/
#login{
}
#login .auth_body{
	margin-bottom:20px;
}
#login .auth_body .txt{
	display:block;
	font-size:18px;
	margin:20px 0;
	padding:10px;
	text-align:center;
}
#login .auth_body .explain_txt{
	display:block;
	font-size:14px;
	padding:0 20px 20px;
}
#login .login_box{
	background-color:#f6f6f6;
	width:100%;
	padding:40px 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#login .login_box form{
}
#login .login_box .register_box{
	display:block;
	width:100%;
	max-width:640px;
	margin:0 auto 20px;
}
#login .login_box .register_box .register_ttl{
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	width:90px;
}
#login .login_box .register_box .register_body{
	font-size:14px;
}
#login .login_box .register_box .register_body input{
	font-size:12px;
	background-color:#ffffff;
	border:1px solid #d2d2d2;
	width:100%;
	height:30px;
	padding:4px 10px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-appearance:none;
}
#login .login_box .caution_box{
}
#login .login_box .caution_box a{
	display:block;
	text-align:center;
	line-height:2.4;
	margin-top:20px;
	text-decoration:none;
}
#login .auth_body input.auth_login{
	display:block;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	background-color:#01b06b;
	text-align:center;
	padding:16px 10px;
	margin:20px auto 0;
	width:100%;
	border:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	-webkit-appearance:none;
}
#login .auth_body input.auth_submit{
	display:block;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	background-color:#01b06b;
	text-align:center;
	padding:16px 10px;
	margin:0px auto 0;
	width:100%;
	border:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	-webkit-appearance:none;
}
/**SNSログイン 2022/05/17追記**/
#login .sns_table {
	margin-top: 20px;
}
#login .sns_table .main_ttl {
	color: #666;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	padding-bottom: 6px;
	border: none;
	margin-top: 50px;
	margin-bottom: 10px;
}
#login a.sns_login {
	width: auto;
	margin: 0 auto 5%;
	display: block;
}
#login a.sns_login img{
	width: 100%;
	margin: 0 auto;
	display: block;
}
/*ログアウトページ*/
#logout{
}
#logout .auth_body{
	margin-bottom:40px;
}
#logout .auth_body .txt{
	display:block;
	font-size:16px;
	margin:20px 0;
	padding:10px;
	text-align:center;
}
/*配送関連ページ*/
#chase{
	margin-bottom:20px;
}
#chase .chase_ttl{
	color:#01b06b;
	font-size:16px;
	font-weight:bold;
	padding:10px;
	margin-bottom:20px;
	border-bottom:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#chase .chase_body{
	display:block;
	padding:10px;
	margin-top:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#chase .chase_body .chase_box{
	background-color:#f4f4f4;
	width:100%;
	padding:10px;
	margin:0 auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#chase .chase_body .chase_box .caution_box{
	display:block;
	font-size:14px;
	line-height:1.8;
	text-align:center;
}
#chase .chase_body .chase_box .orderid_box{
	margin:20px 0 20px;
}
#chase .chase_body .chase_box .orderid_box form{
}
#chase .chase_body .chase_box .orderid_box form input{
}
#chase .chase_body .chase_box .orderid_box .order_submit_box{
	display:block;
	text-align:center;
}
#chase .chase_body .chase_box .orderid_box .order_ttl{
	display:inline-block;
	font-size:16px;
	padding:10px;
	margin-right:10px;
	vertical-align:middle;
}
#chase .chase_body .chase_box .orderid_box .order_form{
	font-size:16px;
	background-color:#ffffff;
	width:100%;
	height:30px;
	padding:4 10px;
	border:1px solid #e1e1e1;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	vertical-align:middle;
	-webkit-appearance:none;
}
#chase .chase_body .chase_box .orderid_box .order_submit{
	display:block;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	background-color:#01b06b;
	text-align:center;
	padding:16px 10px;
	margin:20px auto 0;
	width:100%;
	border:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	-webkit-appearance:none;
}
#chase .chase_body .chase_box a.order_link_btn{
	display:block;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	padding:10px 10px;
	margin:0 auto;
}
/*注文・配送照会*/
#chase .chase_body .my_table{
	width:100%;
}
#chase .chase_body .my_table tbody{
	width:100%;
}
#chase .chase_body .my_table tr{
	width:100%;
	border:1px solid #d2d2d2;
}
#chase .chase_body .my_table tr td.com_td_detail_ttl{
	display:table-cell;
	color:#444444;
	background-color:#f0f0f0;
	width:35%;
	padding:10px 10px 10px 10px;
	vertical-align:middle;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-right:1px solid #d2d2d2;
}
#chase .chase_body .my_table tr td.com_td_detail_bdy{
	display:table-cell;
	color:#444444;
	background-color:#ffffff;
	width:65%;
	padding:10px 10px 10px 10px;
	text-align:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#chase .chase_body .my_table .com_font_comment{
	display:block;
	color:#01b06b;
	font-size:14px;
	margin-top:10px;
}
#chase .chase_body .my_table .com_td_obi3{
	display:block;
	color:#444444;
	font-size:16px;
	font-weight:bold;
	padding:10px;
	margin-bottom:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#chase .chase_body .my_table .div_purple2{
}
#chase .chase_body .my_table .div_pink3{
}
#chase .chase_body .my_table .div_pink3 .com_td_detail_ttl{
	display:block;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	background-color:#01b06b;
	padding:10px 10px;
	margin-top:20px;
	margin-bottom:0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#chase .com_td_detail_bdy{
	font-size:14px;
	background-color:#f1f1f1;
	padding:10px;
	margin-bottom:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#chase .chase_body .my_table .com_td_detail_bdy{
	font-size:14px;
	background-color:#f1f1f1;
	padding:10px;
	margin-bottom:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#chase .chase_body .my_table .com_td_detail_bdy .com_font_alert{
	display:block;
	color:#01b06b;
}
/*エラーページ*/
#error{
}
#error .error_ttl{
	color:#01b06b;
	font-size:16px;
	font-weight:bold;
	padding:10px;
	margin-bottom:10px;
	border-bottom:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#error .error_body{
	display:block;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
/*決済一覧*/
.paymentmethod_box{
}
.paymentmethod_box .bb1px_period{
	border-bottom:1px solid #f0f0f0;
}
.paymentmethod_box .paymentmethod_contents{
	padding-bottom:10px;
	margin-bottom:10px;
}
.paymentmethod_box .paymentmethod_contents .txt_red{
	color:#ed0202;
}
.paymentmethod_box .paymentmethod_contents .payment_sub_ttl{
	display:block;
	font-size:16px;
	font-weight:bold;
	padding:16px 0px 0;
	margin-bottom:0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.paymentmethod_box .paymentmethod_contents .payment_name{
	display:block;
	font-size:16px;
	font-weight:bold;
	padding:10px 0px 10px 0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.paymentmethod_box .paymentmethod_contents .payment_sub_txt{
	display:block;
	font-size:12px;
}
.paymentmethod_box .paymentmethod_contents .payment_img{
	display:block;
	margin-top:10px;
	margin-bottom:20px;
}
.paymentmethod_box .paymentmethod_contents .payment_detail{
	display:block;
	font-size:11px;
	font-weight:bold;
	margin-bottom:6px;
}
.paymentmethod_box .paymentmethod_contents .payment_detail .detail_ttl{
	display:inline-block;
	color:#ffffff;
	font-size:10px;
	background-color:#01b06b;
	text-align:center;
	width:40px;
	padding:2px;
	margin-right:6px;
}
.paymentmethod_box .paymentmethod_contents .payment_txt{
	display:block;
	font-size:12px;
	padding:10px 0 0;
}
.paymentmethod_box .paymentmethod_contents .payment_txt ul{
	padding-left:10px;
	padding-bottom:0px;
	margin-top:16px;
}
.paymentmethod_box .paymentmethod_contents .payment_txt ul li{
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}
.paymentmethod_box .paymentmethod_contents .payment_img .img_box{
	display:block;
	margin-top:20px;
	margin-bottom:20px;
}
.paymentmethod_box .paymentmethod_contents .payment_img img,
.paymentmethod_box .paymentmethod_contents .payment_img .img_box a img{
	display:block;
	margin:0 auto;
}
.paymentmethod_box .paymentmethod_contents .payment_img .img_box a{
	display:inline-block;
	margin-right:8px;
}
.paymentmethod_box .paymentmethod_contents .payment_img .img_box a img{
}
.paymentmethod_box .paymentmethod_contents .convenience_list{
}
.paymentmethod_box .paymentmethod_contents .convenience_list .list_ttl{
	display:block;
	font-size:16px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:20px;
}
.paymentmethod_box .paymentmethod_contents .convenience_list ul{
}
.paymentmethod_box .paymentmethod_contents .convenience_list ul li{
	padding:10px 0;
	margin-bottom:10px;
	border-bottom:1px dotted #e1e1e1;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.paymentmethod_box .paymentmethod_contents .convenience_list ul li:last-child{
	border-bottom:none;
}
.paymentmethod_box .paymentmethod_contents .convenience_list ul li a{
	text-decoration:none;
}
.paymentmethod_box .paymentmethod_contents .convenience_list ul li .store_box{
}
.paymentmethod_box .paymentmethod_contents .convenience_list ul li .store_box .table{
	display:table;
	width:100%;
}
.paymentmethod_box .paymentmethod_contents .convenience_list ul li .store_box .table .cell{
	display:table-cell;
	vertical-align:middle;
}
.paymentmethod_box .paymentmethod_contents .convenience_list ul li .store_box .table .cell:first-child{
	width:30%;
}
.paymentmethod_box .paymentmethod_contents .convenience_list ul li .store_box .table .cell:first-child+*{
	width:70%;
}
.paymentmethod_box .paymentmethod_contents .convenience_list ul li .store_box img{
	display:block;
	margin:0 auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.paymentmethod_box .paymentmethod_contents .convenience_list ul li .store_box .explain{
}
.paymentmethod_box .paymentmethod_contents .convenience_list ul li .store_box .explain .txt{
	display:block;
	font-size:12px;
	text-align:left;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.paymentmethod_box .paymentmethod_contents .convenience_list ul li .store_box .link_txt{
	display:block;
	font-size:14px;
	text-align:right;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
/*商品一覧ページ*/
#lineup{
}
#lineup #product_lineup h1.ttl{
	display:block;
	color:#444444;
	font-size:14px;
	font-weight:bold;
	background-color:#f1f1f1;
	padding:16px 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#lineup #main_contents{
	display:table-cell;
	font-size:0;
	vertical-align:top;
	width:100%;
	position:relative;
}
#lineup .lineup_list_box{
	margin-top:40px;
}
#lineup .lineup_list_box:first-child{
	margin-top:0px;
}
#lineup .lineup_list_box .ttl{
	display:block;
	color:#444444;
	font-size:20px;
	font-weight:bold;
	margin:10px 0;
	text-align:center;
}
#lineup .lineup_list_box .sales_stop{
	display:inline-block;
	width:100%;
	padding-left:10px;
	font-size:14px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#lineup .lineup_list_box #narrow-down{
	display:block;
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#lineup .lineup_list_box #narrow-down h1{
}
#lineup .lineup_list_box #narrow-down form{
}
#lineup .lineup_list_box #narrow-down form select{
	font-size:14px;
	line-height:2;
	padding:2px 10px;
	border:1px solid #f0f0f0;
	width:80%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-ms-border-radius:0px;
	-o-border-radius:0px;
	border-radius:0px;
	-webkit-appearance:none;
}
#lineup .lineup_list_box #narrow-down form input{
	color:#000000;
	font-size:14px;
	background-color:#f0f0f0;
	text-align:center;
	line-height:2;
	padding:2px 10px;
	border:1px solid #f0f0f0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-ms-border-radius:0px;
	-o-border-radius:0px;
	border-radius:0px;
	-webkit-appearance:none;
}
#lineup .lineup_list{
	display:inline-block;
	width:100%;
	padding:20px 5px 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-bottom:1px solid #e1e1e1;
}
#lineup .lineup_list .table{
	display:table;
	width:100%;
}
#lineup .lineup_list .table .table_cell{
	display:table-cell;
	vertical-align:middle;
}
#lineup .lineup_list .table .table_cell:first-child{
	width:45%;
}
#lineup .lineup_list .table .table_cell:first-child+*{
	width:55%;
}
#lineup .lineup_list .badge_box{
}
#lineup .lineup_list .badge_box .brandlogo{
}
#lineup .lineup_list .badge_box .brandlogo img{
	display:block;
	height:15px;
	width:auto;
	margin:5px 0 0;
}
#lineup .lineup_list .badge_box .type_icon,
#lineup .lineup_list .badge_box .free_icon{
	display:inline-block;
	text-align:center;
	padding:0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#lineup .lineup_list .badge_box .type_icon{
}
#lineup .lineup_list .badge_box .type_icon img{
	height:10px;
	padding-left:5px;
	width:auto;
}
#lineup .lineup_list .badge_box .type1day{
	color:#7190b7;
	border:1px solid #7190b7;
}
#lineup .lineup_list .badge_box .type2week{
	color:#80aca7;
	border:1px solid #80aca7;
}
#lineup .lineup_list .badge_box .typecolor{
	color:#df8686;
	border:1px solid #df8686;
}
#lineup .lineup_list .badge_box .typetoric{
	color:#87704f;
	border:1px solid #87704f;
}
#lineup .lineup_list .badge_box .free_icon{
	color:#cda62d;
	position:absolute;
	top:0;
	right:0;
}
#lineup .lineup_list .name{
	display:block;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	margin:5px 0 0;
}
#lineup .lineup_list .package{
	display:block;
	padding-right:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#lineup .lineup_list .package img{
	display:block;
	width:100%;
	max-width:200px;
	height:auto;
	margin:0 auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#lineup .lineup_list .price_box{
	padding-right:5px;
}
#lineup .lineup_list .price_box .price{
	display:block;
	color:#000000;
	font-size:12px;
	font-weight:bold;
}
#lineup .lineup_list .price_box .price .red{
	color:#01b06b;
	font-size:16px;
}
#lineup .lineup_list .price_box a{
	display:block;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	background-color:#555555;
	text-align:center;
	padding:6px 6px;
	margin-top:5px;
	width:100%;
	border:1px solid #555555;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	position:relative;
}
#lineup .lineup_list .price_box a:after{
	position:absolute;
	top:50%;
	right:10px;
	display:block;
	content:'';
	width:6px;
	height:6px;
	margin-top:-4px;
	margin-right:4px;
	border-top:1px solid #ffffff;
	border-right:1px solid #ffffff;
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	margin-top:-4px;
}
#lineup .lineup_list .set_box{
	display:block;
	overflow: hidden;
	padding-top:10px;
	margin-top:10px;
}
#lineup .lineup_list .set_box ul{
	width:100%;
}
#lineup .lineup_list .set_box ul li{
    display: inline-grid;
	width: 32%;
	margin: 2% 0 0 2%;
}
#lineup .lineup_list .set_box ul li:nth-child(3n+1) {
	margin-left: 0;
}
#lineup .lineup_list .set_box ul li:not(:nth-child(n+4)) {
	margin-top: 0;
}
#lineup .lineup_list .set_box .set_link a{
	display:block;
	color:#ffffff;
	background-color:#f6f6f6;
	position:relative;
	padding:5px;
	border-top:3px solid #c2c2c2;
	text-decoration:none;
	position:relative;
	box-sizing: border-box;
}
#lineup .lineup_list .set_box .set_link a:after{
	position:absolute;
	top:50%;
	right:4px;
	display:block;
	content:'';
	width:6px;
	height:6px;
	margin-top:-4px;
	margin-right:4px;
	border-top:1px solid #444444;
	border-right:1px solid #444444;
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	margin-top:-5px;
}
#lineup .lineup_list .set_box ul li .set_link .free_icon{
	display:inline-block;
	color:#cda62d;
	text-align:center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:absolute;
	top:0;
}
#lineup .lineup_list .set_box ul li .set_link .set_name{
	display:block;
	color:#444444;
	font-size:12px;
	font-weight:bold;
	line-height:1;
	text-align:center;
	margin-top:4px;
}
#lineup .lineup_list .set_box ul li .set_link .price{
	display:block;
	color:#01b06b;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	margin-top:4px;
}
/*規約*/
#rule{
	width:100%;
	padding:10px 10px 10px 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#rule .ttl{
	color:#01b06b;
	font-size:18px;
	font-weight:bold;
	padding:10px 0;
	margin-bottom:20px;
	border-bottom:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#rule .sub_explain{
	color:#444444;
	font-size:12px;
	line-height:2;
	margin-bottom:20px;
}
#rule .sub_explain .explain_ttl{
	display:block;
	font-size:14px;
	font-weight:bold;
}
#rule .rule_contents{
	color:#444444;
	line-height:2;
	padding:0 0 20px;
	margin-top:20px;
	border-bottom:1px solid #e1e1e1;
}
#rule .rule_contents .cnt_ttl{
	display:block;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
#rule .rule_contents .cnt_bdy{
	display:block;
	font-size:12px;
}
#rule .rule_contents .cnt_bdy ul{
	margin-left:15px;
}
#rule .rule_contents .cnt_bdy ul li{
	line-height:2;
}
#rule .rule_contents .cnt_bdy ul.decimal > li{
	list-style-type:decimal;
}
#rule .rule_contents .cnt_bdy ul.disc > li{
	list-style-type:disc;
}
/* #rule #rule_subsc .cnt_bdy ul li{
	list-style-type:none
}
#rule #rule_subsc .cnt_bdy ul li.disc{
	list-style-type:disc;
} */
/*プライバシーポリシー*/
#privacy{
	width:100%;
	padding:10px 10px 10px 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#privacy .ttl{
	color:#01b06b;
	font-size:18px;
	font-weight:bold;
	padding:10px 0;
	margin-bottom:20px;
	border-bottom:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#privacy .sub_explain{
	color:#444444;
	font-size:12px;
	margin-bottom:20px;
}
#privacy .sub_explain .explain_ttl{
	display:block;
	font-size:14px;
	font-weight:bold;
}
#privacy .rule_contents{
	color:#444444;
	margin-top:20px;
	padding:0 0 20px;
	border-bottom:1px solid #e1e1e1;
}
#privacy .rule_contents .cnt_ttl{
	display:block;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
#privacy .rule_contents .cnt_bdy{
	display:block;
	font-size:12px;
}
#privacy .rule_contents .cnt_bdy ul{
	margin-left:20px;
}
#privacy .rule_contents .cnt_bdy ul li{
	list-style-type:decimal;
	line-height:2;
}
#privacy .rule_contents .cnt_bdy ul li.disc{
	list-style-type:disc;
}
#privacy .rule_contents .cnt_bdy ul li.lower_alpha{
	list-style-type:lower-alpha;
}
#privacy .update{
	text-align:right;
	font-size:12px;
	margin-top:20px;
}
/*よくある質問 TOPページ*/
#faq{
}
#faq .main_ttl{
	color:#01b06b;
	font-size:16px;
	font-weight:bold;
	padding:10px;
	margin-bottom:20px;
	border-bottom:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#faq .faq_index{
	color:#444444;
	padding:10px 10px 20px;
	border-bottom:1px solid #e1e1e1;
	margin-top:10px;
	margin-bottom:20px;
}
#faq .faq_index .ttl{
	display:block;
	font-size:16px;
	font-weight:bold;
	margin-bottom:12px;
}
#faq .faq_index .ttl a{
	text-decoration:none;
}
#faq .faq_index .index{
	display:block;
	font-size:14px;
}
#faq .faq_index .index ul{
	margin-left:10px;
}
#faq .faq_index .index ul li{
}
#faq .faq_index .index ul li a{
	line-height:2;
	text-decoration:none;
}
#faq .form_link{
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#faq .form_link a{
}
/*よくある質問 各ページ*/
#faq .faq_article{
	margin-bottom:40px;
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#faq .faq_article .article_ttl{
	font-weight:bold;
	margin-bottom:10px;
	background:url(/img/faq/qa_q.gif) no-repeat;
	background-size:22px 22px;
	padding-left:30px;
	min-height:22px;
}
#faq .faq_article .article_txt{
	font-weight:normal;
	background:url(/img/faq/qa_a.gif) no-repeat;
	background-size:22px 22px;
	padding-left:30px;
	min-height:22px;
}
#faq .textred{
	color:#ed0202;
	font-weight:bold;
}
/*号外☆大幅値下げ！*/
#extra2{
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
/*パスワード 入力ページ*/
#passwd{
}
#passwd .passwd_ttl{
	color:#01b06b;
	font-size:16px;
	font-weight:bold;
	padding:10px;
	margin-bottom:10px;
	border-bottom:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#passwd .passwd_body{
	display:block;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#passwd .passwd_body .passwd_txt{
	display:block;
	margin-bottom:10px;
}
#passwd .passwd_body input.passwd_input{
	font-size:16px;
	background-color:#ffffff;
	width:100%;
	padding:10px;
	border:1px solid #e1e1e1;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	vertical-align:middle;
	-webkit-appearance:none;
}
#passwd .passwd_body input.passwd_send{
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	background-color:#01b06b;
	width:160px;
	padding:10px;
	margin-top:20px;
	border:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	vertical-align:middle;
	-webkit-appearance:none;
}
/*配送についてページ*/
#howto_delivery{
}
#howto_delivery .bb1px_period{
	border-bottom:1px solid #f0f0f0;
}
#howto_delivery .delivery_ttl{
	color:#01b06b;
	font-size:16px;
	font-weight:bold;
	padding:10px;
	margin-bottom:20px;
	border-bottom:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#howto_delivery .delivery_body{
}
#howto_delivery .delivery_body .sub_ttl{
	color:#01b06b;
	font-size:14px;
	font-weight:bold;
	padding:10px 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#howto_delivery .delivery_body .articles{
}
#howto_delivery .delivery_body .articles ul li{
	padding: 16px 10px 20px;
	margin-bottom:10px;
	border-bottom:1px dotted #e1e1e1;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#howto_delivery .delivery_body .articles ul li .topics{
	display:block;
	font-size:14px;
	font-weight:bold;
	margin-bottom:6px;
}
#howto_delivery .delivery_body .articles ul li .txt_box{
	display:block;
	font-size:12px;
}
#howto_delivery .delivery_body .sub_info{
	/*margin-top:20px;*/
}
#howto_delivery .delivery_body .sub_info ul li{
	padding: 16px 10px 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-bottom:1px solid #f0f0f0;
}
#howto_delivery .delivery_body .sub_info ul li .topics{
	display:block;
	font-size:14px;
	font-weight:bold;
	padding:10px 10px 0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#howto_delivery .delivery_body .sub_info ul li .txt_box{
	display:block;
	font-size:12px;
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
/*支払い方法ページ*/
#howto_payment{
}
#howto_payment .payment_ttl{
	color:#01b06b;
	font-size:16px;
	font-weight:bold;
	padding:10px;
	margin-bottom:20px;
	border-bottom:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#howto_payment .payment_body{
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#howto_payment .payment_body .com_font_strong_bold{
	color:#ed0202;
}
#howto_payment .payment_body .credit_type{
	display:block;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
}
#howto_payment .payment_body .credit_type .txt_red{
	color:#ed0202;
}
/*購入方法ページ*/
#howto_konyu{
}
#howto_konyu .konyu_ttl{
	color:#01b06b;
	font-size:16px;
	font-weight:bold;
	padding:10px;
	margin-bottom:0px;
	border-bottom:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#howto_konyu .konyu_body{
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#howto_konyu .konyu_body .konyu_subttl{
	font-size:14px;
	font-weight:bold;
	padding:0px 0px 16px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#howto_konyu .konyu_body .articles{
	padding:10px 0;
	margin-bottom:20px;
}
#howto_konyu .konyu_body .articles .lensdata{
	display:block;
	width:100%;
	max-width:250px;
	height:auto;
	margin:10px auto 0;
}
#howto_konyu .konyu_body .articles ul{
}
#howto_konyu .konyu_body .articles ul li{
	padding:0px 0;
	margin-bottom:0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#howto_konyu .konyu_body .articles ul li .topics{
	display:block;
	font-size:14px;
	font-weight:bold;
	margin-bottom:6px;
}
#howto_konyu .konyu_body .articles ul li .table{
}
#howto_konyu .konyu_body .articles ul li .table .table_cell{
}
#howto_konyu .konyu_body .articles ul li .table .table_cell:first-child{
	width:800px;
}
#howto_konyu .konyu_body .articles ul li .txt_box{
}
#howto_konyu .konyu_body .articles ul li .txt_box .list_disc_ttl{
	display:block;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
#howto_konyu .konyu_body .articles ul li .txt_box ul.list_disc{
	padding-left:15px;
	padding-bottom:30px;
}
#howto_konyu .konyu_body .articles ul li .txt_box ul.list_disc li{
	list-style:disc;
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}
#howto_konyu .konyu_body .articles ul li .txt_box .credit_type .txt_red{
	color:#ed0202;
	font-weight:bold;
}
#howto_konyu .konyu_body .articles ul li .txt_subbox{
	display:block;
	margin-top:20px;
}
#howto_konyu .konyu_body .articles ul li .table .table_cell .img_box{
}
#howto_konyu .konyu_body .articles ul li .table .table_cell .img_box img{
	display:block;
	width:100%;
	max-width:250px;
	margin:10px auto
}
#howto_konyu .konyu_body .articles ul li .txt_box a{
}
/*マイページメニュー*/
.mypageMenu_box{
	padding:20px 10px 10px;
	margin-top:40px;
	background-color:#f4f4f4;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.mypageMenu_box .menu_ttl{
	display:block;
	font-size:14px;
	text-align:center;
	margin:0px auto 20px;
}
.mypageMenu_box .menu_list{
}
.mypageMenu_box .menu_list .menu_link{
	display:block;
	margin-bottom:20px;
	text-align:center;
}
.mypageMenu_box .menu_list form{
	display:inline-block;
}
.mypageMenu_box .menu_list form .mypage_menu_btn{
	display:inline-block;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	background-color:#01b06b;
	text-align:center;
	padding:10px 10px;
	margin:0px auto 0;
	width:200px;
	border:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	-webkit-appearance:none;
}
.mypageMenu_box .menu_list form .subsc_menu_btn{
	display:inline-block;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	background-color:#555555;
	text-align:center;
	padding:10px 10px;
	margin:0px auto 0;
	width:200px;
	border:1px solid #555555;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	-webkit-appearance:none;
}
.mypageMenu_box .menu_list .link_txt{
	display:block;
	font-size:12px;
	text-align:center;
	margin-top:2px;
}
/*マイページ*/
#mypage{
}
#mypage .mypage_ttl{
	color: #01b06b;
	font-size:16px;
	font-weight:bold;
	padding:10px;
	margin-bottom:10px;
	border-bottom:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mypage .mypage_body{
}
#mypage .mypage_body .bnr_box{
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mypage .mypage_body .bnr_box a{
	display:block;
	margin-bottom:10px;
}
#mypage .mypage_body .bnr_box img{
	display:block;
	width:100%;
	max-width:640px;
	height:auto;
	margin:0 auto;
}
#mypage .mypage_body .explain{
	display:block;
	padding:10px;
	margin-bottom:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mypage .mypage_body .function_list_box{
	background-color:#f3f3f3;
	margin-bottom:10px;
	padding: 10px;
}
#mypage .mypage_body .function_list_box .function_list{
	display:block;
	font-size:12px;
	width:100%;
	margin:0 auto;
	box-sizing:border-box;
}
#mypage .mypage_body .function_list_box .function_note{
	margin-top: 10px;
}
/*定期購入マイページメニュー*/
.mpsubsc_menu_box{
	padding:20px 10px 10px;
	margin-top:40px;
	background-color:#f4f4f4;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.mpsubsc_menu_box .menu_ttl{
	display:block;
	font-size:14px;
	text-align:center;
	margin:0px auto 20px;
}
.mpsubsc_menu_box .menu_list .menu_link{
	display:block;
	margin-bottom:20px;
	text-align:center;
}
.mpsubsc_menu_box .menu_list form{
	display:inline-block;
}
.mpsubsc_menu_box .menu_list .link_txt{
	display:block;
	font-size:12px;
	text-align:center;
	margin-top:2px;
}
/* 定期便メニューのボタンが無効になった時 */
.mpsubsc_menu_box .link_disabled {
	pointer-events: none !important;
	background-color: #c0c0c0 !important;
	border-color: #c0c0c0 !important;
}

/*定期購入マイページ*/
#mpsubsc{
}
#mpsubsc .mpsubsc_ttl{
	color: #01b06b;
	font-size:16px;
	font-weight:bold;
	padding:10px;
	margin-bottom:10px;
	border-bottom:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mpsubsc .mpsubsc_body{
	padding: 10px;
	box-sizing: border-box;
}
#mpsubsc .mpsubsc_body .bnr_box{
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mpsubsc .mpsubsc_body .bnr_box a{
	display:block;
	margin-bottom:10px;
}
#mpsubsc .mpsubsc_body .bnr_box img{
	display:block;
	width:100%;
	max-width:640px;
	height:auto;
	margin:0 auto;
}
#mpsubsc .mpsubsc_body .explain{
	display:block;
	padding:10px;
	margin-bottom:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mpsubsc .mpsubsc_body .function_list_box{
	background-color:#f3f3f3;
	margin:0 -10px 10px;
	padding:10px;
}
#mpsubsc .mpsubsc_body .function_list_box .function_list{
	display:block;
	font-size:12px;
	width:100%;
	margin:0 auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mpsubsc .mpsubsc_body .function_list_box .function_note{
	margin-top: 10px;
}
#mpsubsc .table_list table{
	width: 100%;
}
#mpsubsc .table_list tr{
	border:1px solid #e2e2e2;
}
#mpsubsc .table_list th{
	padding:10px;
}
#mpsubsc .table_list td{
	vertical-align:middle;
	min-height:80px;
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #e2e2e2;
}
#mpsubsc .table_list .tbl_ttl{
	color:#444444;
	background-color:#f0f0f0;
	text-align:center;
	vertical-align:middle;
	border-bottom:1px solid #e2e2e2;
}
#mpsubsc .table_list input[type=text]{
	height: 30px;
    border: 1px solid #d2d2d2;
    padding: 2px 4px;
    box-sizing: border-box;
}
#mpsubsc .table_list input[type=button]{
	height: 30px;
    border: 1px solid #d2d2d2;
    padding: 2px 4px;
    box-sizing: border-box;
}
#mpsubsc .table_list input[type=radio],
#mpsubsc .table_list input[type=checkbox] {
    height: auto;
    border-width: 0;
	vertical-align: -2px;
}
#mpsubsc .table_list select{
	height:30px;
	border:1px solid #d2d2d2;
	padding:2px 4px;
	box-sizing:border-box;
}
#mpsubsc .ordered_list_box .mporderList{
	border-top:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
}
#mpsubsc .ordered_list_box dl,
#mpsubsc .ordered_list_box dl dt,
#mpsubsc .ordered_list_box dl dd{
	border-collapse:collapse;
	border-spacing:0;
	box-sizing:border-box;
}
#mpsubsc .ordered_list_box dl{
	display:table;
	width:100%;
	box-sizing:border-box;
	border-left:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
}
#mpsubsc .ordered_list_box dl dt{
	display:table-cell;
	color:#444444;
	font-size:12px;
	background-color:#f0f0f0;
	text-align:center;
	width:30%;
	vertical-align:middle;
	padding:10px;
	border-right:1px solid #e2e2e2;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mpsubsc .ordered_list_box dl dd{
	display:table-cell;
	vertical-align:middle;
	padding:10px;
	width:70%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mpsubsc .ordered_list_box dl dd input{
	display:block;
	margin:0 auto;
}
#mpsubsc .ordered_list_box dl,
#mpsubsc .ordered_list_box dl dt,
#mpsubsc .ordered_list_box dl dd{
	border-collapse:collapse;
	border-spacing:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mpsubsc .ordered_list_box dl dt,
#mpsubsc .ordered_list_box dl dt.table_head{
	color:#444444;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	background-color:#f0f0f0;
	width:50px;
	padding:10px;
	vertical-align:middle;
}
#mpsubsc .ordered_list_box dl dd{
	color:#666666;
	font-size:12px;
	text-align:center;
	width:auto;
	padding:10px;
	vertical-align:middle;
}
#mpsubsc .ordered_list_box dl dd.pkg_box{
}
#mpsubsc .ordered_list_box dl dd .pkg_detail{
	display:table;
	width:100%;
}
#mpsubsc .ordered_list_box dl dd .pkg_img{
	display:table-cell;
	width:30%;
	vertical-align:middle;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mpsubsc .ordered_list_box dl dd .pkg_img img{
	width:100%;
	max-width:180px;
}
#mpsubsc .ordered_list_box dl dd .pkg_name{
	display:table-cell;
	width:70%;
	vertical-align:middle;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	color:#444444;
	font-weight:bold;
	text-align:left;
	padding-left:10px;
}
#mpsubsc .ordered_list_box dl dd.order_box{
	padding:0px;
}
#mpsubsc .ordered_list_box dl dd .order_detail{
	display:table;
	width:100%;
	border-top:1px solid #e2e2e2;
}
#mpsubsc .ordered_list_box dl dd .order_detail:first-child{
	border-top:none;
}
#mpsubsc .ordered_list_box dl .order_detail .order_pwr,
#mpsubsc .ordered_list_box dl .order_detail .order_lot{
	display:table-cell;
	padding:10px;
	vertical-align:middle;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mpsubsc .ordered_list_box dl .order_detail .order_pwr{
	text-align:left;
}
#mpsubsc .ordered_list_box dl .order_detail .order_lot{
	width:56px;
	border-left:1px solid #e2e2e2;
}
#mpsubsc .subsc_btn{
	display:inline-block;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	background-color:#555555;
	text-align:center;
	padding:10px 10px;
	margin:0px auto 0;
	border:1px solid #555555;
	box-sizing:border-box;
	text-decoration:none;
	border-radius:3px;
	-webkit-appearance:none;
}
#mpsubsc .subsc_btn.is_low{
	padding:5px 5px;
}
#mpsubsc .subsc_btn.link_disabled {
	pointer-events: none !important;
	background-color: #c0c0c0 !important;
	border-color: #c0c0c0 !important;
}
/*会員登録*/
#customer{
}
#customer .attentionBox{
	padding:10px;
}
#customer .customer_ttl{
	color:#01b06b;
	font-size:16px;
	font-weight:bold;
	padding:10px;
	margin-bottom:10px;
	border-bottom:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#customer .customer_body{
	padding:10px 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#customer .customer_body .customer_sub_txt{
	display:block;
	padding:0px 10px 0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#customer .customer_body .txt_red{
	color:#ed0202;
}
#customer .customer_body .caution_box{
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#customer .customer_body .caution_box ul{
	margin:20px 0 20px 20px;
}
#customer .customer_body .caution_box ul li{
	list-style-type:decimal;
}
#customer .customer_body .caution_box .txt_red{
	color:#ed0202;
}
#customer .customer_body .error_msg_box{
}
#customer .customer_body .customer_form{
	display:block;
	padding-top:20px;
	padding-bottom:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#customer .customer_body input{
	font-size:14px;
	line-height:2;
	width:100%;
	padding:2px 10px;
	margin-top:3px;
	border:1px solid #d2d2d2;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-ms-border-radius:0px;
	-o-border-radius:0px;
	border-radius:0px;
	-webkit-appearance:none;
}
#customer .customer_body .customer_form table{
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#customer .customer_body .customer_form table tr{
	display:block;
	padding:10px 0;
	width:100%;
	margin-bottom:1px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#customer .customer_body .customer_form table tr th{
	display:block;
	color:#444444;
	font-size:14px;
	font-weight:normal;
	background-color:#f0f0f0;
	width:100%;
	padding:10px 10px;
	width:100%;
	vertical-align:middle;
	text-align:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#customer .customer_body .customer_form table tr td{
	display:block;
	color:#666666;
	font-size:14px;
	width:100%;
	padding:10px 10px 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#customer .customer_body .customer_form table tr td a{
	color:#444444;
}
#customer .btn_box{
	padding:0px 10px 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#customer .customer_body .address input.postcode{
	width:120px;
	margin-left:6px;
}
#customer .customer_body .address input.postcode_btn{
	display:inline-block;
	color:#ffffff;
	font-size:10px;
	width:140px;
	font-weight:bold;
	background-color:#01b06b;
	text-align:center;
	padding:4px 4px;
	margin:0px auto 0;
	border:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	-webkit-appearance:none;
}
#customer .customer_body .address input.postcode_btn.is_gray{
	background-color: #F0F0F0;
	border: 1px solid #D2D2D2;
	color: #333;
}
#customer .customer_body .address select{
	padding:4px 10px;
	line-height:2;
	border: 1px solid #d2d2d2;
}
#customer .customer_body .birthday input{
	width:70px;
}
#customer .customer_body .sex input{
	font-size:14px;
	line-height:2;
	width:20px;
	height:20px;
	padding:0px;
	margin-top:0px;
	margin-right:4px;
	border:1px solid #d2d2d2;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	-ms-border-radius:30px;
	-o-border-radius:30px;
	border-radius:30px;
	-webkit-appearance:radio;
}
#customer .customer_body .mail input{
	font-size:14px;
	line-height:2;
	width:20px;
	height:20px;
	padding:0px;
	margin-top:0px;
	margin-right:4px;
	border:1px solid #d2d2d2;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-ms-border-radius:0px;
	-o-border-radius:0px;
	border-radius:0px;
	-webkit-appearance:checkbox;
}
#customer .customer_body input.input_btn{
	display:block;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	background-color:#01b06b;
	width:100%;
	padding:10px;
	margin:0px auto 20px;
	border:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	vertical-align:middle;
	-webkit-appearance:none;
}
#customer .customer_body input.change_btn{
	display:block;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	background-color:#01b06b;
	text-align:center;
	padding:10px 10px;
	margin:14px auto 0;
	width:100%;
	border:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	-webkit-appearance:none;
}
/*お問い合わせフォーム*/
#inquiry{
}
#inquiry input,
#inquiry select{
	width:85%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:5px;
}
#inquiry .txt_red{
	color:#ed0202;
}
#inquiry .inquiry_ttl{
	color:#01b06b;
	font-size:16px;
	font-weight:bold;
	padding:10px;
	margin-bottom:10px;
	border-bottom:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#inquiry .inquiry_body{
	padding:10px 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#inquiry .inquiry_body .inquiry_sub_txt{
	display:block;
	padding:0px 10px 0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#inquiry .inquiry_body table{
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#inquiry .inquiry_body .inquiry_form{
	display:block;
	padding-top:20px;
	padding-bottom:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#inquiry .inquiry_body .inquiry_form select{
	width:100%;
	font-size:14px;
	padding:0;
	margin:0;
	background:transparent;
	line-height:2;
	z-index:1;
	padding:2px 40px 2px 10px;
	border:2px solid #e1e1e1;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-ms-border-radius:0px;
	-o-border-radius:0px;
	border-radius:0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	position:relative;
}
#inquiry .inquiry_body .inquiry_form select::-ms-expand{
	display:none;
}
#inquiry .inquiry_body .inquiry_form label{
	background-color:#ffffff;
	padding:6px 0 10px;
}
#inquiry .inquiry_body .inquiry_form td.inquiry_pldwn{
	position:relative;
}
#inquiry .inquiry_body .inquiry_form td.inquiry_pldwn::before{
	content:'';
	position:absolute;
	z-index:0;
	top:0;
	bottom:0px;
	margin:auto 0;
	right:20px;
	width:0;
	height:0;
	border-style:solid;
	border-width:6px 6px 0 6px;
	border-color:#d2d2d2 transparent transparent transparent;
}
#inquiry .inquiry_body .inquiry_form td.inquiry_pldwn::after{
	content:'';
	position:absolute;
	z-index:0;
	top:0;
	bottom:4px;
	margin:auto 0;
	right:20px;
	width:0;
	height:0;
	border-style:solid;
	border-width:6px 6px 0 6px;
	border-color:#ffffff transparent transparent transparent;
}
#inquiry .inquiry_body .inquiry_form input{
	font-size:14px;
	line-height:2;
	padding:2px 10px;
	border:1px solid #d2d2d2;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-ms-border-radius:0px;
	-o-border-radius:0px;
	border-radius:0px;
	-webkit-appearance:none;
}
#inquiry .inquiry_body .inquiry_form textarea{
	font-size:14px;
	line-height:2;
	padding:2px 10px;
	border:1px solid #d2d2d2;
	width:100%;
	height:auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-ms-border-radius:0px;
	-o-border-radius:0px;
	border-radius:0px;
	-webkit-appearance:none;
}
#inquiry .inquiry_body .inquiry_form tbody{
}
#inquiry .inquiry_body .inquiry_form tr{
	display:block;
	width:100%;
	margin-bottom:1px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#inquiry .inquiry_body .inquiry_form tr th{
	display:block;
	color:#444444;
	font-size:14px;
	font-weight:normal;
	background-color:#f0f0f0;
	width:100%;
	padding:10px 10px 10px;
	vertical-align:middle;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align:left;
}
#inquiry .inquiry_body .inquiry_form tr td{
	display:block;
	color:#444444;
	font-size:14px;
	background-color:#ffffff;
	width:100%;
	padding:10px 10px 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#inquiry .inquiry_body .inquiry_form tr td .inquiry_txt_box{
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#inquiry .inquiry_body .inquiry_form .btn_box{
	padding:0px 10px 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#inquiry .inquiry_body .inquiry_form .inquiry_submit{
	display:block;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	background-color:#01b06b;
	width:100%;
	padding:10px;
	margin:0px auto 10px;
	border:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	vertical-align:middle;
	-webkit-appearance:none;
}
#inquiry .inquiry_body .inquiry_form .inquiry_reset{
	display:block;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	background-color:#555555;
	width:100%;
	padding:10px;
	margin:14px auto 10px;
	border:1px solid #555555;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	vertical-align:middle;
	-webkit-appearance:none;
}
#inquiry .inquiry_body .info_support{
	font-size:14px;
	padding:10px 10px;
	margin-top:0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#inquiry .inquiry_body .info_support .txt_red{
	display:block;
	color:#ed0202;
	font-weight:bold;
}
#inquiry .inquiry_body .info_support ul{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#inquiry .inquiry_body .info_support ul li{
	/*display:flex;*/
	margin-left:10px;
	padding-left: 1em;
	text-indent: -1em;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#inquiry .inquiry_body .info_support ul li:before{
	content:"※";
}
/*商品カート*/
#kago{
}
#kago .kago_ttl{
	color:#01b06b;
	font-size:16px;
	font-weight:bold;
	padding:10px;
	margin-bottom:20px;
	border-bottom:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#kago .kago_body{
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#kago .kago_body .txt_red{
	color:#d90f0f;
}
#kago .kago_body .shopping_list{
	padding: 10px 0;
}
#kago .kago_body .shopping_list .ttl{
	display:block;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
#kago .kago_body .shopping_list .table_list{
	margin-bottom:20px;
}
#kago .kago_body .shopping_list .table_list table{
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:20px;
}
#kago .kago_body .shopping_list .table_list table tr{
}
#kago .kago_body .shopping_list .table_list table tr.kago_end{
}
#kago .kago_body .shopping_list .table_list table tr.kago_end a{
	display:block;
}
#kago .kago_body .shopping_list .table_list table tr th,
#kago .kago_body .shopping_list .table_list table tr td{
	vertical-align:middle;
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #e2e2e2;
}
#kago .kago_body .shopping_list .table_list table tr th{
	color:#444444;
	background-color:#f0f0f0;
}
/*2019/11/7追記*/
#kago .kago_body .shopping_list .table_list_box table{
	margin-bottom:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#kago .kago_body .shopping_list .table_list_box table tr{
	border:1px solid #e2e2e2;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#kago .kago_body .shopping_list .table_list_box table tr th{
	vertical-align:middle;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#kago .kago_body .shopping_list .table_list_box table tr th.table_head{
	color:#444444;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	background-color:#f0f0f0;
	width:80px;
	padding:10px 0;
	vertical-align:middle;
	border:1px solid #e2e2e2;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#kago .kago_body .shopping_list .table_list_box table tr td{
	font-size:11px;
	text-align:center;
	padding:10px;
	vertical-align:middle;
	border:1px solid #e2e2e2;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#kago .kago_body .shopping_list .table_list_box table tr td .pkg_img{
	display:table-cell;
	width:30%;
	vertical-align:middle;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#kago .kago_body .shopping_list .table_list_box table tr td .pkg_img img{
	width:100%;
	max-width:180px;
}
#kago .kago_body .shopping_list .table_list_box table tr td .pkg_name{
	display:table-cell;
	color:#444444;
	font-weight:bold;
	text-align:left;
	width:70%;
	padding-left:10px;
	vertical-align:middle;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#kago .kago_body .shopping_list .table_list_box table tr td.lot{
	width:100px;
	font-size:10px;
}
#kago .kago_body .shopping_list .table_list_box table tr td .price_cell{
	display:table;
	width:100%;
	text-align:center;
}
#kago .kago_body .shopping_list .table_list_box table tr td .price_cell .price_cell_left{
	display:table-cell;
	width:auto;
	vertical-align:middle;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#kago .kago_body .shopping_list .table_list_box table tr td .price_cell .price_cell_right{
	display:table-cell;
	width:100px;
	vertical-align:middle;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#kago .kago_body .shopping_list .table_list_box table tr td .price_cell .price_cell_right a{
}
#kago .kago_body .shopping_list .table_list_box a.subsc{
	display: inline-block;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	background-color: #555555;
	text-align: center;
	padding: 4px 10px;
	border: 1px solid #555555;
	box-sizing: border-box;
	text-decoration: none;
	border-radius: 3px;
	cursor: pointer;
}
#kago .kago_body .shopping_list .return_shopping{
	display:block;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	background-color:#01b06b;
	text-align:center;
	padding:16px 10px;
	margin:40px auto 0;
	width:100%;
	border:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
}
#kago .kago_body .shopping_list .link_list{
	background-color:#f6f6f6;
	margin-top:20px;
	padding-top:10px;
	padding-bottom:10px;
}
#kago .kago_body .shopping_list .link_list .link_btn_box{
	padding:20px 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:0px;
}
#kago .kago_body .shopping_list .link_list .link_btn_box .link_btn_ttl{
	display:block;
	font-size:16px;
	text-align:center;
}
#kago .kago_body .shopping_list .link_list .link_btn_box .link_btn{
	display:block;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	background-color:#01b06b;
	text-align:center;
	padding:16px 10px;
	margin:10px auto 0;
	width:100%;
	border:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
}
/*お客様情報*/
#mpcustomer{
}
#mpcustomer .mpcustomer_ttl{
	color:#01b06b;
	font-size:16px;
	font-weight:bold;
	padding:10px;
	margin-bottom:20px;
	border-bottom:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mpcustomer .mpcustomer_body{
}
#mpcustomer .mpcustomer_body .txt_red{
	color:#ed0202;
}
#mpcustomer .mpcustomer_body .flow_list{
	display:block;
	font-size:14px;
	background-color:#F7F7F7;
	padding:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mpcustomer .mpcustomer_body .flow_list ul{
	margin:10px 0 30px 30px;
}
#mpcustomer .mpcustomer_body .flow_list ul li{
	list-style-type:decimal;
	line-height:2;
}
#mpcustomer .mpcustomer_body .mpcustomer_subttl{
	display:block;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin:10px auto 0;
}
#mpcustomer .mpcustomer_body .add_change_box{
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mpcustomer .mpcustomer_body .add_change_box .tbl_box{
	width:100%;
	margin:10px auto;
}
#mpcustomer .mpcustomer_body .add_change_box .tbl_ttl{
	display:block;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	background-color:#01b06b;
	text-align:center;
	padding:10px 10px;
	margin:0px auto 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	vertical-align:middle;
}
#mpcustomer .mpcustomer_body .add_change_box .tbl_bdy{
	display:block;
	font-size:14px;
	padding:10px;
	background-color:#f7f7f7;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mpcustomer .mpcustomer_body .add_change_box .tbl_bdy input{
}
#mpcustomer .change_btn{
	display:block;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	background-color:#01b06b;
	text-align:center;
	padding:10px 10px;
	margin:0px auto 0;
	width:100%;
	border:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	-webkit-appearance:none;
}
#mpcustomer .mpcustomer_body .register_tbl{
}
#mpcustomer .mpcustomer_body .register_tbl table{
	width:100%;
	margin-bottom:40px;
}
#mpcustomer .mpcustomer_body .register_tbl tbody{
	width:100%;
}
#mpcustomer .mpcustomer_body .register_tbl tr{
	display:block;
	width:100%;
	margin-bottom:1px;
}
#mpcustomer .mpcustomer_body .register_tbl tr th{
	display:block;
	color:#444444;
	font-size:14px;
	font-weight:normal;
	background-color:#f0f0f0;
	text-align:left;
	width:100%;
	padding:10px 10px 10px;
	vertical-align:middle;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mpcustomer .mpcustomer_body .register_tbl tr td{
	display:block;
	color:#444444;
	font-size:14px;
	width:100%;
	padding:2px 10px 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mpcustomer .mpcustomer_body .register_tbl .btn_box{
	padding:10px 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:0px;
}
/**SNSログイン 2022/05/17追記**/
#mpcustomer .mpcustomer_body .sns_ttl {
	color: #666;
	display: block;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	padding-bottom: 6px;
	border: none;
	margin-top: 30px;
	margin-bottom: 10px;
}
#mpcustomer .sns_btn_table a {
	width: 95%;
	margin: 0 auto 5px;
	display: block;
	text-align: center;
}
#mpcustomer .sns_btn_table a img {
	width: 100%;
	margin: 0 auto;
	display: block;
}
/* 定期便配送先変更アラート */
.mpcustomer-modal {
	display: none;
	position: fixed;
	z-index: 3;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
}
.mpcustomer-modal-content {
	background-color: #fefefe;
	padding: 50px;
	border: 1px solid #888888;
	margin: 40% auto;
	width: 70%;
	max-width: 400px;
}
.mpcustomer-modal-title {
	color: red;
	font-size: 18px;
	font-weight: bold;
	line-height: 170%;
	text-align: center;
}
.mpcustomer-close-button {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.mpcustomer-close-button:hover,
.close-button:focus {
	color: black;
	text-decoration: none;
}
.mpcustomer-modal-text{
	margin-top: 20px;
	font-size: 15px;
	font-weight: 600;
	line-height: 150%;
	text-align: center;
}
.mpcustomer-redtext{
	color: red;
}
.mpcustomer-modal-link{
	text-decoration:underline;
}
/*購入履歴*/
#mporder{
}
#mporder .mporder_ttl{
	color:#01b06b;
	font-size:16px;
	font-weight:bold;
	padding:10px;
	margin-bottom:20px;
	border-bottom:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mporder .mporder_body{
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mporder .mporder_body .txt_red{
	color:#ed0202;
}
#mporder .mporder_body .order_list_tbl{
	display:block;
	margin:10px auto 30px;
}
#mporder .mporder_body .order_list_tbl .order_ttl{
	display:block;
	color:#444444;
	font-size:12px;
	font-weight:bold;
	background-color:#f0f0f0;
	text-align:center;
	width:100%;
	vertical-align:middle;
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #d2d2d2;
}
#mporder .mporder_body .order_list_tbl .mporderList{
	display:block;
	margin-bottom:20px;
}
#mporder .mporder_body .order_list_tbl .mporderList dl{
	display:table;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-bottom:1px solid #d2d2d2;
}
#mporder .mporder_body .order_list_tbl .mporderList dl dt{
	display:table-cell;
	width:30%;
	font-size:12px;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	padding:10px;
	border-left:1px solid #d2d2d2;
	border-right:1px solid #d2d2d2;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mporder .mporder_body .order_list_tbl .mporderList dl dd{
	display:table-cell;
	width:70%;
	vertical-align:middle;
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-right:1px solid #d2d2d2;
}
#mporder .mporder_body .order_list_tbl .mporderList .form_btn_box{
	display:table;
	width:100%;
	padding:5px 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mporder .mporder_body .order_list_tbl .mporderList .form_btn_cell{
	display:table-cell;
	width:50%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mporder .mporder_body .order_list_tbl .mporderList form{
	margin:5px;
}
#mporder .mporder_body .order_list_tbl .mporderList form button{
	display:block;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	background-color:#555555;
	text-align:center;
	padding:10px 10px;
	width:100%;
	border:1px solid #555555;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	-webkit-appearance:none;
}
#mporder .mporder_body .order_list_tbl .list_tbl_ttl{
	color:#444444;
	font-size:12px;
	background-color:#f0f0f0;
	text-align:center;
	width:30%;
	vertical-align:middle;
	border-bottom:1px solid #e2e2e2;
}
#mporder .mporder_body .order_list_tbl table{
}
#mporder .mporder_body .order_list_tbl table tr{
	border:1px solid #e2e2e2;
}
#mporder .mporder_body .order_list_tbl table tr td{
	vertical-align:middle;
	min-height:80px;
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #e2e2e2;
}
#mporder .mporder_body .order_list_tbl table tr td input{
	display:block;
	margin:0 auto;
}
#mporder .mporder_body .table{
	display:table;
	width:100%;
}
#mporder .mporder_body .table .cell{
	display:table-cell;
	width:50%;
}
#mporder .mporder_body .table .cell .left_contents{
	display:block;
	text-align:left;
}
#mporder .mporder_body .table .cell .right_contents{
	display:block;
	text-align:right;
}
#mporder .mporder_body .table_list{
	display:block;
	margin:10px auto;
}
#mporder .mporder_body .table_list .ordered_list_box{
}
#mporder .mporder_body .table_list .ordered_list_box a.subsc{
	display: inline-block;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	background-color: #555555;
	text-align: center;
	padding: 6px 10px;
	border: 1px solid #555555;
	box-sizing: border-box;
	text-decoration: none;
	border-radius: 3px;
	cursor: pointer;
}
#mporder .mporder_body .table_list .ordered_list_box .mporderList{
	border-top:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	margin-bottom:10px;
}
#mporder .mporder_body .table_list .ordered_list_box dl{
	display:table;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-left:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
}
#mporder .mporder_body .table_list .ordered_list_box dl dt{
	display:table-cell;
	color:#444444;
	font-size:12px;
	background-color:#f0f0f0;
	text-align:center;
	width:30%;
	vertical-align:middle;
	padding:10px;
	border-right:1px solid #e2e2e2;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mporder .mporder_body .table_list .ordered_list_box dl dd{
	display:table-cell;
	vertical-align:middle;
	padding:10px;
	width:70%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mporder .mporder_body .table_list .ordered_list_box dl dd input{
	display:block;
	margin:0 auto;
}
#mporder .mporder_body .table_list .ordered_register{
}
#mporder .mporder_body .table_list .ordered_register dl{
	display:table;
	width:70%;
	margin-left:auto;
	vertical-align:middle;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-left:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
}
#mporder .mporder_body .table_list .ordered_register dl:first-child{
	border-top:1px solid #e2e2e2;
}
#mporder .mporder_body .table_list .ordered_register dl dt{
	display:table-cell;
	width:50%;
	border-right:1px solid #e2e2e2;
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mporder .mporder_body .table_list .ordered_register dl dd{
	display:table-cell;
	width:50%;
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mporder .mporder_body .table_list .ordered_register dl dd input{
	display:block;
	margin:0 auto;
}
#mporder .mporder_body .table_list .kago_add_btn{
	display:block;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	background-color:#01b06b;
	text-align:center;
	padding:10px 10px;
	margin:40px auto 0;
	width:100%;
	border:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	-webkit-appearance:none;
}
/*2019/11/7追記*/
#mporder .mporder_body .table_list .ordered_list_box dl,
#mporder .mporder_body .table_list .ordered_list_box dl dt,
#mporder .mporder_body .table_list .ordered_list_box dl dd{
	border-collapse:collapse;
	border-spacing:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mporder .mporder_body .table_list .ordered_list_box dl dt,
#mporder .mporder_body .table_list .ordered_list_box dl dt.table_head{
	color:#444444;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	background-color:#f0f0f0;
	width:50px;
	padding:10px;
	vertical-align:middle;
}
#mporder .mporder_body .table_list .ordered_list_box dl dd{
	color:#666666;
	font-size:12px;
	text-align:center;
	width:auto;
	padding:10px;
	vertical-align:middle;
}
#mporder .mporder_body .table_list .ordered_list_box dl dd.pkg_box{
}
#mporder .mporder_body .table_list .ordered_list_box dl dd .pkg_detail{
	display:table;
	width:100%;
}
#mporder .mporder_body .table_list .ordered_list_box dl dd .pkg_img{
	display:table-cell;
	width:30%;
	vertical-align:middle;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mporder .mporder_body .table_list .ordered_list_box dl dd .pkg_img img{
	width:100%;
	max-width:180px;
}
#mporder .mporder_body .table_list .ordered_list_box dl dd .pkg_name{
	display:table-cell;
	width:70%;
	vertical-align:middle;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	color:#444444;
	font-weight:bold;
	text-align:left;
	padding-left:10px;
}
#mporder .mporder_body .table_list .ordered_list_box dl dd.order_box{
	padding:0px;
}
#mporder .mporder_body .table_list .ordered_list_box dl dd .order_detail{
	display:table;
	width:100%;
	border-top:1px solid #e2e2e2;
}
#mporder .mporder_body .table_list .ordered_list_box dl dd .order_detail:first-child{
	border-top:none;
}
#mporder .mporder_body .table_list .ordered_list_box dl .order_detail .order_pwr,
#mporder .mporder_body .table_list .ordered_list_box dl .order_detail .order_lot{
	display:table-cell;
	padding:10px;
	vertical-align:middle;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mporder .mporder_body .table_list .ordered_list_box dl .order_detail .order_pwr{
	text-align:left;
}
#mporder .mporder_body .table_list .ordered_list_box dl .order_detail .order_lot{
	width:56px;
	border-left:1px solid #e2e2e2;
}

/*ポイント状況ページ*/
#mppoint .mppoint_ttl {
    color: #01b06b;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #01b06b;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#mppoint .mppoint_body{
	font-size: 14px;
	padding: 0 10px;
}
#mppoint .mppoint_body .order_list_tbl {
    display: block;
    margin: 10px auto 0;
}
#mppoint .mppoint_body .order_list_tbl + .order_list_tbl {
	margin-top: 24px;
}
#mppoint .mppoint_body .order_list_tbl tr{
	border: 1px solid #E2E2E2;
}
#mppoint .mppoint_body .order_list_tbl th{
	background-color: #F0F0F0;
	font-weight: bold;
	padding: 8px 16px;
	text-align: center;
	vertical-align: middle;
}
#mppoint .mppoint_body .order_list_tbl td{
	padding: 8px 16px;
	border: 1px solid #E2E2E2;
	text-align: center;
	vertical-align: middle;
}
#mppoint .mppoint_txt01{
	margin-top: 30px;
}
#mppoint .mppoint_body .order_list_tbl table tr td input{
	display:block;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	background-color:#555555;
	border:1px solid #555555;
	text-align:center;
	padding:0px 6px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	-webkit-appearance:none;
}
#mppoint .table{
	margin-top: 20px;
	font-size: 12px;
}

#mppoint .mppoint_link01{
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	padding: 0 10px;
}
#mppoint .mppoint_link01 a{
	color: #666666;
}
#mppoint .mppoint_link01_item{
	padding-right: 20px;
	position: relative;
	line-height: 1.3;
}
#mppoint .mppoint_link01_item:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 9px;
	width: 1px;
	background-color: #666666;
}
#mppoint .mppoint_link01_item:last-of-type{
	padding: 0;
}
#mppoint .mppoint_link01_item:last-of-type:after{
	display: none;
}
#mppoint .is_red{
	color: #FF0000;
}
#mppoint .ta_l{
	text-align: left !important;
}
#mppoint .ta_r{
	text-align: right !important;
}
#mppoint .fw_b{
	font-weight: bold;
}

/*オーダーページ*/
#order{
}
#order .order_ttl{
	color: #01b06b;
	font-size:16px;
	font-weight:bold;
	padding:10px;
	margin-bottom:10px;
	border-bottom:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#order .order_body{
	padding-top:10px;
}
#order .order_body .txt_red{
	color:#ed0202;
}
#order .order_body .order_txt{
	display:block;
	padding:10px;
}
#order .order_body .shopping_list .ttl{
	display:block;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
#order .order_body .shopping_list .table_list{
	margin-bottom:20px;
}
#order .order_body .shopping_list .table_list table{
}
#order .order_body .shopping_list .table_list table tr{
}
#order .order_body .shopping_list .table_list table tr td{
	vertical-align:middle;
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #e2e2e2;
}
#order .order_body .shopping_list .payment_ttl{
	display:block;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
#order .order_body .shopping_list .payment_detail{
}
#order .order_body .shopping_list .payment_list{
}
#order .order_body .shopping_list .payment_list .coupon_box{
	margin-top:40px;
	margin-bottom:40px;
	padding-top:40px;
	padding-bottom:40px;
	border-top:1px solid #f0f0f0;
	border-bottom:1px solid #f0f0f0;
}
#order .order_body .shopping_list .payment_list .coupon_box .coupon_input{
	display:block;
	width:100%;
	margin:20px auto;
}
#order .order_body .shopping_list .payment_list .coupon_box .coupon_input table{
	width:100%;
}
#order .order_body .shopping_list .payment_list .coupon_box .coupon_input tbody{
	width:100%;
}
#order .order_body .shopping_list .payment_list .coupon_box .coupon_input tbody tr{
	display:block;
	width:100%;
}
#order .order_body .shopping_list .payment_list .coupon_box .coupon_input tbody tr td{
}
#order .order_body .shopping_list .payment_list .coupon_box .coupon_input tbody tr td.coupon_input_ttl{
	display:block;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	background-color:#01b06b;
	text-align:center;
	width:100%;
	padding:20px 20px 20px 20px;
	vertical-align:middle;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#order .order_body .shopping_list .payment_list .coupon_box .coupon_input tbody tr td.coupon_input_area{
	display:block;
	color:#666666;
	background-color:#f7f7f7;
	width:100%;
	padding:20px 20px 20px 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#order .order_body .shopping_list .payment_list .coupon_box .coupon_input tbody tr td.coupon_input_area input{
	font-size:16px;
	background-color:#ffffff;
	width:100%;
	padding:4px;
	border:1px solid #e1e1e1;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	vertical-align:middle;
	-webkit-appearance:none;
}
#order .order_body .shopping_list .payment_list .coupon_box .coupon_input_detail{
	display:block;
	font-size:12px;
	text-align:center;
}
#order .order_body .shopping_list .payment_list #orderPayment{
	margin-bottom:40px;
}
#order .order_body .shopping_list .payment_list #orderPayment table{
	width:100%;
	border-bottom:1px solid #e2e2e2;
	margin-top:10px;
}
#order .order_body .shopping_list .payment_list #orderPayment table tr{
	border-top:1px solid #e2e2e2;
	border-left:1px solid #e2e2e2;
}
#order .order_body .shopping_list .payment_list #orderPayment table td{
	border-right:1px solid #e2e2e2;
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	vertical-align:middle;
}
#order .order_body .shopping_list .payment_list #orderPayment table td:nth-child(2) {
	width: 20%;
}
#order .order_body .shopping_list .payment_list #orderPayment table dl{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#order .order_body .shopping_list .payment_list #orderPayment table dl dt{
	color:#01b06b;
	font-size:12px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#order .order_body .shopping_list .payment_list #orderPayment table dl dd{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#order .order_body .shopping_list .payment_list #orderPayment table td label{
	display:block;
	width:100%;
	text-align:center;
	vertical-align:middle;
}
#order .order_body .shopping_list .payment_list #orderPayment table td label input{
	margin-top:16px;
	margin-bottom:16px;
}
#order .order_body .shopping_list .payment_list .payment_select{
	margin-bottom:40px;
}
#order .order_body .shopping_list .payment_list .payment_select .select_ttl{
	display:block;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
#order .order_body .shopping_list .payment_list .payment_select .select_body{
	margin-bottom:40px;
	padding-bottom:40px;
	border-bottom:1px solid #f0f0f0;
}
#order .order_body .shopping_list .payment_list .payment_select .select_body .select_list{
}
#order .order_body .shopping_list .payment_list .payment_select .select_body .select_list table{
}
#order .order_body .shopping_list .payment_list .payment_select .select_body .select_list table tr{
}
#order .order_body .shopping_list .payment_list .payment_select .select_body .select_list table tr.bgc_red{
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	background-color:#01b06b;
}
#order .order_body .shopping_list .payment_list .payment_select .select_body .select_list table tr td{
	vertical-align:middle;
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #e2e2e2;
	text-align:center;
}
#order .order_body .shopping_list .payment_list .payment_select .select_body .page_link{
	display:inline-block;
	margin:10px 0;
}
#order .order_body .shopping_list .payment_list .payment_select .select_body .page_link a{
	display:block;
}
#order .order_body .shopping_list .payment_list .payment_select .select_body .exp_txt{
	display:block;
	font-size:14px;
	text-align:center;
	margin:40px auto 20px;
}
#order .order_body .order_btn{
	display:block;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	background-color:#01b06b;
	text-align:center;
	padding:18px 10px;
	margin:10px auto 0;
	width:100%;
	border:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	-webkit-appearance:none;
}
/*配送先指定*/
#order .order_body .choose_payment{
	padding-top:10px;
	margin-top:10px;
	margin-bottom:20px;
	border-top:1px solid #f0f0f0;
}
#order .order_body .choose_payment .payment_table_box{
	display:block;
	width:100%;
	margin:20px auto;
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#order .order_body .choose_payment .payment_table_box .payment_table_ttl{
	display:inline-block;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	background-color:#01b06b;
	text-align:center;
	width:100%;
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	vertical-align:middle;
}
#order .order_body .choose_payment .payment_table_box .payment_table_area{
	display:inline-block;
	font-size:16px;
	background-color:#ffffff;
	width:100%;
	padding:10px;
	text-align:center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	vertical-align:middle;
	border-left:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
}
#order .order_body .choose_payment .exp_txt{
	display:block;
	text-align:center;
}
#order .order_body .register_check{
	/*padding:10px 0;*/
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#order .order_body .register_check .address_input table{
	width:100%;
}
#order .order_body .register_check .ttl{
	display:block;
	font-size:14px;
	font-weight:bold;
	/*margin-bottom:10px;*/
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#order .order_body .register_check .bdy{
}
#order .order_body .register_check .bdy .tbl_list{
	width:100%;
}
#order .order_body .register_check .bdy .tbl_list table{
	width:100%;
}
#order .order_body .register_check .bdy .tbl_list table tr{
	display:block;
	width:100%;
	margin-bottom:1px;
}
#order .order_body .register_check .bdy .tbl_list table tr td{
	display:block;
	color:#666666;
	background-color:#ffffff;
	width:100%;
	padding:10px 10px 10px 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	vertical-align:middle;
}
#order .order_body .register_check .bdy .tbl_list table tr td.ttl_bg{
	display:block;
	color:#444444;
	font-weight:bold;
	background-color:#f0f0f0;
	width:100%;
	vertical-align:middle;
}
#order .order_body .register_check .bdy .exp_list{
	display:block;
	margin:40px 10px;
}
#order .order_body .register_check .bdy .exp_list .exp_ttl{
	display:block;
	font-size:14px;
	font-weight:bold;
}
#order .order_body .register_check .bdy .exp_list ul{
	margin:10px 0 10px 30px;
}
#order .order_body .register_check .bdy .exp_list ul li{
	list-style-type:disc;
	line-height:2;
}
#order .order_body .register_check .bdy .exp_list ul li .sub_ttl{
	display:block;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin:10px auto 0;
}
#order .order_body .register_check .bdy .exp_list ul li .txt_box{
}
#order .order_body .register_check .bdy .exp_txt{
	display:block;
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#order .order_body .register_check .bdy .exp_txt .txt_red{
}
#order .order_body .register_check .bdy .address_input{
	width:100%;
}
#order .order_body .register_check .bdy .address_input tr{
	display:block;
	width:100%;
	margin-bottom:1px;
}
#order .order_body .register_check .bdy .address_input tr td{
	display:block;
	color:#666666;
	width:100%;
	padding:10px 10px 10px 10px;
	margin-bottom:0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#order .order_body .register_check .bdy .address_input tr td.ttl_bg{
	color:#444444;
	font-weight:bold;
	background-color:#f0f0f0;
	width:100%;
	margin-bottom:0px;
	vertical-align:middle;
}
#order .order_body .register_check .bdy .address_input tr td select,
#order .order_body .register_check .bdy .address_input tr td input{
	margin-bottom:2px;
}
#order .order_body .register_check .bdy .address_input input{
	width:100%;
	line-height:2;
	padding:2px 10px;
	margin-top:3px;
	border:1px solid #d2d2d2;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-ms-border-radius:0px;
	-o-border-radius:0px;
	border-radius:0px;
	-webkit-appearance:none;
}
#order .order_body .register_check .address input.postcode{
	width:120px;
	margin-left:6px;
}
#order .order_body .register_check .address input.postcode_btn{
	display:inline-block;
	color:#ffffff;
	font-size:10px;
	width:140px;
	font-weight:bold;
	background-color:#01b06b;
	text-align:center;
	padding:4px 4px;
	margin:0px auto 0;
	border:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	-webkit-appearance:none;
}
#order .order_body .register_check .order_btn{
	display:block;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	background-color:#01b06b;
	text-align:center;
	padding:18px 10px;
	margin:40px auto 0;
	width:100%;
	border:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
}
#order .order_body .register_check .change_alert{
	display:inline-block;
	font-size:12px;
	margin:20px 0;
}
#order .order_body .exp_alert,
#order .order_body .register_check .exp_alert{
	display:block;
	color:#ed0202;
	font-size:12px;
	font-weight:bold;
	margin:0px 0 20px;
	text-align:center;
}
#order .order_body .register_check .btn_box{
	padding:0px 10px 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
/*決済選択画面内 table*/
#order .order_body .shopping_list{
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#order .order_body .shopping_list .ttl{
	display:block;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
#order .order_body .shopping_list .table_list{
	margin-bottom:20px;
}
#order .order_body .shopping_list .table_list table{
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom: 20px;
}
#order .order_body .shopping_list .table_list table tr{
}
#order .order_body .shopping_list .table_list table tr.kago_end{
}
#order .order_body .shopping_list .table_list table tr.kago_end a{
	display:block;
}
#order .order_body .shopping_list .table_list table tr th,
#order .order_body .shopping_list .table_list table tr td{
	vertical-align:middle;
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #e2e2e2;
}
#order .order_body .shopping_list .table_list table tr th{
	color:#444444;
	background-color:#f0f0f0;
}
/*2019/11/7追記*/
#order .order_body .shopping_list .table_list_box table{
	margin-bottom:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#order .order_body .shopping_list .table_list_box table a.subsc{
	display: inline-block;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	background-color: #555555;
	text-align: center;
	padding: 4px 10px;
	border: 1px solid #555555;
	box-sizing: border-box;
	text-decoration: none;
	border-radius: 3px;
	cursor: pointer;
}
#order .order_body .shopping_list .table_list_box table tr{
	border:1px solid #e2e2e2;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#order .order_body .shopping_list .table_list_box table tr th{
	vertical-align:middle;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#order .order_body .shopping_list .table_list_box table tr th.table_head{
	color:#444444;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	background-color:#f0f0f0;
	width:50px;
	padding:10px;
	vertical-align:middle;
	border:1px solid #e2e2e2;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#order .order_body .shopping_list .table_list_box table tr td{
	font-size:12px;
	text-align:center;
	padding:10px;
	vertical-align:middle;
	border:1px solid #e2e2e2;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#order .order_body .shopping_list .table_list_box table tr td .pkg_img{
	display:table-cell;
	width:30%;
	vertical-align:middle;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#order .order_body .shopping_list .table_list_box table tr td .pkg_img img{
	width:100%;
	max-width:180px;
}
#order .order_body .shopping_list .table_list_box table tr td .pkg_name{
	display:table-cell;
	color:#444444;
	font-weight:bold;
	text-align:left;
	width:70%;
	padding-left:10px;
	vertical-align:middle;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#order .order_body .shopping_list .table_list_box table tr td.lot{
	width:100px;
	font-size:10px;
}
#order .order_body .shopping_list .table_list_box table tr td .price_cell{
	display:table;
	width:100%;
	text-align:center;
}
#order .order_body .shopping_list .table_list_box table tr td .price_cell .price_cell_left{
	display:table-cell;
	width:auto;
	vertical-align:middle;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#order .order_body .shopping_list .table_list_box table tr td .price_cell .price_cell_right{
	display:table-cell;
	width:100px;
	vertical-align:middle;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#order .order_body .shopping_list .table_list_box table tr td .price_cell .price_cell_right a{
}
#order .order_body .shopping_list .return_shopping{
	display:block;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	background-color:#01b06b;
	text-align:center;
	padding:16px 10px;
	margin:40px auto 0;
	width:100%;
	border:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
}
#order .order_body .shopping_list .link_list{
	background-color:#f6f6f6;
	margin-top:80px;
	padding-top:40px;
	padding-bottom:40px;
}
#order .order_body .shopping_list .link_list .link_btn_box{
	padding:20px 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:0px;
}
#order .order_body .shopping_list .link_list .link_btn_box .link_btn_ttl{
	display:block;
	font-size:16px;
	text-align:center;
}
#order .order_body .shopping_list .link_list .link_btn_box .link_btn{
	display:block;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	background-color:#01b06b;
	text-align:center;
	padding:16px 10px;
	margin:10px auto 0;
	width:100%;
	border:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
}
/*決済関連*/
#pmt{
}
#pmt .txt_red{
	color:#ed0202;
}
#pmt .submit_btn{
	display:block;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	background-color:#01b06b;
	text-align:center;
	padding:18px 10px;
	margin:20px auto 0;
	width:100%;
	border:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	-webkit-appearance:none;
}
#pmt .pmt_ttl{
	color:#01b06b;
	font-size:16px;
	font-weight:bold;
	padding:10px;
	margin-bottom:10px;
	border-bottom:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#pmt .pmt_body{
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#pmt .pmt_body .exp_txt{
	text-align:center;
}
#pmt .pmt_body .order_list{
	display:block;
	margin:40px 0;
}
#pmt .pmt_body .order_list img{
	display:block;
	width:100%;
	max-width:260px;
	margin:0 auto;
}
#pmt .pmt_body .order_list .sub_txt{
}
#pmt .pmt_body .order_list table{
	display:block;
	margin:10px 0;
	width:100%;
}
#pmt .pmt_body .order_list table tbody{
	display:block;
	width:100%;
}
#pmt .pmt_body .order_list table tr{
	display:block;
	width:100%;
	margin-bottom:1px;
}
#pmt .pmt_body .order_list table tr th,
#pmt .pmt_body .order_list table tr td{
	display:block;
	color:#444444;
	background-color:#ffffff;
	width:100%;
	padding:10px 10px 10px 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#pmt .pmt_body .order_list table tr td input{
	border:1px solid #e1e1e1;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-ms-border-radius:0px;
	-o-border-radius:0px;
	border-radius:0px;
	-webkit-appearance:none;
}
#pmt .pmt_body .order_list table tr td input.pmt_radio{
	font-size:14px;
	line-height:2;
	width:20px;
	height:20px;
	padding:0px;
	margin-top:0px;
	margin-right:4px;
	border:1px solid #d2d2d2;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	-ms-border-radius:30px;
	-o-border-radius:30px;
	border-radius:30px;
	-webkit-appearance:radio;
}
#pmt .pmt_body .order_list table tr td input.pmt_checkbox{
	font-size:14px;
	line-height:2;
	width:20px;
	height:20px;
	padding:0px;
	margin-top:0px;
	margin-right:4px;
	border:1px solid #d2d2d2;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	-webkit-appearance:checkbox;
}
#pmt .pmt_body .order_list table tr .ttl_bg{
	color:#444444;
	font-weight:bold;
	background-color:#f0f0f0;
	text-align:left;
	vertical-align:middle;
}
#pmt .pmt_body .order_id{
	display:block;
	margin:10px 0;
}
#pmt .pmt_body .order_id .sub_txt{
}
#pmt .pmt_body .order_id table{
	display:block;
	margin:10px auto;
	width:100%;
}
#pmt .pmt_body .order_id table tbody{
	display:block;
	width:100%;
}
#pmt .pmt_body .order_id table tr{
	display:block;
	width:100%;
	margin-bottom:1px;
}
#pmt .pmt_body .order_id table tr th,
#pmt .pmt_body .order_id table tr td{
	display:block;
	color:#666666;
	background-color:#f7f7f7;
	width:100%;
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#pmt .pmt_body .order_id table tr .ttl_bg{
	color:#ffffff;
	font-weight:bold;
	background-color:#01b06b;
	text-align:left;
	vertical-align:middle;
}
#pmt .pmt_body .caution_txt{
	display:block;
	margin:10px 0 10px;
}
#pmt .pmt_body .howto_pmt{
	background-color:#f6f6f6;
	padding:10px;
	margin-bottom:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#pmt .pmt_body .howto_pmt .ttl{
	display:block;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
#pmt .pmt_body .howto_pmt .txt_box{
}
#pmt .pmt_body .howto_pmt .tbl{
	display:block;
	margin-top:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#pmt .pmt_body .howto_pmt .tbl ul{
	margin:10px 0 10px 20px;
}
#pmt .pmt_body .howto_pmt .tbl ul li{
	list-style-type:disc;
	line-height:2;
}
#pmt .pmt_body .np_box{
}
#pmt .pmt_body .np_box img{
	margin-top:10px;
}
#pmt .pmt_body .btn_caution{
	display:block;
	color:#ed0202;
	text-align:center;
	margin-top:10px;
}
#pmt .pmt_body .link_box{
	display:block;
	text-align:center;
}
#pmt .pmt_body .link_box input{
	margin-top:10px;
	margin-bottom:10px;
}
#pmt .pmt_body .link_box .txt_red{
	text-align:center;
}
#pmt .pmt_body .link_box .attention{
	display:block;
	text-align:center;
}
#pmt .pmt_body .pmt_select_list{
	display:block;
	margin:10px 0;
}
#pmt .pmt_body .pmt_select_list .sub_txt{
}
#pmt .pmt_body .pmt_select_list table{
	display:block;
	margin:10px 0;
	width:100%;
	border-collapse:collapse;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#pmt .pmt_body .pmt_select_list table tbody{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #e1e1e1;
	border-left:1px solid #e1e1e1;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#pmt .pmt_body .pmt_select_list table tr{
	display:table;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-collapse:collapse;
}
#pmt .pmt_body .pmt_select_list table tr th,
#pmt .pmt_body .pmt_select_list table tr td{
	display:table-cell;
	font-size:10px;
	color:#666666;
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	vertical-align:middle;
	border-collapse:collapse;
	border-right:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
}
#pmt .pmt_body .pmt_select_list table tr td img{
	display:block;
	text-align:center;
	vertical-align:middle;
	margin:0 auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#pmt .pmt_body .pmt_select_list table tr td:first-child{
}
#pmt .pmt_body .pmt_select_list table tr td:first-child img{
	display:block;
	width:100%;
	max-width:40px;
	height:auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#pmt .pmt_body .pmt_select_list table tr td input{
	display:block;
	text-align:center;
	vertical-align:middle;
	margin:0 auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#pmt .pmt_body .pmt_select_list table tr .tbl_ttl{
	color:#444444;
	font-weight:bold;
	background-color:#f0f0f0;
	text-align:center;
	vertical-align:middle;
}
#pmt .pmt_body .img_box{
	display:block;
	margin-top: 15px;
	text-align:center;
}
#pmt .pmt_body .img_box img{
	display:inline-block;
	margin:0 auto;
	vertical-align:middle;
}
#pmt .pmt_body .img_box img.pmt_logo_lw{
	width:26px;
	height:auto;
}
#pmt .pmt_body .img_box img.pmt_logo_fm{
	width:50px;
	height:auto;
}
#pmt .pmt_body .img_box img.pmt_logo_ms{
	width:32px;
	height:auto;
}
#pmt .pmt_body .img_box img.pmt_logo_sm{
	width:70px;
	height:auto;
}
#pmt .pmt_body .img_box img.pmt_logo_dy{
	width:35px;
	height:auto;
}
#pmt .pmt_body .img_box img.pmt_logo_ck{
	width:52px;
	height:auto;
}
/*レンズの表裏*/
#omoteura_img img{
	display:block;
	width:100%;
	max-width:150px;
	height:auto;
}
/*検索結果ページ 商品一覧*/
.goods_list .search_result_box{
	padding:20px 10px;
	border-bottom:1px solid #e1e1e1;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.goods_list .search_result_box .img-gds{
	display:table-cell;
	width:45%;
	vertical-align:top;
}
.goods_list .search_result_box .img-gds a{
}
.goods_list .search_result_box .img-gds a img{
	display:block;
	width:100%;
	max-width:238px;
	height:auto;
}
.goods_list .search_result_box .about-gds{
	display:table-cell;
	width:55%;
	vertical-align:top;
}
.goods_list .search_result_box .about-gds .name-gds{
}
.goods_list .search_result_box .about-gds .name-gds .brand-gds{
	display:block;
	font-size:10px;
	padding-left:10px;
}
.goods_list .search_result_box .about-gds .name-gds .grn{
	display:block;
	font-size:12px;
	font-weight:bold;
	padding-left:10px;
	margin-top:6px;
}
.goods_list .search_result_box .about-gds ul.price-gds{
	display:block;
	font-size:12px;
	font-weight:bold;
	padding-left:10px;
	margin-top:4px;
}
.goods_list .search_result_box .about-gds ul.price-gds li{
}
.goods_list .search_result_box .about-gds ul.price-gds li .red{
	color:#01b06b;
	font-size:16px;
}
.goods_list .search_result_box ul.btn-gds{
}
.goods_list .search_result_box ul.btn-gds li{
}
.goods_list .search_result_box ul.btn-gds li a{
	display:block;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	background-color:#555555;
	text-align:center;
	padding:10px 6px;
	margin:10px auto 0;
	width:90%;
	border:1px solid #555555;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	position:relative;
}
.goods_list .search_result_box ul.btn-gds li a:after{
	position:absolute;
	top:50%;
	right:10px;
	display:block;
	content:'';
	width:6px;
	height:6px;
	margin-top:-4px;
	margin-right:4px;
	border-top:1px solid #ffffff;
	border-right:1px solid #ffffff;
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	margin-top:-4px;
}

/*NEWSページ*/
#newspage_wrap {
	max-width: 640px;
	margin: 0 auto;
}

/*---------------------*/
/*delivery info banner*/
/*---------------------*/
.bnr_orderclosedate {
	/*padding: 0 10px;*/
}
.bnr_orderclosedate a {
	display: block;
	margin: 0 auto;
	padding: 12px 0 10px;
	border: 1px solid #d0080a;
	background-color: #FBF6F3;
	color: #d0080a;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.05em;
	text-align: center;
	text-decoration: none;
}
.bnr_orderclosedate a img {
	width: 85%;
	max-width: 320px;
}
.bnr_orderclosedate .arrow::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	position: relative;
	top: -2px;
	left: 5px;
	width: 6px;
	height: 6px;
	border-top: 3px solid #d0080a;
	border-right: 3px solid #d0080a;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*ニュースポップアップ 2019.1*/
.popup_topnews{
	padding:0 10px 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.popup_topnews a{
	display:block;
	color:#ff0000;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	background-color:#ffffff;
	border:2px solid #ff0000;
	width:100%;
	max-width:640px;
	margin:0 auto;
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
/*バナーエリア 2019.06*/
#lineup #banner_area_full{
	display:block;
	padding:10px 10px 0px;
	margin:auto;
}
#lineup #banner_area_full a{
	display:block;
	margin-top:10px;
}
#lineup #banner_area_full a:first-child{
	margin-top:0px;
}
#lineup #banner_area_full a .img_box{
}
#lineup #banner_area_full a .img_box img{
	display:block;
	width:100%;
	max-width:640px;
	margin:auto;
}
#lineup #banner_area{
	display:block;
	padding:0px 10px 0px;
	margin:auto;
}
#lineup #banner_area a{
	display:block;
	margin-top:10px;
}
#lineup #banner_area .img_box img {
	display: block;
	width: auto;
	max-width: 100%;
	margin: auto;
}
#lineup #banner_area a:first-child{
	margin-top:0px;
}
#lineup #banner_area a .img_box{
}
#lineup #banner_area a .img_box img{
	display:block;
	width:100%;
	max-width:640px;
	margin:auto;
}

.common_bnr_control {
	display: block;
	margin-bottom: 10px;
	padding: 0px 10px 0px;
}

.common_bnr_control img {
	display: block;
	width: 100%;
	max-width: 764px;
	margin: auto;
}
/*配送先アドレス*/
#shippingaddr{
}
#shippingaddr .shippingaddr_ttl{
	color:#01b06b;
	font-size:16px;
	font-weight:bold;
	padding:10px;
	margin-bottom:20px;
	border-bottom:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#shippingaddr .shippingaddr_body{
	padding:10px 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#shippingaddr .shippingaddr_sub_txt{
	display:block;
	padding:0px 10px 0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
/*配送先アドレス一覧*/
#shippingaddr .order_list_tbl{
	display:block;
	margin:10px auto 10px;
	padding: 0 10px;
}
#shippingaddr .order_list_tbl .order_ttl{
	display:block;
	color:#444444;
	font-size:12px;
	font-weight:bold;
	background-color:#f0f0f0;
	text-align:center;
	width:100%;
	vertical-align:middle;
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #d2d2d2;
}
#shippingaddr .order_list_tbl table{
	margin-top: -1px;/*テーブルの重複線を消すため*/
}
#shippingaddr .order_list_tbl table tr td{
	vertical-align:middle;
	min-height:80px;
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #e2e2e2;
}
#shippingaddr .order_list_tbl table tr td:nth-child(1){
}
#shippingaddr .order_list_tbl .btns {
	font-size: 0;
	margin: 5px 0 0 0;
}
#shippingaddr .order_list_tbl .btns li {
	display: inline-block;
	margin: 0 5px 0 0;
	font-size: 12px;
}
#shippingaddr .order_list_tbl .btns a{
	display: inline-block;
	padding: 5px 10px;
	margin: 0px auto 0;
	border: 1px solid #01b06b;
	-webkit-border-radius:2px;
	border-radius:2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #01b06b;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

/*配送先アドレス登録*/
#shippingaddr .shippingaddr_body input{
	font-size:14px;
	line-height:2;
	width:100%;
	padding:2px 10px;
	margin-top:3px;
	border:1px solid #d2d2d2;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-ms-border-radius:0px;
	-o-border-radius:0px;
	border-radius:0px;
	-webkit-appearance:none;
}
#shippingaddr .shippingaddr_body form table{
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#shippingaddr .shippingaddr_body form table tr{
	display:block;
	padding:10px 0;
	width:100%;
	margin-bottom:1px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#shippingaddr .shippingaddr_body form table tr th{
	display:block;
	color:#444444;
	font-size:14px;
	font-weight:normal;
	background-color:#f0f0f0;
	width:100%;
	padding:10px 10px;
	width:100%;
	vertical-align:middle;
	text-align:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#shippingaddr .shippingaddr_body form table tr td{
	display:block;
	color:#666666;
	font-size:14px;
	width:100%;
	padding:10px 10px 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#shippingaddr .shippingaddr_body form table tr td a{
	color:#444444;
}
#shippingaddr .btn_box{
	padding:0px 10px 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#shippingaddr .shippingaddr_body .address input.postcode{
	width:120px;
	margin-left:6px;
}
#shippingaddr .shippingaddr_body .address input.postcode_btn{
	display:inline-block;
	color:#ffffff;
	font-size:10px;
	width:140px;
	font-weight:bold;
	background-color:#01b06b;
	text-align:center;
	padding:4px 4px;
	margin:0px auto 0;
	border:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	-webkit-appearance:none;
}
#shippingaddr .shippingaddr_body .address select{
	padding:2px 10px;
	line-height:2;
}

#shippingaddr .shippingaddr_body input.input_btn{
	display:block;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	background-color:#01b06b;
	width:100%;
	padding:10px;
	margin:0px auto 20px;
	border:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	vertical-align:middle;
	-webkit-appearance:none;
}
#shippingaddr .txt_red{
	color:#ed0202;
}
/*クレジットカード情報*/
#mpcreditcard{
}
#mpcreditcard .mpcreditcard_ttl{
	color:#01b06b;
	font-size:16px;
	font-weight:bold;
	padding:10px;
	margin-bottom:20px;
	border-bottom:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mpcreditcard h2.ttl{
	background-color:#F7F7F7;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}
#mpcreditcard .mpcreditcard_body{
}
#mpcreditcard .mpcreditcard_body .txt_red{
	color:#ed0202;
}
#mpcreditcard .mpcreditcard_body .flow_list{
	display:block;
	font-size:14px;
	background-color:#F7F7F7;
	padding:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mpcreditcard .mpcreditcard_body .flow_list ul{
	margin:10px 0 30px 30px;
}
#mpcreditcard .mpcreditcard_body .flow_list ul li{
	list-style-type:decimal;
	line-height:2;
}
#mpcreditcard .mpcreditcard_body .mpcreditcard_subttl{
	display:block;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin:10px auto 0;
}
#mpcreditcard .mpcreditcard_body .add_change_box{
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mpcreditcard .mpcreditcard_body .add_change_box .tbl_box{
	width:100%;
	margin:10px auto;
}
#mpcreditcard .mpcreditcard_body .add_change_box .tbl_ttl{
	display:block;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	background-color:#01b06b;
	text-align:center;
	padding:10px 10px;
	margin:0px auto 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	vertical-align:middle;
}
#mpcreditcard .mpcreditcard_body .add_change_box .tbl_bdy{
	display:block;
	font-size:14px;
	padding:10px;
	background-color:#f7f7f7;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mpcreditcard .mpcreditcard_body .add_change_box .tbl_bdy input{
}
#mpcreditcard .change_btn{
	display:block;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	background-color:#01b06b;
	text-align:center;
	padding:10px 10px;
	margin:0px auto 0;
	width:100%;
	border:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	-webkit-appearance:none;
}
#mpcreditcard .mpcreditcard_body .register_tbl{
}
#mpcreditcard .mpcreditcard_body .register_tbl table{
	width:100%;
	margin-bottom:40px;
}
#mpcreditcard .mpcreditcard_body .register_tbl tbody{
	width:100%;
}
#mpcreditcard .mpcreditcard_body .register_tbl tr{
	display:block;
	width:100%;
	margin-bottom:1px;
}
#mpcreditcard .mpcreditcard_body .register_tbl tr th{
	display:block;
	color:#444444;
	font-size:14px;
	font-weight:normal;
	background-color:#f0f0f0;
	text-align:left;
	width:100%;
	padding:10px 10px 10px;
	vertical-align:middle;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mpcreditcard .mpcreditcard_body .register_tbl tr td{
	display:block;
	color:#444444;
	font-size:14px;
	width:100%;
	padding:2px 10px 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mpcreditcard .mpcreditcard_body .register_tbl .btn_box{
	padding:10px 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:0px;
}
#mpcreditcard .mpcreditcard_body .register_tbl table tr td input{
	border:1px solid #e1e1e1;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-ms-border-radius:0px;
	-o-border-radius:0px;
	border-radius:0px;
	-webkit-appearance:none;
}
/*マイクーポン*/
#mycoupon{
}
#mycoupon .mycoupon_ttl{
	color:#01b06b;
	font-size:16px;
	font-weight:bold;
	padding:10px;
	margin-bottom:20px;
	border-bottom:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mycoupon h2.ttl{
	background-color:#F7F7F7;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}
#mycoupon .mycoupon_body{
	padding:10px 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mycoupon .mycoupon_sub_txt{
	display:block;
	padding:0px 10px 0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
/*マイクーポン一覧*/
#mycoupon .mycoupon_list_tbl{
	display:block;
	margin:10px auto 10px;
	padding: 0 10px;
}
#mycoupon .mycoupon_list_tbl .mycoupon_ttl{
	display:block;
	color:#444444;
	font-size:12px;
	font-weight:bold;
	background-color:#f0f0f0;
	text-align:center;
	width:100%;
	vertical-align:middle;
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #d2d2d2;
}
#mycoupon .mycoupon_list_tbl table{
	margin-top: -1px;/*テーブルの重複線を消すため*/
}
#mycoupon .mycoupon_list_tbl table tr td{
	vertical-align:middle;
	min-height:80px;
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #e2e2e2;
}
#mycoupon .mycoupon_list_tbl table tr td:nth-child(1){
}
#mycoupon .mycoupon_list_tbl .btns {
	font-size: 0;
	margin: 5px 0 0 0;
    text-align: center;
}
#mycoupon .mycoupon_list_tbl .btns li {
	display: inline-block;
	margin: 0 5px 0 0;
	font-size: 12px;
}
#mycoupon .mycoupon_list_tbl .btns a{
	display: inline-block;
	padding: 5px 30px;
	margin: 0px auto 0;
	border: 1px solid #01b06b;
	-webkit-border-radius:2px;
	border-radius:2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #01b06b;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
/* selectshipping */
.shipping_addr_select_panel {
	width: 98%;
	height: 90%;
	padding: 35px 0 0 0;
}
.shipping_addr_select_panel .panel_close_btn_wrap {
	position: absolute;
	top: 0;
	right: 35px;
}
.shipping_addr_select_iframe_wrap {
	width: 100%;
	height: 100%;
}
.shipping_addr_select_iframe {
	width: 100%;
	height: 100%;
}
.mpsubsc_addr_select_panel {
	width: 98%;
	height: 90%;
	padding: 35px 0 0 0;
}
.mpsubsc_addr_select_panel .panel_close_btn_wrap {
	position: absolute;
	top: 0;
	right: 35px;
}
.mpsubsc_addr_select_iframe_wrap {
	width: 100%;
	height: 100%;
}
.mpsubsc_addr_select_iframe {
	width: 100%;
	height: 100%;
}
/* selectcoupon */
.coupon_select_panel {
	width: 98%;
	height: 90%;
	padding: 35px 0 0 0;
}
.coupon_select_panel .panel_close_btn_wrap {
	position: absolute;
	top: 0;
	right: 35px;
}
.coupon_select_iframe_wrap {
	width: 100%;
	height: 100%;
}
.coupon_select_iframe {
	width: 100%;
	height: 100%;
}

/*-----------------------*/
/*   クーポンを入力・変更  */
/*-----------------------*/
#coupon_btn_area .btn_coupon_wrap{
	padding: 20px 0 0;
}
#coupon_btn_area .btn_coupon{
	box-sizing: border-box;
	display: block;
	color: #fff;
	background: #ffa52d;
	border-radius: 3px;
	border: solid 1px #ffa52d;
	padding: 17px 0 14px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: .08em;
	line-height: 1;
	text-align: center;
	width: 100%;
	text-decoration: none;
}

/*-----------------------*/
/*   買い物フローチャート  */
/*-----------------------*/
.kago_flow_chart{
	width: 90%;
	margin: 0 auto 10px;
	text-align: center;
}
@media screen and (min-width:375px) {
	.kago_flow_chart{
		width: 80%;
	}
}
.kago_flow_chart_list{
	display:inline-flex;
	justify-content: center;
	margin: auto;
}
.kago_flow_chart_list li{
	display: flex;
	align-items: center;
	justify-content: center;
	margin:auto;
}
.kago_flow_chart_list li span {
	padding:4px 4px;
	color:#ffffff;
	font-size:11px;
	line-height: 1.4;
	text-align:center;
	background-color:#666666;
}
.kago_flow_chart_list li::after{
	content: ">";
	display: inline-block;
	margin: 0 5px;
}
.kago_flow_chart_list li:last-child::after{
	display: none;
}
.kago_flow_chart_list .flow_current span{
	background-color:#01b06b;
}
/*-----------------------*/
/*	    サーベイ関連       */
/*-----------------------*/
#survey{
}
#survey input,
#survey select{
	width:85%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:5px;
}
#survey .txt_red{
	color:#ed0202;
}
#survey .survey_ttl{
	color:#01b06b;
	font-size:16px;
	font-weight:bold;
	padding:10px;
	margin-bottom:10px;
	border-bottom:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#survey .survey_body{
	padding:10px 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#survey .survey_body .survey_sub_txt{
	display:block;
	padding:0px 10px 0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#survey .survey_body table{
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#survey .survey_body .survey_form{
	display:block;
	padding-top:20px;
	padding-bottom:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#survey .survey_body .survey_form select{
	width:100%;
	font-size:14px;
	padding:0;
	margin:0;
	background:transparent;
	line-height:2;
	z-index:1;
	padding:2px 40px 2px 10px;
	border:2px solid #e1e1e1;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-ms-border-radius:0px;
	-o-border-radius:0px;
	border-radius:0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	position:relative;
}
#survey .survey_body .survey_form select::-ms-expand{
	/* display:none; */
}
#survey .survey_body .survey_form label{
	background-color:#ffffff;
	padding:6px 0 10px;
}
#survey .survey_body .survey_form td.survey_pldwn{
	position:relative;
}
#survey .survey_body .survey_form td.survey_pldwn::before{
	content:'';
	position:absolute;
	z-index:0;
	top:0;
	bottom:0px;
	margin:auto 0;
	right:20px;
	width:0;
	height:0;
	border-style:solid;
	border-width:6px 6px 0 6px;
	border-color:#d2d2d2 transparent transparent transparent;
}
#survey .survey_body .survey_form td.survey_pldwn::after{
	content:'';
	position:absolute;
	z-index:0;
	top:0;
	bottom:4px;
	margin:auto 0;
	right:20px;
	width:0;
	height:0;
	border-style:solid;
	border-width:6px 6px 0 6px;
	border-color:#ffffff transparent transparent transparent;
}
#survey .survey_body .survey_form input{
	font-size:14px;
	line-height:2;
	padding:2px 10px;
	border:1px solid #d2d2d2;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-ms-border-radius:0px;
	-o-border-radius:0px;
	border-radius:0px;
	-webkit-appearance:none;
}
#survey .survey_body .survey_form textarea{
	font-size:14px;
	line-height:2;
	padding:2px 10px;
	border:1px solid #d2d2d2;
	width:100%;
	height:auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-ms-border-radius:0px;
	-o-border-radius:0px;
	border-radius:0px;
	-webkit-appearance:none;
}
#survey .survey_body .survey_form tbody{
}
#survey .survey_body .survey_form tr{
	display:block;
	width:100%;
	margin-bottom:1px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#survey .survey_body .survey_form tr th{
	display:block;
	color:#444444;
	font-size:14px;
	font-weight:normal;
	background-color:#f0f0f0;
	width:100%;
	padding:10px 10px 10px;
	vertical-align:middle;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align:left;
}
#survey .survey_body .survey_form tr td{
	display:block;
	color:#444444;
	font-size:14px;
	background-color:#ffffff;
	width:100%;
	padding:10px 10px 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#survey .survey_body .survey_form tr td .survey_txt_box{
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#survey .survey_body .survey_form .btn_box{
	padding:0px 10px 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#survey .survey_body .survey_form .survey_submit{
	display:block;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	background-color:#01b06b;
	width:100%;
	padding:10px;
	margin:0px auto 10px;
	border:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	vertical-align:middle;
	-webkit-appearance:none;
}
#survey .survey_body .survey_form .survey_reset{
	display:block;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	background-color:#555555;
	width:100%;
	padding:10px;
	margin:14px auto 10px;
	border:1px solid #555555;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	vertical-align:middle;
	-webkit-appearance:none;
}
#survey .survey_body .info_support{
	font-size:14px;
	padding:10px 10px;
	margin-top:0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#survey .survey_body .info_support .txt_red{
	display:block;
	color:#ed0202;
	font-weight:bold;
}
#survey .survey_body .info_support ul{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#survey .survey_body .info_support ul li{
	/*display:flex;*/
	margin-left:10px;
	padding-left: 1em;
	text-indent: -1em;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#survey .survey_body .info_support ul li:before{
	content:"※";
}
#survey .survey_body .survey_form *::placeholder{
	color: #cccccc;
}
#survey .survey_body .survey_form .contact_checkbox{
	margin: 0;
}
#survey .survey_body .survey_form .contact_checkbox li{
	margin-top: 6px;
}
#survey .survey_body .survey_form .contact_checkbox li:first-of-type{
	margin-top: 0;
}
#survey .survey_body .survey_form .contact_checkbox input{
	width: auto;
	margin: 0;
}
#survey .survey_body .survey_form .contact_checkbox input[type=checkbox] {
    display: none;
}
#survey .survey_body .survey_form .contact_checkbox label{
	position: relative;
	display: inline-block;
	padding: 1px 0 0 28px;
}
#survey .survey_body .survey_form .contact_checkbox label:before {
	content: '';
	width: 22px;
	height: 22px;
    border: 1px solid #777576;
    border-radius: 1px;
    display: block;
	position: absolute;
	top: 0.75em;
	margin-top: -11px;
    left: 0;
	box-sizing: border-box;
}
#survey .survey_body .survey_form .contact_checkbox label:after {
	content: '';
    display: block;
	position: absolute;
	top: 0.75em;
	left: 8px;
	margin-top: -7px;
	height: 12px;
	width: 7px;
	border-right: 2px solid #767676;
    border-bottom: 2px solid #767676;
	transform: rotate(33deg);
    opacity: 0;
	box-sizing: border-box;
}
#survey .survey_body .survey_form .contact_checkbox input[type=checkbox]:checked + label:after {
    opacity: 1;
}

/*メルマガ配信設定*/
#mpmailmagazine{
}
#mpmailmagazine .mpmailmagazine_ttl{
	color:#01b06b;
	font-size:16px;
	font-weight:bold;
	padding:10px;
	margin-bottom:20px;
	border-bottom:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mpmailmagazine h2.ttl{
	background-color:#F7F7F7;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}
#mpmailmagazine .mpmailmagazine_body{
}
#mpmailmagazine .mpmailmagazine_body .txt_red{
	color:#01b06b;
}
#mpmailmagazine .mpmailmagazine_body .mpmailmagazine_subttl{
	display:block;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin:10px auto 0;
}
#mpmailmagazine .mpmailmagazine_body  .register_tbl input.change_btn{
	display:block;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	background-color:#01b06b;
	text-align:center;
	padding:10px 10px;
	margin:14px auto 0;
	width:100%;
	border:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	-webkit-appearance:none;
}
#mpmailmagazine .mpmailmagazine_body .register_tbl .tbl_bdy input{
}
#mpmailmagazine .mpmailmagazine_body .register_tbl{
}
#mpmailmagazine .mpmailmagazine_body .register_tbl table{
	width:100%;
	margin-bottom:40px;
}
#mpmailmagazine .mpmailmagazine_body .register_tbl tbody{
	width:100%;
}
#mpmailmagazine .mpmailmagazine_body .register_tbl tr{
	display:block;
	width:100%;
	margin-bottom:1px;
}
#mpmailmagazine .mpmailmagazine_body .register_tbl tr th{
	display:block;
	color:#444444;
	font-size:14px;
	font-weight:normal;
	background-color:#f0f0f0;
	text-align:left;
	width:100%;
	padding:10px 10px 10px;
	vertical-align:middle;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mpmailmagazine .mpmailmagazine_body .register_tbl tr td{
	display:block;
	color:#444444;
	font-size:14px;
	width:100%;
	padding:2px 10px 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mpmailmagazine .mpmailmagazine_body .register_tbl .btn_box{
	padding:0 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:0px;
}
#mpmailmagazine .mpmailmagazine_body .register_tbl input.change_btn{
	display:block;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	background-color:#01b06b;
	text-align:center;
	padding:10px 10px;
	margin:10px auto 0;
	width:100%;
	border:1px solid #01b06b;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	-webkit-appearance:none;
}

/* 分割バナー 2022.08.09 */
.split_bnr {
	display: flex;
	align-items:center;
	justify-content:center;
}
.split_bnr > * {
	margin: 0;
	padding: 0;
}
.split_bnr img {
	max-width: 100%;
}

/* 共通バナー 2023.09.01 */
.cmn_bnr {
	margin: 0 auto 10px;
	padding: 0 10px;
	text-align: center;
}
.cmn_bnr img {
	max-width: 100%;
}

#bnr_area .sale_goods_box{
	margin: 10px 0 0;
	padding: 0 5px;
	font-family: 'Noto Sans JP', sans-serif;
}

#bnr_area .sale_goods_box_list_item{
	width: 100%;
}

#bnr_area .sale_goods_box_list_item + *{
	margin-top: 10px;
}

#bnr_area .sale_goods_box_link{
	height: 36vw;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border: 1px solid #01b06b;
	box-sizing: border-box;
	text-decoration: none;
}

#bnr_area .sale_goods_box_type{
    position: absolute;
    top: 12%;
    right: 37.6%;
    font-size: 2.5vw;
    font-weight: 500;
    color: #444444;
    border: 1px solid #444444;
    min-width: 14.6%;
    padding: 0.6vw;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.12em;
}

#bnr_area .sale_goods_box_list_head{
	margin-left: 2.4%;
	position: relative;
}

#bnr_area .sale_goods_box_list_head_grid{
	display: flex;
	align-items: flex-start;
}

#bnr_area .sale_goods_box_list_head_grid_item:last-of-type{
	padding-top: 1.2%;
	margin-left: 2.6%;
}

#bnr_area .sale_goods_box_brand img{
	height: 5vw;
	width: auto;
	display: block;
}

#bnr_area .sale_goods_box_attention{
	width: 18vw;
    height: 12vw;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 2.7vw;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.5;
    letter-spacing: 0.1em;
    background-color: #01b06b;
}

#bnr_area .sale_goods_box_goods_name{
	font-weight: 900;
    color: #444444;
    line-height: 1.4;
    letter-spacing: 0.1em;
    margin-top: 3%;
    font-size: 3.2vw;
}

#bnr_area .sale_goods_box_list_body_grid{
	display: flex;
	align-items: center;
	justify-content: center;
}

#bnr_area .sale_goods_box_list_body_grid_item:first-of-type{
	flex: 1;
}

#bnr_area .sale_goods_box_list_body_grid_item:last-of-type{
	width: 48vw;
    margin: 0 2.4% 2.4% 0;
}

#bnr_area .sale_goods_box_list_body_detail{
	padding-bottom: 4%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#bnr_area .sale_goods_box_goods_img{
	text-align: center;
}

#bnr_area .sale_goods_box_goods_img img{
	max-width: 70%;
}

#bnr_area .sale_goods_box_goods_quantity{
	font-size: 2.8vw;
    color: #444444;
    background-color: #f1f1f1;
    display: inline-block;
    min-width: 24vw;
    text-align: center;
    padding: 2.4vw 2vw;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0.08em;
    box-sizing: border-box;
}

#bnr_area .sale_goods_box_goods_price{
    color: #d90f0f;
    font-weight: bold;
    font-size: 4.5vw;
    line-height: 1;
	letter-spacing: 0.06em;
}

#bnr_area .sale_goods_box_goods_point{
	margin-top: 6%;
	font-size: 2.5vw;
	font-weight: 500;
	color: #444444;
	line-height: 1;
}

#bnr_area .sale_goods_box_goods_point_strong{
	font-size: 3.6vw;
	font-weight: bold;
	color: #db1111;
}

#bnr_area .sale_goods_box_btn{
	position: relative;
	font-size: 2.4vw;
	color: #fff;
	background-color: #01b06b;
	text-align: center;
	line-height: 1;
	padding: 1.6vw;
}

#bnr_area .sale_goods_box_btn:before{
	content: "";
	position: absolute;
	top: 50%;
	right: 3vw;
	width: 1.3vw;
	height: 1.3vw;
	border: 1px solid #fff;
	border-left: none;
	border-bottom: none;
	transform: translate(0,-50%) rotate(45deg);
	box-sizing: border-box;
}

/*モーダルをバナーより手前に設置*/
.remodal-wrapper{
	z-index: 2147483647 !important;
}
/*    TOPモーダル ここから    */
.remodal {
	box-sizing: border-box;
	color: #2b2e38;
	margin-bottom: 10px;
	max-width: 700px;
	padding: 40px 20px 0;
	transform: translate3d(0, 0, 0);
	width: 100%;
	background: url(/img/common/silverweek_2_bg_02.png) no-repeat center center;
	background-size: cover;
	padding: 11% 4% 8%;
}

.split_bnr {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 10px;
	padding: 0 5px;
}

.modal_product {
	background: #fff;
	margin: 0 auto;
	margin-bottom: 16px;
	padding: 8% 0 0;
	position: relative;
	border-radius: 2em;
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.modal_product_name {
	color: #232323;
	font-size: min(4.4vw, 28px);
	font-weight: 700;
	letter-spacing: 0.01em;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.modal_product_off {
	position: absolute;
	right: -3%;
	top: 6%;
	width: 24%;
}

.modal_product_off img {
	max-width: 100%;
	vertical-align: bottom;
}

.modal_product_inner {
	margin: 0 auto;
	padding: 0 0 20px;
	width: 93%;
}

.modal_product_img {
	margin: 7% auto 3%;
	text-align: center;
	width: 65%;
}

.modal_product_img img {
	max-width: 100%;
	vertical-align: bottom;
}

.modal_product_btns_container {
	margin: 20px auto 0;
}

.modal_product_bnr {
	margin: 40px auto 0;
}

.modal_product_bnr img {
	max-width: 100%;
	vertical-align: bottom;
}

.modal_product_set_btn_list {
	display: flex;
	flex-wrap: wrap;
	gap: 0 7px;
	margin-top: 11px;
}

.modal_product_set_btn_list>li {
	box-sizing: border-box;
	width: calc((99.9999% - 14px) / 3);
}

.modal_product_set_btn {
	background-color: #084a6d;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1;
	padding: 8% 0;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s;
	position: relative;
}

.modal_product_set_btn::before {
	content: "";
	bottom: 6%;
	right: 4%;
	border-top: 2.4vw solid transparent;
	border-right: 2.4vw solid #fff;
	position: absolute;
	z-index: 100;
}

.modal_product_set_btn:hover {
	color: #fff;
	opacity: 0.6;
}

.modal_product_set_btn em {
	font-style: normal;
}

.modal_product_set_btn span {
	display: block;
}

.modal_product_set_btn .num {
	color: #fff;
	display: block;
	font-size: min(3.5vw, 19px);
	font-weight: 700;
}

.modal_product_set_btn .price {
	color: #fff;
	display: block;
	font-size: min(3.4vw, 20px);
	font-weight: 700;
	line-height: 1.6;
	margin: 2% auto;
}

.modal_product_set_btn .price em {
	display: inline-block;
	font-size: min(3.2vw, 30px);
	font-style: normal;
}

.modal_product_set_btn .divide {
	display: block;
	font-size: min(2vw, 18px);
}

.modal_product_set_btn .divide em {
	display: inline-block;
	font-size: min(2.8vw, 14px);
	font-weight: 700;
	margin-left: 5%;
}

.sm_modal_close {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	color: #95979c;
	display: inline-block;
	font-size: 33px;
	font-weight: 400;
	line-height: 1;
	padding: 2px 0 0 22px;
	position: absolute;
	right: 10px;
	top: -8%;
}

/*    TOPモーダル ここまで    */
/*===================================================================
SP表示のPC化(共通部分)
*===================================================================*/
@media screen and (min-width: 768px) {
	body.is_sp_view {
		background-color: #f6f6f6;
	}

	body.is_sp_view .wrap_contents {
		background-color: #fff;
		margin: 0 auto;
		width: 500px;
	}
}

/*ヘッダーの調整 ===================================*/
@media screen and (min-width: 768px) {
	body.is_sp_view #header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 500px;
		z-index: 100;
		transform: translate(0, 0);
	}
}

/*パンくずの調整 ===================================*/
@media only screen and (min-width: 786px) {
	body.is_sp_view #pankuz {
		padding: 10px;
	}
}

/* ポップアップメニュー調整 ===================================*/
@media only screen and (min-width: 786px) {
	body.is_sp_view .popup {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 999;
		overflow: unset;
		width: 500px;
		height: 100vh;
		margin: auto;
		padding: 10px;
		box-sizing: border-box;
	}
}

/*===================================================================
左右の要素
*===================================================================*/
@media screen and (min-width: 768px) {
	body.is_sp_view .left_contents {
		align-items: center;
		bottom: 0;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		left: 0;
		position: fixed;
		right: calc(50% + 250px);
		top: 0;
	}

	body.is_sp_view .left_contents_in {
		padding: 10px;
	}

	body.is_sp_view .left_contents_link_top {
		display: block;
		font-size: 0;
		text-align: center;
		text-align: center;
		transition: opacity 0.15s ease-in;
	}

	body.is_sp_view .left_contents_link_top:before {
		background-image: url("/img/common/glens_app_qr.png");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100% auto;
		content: "";
		display: inline-block;
		height: 120px;
		width: 120px;
	}

	body.is_sp_view .left_contents_link_top:hover {
		opacity: 0.8;
	}

	body.is_sp_view .left_contents_txt01 {
		color: #222;
		font-size: 13px;
		line-height: 1.5;
		margin-top: 20px;
		letter-spacing: 0.1em;
	}

	body.is_sp_view .right_contents {
		align-items: center;
		bottom: 0;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		left: calc(50% + 250px);
		position: fixed;
		right: 0;
		top: 0;
	}

	body.is_sp_view .right_contents_inner {
		background: #f6f6f6;
		width: 180px;
	}

	body.is_sp_view .right_contents_inner>*:first-child {
		margin-top: 0 !important;
	}

	body.is_sp_view .right_contents_link01 {
		background-color: #f6f6f6;
		cursor: pointer;
		font-size: 15px;
		font-weight: bold;
		letter-spacing: 0.16em;
		line-height: 1.5;
		margin-top: 20px;
		position: relative;
	}

	body.is_sp_view .right_contents_link01 a {
		color: #666;
		display: block;
		padding-bottom: 17px;
		padding-left: 25%;
		transition: opacity 0.2s ease-in;
		text-decoration: none;
	}

	body.is_sp_view .right_contents_link01:before {
		background-position: center center;
		background-repeat: no-repeat;
		border-radius: 100px;
		background-color: #01b06b;
		content: "";
		height: 30px;
		left: 0;
		position: absolute;
		top: 50%;
		transform: translate(0, -80%);
		width: 30px;

	}

	body.is_sp_view .right_contents_link01.is_order:before {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22layer1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20120%20112.03%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23ffffff%3B%20stroke-width%3A%200px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m120%2C31.27c0-.8-.2-1.55-.56-2.18l-11.08-26.25c-.73-1.72-2.42-2.84-4.29-2.84H15.88c-1.86%2C0-3.55%2C1.12-4.28%2C2.84L.36%2C29.45s0%2C.04-.02.04c-.11.24-.18.49-.23.74-.02.05-.03.13-.04.18-.04.28-.06.55-.07.82v76.15c0%2C2.56%2C2.08%2C4.64%2C4.63%2C4.64h110.69c2.57%2C0%2C4.65-2.08%2C4.65-4.64V31.48c.02-.06.03-.14.03-.2ZM17.94%2C7.24h84.08l7.33%2C19.39H10.62l7.32-19.39Zm93.77%2C96.53H8.26V32.84h103.45v70.94Z%22%2F%3E%20%3Cg%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m79.22%2C93.42l5.07-17.63c.2-.5.11-1.02-.19-1.45-.28-.41-.78-.65-1.29-.64l-19.03-.88c-.58.02-1.11.36-1.36.87-.25.51-.19%2C1.14.17%2C1.61l4.42%2C5.53c-5.29%2C3.06-10.96%2C4.34-15.29%2C4.07-4.46-.27-8.38-1.48-15.52-6.27l-2.49%2C3c7.08%2C7.75%2C12.61%2C9.6%2C16%2C10.45%2C6.89%2C1.72%2C13.66.13%2C22.27-4.07l4.55%2C5.81c.34.47.9.7%2C1.46.61.26-.02.5-.13.71-.28.23-.18.41-.44.52-.73Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m40.74%2C45.4l-4.84%2C16.98c-.18.48-.09%2C1.01.19%2C1.45.31.41.79.64%2C1.31.63l18.78%2C1.55c.58-.02%2C1.11-.36%2C1.36-.87.25-.52.19-1.13-.16-1.61l-4.24-5.91c5.29-3.06%2C10.57-4.06%2C14.91-3.81%2C4.45.28%2C8.57%2C1.59%2C15.72%2C6.38l2.49-3c-7.09-7.75-12.62-9.59-16.01-10.44-6.88-1.73-13.26-.24-21.87%2C3.94l-4.95-5.7c-.34-.46-.9-.68-1.46-.59-.26.02-.5.13-.71.29-.23.18-.42.41-.52.71Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
		background-position: 51% 44%;
		background-size: 48% auto;
	}

	body.is_sp_view .right_contents_link01.is_history:before {
		background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.87%2016.46%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20stroke-width%3A%200px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m11.18%2C1.26l-.05-.12-.14.05-3.01-1.19L3.51%2C1.78h-.04S0%2C3.18%2C0%2C3.18v10.05l8.02%2C3.19.1.04%2C7.61-3.33.15-.07V3.16l-4.69-1.9Zm-.17%2C1.53l1.34.53-1.55.63-1.29-.54%2C1.49-.62Zm-2.01-.79l-1.42.59-1.04-.44%2C1.44-.55%2C1.02.4Zm-3.73.63l1.04.48-1.77.73-1.15-.5%2C1.88-.72Zm1.87%2C11.7l-5.62-2.24.02-7.91%2C5.59%2C2.28v7.87Zm.56-9.11l-1.25-.54%2C1.7-.71%2C1.22.57-1.67.68Zm6.64%2C6.75l-5.7%2C2.49V6.45l2.57-1.05h0l.5-.2%2C2.63-1.08v7.85Z%22%2F%3E%3C%2Fsvg%3E');
		background-position: 51% 45.9%;
		background-size: 49% auto;
	}

	body.is_sp_view .right_contents_link01.is_search:before {
		background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2013.09%2016.14%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20stroke-width%3A%200px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m10.72%2C11.34c1.4-1.22%2C2.23-3.01%2C2.23-4.87%2C0-3.57-2.9-6.47-6.47-6.47S0%2C2.9%2C0%2C6.47s2.9%2C6.47%2C6.47%2C6.47c.81%2C0%2C1.61-.15%2C2.36-.45l2.42%2C3.66%2C1.83-1.22-2.37-3.58ZM6.47%2C2.2c2.35%2C0%2C4.27%2C1.92%2C4.27%2C4.27s-1.92%2C4.27-4.27%2C4.27-4.27-1.92-4.27-4.27%2C1.92-4.27%2C4.27-4.27Z%22%2F%3E%3C%2Fsvg%3E');
		background-position: 50% 54%;
		background-size: 40% auto;
	}

	body.is_sp_view .right_contents_link01.is_couponlist:before {
		background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2046.1%2030.86%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20stroke-width%3A%200px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m45.94%2C20.9l-.05-1.11-.98-.53c-2.5-1.33-3.83-2.7-3.84-3.97-.02-1.86%2C2.68-3.99%2C4-4.73l.99-.56V0H0s.21%2C10.8.21%2C10.8l1.09.52c2.76%2C1.31%2C4.4%2C2.72%2C4.38%2C3.76-.03%2C1.37-2.6%2C3.11-4.33%2C3.85l-1.19.51.1%2C11.38%2C45.5.04h.29v-.29s.15-3.78-.1-9.68ZM9.58%2C15.16c.05-2.54-1.81-4.83-5.52-6.81l-.08-4.01%2C8.39-.09v2.11h4.75v-2.16l25.04-.26v3.84c-1.94%2C1.33-5.03%2C4.01-4.99%2C7.55.03%2C2.57%2C1.68%2C4.86%2C4.92%2C6.81.07%2C1.89.08%2C3.49.06%2C4.79l-25.03-.23v-2.17h-4.75v2.13l-8.25-.08-.04-4.64c2.1-1.12%2C5.43-3.43%2C5.5-6.78Z%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20x%3D%2220.43%22%20y%3D%227.08%22%20width%3D%227.46%22%20height%3D%223.9%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20x%3D%2220.43%22%20y%3D%2213.33%22%20width%3D%2213.97%22%20height%3D%223.9%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20x%3D%2220.43%22%20y%3D%2219.59%22%20width%3D%2214.93%22%20height%3D%223.9%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20x%3D%2212.38%22%20y%3D%226.92%22%20width%3D%224.75%22%20height%3D%224.75%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20x%3D%2212.38%22%20y%3D%2213.15%22%20width%3D%224.75%22%20height%3D%224.75%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20x%3D%2212.38%22%20y%3D%2218.79%22%20width%3D%224.75%22%20height%3D%224.75%22%2F%3E%3C%2Fsvg%3E');
		background-position: 48% 47%;
		background-size: 53% auto;
	}

	body.is_sp_view .right_contents_link01:hover a {
		opacity: 0.75;
	}
}

@media screen and (max-width: 850px) {
	body.is_sp_view .left_contents_link_top:before {
		width: 12vw;
	}

	body.is_sp_view .left_contents_txt01 {
		font-size: 9px;
	}

	body.is_sp_view .right_contents_inner {
		background: #f6f6f6;
	}

	body.is_sp_view .right_contents {
		left: calc(50% + 260px);
	}

	body.is_sp_view .right_contents_link01 {
		font-size: 10px;
	}

	body.is_sp_view .right_contents_link01:before {
		height: 22px;
		width: 22px;
	}
}

@media screen and (max-width: 767px) {

	body.is_sp_view .left_contents,
	body.is_sp_view .right_contents {
		display: none;
	}
}

/*===================================================================
SP表示のPC化(共通部分)
*===================================================================*/
body.is_sp_view .u-sp {
	display: block !important;
}

body.is_sp_view .u-pc {
	display: none !important;
}

@media only screen and (min-width: 768px) {

	/* 下層ページヘッダー
  --------------------------------------- */
	body.is_sp_view #header {
		height: 55px;
	}

	body.is_sp_view #header.fixed {
		background: #fff;
		height: 55px;
		left: 0;
		margin: 0 auto;
		position: fixed;
		right: 0;
		top: 0;
		width: 500px;
		z-index: 30;
		transform: translate(0, 0);
	}

	body.is_sp_view #header .header_box {
		height: 57px;
		padding: 0 2vw;
		width: 100%;
	}

	body.is_sp_view #header .header_inner {
		align-items: flex-start;
		display: flex;
		justify-content: space-between;
		margin: 0;
		padding: 5px 0;
		width: 65%;
	}

	body.is_sp_view #header .logo {
		flex-basis: 15%;
		padding-top: 5px;
	}

	body.is_sp_view #header .logo img {
		display: block;
		max-height: 40px;
		padding: 2px 0 0;
	}

	body.is_sp_view #header #search_box {
		height: 50px;
		position: relative;
		right: 0;
		top: 4px;
		width: 85%;
	}

	body.is_sp_view #header #search_box .search_wrap {
		margin: 1% 0 0;
		padding: 0;
		position: relative;
		width: auto;
	}

	body.is_sp_view #header #search_box #search_area {
		margin: 0 5%;
		width: auto;
	}

	body.is_sp_view #header #search_box #search_area input {
		background-color: #f5f5f5;
		border: none;
		border-radius: 20px;
		box-sizing: border-box;
		color: #000;
		font-size: 12px;
		height: 36px;
		letter-spacing: 0.1em;
		line-height: 1.15;
		outline: none;
		padding: 5% 0 5% 20%;
		position: relative;
		width: 100%;
	}

	body.is_sp_view #header .header_box #search_box .search_wrap {
		width: auto;
	}

	body.is_sp_view #header .header_box #search_box #search {
		display: block;
	}

	body.is_sp_view #header .header_box #search_box #search input {
		left: 9%;
		position: absolute;
		top: 20%;
	}

	body.is_sp_view #header .header_logcart {
		align-items: center;
		display: flex;
		justify-content: space-between;
		padding: 0;
		width: 33%;
	}

	body.is_sp_view #header .header_logcart_link {
		height: 2rem;
		margin: 0 3px;
		width: 2rem;
	}

	body.is_sp_view #header .header_logcart_link a {
		display: block;
	}

	body.is_sp_view #header .header_logcart_link a img {
		display: block;
		margin: 0;
		max-width: 100%;
		width: auto;
	}

	body.is_sp_view #header .btn {
		height: 1.8rem;
		margin: 0 5px;
		position: relative;
		width: 2.1rem;
		z-index: 100;
	}

	body.is_sp_view #header .btn::before {
		background: #000;
		content: "";
		height: 1px;
		position: absolute;
		top: 0;
		width: 100%;
	}

	body.is_sp_view #header .btn::after {
		background: #000;
		bottom: 0;
		content: "";
		height: 1px;
		position: absolute;
		width: 100%;
	}

	body.is_sp_view #header .btn .btn_line {
		background: #000;
		display: block;
		height: 1px;
		position: absolute;
		top: 50%;
		transition: 0.2s;
		width: 100%;
	}

	body.is_sp_view #header .btn .btn_line::before {
		display: none;
	}

	body.is_sp_view #header .btn .btn_line::after {
		display: none;
	}

	body.is_sp_view #header .btn.is_open::before {
		top: 13px;
	}

	body.is_sp_view #header .btn.is_open::after {
		top: 13px;
	}

	body.is_sp_view #header .btn.is_open .btn_line {
		/* 真ん中の線を透明に */
		background-color: transparent;
	}

	body.is_sp_view #header .btn_line.is_open::before,
	body.is_sp_view #header .btn_line.is_open::after {
		background: #fff;
		content: "";
		transition: 0.2s;
	}

	body.is_sp_view #header .btn_line_inner::before,
	body.is_sp_view #header .btn_line_inner::after {
		left: 4px;
		top: 20px;
	}

	body.is_sp_view #header .btn_line_inner.is_open::before,
	body.is_sp_view #header .btn_line_inner.is_open::after {
		background: #000;
		height: 80%;
		left: 4px;
		top: 20px;
		width: 80%;
	}

	body.is_sp_view #header .btn_line.is_open::before {
		/* 上の線を傾ける */
		transform: rotate(45deg);
	}

	body.is_sp_view #header .btn_line.is_open::after {
		/* 上の線を傾ける */
		transform: rotate(-45deg);
	}
}

@media only screen and (max-width: 400px) {
	body.is_sp_view #header #search_box .search_wrap {
		margin: 2.5% 0 0;
		padding: 0;
		position: relative;
		width: auto;
	}
}

@media only screen and (min-width: 768px) {
	body.is_sp_view .common_box_title {
		font-size: 1.8rem;
		font-weight: 500;
		font-weight: 500;
		line-height: 1.3;
		line-height: 1.3;
		margin: 0 auto;
		width: 95%;
	}

	body.is_sp_view img {
		max-width: 100%;
	}
}

@media only screen and (min-width: 768px) {
	body.is_sp_view .search_type {
		background: #f8f6ea;
		margin: 10% auto 0;
	}

	body.is_sp_view .search_type_inner {
		margin: 0 auto;
		padding: 10% 0 0;
		width: auto;
	}

	body.is_sp_view .search_type_inner:last-child {
		padding: 10% 0 8%;
	}

	body.is_sp_view .search_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 auto;
		width: 95%;
	}

	body.is_sp_view .search_list li {
		align-items: center;
		background: #fff;
		display: flex;
		height: auto;
		justify-content: center;
		margin-top: 3%;
		width: 48%;
	}

	body.is_sp_view .search_list a {
		align-items: center;
		color: #000;
		display: flex;
		font-size: 3vw;
		height: auto;
		justify-content: center;
		padding: 0;
		width: 100%;
	}

	body.is_sp_view .search_list.lens {
		margin: 0 auto;
	}

	body.is_sp_view .search_list.lens li {
		align-items: center;
		background: #fff;
		border: solid #e5e0d3 2px;
		display: flex;
		height: auto;
		justify-content: center;
		margin-top: 3%;
		width: 48%;
	}

	body.is_sp_view .search_list.lens a {
		align-items: center;
		color: #000;
		display: flex;
		font-size: min(3vw, 14px);
		font-weight: 500;
		height: 60px;
		justify-content: center;
		padding: 13% 0;
		width: 100%;
	}
}

@media only screen and (min-width: 768px) {

	/* フッターSP
  --------------------------------------- */
	body.is_sp_view #footer {
		background: #f3f3f3;
	}

	body.is_sp_view #footer .footer_nav_wrap {
		background: #fff;
		padding: 8% 0;
	}

	body.is_sp_view #footer .footer_nav {
		background: #fff;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 auto;
		width: 75%;
	}

	body.is_sp_view #footer .footer_nav li {
		position: relative;
		width: 46%;
	}

	body.is_sp_view #footer .footer_nav li:after {
		display: none;
	}

	body.is_sp_view #footer .footer_nav li:last-child:after {
		display: none;
	}

	body.is_sp_view #footer .footer_nav a {
		color: #000;
		font-size: min(3vw, 14px);
	}

	body.is_sp_view #footer .footer_textwrap {
		padding: 10% 0;
	}

	body.is_sp_view #footer .footer_text {
		font-size: min(3vw, 12px);
		text-align: center;
	}

	body.is_sp_view #footer .copyright {
		font-size: 0.9rem;
		margin-top: 5%;
		text-align: center;
	}

	body.is_sp_view #scroll-pagetop {
		bottom: 55px;
		box-sizing: border-box;
		filter: drop-shadow(0px 0px 1px rgba(255, 255, 255, 0.8));
		height: 50px;
		position: fixed;
		right: 10px;
		width: 100%;
		width: 50px;
		z-index: 997;
	}
}


/* グローバルナビ
**************************************************/
.g_nav {
	font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #fff;
	height: 100vh;
	/* 他のパーツ（サードパーティの広告バナー等）の下に表示されないように最大値に近い数値で指定 */
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	padding: 0;
	position: fixed;
	/* メニューの位置マイナス指定で画面外に */
	right: -100%;
	top: 0;
	transition: 0.5s;
	width: 440px;
	z-index: 2147483001;
}

.g_nav {
	-ms-overflow-style: none;
	/* IE, Edge 対応 */
	scrollbar-width: none;
	/* Firefox 対応 */
}

.g_nav::-webkit-scrollbar {
	/* Chrome, Safari 対応 */
	display: none;
}

.g_nav .g_nav_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	width: auto;
}

.g_nav .g_sns_container {
	margin: 0 auto;
}

.g_nav .g_sns_container ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 137px;
}

.g_nav .g_nav_inner {
	width: 340px;
	margin: 0 auto;
}

.g_nav .btn {
	display: flex;
	justify-content: flex-end;
	left: -90%;
	margin: 0 0 0 auto;
	position: absolute;
	top: 1px;
}

.g_nav_overlay {
	background: rgba(0, 0, 0, 0.7);
	bottom: 0;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 0.6s;
	visibility: hidden;
	width: 100%;
	z-index: -1;
}

.g_nav_overlay.is_open {
	opacity: 1;
	/* 他のパーツ（サードパーティの広告バナー等）の下に表示されないように最大値に近い数値で指定 */
	visibility: visible;
	z-index: 2147483000;
}

.g_user_name {
	background: #01b06b;
	color: #fff;
	font-size: 18px;
	padding: 14px 45px;
	width: 100%;
}

.g_user_name span {
	font-weight: 700;
}

.g_page_name {
	border-bottom: solid 3px #e8e8e8;
	display: block;
	display: flex;
	font-size: 14px;
	font-weight: 500;
	padding: 25.5px 0;
	width: 80%;
	margin-inline: auto;
}

.g_page_name:before {
	background: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064.52%2070.5%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%2301b06b%3B%20stroke-width%3A%200px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2232.19%22%20cy%3D%2215.5%22%20r%3D%2215.5%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m32.19%2C32.89C.19%2C32.27%2C0%2C70.5%2C0%2C70.5h64.52s-.32-37-32.32-37.61Z%22%2F%3E%3C%2Fsvg%3E')no-repeat 0% 50%;
	background-size: 68% auto;
	content: "";
	height: 24px;
	padding-right: 10px;
	width: 22px;
}

.g_page_name a {
	text-decoration: none;
}

.g_nav_list a {
	text-decoration: none;
}

.g_nav_item {
	border-bottom: solid 3px #e8e8e8;
	display: block;
	width: 80%;
	margin-inline: auto;
	text-decoration: none;
}

.g_nav_item.type {
	border-bottom: solid 3px #e8e8e8;
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	padding: 0 0 30px;
	margin-inline: auto;
	text-decoration: none;
}

.g_nav_item:last-child {
	border-bottom: none;
}

.g_nav_item .g_nav_title {
	display: block;
	font-size: 1.15rem;
	font-weight: 700;
	margin-bottom: 3%;
	padding: 30px 0 0;
	width: 100%;
}

.g_nav_item .g_nav_title a {
	color: #000;
	text-decoration: none;
}

.g_nav_item .g_nav_list {
	display: block;
	padding: 0;
	width: auto;
}

.g_nav_item .g_nav_list:last-child {
	padding: 3% 0 10%;
	width: auto;
}

.g_nav_item .g_nav_title {
	display: block;
	font-size: 1.15rem;
	font-weight: 700;
	margin-bottom: 3%;
	padding: 30px 0 0;
	width: 100%;
}

.g_nav_item .g_nav_title a {
	color: #000;
	text-decoration: none;
}

.g_nav_item .g_nav_list {
	display: block;
	padding: 0;
	width: auto;
}

.g_nav_item.type .g_nav_list {
	display: block;
	padding: 0;
	width: 40%;
}

.g_nav_item.faq .g_nav_list {
	padding: 30px 0 20px;
}

.g_nav_item .g_nav_list.nav_padding_control {
	display: block;
	padding: 5px 0 40px 0;
}

.g_nav_item .g_nav_list a {
	color: #000;
	display: block;
	font-size: .9rem;
	padding-bottom: 9px;
	letter-spacing: 0.05em;
}

.g_nav_item .g_nav_sns {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	/* width: 222px; */
}

.g_nav_item .g_nav_sns>* {
	margin-right: 20px;
}

.g_nav_item.g_nav_2col {
	display: flex;
}

.g_nav_2col {
	display: grid;
	grid-auto-columns: 1fr;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
	gap: 0px 0px;
	grid-template-areas:
		"g_nav_title g_nav_title"
		"g_nav_list1 g_nav_list2"
		"g_nav_list3 g_nav_list4"
		"g_nav_list5 g_nav_list6"
		"g_nav_list7 g_nav_list8";
}

.g_nav_title {
	grid-area: g_nav_title;
}

.g_nav_list1 {
	grid-area: g_nav_list1;
}

.g_nav_list2 {
	grid-area: g_nav_list2;
}

.g_nav_list3 {
	grid-area: g_nav_list3;
}

.g_nav_list4 {
	grid-area: g_nav_list4;
}

.g_nav_list5 {
	grid-area: g_nav_list5;
}

.g_nav_list6 {
	grid-area: g_nav_list6;
}

.g_nav_list7 {
	grid-area: g_nav_list7;
}

.g_nav_list8 {
	grid-area: g_nav_list8;
}

.g_nav_accordion {
	display: block;
	padding-bottom: 13px;
	position: relative;
}

.g_nav_accordion::before {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	content: "";
	height: 6px;
	position: absolute;
	right: 3px;
	top: 5px;
	transform: rotate(135deg);
	width: 6px;
}

.g_nav_accordion_title {
	display: block;
	padding: 0 0 5px;
}

.g_nav_accordion_contents {
	display: none;
	padding-top: 7px;
}

.g_nav_accordion_contents .g_nav_accordion_list {
	border-bottom: none;
	margin-bottom: 0;
	padding-left: 1rem;
	position: relative;
}

.g_nav_accordion_contents .g_nav_accordion_list::before {
	color: #e8e8e8;
	content: "-";
	left: 0;
	position: absolute;
	top: 0;
}

.g_nav.is_open {
	position: fixed;
	right: 0;
	top: 0;
}

@media only screen and (max-width: 960px) {
	.g_nav {
		background: #fff;
		height: 100vh;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		padding: 0;
		position: fixed;
		right: -200%;
		/* メニューの位置マイナス指定で画面外に */
		top: 0;
		transition: 0.5s;
		/* 他のパーツ（サードパーティの広告バナー等）の下に表示されないように最大値に近い数値で指定 */
		width: 17rem;
		z-index: 2147483001;
	}

	.g_nav {
		-ms-overflow-style: none;
		/* IE, Edge 対応 */
		scrollbar-width: none;
		/* Firefox 対応 */

	}

	.g_nav::-webkit-scrollbar {
		/* Chrome, Safari 対応 */
		display: none;
	}

	.g_nav .g_nav_container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 auto 54px;
		width: auto;
	}

	.g_nav .g_sns_container {
		margin: 0 auto;
	}

	.g_nav .g_sns_container ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 137px;
	}

	.g_nav .btn {
		display: flex;
		justify-content: flex-end;
		margin: 0 0 0 auto;
		position: absolute;
		right: 32px;
		top: 20px;
	}

	.g_nav_overlay {
		background: rgba(0, 0, 0, 0.7);
		bottom: 0;
		height: 100%;
		left: 0;
		opacity: 0;
		position: fixed;
		right: 0;
		top: 0;
		transition: opacity 0.6s;
		visibility: hidden;
		width: 100%;
		z-index: -1;
	}

	.g_nav_overlay.is_open {
		opacity: 1;
		/* 他のパーツ（サードパーティの広告バナー等）の下に表示されないように最大値に近い数値で指定 */
		visibility: visible;
		z-index: 2147483000;
	}

	.g_user_name {
		background: #01b06b;
		color: #fff;
		font-size: 14px;
		padding: 7% 5%;
		width: 100%;
	}

	.g_user_name span {
		font-weight: 700;
	}

	.g_page_name {
		border-bottom: solid 3px #e8e8e8;
		display: block;
		display: flex;
		font-size: 14px;
		font-weight: 500;
		padding: 7% 0;
		width: 90%;
		margin-inline: auto;
	}

	.g_page_name:before {
		background: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064.52%2070.5%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%2301b06b%3B%20stroke-width%3A%200px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2232.19%22%20cy%3D%2215.5%22%20r%3D%2215.5%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m32.19%2C32.89C.19%2C32.27%2C0%2C70.5%2C0%2C70.5h64.52s-.32-37-32.32-37.61Z%22%2F%3E%3C%2Fsvg%3E')no-repeat 0% 50%;
		background-size: 68% auto;
		content: "";
		height: 24px;
		padding-right: 10px;
		width: 22px;
	}

	.g_nav_item {
		display: block;
		width: 90%;
		margin-inline: auto;
	}

	.g_nav_item.type {
		border-bottom: solid 3px #e8e8e8;
		display: flex;
		flex-wrap: wrap;
		width: 90%;
		padding: 0 0 12%;
		margin-inline: auto;
		text-decoration: none;
	}

	.g_nav_item .g_nav_title {
		display: block;
		font-size: 1rem;
		margin-bottom: 3%;
		padding: 12% 0 0;
		width: auto;
	}

	.g_nav_item .g_nav_list {
		display: block;
		padding: 3% 0;
		width: auto;
	}

	.g_nav_item.type .g_nav_list {
		display: block;
		padding: 3% 0;
		width: 50%;
	}

	.g_nav_item .g_nav_list a {
		color: #000;
		display: block;
		padding-bottom: 0;
		letter-spacing: 0.05em;
	}

	.g_nav_accordion {
		display: block;
		padding-bottom: 16px;
		position: relative;
	}

	.g_nav_accordion::before {
		border-right: 1px solid #fff;
		border-top: 1px solid #fff;
		content: "";
		height: 6px;
		position: absolute;
		right: 3px;
		top: 3px;
		transform: rotate(135deg);
		width: 6px;
	}

	.g_nav_accordion_title {
		display: block;
		padding-bottom: 0;
	}

	.g_nav_accordion_contents {
		display: none;
		padding-top: 14px;
	}

	.g_nav_accordion_contents .g_nav_accordion_list {
		border-bottom: none;
		margin-bottom: 0;
		padding-left: 1rem;
		position: relative;
	}

	.g_nav_accordion_contents .g_nav_accordion_list::before {
		color: #e8e8e8;
		content: "-";
		left: 0;
		position: absolute;
		top: 0;
	}

	.g_nav.is_open {
		position: fixed;
		right: 0;
		top: 0;
	}

	.g_nav_item.faq .g_nav_list {
		padding: 10% 0;
	}
}

/***** メニューオープン時位置0にして画面内に *****/
/*真ん中のバーガー線
--------------------------------------- */
.btn {
	height: 2.7rem;
	margin: 10px 0 10px 10px;
	position: relative;
	width: 3.3rem;
	z-index: 100;
}

.btn::before {
	background: #000;
	content: "";
	height: 2px;
	position: absolute;
	top: 0;
	width: 100%;
}

.btn::after {
	background: #000;
	bottom: 0;
	content: "";
	height: 2px;
	position: absolute;
	width: 100%;
}

.btn .btn_line {
	background: #000;
	display: block;
	height: 2px;
	position: absolute;
	top: 49%;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	width: 100%;
}

.btn .btn_line::before {
	display: none;
}

.btn .btn_line::after {
	display: none;
}

.btn {
	height: 42px;
	margin: 53px 0 0;
	position: relative;
	width: 46px;
	z-index: 100;
}

.btn::before {
	background: #5d5d5d;
	content: "";
	height: 2px;
	position: absolute;
	top: 0;
	width: 100%;
}

.btn::after {
	background: #5d5d5d;
	bottom: 0;
	content: "";
	height: 2px;
	position: absolute;
	width: 100%;
}

/*真ん中のバーガー線
--------------------------------------- */
.btn .btn_line {
	background: #5d5d5d;
	display: block;
	height: 2px;
	top: 50%;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	width: 100%;
}

.btn.is_open .btn_line {
	background-color: transparent;
}

.btn.is_open::before {
	background: #5d5d5d;
	top: 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.btn.is_open::after {
	background: #5d5d5d;
	top: 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

/* 以下、ハンバーガーボタンのスタイリング --------------------------------------- */
.btn {
	height: 21px;
	margin: 0 0 10px 0;
	position: relative;
	width: 24px;
	z-index: 100;
}

.btn::before {
	background: #5d5d5d;
	content: "";
	height: 2px;
	position: absolute;
	top: 0;
	width: 100%;
}

.btn::after {
	background: #5d5d5d;
	bottom: 0;
	content: "";
	height: 2px;
	position: absolute;
	width: 100%;
}

/*バーガーメニュー
--------------------------------------- */
.btn .btn_line {
	background: #5d5d5d;
	display: block;
	height: 2px;
	position: absolute;
	top: 45%;
	transition: 0.2s;
	width: 100%;
}

.btn .btn_line::before {
	display: none;
}

.btn .btn_line::after {
	display: none;
}

.btn_line.is_open {
	/* 真ん中の線を透明に */
	background-color: transparent;
	display: block;
}

.btn_line.is_open::before,
.btn_line.is_open::after {
	background: #fff;
	content: "";
	transition: 0.2s;
}

.btn_line_inner::before,
.btn_line_inner::after {
	left: 4px;
	top: 20px;
}

.btn_line_inner.is_open::before,
.btn_line_inner.is_open::after {
	background: #000;
	height: 80%;
	left: 4px;
	top: 20px;
	width: 80%;
}

.btn_line.is_open::before {
	/* 上の線を傾ける */
	transform: rotate(45deg);
}

.btn_line.is_open::after {
	/* 上の線を傾ける */
	transform: rotate(-45deg);
}

/* ハンバーガーメニュー内のボタン
--------------------------------------- */
.btn_inner {
	-webkit-box-pack: end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	height: 42px;
	justify-content: flex-end;
	left: 1%;
	margin: 0 0 0 auto;
	position: absolute;
	top: 2%;
	width: 46px;
	z-index: 100;
	background: none;
	border: none;
}

.btn_inner .btn_line {
	background-color: transparent;
	display: block;
	height: 2px;
	top: 50%;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	width: 80%;
}

.btn_inner.is_open::before,
.btn_inner.is_open::after {
	content: "";
	position: absolute;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.btn_inner.is_open::before {
	background: #fff;
	height: 2px;
	left: 4px;
	top: 20px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 80%;
}

.btn_inner.is_open::after {
	background: #fff;
	height: 2px;
	left: 4px;
	top: 20px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 80%;
}
.g_nav_bnr {
	margin: 0 auto;
	padding: 5% 0 0;
	width: 100%;
}

.g_nav_bnr a {
	display: block;
}
@media only screen and (max-width: 960px) {
	.g_nav_bnr {
		margin: 0 auto;
		padding: 5% 0 0;
		width: 100%;
	}

	.g_nav_bnr a {
		display: block;
	}

	.g_nav_bnr a img{
		display: block;
		margin: 0 auto;
		max-width: 100%;
		width: auto;
	}
}
/* サイド固定バナー
--------------------------------------- */
.side_fixed_bnr_wrap {
	display: none;
	z-index: 200001;
	position: fixed;
	right: 0;
	bottom: 65%;
}

.side_fixed_bnr {
	line-height: 1.4;
	font-size: min(3vw, 14px);
	font-weight: 500;
	color: #fff;
	text-align: center;
	margin: 7% 0 0;
	text-decoration: none;
}

.side_fixed_bnr_btn {
	width: min(20vw, 100px);
	height: min(20vw, 100px);
	border-radius: 10%;
	background: #29aaf0;
	display: flex;
	align-items: center;
	letter-spacing: .15em;
	justify-content: center;
	font-family: "Noto Sans JP", "Roboto";
}

.side_fixed_bnr_btn:hover {
	opacity: 1;
	color: #fff !important;
}

.side_fixed_bnr_btn span {
	display: contents;
	color: #fffd3e;
	font-family: "Dancing Script";
	font-weight: 700;
	font-size: min(3.6vw, 15px);
	line-height: 1.4;
	letter-spacing: .02em;
}

.side_fixed_bnr_close {
	display: block;
	position: absolute;
	right: 0;
	top: min(5%, -15%);
	width: 20px;
	height: 20px;
	border: 2px solid #29aaf0;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
}

.side_fixed_bnr_close::before,
.side_fixed_bnr_close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 10px;
	background: #29aaf0;
}

.side_fixed_bnr_close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.side_fixed_bnr_close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

/*2025/5/1 レビュー追加*/
#top_page .goods_rating_box {
    margin: 5% auto 0;
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: center;
    color: #000;
    display: block;
}

#top_page .star {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 2px 0 0;
	padding: 0;
	color: #dadada;
	vertical-align: middle;
}
#top_page .star img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	margin: 0 auto;
}
#top_page .review_score {
	display: inline-block;
	margin: 0 5px;
    font-size: 11px;
    vertical-align: middle;
}

#top_page .reviewer {
	display: block;
	margin: 0;
    font-size: 11px;
    vertical-align: middle;
}

#set_list .goods_rating_box {
    text-align: center;
    margin: 5% auto 0;
}

#main_contents .goods_rating_box {
    margin: 0 auto 5%;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #000;
    display: block;
    text-align: left;
}

#main_contents .star {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 2px 0 0;
	padding: 0;
	color: #dadada;
}
#main_contents .star img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	margin: 0 auto;
}
#main_contents .review_score {
	display: inline-block;
	margin: 0 5px;
    vertical-align: middle;
    font-size: 11px;
}

#main_contents .reviewer {
	display: block;
	margin: 0;
    font-size: 11px;
    vertical-align: middle;
}


/*2025/5/1 レビュー追加ここまで*/

/* SALEアイコン部分 2025.8 */


.set_link .set-free {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 0;
    margin: 6% auto 2%;
}

#lineup .lineup_list .set_box ul li .set_link .free_icon{
    display: inline-block;
    color: #ffffff;
    font-size: 10px;
    background-color: #666666;
    text-align: center;
    padding: 1% 3%;
    margin: 0 0;
    letter-spacing: 1px;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    position: unset;	
}
#lineup .lineup_list .set_box ul li .set_link .sale_icon{
    display: inline-block;
    color: #ffffff;
    font-size: 10px;
    background-color: #f00000;
    text-align: center;
    padding: 1% 3%;
    letter-spacing: 1px;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    position: unset;	
}