@charset "utf-8";

#content_wrap ul, #content_wrap li {
	list-style: none;
}

#content_wrap img {
	border: 0;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
#content_wrap table {
	 border-collapse: collapse;
}

.red {
	color:red;
}
.cl_green {
	color: #EF6252;
}
.yel{
	color:#ffe94c;
}
.color01 {
	color: #2ca0b1;
}
.bold {
	font-weight: bold !important;
}
.alignC {
	text-align: center !important;
}
.alignL {
	text-align: left !important;
}
.alignR {
	text-align: right !important;
}	

#content_wrap {
	/*max-width: 930px;*/
	margin: 6rem auto 0;
}
#content_wrap > * {
	color: #383838;
}

#manufacturing .contents {
	margin: 0;
}


#content_wrap a:hover img {
	transition: .3s;
}
#content_wrap a:hover img {
	opacity: .8;
}

/* minimal luxe */
#item_about .cm-fbox-200 {
    padding: 0 .5em;
}


/*基本設定
--------------------------------------------------*/
.contents {
	width: 100%;
    display: block;
    margin: 0 auto 9rem;
    text-align: left;
}

.flexbox {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-webkit-flex-wrap: wrap;
}

.flexbox.space {
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.pc_cont {
  display:block !important;
}
.sp_cont {
  display:none !important;
}
/*==================================
	余白
====================================*/
.box_space {
	margin: 0 2%;
}
.bnr_img_wrap {
	max-width: 640px;
	margin: 0 auto;
	box-shadow: 0 0 6px 4px rgba(0, 0, 0,.1);
}
.bnr_img_wrap2 {
	max-width: 640px;
	margin: 0 auto;
}
.bnr_img_wrap2 a,
.bnr_img_wrap a {
	transition: .3s;
}
.bnr_img_wrap2 a:hover,
.bnr_img_wrap a:hover {
	opacity: .8;
}

/*==================================
	タイトル
====================================*/
.tit_h2 {
	background-image: url(https://curpetmarche.itembox.design/item/cm-logo-mark.svg);
}

.tit_d01 {
	font-size: 2.0rem;
	line-height: 1.6;
	text-align: center;
	font-weight: 600;
	border-bottom: 1px solid #383838;
	border-top: 2px solid #383838;
	padding: 3% 2%;
	margin-bottom: 4rem;
	letter-spacing: 2px;
}
#item_about .tit_d02 {
	font-size: 1.6rem;
}

.tit_d02 {
	font-size: 2.0rem;
	line-height: 1.6;
	/*text-align: left;*/
	text-align: center;
	font-weight: 600;
	border-bottom: 1px solid #383838;
	border-top: 2px solid #383838;
	padding: 2.4% 6%;
	margin-bottom: 4rem;
	letter-spacing: 1px;
}

.tit_d03 {
	font-size: 1.5rem;
	line-height: 1.6;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 1rem 2rem 1rem 5.5rem;
	background: #f0f0f0 url(https://curpetmarche.itembox.design/item/cm-logo-mark.svg) no-repeat 15px center;
	background-size: 30px auto;
	margin: 0 0 3rem 0;
}



.tit_d04 {
	font-size: 1.8rem;
	line-height: 1.6;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	margin: 4rem;
}


.btn_suminoe {
	margin: 2rem 0 0 0;
}
.btn_suminoe a {
	width: 100%;
	max-width: 450px;
	display: block;
	font-size: 1.4rem;
	font-weight: 600;
	text-align: center;
	padding: 20px 26px 20px 50px;
	background: #fffff2 url(https://curpetmarche.itembox.design/item/product/img/icon_logo_b.png) no-repeat 10px center;
	background-size: 34px auto;
	border: 1px solid #727272;
	border-radius: 6px;
	position: relative;
	margin: 0 auto;
}

	.btn_suminoe a:after {
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 2px #363f42;
	border-right: solid 2px #363f42;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 51%;
	right: 5%;
	margin-top: -5px;
	}

/* キャッチ
====================================*/
.catchtxt_box {
	text-align: center;
	margin: 5rem 0 4rem;
}
.catchtxt_box p {
	text-align: center;
}

.catchtxt_sub {
	color: #2ca0b1;
	font-weight: 600;
	font-size: 1.6rem;
	margin-bottom: 1.8rem;
}
.catchtxt_01 {
	font-size: 2.4rem;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}


/* タグ
====================================*/
.tag_design {
	display: block;
	border: 2px solid #3f5977;
	border-radius: 12px;
	padding: 16px 16px 16px 70px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.1;
	color: #41567a !important;
	width: 100%;
	max-width: 280px;
	min-height: 80px;
	margin: 0 auto;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.tag_design:hover {
	color: #435778;
	text-decoration: none;
	opacity: .8;
}
.tag_design span {
	font-size: 1.4rem;
}
.icon-boudani {
	background: url(https://curpetmarche.itembox.design/item/product/img/icon-boudani.png) no-repeat 10px center;
	background-size: 50px auto;
}
.icon-bouen {
	background: url(https://curpetmarche.itembox.design/item/product/img/icon-bouen.png) no-repeat 10px center;
	background-size: 50px auto;
}
.icon-bouon6 {
	background: url(https://curpetmarche.itembox.design/item/product/img/icon-bouon6.png) no-repeat 10px center;
	background-size: 50px auto;
}
.icon-hot {
	background: url(https://curpetmarche.itembox.design/item/product/img/icon-hot.png) no-repeat 10px center;
	background-size: 50px auto;
}

.icon-slip {
	background: url(https://curpetmarche.itembox.design/item/product/img/icon-slip.png) no-repeat 10px center;
	background-size: 50px auto;
}
.icon-japan {
	background: url(https://curpetmarche.itembox.design/item/product/img/icon-japan.png) no-repeat 10px center;
	background-size: 50px auto;
}


/* カラム
====================================*/
.img_box {
  width: 45%;
}
.txt_box {
  width: 50%;
}

/* 右画像 */
.right-imgbox {
	flex-flow: row-reverse;
	-webkit-flex-flow: row-reverse;
}
.right-imgbox .txt_box {
	padding-right: 5%;
}


/* 左画像 */
.left-imgbox .txt_box {
	padding-left: 5%;
}



/* ポイント1
====================================*/
#point01.contents {
	margin: 0 auto 6rem;
}
.point01_box01 {
	position: relative;
}
.point01_box02 {
	width: 48%;
}
.point01_box01 .img_box {
	width: 70%;
}
.point01_box01 .txt_box {
	position: absolute;
	top: 30px;
	right: 0;
	background: #f7f7f7;
	max-width: 360px;
	padding: 4% 3%;
}
.point01_box01 .txt_box  p {
	/*font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;*/
	font-size: 2rem;
	line-height: 1.8;
}
.num_box {
	color: #FFF;
	background: #3c3c3c;
	width: 80px;
	padding: 12px 0;
	text-align: center;
	margin: 0 auto;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	line-height: 1.2;
	letter-spacing: 1px;
}
.num_box span {
	font-size: 3rem;
	display: block;
}
.point01_wrap {
	margin: 4rem 0 0;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.point01_box02 {
	background: #f7f7f7;
	position: relative;
	margin-bottom: 3rem;
	padding: 3%;
}
.point01_box02 .num_box {
	position: absolute;
	left: 20px;
	top: 0;
}

.point01_box02 .txt_box {
	padding-left: 90px;
	width: 100%;
	display: flex;
	align-items: center;
}
.point01_box02 .txt_box,
.point01_box02 .point_tit {
	margin: 0;
}



/* ポイント2
====================================*/
.point02_box01 {
	margin: 0 3% 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #CCC;
}
.point02_box01.last-bd {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.point02_wrap {
	border-top: 1px solid #CCC;
	padding-top: 2.5rem;
	margin-top: 2.5rem;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.point02_box02 .img_box {
	width: 30%;
}
.point02_box01 .img_box {
	width: 30%;
}
.point02_box01 .txt_box {
	width: 70%;
	margin-top: 3rem;
}
.point02_box02 .txt_box {
	width: 70%;
}
.point02_box02 .point_tit {
	font-size: 1.8rem;
	margin: 1rem 0 0;
}

.point_num {
	display: inline-block;
	font-size: 1.4rem;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	color: #727272;
	border: 1px solid #727272;
	padding: 1% 4%;
}
.point_tit {
	font-size: 1.8rem;
	/*font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;*/
	margin: 3rem 0;
}

.point02_box02 {
	width: 45%;
}


/* 機能
====================================*/
#function.contents {
	margin: 0 auto 7rem;
}

.function_box li {
	width: 200px;
	margin: 0 14px 3rem 0;
}

.function_box.box_space.flexbox {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}


/* ビフォーアフター
====================================*/
.ba_imgbox {
	margin: 0 0 4rem 0;
}

.ba_imgbox li {
	width: 50%;
}
.ba_imgbox img {
	width: 100%;
}
.be_box,
.af_box {
	margin: 0;
	padding: 1% 4%;
	font-size: 2rem;
	color: #FFF;
	text-align: center;
}
.be_box {
	background: #3c3c3c;
}
.af_box {
	background: #425b7a;
}


/* 製造
====================================*/
.m_img_box img {
	width: 100%;
}
.check_box {
	background: #f7f7f7;
	max-width: 800px;
	margin: 0 auto;
	padding: 4rem;
}
.check_box li {
	font-size: 1.7rem;
	margin-bottom: 1.5rem;
	padding-left: 4rem;
	background: url(https://curpetmarche.itembox.design/item/product/img/icon_check.png) no-repeat left top;
	background-size: 22px auto;
}

.check_box li:last-child {
	margin-bottom: 0;
}

/* スミノエについて
====================================*/

#about .img_box {
  width: 45%;
}
#about .txt_box {
  width: 50%;
}

.about_text {
	background: #f4f3ee;
	width: 100%;
	padding: 2% 3%;
	margin: 0;
	font-weight: 600;
	font-size: 1.6rem;
	text-align: center;
}
.about_list li {
	background: url(https://curpetmarche.itembox.design/item/cm-logo-mark.svg) no-repeat left center;
	background-size: 36px auto;
	padding: 1.6rem 1.6rem 1.6rem 4.5rem;
	font-size: 1.6rem;
	font-weight: 600;
	border-bottom: 1px dotted #CCC;
}
.blank_btn {
	margin: 2rem 0 0 0;
}
.blank_btn a {
	width: 100%;
	max-width: 450px;
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
	padding: 1.6rem;
	background: url(https://curpetmarche.itembox.design/item/product/img/icon_link01.png) no-repeat 95% center;
	background-size: 16px auto;
	border: 1px solid #727272;
	border-radius: 6px;
}



/* サイズ
====================================*/
#item_size.contents {
	margin: 0 auto 7rem;
}
.size_list {
	margin: 0 4% 0;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}
.size_list > li {
	width: 31%;
	margin: 0 0 3rem 3%;
}
.size_list > li:nth-child(3n+1),
.size_list > li:first-child {
	margin-left: 0;
}	
.size_text a {
	border: 1px solid #ccc;
	display: block;
	padding: 1.5rem;
	position: relative;
	transition: .3s;
}
.size_text a:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #2ca0b1;
  border-right: solid 2px #2ca0b1;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -5px;	
}

.size_text a:hover {
	color: #2ca0b1;
	text-decoration: none;
	border: 1px solid #2ca0b1;
}


	
/* シリーズ一覧
====================================*/

#series01.contents {
	margin: 0 auto 3rem;
}

.item_wrap {
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}

.item_block {
	width: 23.5%;
	margin: 0 0 5rem 2%;
}
.item_wrap > div:nth-child(4n+1),
.item_wrap > div:first-child {
	margin-left: 0;
}	
.item_block .price_box {
	border-top: 1px solid #dedede;
	padding-top: 10px;
}
.item_block .price_box p {
	margin: 0;
}

.price_box .text_price {
	font-size: 1.8rem;
	color: #d20404;
}
.price_box .text_tax {
	font-size: 1.2rem;
}
.price_box .text_en {
	font-size: 1.4rem;
}
.item_block .fs-c-productName__name {
	font-size: 1.5rem;
	line-height: 1.3;
	margin-bottom: 10px;
	border: none;
}

/*　スペック
====================================*/
table {
	margin: 0 auto;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
.tbl-r02 th {
  background: #f7f7f7;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 2%;
	width: 20%;
}
.tbl-r02 td {
	background: #fff;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 2%;
}
 

/*　ショップガイド
====================================*/
.guide_wrap li {
	/*width: 30%;*/
	width: 23%;
	margin: 0 0 2rem 1.5rem;
	text-align: center;
}

.guide_wrap a {
	display: block;
	background: #f4f3ee;
	border-radius: 6px;
	padding: 6% 3%;
}
.guidetit {
	font-size: 1.6rem;
	font-weight: 600;
	color: #3c4348;
	padding: 60px 0 0 0;
	margin: 0 0 6px 0;
	text-align: center !important;
}
.guide_wrap li:first-child {
	margin-left: 0;
}

.guide_wrap li .guidetit.icon-g01 {
	background: url(https://curpetmarche.itembox.design/item/product/img/icon_guide01.gif) no-repeat center 10px;
	background-size: 56px auto;
}
.guide_wrap li .guidetit.icon-g02 {
	background: url(https://curpetmarche.itembox.design/item/product/img/icon_guide02.gif) no-repeat center 10px;
	background-size: 56px auto;
}
.guide_wrap li .guidetit.icon-g03 {
	background: url(https://curpetmarche.itembox.design/item/product/img/icon_guide03.gif) no-repeat center top;
	background-size: 52px auto;
}
.guide_wrap li .guidetit.icon-g04 {
	background: url(https://curpetmarche.itembox.design/item/product/img/icon_guide04.gif) no-repeat center top;
	background-size: 48px auto;
}
.guide_wrap li .guidetit.icon-g05 {
	background: url(https://curpetmarche.itembox.design/item/product/img/icon_guide05.gif) no-repeat center top;
	background-size: 48px auto;
}

.guide_btn {
	background: #3c4348;
	color: #FFF;
	border: 1px solid #3c4348;
	transition: .3s;
	width: 100px;
	margin: 0 auto;
	text-align: center !important;
}
.guide_wrap a:hover {
	text-decoration: none;
}
.guide_wrap a:hover .guide_btn {
	background: #f4f3ee;
	color: #3c4348;
	border: 1px solid #3c4348;
}


#product_temp .cm-item-kinou-box {
	flex-basis: auto;
    max-width: 210px;
    width: 47%;
}

/*.fs-c-productPointDisplay {
  margin-left: 20px;
}*/
#product_temp .fs-c-productPointDisplay {
	float: right;
}
#product_temp .fs-c-productPrices.fs-c-productPrices--productDetail {
	margin-bottom: 0;
}

#cm-item-function {
	max-width: 435px;
	width: auto;
}

/* SNS */
.fs-c-productReview__addReview.fs-c-buttonContainer.fs-c-buttonContainer--addReview--detail,
.fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct {
	display: inline-block;
	width: 100%;
}
#product_temp .fs-p-snsArea {
	width: 100%;
}


/* タブレット以下
====================================*/
@media screen and (max-width: 1200px) {
	.point01_box01 .txt_box {
		right: 6%;
	}
	.point01_box01 .img_box {
		width: 80%;
	}
}
@media screen and (max-width: 1100px) {
		#content_wrap {
		padding: 0 4%;
		margin: 4rem 0 0 0;
		}
}
@media screen and (max-width: 810px) {
	
	/*基本設定
	--------------------------------------------------*/
	.contents {
		margin: 0 auto 6rem;
	}
		
	.flexbox {
		display: block;
	}
	.guide_wrap .flexbox,
	.item_wrap.flexbox,
	.ba_imgbox.flexbox,
	.function_box.flexbox,
	.point02_box01.flexbox,
	.point02_box02.flexbox,
	.point01_box02.flexbox {
		display: flex;
		display: -ms-flexbox;
		display: -webkit-flex;
		justify-content: center;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		-webkit-flex-wrap: wrap;
		align-items: center;
		-webkit-align-items: center;
	}
	
	.pc_cont {
	display:none !important;
	}
	.sp_cont {
	display:block !important;
	}

	.img_box, .txt_box {
	width: 100%;
	}
	.txt_box {
	margin-top: 2rem;
		padding: 0 4%;
	}
	.txt_box p {
		margin-bottom: 1rem;
		text-align: left;
	}

	.right-imgbox .txt_box,
	.left-imgbox .txt_box {
		padding: 0;
	}
	
	.text_wrap01 .tit_d04 {
		margin: 3rem 2rem 3rem;
	}
    #item_about .text_wrap01 {
        padding: 0;
    }


	/*　スペック
	====================================*/
	.last td:last-child {
		border-bottom: solid 1px #ccc;
		width: 100%;
	}
	.tbl-r02 {
		width: 100%;
	}
		.tbl-r02 th,
		.tbl-r02 td {
		border-bottom: none;
		display: block;
		width: 100%;
	}
	
	
	/*==================================
		余白
	====================================*/
		.box_space {
			margin: 0;
		}
		#content_wrap {
		padding: 0 4%;
		margin: 4rem 0 0 0;
		}
	
	/*==================================
		タイトル
	====================================*/
	.tit_d01 {
		font-size: 1.6rem;
		margin-bottom: 2rem;
		padding: 6% 2%;
	}
	
	.tit_d02 {
		font-size: 1.6rem;
		padding: 2rem 1rem;
		margin-bottom: 2rem;
	}
	
	.tit_d03 {
		font-size: 1.3rem;
		padding: 1rem 1rem 1rem 4.5rem;
		background-position: 10px center;
		background-size: 30px auto;
		margin: 0 0 2rem 0;
	}
	
	.tit_d04 {
		font-size: 1.6rem;
		margin: 2rem;
	}
	
	#item_about .tit_d02 {
		font-size: 1.3rem;
	}
	
	
	/* キャッチ
	====================================*/
	.catchtxt_box {
		text-align: center;
		margin: 0 0 3rem;
	}
	.catchtxt_sub {
		font-size: 1.5rem;
	}
	.catchtxt_01 {
		font-size: 2.2rem;
	}


	/* カラム
	====================================*/
	/* 右画像 */
	.right-imgbox {
		flex-flow: row-reverse;
		-webkit-flex-flow: row-reverse;
	}
	.right-imgbox .txt_box {
		padding-right: 5%;
	}

	/* 左画像 */
	.left-imgbox .txt_box {
		padding-left: 3%;
	}
	
	
	
	/* ポイント1
	====================================*/
	.point01_box02 {
		width: 100%;
	}
	.point01_box01 .img_box {
		width: 100%;
	}
	/*.point01_box01 .txt_box {
		position: relative;
		max-width: inherit;
		width: 90%;
		padding: 4%;
		top: -42px;
		left: calc(50% - 45%);
		}*/
	.point01_box01 .txt_box {
		position: static;		
		padding-left: 0;
		max-width: 100%;
		margin-bottom: 2rem;
		padding: 3%;
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        justify-content: center;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -webkit-flex-wrap: wrap;
        align-items: center;
        -webkit-align-items: center;
	}
	#point01 .num_box {
		font-size: 1.2rem;
		width: 68px;
		padding: 10px 0;
	}
	.num_box span {
		font-size: 2.2rem;
	}
	.point01_wrap {
		margin: 0;
		}
	
	.point01_box02 {
		margin-bottom: 2rem;
		margin-bottom: 2rem;
		padding: 3%;
	}
	.point01_box02 .num_box {
		position: static;
	}

	.point01_box01 .txt_box p,
	.point01_box02 .txt_box {
		width: calc(100% - 80px);
	}
	.point01_box01 .txt_box p {	
		padding-left: 3%;
		font-size: 1.6rem;
		line-height: 1.6;
	}
	
	.point01_box02 .txt_box,
	.point01_box02 .point_tit {
		margin: 0;
		text-align: left;
		font-size: 1.6rem;
	}

	/* ポイント2
	====================================*/
	.point02_box01 {
		margin: 0 0 2rem;
		padding-bottom: 2rem;
	}
	.point02_box01.last-bd {
		border-bottom: none;
	}
	
	.point02_wrap {
		padding-top: 0;
		margin-top: 0;
		border: none;
	}
	.point02_box02 .img_box {
		width: 20%;
	}
	.point02_box01 .img_box {
		width: 30%;
	}
	.point02_box01 .txt_box {
		width: 70%;
		margin-top: 0;
	}
	.point02_box02 .txt_box {
			width: 80%;
			margin-top: 0;
	}
	.point02_box02 .point_tit {
		font-size: 1.8rem;
		margin: 1rem 0 0;
	}
	
	.point_num {
		font-size: 1.4rem;
		padding: 1% 4%;
	}
	.point_tit {
		font-size: 1.8rem;
		margin: 2rem 0;
	}

	.point02_box02 {
		width: 100%;
		border-top: 1px solid #CCC;
		margin: 2rem 0 0 0;
		padding-top: 2rem;
	}
	
	/* 機能
	====================================*/
	#function.contents {
		margin: 0 auto 4rem;
	}
	
	.function_box {
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
	}
	.function_box li {
		margin-right: 4%;
		margin-bottom: 1.5rem;
	}
	
	/* ビフォーアフター
	====================================*/
	.ba_imgbox {
		margin: 0 0 2rem 0;
	}
	
	.ba_imgbox li {
		width: 50%;
	}
	.ba_imgbox img {
		width: 100%;
	}
	.be_box,
	.af_box {
		margin: 0;
		padding: 1% 4%;
		font-size: 2rem;
		color: #FFF;
		text-align: center;
	}
	.be_box {
		background: #3c3c3c;
	}
	.af_box {
		background: #425b7a;
	}
	
	
	/* 製造
	====================================*/
	.m_img_box img {
		width: 100%;
	}
	.check_box {
		padding: 3rem 4%;
	}
	.check_box li {
		font-size: 1.6rem;
		margin-bottom: 1.5rem;
		padding-left: 3rem;
		background-size: 18px auto;
	}
	
	.check_box li:last-child {
		margin-bottom: 0;
	}
	
	/* スミノエについて
	====================================*/
	
	#about .img_box {
		width: 100%;
	}
	#about .txt_box {
		width: 100%;
		padding-left: 0;
	}
	
	.about_text {
		width: 100%;
		padding: 3% 3%;
		margin: 0;
		font-size: 1.5rem;
	}
	.about_list li {
		background-size: 26px auto;
		padding: 1.6rem 1.6rem 1.6rem 4.5rem;
		font-size: 1.56rem;
	}
	.txt_box .blank_btn {
		margin: 2rem auto 0;
		max-width: 450px;
	}
	.blank_btn a {
		font-size: 1.8rem;
		padding: 1.6rem;
		background: url(https://curpetmarche.itembox.design/item/product/img/icon_link01.png) no-repeat 95% center;
		background-size: 16px auto;
		border-radius: 0px;
		box-shadow: 5px 5px rgba(0, 0, 0, .2);
	}

	/* サイズ
	====================================*/
	.blank_btn.size_ank a {
		margin: 0 auto;
		text-align: center;
		background: none;
		position: relative;
	}
	.blank_btn.size_ank a:after {
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 2px #2ca0b1;
	border-right: solid 2px #2ca0b1;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 51%;
	right: 5%;
	margin-top: -5px;
	}

	/* シリーズ一覧
	====================================*/
	#series01.contents {
		margin: 0 auto 3rem;
	}
	.item_wrap > div:nth-child(4n+1),
	.item_block {
		width: 47%;
		margin: 0 0 3rem 3%;
	}
	.item_wrap > div:nth-child(2n+1),
	.item_wrap > div:first-child {
		margin-left: 0;
	}	
	.item_block .price_box {
		padding-top: 10px;
	}

	.price_box .text_price {
		font-size: 1.8rem;
	}
	.price_box .text_tax {
		font-size: 1.2rem;
	}
	.price_box .text_en {
		font-size: 1.4rem;
	}
	
	/*　スペック
	====================================*/
	.last td:last-child {
		margin-bottom: 0;
		border: none;
	}
	table {
		border: none;
	}
	.tbl-r02 th {
		background: #f7f7f7;
		border: none;
		padding: 2%;
		width: 100%;
	}
	.tbl-r02 td {
		border: none;
		padding: 2%;
		margin-bottom: 1rem;
	}
	
	
	/*　ショップガイド
	====================================*/
	.guide_wrap .flexbox {
		justify-content: flex-start !important;
		-webkit-justify-content: flex-start !important;
		padding: 0 3%;
	}
	.guide_wrap li {
		width: 48%;
		margin: 0 3% 2rem 0;
	}
	
	.guide_wrap li:nth-child(2n) {
		margin-right: 0;
	}
	
	.guide_wrap a {
		padding: 10% 3%;
	}
	.guidetit {
		font-size: 1.6rem;
		padding: 48px 0 0 0;
		margin: 0 0 6px 0;
	}
	
	.guide_wrap li .guidetit.icon-g01 {
		background: url(https://curpetmarche.itembox.design/item/product/img/icon_guide01.gif) no-repeat center 10px;
		background-size: 40px auto;
	}
	.guide_wrap li .guidetit.icon-g02 {
		background: url(https://curpetmarche.itembox.design/item/product/img/icon_guide02.gif) no-repeat center 10px;
		background-size: 40px auto;
	}
	.guide_wrap li .guidetit.icon-g03 {
		background: url(https://curpetmarche.itembox.design/item/product/img/icon_guide03.gif) no-repeat center top;
		background-size: 40px auto;
	}
	.guide_wrap li .guidetit.icon-g04 {
		background: url(https://curpetmarche.itembox.design/item/product/img/icon_guide04.gif) no-repeat center top;
		background-size: 40px auto;
	}
	.guide_wrap li .guidetit.icon-g05 {
		background: url(https://curpetmarche.itembox.design/item/product/img/icon_guide05.gif) no-repeat center 6px;
		background-size: 48px auto;
	}
	
	/* タグ
	====================================*/
	.tag_design {
		font-size: 1.6rem;
	}
	.function_box li:nth-child(3n) {
		margin-right: 0;
	}
	
	/* 機能
	====================================*/
	#content_wrap .cm-item-function-box .flexbox .function-mark-a {
		padding-right: 0;
	}
	/* 画像パターン */
	#content_wrap .cm-item-function-box .function-box01 .function-mark-a {
	width: 90%;
	padding-right: 0;
	margin: 2rem auto;
	}
	#content_wrap .cm-item-function-box .function-box01 .text {
		width: 100%;
	}
}

@media screen and (max-width: 710px) {
	/* タグ
	====================================*/
	.function_box li:nth-child(3n) {
		margin-right: 4%;
	}
	.function_box li:nth-child(2n) {
		margin-right: 0;
	}
	.function_box.box_space.flexbox {
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
}

@media screen and (max-width: 568px) {
	/* 機能
	====================================*/
	#function.contents {
		margin: 0 auto 4rem;
	}

.function_box li {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 1.5rem;
	}
	/*　ショップガイド
	====================================*/
	.guide_wrap .flexbox {
		padding: 0;
	}
	.guide_wrap li {
		width: 48%;
		margin: 0 4% 2rem 0;
	}
	
	/* タグ
	====================================*/
	.tag_design {
		padding: 4% 4% 4% 65px;
		font-size: 1.5rem;
		text-align: left;
		max-width: 100%;
	}
	#shop_guide.contents {
		margin: 0 auto;
	}
	#content_wrap .sozai-img img {
		max-width: 80%;
	}
}

#content_wrap .cm-item-attention li {
  list-style-type: square;
  list-style-position: outside;
}

/* 表 追記 */
.cm-item-wrap th,td {
	border-top: none;
	border-bottom: none;
}
@media screen and (max-width: 568px) {
	.cm-item-wrap th,td {
		padding: 5px 4%;
	}
}