@charset "utf-8";

/* -----------------------------------------------------------
CSS Information
 File name:    item_tablet.css
 Style Info:     商品ページ用スタイル
----------------------------------------------------------- */
@media screen and (min-width: 600px) and (max-width: 959px) {

#item img.whitemg {
	display: block;
	border: 3vw solid #fff;
	box-sizing: border-box;
}

#item span.limitnumber {
	padding: 0.6% 1.2%;
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	background-color: #f00;
	line-height: 2.8 !important;
}
#item p.stocknumber {
	display: block;
	margin: 3% 0 0 0 !important;
	box-sizing: border-box;
	/* color: #d8281c; */
	color: #f00;
}
#item p.stocknumber.bg {
	margin: 6% 0 3% 0 !important;
	background-color: rgba(255,   0,   0, 0.1);
	padding: 1.6% 2% 1.8%;
}
#item p.intro {
	margin: 3% auto 0 auto;
	width: 100%;
}
#item p.intro_caution {
	margin: 3% auto;
	padding: 2%;
	width: 100% !important;
	background-color: #f5f5f5;
	color: #666;
	box-sizing: border-box;
}
#item p.intro_caution span.bold {
	display: block;
	font-weight: bold;
}


/* 価格＆納期表 .pricelist */
#item table.pricelist {
	margin: 3.125% auto;
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	box-sizing: border-box;
}
#item table.pricelist caption {
	margin-bottom: 1.25%;
	font-weight: 600;
}
#item table.pricelist caption .title {
	display: block;
	margin-bottom: 1%;
	font-size: 14px;
	font-size: 1.4rem;
}
#item table.pricelist caption .red {
	display: block;
	margin-top: 2%;
}
#item table.pricelist caption .caution.red {
	margin-top: 2.5%;
	display: block;
}
span.pricelist_bottomcap {
	display: block;
	margin: 0 auto 4% !important;
	width: 100%;
	font-weight: 600;
}
span.pricelist_bottomcap a {
	color: #000;
	text-decoration: underline;
}
span.pricelist_bottomcap a.contact {
	padding: 0.6vw 1.2vw;
	color: #fff;
	background-color: #000;
	border-radius: 1.2vw;
	font-weight: 300;
	text-decoration: none;
}

#item table.pricelist tr th,
#item table.pricelist tr td {
	display: block;
	padding: 1%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	text-align: right;
	float: left;
	vertical-align: middle !important;
}
#item table.pricelist.gradumug tr td {
	text-align: left;
}
#item table.pricelist tr th {
	padding: 0.8% 0.3% 1.2%;
	width: 10%;
	background-color: #f5f5f5;
	font-size: 1.2vw;
	text-align: center;
}
#item table.pricelist tr td {
	width: 40%;
	position: relative;
}
#item table.pricelist tr td br.pc {
	display: none;
	/* display: block; */
}
#item table.pricelist tr td span {
	display: block;
}
#item table.pricelist tr td span a {
	color: #000;
	text-decoration: underline;
}
#item table.pricelist tr td span.line {
	text-decoration: line-through;
}
#item table.pricelist tr td span.sale {
	color: #d8281c;
}
#item table.pricelist tr td span.comment {
	/* color: #d8281c !important; */
	color: #000;
}
#item table.pricelist tr th.sale_bg,
#item table.pricelist tr td.sale_bg {
	background-color: #fee8e6;
}
#item table.pricelist tr th.line2 span {
	font-weight: normal;
}

#item table.pricelist tr td a.openQuotationFormButton {
	display: block;
    margin: 0.4vw auto 0;
	padding: 0.3vw 1vw;
    margin-left: 58%;
    width: 40%;
    color: #fff;
	font-size: 1.2vw;
    background-color: #000;
	border-radius: 1vw;
	text-decoration: none;
	/* position: absolute;
	bottom: 0.8vw;
	left: -22%; */
	box-sizing: border-box;
}

#item table.pricelist tr td br:nth-child(2),
#item table.pricelist tr td br:nth-child(4) {
	display: none;
}



#item #catalog_box .catalog_item {
	position: relative;
}
#item #catalog_box div.catalog_item span.icon_maru {
	display: block;
	padding: 2.2vw 0 0;
	width: 5.6vw;
	height: 5.6vw;
	color: #fff;
	font-size: 1.2vw;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	background-color: #f00;
	border-radius: 50%;
	position: absolute;
	top: 2.4vw;
	left: 1vw;
	box-sizing: border-box;
}
#item #catalog_box div.catalog_item span.icon_maru.gentei {
	padding-top: 0.5vw;
	font-size: 1.3vw;
	top: 2vw;
}

#item h2 {
	margin-top: 3% !important;
}
#item h2 span {
	margin: 0 1% 0 !important;
	padding: 0 !important;
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: 300;
}
#item .catalog_image {
	width: 100%;
}
#item .catalog_image img {
	display: block;
	width: 98%;
}
#item .catalog_image p {
	margin: 3% auto;
}
body.hakoya #main.list div.catalog_image {
	position: relative;
}
body.hakoya #main.list .catalog_image::after {
	display: block;
	color: #6A6A6A;
	font-size: 5.9vw;
	font-weight: 300;
	line-height: 1;
	position: absolute;
	left: 5.5vw;
	top: 9.1vw;
}
body.hakoya #main.list .catalog_image.bag::after {
	content: 'バッグ型';
}
body.hakoya #main.list .catalog_image.pillow::after {
	content: 'ピロー型';
}
body.hakoya #main.list .catalog_image.sleeve::after {
	content: 'スリーブ型';
}
body.hakoya #main.list .catalog_image.tube::after {
	content: '紙管';
}


h2.title {
	margin: -2.5% 0 2.5% 0 !important;
}
h2.title span {
	margin-left: 0;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
}
h2.title span.subti {
	margin-left: 1rem;
}
.price {
	font-size: 12px !important;
	font-size: 1.2rem;
	font-weight: 600;
}
.item_info .bold {
	margin: 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-size: 1.8vw;
	font-weight: 600;
	line-height: 1;
}
p.button {
	margin: 20px auto;
	padding: 10px 10px 10px 30px;
	width: 240px;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: 88% center;
	background-size: 28px;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	box-sizing: border-box;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
p.button a {
	display: block;
	color: #fff;
}

p.button.cfmcart {
	background-image: url(../img/share/ic_cfmcart.png);
}
p.button.order {
	margin: 0 auto 40px auto !important;
	padding: 10px 10px 10px 24px;
	background-image: url(../img/share/ic_order.png);
	background-position: 88% 40%;
	background-size: 24px;
}

.txtlink14.dl {
	display: inline-block;
	padding: 4px 32px 4px 12px;
	/* width: 120px; */
	background-image: url(../img/share/ic_dl.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 12px;
	color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.txtlink14.list {
	display: inline-block;
	margin-top: 6%;
	padding: 3% 6%;
	/* width: 120px; */
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 1.1rem;
}
a.txtlink14.list {
	margin-top: 2%;
	margin-bottom: 2%;
	padding: 1.25% 2%;
	color: #fff;
}
.item_info a.txtlink14.list {
	display: inline;
	padding: 1vw 2vw !important;
	font-size: 1.4vw !important;
	line-height: 4;
	box-sizing: border-box;
}
/* ここから フォーチュンクッキーのみ */
.item_info a.txtlink14.list.ori-ftck {
	margin: 3vw 0 6vw 49.8% !important;
}
/* /ここまで フォーチュンクッキーのみ */
a.txtlink14.list.narrow {
	display: inline;
}

/*----------------------------------------------------
	#category_navi
----------------------------------------------------*/

#category_navi {
	margin: 0;
	width: 100%;
	font-size: 12px;
	font-size: 1.2rem;
}

#category_navi li {
	float: left;
	margin-right: 1px;
	padding: 12px 4px 14px 4px;
	width: 24.82%;
	height: 40px;
	color: #999;
	background-color: #eee;
	text-align: center;
	box-sizing: border-box;
}
#category_navi li a {
	color: #999;
}

#category_navi li.focus{
	font-weight: 600;
	color: #666;
	background-color: #fff;
}

#category_navi.ebisen {
	margin-bottom: 11% !important;
	padding-bottom: 12px !important;
}
#category_navi.ebisen li {
	width: 24.82%;
	height: auto;
}

/*----------------------------------------------------
	#goods_introduction
----------------------------------------------------*/
#goods_introduction {
	margin: 12.5% auto 0 auto;
	width: 100%;
}
#goods_introduction.ebisen {
	margin-top: 14% !important;
}
#goods_introduction img.photo {
	display: block;
	width: 45%;
	float: left;
	box-sizing: border-box;
}


/*----------------------------------------------------
	.goods_spec
----------------------------------------------------*/
.goods_spec {
	margin-left: 3.75%;
	width: 50%;
	font-size: 12px;
	font-size: 1.2rem;
	float: left;
	box-sizing: border-box;
}

.goods_spec p.spec {
	padding: 4px;
	margin-bottom: 4px;
	font-weight: 600;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.goods_spec dl {
	margin: 0 0 16px 0;
}
.goods_spec dl:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.goods_spec dt {
	float: left;
	padding-top: 10px;
}
.goods_spec dd {
	padding-top: 10px;
}


/*----------------------------------------------------
	.comment_box
----------------------------------------------------*/
.comment_box {
	margin: 0 auto;
	width: 100%;
}

.comment_box p {
	margin-bottom: 30px;
}
.comment_box .photo {
	float: left;
	width: 30%;
	box-sizing: border-box;
}
.comment_box .photo img {
	width: 100%;
}
.comment_box .photo1 {
	display: block;
	margin: 0 auto 3.125% auto;
	width: 100%;
}
.comment_box .photo1 img {
	width: 100%;
}
.comment_box .text1 {
	width: 100%;
}
.comment_box .text2 {
	float: left;
	margin-right: 20px;
	width: 65%;
	box-sizing: border-box;
}


/*----------------------------------------------------
	#pattern_select
----------------------------------------------------*/

#pattern_select {
	margin: 2.5% auto;
	width: 100%;
}
.pattern_select_box {
	padding: 2% 0 1% 0;
	width:100%;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
}
.pattern_select_box:first-child {
	border-top: 1px solid #ccc;
}
.pattern_select_box:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.pattern_select_box a.photo {
	display: block;
	float: left;
	margin-right: 3.125%;
	width: 25%;
}
.pattern_select_box a.photo img {
	width: 100%;
	box-sizing: border-box;
}
.pattern_select_box .text {
	float: left;
	width: 70%;
	box-sizing: border-box;
}

.pattern_select_box h4 {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	margin: 0 0 1% 0;
}

.pattern_select_box p.txtlink14 {
	width: 100px;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	font-size: 11px;
	font-size: 1.1rem;
}



/*----------------------------------------------------
	#sample_box
----------------------------------------------------*/

#sample_box {
	margin: 0 auto;
	padding-top: 12px;
	width: 100%;
	position: relative;
	z-index: 0;
	border: 1px solid #ccc;
}
#sample_box:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#sample_box h2 {
	margin-top: 0 !important;
}
#sample_box h2,
#sample_box p {
	padding: 0 20px;
}

.sample_left,
.sample_right {
	float: left;
	width: 50%;
	padding: 0 2% 0 3.125%;
	margin: 1.25% 0 2.5% 0;
	box-sizing: border-box;
}
.sample_left {
	border-right: 1px solid #ccc;
}
.sample_left a.photo,
.sample_right a.photo {
	float: left;
	display: block;
	margin-right: 3.125%;
	width: 45%;
}
/* .sample_left a.photo:hover,
.sample_right a.photo:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
} */
.sample_left p.box a.photo img,
.sample_right p.box a.photo img {
	width: 100%;
}

.sample_left span.text,
.sample_right span.text {
	display: block;
	float: left;
	width: 50%;
}
.sample_left p.box,
.sample_right p.box {
	margin: 0 !important;
	padding: 0 !important;
}

.sample_left p.box:after,
.sample_right p.box:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.sample_left .txtlink9,
.sample_right .txtlink9 {
	display: block;
	margin-top: 8px;
	width: 100px;
	font-size: 11px;
	font-size: 1.1rem;
}
/* .sample_left .txtlink9:hover,
.sample_right .txtlink9:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
} */
.sample_left span.txtlink9 a,
.sample_right span.txtlink9 a {
	display: block;
	width: 100%;
	float: none !important;
}

#sample_list {
	position:absolute;
	top: 14px;
	right: 0;
}


/*----------------------------------------------------
	#call_box
----------------------------------------------------*/
#call_box {
	margin: 40px auto 30px auto;
	padding: 18px;
	width: 100%;
	box-sizing: border-box;
	background-color: #fafafa;
	border: 1px solid #ccc;
	line-height: 1.5;
	position: relative;
}
#call_box h4 {
	margin-bottom: 16px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 400;
	color: #666;
	text-indent: 36px;
}
#call_box p {
	margin-bottom: 0;
}
#call_box img.icon_check {
	position: absolute;
	width: 30px;
	top: 18px;
	left: 16px;
}
#call_box .tel {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
}
#call_box .attention {
	font-weight: 700;
}


/*----------------------------------------------------
	#item_introduction
----------------------------------------------------*/
#item_introduction {
	margin: 0 auto 30px auto;
	padding-top: 20px;
	width: 100%;
	border-top: 1px solid #ccc;
}

/*----------------------------------------------------
	#tab_menu
----------------------------------------------------*/
#tab_menu {
	display: table;
	margin: 0 auto !important;
	width: 100%;
}
#tab_menu li {
	display: table-cell;
	margin: 0 0.5% 0 0;
	padding: 1vw 0 1vw 0;
	height: 3.8vw;
	width: 33%;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	float: left;
	vertical-align: bottom;
	background-color: #c4c4c4;
}
#tab_menu li img {
	height: 90%;
	/* opacity: 0.6; */
}
#tab_menu li:nth-child(1) {
	background-color: #D8291C;
}
#tab_menu li:nth-child(2) {
	background-color: #63A29C;
}
#tab_menu li:nth-child(3) {
	background-color: #9B7D66;
}
#tab_menu li:last-child {
	margin-right: 0;
}
#tab_menu li.focus {
	margin-top: 0px !important;
	height: 4.6vw;
	background-color: rgba(196,196,196,0.25);
}
#tab_menu li.focus img {
	margin-top: 0.4vw;
	height: 70%;
	filter: invert(60%);
	opacity: 1.0;
}
#tab_menu:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#tab_box {
	margin-bottom: 4vw;
	padding: 2vw 2vw 1vw 2vw;
	background-color: rgba(196,196,196,0.25);
	box-sizing: border-box;
}
#tab_box div.tabcontents { display: none; }
#tab_box div.tabcontents.focus { display: block; }

#tab_box .tabcontents h3 {
	font-size: 1.8vw !important;
	border: none !important;
}
#tab_box .tabcontents {
	min-height: 40vw;
	position: relative;
}
#tab_box .tabcontents .comment {
	display:block;
	width: 100%;
	font-size: 3.6vw;
	font-weight: 600;
	color: #ccc;
	text-align: center !important;
	position: absolute;
	top: 17vw;
}

/*----------------------------------------------------
	.goods_package_box
----------------------------------------------------*/
.goods_package_box {
	margin: 30px auto;
	width: 100%;
}

.goods_package_box h3 {
	margin-bottom: 16px;
	padding: 8px 4px;
	font-size: 12px;
	font-size: 1.2rem;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.goods_package_box img.ft_left {
	display: block;
	width: 34%;
}

.goods_package_box p {
	margin-left: 37.125%;
}

.goods_package_box div {
	margin-left: 37.125%;
	margin-bottom: 8px;
	line-height: 1.75;
}

.goods_package_box div p form span.shipmentdate {
	display: block;
	margin-top: 8px;
	font-weight: 700 !important;
	font-size: 16px;
	font-size: 1.6rem !important;
}

.goods_package_box div p {
	margin-left: 0;
}


/*----------------------------------------------------
	.itembox_line  .itembox
----------------------------------------------------*/
.itembox_line {
	margin-bottom: 0px;
}

.itembox {
	/* float: left; */
	margin: 0 auto !important;
	padding: 8px 0 3px 0;
	width:100%;
	border-bottom: 1px solid #ccc;
}
.itembox.bordertop {
	border-top: 1px solid #ccc;
}
.itembox:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.itembox h4 {
	margin: 8px 0;
}
.itembox h4 span {
	margin-left: 12px;
}
.itembox p {
	float: right;
	margin: 0 0 0 3.125%;
	width: 21.875%;
}
.itembox p img {
	width: 100%;
}
.itembox div.text {
	float: right;
	width: 75%;
	padding: 0 !important;
}
.itembox p.txtlink14 {
	float: none;
	margin: 0 0 8px 0;
	width: 120px;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

.itembox dl {
	margin: 8px 0;
	font-weight: 600;
}


/*----------------------------------------------------
	p.go_cart
----------------------------------------------------*/
p.go_cart {
	margin-bottom: 8px;
}


/*----------------------------------------------------
	Candy #daishi_DL
----------------------------------------------------*/

#daishi_DL {
	margin: 6% auto 0;
	padding: 0 8px 8px 8px;
	width: 100%;
	box-sizing: border-box;
	border: 1px #ccc solid;
	text-align: center;
}

#daishi_DL h4 {
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 8px;
}

#daishi_DL dl {
	margin-bottom: 4%;
	padding: 0 3%;
	box-sizing: border-box;
}

#daishi_DL dt {
	margin-bottom: 8px;
	width: 100%;
	font-weight: 600;
	/* border-bottom: 1px dotted #000; */
	box-sizing: border-box;
}

#daishi_DL dd {
	text-indent: -1em;
	padding-left: 1em;
	/* border: 1px solid #000; */
	margin-bottom: 0;
	box-sizing: border-box;
}

#daishi_DL p.txtlink14.dl {
	margin-top: 5% !important;
	box-sizing: border-box;
}
#daishi_DL p.txtlink14.dl:nth-child(2) {
	margin-top: 0 !important;
}
#daishi_DL p.txtlink14.dl a {
	display: block;
	padding-top: 3%;
	padding-bottom: 3%;
	width: 100%;
	text-align: left;
	box-sizing: border-box;
}
#daishi_DL span.text {
	display: block;
	margin: 0 auto 4%;
	width: 100%;
	text-align: left;
}


/*----------------------------------------------------
	.new_sticker
----------------------------------------------------*/

.new_sticker {
	position:absolute;
}


/*----------------------------------------------------
	.item_info
----------------------------------------------------*/
#itemh2 {
	margin: 0 auto 3% auto !important;
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
}
#itemh2 img {
	width: 100%;
}

.item_info {
	margin: 3.125% auto 0 auto !important;
	width: 100%;
	position: relative;
}
.item_info strong.price.large {
    display: block;
    font-size: 1.8vw !important;
    margin-bottom: 2vw;
}

.item_info span.price {
	display: block;
	margin-bottom: 1.5%;
}
.item_info span.price .text {
	display: block;
	font-weight: normal;
	font-size: 1.6vw;
}


.item_info span.caution {
	display: block;
	margin-top: 1vw;
	font-size: 12px;
	font-size: 1.6vw;
	font-weight: 600;
	color: #000;
}
body#item span.caution.red.sample {
	display: block;
	/* margin:  3vw auto; */
    margin-top: 2vw;
	padding: 1%;
	width: 100%;
	font-weight: 400;
	color: #d8281c !important;
	border: 1px solid #d8281c;
	box-sizing: border-box;
}
body#item .item_info span.caution.red.sample {
    display: block !important;
    margin: 1vw 0 0 49.5% !important;
    width: 48% !important;
    box-sizing: border-box !important;
}

body#item img.caution_ng {
	display: block;
	margin: 0 auto 3%;
	width: 70%;
}


p.item_name {
	margin: 0 0 10px 37.5% !important;
	padding: 4px;
	margin-bottom: 4px;
	font-weight: 600;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.item_info div {
	display: block;
	margin-left: calc(46.875% + 2vw) !important;
	padding-bottom: 0 !important;
	line-height: 1.75;
	box-sizing: border-box;
}
.item_info p.caution {
	diplay: block;
	margin-left: 2vw;
}
.item_info div span.price {
	display: block;
	margin-bottom: 1.5%;
}
.item_info div span.price .text {
	display: block;
	font-weight: normal;
	font-size: 1.6vw;
}
.item_info div strong.hayawari {
	display: block;
	margin: 0 0 0.4vw 2vw !important;
	padding: 0.2vw;
	width: 19vw;
	color: #fff;
	line-height: 1.6;
	text-align: center;
	background-color: #f00;
	box-sizing: border-box;
}
.item_info div strong.gentei {
	display: block;
	margin: 0.8vw 0 0.8vw 0 !important;
	padding: 0.3vw 0 !important;
	width: 12vw;
	color: #fff;
	line-height: 1.6;
	font-size: 1.4vw;
	text-align: center;
	background-color: #f00;
	box-sizing: border-box;
}


.item_info img.ft_left,
.item_info div.ft_left {
	display: block;
	margin-right: 3.125%;
	margin-bottom: 1%;
	width: calc(46.875% - 2px);
	box-sizing: border-box;
}
.item_info div.ft_left {
	margin-left: 0 !important;
}
.item_info div.ft_left img {
	display: block;
	margin: 0 0 1.6vw;
	width: 100%;
	float: none;
}
.item_info div.ft_left span.caption {
	display: block;
	font-size: 1.2vw;
	line-height: 1.4 !important;
}

.item_info p.size {
	display: inline-block;
    margin: 0.8vw 0 0.8vw 0;
	max-width: 95%;
	padding: 1% 2%;
	background-color: #eee;
	/* border: 1px solid #ccc;
	font-weight: bold; */
	color: #666;
	box-sizing: border-box;
}
.item_info dl.size {
	/* width: 50%;
	position: absolute;
	right: 0;
	bottom: 0; */
}
.item_info dl.size dt {
	margin-right: 2%;
	width: 40%;
	float: left;
}
.item_info dl.size dt img {
	width: 96%;
}
.item_info dl.size dd {
	padding-top: 3%;
	width: 53%;
	float: left;
}

.item_info div p.copy {
	margin-top: 3%;
	font-size: 1.2rem !important;
	font-weight: bold;
	/* color: #666; */
}

.description {
	margin: -2% auto 0;
	width: 100%;
}
.description p.intro {
	width: 100% !important;
}
.description h3 {
	margin: 3% 0 2%;
	font-size: 1.4rem !important;
}
.description h4.half {
	margin-top: 1.6vw;
	font-size: 1.5vw !important;
	text-align: left;
}
.description ul li {
	margin: 3% 3% 0 0;
	padding: 0;
	width: 48.5%;
	float: left;
	box-sizing: border-box;
}
.description ul li:nth-child(2n) {
	margin-right: 0;
}
.description ul li img {
	width: 100%;
	box-sizing: border-box;
}
.description ul li p {
	margin-top: 0.8vw;
}
.description ul li.curry img {
	margin-top: 3%;
}
.description ul.col2 li.large {
	width: 59% !important;
}
.description ul.col2 li.small {
	width: 38% !important;
}
.description ul.col2 li span {
	display: block;
	margin-top: 4px;
	font-size: 0.9rem;
}
.description ul.col1 li {
	width: 100%;
	float: none;
}

.description a.discrip {
	display: block;
	margin: 0 auto;
	width: 80%;
	box-sizing: border-box;
}
.description a.discrip.wide {
	width: 90%;
}
.description a.discrip.square {
	display: block;
	margin: 0 auto 3%;
	width: 55%;
	box-sizing: border-box;
}
.description a.discrip img {
	width: 100%;
}
.description a.discrip.wide.sp {
	display: none;
}
.description a.discrip.wide.pc {

}

.description ul.col3 {
	margin-top: 1.6vw;
}
.description ul.col3 li {
	margin: 0 5.7vw 0 0 !important;
	width: 21.5vw !important;
}
.description ul.col3 li:last-child {
	margin-right: 0 !important;
}
.description ul.col3 li .txtlink14 {
	display: block;
	margin: 1.4vw auto 0;
	width: 88%;
	border-radius: 1.8vw;
	color: #fff;
	font-size: 1.4vw;
	font-weight: 600;
}
.description ul.col3 li .txtlink14 span {
	display: block;
	font-size: 1.2vw;
	font-weight: 400;
}
.description ul.col3 li .txtlink14.cur {
	pointer-events: none;
	background-color: #7B7B7B;
}

.description ul.select_color {
	margin-bottom: 0.6vw;
	padding: 0.4vw 2.3vw 1.6vw;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #707070;
}
.description ul.select_color li {
	margin: 0 2.2vw 0 0 !important;
	padding: 0;
	width: 10vw;
	font-size: 2vw;
	font-weight: 700;
	text-align: center;
	float: left;
}
.description ul.select_color li::before {
	content: "■";
	font-size: 4.5vw;
}
.description ul.select_color li:nth-child(1) {
	color: #E7495A;
}
.description ul.select_color li:nth-child(2) {
	color: #54B5DB;
}
.description ul.select_color li:nth-child(3) {
	color: #EC6900;
}
.description ul.select_color li:nth-child(4) {
	color: #8EC428;
}
.description ul.select_color li:nth-child(5) {
	color: #8A5828;
}
.description ul.select_color li:nth-child(6) {
	color: #000;
}
.description ul.select_color li:last-child {
	margin-right: 0 !important;
}

.description dl.design {
	margin-top: 2vw;
	padding: 2.6vw 1.7vw 2.4vw;
	font-weight: 500;
	color: #4E4E4E;
	background-color: #BFE2DE;
	border-radius: 1.6vw;
	box-sizing: border-box;
}
.description dl.design dt {
	font-size: 2.1vw;
	text-align: center;
	line-height: 1;
}
.description dl.design dd ul li {
	margin-right: 2.4% !important;
	width: 23.2% !important;
	float: left;
}
.description dl.design dd ul li:last-child {
	margin-right: 0 !important;
}

.description dl.design dd ul.col3 {
	margin-top: 2.4vw;
}
.description dl.design dd ul.col3 li {
	margin-right: 6% !important;
}
.description dl.design dd ul.col3 li:first-child {
	margin-left: 10.4% !important;
}
.description dl.design dd ul.col3 li:last-child {
	margin-right: 8% !important;
}

.description dl.design dd ul li span {
	display: block;
	margin-top: 0.8vw;
	text-align: center;
	font-size: 1.7vw;
	line-height: 1;
}
.description dl.design dd ul li a {
	color: #4E4E4E;
}


.description dl.attention {
	margin: 3vw 0;
	padding: 2.1vw 4.5vw 2.4vw;
	border: 0.26vw solid #FD0D1B;
	box-sizing: border-box;
}
.description dl.attention dt {
	margin-bottom: 1.7vw;
	color: #FD0D1B;
	font-size: 2.2vw;
	font-weight: 600;
	text-align: center;
}
.description dl.attention dd {
	color: #000;
	font-size: 1.3vw;
}
.description dl.attention dd a.button {
	display: block;
	margin: 2vw auto 0;
	padding: 1.6vw 0;
	width: 57%;
	background-color: #FD0D1B;
	color: #fff;
	font-size: 1.5vw;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	border-radius: 1.172vw;
}
.description dl.attention dd a.button:hover {
	opacity: 0.8;
}


/* 掛け紙デザイン .description ul.paperlist */
.description h4 {
	font-size: 1.4vw;
	text-align: center;
}
.description h4.red {
	color: #f00;
}
.description ul.paperlist {
	margin: 0 auto 2vw;
	width: 90%;
}
.description ul.paperlist li {
	font-size: 1.2vw;
}
.description ul.paperlist li a {
	/* border: 1px solid #000 !important; */
}


/* お米 */
.description ul li img.rice1g_01 {
	margin-top: -16px;
}
.description ul li img.rice1g_02 {
	margin: 36px auto 0;
	width: 80%;
}
.description ul li {
	position: relative;
}
.description ul li .icon_bk.rice {
	display: block;
	padding-top: 1.6vw;
	width: 7vw;
	height: 7vw;
	color: #fff;
	font-size: 2.6vw;
	font-weight: 700;
	text-align: center;
	background-color: #000;
	position: absolute;
	bottom: 4vw;
	right: 1vw;
	border-radius: 50%;
	box-sizing: border-box;
}

/* description 2列 */
#item .description.rows2 {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}
#item .description.rows2 .intro {
	margin-left: 5%;
	width: 48% !important;
}
#item .description.rows2 .photo {
	display: block;
	width: 45%;
}
#item .description.rows2 .photo img {
	display: block;
	width: 100%;
}


/* ミントタブレットなど データ作成の説明 */
#item .description.integ {
	margin-top: 1.6vw;
	padding: 1.6vw;
	background-color: #ffff64;
	box-sizing: border-box;
}
#item .description.integ ul {
	margin: 0 auto !important;
	width: 95%;

	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
#item .description.integ ul li {
    margin-top: 0;
}
#item .description.integ.margin ul li {
    margin-top: 1.6vw;
}
#item .description.integ.margin ul {
    margin-bottom: 1.6vw !important;
}

/* ハイチュウ など */
#item .description.integ.margin h2 {
    margin: 0.8vw auto 0.8vw !important;
    padding: 0.8vw;
    width: 95%;
    color: #03419d;
    color: #fff;
    text-align: center;
    background-color: #fff000;
    background-color: #03419d;
    border-radius: 1vw;
    box-sizing: border-box;
}
#item .description.integ.margin ul li {
    margin-top: 1.6vw;
}
#item .description.integ.margin ul {
    margin-bottom: 1.6vw !important;
}


/* サラダせんべい */
.description.sldsn {
	margin: 4vw auto;
}
.description.sldsn h3 {
	margin: 2vw 0 0 5%;
	padding: 1.6vw 2.4vw 1.6vw 6vw;
	width: 95%;
	font-size: 1.4vw !important;
	font-weight: 400;
	background-color: #f9f4c5;
	border-radius: 6vw;
	box-sizing: border-box;
	position: relative;
}
.description.sldsn h3::before {
	content: '注意';
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;

	width: 9vw;
	height: 9vw;
	text-align: center;
	font-size: 2.4vw;
	font-weight: 800;
	background-image: url(/img/share/ic_bom_yel.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	top: -1vw;
	left: -5%;
	box-sizing: border-box;
}
.description.sldsn ul li img {
	width: 100%;
	box-sizing: border-box;
	aspect-ratio: 1200 / 622;
}



/* 卒園マグ */
#main.gradumug div.attention.top {
		margin: 2vw 0 -1vw;
		padding: 1.5vw;
		width: 100%;
		color: #000;
		font-size: 1.4vw;
		text-align: center;
		/* background-color: #f5f5f5;
		border-color: #e9e9e9; */
		border: 1px solid #ccc;
		box-sizing: border-box;
	}
	#main.gradumug div.attention.top strong {
		display: block;
		margin: 0 0 0.5vw 0 !important;
		font-size: 2vw;
		font-weight: 600 !important;

	}
	#main.gradumug div.attention.top p {
		font-weight: 300;
		color: #f00;
	}


/*----------------------------------------------------
	.order_box
----------------------------------------------------*/
.order_box {
	margin: 0 auto;
	padding-top: 0;
	width: 100%;
	/* border-top: 1px solid #ccc; */
}
.order_box:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

/*----------------------------------------------------
	.orderpage_photo
----------------------------------------------------*/

.orderpage_photo {
	width: 46.875%;
	float: right;
	text-align: center;
	margin: 0 3.125% 0 0;
	box-sizing: border-box;
}

.orderpage_photo span {

}

.orderpage_photo  dt {
	margin-bottom: 6px;
	width: 46.875%;
	text-align: left;
	font-weight: 600;
}

.orderpage_photo dd {
	margin-bottom: 1.5%;
	text-align: left;
	position: relative;
}
.orderpage_photo dd span.text {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
}

.orderpage_photo  img {
	width: 100%;
}

.orderpage_photo dd.border img {
    border: 1px solid #ccc;
}


/*----------------------------------------------------
	.input_orderinfo
----------------------------------------------------*/

.input_orderinfo {
	margin: 0 0 3.125% 0;
	width: 50%;
	float: right;
}

.input_orderinfo span {

}

.input_orderinfo input {
	width: 100% !important;
}

.input_orderinfo dl {
	margin-bottom: 1.25%;
}
.input_orderinfo dl:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.input_orderinfo dt {
	float: left;
	margin-right: 8px;
	font-weight: 600;
	clear: both;
}

.input_orderinfo dd {
	float: left;
	padding-left: 1em;
}

.input_orderinfo dl.input_area dl.notes dd span.caution {
	display: inline;
	margin: 0 !important;
}

.input_orderinfo dl.input_area {
	margin-top: 3%;
	padding: 3% 3% 0 3%;
	border: 1px solid #ccc;
	background-color: #fafafa;
}

.input_orderinfo dl.input_area dt {
	/* margin-bottom: 0.9375%; */
	padding: 3% 0 1.5% 32px !important;
	width: 100%;
	font-weight: 600;
	position: relative;
	box-sizing: border-box;
	border-top: 1px dotted #ccc;
}
.input_orderinfo dl.input_area dt:first-child {
	border-top: none;
}

.input_orderinfo dl.input_area dt span.normal {
	display: block;
	font-weight: normal;
}
.input_orderinfo dl.input_area dt span.normal a {
	display: block;
	margin: 0.6vw 0 0 10vw;
	padding: 0.4vw 0.6vw;
	width: 19vw;
	background-color: #000;
	color: #fff;
	font-size: 1.3vw !important;
	text-align: center;
	border-radius: 1vw;
}

.input_orderinfo dl.input_area dt span.step {
	margin-top: 2%;
	padding: 3px 8px;
	width: 24px;
	height: 24px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	box-sizing: border-box;
}

.input_orderinfo dl.input_area dd {
	display: block;
	margin: 1.875% 0 3% 0;
	padding: 0 0 2% 0 !important;
	width: 100%;
}
.input_orderinfo dl.input_area dd:last-child {
	border-bottom: none;
}

.input_orderinfo dl.input_area dd input[type="text"] {
	margin: 1.25% 0;
	padding: 3%;
	width: 100% !important;
}

.input_orderinfo dl.input_area dd select {
	margin-bottom: 2%;
	padding: 2px 6px;
	width: 100%;
}

.input_orderinfo dl.input_area dd textarea{
	margin: 1.25% 0;
	padding: 2px 8px;
	width: 100%;
}

.input_orderinfo dl.input_area dd .file{
	margin: 1.25% 0;
	width: 100%;
	box-sizing: border-box;
}

.input_orderinfo dl.input_area dd span {
	display: block;
	margin-top: 2%;
}

.input_orderinfo dl.input_area dd ul.selectimg li {
	margin-bottom: 2%;
}
.input_orderinfo dl.input_area dd ul.selectimg li:last-child {
	margin-bottom: 0;
}
.input_orderinfo dl.input_area dd span.cap {
	display: block;
	margin: 1% 2% 0 0;
	padding: 0.5% !important;
	width: 20%;
	float: left;
	background-color: #666;
	color: #fff;
	box-sizing: border-box;
	text-align: center;
}
.input_orderinfo dl.input_area dd label {
	display: block;
	margin-top: 0;
	width: 76%;
	float: left;
	box-sizing: border-box;
}
.input_orderinfo dl.input_area dd label.nogroup {
	margin-bottom: 4%;
	width: 99%;
}

.input_orderinfo dl.input_area dd ul.textinput {
	margin-top: 2%;
}
.input_orderinfo dl.input_area dd ul.textinput label {
	/* margin-top: -6px; */
	float: none;
	width: 100% !important;
}


/* ラジオボタン選択 select_radio */
.input_orderinfo dl.input_area dd ul.select_radio {
	margin-top: 2%;
}
.input_orderinfo dl.input_area dd ul.select_radio label {
	display: block;
	margin-right: 1%;
	margin-top: 1%;
	width: 6% !important;
	float: left;
}
.input_orderinfo dl.input_area dd ul.select_radio label.col1 {
	margin-top: -6%;
	width: 100% !important;
	float: none;
}
.input_orderinfo dl.input_area dd ul.select_radio label.col1 input[type="text"].large_m {
	width: 100% !important;
}
.input_orderinfo dl.input_area dd ul.select_radio .notes {
	margin: 1% 0 0 0;
	width: 100% !important;
	font-size: 1.1rem !important;
	color: #666;
}
.input_orderinfo dl.input_area dd ul.select_radio span {
	display: block;
	margin-top: 0;
	width: 93%;
	float: left;
}
.input_orderinfo dl.input_area dd ul.select_radio li {
	margin-bottom: 2%;
	float: none;
}

/* ラジオボタン選択 select_radio.photo サムネイル付きリスト */
.input_orderinfo dl.input_area dd ul.select_radio.photo li {
	margin-top: 2%;
}
.input_orderinfo dl.input_area dd ul.select_radio.photo li:first-child {
	margin-top: 0;
}
.input_orderinfo dl.input_area dd ul.select_radio.photo li img {
	width: 20%;
	float: left;
}
.input_orderinfo dl.input_area dd ul.select_radio.photo li label {
	margin-top: 2%;
}
.input_orderinfo dl.input_area dd ul.select_radio.photo li span {
	display: inline !important;
	margin: 2% 0 0 2%;
	width: 70% !important;
	box-sizing: border-box;
}


/* ラジオボタン選択 select_radio.thumb_grid サムネイル付きグリッド */
.input_orderinfo dl.input_area dd ul.select_radio.thumb_grid {
	margin-top: 0;
	width: 100%;
}
.input_orderinfo dl.input_area dd ul.select_radio.thumb_grid li {
	margin: 4% 2% 0 0;
	width: 49%;
	float: left;
}
.input_orderinfo dl.input_area dd ul.select_radio.thumb_grid li:nth-child(2n) {
	margin-right: 0;
}
.input_orderinfo dl.input_area dd ul.select_radio.thumb_grid li:nth-child(2n+1) {
	clear: both;
}
.input_orderinfo dl.input_area dd ul.select_radio.thumb_grid li label {
	display: block;
	width: 10%;
}
.input_orderinfo dl.input_area dd ul.select_radio.thumb_grid li input[type='radio'] {
	margin-right: 0;
	float: left;
}
.input_orderinfo dl.input_area dd ul.select_radio.thumb_grid li a {
	display: block;
	margin: 0 0 0 2% !important;
	width: 78%;
	float: left;
}
.input_orderinfo dl.input_area dd ul.select_radio.thumb_grid li a img {
	display: block;
	padding: 2vw;
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
}
.input_orderinfo dl.input_area dd ul.select_radio.thumb_grid li span.title {
	margin: 1vw 0 0 12%;
}


.input_orderinfo dl.input_area dd dl.notes {
	margin-top: 2%;
}
.input_orderinfo dl.input_area dd dl.notes dd ul li {
	padding-top: 2%;
	margin-bottom: 2%;
	border-top: 1px dashed #ccc;
}
.input_orderinfo dl.input_area dd dl.notes dd ul li:last-child {
	margin-bottom: 0;
}

.input_orderinfo dl.input_area dd dl.notes dt {
	padding-left: 0 !important;
}
.input_orderinfo dl.input_area dd input[name='txtnone'],
.input_orderinfo dl.input_area dd input[name='color'] {
	display: inline-block !important;
	margin-right: 0 !important;
	width: 2.6vw !important;
}
.input_orderinfo dl.input_area dd.txtnone span {
	display: inline;
	margin-left: 0 !important;
}

.input_orderinfo dl.input_area dd p.acecook {
	margin: 6% 0 0 !important;
	padding-top: 3%;
	border-top: 1px dotted #000;
}

.input_orderinfo dl.input_area div.upload.active {
	opacity: 1.0;
}
.input_orderinfo dl.input_area div.upload {
	opacity: 0.3;
}

.input_orderinfo dl.input_area dd.select_radio.color {
	margin-top: 1.4vw !important;
}
.input_orderinfo dl.input_area dd.select_radio.color span {
	display: inline;
	margin-left: 0 !important;
	line-height: 1.8;
}

.attention_qual {
	margin-top: 2vw;
}
.attention_qual ul {
	margin: 0 !important;
}
.attention_qual ul li {
	width: 50%;
	float: left;
}
.attention_qual ul li img {
	width: 100%;
}
.attention_qual p {
	margin-top: 1vw;
	text-align: left;
}

p.acecook_line {
	margin: 1vw 0 !important;
	padding: 1.2vw 1.6vw;
	color: #d8281c;
	border: 1px solid #d8281c;
}
p.acecook_line a {
	color: #d8281c;
	font-weight: 600;
	text-decoration: underline;
	line-height: 1.4;
}



/*----------------------------------------------------
	.relatedbox
----------------------------------------------------*/
.relatedbox {
	margin: 3% auto 0;
	padding: 12px;
	width: 100%;
	border: 1px solid #ccc;
	background-color: #fafafa;
	box-sizing: border-box !important;
}
.relatedbox h4 {
	text-align: left;
}
.relatedbox dl {
	margin-top: 1.25%;
}
.relatedbox dl dt {
	margin: 0 !important;
	width: 15% !important;
	float: left;
	box-sizing: border-box !important;
}
.relatedbox dl dt a,
.relatedbox dl dt img {
	display: block;
	width: 100%;
}
.relatedbox dl dd {
	padding: 0.75% 0 0 2.5%;
	width: 35%;
	float: left !important;
	box-sizing: border-box !important;
}
.relatedbox dl dd span {
	display: block;
}

.input_orderinfo .relatedbox {
	margin-top: 10% !important;
}
.relatedbox dl dt {
	padding: 3% 3% 0 0 !important;
	width: 30% !important;
}
.relatedbox dl dd {
	padding-top: 3% !important;
	width: 70% !important;
}
.relatedbox dl dd .txtlink14.related {
	margin-top: 2%;
	font-size: 0.8rem;
}

.relatedbox ul li.relate_left,
.relatedbox ul li.relate_right {
	width: 48% !important;
}
.relatedbox ul li.relate_left {
	float: left;
}
.relatedbox ul li.relate_right {
	float: right;
}
.relatedbox ul li.relate_left dl {
	width: 100%;
}


/*----------------------------------------------------
	.input_area クイックシリーズ
----------------------------------------------------*/
.input_orderinfo dl.input_area dd select.quick {
	padding: 1% 2% 2% 2% !important;
	width: 40%;
	/* height: 24px; */
	box-sizing: border-box;
}

/*----------------------------------------------------
	.shipment
----------------------------------------------------*/
dl.shipment {
	margin-bottom: 1%;
    margin-left: 0 !important;
}

dl.shipment dt {
	padding-top: 4px;
	font-weight: 400;
}

dl.shipment dd {
	padding-left: 5px;
	margin-bottom: 0;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
}


.item_info dl.shipment {
	margin: -1.6vw 0 1vw 2vw;
	width: 95% !important;
}
.item_info dl.shipment dd {
	padding: 0.8vw 1.6vw;
	font-size: 1.3vw;
	font-weight: 300;
    line-height: 2;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.item_info dl.shipment dd span.bold {
	font-size: 1.8vw !important;
}
.item_info dl.shipment dd a.txtlink14 {
	display: block;
	margin: 0.4vw auto 0.4vw;
    padding: 0.4vw;
	width: 24vw;
	color: #fff;
	font-size: 1.44vw;
	position: relative;
}


/*----------------------------------------------------
	.bt_gocart
----------------------------------------------------*/

.bt_gocart,
.bt_backpage {
	margin: 2.5% auto 0 auto;
	padding: 14px 10px 14px 36px;
	width: 100% !important;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	box-sizing: border-box;
	border: none;
	text-align: left;
	border-radius: 1.6vw;
	-webkit-border-radius: 1.6vw;
	-moz-border-radius: 1.6vw;
}
.bt_gocart a,
.bt_backpage a {
	color: #fff;
}
/* .bt_gocart:hover,
.bt_backpage:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	cursor: pointer;
} */
.bt_gocart {
	background-color: #000;
	background-image: url(../img/share/ic_cfmcart.png);
	background-position: 90% center;
	background-size: 28px;
	font-weight: 600;
}
.bt_backpage {
	background-color: #666;
	background-image: url(../img/share/ic_back.png);
	background-position: 90% center;
	background-size: 28px;
	font-weight: 400;
}


/*----------------------------------------------------
	#howto
----------------------------------------------------*/
#howto {
	margin: 3.125% auto;
	padding: 2%;
	width: 100%;
	border: 1px solid #ccc;
	background-color: #fafafa;
	box-sizing: border-box;
}

#howto h2 {
	margin: 0 0 2.5% 0 !important;
	padding: 4px;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem !important;
	background-color: #000;
	box-sizing: border-box;
}
#howto h2 span.toggle {
	display: none;
}

#howto h3 {
	margin-bottom: 5px;
	padding-left: 52px;
	font-size: 14px;
	font-size: 1.4rem;
	clear: both;
	position: relative;
}

#howto ul,
#howto p,
#howto p.m_b_n {
	padding-left: 52px;
}

p.m_b_n {
	margin-bottom: 4px;
}

#howto ul {
	margin-bottom: 8px;
}

#howto li.bt_dl {
	float: left;
	margin-right: 8px;
}

#howto .step {
	padding: 6px 11px;
	width: 32px;
	height: 32px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 8px;
	color: #fff;
	box-sizing: border-box;
}

#howto p .caution {
	color: #d8281c;
}
#howto span.txtlink14.dl {
	display: block !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding: 1% 0;
	width: 60%;
}
#howto span.txtlink14.dl:first-child {
	margin-top: 6% !important;
}

#howto ul.margin {
	width: 70%;
}
#howto ul.margin li {
	margin-right: 5%;
	width: 30%;
	float: left;
}
#howto ul.margin li:last-child {
	margin-right: 0 !important;
}
#howto ul.margin li img {
	width: 100%;
}
#howto ul.margin li span {
	display: block;
	margin: 0 auto 6%;
	text-align: center;
}


p.foodlabeling {
	margin-top: 20px;
	text-align: left;
}
p.foodlabeling .linebox {
	display: block;
	margin-bottom: 0.8vw;
	padding: 0.8vw;
	border:1px solid #ccc;
	box-sizing: border-box;
}
p.foodlabeling .outside {
	display: block;
	margin-left: 0.9vw;
	margin-bottom: 1.6vw;
}
table.foodlabeling {
	margin-right: 2%;
	width: 48%;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	float: left;
	font-size: 0.7rem;
}
table.foodlabeling td,
table.foodlabeling th {
	padding: 1%;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: center;
}
table.foodlabeling th {
	background-color: #eee;
}

.txtlink14.dl.nolink {
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
	cursor: default;
}


/*----------------------------------------------------
	.検索結果
----------------------------------------------------*/
body#item #main.search h2 {
	margin-top: 2.5% !important;
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem !important;
	font-weight: 600;
	line-height: 1.5;
}
body#item #main.search div.page_num {
	margin: 3vw 0;
	text-align: center;
}
body#item #main.search div.page_num span {
	margin: 0 1vw;
	font-size: 1.8vw;
}
body#item #main.search div.page_num span a {
	text-decoration: underline;
	color: #000;
}
body#item #main.search div.page_num span.current {
	font-weight: 600;
}

body#item #main.search p.err {
	margin: 4vw 0 0 2vw;
	font-size: 1.8vw;
	font-weight: 600;
}


/*----------------------------------------------------
	.campaign_title
----------------------------------------------------*/
#item p.campaign_title {
	margin-top: 3%;
	padding: 2%;
	/* border: 2px solid #fc0000; */
	box-sizing: border-box;
	color: #fc0000;
	font-size: 1.6rem;
	text-align: center;
	background-color: #f8e24c;
}
/* #item dl.campaign_title dd {
	display: table-cell !important;
	padding: 4px 0 0 24px;
	width: 100%;
	vertical-align: middle;
	float: left;
	box-sizing: border-box;
	font-size: 1.6rem;
} */
#item p.campaign_title span.line {
	text-decoration: line-through;
}
#item p.campaign_title span.sale {
	/* color: #fc0000; */
	font-size: 2.4rem;
	font-weight: bold;
}
#item p.campaign_title .small {
	font-size: 1.6rem !important;
}

/*----------------------------------------------------
	#catalog_box .catalog_item icon_campaign
----------------------------------------------------*/
#catalog_box .catalog_item {
	position: relative;
}
#catalog_box .catalog_item img.icon_campaign {
	display: block;
	width: 30%;
	position: absolute;
	top: 0.7%;
	right: 3%;
}

/*----------------------------------------------------
	セール 二重価格
----------------------------------------------------*/

#item .item_info span.price .line {
	text-decoration: line-through;
	font-size: 110%;
}
#item .item_info span.price .sale {
	color: #d8281c;
}


/*----------------------------------------------------
	リピート発注
----------------------------------------------------*/

.input_orderinfo dl.input_area dd ul.textinput.repeat p {
	margin-left: 1.4rem;
	margin-bottom: 0;
	font-wieght: 1.4rem;
	font-weight: 600;
}

.input_orderinfo dl.input_area dd ul.selectimg.repeat {
	margin-top: 1vw;
}
.input_orderinfo dl.input_area dd ul.selectimg.repeat li .cap {
	margin-top: 1.6vw;
}
.input_orderinfo dl.input_area dd ul.selectimg.repeat li .cap.pkg {
	margin: 1vw 0 0 0;
	padding: 0 !important;
	width: 50%;
	color: #000;
	text-align: left;
	background-color: transparent !important;
	float: left;
}
.input_orderinfo dl.input_area dd ul.selectimg.repeat li a.thumbnail {
	display: block;
	margin: 0 0 0.6vw 0;
	width: 24vw;
	height: 24vw;
	background-color: #eee;
	word-break: break-all;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
}
.input_orderinfo dl.input_area dd ul.selectimg.repeat li a.thumbnail.noimage {
	display: block;
	margin: 1vw 0.6vw 0 0;
	width: calc(100% - 0.6vw) !important;
}
.input_orderinfo dl.input_area dd ul.selectimg.repeat li a.thumbnail img {
	display: block;
	max-width: 24vw;
	max-height: 24vw;
}

.input_orderinfo dl.input_area dd ul.selectimg.repeat li.noimage {
	margin-top: -0.6vw;
}
.input_orderinfo dl.input_area dd ul.selectimg.repeat li.noimage .cap.pkg {
	margin: 2vw 0 1vw;
	float: none !important;
}
.input_orderinfo dl.input_area dd ul.selectimg.repeat li.noimage a.thumbnail.noimage {
	margin: 0 !important;
	float: none !important;
}


.input_orderinfo dl.input_area dd ul.selectimg.repeat li label > input {
	display: none;
}
.input_orderinfo dl.input_area dd ul.selectimg.repeat li label {
	width: 72px;
	margin-left: 10px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: black;
	border-radius: 10px;
	box-sizing: border-box;
}


.input_orderinfo dl.input_area dd span.lastorder_number {
	display: inline;
	font-size: 1.8vw !important;
	font-weight: 600 !important;
}

.input_orderinfo dl.input_area dd .repeat_notes {
	margin-top: 3vw;
}
.input_orderinfo dl.input_area dd .repeat_notes a {
	text-decoration: underline;
}


/*----------------------------------------------------
	納期目安シミュレータ
----------------------------------------------------*/

body#item .buttonbox_simu_wrapper {
	margin: 1vw 0 3vw 49.8% !important;
	padding: 0;
	width: 50%;
	height: 13.6vw;
	border: 0.5vw solid #ccc;
	box-sizing: border-box;
}
body#item .buttonbox_simu_wrapper h3 {
	padding: 0.2vw 0 0.4vw;
	color: #000;
	font-size: 1.8vw !important;
	text-align: center;
	background-color: #ccc;
}
body#item .buttonbox_simu_wrapper strong {
	display: block;
	margin-bottom: 0.75vw;
	text-align: center;
    font-weight: 300 !important;
}
body#item .buttonbox_simu {
	margin: 0 0 0 0 !important;
	padding: 0 !important;
	width:100%;
	box-sizing: border-box;
}
body#item .buttonbox_simu a.txtlink14 {
	display:  block;
	margin: 0 0 1.2vw 1.2vw !important;
	padding: 0.6vw 1vw !important;
	width: 45%;
	color: #fff;
	font-size: 1.4vw;
	box-sizing: border-box;
	float: left;
}
body#item .buttonbox_simu a.txtlink14:last-child {
    margin: 0 1.2vw 1.2vw 0 !important;
	float: right;
}

body#item .simu_modal {
	margin-top: -10vw !important;
}

body#item .simu_plate {
	padding: 3vw 3vw 6vw;
	width: 100%;
	/* height: 600px; */
	min-height: 80vw;
	text-align: left;
	box-sizing: border-box;
	position: relative;
}

body#item .simu_plate {
	position: initial;
	overflow: hidden;
	scroll: auto;
}
body#item .simu_plate h3 {
	font-size: 3vw !important;
}
body#item .simu_plate h4 {
	margin: 0 0 0 0;
	font-size: 1.8vw !important;
	font-weight: 800;
}

body#item .simu_plate .wrapper {
	position: relative;
}
body#item .simu_plate .wrapper .triangle {
	height: 10vw;
	width: 3vw;
	/* clip-path: polygon(50% 0, 100% 100%, 0 100%); */
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	background-color: #ccc;
	position: absolute;
	top: 13vw;
	/* top: calc(50% - 30px); */
	left: calc(50% - 10px);
}
body#item .simu_plate .inputbox_wrapper_wrap {
	margin-top: 2vw;
	padding: 0;
	width: 45%;
	float: left;
}
body#item .simu_plate .inputbox_wrapper {
	padding: 2vw;
	width: 100%;
	background-color: #efefef;
	box-sizing: border-box;
}
body#item .simu_plate .inputbox {
	font-size: 1.6vw;
}
body#item .simu_plate .inputbox li {
	margin-bottom: 1vw;
}
body#item .simu_plate .inputbox li select {
	padding-left: 0vw;
	width: 75%;
}
body#item .simu_plate .inputbox li input[type='text'] {
	width: 52%;
}

body#item .simu_plate .inputbox .material-symbols-outlined {
	vertical-align: -1vw;
	font-size: 3.2vw;
}
body#item .simu_plate .inputbox_wrapper .formbtbox {
	margin: 3w 0 3vw !important;
	width: 100%;
}
body#item .simu_plate .inputbox_wrapper .formbtbox ul li {
	margin: 0;
	width: 100%;
}
body#item .simu_plate .inputbox_wrapper .formbtbox ul li input {
	margin: 1vw auto 0;
	pdding: 0 !important;
	width: 62%;
	height: 5vw;
	line-height: 0;
	border-radius: 1.5vw !important;
	box-sizing: border-box;
}


body#item .simu_plate .resultbox {
	margin: 2vw 0 0 0 !important;
	padding: 1vw 2vw 2vw !important;
	width: 45%;
	/* min-height: 6vw; */
	font-size: 1.8vw;
	line-height: 2;
	background-color: #efefef;
	box-sizing: border-box;
	float: right;
}
body#item .simu_plate .resultbox h4 {
	margin: 0 0 1vw 0 !important;
	padding: 0;
	font-size: 2.2vw !important;
	text-align: center;
}
body#item .simu_plate .resultbox .result {
	padding: 1vw;
	min-height: 16.75vw !important;
	line-height: 1.6;
	background-color: #fff;
	box-sizing: border-box;
}
body#item .simu_plate .resultbox p {
	margin: 0;
	padding: 0;
	font-size: 1.6vw;
}
body#item .simu_plate .resultbox p.input {
	margin-bottom: 2vw;
	padding-bottom: 1vw;
	border-bottom: 1px solid #ccc;
}
body#item .simu_plate .resultbox p br.mb {
	display: block;
}
body#item .simu_plate .resultbox p strong {
	margin-right: 0.6vw;
	font-size: 2vw;
}
body#item .simu_plate p.err {
	margin-top: 2vw;
	padding: 0;
	width: 100%;
	color: #f00;
	font-size: 1.6vw;
	line-height: 1.4;
	/* display: none; */
}

body#item .simu_plate h4.top {
	margin: 2vw 0 0.8vw;
}
body#item .simu_plate h4.top span {
	margin-left: 2vw;
	font-size: 1.6vw;
}
body#item .simu_plate ul.notes {
	margin: 0 0 2vw;
}
body#item .simu_plate ul.notes li {
	margin-top: 1vw;
}
body#item .simu_plate .resultbox ul.notes {
	margin: 2vw 0 0;
}
body#item .simu_plate .resultbox ul.notes li {
	margin-top: 1vw;
	color: #f00;
	font-size: 1.6vw;
	line-height: 1.4 !important;
}

/* body#item .simu_plate section.notes {
	margin-top: 40px;
} */

body#item .simu_plate label.error {
	display: block;
	margin: 4px 0 0 0;
	color: #f00;
	font-size: 1.1rem;
}

body#item .simu_plate .txtlink14.close {
	display: none !important;
}

/*----------------------------------------------------
	見積書
----------------------------------------------------*/
/* body#item a#inline-content_estimate {
	display: inline;
	color: #fff !important;
	font-size: 0.6rem !important;
	border:1px solid #000;
} */
body#item .esti_plate {
	padding: 3vw 3vw 6vw;
	width: 60vw;
	/* height: 600px; */
	min-height: 44vw;
	text-align: left;
	box-sizing: border-box;
	position: relative;
}
body#item .esti_plate {
	position: initial;
	overflow: hidden;
	scroll: auto;
}
body#item .esti_plate .inner{
	height: auto;
}
body#item .esti_plate h3 {
	font-size: 3vw !important;
}
body#item .esti_plate p {
	margin-top: 4vw;
	font-size: 1.6vw;
}
body#item .esti_plate input[type='text'] {
	margin-left: 0;
	width: 90% !important;
}
body#item .esti_plate .formbtbox {
	margin-top: 3vw !important;
	width: 100% !important;
}
body#item .esti_plate .formbtbox ul {
	margin: 0 auto;
	width: 50%;
}
body#item .esti_plate .formbtbox ul li {
	margin: 0 auto !important;
	width: 100%;
}
body#item .esti_plate .formbtbox input {
	margin: 1.6vw 0 0 !important;
	padding: 2vw;
	border-radius: 1.6vw;
}
body#item .esti_plate .formbtbox input#previewButton {
	display: none;
}

body#item .esti_plate .batsu {
	display: none;
	position: absolute;
	top: 1.6vw;
	right: 1.6vw;
	width: 5vw;
	height: 5vw;
}
body#item .esti_plate .batsu:hover {
	cursor: pointer;
}
body#item .esti_plate .batsu::before,
body#item .esti_plate .batsu::after { /* 共通設定 */
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px; /* 棒の幅（太さ） */
	height: 5vw; /* 棒の高さ */
	background: #333;
}
body#item .esti_plate .batsu::before {
	transform: translate(-50%,-50%) rotate(45deg);
}
body#item .esti_plate .batsu::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}



/*----------------------------------------------------
	ノベルティの箱屋さん
----------------------------------------------------*/
body#item.hakoya h3.descrip {
	margin-bottom: 0;
	padding: 0.8vw;
	background-color: #F5F5F5;
	border-left: 1.6vw solid #BCBCBC;
	color: #585858;
	font-size: 1.9vw;
	font-weight: 500;
	box-sizing: border-box;
}
body#item.hakoya dl.description {
	margin-top: 1.2vw;
}
body#item.hakoya dl.description dt {
	margin-right: 0;
	width: 37vw;
	float: left;
}
body#item.hakoya dl.description dt img {
	width: 100%;
}
body#item.hakoya dl.description dd {
	margin: 0.6vw 2vw 1vw 2vw;
	padding: 0.8vw 1.6vw 2vw;
	width: 35vw;
	height: 36.7vw;
	border:1px solid #707070;
	float: left;
	box-sizing: border-box;
}
body#item.hakoya dl.description dd ul {
	margin: 0;
}
body#item.hakoya dl.description dd li {
	margin-bottom: 2vw;
	width: 100%;
	float: none;
}
body#item.hakoya dl.description dd li:last-child {
	margin-bottom: 0;
}
body#item.hakoya dl.description dd strong {
	display: block;
	margin-bottom: 0.8vw;
	padding: 1vw;
	color: #fff;
	box-sizing: border-box;
}
body#item.hakoya dl.description dd strong.gray {
	background-color: #999;
}
body#item.hakoya dl.description dd strong.blue {
	background-color: #1386AC;
}


/*----------------------------------------------------
	ログインしてリピート注文への誘導
----------------------------------------------------*/
.input_orderinfo dl.input_area dt span.q {
	padding: 0.3vw 0 0 0.8vw;
}
ul.repeat_navi {
	margin-top: 1.6vw !important;
}
ul.repeat_navi li {
	display: inline-block !important;
	width: auto;
	text-align: left;
	float: left;
	margin-right: 2vw;
}
ul.repeat_navi li span {
	display: inline-block;
}
ul.repeat_navi li label {
	display: inline-block;
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
}
ul.repeat_navi li input[type='radio'] {
	/* display: inline-block !important; */
	margin-right: 0.8vw !important;
	vertical-align: -0.2vw;
	vertical-align: middle;
}

/* リピート注文への誘導 モーダルウィンドウ */
body#item .repeatnavi_modal {
	margin-top: -10vw !important;
}
body#item .repeat_plate {
	padding: 3vw 3vw 6vw;
	width: 100%;
	/* height: 600px; */
	min-height: 70vw;
	text-align: left;
	box-sizing: border-box;
	position: relative;
}

body#item .repeat_plate {
	position: initial;
	overflow: hidden;
	scroll: auto;
}

body#item .repeat_plate ul.repeat_navi {
	margin: 0 auto;
	width: 30%;
}
body#item .repeat_plate ul.repeat_navi li {
	margin-right: 0;
	width: 50%;
	font-size: 1.8vw;
}

body#item .repeat_plate .inner{
	height: auto;
}
body#item .repeat_plate h3 {
	font-size: 3vw !important;
}
body#item .repeat_plate p {
	margin-top: 2vw;
	font-size: 1.6vw;
}
body#item .repeat_plate p strong {
	color: #f00 !important;
}
body#item .repeat_plate p.comment {
	margin-top: 3vw;
}
body#item .repeat_plate p.comment strong {
	color: #000 !important;
}

body#item .repeat_plate table {
	margin: -2vw auto 0 !important;
	width: 100%;
}

body#item .repeat_plate .formbtbox {
	margin-top: 3vw !important;
	width: 100% !important;
}
body#item .repeat_plate .formbtbox ul {
	margin: 0 auto;
	width: 40%;
}
body#item .repeat_plate .formbtbox ul li {
	margin: 0 auto !important;
	width: 100%;
}
body#item .repeat_plate .formbtbox input {
	margin: 0 !important;
	padding: 2vw;
	border-radius: 1.6vw;
}
body#item .repeat_plate .formbtbox .reminder {
	margin-top: 1.6vw;
}
body#item .repeat_plate .formbtbox .reminder a.close {
	display: block;
	margin: 2vw auto 0;
	padding: 1.2vw;
	width: 40%;
	color: #666;
	background-color: #ccc;
	border-radius: 1.6vw;
	box-sizing: border-box;
}
body#item .repeat_plate .formbtbox .reminder span {
	display: block;
	margin-top: 1.6vw;
}
body#item .repeat_plate div.contents_yes strong {
	display: block;
	margin-top: 2vw;
	/* color: #f00 !important; */
}
body#item .repeat_plate div.contents_no {
	display: none;
}

body#item .repeat_plate .batsu {
	display: none;
	position: absolute;
	top: 1.6vw;
	right: 1.6vw;
	width: 5vw;
	height: 5vw;
}
body#item .repeat_plate .batsu:hover {
	cursor: pointer;
}
body#item .repeat_plate .batsu::before,
body#item .repeat_plate .batsu::after { /* 共通設定 */
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px; /* 棒の幅（太さ） */
	height: 5vw; /* 棒の高さ */
	background: #333;
}
body#item .repeat_plate .batsu::before {
	transform: translate(-50%,-50%) rotate(45deg);
}
body#item .repeat_plate .batsu::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}



/*----------------------------------------------------
	CSS追加
----------------------------------------------------*/
/* せんべいについて注意事項 */

.description2 {
	display: block;
	margin: 2vw 0;
	padding: 2vw 2vw 0.4vw 2vw;
	width: 100%;
	font-weight: 400;
	/* color: #666 !important; */
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.description2 h3 {
	margin-bottom: 2%;
	font-size: 1.6vw !important;
}

.description2 ul li{
	margin: 0;
	padding: 0;
	width: 25%;
	float: left;
	box-sizing: border-box;
}

.description2 ul li img {
	width: 100%;
	box-sizing: border-box;
}
.description2 p {
	margin-top: 1vw;
}
.caution2_text{
	margin-top: 0 !important;
	font-size: 0.95vw;
	text-align: center;
}
.description2 ul li:first-child p.caution2_text {
	text-align: left;
}


body#item .shubai {
	width: 100% !important;
}
body#item .shubai h2#itemh2 {
	margin: 4vw 0 3vw;
	font-size: 2.4vw !important;
	line-height: 1.2;
}
body#item .shubai a {
	color: #000;
	text-decoration: underline;
	font-size: 1.6vw !important;
	font-weight: 600;
}
body#item .shubai a.img {
	display: block;
	width: 80% !important;
}
body#item .shubai a.img img.shubai_img {
	display: block;
	width: 100%;
}
body#item .shubai a.txtlink14 {
	display: block;
	margin: 2vw 0 0 !important;
	padding: 1.6vw;
	width: 50% !important;
	background-color: #000;
	color: #fff;
	font-size: 1.6vw;
	font-weight: 300;
	text-decoration: none;
}


/* 故障や事故など販売一時休止 */
body#item .notice_susp {
	padding: 0.8vw 2vw 0.8vw 4vw;
	color: #f00;
	background-color: rgba(255, 0, 0, 0.1);
	position: relative;
}
body#item .notice_susp span {
	position: absolute;
	top: 0.8vw;
	left: 1.2vw;
}

/* アイテムで探す 2カラム大バナー */
body#item .contentslist ul {
	margin: 1.8vw auto 3.0vw;
}
body#item .contentslist ul li {
	margin: 0 3% 1.6vw 0;
	width: 48.5% !important;
	float: left;
	font-size: 1.6vw;
	font-weight: 600;
}
body#item .contentslist ul li h3 {
	margin: 1.6vw 0 0 0;
	font-size: 1.6vw !important;
	font-weight: 600;
}
body#item .contentslist ul li p {
	margin: 0;
}
body#item .contentslist ul li p span {
	display: block;
	text-align: right;
}
body#item .contentslist ul li img {
	display: block;
	width: 100%;
}
body#item .contentslist ul li:nth-child(2n) {
	margin-right: 0;
}
body#item .contentslist ul li:nth-child(2n+1) {
	clear: both;
}
body#item .contentslist a.txtlink {
	display: inline-block;
	margin-top: 0.8vw;
	padding: 1.3vw 1.56vw;
	font-size: 1.2vw;
	color: #fff;
	text-align: center;
	line-height: 1;
	background-color: black;
	border-radius: 16px;
	box-sizing: border-box;
}



/* モアザンチョコ */
body#item.mtc h3.mtc_center {
	text-align: center;
    font-size: 1.8vw !important;
}
body#item.mtc h3.mtc_center.top {
	margin-top: 4vw;
}
body#item.mtc h3.mtc_center + p {
	margin-top: 2vw;
}
body#item.mtc dl.col2box {
	width: 100%;
}
body#item.mtc dl.col2box dt {
	margin: 0;
	padding: 0 !important;
	width: 50% !important;
	float: left;
}
body#item.mtc dl.col2box dt:nth-child(1),
body#item.mtc dl.col2box dt:nth-child(3),
body#item.mtc dl.col2box dt:nth-child(5) {
    height: 23vw;
}
body#item.mtc dl.col2box dt img {
	width: 100%;
}

body#item.mtc dl.col2box dd {
	display: flex;
	/* justify-content: center; 横方向の中央揃え */
	align-items: center; /* 縦方向の中央揃え */
	margin: 0;
	padding: 0 0 !important;
	width: 50%;
	float: right;
	box-sizing: border-box;
}
body#item.mtc dl.col2box dd:nth-child(2),
body#item.mtc dl.col2box dd:nth-child(4),
body#item.mtc dl.col2box dd:nth-child(6) {
    height: 23vw;
}
body#item.mtc dl.col2box dt:nth-child(3),
body#item.mtc dl.col2box dt:nth-child(7) {
	float: right !important;
}
body#item.mtc dl.col2box dd:nth-child(4),
body#item.mtc dl.col2box dd:nth-child(8) {
	float: left !important;
}
body#item.mtc dl.col2box dd img {
	display: block;
}
body#item.mtc dl.col2box dd h4 {
	margin-bottom: 8px;
	padding: 0;
	font-size: 1.8vw;
	text-align: center;
}
body#item.mtc dl.col2box dd:nth-child(8) h4 {
    margin-top: 9vw !important;
}
body#item.mtc dl.col2box dd:nth-child(2) h4::before {
	content: '● ';
	color: #44bfcc;
	font-family: "ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo";
}
body#item.mtc dl.col2box dd:nth-child(4) h4::before {
	content: '● ';
	color: #e26187;
	font-family: "ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo";
}

body#item.mtc div.description ul li {
	position: relative;
}
body#item.mtc div.description ul li span.text {
	width: 100%;
	position: absolute;
	bottom: -1vw;
	left: 0;
	text-align: center;
}
body#item.mtc div.description ul + p {
	margin-top: 6vw;
}

body#item.mtc div.description .flex {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: stretch;
}
/* 4カラム */
body#item.mtc div.description ul.col4 {
	margin: -1.6vw auto 6vw;
	width: 100%;
}
body#item.mtc div.description ul.col4 li {
	width: 25%;
	text-align: center;
	line-height: 1.4;
}
body#item.mtc div.description ul.col4 li img {
	width: 100%;
}

body#item.mtc div.description ul.col4.haku li {
	margin-right: 0.2vw;
	width: calc((100% - 0.8vw)/4);
}
body#item.mtc div.description ul.col4.haku li:nth-child(4n) {
	margin-right: 0;
}

body#item.mtc div.description ul.col2 {
	margin-bottom: 6vw;
}

body#item.mtc div.description .intro + h3 {
	margin-top: 4vw !important;
}


/* 外部リンクボタン 例）食品表示は森永製菓へリンクする */
body#item .bt_external {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;

	margin: 2.5% auto 0 auto;
	padding: 1.4vw 1vw 1.4vw 1vw;
	width: 95% !important;
	color: #fff;
	font-size: 1.4vw;
    line-height: 1.6;
    background-color: #666;
	border-radius: 1.6vw;
    box-sizing: border-box;
}
body#item .bt_external span {
	display: block;
}
body#item .bt_external span.text {
	margin-right: 1.2vw;
	text-align: center;
}
body#item .bt_external span.text strong {
	display: block;
	font-size: 1.6vw;
}
body#item .bt_external:hover {
	opacity: 0.6;
}

/* お菓子プリント ハイチュウ */
body#item .logomaker_ng {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;

	margin: 0 auto;
	padding: 1.6vw 0 !important;
	width: 95%;
	background-color: rgba(255,255,255,0.6);
	box-sizing: border-box;
}
body#item .logomaker_ng .imgbox {
	padding-right: 2%;
	width: 50%;
	text-align: right;
	box-sizing: border-box;
}
body#item .logomaker_ng .imgbox img {
	width: 80%;
	aspect-ratio: 711 / 1364;
}
body#item .logomaker_ng ul.txtbox {
	margin: 0 !important;
	padding: 0 !important;
	width: 50%;
	font-size: 1.2vw;

}
body#item .logomaker_ng ul.txtbox li {
	margin: 4vw 4vw 0 0;
	width: 100%;
	text-align: left;
	line-height: 1.6;
}

}
