@charset "UTF-8";


/*タイトル画像*/
.title_img{
	width: 100%;
	margin: 0 auto 3% auto;
	text-align: center;
}


/*メリット画像*/
.img_merit{
	width: 70%;
	margin: 0 auto 2% auto;
	text-align: center;
}

.img_merit img{
	padding:0.5%;
	border: solid 1px #DDD;
	margin: auto;
}


/* 商品名 文字サイズ拡大 */
.item-name{
    font-size:12px;
    line-height:150%;	
}

/* 価格 文字サイズ拡大 */
.item-price{
    font-size:18px;
    line-height:1.2em;
	margin-bottom: 0;
}



/* PC画面用（ウィンドウ幅が769px以上の場合に適用） */
@media print,screen and (min-width: 769px) {	

.industry_government h1{
	font-size:15px;
	width:100%;
	text-align: center;
	margin:0 auto;
	font-weight: normal;
	line-height:1.3em;
	margin-top:-40px;
	}	
	
.industry_government h1 span{
	font-weight:bold;
	font-size:20px;	
	}		
	
	
  .top_text {
	width: 95%;  
    margin: 1% auto 5% auto;
    line-height: 1.4em;
	text-align: center;
	font-size: 1.1em;
  }	
	
.t_text{
	width: 95%;
	margin: 1% auto 2% auto;
	font-size: 1.2em;
	line-height: 2em;
	}
	
.t_text a  {
  color: #1a0dab;	
  font-weight: bold;

  padding: 0 0.5%;
 }	
	
.t_text a:hover {
  color:#333333;	 
}		
	
.industry_government h2{
	font-size: 1.8em;
	background: linear-gradient(90deg, rgba(13, 88, 74, 1) 20%, rgba(33, 164, 135, 1));
	color: white;
	padding-top: 0.8em;
	padding-bottom: 0.6em;
	padding-left: 1em;
	margin: 5% auto 3% auto;
	width: 98%;
	letter-spacing: 0.05em;	
	}
		

	
/*.industry_government h3{
	width: 96%;
	padding: 0.8em 0 0.6em 1em;
	font-size: 1.5em;
	letter-spacing: 0.05em;
	color:#333;
	background-color:#f2f2f2;
	margin: auto;
	align-items: center;
	border-left: solid 8px #0D584A;
	}*/
	
	
.industry_government h3{
	width:96%;
	padding:0.8em 0em 0.6em 1em;
	font-size: 1.6em;
	letter-spacing: 0.05em;
	margin: auto;	
	color: #0D584A;/*文字色*/
	background: #EBFFE5;/*背景色*/	
	border: solid 2px #0D584A;/*線色*/
	}

	
	
.industry_government h4{
	width: 94%;
	padding-top: 0.2em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
	font-size: 1.3em;
	letter-spacing: 0.05em;
	color:#333;
	margin:0% auto 0% auto;
	border-bottom: 2px solid #0D584A;
	}	
	
	
/*　ナビボタン　*/	
 .link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 95%;
  margin: 0 auto;
  margin-top:0%;
  font-size: 1.2em;
 }
 
 .link-list a {
  position: relative;
  display: flex;
  width: auto;
  margin: 1%;
  padding: 1% 5% 1% 3%;
  text-decoration: none;
  color: #1e7d4f;
  font-weight: bold;
  border: 1px solid #0D584A;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;	 
 }
 
 .link-list a:hover {
  color:#fff;
  background: #0D584A;	
  border: 1px solid #0D584A;
 }


 .link-list a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #1e7d4f;
    border-right: 3px solid #1e7d4f;
    transform: rotate(135deg) translateY(-50%);
    position: absolute;
    top: 25%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}		
	
 .link-list a:hover:after {
  border-color: #fff;
  transition: 0.3s ease-in-out; 
 }	
/*　ナビボタンここまで　*/		
	
/*ナビボタン　カテゴリー別　ここから*/	
.navi_btn2 ul{
	width: 95%;
	display: flex;
	align-items: stretch;
	margin: 1% auto;
	flex-wrap: wrap;
	justify-content: center;
	}
	
.navi_btn2 li {
   display: flex;
   width: 18%;
	flex-wrap: wrap;
	text-align: center;
	margin: 0.3% ;
 }
	
 .navi_btn2 a {
   display: block;
   width: 100%;
   height: 100%;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	color: #555555;	
	text-decoration: none;
	border: solid 1px #E2E2E2;
	border-radius: 4px;
 }
	
 .navi_btn2 a:hover {
	 color:#009DFF;
 }	 

 .navi_btn2 img {
   width: 85%;
   height: auto;
   object-fit: cover;
	margin: 10px auto 10px auto;
 }

/*ナビボタン　カテゴリー別　ここまで*/	
	
	
	
/* 商品　大　テーブル */	
 .item_table_big {
    margin: 1% auto;
    width: 95%;
	border: #efefef solid 1px;	 
  }
  .item_table_big tr {
    width: 100%;
  }
	
  .item_table_big td {
    padding: 1%;
    margin: 0 1%;
    width: 100%;
    vertical-align: top;
  }
	
  .column_img_border {
    width: 100%;
	padding: 0.5%;  
	margin-bottom: 1%;  
  }		
	
  .item_table_big_td {
    padding: 5px;
  }	
	
  .item_table_big_td > a  {
  color: #333333;	
  text-decoration:none; 		 
 }	
	
  .item_table_big_td > a:hover {
  text-decoration: underline;  	 
}	

  .item_table_text{
    max-width:100%;	
	margin-top: 1%;
	padding-top: 1%;
    font-size: 15px;/* google推奨サイズ */
    line-height:1.8em;
	border-top:dotted 2px #efefef;
	}	
	
	
/* 商品横2個配置テーブル */
 .item_table_big2 {
  /* 残*/
  margin: 3px auto;
  margin-top: 5px;
  width: 900px;
 }
 .item_table_big2 tr {
  margin-left: 20px;
 }
 /* 残*/
 .item_table_big2 td {
  /* 残*/
  padding: 5px;
  margin: 0px 5px;
  border: #efefef solid 1px;
  width: 380px;
  vertical-align: top;
 }
 .item_table_press_big2 {
  width: 15%;
 }
 .item_table_big2_img {
  display: flex;
  width: 50%;
 }	
	
	
 /* 商品テーブル(横4つ) */
 .item_table_small {
  margin: 0 auto 2% auto;
  width: 95%;
 }

 .item_table_small td {
  width: 180px;
  padding: 5px;
  border: #efefef solid 1px;
  vertical-align: top;
  object-fit: cover;	 
 }
	
 .item_table_small_td > a  {
  color: #333333;	
  text-decoration:none; 		 
 }	
	
 .item_table_small_td > a:hover {
  text-decoration: underline;  	 
}	
	
 .img_square img {
  width: 100%;
  height: auto;
  margin-bottom: 1%;
  object-fit: cover;
 }		
	
/*カテゴリーリスト　ここから*/	
.category_list{
	width: 85%;
	background-color: #F2F2F2;	
	margin:2% auto;
	padding: 2%;
}	
	
.category_list ul{
	width: 95%;
	margin: 1% auto;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	}
	
.category_list li {
    width: 32%;
	height: 80px;
	margin: 0.5%;
	position: relative;
   	display: block;	
	background-color: white;
 }
	
 .category_list a {
	display: flex;
   width: 100%;
   height: 100%;
	font-size: 1em;
	 font-weight: bold;
	color: #555555;	
	text-decoration: none;
	border: solid 1px #b3b3b3;
	border-radius: 4px;
 }
	
 .category_list a:hover {
	 color:#009DFF;
 }	 	

 .category_list a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 3px solid #555555;
    border-right: 3px solid #555555;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px; 
}	
	
 .category_list a:hover:after {
	 border-color:#009DFF;
 }	 		

 .category_list img {
   width: auto;
   height: 80%;
   object-fit: cover;
	margin: auto 2%;
 }
	
.category_list p{

	margin: auto 8px;
	font-size: 1.2em;

	padding-right: 6%;
}
	
.category_list span{
	font-size: 1.5em;
	font-weight: bold;
	color:#848484;
  display: block;
  text-align: center;
}		
/*カテゴリーリスト　ここまで*/		
	
/* バナー横並び */
 .recommend {
  width: 100%;
 }
 .recommend p {
  font-size: 1.1em;
  text-align: center;
  font-weight: bold;
 }
 .recommend_banner {
  width: 95%;
  display: flex;
  justify-content:flex-start;
  margin: 2% auto 2% auto;
  flex-wrap: wrap;	 
 }
 .recommend_banner li {
  width: 23%;
  margin: 1%;
  box-sizing: border-box;
 }
 .recommend_banner img {
  width: 100%;
 }	
	
}

/* SP画面用（ウィンドウ幅が768px以下の場合に適用） */
@media screen and (max-width: 768px) {
		
	
.industry_government h1{
	font-size: 1em;
    line-height: 1.5em;
	font-weight:normal;
	text-align: center; 
	width: 90%;
	margin: auto;
	line-height: 1.8em;	
	}	
	
.industry_government h1 span{
	display: block;
	font-weight:bold;
	font-size:20px;	
	font-size: 1.2em;	
	}		
		
  .top_text {
	width: 90%;
	margin:0% auto 8% auto;
	font-size: 1em;
	line-height: 1.8em;
    padding-top: 3%;
  }	
	
.t_text{
	width: 90%;
	margin:0% auto 8% auto;
	font-size: 1em;
	line-height: 1.8em;
    padding-top: 3%;	
	}		
	
.industry_government h2{
	font-size: 1.3em;
	background: linear-gradient(90deg, rgba(13, 88, 74, 1) 20%, rgba(33, 164, 135, 1));
	color: white;
	padding-top: 0.8em;
	padding-bottom: 0.6em;
	padding-left: 0.4em;
	margin: 10% 0 3% 0;
	width: 98%;
	letter-spacing: 0.05em;
	line-height: 1.8em;	
	}
	
.industry_government h2 span{
	font-size: 0.9em;
	display: block;
	}	
	
	

 .industry_government h3{
	width: 96%;
	padding-top: 0.7em;
	padding-left: 0.4em;
	padding-bottom: 0.5em;
	font-size: 1.1em;
	letter-spacing: 0.05em;
	color:#333;
	background-color:#f2f2f2;
	margin: 10% auto 1% auto;
	border-left: solid 8px #0D584A; 
	}
	
.industry_government h4{
	width: 92%;
	padding-top: 0.5em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
	font-size: 1em;
	letter-spacing: 0.05em;
	color:#333;
	margin: 2% auto 0% auto;
	border-bottom: 4px solid #0D584A;
	}		

/*　ナビボタン　*/		
.link-list {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 width: 97%;
 margin: 0 auto;
 margin-top: 3%;
 font-size: 0.9em;
}
 
.link-list a {
 position: relative;
 display: flex;
 width: 40%;
 margin: 1%;
 padding: 2% 4% 2% 3%;
 text-decoration: none;
 color: #1e7d4f;
 font-weight: bold;
 border: 1px solid #0D584A;
 background: #fff;
 border-radius: 5px;
 font-size: 10px;
}
 
.link-list a:visited {
 color: #0D584A;
}
 
 .link-list a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #1e7d4f;
    border-right: 3px solid #1e7d4f;
    transform: rotate(135deg) translateY(-50%);
    position: absolute;
    top: 25%;
    right: 15px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}	

 .link-list a:hover {
  color:#fff;
  background: #0D584A;	
  border: 1px solid #0D584A;
 }	
	
 .link-list a:hover:after {
  border-color: #fff;
  transition: 0.3s ease-in-out; 
 }		
/*　ナビボタンここまで　*/		
	
/*ナビボタン　カテゴリー別　ここから*/	
.navi_btn2 ul{
	width: 95%;
	display: flex;
	flex-wrap: wrap;
	margin: 1% auto;
	justify-content: flex-start;
	}
	
.navi_btn2 li {
   display: flex;
   width: 23%;
	margin: 1%;
	text-align: center;
 }
	
 .navi_btn2 a {
   display: block;
   width: 100%;
   height: 100%;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	color: #555555;	
	text-decoration: none;
	border: solid 1px #E2E2E2;
	border-radius: 4px;
 }
	
 .navi_btn2 a:hover {
	 color:#009DFF;
 }	 

 .navi_btn2 img {
   width: 90%;
   height: auto;
   object-fit: cover;
 	margin: 3% 1%;
 }
/*ナビボタン　カテゴリー別　ここまで*/	
	
	

	
	
/* 商品テーブル大 */		
 .item_table_big {
    margin: 3% auto;
    width:95%;
    justify-content: center;
  }	
	
 .item_table_big tr {
    display: inline;
    width: 100%;
  }
	
 .item_table_big td {
    width:100%;	 
    padding:0.1em;
    margin-bottom: 3%;
    display: inline-block;
    vertical-align: top;
  }	
	
  .column_img_border {
    border: #efefef solid 1px;
    width: 100%;
	margin-bottom: 1%;  
  }	
	
  .item_table_text{
    max-width:100%;	
	margin:  0 auto;  
    font-size: 1em;
    line-height:1.6em;		  
	}
	
  .item_table_big_td > a  {
  color: #333333;	
  text-decoration:none; 		 
 }	
	
  .item_table_big_td > a:hover {
  text-decoration: underline;  	 
}		
	

/* 商品テーブル大 */
 .item_table_big2 {
  /* 残 */
  margin: 5px auto;
  width: 98%;
  justify-content: center;
 }
 .item_table_big2 tr {
  display: inline;
  margin: 0 auto;
  padding: 0;
 }
 .item_table_big2 td {
  padding: 3px;
  margin: 0px 2px 1px 2px;
  border: 0;
  width: calc(100% / 2 - 15px);
  display: inline-block;
  vertical-align: top;
 }
 .item_table_press_big2 > a > img {
  border: #CCC solid 1px;
  width: 100%;
  height: 100%;
 }	
	
	
/* 商品テーブル小（2列） */		
 .item_table_small {
    margin: auto;
    width:96%;
	 
  }
  .item_table_small tr {
    display: inline;
    width: 100%;
	padding-left:0.1em;  
  }

  .item_table_small td {
    padding:0.1em;
	margin-bottom: 3%; 
    width:48%;
    display: inline-block;
    vertical-align: top;
  }
	
  .item_table_small_td> img {
    border: #efefef solid 1px;
    width: 100%;
	margin-bottom: 1%;  
  }	

  .item_table_small_td > a  {
  color: #333333;	
  text-decoration:none; 		 
 }	
	
  .item_table_small_td > a:hover {
  text-decoration: underline;  	 
}	

	
	
	
/*カテゴリーリスト　ここから*/	
.category_list{
	width: 96%;
	background-color: #F2F2F2;	
	margin:2% 0;
	padding: 2%;
}		
	
.category_list ul{
	width: 98%;
	margin: 1% auto 5% auto;
	display: flex;
	flex-wrap: wrap;
	}
	
.category_list li {
    width: 47%;
	height: 60px;
	margin: 1.5% ;
	position: relative;	
	
 }
	
 .category_list a {
	display: flex;
    width: 100%;
    height: 100%;
	font-size: 0.8em;
	font-weight: bold;
	color: #555555;	
	text-decoration: none;
	border: solid 1px #b3b3b3;
	border-radius: 4px;
	background-color: white;	 
 }
	
 .category_list a:hover {
	 color:#009DFF;
 }	 
	
.category_list a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 10px;
    border-radius: 1px;  
}		

 .category_list img {
   width: auto;
   height: 80%;
   object-fit: cover;
	margin: auto 2%;
 }
	
.category_list p{
	flex-wrap: nowrap;	
	margin: auto 8px;
	padding-right: 5%;
}	
.category_list span{
	font-size: 1.1em;
	color:#4d4d4d;
  display: block;
  text-align: center;
	margin-top: 2%;
}	
/*カテゴリーリスト　ここまで*/		

 /* バナー横並び */	
.recommend {
  width: 100%;
  text-align: center;
  margin-bottom: 10%;
 }
 .recommend p {
  font-size: 0.9em;
  font-weight: bold;
 }
 .recommend_banner {
  width: 95%;
  display: flex;
  justify-content:flex-start;
  list-style: none;
  margin: 0 auto;
  flex-wrap: wrap;
 }
 .recommend_banner li {
  width: 45%;
  margin: 0.5em ;
 }
 .recommend_banner img {
  width: 100%;
  object-fit: cover;
 }	
	
	
}