@charset "utf-8";

/* -----------------------------------------------------
	新カテゴリーページ共通（イベント／商品親ページ）
	
	※レスポンシブ対応済
	※.c1 は旧カテゴリーページ用
	※PC横幅 996px → 700pxに変更
----------------------------------------------------- */

.cate_content {
	width: 700px;
	margin: 0 auto;
}
@media screen and (max-width:767px) {
	.cate_content {
		width: 100%;
	}
}
.cate_content a:hover {
	opacity:.6;
	transition: 0.3s ease 0s;
}
.cate_content h2 {
	margin: 3em 0 1.3em 0;
	font-size: 2.5rem;
	color: #222222;
	font-weight: bold;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	padding: 0.1em 0.8em;
	text-align: center;
}
@media screen and (max-width:767px) {
	.cate_content h2 {
		font-size: 2rem;
	}
}
/*アンダーライン*/
.cate_content .h2_line {
	display: inline;
	font-size: 26px;
	background-image: linear-gradient(rgba(0,0,0,0) 70%, rgb(248, 233, 114) 70%);
	font-size: 1.5rem;
}

.cate_content h3 {
	margin: 3em 0 1.2em;
	padding: 15px 0;
	border-top: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
	color: #222222;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	text-align: center;
}
.cate_content h3.border_0 {
	margin: 0 0 0.5em;
	border-bottom: none;
}
.cate_content h4 {
	margin: 0 0 1.2em;
	color: #222222;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.8em;
	letter-spacing: 0.1em;
}
@media screen and (max-width:767px) {
	.cate_content h4 {
		font-size: 1.5rem;
	}
}
.cate_content p {
	color: #222222;
	margin: 0 0 2em;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	font-size: 1.4rem;
}
.cate_content ul.disc {
	list-style: disc;
	margin-left: 2em;
}
.cate_content .wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2em;
}
@media screen and (max-width:767px) {
	.cate_content .wrap {
		display: block;
	}
}
.cate_content .mar_b{
margin-bottom: 3em !important;
}

/* 目次リンク */
.cate_content .index_link {
	margin: 80px 0 60px;
}
@media screen and (max-width:767px) {
	.cate_content .index_link {
		margin: 50px 0 30px;
	}
}
.cate_content .index_link ul {
	display: flex;
	flex-wrap:nowrap;
	justify-content: space-between;
	margin: 0 -9px;
}
@media screen and (max-width:767px) {
	.cate_content .index_link ul {
		flex-wrap: wrap;
		margin: 0;
	}
}
.cate_content .index_link li {
	/*width: 24%;
	margin: 0;*/
	width: 100%;
	margin: 0 9px;
	text-align: center;
}
@media screen and (max-width:767px) {
	.cate_content .index_link li {
		width: 49%;
		margin: 0 0 8px;
	}
}
.cate_content .index_link a {
	padding: 12px 0;
	background: #e75f39;
	border-radius: 5px;
	border: none;
	border-bottom: 4px solid #b13c1a;
	color: #fff;
}
.cate_content .index_link a:after {
	position: absolute;
	top: 50%;
	right: 10px;
	content: '';
	margin: -5px 0 0;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	transition: .3s;
}
.cate_content .index_link a:hover {
	margin-top: 2px;
	opacity: 1;
	background: #fe7948;
	border-bottom: 4px solid #b13c1a;
	transition-duration: 0.3s;
}
@media screen and (max-width:767px) {
	.cate_content .index_link a {
		padding: 8px;
		font-size: 1.2rem;
	}
}

/* 目次（文字長め） */
.cate_content .index_link_long {
	padding: 15px 25px 25px;
	border: #efefef 5px solid;
}
.cate_content .index_link_long p.mokuji {
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}
.cate_content .index_link_long ul li {
	margin-left: 18px;
	padding: 8px 0;
	font-weight: bold;
	border-bottom: #ddd 1px dashed;
	text-indent: -18px;
}
.cate_content .index_link_long ul li:last-child {
	border-bottom: none;
}
.cate_content .index_link_long ul li:before {
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 10px;
	content: "";
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid #e75f39;
}
.cate_content .index_link_long ul li a {
	color: inherit;
}



/* table（罫線あり） */
.cate_content .table_border {
	width: 100%;
}
@media screen and (max-width:767px) {
	.cate_content .table_border {
		font-size: 1.2rem;
	}
}
.cate_content .table_border th,
.cate_content .table_border td {
	padding: 15px 10px;
	border: #ddd 1px solid;
	font-size: 1.3rem;
	vertical-align: middle;
}
.cate_content .table_border th {
	background: #efefef;
	vertical-align: middle;
}
.cate_content .table_border th.right {
	text-align: right;
}
.cate_content .table_border td {
	background: #fff;
	text-align: center;
}
.cate_content .table_border img {
	vertical-align: middle;
}
.cate_content .table_border th a {
	color: inherit;
	text-decoration: none;
}

/* 3列組み */
.cate_content .cell_3clm {
	width: 300px;
}
@media screen and (max-width:767px) {
	.cate_content .cell_3clm {
		width: 100%;
	}
}
.cate_content .cell_3clm .subhead_3clm {
	font-size: 2rem;
	line-height: 1.5em;
	letter-spacing: 0.06em;
	margin: 0em 0 1em;
	border-bottom: none;
}
/*.cat-body .cell_3clm h4 {
	font-size: 16px;
}*/
.cate_content .cell_3clm p {
	font-size: 1.3rem;
}
.cate_content .cell_3clm img {
	width: 100%;
	margin-bottom: 1em;
}
@media screen and (max-width:767px) {
	.cate_content .cell_3clm img {
		float: right;
		width: 25%;
		margin-left: 5px;
	}
}
.cate_content .cell_3clm .btn_arrow {
	margin: 0.5em auto 1.5em;
}
.cate_content a.btn {
	clear: both;
	display: block;
	width: 60%;
	color: #fff;
	margin: 0 auto 4em;
	margin-bottom: 4em;
	text-align: center;
	background: #999;
	border-radius: 5px;
	padding: 1em 0;
	font-weight: bold;
	letter-spacing: 0.2em;
}
@media screen and (max-width:767px) {
	.cate_content a.btn {
		width: 100%;
	}
}

/* 背景グレー枠＿3column */
.cate_content .box_gray_3clm{	
	width: 415px;
	background: #efefef;
	border-radius: 4px;
	padding: 1.5em 2em;
	letter-spacing: 0.1em;
	margin: 0 0 1.8em;
}
.c1 .box_gray_3clm h3 {
	margin: 0 0 0.5em;
	font-size: 20px;
	letter-spacing: 0.1em;
	padding-left: -4em;
	border-bottom: none;
}
.cate_content .box_gray_3clm ul {
	font-size: 14px;
	margin-block-start: 0.5em;
	margin-block-end: 0.5em;
	padding-left: -4em;
	list-style: none;
}
.cate_content .box_gray_3clm ul {
    text-indent: -4.6em;
}
.cate_content .box_gray_3clm ul li{
    margin-left: 4.6em;
}


/* 2重線枠_1column */
.cate_content .box_2border_1clm{	
	/*width: 920px;*/
	padding: 1.5em 2em;
	letter-spacing: 0.1em;
	margin: 0 0 1.8em;
	border: #ddd 3px double;
}
.c1 .box_2border_1clm h3 {
	margin: 0 0 0.5em;
	font-size: 20px;
	letter-spacing: 0.1em;
	padding-left: -4em;
	border-bottom: none;
}
.cate_content .box_2border_1clm ul {
	font-size: 14px;
	margin-block-start: 0.5em;
	margin-block-end: 0.5em;
	padding-left: -4em;
	list-style: none;
}
.cate_content .box_2border_1clm ul {
    text-indent: -4.6em;
}
.cate_content .box_2border_1clm ul li{
    margin-left: 4.6em;
}


/* 商品画像とカテゴリ名*/
.cate_content .cat_item {
	width: 482px;
	/*margin: 0 auto;*/
	vertical-align: top; 
}
.cate_content .item_name {
  position: relative;
}
/* オレンジ タグ */
.c1 .item_name .item_tag {
	position: absolute;
	width: 30%;
	top: 0;
	left: 0;
	margin: 0 !important;
	padding: 6px 10px;
	background:	#e75f39;
	color: #fff !important;
	font-size: 12px !important;
	letter-spacing: .15em;
	text-align: center;
	border-bottom: none;
}
/*.c1 .item_name h3 {
  position: absolute;
	width: 25%;
	width: 28%;
  top: 0;
  left: 0;
	margin:0;
	padding: 6px 10px;
	background: #e75f39;
	color: #fff !important;
	font-size: 12px;
	letter-spacing: .15em;
  text-align: center;
	font-weight: 500;
	font-family: 'Lucida Grande',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", sans-serif;
	border-bottom: none;
}*/
/*.item_name h4 {
  position: absolute;
	width: 30%;
  top: 0;
  left: 0;
	margin:0;
	padding: 6px 10px;
	background: #e75f39;
	color: #fff !important;
	font-size: 12px !important;
	letter-spacing: .15em;
  text-align: center;
	font-weight: 500;
	font-family: 'Lucida Grande',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", sans-serif;
	border-bottom: none;
}*/
.cate_content .item_name img {
	width: 100%;
	margin: 0 0 1.2em;
}

/* 画像下の商品説明 */
.cate_content .item_info h4 {
	margin: 0.4em 0 0.8em 0;
}
.cate_content .item_info h5 {
	font-size: 13px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	margin: 0 0 1.6em;
	font-weight: normal;
}
.cate_content .item_info p {
	font-size: 1.6rem;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	margin: 0 0 0.8em;
}

/* 下向き三角 */
.cate_content .arrow_under{
	width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 10px solid #222222;
	margin: 0 auto 0.8em ;
}

/* 商品説明_背景グレー */
.c1 .item_info .point_box{
	background: #efefef;
	padding: 1em 1em 1.3em ;
	border-radius: 4px;
	letter-spacing: 0.05em;
	margin:1.7em 0 1.8em 0;
}
.c1 .item_info .point_box h4 {
	font-size: 1.3rem;
	font-weight: bold;
}
.c1 .item_info .point_box p {
	font-size: 13px;
	margin-block-end: 0em;
}
.c1 .item_info .point_box ol { 
	font-size: 13px;
	margin-block-end: 1em;
	padding: 0;
}
.c1 .item_info .point_box ol {
	margin: 0 0 0 2em;
}
.c1 .item_info .point_box ul {
	font-size: 13px;
	margin-block-start: 0.5em;
	margin-block-end: 0.5em;
	padding-left: -4em;
	list-style: none;
}
.c1 .item_info .point_box ul {
    text-indent: -3.4em;
}
.c1 .item_info .point_box ul li{
    margin-left: 3.4em;
}

/* ボタン_右矢印 */
.c1 .btn_arrow {
  display: block;
  width: 60%;
  text-align: center;
  padding: 1em;
	margin: 1.8em auto 1.5em;
	border: solid 1px #999;
  text-decoration: none;
}
.c1 .btn_arrow:hover {
	text-decoration: none;
}
.c1 .btn_arrow span{
	display: block;
	font-size: 13px;
	color:#555;
	font-weight: bold;
	letter-spacing: 0.05em;
  position: relative;
	padding: 0.3em 1.5em;;
}
.c1 .btn_arrow span::after{
  content: "";
  position: absolute;
	top:0;
	bottom:.1em;
	right: 1%;
	margin:auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  transform: rotate(45deg);
}


/* 悩みピックアップ */
.cate_content .nayami_pickup {
	margin: 0 0 60px;
}
@media screen and (max-width:767px) {
	.cate_content .nayami_pickup {
		margin: 0 15px 30px;
	}
}
.cate_content .nayami_pickup li {
	position: relative;
	margin: 0 0 2em;
}
.cate_content .nayami_pickup li:nth-child(even) {
	text-align: right;
}
@media screen and (max-width:767px) {
	.cate_content .nayami_pickup li:nth-child(even) {
		text-align: left;
	}
}
.cate_content .nayami_pickup li:nth-child(even) span {
	text-align: left;
}
.cate_content .nayami_pickup li span {
	display: inline-block;
	padding: 15px;
	background: #eee;
	border-radius: 5px;
}
@media screen and (max-width:767px) {
	.cate_content .nayami_pickup li span {
		display: block;
	}
}
.cate_content .nayami_pickup li span.left {
  text-align: left;
}
.cate_content .nayami_pickup li:before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: -15px;
	width: 0;
	height: 0;
	margin-top: -8px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 15px solid #efefef;
}
.cate_content .nayami_pickup li:nth-child(even):before {
	right: -15px;
	left: auto;
	border-left: 15px solid #efefef;
	border-right: none;
}

/* ３つのポイント */
.cate_content .point_list {
	display: flex;
	justify-content: center;
	margin: 0 0 60px;
}
@media screen and (max-width:767px) {
	.cate_content .point_list {
		display: block;
		max-width: 300px;
		margin: 0 auto 60px;
	}
}
.cate_content .point_list .point_item {
	width: 32%;
	margin-left: 2%;
	margin-right: 2%;
}
.cate_content .point_list.col2 .point_item {
	width: 48%;/* 2カラムの時 */
}
.cate_content .point_list.col3 .point_item {
	width: 32%;/* 3カラムの時 */
}
@media screen and (max-width:767px) {
	.cate_content .point_list .point_item {
		width: 100% !important;
		margin: 0 0 15px;
	}
}
.cate_content .point_list .point_item img {
	vertical-align: bottom;
}
.cate_content .point_list .point_item .text_area {
	position: relative;
	background: #efefef;
	padding: 25px 15px 15px;
}
.cate_content .point_list .point_item p {
	text-align: center;
}
.cate_content .point_list .point_item .point_tag {
	display: inline-block;
	position: absolute;
	top: -13px;
	left: 0;
	right: 0;
	width: 50%;
	margin: auto;
	padding: 0 5px;
	background: #999;
	border-radius: 2px;
	font-size: 1.2rem;
	text-align: center;
	color: #fff;
}
.cate_content .point_list .point_item .text_area p.text01 {
	margin-bottom: 10px;
	font-weight: bold;
}
.cate_content .point_list .point_item .text_area p.text02 {
	font-size: 1.2rem;
}

/* 黄色マーカー */
.cate_content .text_mark {
	display: inline-block;
	padding: 0 0 0 5px;
	background: linear-gradient(transparent 60%, #ffe985 40%);
}

.cate_content .develop {
 padding: 20px;
 border: #ddd 5px solid;
 text-align: center;
}
@media screen and (max-width:767px) {
	.cate_content .develop {
	 padding: 15px;
	 font-size: 1.4rem;
	 text-align: left;
	}
}
.cate_content .chushaku {
	color: #d11923;
	font-size: 1rem;
}

/*　ネコさんインスタ　*/
.cate_content .product_instagram .inner {
	width: auto;
}
@media screen and (max-width: 767px) {
	.cate_content .product_instagram .inner {
		width: 94%;
	}
}
.cate_content .product_instagram h3 {
	margin: 0 0 40px;
	border: none;
	text-align: center;
}
@media screen and (max-width:767px) {
	.cate_content .product_instagram h3 {
		margin: 0 0 10px;
	}
}
.cate_content .product_instagram h3 span {
	display: block;
	margin: 5px 0 0;
	font-size: 1.5rem;
	font-weight: normal;
	color: #999;
	line-height: 1;
}
.cate_content .product_instagram .wrap {
	justify-content: space-around;
	flex-wrap: wrap;
}
@media screen and (max-width:767px) {
	.cate_content .product_instagram .wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 0 20px;
	}
}
.cate_content .product_instagram .insta_area{
	width: 250px;
}
@media screen and (max-width:767px) {
	.cate_content .product_instagram .insta_area{
		width: 48%;
	}
	.cate_content .product_instagram .iframe_wrap {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 100%;
		overflow: hidden;
		margin-bottom: 5px;
	}
	.cate_content .product_instagram .iframe_wrap iframe {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
}
@media screen and (max-width:767px) {
	.cate_content .product_instagram .insta_area img {
		width: 200px;
		margin: auto;
	}
}
.cate_content .product_instagram p {
	margin: 0 0 10px;
}
.cate_content .product_instagram .sound {
	font-size: 1rem;
}
.cate_content .product_instagram .name {
	font-size: 1.4rem;
	font-weight: bold;
	color: #393939;
}
@media screen and (max-width:767px) {
	.cate_content .product_instagram .name {
		font-size: 1.2rem;
	}
}
.cate_content .product_instagram .size:before {
	display: inline-block;
	content: '';
	margin-right: 8px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 5px solid #999;
	vertical-align: middle;
}
.cate_content .product_instagram .size a {
	color: inherit;
	text-decoration: underline;
	font-size: 1.1rem;
}
.cate_content .product_instagram .youto {
	font-size: 1.2rem;
	letter-spacing: .08em;
}
.cate_content .product_instagram .note {
	font-size: 1.2rem;
	text-align: right;
}
@media screen and (max-width:767px) {
	.cate_content .product_instagram .note {
		text-align: center;
	}
}
.cate_content .product_instagram .go_insta {
	width: 80%;
	margin: 0 auto 2px;
}
@media screen and (max-width:767px) {
	.cate_content .product_instagram .go_insta {
		width: 100%;
	}
}
/* arrow */
.cate_content .product_instagram .slick-arrow {
	position: absolute;
	top: 50%;
	cursor: pointer;
	z-index: 10;
    margin: -22px 0 0;
}
.cate_content .product_instagram .slick-arrow.prev {
	left: -40px;
}
.cate_content .product_instagram .slick-arrow.next {
	right: -40px;
}
@media screen and (max-width:767px) {
	.cate_content .product_instagram .slick-arrow.prev {
		left: 0;
	}
	.cate_content .product_instagram .slick-arrow.next {
		right: 0;
	}
	.cate_content .product_instagram .slick-arrow img {
		width: 18px;
		height: auto;
	}
}
/* セット商品提案 */
.cate_content .set {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 25px;
}
.cate_content .set img {
	width: 80px;
	margin: 0 15px 1em 0;
}
.cate_content .set p {
	margin-right: 40px;
	font-size: 1.3rem;
}
@media screen and (max-width:767px) {
	.cate_content .set p {
		width: calc(100% - 95px);
		margin-right: 0;
	}
}

/* お問い合わせはこちら */
.cate_content .product_inquiry {
	padding: 15px;
	border: #e75f30 2px solid; 
	text-align: center;
}
.cate_content .product_inquiry .tel,
.cate_content .product_inquiry .mail {
	color: inherit;
	text-decoration: underline;
} 
.cate_content .product_inquiry .mail {
	padding: 0 0 0 28px;
	background: url(https://kurokuro.jp/img/icon_mail.png) no-repeat 0 center;
	background-size: auto 16px;
}

/*　グレー塗りの見出し　*/
.cate_content .siyou {
	background: #efefef;
	padding: 0.4em;
	text-align: center;
	border: none !important;
}

.cate_content .bl_none {
	border-left: none !important;
}
.cate_content .bb_none {
	border-bottom: none !important;
}
.cate_content .text_center {
	text-align: center !important;
}
.cate_content .text_left {
	text-align: left !important;
}
.cate_content .text_s {
	font-size: 1.1rem !important;
}


/* 商品リンク */
.cate_content .detail_link {
	margin: 0 0 30px;
}
.cate_content .detail_link .mds {
	padding: 10px;
	background: #e75f39;
	color: #fff;
	text-align: center;
}
.cate_content .detail_link ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 20px;
}
@media screen and (max-width:767px) {
	.cate_content .detail_link ul {
		justify-content: space-between;
	}
}
.cate_content .detail_link ul li {
	width: 130px;
	margin: 0 1.5% 20px;
	text-align: center;
	font-size: 1.2rem;
}
@media screen and (max-width:767px) {
	.cate_content .detail_link ul li {
		width: 47%;
	}
}
.cate_content .detail_link ul li img {
	display: block;
	width: 100%;
	margin: 0 0 10px;
}
.cate_content .detail_link ul li a {
	display: block;
	text-decoration: underline;
}

/* 比較表の記号 */
.cate_content table .hikaku {
	font-size: 20px;
	font-family: serif;
}

/* シーン別で選ぶ */
.cate_content .scene_list h4 {
	padding: 15px 0;
	border-top: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
}
.cate_content .scene_list .detail_link li {
	width: 110px;
}
.cate_content .scene_list p {
	text-align: center;
}
@media screen and (max-width:767px) {
	.cate_content .scene_list .detail_link ul {
		justify-content: left;
	}
	.cate_content .scene_list .detail_link li {
		width: 22%;
	}
	.cate_content .scene_list p {
		text-align: left;
	}
}

/* PC2カラム／SP1カラム（矢印▶あり） */
.cate_content .tbl_rps td.arrow:before {
	display: inline-block;
	content: '';
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid #333;
}
@media screen and (max-width:767px) {
	.cate_content .tbl_rps {
		width: 100%;
	}
	.cate_content .tbl_rps td {
		display: block;
		width: 100%;
		padding: 0 !important;
	}
	.cate_content .tbl_rps td.arrow {
		padding: 10px 0 !important;
		text-align: center;
	}
	.cate_content .tbl_rps td.arrow:before {
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 10px solid #333;
		border-bottom: 10px;
		vertical-align: middle;
	}
}

/* ブログへのテキストリンク */
.cate_content p.kan {
	background: url(https://kurokuro.jp/images/kanren_icon.jpg) left 25% no-repeat;
	padding: 6px 0 0 35px;
	margin-bottom: 2em;
	font-weight: normal;
	letter-spacing: 0.1em;
}
/* カテゴリ別ランキング */
.cate_content .cate_ranking.detail_link ul {
	justify-content: space-around;
}
.cate_content .cate_ranking.detail_link ul li {
	position: relative;
	width: 115px;
	margin: 0 .5% 20px;
}
.cate_content .cate_ranking.detail_link ul li span {
	display: block;
	position: absolute;
	top: -10px;
	left: -10px;
	width: 25px;
	height: 25px;
	border: #efefef 1px solid;
	z-index: 1;
}
@media screen and (max-width:767px) {
	.cate_content .cate_ranking.detail_link ul {
		justify-content: center;
	}
	.cate_content .cate_ranking.detail_link ul li {
		width: 30%;
		margin: 0 1.5% 20px;
	}
}
/* nekozukiスタッフより */
.cate_content .staff_advice {
	margin: 0 0 3em;
	padding: 1.5em 2em 2em;
	background: #efefef;
	border-radius: 4px
}
.cate_content .staff_advice .mds {
	display: inline-block;
	margin: 0 0 10px -10px;
	padding: 5px 0 5px 25px;
	background: url(https://kurokuro.jp/img/icon_light.png) no-repeat 0 -2px;
	background-size: 20px auto;
	font-size: 1.1rem;
	font-weight: bold;
}
.cate_content .staff_advice p {
	margin-bottom: 0;
}

/* 関連記事 */
.cate_content .product_blog .item_image {
 	width: 150px;
}
@media screen and (max-width: 767px){
	.cate_content .product_blog .item_image {
	  max-height: none;
	}
}
.cate_content .product_blog .ttl {
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.7;
}
.cate_content .product_blog .genre {
	margin: 3px 0 0;
    color: #222;
    font-size: 1.1rem;
    text-align: center;
    border-radius: 3px;
    border: #999 1px dotted;
}

/* FAQ */
.cate_content p.qu{
	background: #efefef;
	padding: 1em;
	border-radius: 5px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.cate_content p.an {
	padding: 0 3em;
	text-indent:-2em;
}
@media screen and (max-width:767px) {
	.cate_content p.an {
		padding: 0 1em 0 3em;
	}
}

/* お客さまの声 */
.cate_content h4.km {
    background: url(https://kurokuro.jp/images/120101/16.jpg) left no-repeat;
   /* height: 32px;*/
    padding: 6px 45px 0;
    margin-bottom: 1em;
    font-weight: normal;
    letter-spacing: 0.2em;
}
.cate_content p.kt{
	background-color: #efefef;
	padding: 2em;
	border-radius: 4px;
	margin-bottom: 5em;
}

/* 動画埋め込みレスポンシブ */
.cate_content .cate_movie {
	text-align: center;
}
@media screen and (max-width:767px) {
	.cate_content .cate_movie {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 56.25%;
		overflow: hidden;
		margin-bottom: 50px;
	}

	.cate_content .cate_movie iframe {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
}


/* 大カテゴリ内 サブカテゴリ リンク */
.cate_content .subgroup_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cate_content .subgroup_list:after {
    display: block;
    width: 32%;
    content: '';
}
.cate_content .subgroup_item {
	/*width: 48%;*/
	width: 32%;
}
@media screen and (max-width:767px) {
	.cate_content .subgroup_item {
		width: 48%;
	}
}
.cate_content .subgroup_item a {
	display: block;
	text-decoration: none;
}
.cate_content .subgroup_item a img {
	border-radius: 5px 5px 0 0;
	vertical-align: bottom;
}
.cate_content .subgroup_item a .title {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	min-height: 4em;
	margin: 0 0 20px;
	padding: 10px 7px;
	background: #e75f39;
	border-radius: 0 0 5px 5px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.5;
 }
 @media screen and (max-width:767px) {
 	.cate_content .subgroup_item a .title {
		min-height: 4em;
		font-size: 1.5rem;
			line-height: 1.5;
	 }
 }
 .cate_content .subgroup_item a .sub {
 	display: block;
	width: 100%;
	font-size: 1.4rem;
}
@media screen and (max-width:767px) {
	.cate_content .subgroup_item a .sub {
		font-size: 1.1rem;
	}
	.cate_content .cate_content p.detail {
		letter-spacing: 0;
		font-size: 1.2rem;
	}
}

/* 中カテゴリ　動画などの2カラム表示 */
.cate_content .wrap_cell {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 2em;
}
.cate_content .wrap_cell.center {
	justify-content: center;
}
/* 中カテゴリ　画像の高さ調整 */
.cate_content .height350 {
  width: 700px;
  height: 350px;
  object-fit: cover;
}
@media screen and (max-width:767px) {
	.cate_content .height350 {
	  height: 47vw;
	}
}





/* -----------------------------------------------------
	nekozukiについて /c/about等　（新）
----------------------------------------------------- */

/* ----------　　猫目線の配慮 一例　　 ---------- */
.fs-body-category .c1 .cate-onayami .solution_ichirei {
	padding: 0;
}
.fs-body-category .c1 .cate-onayami .solution_ichirei li {
	width: 100%;
	float: none;
}

.fs-body-category .c1 .wrap {
	display: flex;
	margin: 0 0 60px;
}
.fs-body-category .c1 .wrap > a {
	width: 15%;
}
.fs-body-category .c1 .wrap .cate-onayami {
	flex: 1;
}
.fs-body-category .c1 .wrap .cate-onayami li {
	width: 100%
}



.fs-body-category-about .fs-c-productList,
.fs-body-category-nekozuki02 .fs-c-productList,
.fs-body-category-nekozuki03 .fs-c-productList,
.fs-body-category-nekostaff .fs-c-productList,
.fs-body-category-nekozuki04 .fs-c-productList,
.fs-body-category-nekozuki05 .fs-c-productList {
	display: none;
}
.fs-body-category-about .about_wrap,
.fs-body-category-nekozuki02 .about_wrap,
.fs-body-category-nekozuki03 .about_wrap,
.fs-body-category-nekostaff .about_wrap,
.fs-body-category-nekozuki04 .about_wrap,
.fs-body-category-nekozuki05 .about_wrap {
	max-width: 700px;
	margin: 0 auto;
}
/* 目次 current */
.fs-body-category-about .cate-onayami .current a,
.fs-body-category-nekozuki02 .cate-onayami .current a,
.fs-body-category-nekozuki03 .cate-onayami .current a,
.fs-body-category-nekostaff .cate-onayami .current a,
.fs-body-category-nekozuki04 .cate-onayami .current a,
.fs-body-category-nekozuki05 .cate-onayami .current a {
	color: #e75f39 !important;
}
.fs-body-category-about .cate-onayami .current .num,
.fs-body-category-nekozuki02 .cate-onayami .current .num,
.fs-body-category-nekozuki03 .cate-onayami .current .num,
.fs-body-category-nekostaff .cate-onayami .current .num,
.fs-body-category-nekozuki04 .cate-onayami .current .num,
.fs-body-category-nekozuki05 .cate-onayami .current .num {
	font-size: 130%;
	font-weight: bold;
}
/* h3見出し */
.fs-body-category-about .cat-body .c1 h3,
.fs-body-category-nekozuki02 .cat-body .c1 h3,
.fs-body-category-nekozuki03 .cat-body .c1 h3,
.fs-body-category-nekostaff .cat-body .c1 h3,
.fs-body-category-nekozuki04 .cat-body .c1 h3,
.fs-body-category-nekozuki05 .cat-body .c1 h3 {
  margin: 4em 0 1.2em;
}



/* -----------------------------------------------------
	ご案内 /c/news
----------------------------------------------------- */
/* レイアウト */
.fs-body-category-news .fs-c-subgroupList__item {
	flex: auto;
	width: 32%;
	padding: 0 1em;
	text-align: left;
}
@media screen and (max-width:767px) {
	.fs-body-category-news .fs-c-subgroupList__item {
		width: 100%;
		text-align: left;
	}
}

/* -----------------------------------------------------
	ギフトページ
----------------------------------------------------- */
.cate_content .row_link ul {
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 -9px;
}
.cate_content .row_link li {
	margin: 0 9px;
}
.cate_content .row_link.col_2 ul {
    justify-content: space-around;
}
@media screen and (max-width:767px) {
	.cate_content .row_link {
		margin: 50px 0 30px;
	}
	.cate_content .row_link ul {
		flex-wrap: wrap;
		margin: 0;
	}
	.cate_content .row_link li {
		width: 49%;
		margin: 0 0 8px;
	}
	.cate_content .row_link.col_2 ul {
		justify-content: space-between;
	}
}
/* 問い合わせサポート */
.cate_content .support {
	max-width: 700px;
	width: 100%;
	border: #FF7802 3px solid;
	padding: 20px;
	margin: 0 auto 60px;
}
.cate_content .support p {
	text-align: center;
	margin-bottom: 15px;
}
.cate_content .support .btn_chat {
	display: block;
	max-width: 400px;
	margin: 0 auto 20px;
	padding: 13px;
	background: #FF7802 url(https://kurokuro.jp/img/icon_sup_chat.png) no-repeat 25px center;
	background-size: 27px auto;
	border-radius: 50px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.cate_content .support .tel_mail {
	margin: 0;
}
.cate_content .support .tel_mail,
.cate_content .support .tel_mail a {
	color: #FF7802;
	font-weight: bold;
}
.cate_content .support a.tel {
	background: url(https://kurokuro.jp/img/icon_sup_tel.png) no-repeat 0 center;
	background-size: auto 30px;
	padding: 5px 0 5px 27px;
}
.cate_content .support a.mail {
	background: url(https://kurokuro.jp/img/icon_sup_mail.png) no-repeat 0 center;
	background-size: auto 25px;
	padding: 5px 0 5px 30px;
}
@media screen and (max-width:767px) {
	.cate_content .support {
		padding: 15px;
		font-size: 1.4rem;
	}
	.cate_content .support .tel_mail {
		margin: 0;
	}
	.cate_content .support .tel_mail a {
		display: inline-block;
	}

}




