@charset "UTF-8";

/*----------------------------------------------------
  製品紹介メニューボタン
----------------------------------------------------*/

.pro_menu	{width: 100%;
margin-top: 0px;
	}

.pro_menu ul	{
	margin: 0;
	padding: 0;
	list-style: none}

.pro_menu li a	{
	margin: 10px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #BD302E;
	border: 3px solid #BD302E;
	border-radius: 25px;
	transition: .4s;
	font-weight: bold;
	letter-spacing: 0.05em;
box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}
.pro_menu li a:hover {
		opacity:0.6;
}

.pro_menu ul:after	{content: "";
	display: block;
	clear: both}


/*----------------------------------------------------
  製品紹介メニューボタンここまで
----------------------------------------------------*/


/* 製品紹介トップ */
.product01 a	{display: block;
	color: #111111;
	text-align: center;
	text-decoration: none}

.product01 a:hover	{opacity: 0.8}


.product01 h1	{
	width:100%;
	margin-top: 0;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
	text-align:left;
	}

.product01 p	{
	height:50px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 12px;
	text-align:left;}

/* 製品紹介詳細 */
.product02	{
	
}	
.product02 img	{
	text-align:center;
}

.product02 h4	{
	text-align:center;
		padding-top: 20px;
		padding-bottom: 30px;
	font-weight:bold;
	font-size: 24px;
	color: #111111;
	letter-spacing: 0.1em;

}
.product02 p	{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 18px;
	color: #111111;
	letter-spacing: 0.1em;
		border-radius: 10px;
	border: 1px solid #111111;
}

.product02 ul	{

	list-style:none;
	display: flex;
	align-items: center;
}
.product02 li	{
	width: 130px;
	height: 130px;
	padding-top: 40px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 65px;
	background-color:#111111;
	color: #ffffff;
	text-align: center;
	font-size: 15px;
	vertical-align: center;
	margin: auto;
	letter-spacing: 0.1em;
}

/*----------------------------------------------------
  仕様テーブル
----------------------------------------------------*/
table.type02 {
border-spacing: 10px 10px;
	line-height: 1.5em;
	font-size: 14px;
	letter-spacing: 0.1em;

}
table.type02 th {
	width: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
	font-weight: bold;
	color: #BD302E;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border: 3px solid #BD302E;
}
table.type02 td {
	width: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	color: #111111;
	text-align: left;


}


/*----------------------------------------------------
  .表組みテーブル
----------------------------------------------------*/
section table {
	width: 100%;
	border-collapse: collapse;
}
section th, section td  {
	padding: 10px; border: 1px solid #ddd;
	}
section th  { background: #f4f4f4; }
.demo02 th  { width: 13%; }
.demo02 td  { text-align: center; }
.demo02 td:first-child  { text-align: left; }


	
		
/* ########### 359px以下 ########### */
@media (max-width: 359px) {
/*----------------------------------------------------
  製品紹介メニューボタン
----------------------------------------------------*/

.pro_menu	{
margin-top: 0px;
	}
.pro_menu li	{width: 100%}

.pro_menu ul	{
	margin: 0;
	padding: 0;
	list-style: none}

.pro_menu li a	{display: block;
	margin-bottom: 3px;
	padding:5px;
	font-size: 13px;
	text-decoration: none}
	
.pro_menu-01{	font-size: 15px;
	padding: 3px;
	background-image: url(../img/icon01.png);
	background-position: 25% ;
	background-repeat: no-repeat;
	background-size: 7%;
}
.pro_menu-001{	font-size: 15px;
	padding: 3px;
	background-image: url(../img/icon01.png);
	background-position: 25% ;
	background-repeat: no-repeat;
	background-size: 7%;
	background-color:#FFFF66;
}

.pro_menu-02{	font-size: 15px;
	padding: 3px;
	background-image: url(../img/icon02.png);
	background-position: 30% ;
	background-repeat: no-repeat;
	background-size: 7%;
}
.pro_menu-002{	font-size: 15px;
	padding: 3px;
	background-image: url(../img/icon02.png);
	background-position: 30% ;
	background-repeat: no-repeat;
	background-size: 7%;
	background-color:#FFFF66;
}
.pro_menu-03{	font-size: 15px;
	padding: 3px;
	background-image: url(../img/icon03.png);
	background-position: 25% ;
	background-repeat: no-repeat;
	background-size: 7%;
}
.pro_menu-003{	font-size: 15px;
	padding: 3px;
	background-image: url(../img/icon03.png);
	background-position: 25% ;
	background-repeat: no-repeat;
	background-size: 7%;
	background-color:#FFFF66;
}
.pro_menu-04{
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../img/icon04.png);
	background-position: 15% ;
	background-repeat: no-repeat;
	background-size: 7%;
	font-size: 13px;
}
.pro_menu-004{
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../img/icon04.png);
	background-position: 15% ;
	background-repeat: no-repeat;
	background-size: 7%;
	font-size: 13px;
	background-color:#FFFF66;
}
.pro_menu-05{	font-size: 15px;
	padding: 3px;
	background-image: url(../img/icon05.png);
	background-position: 25% ;
	background-repeat: no-repeat;
	background-size: 7%;
}
.pro_menu-005{	font-size: 15px;
	padding: 3px;
	background-image: url(../img/icon05.png);
	background-position: 25% ;
	background-repeat: no-repeat;
	background-size: 7%;
	background-color:#FFFF66;
}
/*----------------------------------------------------
  製品紹介メニューボタンここまで
----------------------------------------------------*/

}
/* ########### 360px以上 ########### */
@media (min-width: 360px) {
/*----------------------------------------------------
  製品紹介メニューボタン
----------------------------------------------------*/

.pro_menu li	{width: 50%;
float: left;}

.pro_menu ul	{
	margin: 0;
	padding: 0;
	list-style: none}

.pro_menu li a	{display: block;
	margin-bottom: 3px;
	padding:5px;
	font-size: 13px;
	text-decoration: none}
	
.pro_menu-01{	font-size: 15px;
	padding: 3px;
	background-image: url(../img/icon01.png);
	background-position: 25% ;
	background-repeat: no-repeat;
	background-size: 7%;
}

.pro_menu-001{	font-size: 15px;
	padding: 3px;
	background-image: url(../img/icon01.png);
	background-position: 25% ;
	background-repeat: no-repeat;
	background-size: 7%;
	background-color:#FFFF66;
	}

.pro_menu-02{	font-size: 15px;
	padding: 3px;
	background-image: url(../img/icon02.png);
	background-position: 30% ;
	background-repeat: no-repeat;
	background-size: 7%;
}

.pro_menu-002{	font-size: 15px;
	padding: 3px;
	background-image: url(../img/icon02.png);
	background-position: 30% ;
	background-repeat: no-repeat;
	background-size: 7%;
	background-color:#FFFF66;
}

.pro_menu-03{	font-size: 15px;
	padding: 3px;
	background-image: url(../img/icon03.png);
	background-position: 20% ;
	background-repeat: no-repeat;
	background-size: 7%;
}

.pro_menu-003{	font-size: 15px;
	padding: 3px;
	background-image: url(../img/icon03.png);
	background-position: 20% ;
	background-repeat: no-repeat;
	background-size: 7%;
	background-color:#FFFF66;
}

.pro_menu-04{
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../img/icon04.png);
	background-position: 5% ;
	background-repeat: no-repeat;
	background-size: 7%;
}
.pro_menu-004{
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../img/icon04.png);
	background-position: 5% ;
	background-repeat: no-repeat;
	background-size: 7%;
	background-color:#FFFF66;
}
.pro_menu-05{	font-size: 15px;
	padding: 3px;
	background-image: url(../img/icon05.png);
	background-position: 25% ;
	background-repeat: no-repeat;
	background-size: 7%;
}

.pro_menu-005{	font-size: 15px;
	padding: 3px;
	background-image: url(../img/icon05.png);
	background-position: 25% ;
	background-repeat: no-repeat;
	background-size: 7%;
	background-color:#FFFF66;
	}
	
/*----------------------------------------------------
  製品紹介メニューボタンここまで
----------------------------------------------------*/
	
	
}
/* ########### 599px以下 ########### */
@media (max-width: 599px) {
	
	
	
/* 製品紹介一覧部分 */

.product h1	{
	margin-bottom: 5px;
	font-size: 16px;
	}

.product p	{
	height:20px;
	padding-top:0px;
	font-size: 12px;
	}
	
/* ボックスの上下 */
.box19-1,.box19-2,.box19-3
	{padding-bottom: 15px;
	}
	
/*----------------------------------------------------
  仕様テーブル
----------------------------------------------------*/
table, .type02 th {
	width: 100%;
	display: block;
	padding-left: 0px;
	padding-top: 10px;
  }	
table, .type02 td {
	width: 100%;
	display: block;
	padding-left: 0px;
	padding-top: 10px;
  }	

   
/*----------------------------------------------------
  .表組みテーブル
----------------------------------------------------*/
.demo02 { 
    display: block; 
    width: 100%; 
  }
  .demo02 thead{ 
    display: block; 
    float: left;
    overflow-x:scroll;
  }
  .demo02 tbody{ 
    display: block; 
    width: auto; 
    overflow-x: auto; 
    white-space: nowrap;
  }
  .demo02 th{ 
    display: block;
    width:auto;
  }
  .demo02 tbody tr{ 
    display: inline-block; 
    margin: 0 -3px;
  }
  .demo02 td{ 
    display: block;
  }	



/*----------------------------------------------------
  仕様テーブル
----------------------------------------------------*/
table.type02 {
border-spacing: 0px 0px;
	line-height: 1.5em;
	font-size: 14px;
}
table.type02 th {
	width: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
}
table.type02 td {
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
/*----------------------------------------------------
  使用例
----------------------------------------------------*/
	

/* 関連記事メニュー */
.shiyourei	{
	padding: 10px;
	}

.shiyourei img	{
	
	}
	
/* 使用例を横に並べる設定 */
.boxg:after	{content: "";
	display: block;
	clear: both}

.boxg .shiyourei	{float: left;
	width: 50%}

.boxg .shiyourei:nth-child(odd)
	{padding-right: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

.boxg .shiyourei:nth-child(even)
	{padding-left: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box}
	
	

/* BOXe-1とBOXe-2を縦に並べる設定 */
.boxe:after	{content: "";
	display: block;
	clear: both}

.boxe-1	{
	margin-bottom:20px;
	}

.boxe-2	{
	width: 100%;
}

.boxe-3	{
	width: 100%;
}
/* BOXf-1とBOXf-2を縦に並べる設定 */
.boxf:after	{content: "";
	display: block;
	clear: both}

.boxf-1	{
	width: 100%;
	}

.boxf-2	{
	width: 100%;
	margin-top:-10px;

}

}

/* ########### 600px以上 ########### */
@media (min-width: 600px) {
	

	
/* BOX19-1、BOX19-2、BOX19-3を横に並べる設定 */
.box19:after	{content: "";
	display: block;
	clear: both}

.box19-1	{float: left;
	width: 32%;
	margin-bottom: 15px;
	margin-right: 2%}

.box19-2	{float: left;
	width: 32%;
	margin-bottom: 15px;
	margin-right: 2%}

.box19-3	{float: left;
	margin-bottom: 15px;
	width: 32%}
	
/* BOXe-1とBOXe-2を横に並べる設定 */
.boxe:after	{content: "";
	display: block;
	clear: both}

.boxe-1{float: left;
	width: 50%;
	padding-right: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box}

.boxe-2{float: left;
	width: 50%;
	padding-left: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box}
	
.boxe-3{margin:0 auto;

	width: 50%;
}	

.boxf:after	{content: "";
	display: block;
	clear: both}

.boxf-1{float: left;
	width: 50%;
	padding-right: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box}

.boxf-2{float: left;
	width: 50%;
	padding-left: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box}
/*----------------------------------------------------
  使用例
----------------------------------------------------*/
	

/* 関連記事メニュー */
.shiyourei	{
	}

.shiyourei img	{
	width:95%;
	}
	
/* 使用例を横に並べる設定 */
.boxg:after	{content: "";
	display: block;
	margin-bottom:20px;
	clear: both}

.boxg .shiyourei{float: left;
	width: 25%}


}
/* ########### 768px以下 ########### */
@media (max-width: 768px) {

.product02 ul	{
	list-style:none;
	display: flex;
	align-items: center;
}
.product02 li	{
	width: 100px;
	height: 100px;
	padding-top: 35px;
	border-radius: 55px;
	font-size: 12px;
	margin: auto;
	letter-spacing: 0.05em;
}
	
/* ボックスの左右 */
.box19, .box22, .boxe, .boxf, .boxg
{
	padding-left: 10px;
	padding-right: 10px;
	}
.box22	{
	margin-top: 5px;
	margin-bottom: 50px;
	}

		
}
/* ########### 769px以上 ########### */
@media (min-width: 769px) {
/*----------------------------------------------------
  製品紹介メニューボタン
----------------------------------------------------*/
.pro_menu	{width: 100%;
margin-top: 0px;
	}
.pro_menu ul	{
	margin: 0;
	padding: 0;
	list-style: none}
	
.pro_menu li	{width: 25%;
float: left;}

.pro_menu li a	{display: block;
	margin-bottom: 3px;
	padding:5px;
	text-decoration: none}
	
.pro_menu-01{	font-size: 15px;
	padding: 3px;
	background-image: url(../img/icon01.png);
	background-position: 25% ;
	background-repeat: no-repeat;
	background-size: 9%;
}
.pro_menu-001{	font-size: 15px;
	padding: 3px;
	background-image: url(../img/icon01.png);
	background-position: 25% ;
	background-repeat: no-repeat;
	background-size: 9%;
	background-color:#FFFF66;
}

.pro_menu-02{	font-size: 15px;
	padding: 3px;
	background-image: url(../img/icon02.png);
	background-position: 30% ;
	background-repeat: no-repeat;
	background-size: 9%;
}

.pro_menu-002{	font-size: 15px;
	padding: 3px;
	background-image: url(../img/icon02.png);
	background-position: 30% ;
	background-repeat: no-repeat;
	background-size: 9%;
	background-color:#FFFF66;
}

.pro_menu-03{	font-size: 15px;
	padding: 3px;
	background-image: url(../img/icon03.png);
	background-position: 25% ;
	background-repeat: no-repeat;
	background-size: 9%;
}
.pro_menu-003{	font-size: 15px;
	padding: 3px;
	background-image: url(../img/icon03.png);
	background-position: 25% ;
	background-repeat: no-repeat;
	background-size: 9%;
	background-color:#FFFF66;
}

.pro_menu-04{
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../img/icon04.png);
	background-position: 5% ;
	background-repeat: no-repeat;
	background-size: 9%;
	font-size: 13px;
}
.pro_menu-004{
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../img/icon04.png);
	background-position: 5% ;
	background-repeat: no-repeat;
	background-size: 9%;
	font-size: 13px;
	background-color:#FFFF66;
}
.pro_menu-05{	font-size: 15px;
	padding: 3px;
	background-image: url(../img/icon05.png);
	background-position: 25% ;
	background-repeat: no-repeat;
	background-size: 9%;
}
.pro_menu-005{	font-size: 15px;
	padding: 3px;
	background-image: url(../img/icon05.png);
	background-position: 25% ;
	background-repeat: no-repeat;
	background-size: 9%;
	background-color:#FFFF66;
}

/* ボックスの左右 */
.box19
{
	padding-left: 10px;
	padding-right: 10px;
	}
.boxe, .boxf, .boxg, .box22
{
	padding-left: 40px;
	padding-right: 40px;
	}
	
	
/* ボックスの上下 */

.box19	{
	margin-bottom: 20px;
	}

.box22	{
	margin-top: 5px;
	margin-bottom: 50px;
	}

	}
	
/* ########### 1190px以上 ########### */
@media (min-width: 1190px) {
/* 全体の横幅を固定 */
.box19, .box22, .boxe, .boxf, .boxg
	{width: 1140px;
	margin-left: auto;
	margin-right: auto}



}

