@charset "UTF-8";
/* CSS Document */


/* ------------------スマホ------------------ */
@media print, screen and (max-width: 640px){

br{
	display:none;
}
/*サイドナビ非表示*/
#side_navi{
	display:none;
}


.h3_item{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.h3_item img{
	max-width:100%;
	height:auto;
}


.h3_item2{
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.h3_item2 img{
	max-width:100%;
	height:auto;
}


/*ナビ非表示*/
#waku_pagenavi{
	display:none;
}

/*-------コークス-------*/

	
	/*2022追加*/
	.waku_bana_shokai{
		display: flex;
		flex-direction:column;
		
	}
	
	.waku_bana_shokai_img{
		flex-basis: 100%;
		
	}
	
	.waku_bana_shokai_img img{
	  	width: 100%;
		height: auto;
	}
	.waku_bana_shokai_text{
    background-color: #002c5c;	
		flex-basis: 100%;
	}
	.waku_bana_shokai_text .box_text{
		width: 85%;
		margin:15px auto;
		text-align: center;
		color:#FFF;
		
	}
	
	.waku_bana_shokai_text .box_text h3{
		font-size: 150%;
		margin:0 0 15px 0;
	}
	
	.waku_bana_shokai_text .box_text h3 span{
		font-size: 70%;
	}
	
.waku_bana_shokai_text .box_text h4{
		font-size: 100%;
		margin:0 0 10px 0;
	}
	
.waku_bana_shokai_text .box_text h4 .price{
		font-size: 160%;
		
	}
	
	
.button001 a {
    background: #FFF;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	text-decoration: none;
}
.button001 a:hover {
    background: #006fa6;
    color: #FFF;
}
.button001 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button001 a:hover:after {
    border-color: #FFF;
}

.h4_item{
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #002d5c;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.0em;
	font-weight: 600;
	border-left: 3px solid #002d5c;
}



.waku_bana{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	overflow:hidden;
}

.waku_bana img{
	max-width:100%;
	height:auto;
	
}


/*flexboxでナビ*/
.waku_pagenavi_SP {
  display: flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:center;
  background-color: #002d5c;
  width:100%;
  padding-bottom:5px;
}
.waku_pagenavi_SP a {
  margin: 5px 3px 0px 3px;
  display: block;
  padding: 0px;
  text-decoration: none;
}
.waku_pagenavi_SP li{
	list-style:none;
	width:50%;
}
.waku_pagenavi_SP li img{
	max-width:100%;
	height:auto;
}


/*コークスのカテゴリ*/
.ul_Koks{
  display: flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:center;
 
  width:100%;
  padding-bottom:5px;
}
.ul_Koks a {
  margin: 5px 5px 0px 0px;
  display: block;
  padding: 0px;
  text-decoration: none;
}
.ul_Koks li{
	list-style:none;
	width:33%;
}
.ul_Koks li img{
	max-width:100%;
	height:auto;
}
	
	
	
/*2022修正*/


.ul_3column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding-bottom: 5px;
  }

.ul_3column li {
    list-style: none;
    width: 45%;
	
	margin:0 2% 3% 0;
	
  }
.ul_3column li img{
	max-width: 100%;	
	
	}
	
 .ul_3column a {
	 width: 100%;
	 height: 100%;
	 text-decoration: none;
   display: block;
  }
	
/*
 .ul_3column .shokai_N {
    background-image: url(../item/images/syokai_N.jpg);
    background-repeat: repeat;
    
    background-position: center bottom;
  }
	
 .ul_3column .shokai {
    background-image: url(../item/images/syokai.jpg);
    background-repeat: no-repeat;
    
    background-position: center bottom;
  }
 .ul_3column .shoryu_S {
    background-image: url(../item/images/syoryu_s.jpg);
    background-repeat: no-repeat;
    
    background-position: center bottom;
  }
	
 .ul_3column .shoryu {
    background-image: url(../item/images/syoryu.jpg);
    background-repeat: no-repeat;
    
    background-position: center bottom;
  }*/
  .koks_price {
    background-color: #006fa6;
    padding: 5% 0;
    text-align: center;
    color: #FFF;
  }
  .koks_price h3 {
    font-size: 90%;
  }
  .koks_price h3 .kg {
    font-size: 60%;
  }
	
  .koks_price h3 .oguchi{
    background-color: #FFFFFF;	
	  border-radius: 4px;
	  padding:5px;
	  text-align: center;
	  color:#c2191f;
	  margin-left:5px;
	}
  .koks_price h4 {
    font-size: 150%;
    border-top: 1px solid #FFFFFF;
    padding-top: 5px;
    width: 85%;
    margin: 5px auto 0 auto;
	  font-family: "Arial Black", Gadget, sans-serif;
  }
  .koks_price h4 span {
    font-size: 60%;
  }
	

/*テキスト関連*/
.text_kokos_category_lead{
	color: #333;
	font-size:0.85em;
	line-height:175%;
	text-align:left;
	margin:0 0 15px 0;
}

.text_tool_category_lead{
	color: #333;
	font-size:0.85em;
	line-height:175%;
	text-align:left;
	margin:10px 0 25px 0;
}



/*コークス見出し*/
.h_item_category01{
	text-align: center;
	margin-top: 45px;
	margin-bottom: 10px;
}

.h_item_category01 img{
	max-width:100%;
	height:auto;
}


.h_size_koks{
	color: #002d5c;
	size:1.0em;
	text-align:center;
	margin:0 0 25px 0;
}



.h4_item_SubCategory_cardboad{
	background-image: url(../item/images/i_cardboad.png);
	background-repeat: no-repeat;
	color: #002d5c;
	size:1.0em;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin:25px 0 5px 0;
}


.h4_item_SubCategory_PE{
	background-image: url(../item/images/i_PE.png);
	background-repeat: no-repeat;
	color: #002d5c;
	size:1.0em;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin:25px 0 5px 0;
}



/*レンタンのナビ*/
.waku_pagenavi_Rentan {
  display: flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:center;
  font-size:12px;
  width:100%;
  padding-bottom:5px;
  padding-top:5px;
}
.waku_pagenavi_Rentan a {
  color:#333;
  display: block;
  padding: 0px;
  text-decoration: none;
}
.waku_pagenavi_Rentan article{
	list-style: none;
	width: 31%;
	background-color: #F5F5F5;
	 margin: 5px 0px 0px 1%;
}


.waku_pagenavi_Rentan article img{
	max-width:100%;
}

.waku_pagenavi_Rentan article h4{
	margin:0px;
	padding-bottom:8px;
}

.waku_pagenavi_Rentan article ul{
	padding: 0px;
	margin-left: 8px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 8px;
}

.waku_pagenavi_Rentan article li{
	list-style: none;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #CCCCCC;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.85em;
	background-image: url(../item/images/ya_blue.png);
	padding-left: 13px;
	background-repeat: no-repeat;
	background-position: 1px 10px;
	
}

/*BToB*/
.h4_BtoB{
	padding:10px;
	margin:25px 0px 8px 0px;
	background-color: #002d5c;
	border-radius: 4px;
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
}

.h5_BtoB{
	padding:5px;
	margin:0px 0px 3px 0px;
	background-color: #006fa6;
	border-radius: 1px;
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.9em;
	text-align:center;
	width:100px
}
.text_BtoB{
	color: #333;
	font-size:0.85em;
	line-height:175%;
	text-align:left;
	margin:10px 0 15px 0;
	padding:0px;
}



.text_tel{
	color: #002d5c;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 1.6em;
	padding:0px;
	margin:10px 0 25px 0;
}
/*お得なセット*/

#waku_otoku_set{
	 overflow:hidden;
	 width:100%;
}

#waku_otoku_set img{
	max-width:100%;
	height:auto;
}
#waku_otoku_set_left{
	background-color: #006FA6;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 49%;
}

#waku_otoku_set_right{
	background-color: #006FA6;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 49%;
	
}

#waku_otoku_set h5{
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 8px;
	margin-left: 20px;
}

#waku_otoku_set p{
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 8px;
	margin-left: 20px;
	font-size: 0.7em;
	line-height: 160%;
	color: #FFF;
}

#waku_otoku_set h6{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#waku_otoku_set ul{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0px;
	}

#waku_otoku_set li{
	margin: 0px;
	padding: 0px;
	list-style:none;
}

}