@charset "utf-8";
/* CSS Document */
/***********************************************************
	edge.css
************************************************************/

/*==========================================================================

============================================================================*/
/*****************************************************
	767px以下【sp】
******************************************************/
table.typ01 {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	background-color: #FFF;
	margin-bottom: 10px;
	min-width: 640px;
	box-sizing: border-box;
	line-height: 1.4;
}
table.typ01 th,
table.typ01 td {
	padding:6px;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	font-size: 14px;
}
table.typ01 th {
	background-color: #666666;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
table.typ01 td {
  background-color: #FFF;
  vertical-align: middle;
  text-align: left;
}
table.typ01 th.ttl {
	background-color: #f6f6f8;
}
table.typ01 td.ttl {
	background-color: #f6f6f8;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	table.typ01 {
		width:100%;
	}
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
}

/*=================================================
産業システムの課題
==================================================*/
/*-- 課題 --*/
.causeList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.causeList > li {
	background-color: #FFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	box-sizing: border-box;
	margin:0 0 15px 0;
	width: 100%;
	overflow: hidden;
	font-size: 14px;
}
.causeList > li .boxtitle {
	background-color: #2b2828;
	color: #ffffcc;
	padding: 10px;
	text-align: center;
	font-size: 18px;
}

.causeList > li .wap {
	padding: 10px;
}
.causeList > li .wap .imgbox {
	background-color: #f7f7f7;
	border-radius: 8px;
	text-align: center;
	padding: 10px;
	margin-bottom: 5px;
}
.causeList > li .wap .boxttl {
	font-size: 16px;
	margin: 15px 0;
	text-align: center;
	line-height: 1.4;
	color:#d83e43;
}
.causeList > li .wap .txt {
	margin-bottom: 15px;
}
.causeList > li .wap .txt2 {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin: 10px 0;
	padding: 10px;
	background-color: #f7f7f8;
	box-sizing: border-box;
	border-radius: 10px;
	line-height: 1.4;
}
.causeList > li .wap .txt2 span {
	color: #c44850;
}

/*******************************
	768px以上【tablet】
********************************/
@media print, screen and (min-width: 768px) {
	/*-- 課題 --*/
	.causeList > li {
		border-radius: 12px;	
		margin:0 0 15px 0;
		font-size: 16px;
		width: 49%;
	}
	.causeList > li .boxtitle {
		font-size: 22px;
	}
	.causeList > li .wap .imgbox {
		border-radius: 12px;
		padding: 15px;
		margin-bottom: 10px;
	}
	.causeList > li .wap .boxttl {
		font-size: 18px;
		margin: 20px 0;

		min-height: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.causeList > li .wap .txt {
		min-height: 80px;
	}
	.causeList > li .wap .txt2 {
		font-size: 20px;

		min-height: 110px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		flex-direction: column;
	}
}
/*******************************
	1024px以上【PC】
********************************/
@media print, screen and (min-width: 1024px) {
	/*-- 課題 --*/
	.causeList > li {
		margin:0 0 30px 0;
		width: 31.5%;
	}
	.causeList > li .wap {
		padding: 15px;
	}
	.causeList > li .wap .boxttl {
		font-size: 18px;
		
	}
}

/*=================================================
	Edge製品
==================================================*/
.soluList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.soluList li {
	box-sizing: border-box;
	margin:0 0 15px 0;
	width: 100%;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	padding: 10px;
	background-color: #FFF;
}
.soluList li .solut {
	color: #FFF;
	font-weight:600;
	text-align: center;
	padding: 5px;
	border-radius: 20px;
	margin-bottom: 5px;
	background-color: #d83e43;
}
/*
.soluList li:nth-child(1) .solut {
	background-color: #d83e43;
}
.soluList li:nth-child(2) .solut {
	background-color: #3ed886;
}
.soluList li:nth-child(3) .solut {
	background-color: #3e71d8;
}
.soluList li:nth-child(4) .solut {
	background-color: #cfd147;
}
*/
.soluList li .imgbox {
	text-align: center;
	padding: 10px;
	margin-bottom: 5px;
}
.soluList li .ttl {
	font-size: 16px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 1.4;
	background-color: #fcfae7;
	padding: 10px 5px;
	border-radius: 6px;
	transition: .2s linear;
}
.soluList li .txt {
	margin-bottom: 10px;
	font-size: 14px;
}
.soluList li .txtbox {
	background-color: #f4f4f6;
	border-radius: 6px;
	text-align: center;
	padding: 10px;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.4;
}
.soluList li .txtbox span {
	color: #d83e43;
}
.soluList li .triangle {
	width: 0;
    height: 0;
    margin: 0 auto;
    border-top: 20px solid #d83e43;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
}
/*******************************
	768px以上【tablet】
********************************/
@media print, screen and (min-width: 768px) {
	.soluList li {
		width: 49%;
		border-radius: 12px;	
		padding: 10px;
		margin:0 0.5% 15px 0.5%;
		display: flex;
		flex-direction: column;
	}
	.soluList li .imgbox {
		margin-bottom: 10px;
	}
	.soluList li .ttl {
		font-size: 18px;
	}
	.soluList li .txt {
		font-size: 16px;
		margin-bottom: 10px;
		flex-grow: 1;
	}
	.soluList li .txtbox {
		font-size: 20px;
	}
}
/*******************************
	1024px以上【PC】
********************************/
@media print, screen and (min-width: 1024px) {
	.soluList li {
		width: 24%;
		padding: 15px;
	}
	.soluList li .ttl {
		font-size: 20px;
	}
	.soluList li .txtbox {
		font-size: 22px;
	}
}

/*=================================================
機能：仮想パッチ
==================================================*/
.funcPatchArea {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.funcPatchArea .txtArea {
	width: 100%;
	margin-bottom: 30px;
}
.funcPatchArea .picArea {
	width: 100%;
	margin-bottom: 15px;
	text-align: center;
}

/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
	.funcPatchArea .txtArea {
		width: 50%;
		margin-bottom: 0;
	}
	.funcPatchArea .picArea {
		width: 47%;
		margin-bottom: 0;
		text-align: right;
	}
}

/*=================================================
	効果BOX
==================================================*/
.effectBoxList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	padding: 0;
}
.effectBoxList > li {
	width: 49%;
	box-sizing: border-box;
	margin:0;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	padding: 10px;
	background-color: #FFF;
	margin: 0 0 15px 0;
}
.effectBoxList > li .number {
	color: #FFF;
	font-weight:600;
	text-align: center;
	padding: 5px;
	border-radius: 20px;
	margin-bottom: 10px;
	background-color: #2b2828;
}
.effectBoxList > li .pic {
	background-color: #f7f7f8;
	border-radius: 8px;
	padding: 15px;
	text-align: center;
}
.effectBoxList > li .ttl {
	font-size: 16px;
	color:#d83e43;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.4;
	padding: 10px 0;
	font-weight: 600;
}
.effectBoxList > li .wap {
	font-size: 14px;
	padding: 0 10px;
}
/*******************************
	768px以上【tablet】
********************************/
@media print, screen and (min-width: 768px) {
	.effectBoxList > li {
		padding: 20px;
	}
	.effectBoxList > li .ttl {
		font-size: 18px;
	}
	.effectBoxList > li .wap {
		font-size: 16px;
	}
}
/*******************************
	1024px以上【PC】
********************************/
@media print, screen and (min-width: 1024px) {
	.effectBoxList > li {
		width: 23.5%;
		box-sizing: border-box;
		margin:0;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
		border-radius: 6px;
		background-color: #FFF;
	}
}


/*=================================================
機能：オートルールラーニング
==================================================*/
.stepflow {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0;
}
.stepflow > li {
	width: 100%;
	position: relative;
	background-color: #FFF;
	margin: 0 0 30px 0;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
/*--　矢印設定 --*/
.stepflow > li:after {
        content: "";
        position: absolute;
	    width: 0;
  		height: 0;
	    bottom: -20px;
	    right: 0;
  		left: 0;
  		margin: 0 auto;
        border-top: 20px solid #9092DD;
  		border-right: 20px solid transparent;
  		border-left: 20px solid transparent;
        z-index: 1;
 }
/* 矢印　カラーの設定*/
.stepflow > li:nth-child(1):after {
	border-top: 20px solid #9092DD;
  	border-right: 20px solid transparent;
  	border-left: 20px solid transparent;
}
.stepflow > li:nth-child(2):after {
	border-top: 20px solid #5577FE;
  	border-right: 20px solid transparent;
  	border-left: 20px solid transparent;
}
.stepflow > li:nth-child(3):after {
	border-top: 20px solid #3e71d8;
  	border-right: 20px solid transparent;
  	border-left: 20px solid transparent;
}
.stepflow > li:nth-child(4):after {
	border-top:none;
  	border-right:none;
  	border-left:none;
}

/* タイトル設定*/
.stepflow > li .ttlstep {
	color: #FFF;
	text-align: center;
	padding: 20px 5px;
	font-size: 16px;
}
/* タイトル　カラーの設定*/
.stepflow > li:nth-child(1) .ttlstep {
	background-color: #9092DD;
}
.stepflow > li:nth-child(2) .ttlstep {
	background-color: #5577FE;
}
.stepflow > li:nth-child(3) .ttlstep {
	background-color: #3e71d8;
}
.stepflow > li:nth-child(4) .ttlstep {
	background-color: #d83e43;
}
/* ボックスインナー */
.stepflow > li .innr {
	padding: 15px;
}
.stepflow > li .innr .ttl {
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
}
.stepflow > li .innr .pic {
	background-color: #f7f7f8;
	border-radius: 8px;
	padding: 15px;
	text-align: center;
	margin: 0 0 15px 0;
}
.stepflow > li .innr .wap {
	font-size: 14px;
}
/*******************************
	768px以上【tablet】
********************************/
@media print, screen and (min-width: 768px) {
	.stepflow {
		margin: 40px 0;
	}
	/* タイトル設定*/
	.stepflow > li .ttlstep {
		color: #FFF;
		text-align: center;
		padding: 10px 5px;
		font-size: 18px;
	}
	/* ボックスインナー */
	.stepflow > li .innr {
		padding: 20px;
	}
	.stepflow > li .innr .ttl {
		font-size: 17px;
		margin-bottom: 15px;
	}
	.stepflow > li .innr .wap {
		font-size: 16px;
	}
}
/*******************************
	1024px以上【PC】
********************************/
@media print, screen and (min-width: 1024px) {
	.stepflow > li {
		width: 24%;
		position: relative;
		background-color: #FFF;
		margin: 0;
	}
	/* 矢印設定*/
	.stepflow > li:after {
        content: "";
        position: absolute;
	    width: 0;
  		height: 0;
		top: 5px;
        right: -20px;
		left:inherit;
  		margin: 0;
        border-top: 20px solid transparent;
  		border-right:none;
  		border-left: 20px solid #9092DD;
        z-index: 1;
 	}
	/* 矢印　カラーの設定*/
	.stepflow > li:nth-child(1):after {
		border-top: 20px solid transparent;
  		border-right:none;
  		border-left: 30px solid #9092DD;
		border-bottom: 20px solid transparent;
	}
	.stepflow > li:nth-child(2):after {
		border-top: 20px solid transparent;
  		border-right:none;
  		border-left: 30px solid #5577FE;
		border-bottom: 20px solid transparent;
	}
	.stepflow > li:nth-child(3):after {
		border-top: 20px solid transparent;
  		border-right:none;
  		border-left: 30px solid #3e71d8;
		border-bottom: 20px solid transparent;
	}
	.stepflow > li:nth-child(4):after {
		border-top:none;
  		border-right:none;
  		border-left:none;
		border-bottom:none;
	}
	.stepflow > li .innr .ttl {
		font-size: 20px;
	}
}


/*=================================================
機能：ネットワークセグメンテーション
==================================================*/
.effectBoxList2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	margin: 20px 0;
}
.effectBoxList2 > li {
	width: 49%;
	box-sizing: border-box;
	margin:0;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	padding: 10px;
	background-color: #FFF;
	margin: 0 0 15px 0;
}
.effectBoxList2 > li .number {
	color: #FFF;
	font-weight:600;
	text-align: center;
	padding: 5px;
	border-radius: 20px;
	margin-bottom: 10px;
	background-color: #2b2828;
}
.effectBoxList2 > li .pic {
	background-color: #f7f7f8;
	border-radius: 8px;
	padding: 15px;
	text-align: center;
}
.effectBoxList2 > li .ttl {
	font-size: 16px;
	color:#d83e43;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.4;
	padding: 10px 0;
	font-weight: 600;
}
.effectBoxList2 > li .wap {
	font-size: 14px;
	padding: 0 10px;
}
/*******************************
	768px以上【tablet】
********************************/
@media print, screen and (min-width: 768px) {
	.effectBoxList2 {
		margin: 40px 0;
	}
	.effectBoxList2 > li {
		padding: 15px;
	}
	.effectBoxList2 > li .ttl {
		font-size: 18px;
	}
	.effectBoxList2 > li .wap {
		font-size: 16px;
	}
}
/*******************************
	1024px以上【PC】
********************************/
@media print, screen and (min-width: 1024px) {
	.effectBoxList2 > li {
		width: 19%;
		box-sizing: border-box;
		margin:0;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
		border-radius: 6px;
		background-color: #FFF;
	}
}

/*=================================================
主な特徴
==================================================*/
.keyFeatArea {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0;;
}
.keyFeatArea .leftArea {
	width: 100%;
}
.keyFeatArea .rightArea {
	width: 100%;
}
.keyFeatArea .wap {
	margin: 10px 0 30px;
	font-size: 14px;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	.keyFeatArea .wap {
		margin: 10px 0 40px;
		font-size: 16px;
	}
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
	.keyFeatArea .leftArea {
		width: 49%;
	}
	.keyFeatArea .rightArea {
		width: 49%;
	}
}
/*=================================================
製品テーブル
==================================================*/
table.pdtyp01 {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	background-color: #FFF;
	margin-bottom: 10px;
	min-width: 640px;
	box-sizing: border-box;
	line-height: 1.4;
}
table.pdtyp01 th,
table.pdtyp01 td {
	padding:6px;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	font-size: 14px;
}
table.pdtyp01 th {
	background-color: #666666;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
table.pdtyp01 td {
  vertical-align: middle;
  text-align: center;
}
table.pdtyp01 tr:nth-of-type(odd) {
        background: #E6E6E7;
}
/*
table.pdtyp01 tr td:nth-of-type(1) {
        text-align: left;
}
		*/
table.pdtyp01 th.ttl {
	background-color: #f6f6f8;
}
table.pdtyp01 td.ttl {
	background-color: #f6f6f8;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	table.pdtyp01 {
		width:100%;
	}
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
}

/*=================================================
製品テーブル2
==================================================*/
table.pdtyp02 {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	background-color: #FFF;
	margin-bottom: 10px;
	min-width: 640px;
	box-sizing: border-box;
	line-height: 1.4;
}
table.pdtyp02 th,
table.pdtyp02 td {
	padding:6px;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	font-size: 14px;
}
table.pdtyp02 th {
	background-color: #666666;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
table.pdtyp02 td {
  background-color: #FFF;
  vertical-align: middle;
  text-align: center;
}
table.pdtyp02 th.ttl {
	background-color: #f6f6f8;
}
table.pdtyp02 td.ttl {
	background-color: #f6f6f8;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	table.pdtyp02 {
		width:100%;
	}
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
}


/*=================================================
	選ばれる理由
==================================================*/
.chosenList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.chosenList li {
	box-sizing: border-box;
	margin:0 0 15px 0;
	width: 100%;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	padding: 10px;
	background-color: #FFF;
}
.chosenList li .solut {
	color: #FFF;
	font-weight:600;
	text-align: center;
	padding: 5px;
	border-radius: 20px;
	margin-bottom: 5px;
	background-color: #d83e43;
}

.chosenList li .imgbox {
	text-align: center;
	padding: 10px;
	margin-bottom: 5px;
}
.chosenList li .ttl {
	font-size: 16px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 1.4;
	background-color: #fcfae7;
	padding: 10px 5px;
	border-radius: 6px;
	transition: .2s linear;
}
.chosenList li .txt {
	margin-bottom: 10px;
	font-size: 14px;
}
.chosenList li .txtbox {
	background-color: #f4f4f6;
	border-radius: 6px;
	text-align: center;
	padding: 10px;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.4;
}
.chosenList li .txtbox span {
	color: #d83e43;
}

/*******************************
	768px以上【tablet】
********************************/
@media print, screen and (min-width: 768px) {
	.chosenList li {
		width: 49%;
		border-radius: 12px;	
		padding: 10px;
		margin:0 0.5% 15px 0.5%;
		display: flex;
		flex-direction: column;
	}
	.chosenList li .imgbox {
		margin-bottom: 10px;
	}
	.chosenList li .ttl {
		font-size: 18px;
	}
	.chosenList li .txt {
		font-size: 16px;
		margin-bottom: 10px;
		flex-grow: 1;
	}
	.chosenList li .txtbox {
		font-size: 20px;
	}
}
/*******************************
	1024px以上【PC】
********************************/
@media print, screen and (min-width: 1024px) {
	.chosenList li {
		width: 23.5%;
		padding: 15px;
	}
	.chosenList li .ttl {
		font-size: 20px;
	}
	.chosenList li .txtbox {
		font-size: 22px;
	}
}


/*=================================================
アコーディオン
==================================================*/
.accordion {
	margin: 10px 0;
}
/* 白背景 */
.accordion .acc_wap { 
	background-color: #FFF;
	border-radius: 10px;
}

/* 必須 */
.accordion-content {
  display: none;
}

.accordion-header {
  padding: 15px 10px;
  margin: 10px 0 0;
  transition:transform 0.3s;
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  font-weight: 600;
  font-size: 18px;
}
/* プラスマイナス */
.accordion-header::before,
.accordion-header::after{
  position:absolute;
  content:'';
  top:1px;
  right:20px;
  bottom:0;
  width:12px;
  height:2px;
  margin:auto;
  background:#E60012;
}
.accordion-header::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.accordion-header.active::after{transform:rotate(0deg);}

.accordion-content {
	font-size: 14px;
	padding: 10x;
}

.accordion-content .innr {
  	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.accordion-content .innr .block {
	width: 100%;
}
/* hover */
.accordion-header:hover {
  background-color: #eeeeee;
}


/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	.accordion-header {
 		padding: 20px;
  		margin: 15px 0 0;
		font-size: 22px;
  	}
	.accordion-content {
		padding: 20px;
	}
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
}

/*=================================================
ラインナップ　タブ表示の部分
==================================================*/
.category__content {
  display: none;
}

.category__content.active {
  display: block;
}

.categoryMenu {
	box-sizing: border-box;
	padding: 30px 10px 0;
}
.categoryMenu .category__list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.category__list li {
	box-sizing: border-box;
	color: #FFF;
	background-color: #2b2828;
	width: 100%;
	text-align: center;
	padding: 10px 5px 0;
	font-size: 16px;
	font-weight: 600;
	border-radius: 6px;
	margin: 10px 0;
	cursor: pointer;
}
.category__list li span {
	display: block;
	font-size: 14px;
}
.category__item.active {
  background: #d7000f;
  color: #fff;
}

.category__list li:hover {
    background: #d7000f;
}

/*******************************
	768px以上【tablet】
********************************/
@media print, screen and (min-width: 768px) {
	.categoryMenu .category__list {
		list-style: none;
		border-bottom: 4px solid #d7000f;
	}
	.category__list li {
		border-radius: 10px 10px 0 0;
		color: #FFF;
		background-color: #2b2828;
		width: 23.5%;
		margin: 0 0.5% 0;
	}
}
/*******************************
	1024px以上【PC】
********************************/
@media print, screen and (min-width: 1024px) {
	.categoryMenu {
		max-width: 1400px;
		margin: 0 auto;
	}
}
/*=================================================

==================================================*/

/*******************************
	768px以上【tablet】
********************************/
@media print, screen and (min-width: 768px) {
	
}
/*******************************
	1024px以上【PC】
********************************/
@media print, screen and (min-width: 1024px) {
	
}