@charset "UTF-8";
/* CSS Document */
/* ------------------レスポンシブ------------------ */


/*ページナビ*/
#waku_pagenavi_RP{
    padding: 2%;
    background-color: #002d5c;

}

#waku_pagenavi_RP ul{
	display: flex;
}

#waku_pagenavi_RP li{
	margin:0 0 8px 0;
}

#waku_pagenavi_RP li:last-child{
	margin-bottom:0px;
}



@media print, screen and (max-width: 640px) {
#waku_pagenavi_RP{
    padding: 2%;
    background-color: #002d5c;

}

#waku_pagenavi_RP ul{
	display: flex;
}

#waku_pagenavi_RP li{
	margin:0 0 5px 0;
}

#waku_pagenavi_RP li:last-child{
	margin-bottom:0px;
}
}


/*コークス商品タイトル*/
.title_koks{
	width: 350px;
	margin:55px auto 10px auto;
	text-align: center;

}

.title_koks h3{
	color:#002d5c;
	font-size:25px;
	margin:5px 0 0 0;
	padding:0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.title_koks h3 .furigana{
	font-size:15px;
	display: block;
	margin: 0 0 0px 0;
	padding:0px;
}

.title_koks h3 .new{
    font-size: 14px;
    display: block;
    margin: 0 auto 10px auto;
    padding: 5px;
    background-color: #c01c21;
	color:#FFF;
	width: 50px;
	border-radius: 5px;
}

.title_koks ul{
	display: flex;
	width: 250px;
	margin:5px auto 8px auto;
	justify-content:space-between;
}

.title_koks ul li{
	width: 48%;
	font-size: 15px;
	color:#FFF;
	background-color: #002d5c;

}

.title_koks h4{
	font-size:15px;
	text-align: center;
	margin:5px 0 0 0;
	padding:0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	color:#002d5c;

}

/*お得なセット*/
#wrap_set{
	display: flex;
	justify-content:space-between;
}

.wrap_set{
    width: 47%;
    background-color: #006fa6;
	padding-bottom:10px;
}


.wrap_set .image{
	margin:0 0 8px 0;
}

.wrap_iteminfo{
	width: 90%;
	margin:0 auto;
}

.wrap_iteminfo h4{
    color: #FFF;
    font-size: 17px;
    margin: 15px 0 12px 0;
    border-left: 2px solid #FFFFFF;
	padding-left:10px;
}

.wrap_iteminfo p{
	font-size: 16px;
	color: #FFF;
	margin:0 0 12px 0;
}

.wrap_iteminfo ul{
	background: #FFF;
}

.wrap_iteminfo li{
    padding: 10px;
    border-bottom: 1px dotted #002D5C;
	 background-repeat: no-repeat;
    background-position: right 8px center;
}
.wrap_iteminfo li a{
	display: block;
	color:#002d5c;
	text-decoration: none;
}

.wrap_iteminfo li h5{
	font-size:16px;
	margin:0 0 3px 0;
}

.wrap_iteminfo li h6{
	font-size:25px;
	margin:0;
	 font-family: "Arial Black", Gadget, sans-serif;
}

.wrap_iteminfo li h6 .yen{
	font-size:13px;
}

.wrap_iteminfo li h6 .tax{
	font-size:13px;
}
.i_set001{
    background-image: url(../item/images/i_set001.png);

}


.i_set002{
    background-image: url(../item/images/i_set002.png);

}

.i_set003{
    background-image: url(../item/images/i_set003.png);

}

.i_set004{
    background-image: url(../item/images/i_set004.png);

}

.i_set005{
    background-image: url(../item/images/i_set005.png);

}


@media print, screen and (max-width: 640px) {
#wrap_set{
	display: flex;
	flex-direction: column;
}


.wrap_set{
    width: 90%;
    background-color: #006fa6;
	padding-bottom:10px;
	margin:0 auto 15px auto;
}

.wrap_iteminfo li h5{
	font-size:14px;
	margin:0 0 3px 0;
}

.wrap_iteminfo li h6{
	font-size:25px;
	margin:0;
	 font-family: "Arial Black", Gadget, sans-serif;
}


}



/* ------------------pc------------------ */
@media print, screen and (min-width: 641px) {
  #side_navi {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 195px;
  }
  .waku_sn_middle {
    background-image: url(../item/images/waku_sn_middle.png);
    background-repeat: repeat-y;
    padding: 5px;
    width: 185px;
    border-radius: 5px; /* CSS3草案 */
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
    -moz-border-radius: 5px; /* Firefox用 */
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
  }
  .waku_sn_middle h3 {
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
  }
  .waku_sn_middle ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }
  .waku_sn_middle li {
    background-image: url(../item/images/ya_sn.png);
    background-repeat: no-repeat;
    background-position: 1px 3px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 15px;
    font-size: 13px;
    color: #3E3A39;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #084681;
  }
  .waku_sn_middle li a {
    font-size: 13px;
    color: #3E3A39;
    text-decoration: none;
  }
  .waku_sn_middle li a:hover {
    font-size: 13px;
    color: #3E3A39;
    text-decoration: underline;
  }
  .waku_sn_middle li a:active {
    font-size: 13px;
    color: #3E3A39;
    text-decoration: underline;
  }
  .waku_sn_middle li a:visited {
    font-size: 13px;
    color: #3E3A39;
    text-decoration: none;
  }
  .waku_sn_white {
    margin: 0px;
    padding: 10px;
    width: 165px;
    background-color: #FFF;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
  }
  #main {
    padding: 0px;
    float: right;
    width: 670px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
  }

	/*2022追加*/
	.waku_bana_shokai{
		display: flex;
		flex-direction:row

	}

	.waku_bana_shokai_img{
		flex-basis: 43%;

	}
	.waku_bana_shokai_text{
    background-color: #002c5c;
		flex-basis: 57%;
	}
	.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;
}


  .h3_item {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  .h3_item2 {
    padding: 0px;
    margin-top: 45px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  /*テキスト関連*/
  .text_kokos_category_lead {
    color: #333;
    font-size: 0.85em;
    line-height: 175%;
    text-align: center;
    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: 25px;
    margin-bottom: 10px;
  }
  .h_size_koks {
    color: #002d5c;
    size: 1.0em;
    text-align: center;
    margin: 0 0 15px 0;
    padding: 0px;
  }
  .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: 15px 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: 15px 0 5px 0;
  }
  /*コークスのカテゴリ*/
  .ul_Koks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding-bottom: 5px;
  }
  .ul_Koks a {
    margin: 5px 3px 0px 3px;
    display: block;
    padding: 0px;
    text-decoration: none;
  }
  .ul_Koks li {
    list-style: none;
    width: 32%;
  }
  .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: 31%;
	margin:0 1% 3% 0;

  }

.ul_3column li img{
	max-width: 100%;

	}
 .ul_3column a {
	 width: 100%;
	 height: 100%;
	 text-decoration: none;
   display: block;
  }

 .ul_3column .chukai {
    background-image: url(../item/images/syokai_N.jpg);
    background-repeat: no-repeat;

    background-position: center bottom;
  }


 .ul_3column .shokai_N {
    background-image: url(../item/images/syokai_N.jpg);
    background-repeat: no-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;
  }

 .ul_3column .rentan {
    background-image: url(../item/images/bana_gyoumurentan.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%;
  }
  .koks_price h5 {
    font-size: 120%;

    padding: 5px 0;
    width: 85%;
    margin: 5px auto 0 auto;
    font-family: "Arial Black", Gadget, sans-serif;
    background-color: #002C5C;
	border-radius: 5px
  }
  .koks_price h5 span {
    font-size: 60%;
  }



.rentan_price {
    background-color: #006fa6;
    padding: 5% 0;
    text-align: center;
    color: #FFF;
color: #FFF;
  }


  .koks_price h5 {
    font-size: 150%;002c5c
    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%;
  }

/*以前のまま*/
  .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.1em;
    font-weight: 600;
    border-left: 3px solid #002d5c;
  }
  .h4_item2 {
    padding: 0px;
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 8px;
    margin-left: 0px;
  }
  .text_item01 {
    font-size: 13px;
    color: #4C4948;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
  .text_item02 {
    font-size: 12px;
    color: #4C4948;
    padding: 0px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .text_item03 {
    font-size: 11px;
    color: #4C4948;
    padding: 0px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .text_item_juryo {
    font-size: 18px;
    color: #4C4948;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
  .waku_bana {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    overflow: hidden;
  }
  .waku_bana_left {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 325px;
  }
  .waku_bana_right {
    margin: 0px;
    padding: 0px;
    float: right;
    width: 325px;
  }
  /*コークス新しいバナー*/
  .waku_kokusu_dan {
    padding: 0px;
    float: left;
    width: 160px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .waku_kokusu_dan_r {
    padding: 0px;
    float: left;
    width: 160px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .h5_item {
    padding: 0px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .waku_kokusu {
    padding: 0px;
    float: left;
    width: 125px;
    margin-top: 0px;
    margin-right: 11px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .waku_kokusu_r {
    padding: 0px;
    float: left;
    width: 125px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .waku_kigu {
    padding: 0px;
    float: left;
    width: 220px;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .waku_kigu_r {
    padding: 0px;
    float: left;
    width: 220px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .ul_item {
    padding: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 5px;
    list-style-type: none;
  }
  .li_item {
    background-image: url(../item/images/ya_blue.png);
    background-repeat: no-repeat;
    background-position: 3px 3px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 3px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    font-size: 13px;
    color: #3E3A39;
  }
  .li_item a {
    color: #3E3A39;
    text-decoration: underline;
  }
  .li_item a:hover {
    color: #3E3A39;
    text-decoration: none;
  }
  .li_item a:active {
    color: #3E3A39;
    text-decoration: none;
  }
  .li_item a:visited {
    color: #3E3A39;
    text-decoration: underline;
  }
  /*コークス商品ページ*/
  .waku_konpo {
    background-color: #F5F5F5;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
    padding-top: 25px;
    padding-right: 30px;
    padding-bottom: 25px;
    padding-left: 30px;
  }
  .waku_konpo h5 {
    padding: 0px;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
  .waku_konpo h6 {
    padding: 0px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
  }
  .waku_juryo_koks {
    background-image: url(http://satomi-nenryou.com/item/images/koks/photo_koks.jpg);
    background-repeat: no-repeat;
    background-position: right top;
  }
  .waku_juryo_koks_PE_shokai {
    background-image: url(http://satomi-nenryou.com/item/images/koks/photo_kokus_PE_shokai.jpg);
    background-repeat: no-repeat;
    background-position: right top;
  }
  /*コークスを選択するバナー*/
  .waku_select_koks {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    overflow: hidden;
  }
  .waku_select_koks_bana {
    padding: 0px;
    float: left;
    width: 150px;
    margin-top: 0px;
    margin-right: 3px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .waku_select_koks_bana_r {
    padding: 0px;
    float: left;
    width: 150px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  /*新しいもの*/
  .box_select_koks_bana {
    padding: 0px;
    float: left;
    width: 200px;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .box_select_koks_bana_r {
    padding: 0px;
    float: left;
    width: 200px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .text_item_konpo {
    font-size: 13px;
    color: #4C4948;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    width: 365px;
  }
  .ul_matome {
    padding: 0px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    list-style-type: none;
  }
  .li_matome {
    background-image: url(http://satomi-nenryou.com/item/images/koks/ya_blue.gif);
    background-repeat: no-repeat;
    background-position: 5px 3px;
    font-size: 12px;
    padding-left: 15px;
  }
  /*お知らせブログ*/
  #waku_info_blog {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 35px;
    margin-left: 0px;
    overflow: hidden;
  }
  .date {
    font-size: 13px;
    color: #084681;
    padding: 0px;
    margin-top: 0px;
    margin-right: 15px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  #feed li {
    list-style-type: none;
  }
  .text_info {
    font-size: 13px;
    color: #3E3A39;
  }
  .text_info a {
    color: #3E3A39;
    text-decoration: underline;
  }



  /*ページナビ*/
  #waku_pagenavi {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    overflow: hidden;
  }
  #waku_pagenavi h4 {
    margin: 0px;
    padding: 0px;
  }
  #waku_pagenavi ul {
    margin: 0px;
    padding: 0px;
  }
  #waku_pagenavi li {
    margin: 0px;
    padding: 0px;
    float: left;
    list-style-type: none;
  }
  #itemnavi01 {
    background-image: url(../item/images/navi01_o.png);
    background-repeat: no-repeat;
    height: 183px;
    width: 170px;
  }
  #itemnavi01 a {
    text-decoration: none;
    background-image: url(../item/images/navi01.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
    margin: 0px;
    padding: 0px;
    height: 183px;
    width: 170px;
  }
  #itemnavi01_o a {
    text-decoration: none;
    background-image: url(../item/images/navi01_o.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
    margin: 0px;
    padding: 0px;
    height: 183px;
    width: 170px;
  }
  #itemnavi01 a:hover {
    background: none;
  }
  #itemnavi02 {
    background-image: url(../item/images/navi02_o.png);
    background-repeat: no-repeat;
    height: 183px;
    width: 165px;
  }
  #itemnavi02 a {
    text-decoration: none;
    background-image: url(../item/images/navi02.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
    margin: 0px;
    padding: 0px;
    height: 183px;
    width: 165px;
  }
  #itemnavi02_o a {
    text-decoration: none;
    background-image: url(../item/images/navi02_o.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
    margin: 0px;
    padding: 0px;
    height: 183px;
    width: 165px;
  }
  #itemnavi02 a:hover {
    background: none;
  }
  #itemnavi03 {
    background-image: url(../item/images/navi03_o.png);
    background-repeat: no-repeat;
    height: 183px;
    width: 167px;
  }
  #itemnavi03 a {
    text-decoration: none;
    background-image: url(../item/images/navi03.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
    margin: 0px;
    padding: 0px;
    height: 183px;
    width: 167px;
  }
  #itemnavi03_o a {
    text-decoration: none;
    background-image: url(../item/images/navi03_o.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
    margin: 0px;
    padding: 0px;
    height: 183px;
    width: 167px;
  }
  #itemnavi03 a:hover {
    background: none;
  }
  #itemnavi04 {
    background-image: url(../item/images/navi04_o.png);
    background-repeat: no-repeat;
    height: 183px;
    width: 168px;
  }
  #itemnavi04 a {
    text-decoration: none;
    background-image: url(../item/images/navi04.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
    margin: 0px;
    padding: 0px;
    height: 183px;
    width: 168px;
  }
  #itemnavi04_o a {
    text-decoration: none;
    background-image: url(../item/images/navi04_o.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
    margin: 0px;
    padding: 0px;
    height: 183px;
    width: 168px;
  }
  #itemnavi04 a:hover {
    background: none;
  }
  /*業務用*/
  #waku_frekon {
    background-image: url(../item/BtoB/images/photo_frekon.jpg);
    background-repeat: no-repeat;
    background-position: right top;
  }
  .text_frekon01 {
    font-size: 13px;
    color: #4C4948;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    width: 420px;
  }
  .text_frekon02 {
    font-size: 12px;
    color: #4C4948;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
  }
  .text_frekon_blue {
    font-size: 15px;
    color: #002D5C;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 8px;
    margin-left: 0px;
  }
  .td_frekon_left {
    padding-top: 5px;
    padding-right: 25px;
    padding-bottom: 5px;
    padding-left: 5px;
    width: 100px;
  }
  .td_frekon_right {
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 5px;
  }
  /*お得なセット*/
  #waku_otoku_set {
    overflow: hidden;
    width: 100%;
  }
  #waku_otoku_set img {
    max-width: 100%;
  }
  #waku_otoku_set_left {
    background-color: #006FA6;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 47%;
  }
  #waku_otoku_set_right {
    background-color: #006FA6;
    margin: 0px;
    padding: 0px;
    float: right;
    width: 47%;
  }
  #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: 13PX;
    line-height: 160%;
    color: #FFF;
  }
  #waku_otoku_set h6 {
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 20px;
  }
  #waku_otoku_set ul {
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding: 0px;
  }
  #waku_otoku_set li {
    margin: 0px;
    padding: 0px;
    list-style: none;
  }
  .waku_blue_line {
    border: 1px solid #002D5C;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .waku_blue_line p {
    font-size: 13px;
    color: #4C4948;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  /*レンタンのナビ*/
  .waku_pagenavi_Rentan {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .waku_pagenavi_Rentan a {
    display: block;
    padding: 0px;
    text-decoration: none;
    color: #333;
  }
  .waku_pagenavi_Rentan article {
    list-style: none;
    width: 32%;
    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_pagenavi_SP {
    display: none;
  }
}



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


/*サイドナビ非表示*/
#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;
}

}
