/*商品ページの一覧　jikko.cssに移動する*/
.cp_tab_goods *, .cp_tab_goods *:before, .cp_tab_goods *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #f0f0f0;
}
.cp_tab_goods {
	margin: auto 0 ;
	text-align:center;
}
.cp_tab_goods > input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
}
.cp_tab_goods .cp_tab_goods_panel {
	display: none;
}
.cp_tab_goods_panel {
	text-align:left;
}
.cp_tab_goods > input:first-child:checked ~ .cp_tab_goods_panels > .cp_tab_goods_panel:first-child,
.cp_tab_goods > input:nth-child(3):checked ~ .cp_tab_goods_panels > .cp_tab_goods_panel:nth-child(2),
.cp_tab_goods > input:nth-child(5):checked ~ .cp_tab_goods_panels > .cp_tab_goods_panel:nth-child(3),
.cp_tab_goods > input:nth-child(7):checked ~ .cp_tab_goods_panels > .cp_tab_goods_panel:nth-child(4),
.cp_tab_goods > input:nth-child(9):checked ~ .cp_tab_goods_panels > .cp_tab_goods_panel:nth-child(5),
.cp_tab_goods > input:nth-child(11):checked ~ .cp_tab_goods_panels > .cp_tab_goods_panel:nth-child(6) {
	display: block;
}
.cp_tab_goods > label {
	margin-bottom: -3px;
	position: relative;
	display: inline-block;
	padding:4px 30px 1px 30px;
	cursor: pointer;
	border: 3px solid #274773;
	border-radius: 6px 6px 0 0;
	font-family:"&#230;&#184;&#184;&#230;&#732;&#381;&#230;&#339;&#157;&#228;&#189;“", "YuMincho", serif;
	background-color: #fff;
	font-size:20px;
	width:180px;
}
.cp_tab_goods > label:hover,
.cp_tab_goods > input:focus + label {
	background-color: #274773;
	color:#fff;
}
.cp_tab_goods > input:checked + label {
	margin-bottom: -3px;
	border: 3px solid #0F3783;/*&#232;&#402;&#338;&#230;&#8482;&#175;&#232;‰&#178;&#227;&#129;¨&#229;&#144;&#338;&#227;&#129;&#732;*/
	border-radius: 6px 6px 0 0;
	background-color: #274773;
	color:#fff;
	background-image: url(https://www.jikko.jp/img/common/bg_togood.png);
}
.cp_tab_goods .cp_tab_goods_panel {
	padding: 0.5em 1em;
	border: 5px solid #274773;
}
.cp_tab_goods_panel a:link,.cp_tab_goods_panel a:visited {
    text-underline-offset: 0.1em!important;
}
@media (max-width: 480px) {
	.cp_tab_goods {
		width: 100%;
		font-size: 0.8em;
	}
	.cp_tab_goods label {
		padding:5px 5px 1px 5px;
	}
	.cp_tab_goods > label {
		font-size:15px;
		margin-bottom: -3px;
		width: 85px;
	}
}


/*mainIMGのタイトル*/
.mainIMGtitle {
  position: relative;
  bottom: 60px;
  left: 15%; /* タイトルの位置を調整する場合はこの値を変更してください */
  color: white;
  font-size: 33px; /* タイトルのフォントサイズを調整 */
  font-weight: bold; /* タイトルのフォントウェイトを調整 */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* タイトルの読みやすさを向上させるためのシャドウ */
  font-family: 游明朝体, YuMincho, serif;
}

		@media screen and (max-width:743px) {
			.mainIMGtitle{
		    	bottom: 80px;
		    	left: 5%;
		    	font-size:36px;
			}
		}
.goods{
font-size: 21px;
margin-bottom:10px;
display: inline-block;
font-family:"游明朝体", "YuMincho", serif;
line-height: 1.4;
color: #0F3783;
text-decoration:underline;
}

a.agoods:hover{
text-decoration:none!important;
}

/*ブログの4列*/
.width_rl40px{
margin-right:40px;
margin-left:40px;
}
	@media screen and (max-width:743px) {
			.width_rl40px{
			margin-right:0px;
			margin-left:0px;
			}
	}
.lay104.type_c li {
margin-right:10px!important;
}
	@media screen and (max-width:743px) {
			.lay104.type_c li{
			margin-right:5px!important;
			}
			.lay104.type_c li:nth-child(4n) {
			margin-right:0px;
			}
	}

/*ヘッダー：ログイン、マイページ*/
.logout.my-false { display: none; }
.login.my-true { display: none; }

/*テーブル鋼材別*/
.tbl-kouzai {
    margin: 20px auto;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 1.4em;
    border-radius: 10px;
    overflow: hidden;
}
.tbl-kouzai th, .tbl-kouzai td {
    box-shadow: inset 0 -1px rgba(255,255,255,0.75), 
      inset 0 1px rgba(255,255,255,0.75);
    color: #f7f7f7!important;
}
.tbl-kouzai a {
    color: #f7f7f7!important;
}
.tbl-kouzai th {
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    padding: 1em;
    color: rgba(255,255,255,0.45);
    text-shadow: 0 0 1px rgba(255,255,255,0.1);
    font-size: 1.5em;
}
.tbl-kouzai td {
    padding: 10px 30px 10px 20px;
    text-shadow: 0 0 1px rgba(255,255,255,0.1);
}
.tbl-kouzai tr {
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
}
.tbl-kouzai-1 {
    background: #003366;
}
.tbl-kouzai-h-h {
    background: #00468C;
}
.tbl-kouzai-h-a {
    background: #0059B2;
}
.tbl-kouzai-s-h {
    background: #C60000;
}
.tbl-kouzai-s-a {
    background: #FF4D4D;
}
.tbl-kouzai-1 td:hover {
    background: rgba(0,0,0,0.19);
}
.tbl-kouzai-2 td:hover {
    background: rgba(0,0,0,0.1);
}
.tbl-kouzai-2 {
    background: #9A0000;
}
.tbl-kouzai tr>* {
    border: none;
}
.tbl-kouzai tr:first-child>*:first-child {
    border-radius: 10px 0 0 0;
}
.tbl-kouzai tr:first-child>*:last-child {
    border-radius: 0 10px 0 0;
}
.tbl-kouzai tr:last-child>*:first-child {
    border-radius: 0 0 0 10px;
}
.tbl-kouzai tr:last-child>*:last-child {
    border-radius: 0 0 10px 0;
}
.tbl-kouzai-left-cell {
    border-bottom-left-radius: 10px;
}
.tbl-kouzai-bottom-left {
    border-radius: 0 0 0 10px;
}


	
	@media screen and (max-width:743px) {
			  /*.tate{
				writing-mode: vertical-rl;
				text-align: center;
			  }*/
			 .tbl-kouzai {
			     margin: 20px auto;
			 }
			 .tbl-kouzai td {
				padding: 10px 10px;
			  }
	}
		/*smpログインボタン*/
		#header_smp p.boxb {
		margin:0px 0px 0px 5px!important;
		}

		#header_smp .boxc {
		width: 55px;
		margin:0px 0px 0px auto;
		font-size:9px;
		line-height:1;
		}
		#header_smp .boxc a{
		display:block;
		/*background:#212945;*/
		text-align:center;
		text-decoration: none;
		/*color:#fff;*/
		box-sizing: border-box;
			margin-right:5px;
		}
		#header_smp .boxc p {
		margin:0px;
		}
		#header_smp .boxc img {
		width: 30px;
		margin: 5px;
		}

		/*メニューを開いた際の調整*/
		#header_smp .boxa .wrpb {min-height: 42px;display: flex;align-items: center;}
		/*ログインを非表示、閉じるを右端に*/
		#global_smp.open .boxc { display: none; }
		#global_smp.open .boxb{ position: absolute!important;top:0px!important;right:0px!important; }

/*フッターのタブ*/
.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #f0f0f0;
}
.cp_tab {
	margin: auto 0 ;
	text-align:center;
}
.cp_tab > input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
}
.cp_tab .cp_tabpanel {
	display: none;
}
.cp_tabpanel {
	text-align:left;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
	display: block;
}
.cp_tab > label {
	margin-bottom: -3px;
	position: relative;
	display: inline-block;
	padding:4px 30px 1px 30px;
	cursor: pointer;
	border: 3px solid #274773;
	border-radius: 6px 6px 0 0;
	font-family:"游明朝体", "YuMincho", serif;
	background-color: #fff;
	font-size:20px;
	width:300px;
}
.cp_tab > label:hover,
.cp_tab > input:focus + label {
	background-color: #274773;
	color:#fff;
}
.cp_tab > input:checked + label {
	margin-bottom: -3px;
	border-bottom: 3px solid #0F3783;/*背景色と同じ*/
	border-radius: 6px 6px 0 0;
	background-color: #274773;
	color:#fff;
	background-image: url(https://www.jikko.jp/img/common/bg_togood.png);
}
.cp_tab .cp_tabpanel {
	padding: 0.5em 1em;
	border-top: 7px solid #274773;
}
.cp_tabpanel a:link,.cp_tabpanel a:visited {
    text-underline-offset: 0.1em!important;
}
@media (max-width: 480px) {
	.cp_tab {
		width: 100%;
		font-size: 0.8em;
	}
	.cp_tab label {
		padding:5px 5px 1px 5px;
	}
	.cp_tab > label {
		font-size:16px;
		margin-bottom: -3px;
		width: 100px;
	}
}
/*フッターのタブ用にtopを調整*/
#footer {
	margin-top: 0px!important;
	background-color: #f0f0f0!important;
}

/*フッター上背景*/
#footer_top {
background: url(https://jikko.itembox.design/item/common/img/base/footer_bg.png) repeat-x center top;
padding-top:190px;
margin-top:100px;
}
#knowledge_bg01+#footer_top {
margin-top:0px;
}
		@media screen and (max-width:743px) {
		#footer {
		background: url(https://jikko.itembox.design/item/common/img/base/footer_bg_smp.png) repeat-x center top;
		padding-top:128px;
		margin-top:100px;
		}
		/*smp end*/}




#knowledge_bg01:after {
height:150px!important;
}

/*背景パターンA*/
.bg_tab {
background: url(https://jikko.itembox.design/item/common/img/base/bg_a.png) repeat center center;
padding:0px;
}


/*faqアコーディオン*/
.accordion_faq {
  margin: 0 auto 50px;
}

.accordion-check {
  display: none;
}

.accordion-label {
  background: #fbf8f6;
  display: block;
  margin-bottom: 2px;
  font-weight: 600;
  color: #444;
  padding: 10px 10px 10px 20px;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.accordion-label:after {
  background: #9d9d9d;
  box-sizing: border-box;
  content: "＋";
  display: block;
  font-weight: 1000;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.accordion-content {
  background: #fff;
  display: block;
  height: 0;
  opacity: 0;
  padding: 2px;
  visibility: hidden;
  margin-bottom: 2px;
  border-radius: 3px;
}

.accordion-content a {
  color: #fff !important;
}

.accordion-content p {
  color: #fff !important;
}

.accordion-check:checked + .accordion-label:after {
  content: "－";
}

.accordion-check:checked + .accordion-label + .accordion-content {
  height: auto;
  opacity: 1;
  padding: 15px;
  visibility: visible;
}





/*マイページお気に入り表示*/
.fs-body-my-top .fs-l-main .fs-c-wishlistProduct {
    display: block;
}

/*マイページ注文履歴とレビュー*/
li.fs-c-accountService__page--orderHistoryList .fs-c-string--label {
    font-size: 0;
}
 
li.fs-c-accountService__page--orderHistoryList .fs-c-string--label:before {
    font-size: 16px;
    content: '注文履歴 ＆\Aレビューを書く';
    white-space: pre;
}
 
li.fs-c-accountService__page--orderHistoryList .fs-c-accountService__pageLink__label::before{
    height:50px;
}

/*アコーディオン*/


.handle dt:after {
    content: "+";
    display: block;
    position: absolute;
    right: 5px;
    top: 10px;
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 21px;
    font-size: 1.3125rem
}

/*カテゴリーの文字装飾*/
/*
.btn_item {
    display: block;
    text-align: center;
    vertical-align: middle;
    width: 70%;
    margin: 10px 0
    padding: 0.3rem 0.5rem 0.1rem 0.5rem;
    font-weight: bold;
    border: 2px solid #CCC;
    background: #f8f5f5;
    color: #444!important;
    text-decoration:none!important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    border-radius: 100vh;
    transition: 0.5s;
    font-size:18px;
}
.btn_item:hover {
	background: #333;
	color: #fff!important;
}

		@media screen and (max-width:743px) {
			.btn_item {
		    	width: 80%;
		    	font-size:16px;
			}
		}
*/

/*future自動のカテゴリー文字装飾*/
/*
.fs-c-subgroupList__label {
    display: block;
    text-align: center;
    vertical-align: middle;
    width: 70%;
    margin: 10px 0;
    padding: 0.3rem 0.5rem 0.1rem 0.5rem;
    font-weight: bold;
    border: 2px solid #CCC;
    background: #f8f5f5;
    color: #444!important;
    text-decoration:none!important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    border-radius: 100vh;
    transition: 0.5s;
    font-size:18px;
}
.fs-c-subgroupList__label:hover {
	background: #333;
	color: #fff!important;
}

		@media screen and (max-width:743px) {
			.fs-c-subgroupList__label {
		    	width: 80%;
		    	font-size:16px;
			}
		}
*/

/*カテゴリーページでページ名無しのh1*/
/*大見出し(レベル1)*/
.ttl_set_a h1{
font-size: 33px;
font-family:"游明朝体", "YuMincho", serif;
font-weight: 600;
text-align: center;
background: url(https://jikko.itembox.design/item/common/img/base/h2_img.png) no-repeat center top;
background-size: 24px 69px;
padding-top:85px;
margin-top:95px;
margin-bottom:40px;
}
.ttl_set_a h1.color_white {
background: url(https://jikko.itembox.design/item/common/img/base/h2_img_white.png) no-repeat center top;
background-size: 24px 69px;
color:#fff;
}
/*
.ttl_set_a h1 {
background: url(https://jikko.itembox.design/item/common/img/base/h2_img_black.png?v2) no-repeat center top;
background-size: 5px 41px;
padding-top:55px;
}*/


		@media screen and (max-width:743px) {
		.ttl_set_a h1{
		font-size: 24px;
		}
		.ttl_set_a h2{
		font-size: 29px;
		}
		/*smp end*/}


/*商品説明のボックス*/
.lay118-2 {
margin-top:5px;
background: #F2F0EC!important;;;
border:solid 1px #C0C0CC;
border-radius: 3px;
padding:5px;
font-size:14px;
}


/*商品詳細　レビュー欄
ーーーーーーーーーーーーーーーーーーーーーーーー*/

.fs-body-product .fs-c-productReview {
display: flex;
flex-wrap: wrap;
justify-content: center;
flex-direction: row-reverse;
}
.fs-body-product .fs-c-productReview__reviewList,
.fs-body-product .fs-c-productReview__aggregateRating {
width:100%;
}
.fs-body-product .fs-c-productReview__addReview,
.fs-body-product .fs-c-productReview__allReviews {
width:230px;
margin:20px 5px 0px;
text-align: center !important;
}
.fs-body-product .fs-c-productReview__addReview a,
.fs-body-product .fs-c-productReview__allReviews a {
display: block;
background: #212945 url(https://www.jikko.jp/img/common/bg_togood.png); no-repeat right 10px center / 8px 12px;
color:#fff;
font-family:"游明朝体", "YuMincho", serif;
font-size: 17px;
text-decoration: none;
padding:5px 0px;
}
.fs-body-product .fs-c-productReview__addReview a:hover,
.fs-body-product .fs-c-productReview__allReviews a:hover {
opacity: .6;
}


.fs-body-product .fs-c-button--plain.fs-c-button--addReview--detail::before {
color:#fff;
}

.fs-body-product .fs-c-button--addReview--detail .fs-c-button__label {
text-decoration: none;
}

/*
.fs-body-product .fs-c-button--plain.fs-c-button--viewAllReviews::before {
display: inline-block;
content:"";
background:  url("https://kotaki.itembox.design/item/common/img/base/icon_review.png") no-repeat center center / cover;
width:18px;
height: 17px;
}
*/

.fs-body-product .fs-c-reviewer__name a {
font-size: 21px;
font-family:"游明朝体", "YuMincho", serif;
}

		@media screen and (max-width:743px) {
		.fs-body-product .fs-c-productReview__addReview,
		.fs-body-product .fs-c-productReview__allReviews {
		width:80%;
		margin:20px 0px 0px;
		}
		.fs-body-product .fs-c-productReview__addReview a,
		.fs-body-product .fs-c-productReview__allReviews a {
		font-size: 18px;
		}
		/*sp end*/}




/*SEO関連*/
/* ナビゲーションリストアイテムのスタイル */
#global li {
  position: relative;
}




/*プロフィール*/
.write-pf__con {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}



/* サブメニューの初期非表示 */
#global ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
background-image: url(https://www.jikko.jp/img/common/bg_togood.png);
  background-color:#060D21;
  padding: 10px;
  width:200px;
  z-index: 2;
}

/* メインメニューアイテムホバー時にサブメニューを表示 */
#global li:hover > ul {
  display: block;
}

/* サブメニューのリストアイテムのスタイル */
#global ul ul li {
  margin-right: 0;
  border-bottom: 1px solid #fff;
  margin:10px!important;
}

/* サブメニューのリンクのスタイル */
#global ul ul a {
  color: #fff;
  display: block;
  font-size:16px!important;
  padding:5px 0px;
}

/* サブメニューのリンクホバー時のスタイル */
#global ul ul a:hover {
  /*background-color: #060D21;*/
  color: #EEEEEE;
}

.font_01 {
    font-size: 15px!important;
    font-family:'メイリオ','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif!important;
    text-align: left!important;
    text-decoration-thickness: 0.5px!important;
    color: #aeb5c4!important;
}
		@media screen and (max-width:743px) {
		.font_01{
		font-size: 14px;
		}
		/*smp end*/}

.font8_m{font-size: 8px;color:#fff;}
.font10_m{font-size: 10px;color:#fff;}
.font13_m{font-size:13px;color:#fff;}

.wfont_smp{
    color:#fff;
    font-size:13px;
}

#header .keyword a {
    font-size: 14px!important;
    text-decoration:none!important;
    text-align: left!important;
    display: inline;
  padding: 4px 8px;
  border-radius: 14px;
  background: #E1DEDC;
  border: solid 1px #C8D1E3;
  border-radius: 100px;
  font-weight:normal;
}

.keyword a::before {
  content: "#";
}
#header .keyword a:hover {
    text-decoration:underline!important;
}

.keyword_n_smp{
    background-color:#060D21!important;
padding-bottom:5px;
}

.keyword_n_smp a {
    font-size: 13px!important;
    text-decoration:none!important;
    /*background-color: #212945!important;
    color: #fff!important;*/
  padding: 4px 8px;
  border-radius: 14px;
  background: #E1DEDC;
}

#header .keyword_n_smp a:hover {
    text-decoration:underline!important;
}

.keyword_n_smp a::before {
  content: "#";
}


/*トップの画像スライドスクロール*/
.scroll-container-wrapper-j1 {
    position: relative;
    width: 1015px; /* PCの固定幅 */
    overflow: hidden;
    margin: auto; /* 中央寄せ */
}

.scroll-container-j1 {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none; /* Firefoxのスクロールバーを非表示 */
    -ms-overflow-style: none; /* IEとEdgeのスクロールバーを非表示 */
    padding: 20px 0; /* 上下のパディング */
    width: calc(100% - 80px); /* 左右の矢印分を引いた幅 */
    margin: 0 40px; /* 左右のマージン */
}

.scroll-container-j1::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Operaのスクロールバーを非表示 */
}

.item-j1 {
    flex: 0 0 25%; /* PCでの各アイテムの幅 */
    scroll-snap-align: start;
    padding: 5px 10px; /* アイテムの内側のパディング */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 130%;
}

.item-j1 img {
    width: 100%; /* 画像の幅をアイテムの幅に合わせる */
    margin-bottom: 10px;
}

.scroll-btn-j1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background-color: rgba(200, 200, 200, 0.5);/* 半透明の白 */
    border: 1px solid #ccc;
    cursor: pointer;
    padding: 16px 6px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)	
}

.left-j1 {
    left:0px;
}

.right-j1 {
    right: 0px;
}

@media (max-width: 600px) {
    .scroll-container-wrapper-j1 {
        width: 100%; /* スマホでは100% */
        margin: 0;
    }
    .scroll-container-j1 {
        width: 100%; /* スマホではコンテナ全体を使用 */
        margin: 0;
    }
    .item-j1 {
        flex: 0 0 50%; /* スマホでは各アイテムの幅を50%に設定 */
    }
	.scroll-btn-j1 {
		padding: 20px 6px;
	}
	.scroll-container-j1 {
		width: calc(100% - 60px); /* 左右の矢印分を引いた幅 */
		margin: 0 30px; /* 左右のマージン */
	}
}


/*ロゴ中央寄せ*/
#header p {
    display: flex;
    align-items: center;
}

.seo_smp ul{
    margin-top:0px!important;
}

/*スマホの*/
@media screen and (max-width: 743px){
#global_smp_search {
    padding: 20px 20px 10px 20px!important;
}
}


#copyright .seo_footer a {
margin-top:10px;
text-decoration: none;
background: url(https://jikko.itembox.design/item/common/img/base/footer_sitemap_bg.png) repeat center top;
line-height:30px!important;
font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size:14px;
/*text-indent: -1em;
padding-left: 1em;*/
}

/*SNSマーク*/
.pro-sns {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 24px 24px 24px 24px;
    gap: 0 15px;
}

/*lay115 アコーディオン*/
.lay115 dt a{
text-decoration:none!important;
}
.lay115 dt a:hover{
text-decoration:underline!important;
}

/*大見出し(レベル1)*/
.ttl_a_csk, .ttl_a_csk h2 {
font-size: 33px;
font-family:"游明朝体", "YuMincho", serif;
font-weight: 600;
text-align: center;
background: url(https://jikko.itembox.design/item/common/img/base/h2_img2.png) no-repeat center top;
background-size: 24px 69px;
padding-top:85px;
margin-top:95px;
margin-bottom:40px;
}


		@media screen and (max-width:743px) {
		.ttl_a_csk, .ttl_a_csk h2{
		font-size: 29px;
		}
		/*smp end*/}


/*知識ページ用 大見出し(レベル1)*/
#knowledge_bg01 .ttl_a, 
#knowledge_bg01 .ttl_set_a h2 {
font-size: 33px!important;
font-family:"游明朝体", "YuMincho", serif!important;
font-weight: 600!important;
text-align: center!important;
background: url(https://jikko.itembox.design/item/common/img/base/h2_img2.png) no-repeat center top!important;
background-size: 24px 69px!important;
padding-top:85px!important;
margin-top:95px!important;
margin-bottom:40px!important;
}


		@media screen and (max-width:743px) {
		#knowledge_bg01 .ttl_set_a h2{
		font-size: 29px!important;
		}
		/*smp end*/}


/*中見出し(レベル2)*/
#knowledge_bg01 .ttl_set_a h3{
font-size: 28px!important;
font-weight: 600!important;
font-family:"游明朝体", "YuMincho", serif!important;
background: url(https://jikko.itembox.design/item/common/img/base/h3_img2.png) no-repeat bottom left!important;
background-size: 2000px 20px!important;
padding-bottom:30px!important;
margin-top:85px!important;
margin-bottom:25px!important;
text-align: left!important;
}


		@media screen and (max-width:743px) {
		#knowledge_bg01 .ttl_set_a h3 {
		font-size: 25px!important;
		}
		/*smp end*/}



/*實光刃物が選ばれる理由*/

.lay128 {
  width: 1000px;
  margin: 120px auto 0px;
  background: #212945
    url("https://www.jikko.jp/img/common/reason_bg.jpg")
    no-repeat center top / contain;
  border-radius: 4px;
  padding-bottom: 120px;
}
.lay128 h2,
.lay128 h3,
.lay128 p {
  color: #fff;
}
.lay128 h3 {
    color: #cfba5f!important;
}
.lay128 .ttl_a {
  padding-top: 130px;
  background:none;
text-shadow: 10px 10px 30px black, -2px -2px 4px black;
}
.lay128 .seca {
  width: 785px;
  margin: 0 auto;
}

.lay128 .boxa {
  display: grid;
  grid-template-columns: 105px 1fr 240px;
  grid-template-rows: auto auto auto;
  margin-top: 65px;
}
/* ナンバリング画像 */
.lay128 .boxa p:first-child {
  grid-column: 1;
  grid-row: 1/3;
  margin-top:-20px;
}
.lay128 .boxa p:first-child img {
  width: 90px;
}
/* 見出し */
.lay128 .boxa h3 {
  grid-column: 2;
  grid-row: auto;
  font-size: 24px;
  font-family: "游明朝体", "YuMincho", serif;
  padding-right: 35px;
}
/* 本文 */
.lay128 .boxa p:nth-child(3) {
  grid-column: 2;
  grid-row: auto;
  padding-right: 35px;
}
/* リンク */
.lay128 .boxa p:nth-child(4) {
  grid-column: 2;
  grid-row: 3;
}
.lay128 .boxa p:nth-child(4) a {
  display: inline-block;
  background: #fff;
  padding:3px 10px 1px;
  min-width: 230px;
  text-align: center;
  border-radius: 3px;
}
.lay128 .boxa p:nth-child(4) a:hover {
  background: rgba(255, 255, 255, .85);
}
.lay128 .boxa p:nth-child(4) a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(https://jikko.itembox.design/item/common/img/base/arrow_circle.png) no-repeat center center / 70% auto;
  margin-top: -3px;
  margin-right: 7px;
  vertical-align: middle;
}

/* 画像 */
.lay128 .boxa p:last-child {
  grid-column: 3;
  grid-row: 1/4;
  margin-top: 0px;
}
.lay128 .boxa p:last-child img {
  border-radius: 4px;
}

@media screen and (max-width: 743px) {
  .lay128 {
    width: auto;
    margin: 95px auto 0px;
    background: #212945
      url("https://www.jikko.jp/img/common/reason_bg.jpg")
      no-repeat center top / contain;
    padding-bottom: 65px;
  }
  .lay128 .ttl_a {
    padding-top: 140px;
  }
  .lay128 .seca {
    width: auto;
    margin: 0 20px;
  }

  .lay128 .boxa {
    grid-template-columns: 65px 1fr;
    grid-template-rows: auto auto auto auto;
    margin-top: 50px;
  }
  /* ナンバリング画像 */
  .lay128 .boxa p:first-child {
    grid-column: 1;
    grid-row: 1;
    margin-top:-10px;
  }
  .lay128 .boxa p:first-child img {
    width: 55px;
  }
  /* 見出し */
  .lay128 .boxa h3 {
    grid-column: 2;
    grid-row: 1;
    font-size: 21px;
    padding-right: 0px;
  }
  /* 本文 */
  .lay128 .boxa p:nth-child(3) {
    grid-column: 1/4;
    grid-row: 2;
    padding-right: 0px;
  }
  /* リンク */
  .lay128 .boxa p:nth-child(4) {
    grid-column: 1/4;
    grid-row: 4;
    text-align: center;
    margin-top: 30px;
  }
  .lay128 .boxa p:nth-child(4) a {
    width: 80%;
    min-width: initial;
    text-align: center;
    border-radius: 3px;
    box-sizing: border-box;
  }
 
  /* 画像 */
  .lay128 .boxa p:last-child {
    grid-column: 1/4;
    grid-row: 3;
    margin-top: 0px;
    width: 80%;
    margin: 30px auto 0px;
  }
  .lay128 .boxa p:last-child img {
    border-radius: 4px;
  }
}

/*hr実線*/
.hr1 {
  border-top: 2px solid #666;
}


/*知識背景*/
@media screen and (max-width: 743px)
#knowledge_bg02 {
    margin: 0px!important;
}


img{ border-radius: 3px}

/*トップページの余白。ブランドを入れ替えたら削除*/
.bg_a {
    margin-top: 0px!important;
}

/*リストメニューのタイトル*/
.menu_ttl {
  /*color: #0F3783;*/
  font-family: '游ゴシック Medium', sans-serif;
  display: flex;
  align-items: center;
  font-size:18px;
}

/*トップBOX
.thum_a .cella, .thum_a li {
    background-color: #2a3141;
    border-radius: 3px;
}

.thum_a li a:link,
.thum_a li a:visited {
text-decoration: underline;
color: #0F3783;
}
.thum_a li a:hover,
.thum_a li a:active {
text-decoration: none;
color: #0F3783;
}
.fontbk{
color:#0F1937;
}*/

.pdg8{padding:0 8px 8px 8px;line-height: 1.4;}
/*ここまでトップBOX*/

/*ランキングのbox*/
.box_rkg {
    margin: 2em 0;
    background: #FFF;
    box-shadow: 0 0 12px rgba(143, 140, 138, 0.2);
    border-radius: 0px 0px 10px 10px;
}
.box_rkg .box-title {
    font-size: 1.2em;
    background: #0c285e;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-radius: 10px 10px 0px 0px;
}
.box_rkg .box-content {
    padding: 10px;
    border: solid 1px #C0C0CC;
    border-radius: 0px 0px 10px 10px;
}
.box_rkg h3 {
    font-size: 1.2em;
    color: #FFF;
    padding:10px 0px;
}


.font_b{
color: #444444!important;
}

/*
ul, ol, dl {
    margin-left: 10px!important;
}
li {
	margin-bottom: 5px!important;
}
*/

/*スマホのみ改行*/
.br-sp {
  display: none;
}

/*担当記事*/
.writer {
  border: 5px solid #dfdfdf;
  padding: 2%;
  display: grid;
  grid-template-columns: 120px auto;
  grid-template-rows: auto auto;
  gap: 0 20px;
  margin: 0 auto 30px;
  background-color: #FFF;
}

.staff-pic {
  grid-column: 1/2;
  grid-row: 1/3;
}

.writer-pro {
  grid-column: 2/3;
  grid-row: 2/3;
}

.this-write {
  grid-column: 2/3;
  grid-row: 1/2;
  font-size: 1.3rem;
}

.staff-pic img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}

.this-write a {
  text-decoration: underline;
  font-weight: bold;
}

.this-write dt {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
}

.this-write dd {
  font-size: 20px;
}

.writer-pro dd {
  font-size: 1.5rem;
  letter-spacing: 1px;
}
.pro-sns {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 24px 24px 24px 24px;
  gap: 0 15px;
}

/*メディアテキスト 選び方
ーーーーーーーーーーーーーーーーーーーーーーーー*/
.c-media-text {
  display: flex;
  align-items: center;
}
.c-media-text.-reverse {
  flex-direction: row-reverse;
}
.c-media-text figure {
  margin: 0;
  margin-left: 10px;
}

.c-media-text-csk figure img{
  min-width:180px;
}

.lay118 .c-media-text .c-media-text__body {
    padding-top: 20px;
    padding-left: 20px;
}

.c-media-text .c-media-text__body .title {
  font-family: "游明朝体", "YuMincho", serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #0F3783;
}
.c-media-text.-ratio55 {
  gap: 32px;
}
.c-media-text.-ratio55 > * {
  flex: 1;
}
@media screen and (max-width: 743px) {
  .c-media-text {
    flex-direction: column;
    padding: 0px 0px 10px 0px;
  }
  .c-media-text figure {
    margin-right: 0px;
    margin-bottom:15px;
  }
  .c-media-text.-reverse {
    flex-direction: column;
  }
  .c-media-text .c-media-text__body .title {
    font-size: 27px;
  }
  .c-media-text.-ratio55 {
    gap: 16px;
  }
  .c-media-text figure {
    padding-top: 20px;
  }
}

/*知識用の選び方*/
.lay118-csk {
    margin-top: 20px;
    border: solid 1px #C0C0CC;
    border-radius: 3px;
    background: #fff6f6;
    padding: 30px 30px;
    /*padding: 20px 40px 40px;*/
}

.c-media-text-csk {
  display: flex;
  align-items: center;
}
.c-media-text-csk.-reverse {
  flex-direction: row-reverse;
}
.c-media-text-csk figure {
  margin: 0;
  margin-left: 10px;
}

.lay118-csk .c-media-text-csk .c-media-text-csk__body {
    /*padding-top: 20px;
    padding-left: 20px;*/
}

.c-media-text-csk .c-media-text-csk__body .title {
  font-family: "游明朝体", "YuMincho", serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #6D3030;

}
.c-media-text-csk.-ratio55 {
  gap: 32px;
}
.c-media-text-csk.-ratio55 > * {
  flex: 1;
}
@media screen and (max-width: 743px) {
  .c-media-text-csk {
    flex-direction: column;
    padding: 0px 0px 10px 0px;
  }
  .c-media-text-csk figure {
    margin-right: 0px;
    margin-bottom:15px;
  }
  .c-media-text-csk.-reverse {
    flex-direction: column;
  }
  .c-media-text-csk .c-media-text-csk__body .title {
    font-size: 27px;
  }
  .c-media-text-csk.-ratio55 {
    gap: 16px;
  }
  .c-media-text-csk figure {
    padding-top: 20px;
  }
}

/*研ぎ方の枠*/
.layj01 {
    margin-top: 20px;
    background-color:#f0f5f8!important;
    border: solid 1px #C0C0CC;
    border-radius: 3px;
    padding: 20px 40px 40px;
}
.layj01 .c-media-text figure {
  width: 300px;
}
.layj01 .c-media-text .c-media-text__body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 300px);
}
.layj01 .c-media-text .c-media-text__body .title {
  word-break: keep-all;
color:*#0F3783;
}


@media screen and (max-width: 743px) {
  .layj01 {
    padding: 24px 0;
    margin-top: 96px;
  }
  .layj01 .c-media-text figure {
    width: 80%;
	margin-right:auto;
	margin-left:auto;
  }
  .layj01 .c-media-text .c-media-text__body {
    width: auto;
    padding: 16px 24px;
  }
  .layj01 .c-media-text .c-media-text__body .title {
    text-align: center;
  }
  .layj01 .c-media-text .c-media-text__body .btn {
    text-align: center;
  }
  .layj01.type_b .c-media-text figure {
    display:none;
  }
  .layj01.type_b .c-media-text .c-media-text__body .title {
  font-size:24px;
  }
}
/*ここまで*/

/*背景ライン*/
.bg_c {
    background-color:#FAF7F5;
    padding:50px 0;
    margin:100px 0px;
}

		@media screen and (max-width:743px) {
		.bg_c {
		width:auto!important;
		padding:50px 15px;
		}
		/*smp end*/}

.bg_w1015_a{
    width: 1015px;
    margin-right: auto;
    margin-left: auto;
    background-color:#FAF7F5;
    padding:30px 0px 50px 0px;
    margin-bottom:100px;
    border-radius:10px;
    border: solid 1px #C0C0CC;
}

		@media screen and (max-width:743px) {
		.bg_w1015_a{
		width:auto;
		/*margin-right:15px;
		margin-left:15px;*/
		padding:20px 15px 50px 15px;
		}
		/*smp end*/}

.bg_w840_a{
    width: 840px;
    margin-right: auto;
    margin-left: auto;
    background-color:#FAF7F5;
    padding:30px 20px 50px 20px;
    margin-bottom:100px;
    border-radius:10px;
    border: solid 1px #C0C0CC;
}

		@media screen and (max-width:743px) {
		.bg_w840_a{
		width:auto;
		/*margin-right:15px;
		margin-left:15px;*/
		padding:20px 15px;
		}
		/*smp end*/}
.bg_w730_a{
    width: 730px;
    margin-right: auto;
    margin-left: auto;
    background-color:#FAF7F5;
    padding:30px;
    margin-bottom:100px;
    border-radius:3px;
    border: solid 1px #C0C0CC;
}

		@media screen and (max-width:743px) {
		.bg_w730_a{
		width:auto;
		/*margin-right:15px;
		margin-left:15px;*/
		padding:20px 15px 50px 15px;
		}
		/*smp end*/}

.w780 {
width:780px;
margin-right:auto;
margin-left:auto;
}

.w940 {
width:940px;
margin-right:auto;
margin-left:auto;
}

		@media screen and (max-width:743px) {
		.w780,
		.w940 {
		width:auto;
		margin-right:15px;
		margin-left:15px;
		}
}

/*スマホ固定メニュー*/


.footerBtn{
  background:#9D815A;
    top: -11px;
}
.footerBtn a::before{
    content: "";
    width: 45px;
    height: 45px;
    background-color: #9D815A;
    border-radius: 100px;
    position: absolute;
    left: 50%;
    top: -12px;
    transform: translateX(-50%);
    z-index: -1;
}

/* スマホフローティングバナー */

.floating-banner {
      position: fixed;
      right: 0;
      bottom: 115px;
      padding: 0px;
      z-index:90;
}

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

.close-button {
      cursor: pointer;
      float: right;
      position: fixed;
      right: 50px;
      bottom: 93px;
      padding: 10px;
      z-index:100;
}


	@media (max-width: 600px) {
		.floating-banner {
			  bottom: 155px;
		}
		.close-button {
			  bottom: 133px;
		}
		.floating-banner {
		        display: block; /* スマートフォンの場合に表示 */
	}
    }

.fb_csk {
    display: none; /* 最初は表示しない */
    /* その他のスタイル設定 */
}


@media screen and (max-width: 743px)
#fixednav_smp li {
    font-size:12px!important;
}

@media screen and (max-width: 743px) {
    ul#fixednav_smp {
        background-color: #0F3783!important;
        background-image: url(https://www.jikko.jp/img/common/bg_togood.png)!important;
    background-repeat: no-repeat;
    }
}

/* スクロールした時に表示 */
.fb_csk.show {
    display: block;
}

/*画像をピカっとさせる*/
.image-kira {
  position: relative;
  display: inline-block;
}

.image-kira::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* 全体の高さにする */
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 0.8) 75%, rgba(255, 255, 255, 0));
  background-size: 100% 100%; /* 背景サイズを調整 */
  background-repeat: no-repeat;
  animation: shine 6s ease infinite;
}

@keyframes shine {
  0%, 100% {
    opacity: 0;
    background-position: -100% 0;
  }
  5% {
    opacity: 1;
    background-position: 0 0;
  }
  10%, 100% {
    opacity: 0;
    background-position: 100% 0;
  }
}

/* スマホフローティングバナー */


/* gototop */

.back-to-top {
  position: fixed; /* 固定位置 */
  bottom: 55px;    /* 画面の下から20pxの位置 */
  right: 10px;     /* 画面の右から20pxの位置 */
  display: none;   /* 最初は表示しない */
  z-index: 9999;   /* 他の要素より上に表示 */
}

	@media (max-width: 600px) {
		.back-to-top {
		  position: fixed; /* 固定位置 */
		  bottom: 105px;    /* 画面の下から20pxの位置 */
		  right: 10px;     /* 画面の右から20pxの位置 */
		  display: none;   /* 最初は表示しない */
		  z-index: 9999;   /* 他の要素より上に表示 */
		}
	}


@media (max-width: 600px) {
  .br-sp {
    display: block;
  }
}



/* スクロールした時に矢印を表示 */
.back-to-top.show {
  display: block;
}




/*包丁調査インデント*/
.indent4{
  text-indent: 4em;
}

@media (max-width: 600px) {
  .br-sp {
    display: block;
  }
}


/*アコーディオンナビ*/
.accordion a{
    /*font-family: "游明朝体", "YuMincho", serif;*/
    font-size: 20px;
    font-weight: 500;
    color: #0F1937;
}

/*商品一覧の説明*/
.handle2 {
    /*background-color: #fff;*/
    color: #333;
    font-size: 14px!important;
    padding: 0;
    text-align: left;
    cursor: pointer;
    user-select: none;
    /*border-bottom: solid 1px;*/
    border-color: #333;
    text-decoration: none!important;
}
	/*上の余白を設定*/
	@media (max-width: 600px) {
		.fs-c-productListItem__productDescription  {
		  margin-top:15px!important;
		}
	}
/*fontカラー*/
.fred{color: #FF7373;}
.fblue{color: #00468C;}
.forange{color:#B25900;}

/*imgをSPとPCで入れ替え*/
.img-sp {
    display: none;
}


/*リンクのunderlineを逆に*/
.ul2 a:link,
.ul2 a:visited {
text-decoration:none!important;
color: #0F3783;

}
.ul2 a:hover,
.ul2 a:active {
text-decoration: underline!important;
color: #0F3783;
}

.ul2 li{
margin-top:5px!important;
}
@media screen and (max-width:560px) {
    .ul2 li {
        margin-top:10px!important;
    }
}


@media screen and (max-width:560px) {
    .img-pc {
        display: none;
    }

    .img-sp {
        display: block;
    }
}

/* text-align */
.tal{ text-align:left!important;}
.tac{ text-align:center!important;}
.tar{ text-align:right!important;}

/*
h4, h5, h6 {
    color: #997B3E!important;
}
*/

/*知識コンテンツ*/
.csk_contents {
    background: #fff;
    padding: 60px 20px 40px;
}


/*文字協調*/
.str{
    color: #256d9d!important;
    font-size: 18px!important;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0px;
}
.str_csk{
    color: #a01818!important;
    font-size: 18px!important;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0px;
}
.str_b {
    font-size: 20px;
    font-weight: bold;
    margin: 0.5em 0 0.5em;
    text-align: left;
    line-height: 1.5;
    color: #003046;
}
kome{
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
    color:#808080;
    padding-left:1em;
    text-indent:-1em;
}
.kome2{
    font-size: 14px!important;
    text-align: left;
    line-height: 1.5;
    color:#6b6666!important;
    padding-left:1em;
    text-indent:-1em;
}

/*エクストララージ*/
.str_xl {
    font-size: 30px;
    font-family: "游明朝体", "YuMincho", serif;
    font-weight: bold;
    text-align: left;
    line-height: 1.5;
    color: #003046;
  position: relative;
  padding: 0.5rem;
  text-align: center;
  margin-top:30px;
  margin-bottom:30px;
}

.str_xl h2 {
    font-size: 30px;
    font-family: "游明朝体", "YuMincho", serif;
    font-weight: bold;
    text-align: left;
    line-height: 1.5;
    color: #003046;
  position: relative;
  padding: 0.5rem;
  text-align: center;
}

.str_xl:before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #00468C;
}

@media only screen and (max-width : 640px){
	.str,.str_b {
	    font-size: 18px;
	}
	.str,.str_xl {
	    font-size: 22px;
	}
}




.note_a, .lay118 {
    background: #F2F0EC!important;
}

/*スマホ表示方法を改行*/
@media screen and (max-width: 743px)
table.table_sepa_smp, .table_sepa_smp th, .table_sepa_smp td, .table_sepa_smp tr, .table_sepa_smp tbody {
    display: block;
}

/*鋼材別のbox画像を縦並び*/
.imgbox {  
    width: 33%;
    padding: 10px;
    /*border: solid 1px #AAA;
    box-sizing: border-box;*/
    display: inline-block;
    font-size: 0;
}
.imgbox img{
    vertical-align: bottom;
    border-radius: 0px
}
	@media screen and (max-width: 800px) {
	  .imgbox{
		width: 90%;
	  }
}

/*タイトル商品一覧*/
.ttl_set_j h3 {
    font-size: 28px!important;
    font-weight: 600!important;
    font-family: "游明朝体", "YuMincho", serif!important;
    background: url(https://jikko.itembox.design/item/common/img/base/h3_img.png) no-repeat bottom left!important;
    background-size: 2000px 20px!important;
    padding-bottom: 30px!important;
    margin-top: 85px!important;
    margin-bottom: -80px!important;
    text-align: left!important;
}



.lay107 .fs-c-productList__controller {
    border-bottom: none!important;
    padding-bottom: 0px!important;

    margin-bottom: -30px!important;
}

/*商品一覧の下の下線*/
.fs-c-productList__list {
    border-bottom: solid 1px #D3D3D3;
    padding-bottom: 30px!important;
}

@media only screen and (max-width : 640px){
	.ttl_set_j h3 {
	    margin-bottom: -40px!important;
	    font-size: 24px!important;
	}

}

/*top2列バナー*/
		@media screen and (max-width:743px) {
		.col_center>* {
		margin-right:10px!important;
		margin-left:10px!important;
		margin-top:20px!important;
		}
		/*smp end*/}

.box_mt170 {margin-top:170px!important;}

.mlr {margin:0 auto !important;}
.mlr5 {margin-left:5px!important;margin-right:5px!important;}
.mlr10 {margin-left:10px!important;margin-right:10px!important;}
.mlr20 {margin-left:20px!important;margin-right:20px!important;}
.mlr50 {margin:50px auto !important;}

.mtb5 {margin-top:5px!important;margin-bottom:5px!important;}
.mtb10 {margin-top:10px!important;margin-bottom:10px!important;}
.mtb20 {margin-top:20px!important;margin-bottom:20px!important;}
.mtb30 {margin-top:30px!important;margin-bottom:30px!important;}
.mtb50 {margin-top:50px!important;margin-bottom:50px!important;}


.pb5 {padding-bottom:5px!important;}


.mt-5 {margin-top:-5px!important;}
.mt-10 {margin-top:-10px!important;}
.mt-20 {margin-top:-20px!important;}
.mt-30 {margin-top:-30px!important;}
.mt-40 {margin-top:-40px!important;}
.mt-50 {margin-top:-50px!important;}
.mt-100 {margin-top:-100px!important;}

.w20per {width: 20%!important;margin-right: auto;margin-left: auto;}
.w30per {width: 30%!important;margin-right: auto;margin-left: auto;}
.w40per {width: 40%!important;margin-right: auto;margin-left: auto;}
.w50per {width: 50%!important;margin-right: auto;margin-left: auto;}
.w60per {width: 60%!important;margin-right: auto;margin-left: auto;}
.w70per {width: 70%!important;margin-right: auto;margin-left: auto;}
.w80per {width: 80%!important;margin-right: auto;margin-left: auto;}
.w90per {width: 90%!important;margin-right: auto;margin-left: auto;}

		@media screen and (max-width:743px) {
		.box_mt170 {margin-top:50px!important;}
		}
		/*smp end*/}

.boderline {
    margin: 125px auto 0px;
    padding-top: 1px;
    border-top: dashed 1px #757676;
}

.font14 {font-size: 14px;}
.font16 {font-size: 16px;}
.font16g {font-size: 16px; line-height: 1.4;}
.font18 {font-size: 18px;}

@media only screen and (max-width: 700px) {
	.font14 {font-size: 12px;}
	.font16 {font-size: 14px;}
	.font16g {font-size: 14px;}
	.font18 {font-size: 14px;}
}


.point_csk:first-letter {
    color: #8C0000;
    font-size: 120%;
}
.point_csk {
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 20px;
    font-size: 20px;
}


/*トップbox*/
.box_top{
	border: 5px solid black;
	width:90%;
	margin: auto;	
}
.box_top .text{
	text-align: center;
	margin: 0.5em auto!important;
	width: calc(100% - 2em);
	border-bottom: 2px solid black!important;
	font-weight: bold!important;
	font-size:20px!important;
	font-family: "游明朝体", "YuMincho", serif;
}
.box_top .inner{
	padding: 0.5em 1.5em 1em 1.5em!important;
	font-size:16px;
}
h1#top_page {
	color: #4470A1;
	font-size: 20px;
 	display: inline;
	font-weight: bold;
}
h2.head_cvp {
	display: inline;
	font-weight: normal; 
	font-size:16px;
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width : 640px){
	.box_top{
		border: 2px solid black!important;
		width:100%;
	}
	.box_top .text{
		font-size:16px;
	}
	.box_top .inner{
		padding: .5em 1em 1em 1em;
		font-size:14px;
	}	
	.box_top h1#top_page {
		font-size: 20px!important;
	}
	h2.head_cvp {
		font-size: 14px;
	}
}

/*
.headline {
    width: 130px!important;
    height: 130px!important;
    line-height: 130px!important;
    text-align: center!important;
    background: #9b0000!important;
    color: #fff;
    font-size: 20px!important;
    border-radius: 100%!important;
    margin: 0 auto 43px!important;
}
*/

/*アコーディオン*/
.tsuduki {
  position: relative;
  /*width:300px;*/
}
.tsuduki label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 100px; /*グラデーションで隠す高さ*/
	cursor: pointer;
	text-align: center;
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.tsuduki input:checked + label {
	background: inherit; 
}
.tsuduki label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 200px;
	content: '続きをよむ';
	transform: translate(-50%, 0);
	color: #ffffff;
	border-radius: 20px;
	background-color: rgba(27, 37, 56, 1);
}
.tsuduki input {
  display: none;
}
.text-wrapper {
	overflow: hidden;
	height: 200px;
	transition: all 0.5s;
}
.tsuduki input:checked + label {
  display: none ;
}
.tsuduki input:checked ~ .text-wrapper {
	height: auto;
	padding-bottom: 60px;
	transition: all 0.5s;
}

/*知識の商品へのボタン*/
p.btn_link_short {
text-align: center;
}
.btn_link_short a,
a.btn_link_short{
background-color: #0F3783;
background-image: url(https://jikko.itembox.design/item/common/img/base/btn_link_bg.png);
background-repeat: no-repeat;
background-position: left center;
background-size: 13px 1px;
display: inline-block;
padding:0px 15px 0px 25px;
min-width:initial;
box-sizing: border-box;
border-radius: 2px;
border: none;
color:#fff!important;
text-decoration: none;
font-family:"游明朝体", "YuMincho", serif;
text-align: center;
cursor: pointer;
margin:5px 0px 0px 5px;
}

.btn_link_short a:hover,
a.btn_link_short:hover {
background-color: #0D1E3B;
background-size: 13px 1px;
color:#fff;
}


/*カート周りのボタン*/
.cart_around_btn {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:0px;
	}
.cart_around_btn li {
	width:48%;
	padding:0 0 10px 0;
	}


/*画像横並び余白0*/

.flex_step-box {
    display: flex;              /* フレックスボックスにする */
    padding:0px 0px 0px 0px;
    margin-bottom:-20px;
}
.flex_step-item {
    color:  #fff;               /* 文字色 */
    border-radius:  5px;        /* 角丸指定 */
    align-self: stretch;        /* 縦の位置指定 */
	margin-left:-34px;
}
.flex_step-box img {
    width: 100%;                /* 画像サイズ指定 */
}

@media only screen and (max-width: 700px) {
	.flex_step-box {
		display: flex;              /* フレックスボックスにする */
		padding:0px 0px 0px 16px;
	}
	.flex_step-item {
		margin-left:-16px;
	}
}

/*ボタン風スマホで小さくしない*/
		@media screen and (max-width:743px) {
		.btn_link a,
		a.btn_link {
		/*min-width:initial;*/
		}
		/*smp end*/}

/*進む戻る*/
nav.pagenation {
	position: relative;
	width:100%;
}
.old,
.new {
	position: absolute;
}
.old {
    left: -40px;
}
.new {
    right: -40px;
}
		@media screen and (max-width:743px) {
		.old {
		    left: 20px;
		}
		.new {
		    right: 20px;
		}
		/*smp end*/}

/*3つの特徴*/
.card-group{
  margin-left: auto;
  margin-right: auto;
  max-width: 1015px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  background: #fff;
}
.card-group img{
	width:100%;
}

/*3列にする*/
.card-group > :not(:nth-child(3n-2)){
  margin-left: 20px;
}
.card{
  width: calc((100% - 20px * 2) / 3);
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,.2)
}
.card__imgframe{
  width: 100%;
  height: auto;
  background: #bbb;
  box-sizing: border-box;
}
.card__textbox{
  width: 100%;
  height: auto;
  padding: 20px 18px;
  background: #fff;
  box-sizing: border-box;

    flex: 1;/*右下ボタン用*/
    display: flex;/*右下ボタン用*/
    flex-direction: column;/*右下ボタン用*/

}
.card__textbox > * + *{
  margin-top: 10px;
}
.card__titletext{
  font-size: 20px;
  font-weight: bold;
  line-height: 125%;
}
.card__titletext a{
	text-decoration: none!important;
}
.card__overviewtext{
  font-size: 14px;
  line-height: 150%;
}

/*右下ボタン用*/
.rb_shousai {
  display: flex;
  flex: 1;
  align-items: flex-end;
  align-self: flex-end;
  margin: 4px 0 0;
  padding-right:24px;
  background: url("http://www.jikko.jp/img/arrow-right.png") no-repeat bottom right 0/16px;
  color: var(--acq-color-primary);
  font-size: var(--acq-font-size-xs);
  font-weight: var(--acq-font-weight-bold);
}

@media screen and (max-width: 767px) {
     .card-group {
        display: flex;
        justify-content: space-around;
     }
	.card-group > :not(:nth-child(3n-2)){
		margin-left: 0px;
		margin-top: 40px;
		width:100%;
	}
	.card{
		width:100%;
		height: auto;
		border-radius: 8px;
		overflow: hidden;
		box-shadow: 0 4px 15px rgba(0,0,0,.2)
	}
}


/*csk横4列リンク*/
.page_csk_link {
display: flex;
flex-wrap:wrap;
 /*justify-content: center;*/
}
.page_csk_link li {
margin:5px 10px 5px 0px;
width: 23%;
}
.page_csk_link a {
background: url(https://jikko.itembox.design/item/common/img/base/arrow_circle.png) no-repeat 0px 8px;
background-repeat: no-repeat;
background-position:0px 5px;
background-size: 14px 14px;
padding-left:20px;
}
.page_csk_link.type_b a {
background-image: url(https://jikko.itembox.design/item/common/img/base/arrow_up.png);
background-repeat: no-repeat;
background-position:0px 3px;
background-size: 14px 14px;
padding-left:20px;
}

		@media screen and (max-width:743px) {
		.page_csk_link {
		justify-content: flex-start;
		}
		.page_csk_link li {
		font-size: 16px;
		width:50%;
		margin:0px;
		padding:10px 5px 0px;
		box-sizing: border-box;
		}
		.page_csk_link li a {
		background-position:0px 3px;
		}
		.page_csk_link a,
		.page_csk_link.type_b a {
		background-position:0px 1px;
		background-size: 12px 12px;
		padding-left:15px;
		}
		/*smp end*/}



/*包丁用語集*/
.glo_listbox{
  margin-top:30px;
  overflow:hidden;
}
.glo_listbox .gl_l{
  overflow:hidden;
  float:left;
  margin:0;
  padding-left:0;
}
.glo_listbox li{
  margin-right:10px;
  margin-bottom:10px;
  display: inline-block;
  text-align:center;
  border:1px solid #c6c6c6;
  font-size:16px;
  background:#f4f6f8;
  color:#fff;
}
.glo_listbox ul li:not(:last-child){
    margin-bottom: 10px;
}
.glo_listbox ul li:before{
  content:none;
}
.glo_listbox li a{
  padding:5px 5px;
  font-size:16px;
  display: inline-block;
  text-decoration:none;
  color:#fff!important;
}
.glo_listbox .glg{
  color:#fff;
  background:#7B3434;
  padding:15px;
}
.glo_listbox .glg span{
  font-size:12px;
}

/*背景パターンC知識*/
.bg_d {
background:url(https://jikko.itembox.design/item/common/img/base/knowledge_bg01.png) repeat center center;
  padding:10px 0px 100px 0px;
}


/*リンクの赤文字*/
.csk_link a:link,.csk_link a:visited {
    text-decoration: none!important;
    color: #AA3B00;
}
.csk_link a:hover,
.csk_link a:active {
text-decoration: underline!important;
color: #673E3E;
}
.csk_link li{
margin-top:10px!important;
}
@media screen and (max-width:560px) {
    .csk_link li {
        margin-top:10px!important;
    }
}

/*画像回り込み*/
.img_right2{
    float:right;
    padding-left:10px;
}
.img_caption {
    display:block;
    text-align:right;
    font-size:0.9em;
}
		@media screen and (max-width:743px) {
		.img_right2{
			float: none;
			text-align:center;
		}
		/*smp end*/}

/*Q&A*/
.Qa-Box {
  width: 100%;
  margin: 0 auto;
}

.Qa-Box .Qa dt,
.Qa-Box .Qa dd {
  display: flex;
  align-items: baseline;
  margin: 15px 0;
  padding: 15px;
}

.Qa-Box .Qa dt {
  background: #F5F5F5;
}

.Qa-Box .Qa dt p {
  margin: 0;
  padding-left: 15px;
  font-weight: bold;
  width: 100%;
}

.Qa-Box .Qa dd p {
  margin: 0;
  padding-left: 15px;
  width: 100%;
}

.Qa-Box .Qa dt::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #6699B7;
  width: 2em;
  height: 2em;
}

.Qa-Box .Qa dd::before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #D65556;
  width: 2em;
  height: 2em;
}

@media screen and (max-width: 960px) {
  .Qa-Box {
    width: 95%;
  }
}


/*リスト短いs・長いl*/
.list_st div {
	display:flex;
	justify-content:flex-start;
	border-bottom: 2px dotted #999;
}
.list_st div dt {
	min-width:7em;
	margin: 5px;
	font-weight:bold;
}
.list_st div dd {
	margin:5px;
}
.list_lg div {
	display:flex;
	justify-content:flex-start;
	border-bottom: 2px dotted #999;
}
.list_lg div dt {
	min-width:9em;
	margin: 5px;
	font-weight:bold;
}
.list_lg div dd {
	margin:5px;
}
.br_smp {
  display: none;
}

@media (max-width: 600px) {
  .br_smp {
    display: block;
  }
}
/*商品詳細*/
.shousai {
  display: block;
  text-align: left;
  margin-bottom: 0px;
}
.shousai span {
    padding: 3px 10px;
    background: #000;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    width:130px;
    border-radius: 3px;
    margin: 2px 0px 0px 0px;
}


/*リンクの下線*/
a:link, a:visited {
    text-underline-offset: 0.1em;
}
.thum_a a:link, .thum_a a:visited{
    text-decoration-thickness: 2px;
}
.btn_link a, a.btn_link, .btn_link {
    text-decoration: none!important;
}

/*蛍光ライン 下線の幅*/
#knowledge_bg01 .text_em {
    background: linear-gradient(transparent 80%, #FA9A7D 0%)!important;
}
.text_em {
    background: linear-gradient(transparent 80%, #cfba5f96 0%)!important;
}

/*
.text_em {
    font-weight: 700;
    background: linear-gradient(transparent 60%, #ffff66 0%)!important;
}
*/

/*必要なくなった*/
/*カテゴリー画像
.ttl_page {
    margin: 0 auto!important;
}*/
/*余白調整*/
/*商品説明の枠上
.note_a, .lay118 {
    margin-top: 50px!important;
}*/

/*ボックス知識*/
.box_csk {
    position: relative;
    display: inline-block;
    margin: 2em 0em;
    padding: 0.5em 1em;
    border: solid 3px #aaa;/*#804e4e#7E3A39*/
    border-radius: 3px; 
    /*background: #fbf8f6;*/
}
.box_csk .box_csk-title {
    position: absolute;
    display: inline-block;
    top: -25px;
    left: -3px;
    padding: 5px 9px;
    line-height: 1;
    font-size: 14px;
    background: #aaa;
    color: #fff;
    font-weight: bold;
}
.box_csk p {
    margin: 0; 
    padding: 0;
}

.box_buy {
    position: relative;
    display: inline-block;
    margin: 2em 2em;
    padding: 0.5em 1em;
    border: solid 3px #aaa;/*#0F1937*/
    border-radius: 3px; 
    /*background: #fbf8f6;*/
}
.box_buy .box_buy-title {
    position: absolute;
    display: inline-block;
    top: -25px;
    left: -3px;
    padding: 5px 9px;
    line-height: 1;
    font-size: 14px;
    background: #aaa;
    color: #fff;
    font-weight: bold;
}
.box_buy p {
    margin: 0; 
    padding: 0;
}
		@media screen and (max-width:743px) {
		.box_buy .box_csk {
			margin: 2em 1em;
		}
}
/*カテゴリー下画像テキスト*/
.headerimage {
	position: relative;
	}

.headerimage .ttl {/*aタグを画像の真ん中に*/
	position: absolute;
	top: 50%;
	left: 20%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	/*以下装飾*/
	margin:10px;/*余計な隙間を除く*/
	color: black;/*文字色*/
	padding: 35px 25px;/*文字と線の間の余白*/
	text-decoration: none;/*下線を表示させない*/
	font-family: "游明朝体", "YuMincho", serif;
	text-align: center;
	text-shadow: 0 0 18px rgb(255, 255, 255, 0.9);
	}
	
.headerimage h1 {
	font-size: 38px;/*文字サイズ*/
	color: black;/*文字色*/
	margin: 0px;
	display: inline-block;
    text-align: center;
}
	

.headerimage img {
	width: 100%;
	max-height:500px;
	}
	
		@media screen and (max-width:743px) {
		.headerimage .ttl {/*aタグを画像の真ん中に*/
			position: absolute;
			top: 50%;
			left: 20%;
			margin:5px;/*余計な隙間を除く*/
			padding: 10px;/*文字と線の間の余白*/
			}
		.headerimage h1 {
			font-size: 24px;/*文字サイズ*/
		}

		/*smp end*/}


/*サムネGallry(4列)*/

.thum_g {
display:flex;
flex-wrap:wrap;
margin-top:0px;
}
.thum_g .cella,
.thum_g li {
width:24%;
margin-right:1%;
margin-top:5px;
}
.thum_g .cella:nth-child(4),
.thum_g li:nth-child(4) {
margin-right:0px;
}
.thum_g a {
font-size: 28px;
margin-bottom:10px;
display: inline-block;
text-align: center;
font-family:"游明朝体", "YuMincho", serif;
line-height: 1.4;
}
.thum_g img {
border-radius: 2px;
margin-bottom:15px;
}

/*フォント小さめ*/
.thum_g.type_b a {
font-size: 16px;
text-align:center;
}
.thum_g.type_b img {
border-radius: 0;
margin-bottom:10px;
}




		@media screen and (max-width:743px) {
		.thum_g {
		justify-content: space-between;
		}
		.thum_g .cella,
		.thum_g li {
		width:49%;
		margin-right:0;
		}
		.thum_g.type_b img {
		margin-bottom:5px;
		}
		.thum_g a {
		font-size: 22px;
		}
		.thum_g.type_b a {
		font-size: 14px;
		}
		/*smp end*/}


/*サムネGallry(5列)*/

.thum_5 {
display:flex;
flex-wrap:wrap;
margin-top:0px;
}
.thum_5 .cella,
.thum_5 li {
width:19.2%;
margin-right:1%;
margin-top:5px;
}
.thum_5 .cella:nth-child(5),
.thum_5 li:nth-child(5) {
margin-right:0px;
}
.thum_5 a {
font-size: 20px;
margin-bottom:10px;
display: inline-block;
text-align: left;
font-family:"游明朝体", "YuMincho", serif;
line-height: 1.4;
}
.thum_5 img {
border-radius: 2px;
margin-top:5px;
}

/*フォント小さめ*/
.thum_5.type_b a {
font-size: 16px;
text-align:center;
}
.thum_5.type_b img {
border-radius: 0;
margin-bottom:10px;
}

.thum_5 li .price {
    color: #C00;
    margin-top: 0px;
    text-align:left;
}
.thum_5 p {
    margin-top: 5px;
    text-align:left;
font-size: 16px;
line-height: 1.4;
}

		@media screen and (max-width:729px) {
		.thum_5 {
		justify-content:flex-start; 
		}
		.thum_5 .cella,
		.thum_5 li {
		width:30%;
		margin:0 5px;
		}
		.thum_5.type_b img {
		margin-bottom:5px;
		}
		.thum_5 a {
		font-size: 16px;
		}
		.thum_5.type_b a {
		font-size: 14px;
		}
		/*smp end*/}

/*サムネGallry(3列)*/

.thum_3 {
display:flex;
flex-wrap:wrap;
margin-top:0px;
}
.thum_3 .cella,
.thum_3 li {
width:31%;
margin-right:3%;
margin-top:5px;
}
.thum_3 .cella:nth-child(3),
.thum_3 li:nth-child(3) {
margin-right:0px;
}
.thum_3 a {
font-size: 20px;
margin-bottom:10px;
display: inline-block;
text-align: left;
font-family:"游明朝体", "YuMincho", serif;
line-height: 1.4;
}
.thum_3 img {
border-radius: 2px;
margin-top:5px;
}

/*フォント小さめ*/
.thum_3.type_b a {
font-size: 16px;
text-align:center;
}
.thum_3.type_b img {
border-radius: 0;
margin-bottom:10px;
}

.thum_3 li .price {
    color: #C00;
    margin-top: 0px;
    text-align:left;
}
.thum_3 p {
    margin-top: 5px;
    text-align:left;
font-size: 16px;
line-height: 1.4;
}

		@media screen and (max-width:729px) {
		.thum_3 {
		justify-content:flex-start; 
		}
		.thum_3 .cella,
		.thum_3 li {
		width:30%;
		margin:0 5px;
		}
		.thum_3.type_b img {
		margin-bottom:5px;
		}
		.thum_3 a {
		font-size: 16px;
		}
		.thum_3.type_b a {
		font-size: 14px;
		}
		/*smp end*/}


/*包丁の知識レイアウト用*/
#knowledge_bg04 {
/*width:1015px;*/
margin:0 auto;
padding:75px 0px 40px;
}
#knowledge_bg04>h2:first-child,
#knowledge_bg04>*>h2:first-child,
#knowledge_bg04>*>*>h2:first-child,
#knowledge_bg04>*>*>*>h2:first-child {
margin-top:0px !important;
}

		@media screen and (max-width:743px) {
		#knowledge_bg04 {
		width:auto;
		margin:0px;
		padding:55px 0px 0px;
		}
		/*smp end*/}

/*包丁の知識*/
.well3 {
    margin-bottom: 30px;
    padding: 1.1em 2em;
    border: 1px dashed #ddd;
    background: #fafafa;
}
.point:first-letter {
    color: #6C9FCE;
    font-size: 120%;
}
.point {
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 20px;
    font-size: 20px;
}

/*横並び*/
.yokolist{
	display:flex;
	justify-content: center;
	flex-direction:row;
	font-size: 0;
	margin: 0px;
	padding:0px;
} 


/*テーブル
ーーーーーーーーーーーーーーーーーーーーーーーー*/
/*詳細テーブル*/
table.detail{
  border-collapse: collapse;
  border: solid 1px #233048;/*表全体を線で囲う*/
}
table.detail th, table.detail td {
  /*border: dashed 1px #CCC;*/
  /*破線 1px オレンジ*/
  /*border: dashed 1px #999;*/
	font-size: 16px;
	background-color:#fff;
	border: solid 1px #aaa;
}
table.detail th {
  /*background-color:#CCC;#233048*/
  /*color:#fff;
  background: rgba(172,174,193,.4);*/
  background:#f2f0ec;
  padding:5px;
  font-weight: bold;
}
table.detail td {
  /*background-color:#F0F0E1;*/
  padding:5px 10px;/*15px 5px 15px 20px*/
  font-size:18px;	
}
table.detail img {
	width:auto;
}

table.detail .title_h{
	font-size:24px;
	background:#215da9;
	color:#fff;
	text-align:center;
}

table.detail .title_s{
	font-size:24px;
	background:#b53a38;
	color:#fff;
	text-align:center;
}

table.detail .td_h{
	background:#F5F7FA;
}

table.detail .td_s{
	background:#FDF9F7;
}

table.detail .td_c{
	text-align:center;
}
		@media screen and (max-width:743px) {
			table.detail th, table.detail td {
				font-size: 16px;
			}
		}

.bg_brown{
    background: #165e83;
color:#ffffff!important;
}

.bg_red{
    background: #a25768;
color:#ffffff!important;
}


	
/*パターンA*/
.table_a_2{
border-collapse: collapse;
margin-top:0px;
}
.table_a_2 td,
.table_a_2 th {
border-bottom: solid 1px #aaa;
padding:6px 10px;
text-align:center;
}
.table_a_2 td+td,
.table_a_2 th+th{
border-left: solid 1px #aaa;
}
.table_a_2 th {
background-color:#6D3030;
font-size:14px;
font-color:#ffffff!important;
}
.table_a_2 td {
background-color:#F5EBEB;
font-size:14px;
line-height: 1.4;
}
.table_a_2 th.brd,
.table_a_2 td.brd {
background:#E2F1F3;
}
/*テーブル横スクロール*/
.table_xscroll_2 {
overflow-x: scroll;
}
.fixed01,
.fixed02{
  position: sticky;
  color:#FFFFFF;
  top: 0;
  left: 0;
  background: #333;
  &:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
  }
}
.fixed01{
  z-index: 2;
}
.fixed02{
  z-index: 1;
}

/*テーブル　微調整*/
.nowrap_th_2 th {
white-space:nowrap;
}

@media screen and (min-width:744px) {
.nowrap_pc_2 th,
.nowrap_pc_2 td {
white-space:nowrap;
}
/*pc end*/}

.table_center_2 {
margin-right:auto;
margin-left:auto;
}

		@media screen and (max-width:743px) {
		
		/*横スクロールを入れる*/
		.table_xscroll_2 {
		margin-top:20px;
		}
		.table_xscroll_2:before {
		content:"横にスライドできます→";
		font-size: 14px;
		}
		.table_xscroll_2 table {
		width:100%;
		margin-top:0px !important;
		}
		
		
		/*改行禁止*/
		.nowrap_smp_2 th,
		.nowrap_smp_2 td {
		white-space:nowrap;
		}

		/*img120px*/
		.img120{
		max-width:100px!important;
		}
		/*smp end*/}


/*img120px*/
.img120{
max-width:120px!important;
}


/*ボタンの角丸
.btn_link a, a.btn_link, .btn_link input[type="submit"], input[type="submit"].btn_link {
    border-radius: 50px!important;
}
*/

/*2列写真をスマホ横並び*/
		@media screen and (max-width:743px) {
		.thum_b.smp_row01 .cella,
		.thum_b li {
		justify-content:space-between;
		}
}

/*フォントサイズ24-16*/
.f20 {
    font-size: 20px;
    margin-top:-10px;
}
.f24 {
    font-size: 24px;
    margin-top:-10px;
}
		@media screen and (max-width:743px) {
		.f20 {
                font-size: 14px;
		}
		.f24 {
                font-size: 16px;
		}
}


/*選ばれる理由 2列*/
.reason{
	padding:0px;/*padding:50px 0;*/
}
.reason .title{
	color:#1F3046;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ヒラギノ明朝 Pro", serif;
	font-size: 22px;
	text-align: center;
	margin: 0 0 50px 0;
}
.reason .title span{
	font-size: 25px;
}
.reason .title span.itemname{
	font-size: 36px;
}
.reason .photo{
	display:inline-block;
	margin: 0 0 30px 0;
	padding: 5px;
	border:solid 1px #CCCCCC;
	background: #FFFFFF;
	width: calc(50% - 7px);
	vertical-align: middle;
}
.reason .photo img{
	vertical-align: bottom;
	width: 100%;
}
.reason .text{
	display:inline-block;
	margin: 0 0 10px 40px;
	width: calc(50% - 60px);
	vertical-align: middle;
}
.reason .text .copy{
	color:#1F3046;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ヒラギノ明朝 Pro", serif;
	font-size: 26px;
	text-indent: -1.2rem;
	margin-left: 1.2rem;
	margin-bottom:20px;
}
.reason .left{
	display:inline-block;
	margin: 0 0 30px 0;
	width: calc(50% - 7px);
	vertical-align: top;/*middle*/
}
.reason .right{
	display:inline-block;
	margin: 0 0 30px 30px;
	width: calc(50% - 40px);
	vertical-align: top;/*middle*/
}
.reason .right img, .left img{
	vertical-align: bottom;
	width: 100%;
}

@media screen and (max-width: 900px) {
	.reason{
		padding:40px 0;
	}
	.reason .title{
		font-size: 20px;
		margin: 0 0 40px 0;
	}
	.reason .title span{
		font-size: 23px;
	}
	.reason .title span.itemname{
		font-size: 32px;
	}
	.reason .text{
		font-size: 14px;
	}
	.reason .text .copy{
		font-size: 22px;
		margin-bottom:10px;
	}
}
@media screen and (max-width: 700px) {
	.reason{
		padding:30px 0;
	}
	.reason .title{
		font-size: 14px;
		margin: 0 0 30px 0;
	}
	.reason .title span{
		font-size: 18px;
	}
	.reason .title span.itemname{
		font-size: 22px;
	}
	.reason .photo{
		margin: 0 0 10px 0;
		width: calc(100% - 7px);
		display: block;
	}
	.reason .text{
		font-size: 14px;
		display: block;
		width: calc(100% - 20px);
		margin: 0 0 20px 20px;
	}
	.reason .text .copy{
		font-size: 22px;
		margin-bottom:10px;
	}
	.reason .left{
		margin: 0;
		width: calc(100%);
		display: block;
	}
	.reason .right{
		font-size: 14px;
		display: block;
		width: calc(100%);
		margin: 30px 0px 0px 0px;
	}
}

/*noteの背景*/
/*パターンA*/

.note_a_2,
.lay118_2 {
margin-top:20px;
background: #fbf8f6;
border:solid 1px #C0C0CC;
border-radius: 3px;
padding:20px 40px 40px;
width:100%;
}
@media screen and (max-width: 700px) {
	.note_a_2,.lay118_2 {
		width:auto;
	}
}
p.note_a_2,
ul.note_a_2,
ol.note_a_2,
dl.note_a_2 {
padding-top:20px;
margin-top:40px;
}

.note_a_2 .note_a_ttl_2,
.note_a_2 .titleb_2 {
font-size:21px;
font-family:"游明朝体", "YuMincho", serif;
margin-top:20px !important;
margin-bottom:0px !important;
background: none !important;
}
		@media screen and (max-width:743px) {
		.note_a_2,
		.lay118_2 {
		padding:0px 20px 20px;
		}
		.note_a_2 .note_a_ttl_2,
		.note_a_2 .titleb_2 {
		margin-top:20px !important;
		}
		/*smp end*/}


li {
    line-height: 1.4!important;
}

/*住所・営業時間・TEL*/

.lay113_2 dt {
font-weight: bold;
float: left;
clear:both;
margin-top:20px;
}
.lay113_2 dt:first-child {
margin-top:0px;
}
.lay113_2 dd {
margin-left:10em;
margin-top:20px;
}


/*
.lay100 {
background: url(https://jikko.itembox.design/item/common/img/top/keyv5_bg.jpg) no-repeat center top!important;
}*/


/*商品タグラベル*/
.fs-c-productMark__mark {
    border-radius: 3px;
}
.fs-c-productMark__item {
    width: auto!important;
}

/*ラベル色変更*/
/*青一*/
.fs-c-productMark__mark--39 {
    background: #0006A0!important;
}
/*青二*/
.fs-c-productMark__mark--27 {
    background: #065EFF!important;
}
/*白三*/
.fs-c-productMark__mark--15 {
  color: #fff!important;
  background: #29BAFF!important;
}
/*SG2*/
.fs-c-productMark__mark--41 {
    color: #fff;
    background: #9A0000!important;
}
/*コバルトスペシャル*/
.fs-c-productMark__mark--31 {
    color: #fff;
    background: #ef000a!important;
}

/*モリブデン鋼*/
.fs-c-productMark__mark--7 {
    color: #fff;
    background: #FF79AB!important;
}

/*ボタンにアンダーバー*/
.btn_link a, a.btn_link, .btn_link{
    text-decoration: underline;
}


/*テーブル*/
.table_j{
border-collapse: collapse;
margin-top:20px;
border: solid 2px #0D1736;

}
.table_j td,
.table_j th{
border-bottom: solid 1px #aaa;
padding:3px 20px;
}
.table_j td+td,
.table_j th+th{
border-left: solid 1px #aaa;
}
.table_j th{
background: rgba(172,174,193,.4);
font-weight:bold;
}
.table_j th{
background: rgba(172,174,193,.4);
font-weight:bold;
}
.table_j th.cella,
.table_j td.cella {
background: rgba(220,221,212,.3);
font-weight:normal;
}



#ranking .title{
	color: #1F3046;
	font-size: 28px;
	font-weight: bold;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif", "ＭＳ Ｐ明朝", "MS PMincho";
	border-bottom:dotted 2px #858C97;
	text-align: center;
	margin: 0 auto 30px auto;
	line-height: 170%;
	display: inline-block;
	background: url(../images/common/icn_ranking02.png) center top no-repeat;
	background-size: 30px;
	padding: 35px 0 0 0;
}
#ranking .tab_box{
	padding: 0!important;
	background: none!important;
	margin-top: 100px!important;
}
#ranking .tab_box .hide {
	display: none;
}
#ranking .tab_box .tab_contents {
	margin: 0;
	padding: 0;
	position: relative;
}
#ranking .tab_box .tab_contents > ul {
	position: absolute;
	top: -67px;
	left: 0;
	width: 100%;
	font-size: 0;
}
#ranking .tab_box .tab_contents > ul > li {
	display: inline-block;
	margin: 0 1px 0 1px;
	padding: 0 0 10px 0;
	cursor: pointer;
	width: 25%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #1F3046;
	height: 25px;
	line-height: 170%;
	vertical-align: bottom;
	position: relative;
	border-bottom:solid 5px #CCC;
}
#ranking .tab_box .tab_contents > ul > li.select {
	border-bottom:solid 5px #1F3046;
}
#ranking .tab_box .tab_contents > ul > li.select:after{
	content: "";
	position: absolute;
	bottom:-20px;
	left: 50%;
 	margin-left: -8px;
	border: 8px solid transparent;
	border-top: 10px solid #203046;
}
#ranking .rank_box{
	font-size:	0;
}
#ranking .rank_box li{
	font-size:18px;
	width: calc((100% - 40px) / 3);
	vertical-align: top;
	display: inline-block;
	margin:0 10px 0 0; 
	text-align: left;
	position: relative;
}
#ranking .rank_box li:last-child{
	margin: 0;
}
#ranking .rank_box li a:link{ text-decoration: none;}
#ranking .rank_box li a:visited{ text-decoration: none;}
#ranking .rank_box li a:hover{ text-decoration: underline;}

#ranking .rank_box li .item{
	font-size:22px;
	font-weight: bold;
	font-family:"游明朝体", "YuMincho", serif;
}	
#ranking .rank_box li .price{
	color:#C00;
	margin-top: 5px;
}
#ranking .rank_box li::after{
	position: absolute;
	top:0;
	left:0;
	width: 40px;
	height: 40px;
	content: "";
}
#ranking .rank_box li:nth-child(1)::after{
	background: url(https://www.jikko.jp/images/common/rank1.png) no-repeat left top;
	background-size: 40px;
}
#ranking .rank_box li:nth-child(2)::after{
	background: url(https://www.jikko.jp/images/common/rank2.png) no-repeat left top;
	background-size: 40px;
}
#ranking .rank_box li:nth-child(3)::after{
	background: url(https://www.jikko.jp/images/common/rank3.png) no-repeat left top;
	background-size: 40px;
}
#ranking .rank_box li:nth-child(4)::after{
	background: url(https://www.jikko.jp/images/common/rank4.png) no-repeat left top;
	background-size: 40px;
}
#ranking .rank_box li:nth-child(5)::after{
	background: url(https://www.jikko.jp/images/common/rank5.png) no-repeat left top;
	background-size: 40px;
}

@media only screen and (max-width: 700px) {
	#ranking .title{
		font-size: 24px;
		margin: 0 auto 40px auto;
		padding: 30px 0 0 0;
	}
	#ranking .tab_box{
		margin-top: 40px!important;
	}
	#ranking .tab_box .tab_contents > ul {
		top: -67px;
	}
	#ranking .tab_box .tab_contents > ul > li {
		padding: 0 0 5px 0;
		width: 32%;
		font-size: 12px;
		height: 25px;
		border-bottom:solid 3px #CCC;
	}
	#ranking .tab_box .tab_contents > ul > li.select {
		border-bottom:solid 3px #1F3046;
	}
	#ranking .rank_box li{
		font-size:	13px;
		width: calc((100% - 20px) / 3);
	}
	#ranking .rank_box li:nth-child(3){
		margin: 0;
	}
	#ranking .rank_box li .item{
		font-size:18px;
	}
	#ranking .rank_box li::after{
		width: 30px;
		height: 30px;
	}
	#ranking .rank_box li:nth-child(1)::after{
		background: url(https://www.jikko.jp/images/common/rank1.png) no-repeat left top;
		background-size: 30px;
	}
	#ranking .rank_box li:nth-child(2)::after{
		background: url(https://www.jikko.jp/images/common/rank2.png) no-repeat left top;
		background-size: 30px;
	}
	#ranking .rank_box li:nth-child(3)::after{
		background: url(https://www.jikko.jp/images/common/rank3.png) no-repeat left top;
		background-size: 30px;
	}
	#ranking .rank_box li:nth-child(4)::after{
		background: url(https://www.jikko.jp/images/common/rank4.png) no-repeat left top;
		background-size: 30px;
	}
	#ranking .rank_box li:nth-child(5)::after{
		background: url(https://www.jikko.jp/images/common/rank5.png) no-repeat left top;
		background-size: 30px;
	}
	#ranking .rank_box li:nth-child(4),
	#ranking .rank_box li:nth-child(5){
		display:none;
	}

}


@media screen and (max-width: 700px) {
div#ranking_c .rank_box li {
    display: inline-block;
    width: calc((100% - 30px) / 1);
    float: left;
}
.tac .photo_c {
    max-width: 50%;
    float: left;
}
.tac .title7 {
    display: inline-block;
    width: 100%;
}
}


/*ボックスアイコン*/
.box-ico {
  display: block;
  text-align: left;
  margin-bottom: 6px;
}
.box-ico span {
    padding: 6px 10px;
    background: #000;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    margin: 10px 3px 2px 0;
}

@media screen and (max-width: 700px) {
    .box-ico span {
    padding: 3px 5px;
    font-size: 12px;
    }
}
.ico-h {background: #00468C!important;}
.ico-s {background: #D74100!important;}
.ico-aos {background: #0006A0!important;}
.ico-ao1 {background: #065EFF!important;}
.ico-ao2 {background: #065EFF!important;}
.ico-shiro2 {background: #29BAFF!important;}
.ico-shiro3 {background:#29BAFF!important; }
.ico-sg2 {background:#9A0000!important; }
.ico-vg10 {background:#ef000a!important; }
.ico-honyaki {background:#660000!important; }
.ico-kyoumen {background: #777777!important;}
.ico-ginsan {background: #ef000a!important;}
.ico-moribu {background: #F8AD3F!important;}
.ico-nihon {background: #517573!important;}
.ico-damascus {background: #B25900!important;}
.ico-other {background: #F60!important;}
.ico-gray {background: #CCC!important;}
.ico-blue {background: #233048!important;}
.ico-select {background:#D96D00!important;font-weight:bold;font-size:16px;}

.ico-h1 {background: #0006A0!important;}
.ico-h2 {background: #065EFF!important;}
.ico-h3 {background: #29BAFF!important;}
.ico-s1 {background: #9A0000!important;}
.ico-s2 {background: #ef000a!important;}
.ico-s3 {background: #D74100!important;}
.ico-honyaki {background:#333333!important; }

.font18{font-size:18px;}

/*ボタン*/


/*btn2_囲みボタン 紺背景*/
.btn_jikko,
a.btn_jikko{
	display: inline-block;
	padding: 1em 2em;
	text-decoration: none;
	background: #4470A1;/*ボタン色*/
	color: #FFF;
	border-bottom: solid 4px #233048;
	border-radius: 50px;
	font-size: 20px;
}
.btn_jikko,
a.btn_jikko:hover{
  /*ボタンを押したとき*/
	background: #233048;/*ボタン色*/
	color: #FFF;
	border-bottom: solid 4px #4470A1;
}
@media only screen and (max-width: 700px) {
	.btn_jikko,
	a.btn_jikko{
		padding: 0.5em 1em;
		font-size: 16px;
	}
	.btn_jikko,
	a.btn_jikko:hover{
	}
}
/*横列ボックス*/
.box_item {
  display: flex;
  justify-content: space-between;
}
.box_item .box_item2 {
	text-align: center;
}
.box_item .box_item3 {
	text-align: center;
	width: 32%;
}
.box_item-title{
	font-weight: bold;
	}
.box_item-text{
	font-size: 18px;
}
.box_item2 {
	width:48%;
}
.box_item p{
	margin-top: 5px;	
}

/*ボックスポイント*/
.box_point {
    position: relative;
    margin: auto;
    padding: 1em 0em;
    border: solid 3px #9D815B;
    width:90%; /*fit-content;*/
    background-color:#F4F1EC;
}
.box_point .box_point-title {
    position: absolute;
    display: inline-block;
    top: -33px;
    left: -3px;
    padding: 5px 9px;
    height: 23px;/*変更33*/
    line-height: 25px;
    font-size: 17px;
    background: #9D815B;
    color: #ffffff;
    border-radius: 5px 5px 0 0;
}
.box_point p {
    margin: 0; 
    padding: 0 0.5em;
	text-align: left;
}


/*ボックスリスト*/
.box_point2 {
    position: relative;
    margin: auto;
    padding:1em 0em 0.5em 0em;
    border: solid 3px #9D815B;
    border-radius: 8px;
	width:90%;
}
.box_point2 .box_point2_title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #9D815B;
    font-weight: bold;
}
.box_point2 p {
    margin: 0; 
    padding: 0 1em;
}

ul.blist {
  padding: 0 0.5em;
  position: relative;
}

ul.blist li.blist {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 0em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}

ul.blist li.blist:before {
  /*font-family: "Font Awesome 5 Free";
  content: "\f138";
  position: absolute;*/
  left : 0.5em;
  color: #ffb03f;
}

ul.blist li.blist:last-of-type {
  border-bottom: none;
}

ul.blist p{
	padding:0 0.5em;
}




@media only screen and (max-width : 640px){
	.box_item img{
		width: 90%		
		}
	.box_item-text {
		font-size:12px;
	}
	.box_item .box_item2 {
		width: 48%;
	}
	.box_point {
	width:90%;/*変更100*/
    margin: 3em 0;
    padding:0.5em;
	}
	.box_point p {
	font-size:14px;	
	}
	.box_point2 {
	width:90%;/*変更100*/
    margin: 3em 1em;
	}
	.box_point2 p {
	font-size:14px;	
	}
	ul.blist p{
	padding:0 0.5em;
	}
	.img_rank{
	width:30%;
	margin:5px auto;	
	}
	.waku3{
	     padding:5px!important; 
	}
}


/*ボックス 箇条書き*/
ul li.box_point {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 0.5em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}
ul li.box_point:last-of-type {
  border-bottom: none;
}

/*トップbox*/
.box_top{
	border: 3px solid #233048;
    width:90%;
	margin: auto;	
}
.box_top .text{
	color: #4470A1;
	text-align: center;
	margin: .2em auto;
	width: calc(100% - 2em);
	border-bottom: 3px solid #233048;
	font-weight: bold;
	font-size:18px;
}
.box_top .inner{
	padding: 1em 1.5em 1.5em 1.5em;
	font-size:18px;
}

.box_img img{
	width:90%;
}

@media only screen and (max-width : 640px){
	.box_top{
		border: 2px solid #233048;
		width:90%;

	}
	.box_top .text{
		font-size:14px;
	}
	.box_top .inner{
		padding: .5em 1em 1em 1em;
		font-size:14px;
	}	
	.box_img img{
		width:100%;
	}
}


.wrapper{
	width:980px;
	margin:0 auto;
	position: relative;
}
#contents{
	margin: 0 0 100px 0;
	padding:0 0 0 0;
}
#contents #main{
	width:100%;
	max-width: 980px;
}
@media only screen and (max-width: 1000px) {
	.wrapper{
		width:calc(100% - 40px);
		margin:0 20px;
	}
}
@media only screen and (max-width: 600px) {
	.wrapper{
		width:calc(100% - 20px);
		margin:0 10px;
	}
	#contents{
		padding:0 0 0 0;
	}

	#contents #main{
		width:100%;
	}
}

/*------------------------------------------------------------------------------------------------------------------------*/
/* テーブル */
/*------------------------------------------------------------------------------------------------------------------------*/

/*包丁一覧*/
table.tablejikko{
	border: solid 1px#999999;
	background: #FFFFFF;
	font-size: 14px;
	width: 100%;
	table-layout: fixed;/*横幅を固定のレイアウトにするため*/
}
table.tablejikko tr{
	border-bottom: solid 1px #999999;
}
table.tablejikko thead{
	background: #DDE0E6;
}
table.tablejikko th,
table.tablejikko td{
	border-right: dashed 1px #999999;
	padding:10px;
	vertical-align: top;
}
table.tablejikko th{
	font-weight: bold;
	text-align: center;
}
table.tablejikko tbody th{
	background: #EBECED;
	vertical-align: middle;
	width: 15%;
}
<!--table.tablejikko tbody th.arrow1{
	background: #EBECED url(https://www.jikko.jp/images/common/arrow15.png) no-repeat center center;
	background-size: 20px;
}
table.tablejikko tbody th.arrow2{
	background: #EBECED url(https://www.jikko.jp/images/common/arrow16.png) no-repeat center center;
	background-size: 20px;
}-->
table.tablejikko td span{
	display: none;
}
@media only screen and (max-width: 700px) {		
	table.table1{
		margin:0 10px;	
	}
	table.tablejikko{
		font-size: 13px;
	}
	/*table.tablejikko thead{
		display: none;
	}*/
	table.tablejikko th{
		width: 100px;
	}
	table.tablejikko tbody th{
		width: 60px;
	}
	table.tablejikko td{
		/*display: block;
		width: auto;
		border:none;
		margin: 5px 10px;
		padding: 0;*/
	}
	table.tablejikko td span{
		display: inline-block;
		color: #666666;
	}
}

td.color{ background: rgba(217,109,0,0.2)!important; } /* 透過1:赤(透過率0.0) */



/*------------------------------------------------------------------------------------------------------------------------*/
/* こと売り用*/
/*------------------------------------------------------------------------------------------------------------------------*/
#kotouri section{
	padding: 50px 0;
}
#kotouri .mv{
	text-align: center;
	/*border-top: 5px solid #233048;*/
	border-bottom: 2px solid #9D815B;	
}
#kotouri .mv img{
	width: 100%;
	vertical-align: bottom;
}
#kotouri .maintitle{
	background: #1F3046;

	color: #FFFFFF;
	padding: 50px 0;
	text-align: center;
}
#kotouri .maintitle .title{
	font-size:34px;
	margin: 0 0 10px 0;
	color: #FFFFFF;
}
#kotouri .maintitle .title span{
	background: rgba(221,221,221,0.2);
	font-size: 26px;
	margin: 0 15px 0 0;
	padding: 10px 15px;
}
@media only screen and (max-width: 700px) {
	#kotouri section{
		padding: 40px 0;
	}
	#kotouri .maintitle{
		padding: 20px 0;
	}
	#kotouri .maintitle .title{
		font-size:24px;
		margin: 0 0 5px 0;
	}
	#kotouri .maintitle .title span{
		font-size: 16px;
		margin: 0 10px 0 0;
		padding: 8px 13px;
	}
}


#contents{
	margin: 0 0 0 0;
	padding:0 0 0 0;
}
#contents #main{
	width:100%;
	max-width: 980px;
}

ul.blist{
    margin-top: 0px;	
}


/* サブメニュー */

@media screen and (max-width: 460px){
#sub_nav,#sub_nav--area {display:none}
}
	
/*#sub_nav {
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
	margin: 0px;
}*/


#sub_nav {
  top: 56px;
}

html {
  font-size: 62.5%;
}



#sub_nav a {
  color: #222;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

#sub_nav a img {
  -webkit-transition: .3s;
  transition: .3s;
}

#sub_nav a:hover,
#sub_nav a:hover img {
  opacity: 1;
  text-decoration: none;
}

#sub_nav li {
  list-style: none;
}


#sub_nav {
  background: rgba(209,209,199,0.45);
}

.sub_nav--area {
  max-width: 1500px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sub_nav--area {
  padding: 15px 0 0;
}

.sub_nav--list {
  margin: 0 2px;
  text-align: center;
  width: 11%;
  font-size: 1.4rem;
  font-weight: bold;
}

.sub_nav--a {
  color: #7B3434 !important;
  display: block;
  padding: 5% 3%;
  background: rgba(209,209,199,.45);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}

.sub_nav--a:hover,
.sub_nav--a.active {
  color: #7B3434 !important;
  display: block;
  padding: 5% 3%;
  background: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  opacity: 1;
}

/*css 1/6追加
ーーーーーーーーーーーーーーーーーーーーーーーー*/
.hrp {
margin: 10px 0 0 0;
position: relative;
display: inline-block;
background-color: #fff;
margin-left: 30px;
padding: 0 10px;
font-weight: bold;
font-size:14px;
color: #0F3783;
}

.midashi {
position: relative;
margin-bottom: 0px;
}

.midashi:before {
content:  '';
background-color: #0F3783;
display: block;
position: absolute;
width: 100%;
height: 2px;
top: 7px;
bottom: 0;
left: 0;
margin: auto;
}
	
	
	
table.w100 th{
	width: 100%;
}
	
.table_c,
.fs-c-inputTable {
	border-collapse:collapse;
	border:solid 3px #d8d8d8;
	}
.table_c {
	margin-right:auto;
	margin-left:auto;
    margin-top:20px;
	}

.table_c th,
.table_c td,
.fs-c-inputTable th,
.fs-c-inputTable td {
	border:solid 1px #d8d8d8;
	padding:20px;
	}
.table_c td {
	background-color: #fff;
	}
.table_c th,
.fs-c-inputTable th {
	background:#f2f0ec;
	font-weight:600;
	}
.table_c th p,
.fs-c-inputTable th p {
	font-weight:600;
	}
.table_c a{
	font-weight:600;
	}
.table_c.nowrap th,
.table_c th.nowrap,
.table_c td.nowrap {
	white-space: nowrap;
	}
.table_c caption {
	font-weight:600;
	margin:40px 0px 10px;
	}


/*余白小さめ*/
.table_c.type_b th,
.table_c.type_b td {
padding:5px 10px;
}



		@media screen and (max-width:767px) {
			.table_c {
				width:100%;
				}
			.table_c th,
			.table_c td {
				display:block;
				padding:10px;
				}
				
			/*横スクロール*/
			.table_smp {
				overflow-x: scroll;
				-webkit-overflow-scrolling: touch;
				white-space: nowrap;
				margin-top:25px;
				}
			.table_smp:before {
				content:"←横スライドします。";
				font-size:14px;
				}
			.table_smp table {
				margin-bottom:10px;
				}
			.table_smp .table_c th,
			.table_smp .table_c td {
				display:table-cell;
				}
			.table_smp table {
			margin-top:0px !important;
			}
			
			
			/*テーブルのまま*/
			.table_c.table_keep th,
			.table_c.table_keep td {
			display:table-cell;
			} 
			
			/*smp end*/}

/*リスト
ーーーーーーーーーーーーーーーーーーーーーーーー*/

/*リスト ディスク*/
ul.list_disc_jikko {
	margin-left:5px;
	}
ul.list_disc_jikko li {
	background:url(https://www.jikko.jp/img/base/list_disc_jikko.png) no-repeat 0px 12px;
	background-size:7px 7px;
	padding-left:13px;
	padding-top:3px;
	}
ul.list_disc.line01 li {
	margin-top:0px;
	}

/* テーブルとテーブル内容 */
table.w25 th{
	width: 25%;
}
th.width20 {
        width: 20%;
}
   
th.width30 {
        width: 30%;
}
    
th.width40 {
        width: 40%;
}

.nowrap{
white-space: nowrap;
}

ul.lay303{
	display: flex;
	flex-wrap: wrap;
}

ul.lay303 li{
	margin: 0 5px 10px 0;
}
ul.lay303 li a{
	color: #FFF!important;
	text-decoration: none!important;
}

ul.lay303 li span{
	padding: 5px 6px;
	background: #0F3783;
	border-radius: 3px;
	color: #FFF;
	font-weight:600;
}
ul.lay303 li span span{
	font-weight:500;
	font-size:16px;
}


ul.lay303 li span.non{
	background: #acacac;
}


/*商品ボタン矢印付き*/
.arrow_btn {
  display: inline-block;
  position: relative;
  padding: 1px 25px 1px 5px;
  background:#0F3783; /* ボタンの背景色 */
  border-radius: 3px;
  color: #fff;/* テキストの色 */
}
.arrow_btn:hover {
  text-decoration:underline;
}
.arrow_btn::before { /* 矢印の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

/*テキストの後ろに矢印付き 右側はr、左側はl*/ 
.arrow_btn:hover::before { /* マウスオーバー時のスタイル */
  visibility: visible; /* 矢印を表示 */
}

.arrow_r_b {
  position: relative;
  display: inline-block;
  padding-left: 0px;
  color: #333;
  text-decoration: none;
}
.arrow_r_b:before {
  content: '';
  width: 16px;
  height: 16px;
  background: #38435E!important;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -23px;
  margin-top: -9px;
}
.arrow_r_b:after {
  content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: -17px;
  margin-top: -4px;
  transform: rotate(45deg);
}

.arrow_btn:hover::before { /* マウスオーバー時のスタイル */
  visibility: visible; /* 矢印を表示 */
}

.arrow_l_b {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #333;
  text-decoration: none;
}
.arrow_l_b:before {
  content: '';
  width: 16px;
  height: 16px;
  background: #38435E!important;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -3px;
  margin-top: -9px;
}
.arrow_l_b:after {
  content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -4px;
  transform: rotate(45deg);
}



@media screen and (max-width: 767px){
	/* テーブルとテーブル内容 */
	table.w25 th{
		width: auto;
	}
}


/*リスト インデント(中黒や米印に使用)
.list_indent,
ul.list_indent li {
	text-indent:-1em;
	margin-left:1em;
	}
.list_indent.type_b,
ul.list_indent.type_b li {
	text-indent:-2em;
	margin-left:2em;
	}
ul.list_indent.type_b,
ul.list_indent {
	text-indent:0em;
	margin-left:0em;
	}
*/

/*数字リスト表示*/
ol.number {
    counter-reset: li;    /* li のカウンタを 0 にセット */
    list-style: none;
	margin-left:5px;
	 }
ol.number li {
	text-indent:-1.4em;
	margin-left:1.4em;
	line-height:1.5;
	}
ol.number li:before {
	font-family:Rokkitt;
    color: #a38441;
    font-weight: bold;
	font-size:24px;
    counter-increment: li;   /* li の数を一つずつ増加 */
    content: counter(li) ". ";          /* 数を表示 */
}

ol.line01 li {
	margin-top:0px;
	}



/*リスト全体の中央寄せ*/

.list_center {
display:flex;
justify-content: center;
}

/*商品リンク*/
.Plink{
	padding: 5px 6px;
	background: #0F3783;
	border-radius: 3px;
	color: #FFF;
	font-weight:600;
	font-size:16px;
	margin-bottom:5px;
display: inline-block;
}
.Plink a{
	color: #FFF!important;
text-decoration: none!important;
}

/*言語固定メニュー
.stt-lang-select, .stt-lang-select *, .stt-lang-select :after {
    color: #fff!important;
}
.stt-lang-select .stt-text {
    background-color:  #9D815A;
}
.stt-lang-select.br {
    background-color: #9D815A;
}*/

/*#0F1937*/