.ttl-product {
        display: flex;
        align-items: center;
        margin: 10px;
        font-size: 24px;
        font-weight: bold;
        color: #666;
    }

    .ttl-product::after{
        content:"";
        display: block;
        flex: 1;
        height: 1px;
        background-color: #666;
        margin-left: 10px;
    }

.subhead-uline-gn.rohs {
	position: relative;
}


/* /css/category_new.css */
article{
display: -webkit-flex; /* Safari */
display:flex;
}

/*--　クイックセレクター表　修正　2021年02月05日　--------------------*/

.ph-tray-info{
  font-size: 14px;
  padding: 0 12px 0 0;
  margin: 0;
  text-align: right;
  letter-spacing: -1px;
}

.pinheader_5,
.pinheader_4{
  padding-left: 18px;
}

#contents .ph-tray-info span a,
#contents .pinheader_5 span a,
#contents .pinheader_4 span a{
  font-weight: bold;
  color: red !important;
}

/*--　クイックセレクター表　修正　2021年02月05日　ここまで--------------------*/

/*--カレンダー--------------------*/

.cal-table{
margin:5px;
border-collapse:collapse; 
border-spacing:0;
table-layout: fixed;
border:1px solid #333;
text-align:center;
width:245px;
}
.cal-table th{
background:#e3f7ce;
border:1px solid #333;
}
.cal-table td{
border:1px solid #333;
}
.sat{
background:#cff;
color:#00f;
}
.sun{
background:#fcc;
color:#f00;
}
.holiday{
background:#fcc!important;
color:#f00;
}
/*--カレンダーend--------------------*/
.material-table{
margin:0 auto 10px auto;
width:90%;
border-collapse:separate; 
border-spacing:0;
box-shadow:0px 0px 5px rgba(0,0,0,0.2);
}
.material-table th{
border-top:1px solid #e1efe2;
border-bottom:1px solid #758276;
border-left:1px solid #e1efe2;
border-right:1px solid #758276;
padding:2px;
font-size:14px;
background:#cad8cb;
}
.material-table td{
padding:2px;
border-top:1px solid #eee;
border-bottom:1px solid #666;
border-left:1px solid #eee;
border-right:1px solid #666;
font-size:12px;
}
.mat-type{
margin:5px 20px 10px 20px;
padding:5px 10px;
border-bottom:2px solid #009900;
font-size:18px;
clear:both;
}

.product-type{
margin:10px;
padding:3px 10px;
background-color: #eee;
/*background-image: linear-gradient(to right, #eeeeee 0%, #ffffff 100%);*/
color: #000;
font-weight: bold;
clear:both;
}
.product-type2{
margin:10px;
padding:3px 10px;
font-size:15px;
color: #fff;
background: #090;
font-weight: bold;
clear:both;
line-height: 26px;
}
.type_exp{
  font-size: 13px;
  padding: 10px 15px;
}
.product-type img{
top:-4px;
right:0;
z-index:5;
}

ul.anchor{
  width: 325px;
  margin-left: auto;
  margin-right: 10px;
}
ul.anchor a{
  font-size: 13px;
  font-weight: bold;
}
.mm_sp{
height:50px;
background:url(../image/bg/mm_sp.png);
background-repeat:no-repeat;
background-position:0 0;
}
.om_sp{
height:50px;
background:url(../image/bg/om_sp.png);
background-repeat:no-repeat;
background-position:0 0;
}
.product-list{
margin: 0;
/*padding:0 20px 20px 20px;*/
display:flex;
flex-wrap: wrap;
}
.product-list-ps{
margin:0;
padding:0 20px 20px 20px;
}
.product-name{
margin:2px;
padding:2px 0 2px 10px;
background-image:url(../img/icon/img_00.gif);
background-repeat:no-repeat;
background-position:-5px 4px;
display:inline-block;
width:30%;
font-size:16px;
line-height:1.5;
}
.product-name-s{
margin:2px;
padding:2px 0 2px 10px;
background-image:url(../img/icon/img_00.gif);
background-repeat:no-repeat;
background-position:-5px 2px;
display:inline-block;
width:30%;
font-size:14px;
line-height:1.5;
}
.product-name-m{
margin:2px;
padding:2px 0 2px 10px;
background-image:url(../img/icon/img_00.gif);
background-repeat:no-repeat;
background-position:-5px 2px;
display:inline-block;
width:50%;
font-size:14px;
line-height:1.5;
}
.product-name-ps{
margin:10px 8px 10px 0;
padding:5px;
width:132px;
height:180px;
font-size:12px;
line-height:1.2;
text-align:center;
float:left;
}
.product-name-ps2{
margin:10px 8px 10px 0;
padding:5px;
width:132px;
height:140px;
font-size:12px;
line-height:1.3;
text-align:center;
float:left;
}

.product-name-ps2 p{
  margin: 5px 0 0;
}

.pn-ps-imgbox{
margin:0 auto;
width:112px;
height:110px;
border:1px solid #ccc;
border-radius:3px;
box-shadow:0px 0px 5px rgba(0,0,0,0.2);
vertical-align: middle;
display: table-cell;
position:relative;
overflow:hidden;
}
.pn-ps-imgbox img{
width: 80%;
height: auto;
}
.nat-imgbox img{
width: 45%;
}
.bush-imgbox img, .pinhe-imgbox img, .PFA-imgbox img{
  width: 55%;
}



.product-name-ps p{
padding:5px;
text-align:center;
height:40px;
}

.small-desc{
margin:0 0 0 10px;
padding:0;
font-size:8px;
}

.products-flex-box{
display: -webkit-flex; /* Safari */
display:flex;
-webkit-justify-content:space-around;/* Safari */
justify-content:space-around;
margin-bottom:20px;
}
.products-flex-box-double{
width:520px;
display: -webkit-flex; /* Safari */
display:flex;
-webkit-justify-content:space-around;/* Safari */
justify-content:space-around;
}
.products-flex-box-sin{
width:260px;
display: -webkit-flex; /* Safari */
display:flex;
-webkit-justify-content:space-around;/* Safari */
justify-content:space-around;
}

.products-box{
padding:10px;
margin:0 0 20px 0;
width:220px;
}

.img-box{
padding:10px 20px;
}

.evidence_2{
  margin: 0 0 0 10px;
}
.evidence_2 img{
  width: 93.5%;
  border: solid;
  padding: 15px;
}

.ecosp{
  display: flex;
  align-items: center;
  margin: 10px auto 30px auto;
}
.ecosp_1{
width: 36%;
}
.ecosp_2{
  width: 27%;
}
.ecosp_3{
  width: 35%;
  padding:20px 0;
}
.Engineering_mail{
  text-align: center;
  font-weight: 900;
  margin: 25px auto;
}
.Engineering_mail dt{
  font-size: 17px; 
}
.Engineering_mail img{
  width: 182px;
  position: relative;
  top: 5px;
  right: 5px;
}
.Engineering_mail dd:nth-child(1){
  font-size: 17px; 
}
.Engineering_mail dd:nth-child(3),.Engineering_mail dd:nth-child(4){
  font-size: 12px;
  font-weight: 500;
}

.contents-list{
margin:20px;
}
.contents-list li{
margin:0;
padding:2px 0 2px 12px;
background-image:url(../img/icon/img_00.gif);
background-repeat:no-repeat;
background-position:-5px 2px;
}
.company-def-list{
margin:0 10px 20px 10px;
}
.company-def-list dt{
padding:0 5px;
font-weight:bold;
}
.company-def-list .History{
  float: left;
}
.company-def-list dd{
padding:0 20px;
}
.lineup-def-list{
margin:0 10px 20px 10px;
clear:both;
}
.lineup-def-list dt{
padding:0 5px;
font-weight:bold;
float:left;
}
.lineup-def-list dd{
padding:0 20px;
}
.browser-info-list{
margin:0 10px 20px 10px;
padding:10px;
border:1px solid #eee;
}
.browser-info-list dt{
padding:0 5px;
float:left;
}
.browser-info-list dd{
padding:0 20px 0 80px;
}
/*--耐薬品--------------------*/
.chemical-table{
margin:0 auto 10px auto;
width:90%;
table-layout:fixed;
border-collapse:separate; 
border-spacing:0;
box-shadow:0px 0px 5px rgba(0,0,0,0.2);
}
.chemical-table th{
border-top:1px solid #e1efe2;
border-bottom:1px solid #758276;
border-left:1px solid #e1efe2;
border-right:1px solid #758276;
padding:1px;
font-size:12px;
background:#cad8cb;
text-align:center;
}
.chemical-table td{
width:40px;
padding:1px;
border-top:1px solid #eee;
border-bottom:1px solid #666;
border-left:1px solid #eee;
border-right:1px solid #666;
text-align:center;
}
.chm-name{
width:110px;
}
.ceramic-row{
width:70px !important;
}
.order_int-box{
margin:10px;
border:2px solid #01875a;
border-radius:5px;
}
.order_int-box2{
margin:10px 10px 30px 10px;
border:2px solid #01875a;
border-radius:5px;
}
.order_fax-box{
margin:10px 10px 30px 10px;
border:2px solid #006342;
border-radius:5px;
}
.order_fax-box2{
  margin:10px;
  border:2px solid #006342;
  border-radius:5px;
}

.order_int-ttl{
padding:5px 5px 5px 10px;
background:#01875a;
color:#fff;
}
.order_fax-ttl{
padding:5px 5px 5px 10px;
background:#006342;
color:#fff;
}
.float_box{
margin:10px;
display: -webkit-flex; /* Safari */
display:flex;
-webkit-justify-content:space-around;/* Safari */
justify-content:space-around;
}
.kojin_box{
margin:10px;
}
.kojin_box_right{
  margin:10px;
  text-align: right;
}
.kojin-btn-box{
  display: flex;
  flex-direction: row-reverse;
  margin: 10px 0;
}
.kojin-btn-box .estimate-btn-gr, .kojin-btn-box .order-btn{
  width: 49%;
}

.kojin-btn-box .estimate-btn-gr a{
  width: 100%;
}

.left-box{
width:49%;
}
.right-box{
width:49%;
}
.fax-num{
margin:10px;
font-size:20px;
font-weight:bold;
text-align:left;
}
.fax-num img{
margin:10px 0 0 0;
}
.fax-num span{
margin:10px;
font-size:12px;
font-weight:normal;
text-align:center;
}
.initial-headline{
margin:0 10px 10px 10px;
padding:3px 10px;
background:#eee;
}
/*--タグ--------------------*/
.rohs,.tray{
position:relative;	
}

.tag-tray{
margin:0 0 0 5px;
padding:2px 5px;
width:110px;
background:#f69;
color:#fff;
font-weight:bold;
font-size:12px;
text-align:center;
border-radius:2px;
border:1px solid #fff;
letter-spacing:1px;
box-shadow:0px 1px 1px 0px rgba(0,0,0,0.4);
text-shadow:1px 1px 0 #555;
position:absolute;
right:5px;
bottom:6px;
}
.tag-tray-shp{
margin:0 0 0 5px;
padding:1px 5px 0 5px;
width:110px;
color:#fff;
background:#f69;
font-weight:bold;
font-size:14px;
text-align:center;
border-radius:2px;
border:1px solid #f69;
letter-spacing:1px;
/*box-shadow:0px 1px 1px 0px rgba(0,0,0,0.4);
text-shadow:1px 1px 0 #555;*/
position:absolute;
top:2px;
right:3px;
}
.rohs-group{
marin:0;
padding:5px;
}
.tray .attention {
  position: absolute;
  top:28px;
  right: 3px;
  color: #f00;
  width: 122px;
  font-size: 13px;
  text-align: center;
}

/*--RoHS非対応（材質別）--------------------*/
.tag-non-rohs-mat{
margin:0;
padding:1px 5px 0 5px;
color:#fff;
font-weight:bold;
font-size:14px;
text-align:center;
border-radius:2px;
line-height:1.5;
letter-spacing:1px;
position:absolute;
top:5px;
right:3px;
border:1px solid #666;
width:160px;
}
.tag-non-rohs-mat a{
margin:0;
padding:0;
font-weight:bold;
font-size:14px;
display:inline-block;
color:#666;
}
.tag-non-rohs-mat a:hover{
text-decoration:none;
}
/*--RoHS非対応--------------------*/
.tag-non-rohs{
margin:0;
padding:1px 5px 0 5px;
color:#fff;
font-weight:bold;
font-size:14px;
text-align:center;
border-radius:2px;
line-height:1.5;
letter-spacing:1px;
position:absolute;
top:1px;
right:3px;
border:1px solid #666;
width:160px;
}
.tag-non-rohs a{
margin:0;
padding:0;
color:#fff;
font-weight:bold;
font-size:14px;
display:inline-block;
}

.tag-non-rohs a{
color:#666;
}
.sp-rohs2-btn-resin, .sp-rohs2-btn{
  display: none;
}

/*--RoHS(6物質)--------------------*/
.tag-rohs-6{
margin:0;
padding:1px 5px 0 5px;
color:#fff;
font-weight:bold;
font-size:14px;
text-align:center;
border-radius:2px;
line-height:1.5;
letter-spacing:1px;
position:absolute;
top:5px;
right:133px;
border:1px solid #10c98d;
width:170px;
}
.tag-rohs-6 a{
margin:0;
padding:0;
color:#fff;
font-weight:bold;
font-size:14px;
display:inline-block;
}


.tag-rohs{
margin:0 0 0 5px;
padding:1px 5px 0 5px;
color:#10c98d;
font-weight:bold;
font-size:14px;
text-align:center;
border-radius:2px;
border:1px solid #10c98d;
letter-spacing:1px;
position:absolute;
top:5px;
right:3px;
width:160px;
}

.tag-rohs-6 a,.tag-rohs a{
color:#10c98d;
}

/*--RoHS2--------------------*/
#fp-contents .subhead-uline-gn.rohs:has(.tag-rohs2) {
	padding-right: 120px;
}
#fp-contents .tag-rohs2{
margin:0;
padding:0;
color:#fff;
font-weight:bold;
font-size:14px;
text-align:center;
border-radius:2px;
line-height:1.5;
letter-spacing:1px;
position:absolute;
top:5px;
right:3px;
background:#10c98d;
border:1px solid #10c98d;
width:120px;
}
#fp-contents .tag-rohs2:has(a:hover){
background:#ffffff;
}
#fp-contents .tag-rohs2 a:hover{
color:#10c98d;
}
#fp-contents .tag-rohs2 a{
margin:0;
padding:1px 5px 0 5px;
color:#fff;
font-weight:bold;
font-size:14px;
display:inline-block;
text-decoration: none!important;
}

/*--RoHS対応マーク--------------------*/
.tag-rohs-mark{
  display: contents;
/*margin:0 0 0 3px;*/
/*padding:2px;*/
/*width:100px;*/
color:#10c98d;
font-weight:bold;
font-size:12px;
/*text-align:center;*/
border-radius:2px;
/*letter-spacing:1px;*/
}
.tag-rohs-mark a{
margin:0;
padding:2px 5px;
color:#fff;
font-weight:bold;
font-size:12px;
}

/*202306追記*/
.caption-box {
  margin: 0 20px;
}

p.main-desc {
  margin: 20px 10px 20px;
}

ul.main-desc {
  margin: 20px 10px 20px;
}

.in-page-link-box {
  padding: 0 10px;
  margin: 0 auto 30px auto;
  display: block;
}

ul.in-page-link {
  display: flex;
  flex-wrap: wrap;
}

.in-page-link li a {
  margin: 5px 3px;
  padding: 5px 5px 5px 17px;
  font-size: 13px;
  line-height: 1.2;
  display: block;
  position: relative;
  z-index: 1;
}

.in-page-link li a::before{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 5px;
  margin-top: -5px;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  border-top: solid 10px #090;
}

.sub-ttl {
  margin: 0 10px 20px;
  padding: 5px 10px;
  border-bottom: 2px solid #090;
  font-size: 17px;
  font-weight: 900;
  clear: both;
}

.product-flex-box {
  display: flex;
  flex-wrap: wrap;
}

.product-contents {
  padding: 0;
}
/*category_add_size_new.css */
/* 2022年1年 カテゴリーページサイズ追加用 */

.product-add-size{
  margin: 10px 8px 40px;
  padding: 5px;
  width: 142px;
  max-width: calc(50% - 16px);
  /*height: 290px;*/
  font-size: 14.5px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  /*float: left;*/
}
.product-add-size:first-child:last-child{
  max-width: none;
}

/* 2021.12.06_ワッシャー等タブ数が多いもの用に追加 */
.product-add-size-over{
  margin: 10px 8px 40px;
  padding: 5px;
  width: 142px;
  /*height: 390px;*/
  font-size: 14.5px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  /*float: left;*/
}




/* マウスオーバー------------------------- */
#fp-contents .product-add-size a:hover{
  color: #f90;
  text-decoration: none;
}

#fp-contents .product-add-size-over a:hover{
  color: #f90;
  text-decoration: none;
}

#fp-contents .act-btn a:hover{
  color: #f90;
}
#fp-contents .act-btn-two a:hover{
  display: block;
  width: 54px;
  height: 23px;
  color: #f90;
  border-radius: 2px;
  text-decoration: none;
  border-style: none;
  box-sizing: border-box;
  position: relative;
  top: -1px;
  left: -1px;
  padding: 2px;
}

#fp-contents .act-btn-two-fontover :hover{
  border:none;
}

#fp-contents .act-btn-two-fontover a:hover{
  display: block;
  width: 52px;
  font-size: 0.8rem;
 
  color: #fff;
  background-color: #f90;
  border-radius: 2px;
}

/* マウスオーバーここまで------------------------- */
.product-add-size p{
  height: 40px;
  padding: 5px;
  margin: 0 11px;
  text-align: center;
  border-bottom: 1.2px solid #090;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.product-add-size-over p{
  height: 40px;
  padding: 5px;
  margin: 0 11px;
  text-align: center;
  border-bottom: 1.2px solid #090;
  display: flex;
  justify-content: space-around;
  align-items: center;
}



.p-supplement{
  height: 45px;
  color: black;
  font-size: 11px;
  font-weight: 500;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 5px 5px;
  line-height: 12px;
}

.p-size{
  height: 20px;
  font-size: 12px;
  border: 1px solid #090;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0 11px 5px;
}


.size-select-box{margin:0;width:100%;}

.size-box-flt{
margin:0 auto;
padding:0;
width:112px;
display: -webkit-flex; /* Safari */
display:flex;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
gap: 2px;
}
.size-box-flt > li {
	width: calc((100% - 2px * 2) / 3);
}
#fp-contents .size-box-flt > li.dead-btn,
#fp-contents .size-box-flt > li.act-btn {
	width: calc((100% - 2px * 2) / 3);
	margin: 0;
}
#fp-contents .size-box-flt > li.act-btn a {
	width: 100%;
}
.dead-btn{
margin: 3px 1px 3px 1px;
width: 33px;
height: 20px;
border: 1px solid #eee;
background: #eee;
display: block;
border-radius: 2px;
}

.act-btn {
}

#fp-contents .act-btn a{
  width: 33px;
  height: 20px;
  font-size: 0.8rem;
  line-height: 1.7;
  text-align: center;
  border-radius: 2px;
  font-weight: bold;
  margin: 0;
  border: 1px solid #090;
  color: #333;
  display: block;
}

.act-btn-two{
  width: 52px;
  height: 20px;
  font-size: 0.8rem;
  line-height: 1.7;
  border: 1px solid #090;
  border-radius: 2px;
  margin: 3px 1px 31px 1px;
  letter-spacing: -0.3px;
}
.dead-btn-two{
  margin: 3px 1px 3px 1px;
  width: 52px;
  height: 20px;
  border: 1px solid #eee;
  background: #eee;
  display: block;
  border-radius: 2px;
}

.act-btn-two a{
  color: #333;
}

.act-btn-two-fontover{
  width: 52px;
  font-size: 0.8rem;
  border-radius: 2px;
  margin: 3px 3px 0px 1px;
}
.act-btn-two-fontover a{
  color: #333;
  border: 1px solid #090;
  border-radius:2px;
  display: block;
}

.dead-btn-two-fontover{
  margin: 3px 1px -1px 1px;
  width: 52px;
  height: 32px;
  border: 1px solid #eee;
  background: #eee;
  display: block;
  border-radius: 2px;

}

/*202501樹脂ワッシャー公差ボタン追加*/


.kousa_link {
  margin-right: -10px;
  display: block;
  text-align: right;
}

.kousa_link img {
  width: 200px;
}



@media only screen and (max-width:340px) {

  .ad_m_bottom_60{
    margin-bottom: 60px;
  }
    
  
}


/*202502金属ワッシャー公差ボタン追加*/
.metal_kousa_btn{
  position: relative;
  margin-bottom: 60px;
}

.metal_kousa_link{
  position: absolute;
  right: 12px;
  display: block;
  font-weight: bold;
  background-color: #fd4830;
  border: solid 1px #fd4830;
  padding: 5.5px 0px;
  color: white;
  border-radius: 10px;
  width: 210px;
  cursor: pointer;
  font-size: 12.5px;
  
}
.metal_kousa_link a{
  color: white;
  padding-right: 10px;
  text-decoration: none;
 }

/* SP */
body:has(> #container) {
	.txt-box h3{
	width: auto;
	} 
	.product-add-size {

	}

}