@charset "utf-8";





.text-block {
  color: #000000;
  font-size: 12px;
  padding-left: 15px;
  margin-top: 10px;
}

.text-block2 {
  color: #000000;
  font-size: 12px;
  padding-left: 5px;
}

.caption {
  color: #000000;
  font-size: 11px;
}

.note {
  color: #000000;
  font-size: 10px;
}

.product1-img {
  width: 200px;     
  display: block;
  margin: 0 0 10px;  
}

.product2-img {
  width: 200px;         
  display: block;
  margin: 0 0 10px;  
}

.product3-img {
  width: 340px;         
  display: block;
  margin: 0 0 10px;  
}

.product4-img {
  width: 420px;         
  display: block;
  margin: 0 0 10px;  
}

.product-img {
  width: 300px;         
  display: block;
  margin: 0 0 10px;  
}


/*-------------------------------------------
2025/0908 一時修正追加 のスタイル
-------------------------------------------*/


.product-img-hybrid-am42 {
  width: 260px;         
  display: block;
  margin: 0 0 10px;  

}

/*-------------------------------------------
一時修正追加 のスタイル ここまで
-------------------------------------------*/


/*-------------------------------------------
リンクエリア  のスタイル
-------------------------------------------*/

.banner {
  text-align: center; 
  margin: 20px 0;
}

.banner a {
  display: inline-block; 
}

.banner img {
  width: 400px; 
  height: auto;
  display: block;       
}

.banner2-img{
  width: 250px; 
  height: auto;
  display: block;
  padding: 10px; 
}

/*-------------------------------------------
製品掲載枠エリア 項目
-------------------------------------------*/
.top-line {
  width: 100%;
  height: 3px;
  background: rgb(104, 138, 177);
}

.center-line{
  width: 100%;
  height: 30px;
  background:rgb(203, 209, 216);
  display: flex;
  justify-content: center;
  align-items: center;
}

.ber-text{
  font-family: "Ebrima","Arial";
  font-size: 15px;
  color:rgb(156, 155, 155);
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
}

.ber-text::before,
.ber-text::after {
  content: "";
  display: inline-block;
  width: 15px;   
  height: 1px;   
  background: rgb(156, 155, 155);
  position: relative;
    top: -1px;
  margin: 0 8px;
}

.ber-text::before {
  box-shadow: 0 4px 0 rgb(156, 155, 155);
}

.ber-text::after {
  box-shadow: 0 4px 0 rgb(156, 155, 155);
}

.bottom-line {
  width: 100%;
  height: 5px;
  background: rgb(156, 155, 155);
}


@media (min-width: 1024px) {
  .top-line {
    height: 5px;
  }

  .center-line {
    height: 50px; 
  }

  .ber-text {
    font-size: 24px; 
    letter-spacing: 2px;
  }

  .ber-text::before,
  .ber-text::after {
    width: 30px;
    height: 2px;
    top: -2px;
    margin: 0 12px;
  }

  .ber-text::before {
    box-shadow: 0 6px 0 rgb(156, 155, 155);
  }

  .ber-text::after {
    box-shadow: 0 6px 0 rgb(156, 155, 155);
  }

  .bottom-line {
    height: 7px; 
  }
}



/*-------------------------------------------
製品掲載枠エリア 1 のスタイル
-------------------------------------------*/
.products1 {
  background-color: #ffffff; /* #ffdede */
  height: auto; 
  padding: 10px; 
}

.products1.two-column{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.cont-img {
  height: auto;     
  width: 100px;      
  display: block;
  max-width: 100%;
}

.cont_left {
  margin: 0 0 10px; 
}

.cont_right {
  display: flex;
  flex-direction: column; 
  justify-content: flex-end; 
  align-items: center;
  flex-shrink: 0;      
}

/*-------------------------------------------
製品掲載枠エリア 1 タイトル
-------------------------------------------*/
.left-container {
  display: flex;
  align-items: stretch;
      margin-right: auto;         /* 右の余白を詰める */
}

/* 棒 */
.left-bar {
  width: 12px;
  display: flex;
  flex-direction: column;
}


/* 棒の色 */
.gold-bar { flex: 5; background-color: rgb(134, 103, 0); }
.red-bar { flex: 5; background-color: rgb(224, 1, 1); }
.skyblue-bar { flex: 5; background-color: rgb(0, 139, 204); }
.yellow-bar{ flex: 5; background-color:rgb(255, 119, 28); }
.black-bar { flex: 3; background-color: black; }
.blue-bar {flex: 5; background-color:rgb(44, 101, 167);}
.pink-bar {flex: 5; background-color: rgb(209, 54, 100);}
.green-bar {flex: 5; background-color: rgb(2, 145, 49);}

/* 右コンテンツ */
.right-content {
  display: flex;
  flex-direction: column;
}

/* 上コンテンツ */
.top-content {
  display: inline-block; 
  position: relative;   
  
}

/* ライン1 */
.separator-line1 {
  height: 1px;
  background-color: rgb(134, 103, 0);
  /* 幅を合わせる数値 */
  width: 100%;
  /* 上のテキストとの間隔 */        
  margin-top: 5px;
}


/* ライン2 */
.separator-line2 {
  height: 1px;
  background-color: rgb(224, 1, 1);
  /* 幅合わせる数値 */
  width: 100%;
  /* 上のテキストとの間隔 */        
  margin-top: 5px;
}

/* ライン3 */
.separator-line3 {
  height: 1px;
  background-color:rgb(0, 139, 204);
  /* 幅合わせる数値 */
  width: 100%;
  /* 上のテキストとの間隔 */        
  margin-top: 5px;
}

/* 下コンテンツ */
.bottom-content {
  margin-top: 1px;
}

.bottom-content2 {
  margin-top: 5px;
}

.top-content p{
  color: #000;
  font-size: 12px;
  font-family: "Arial","Roboto","OpenSans";
  margin-left: 10px;
}

.top-content h1 {
  color: #000;
  font-size: 25px;
  font-family: "Arial","Roboto","OpenSans";
  font-weight: 700;
  line-height: 1; 
  margin-left: 10px;
  white-space: nowrap;
  letter-spacing: -1px;
}

.bottom-content h3 {
  font-size: 18px;
  font-family: "Arial","Roboto","OpenSans";
  margin-left: 10px;
}



/* テキスト*/
.text-gold{
  color: rgb(134, 103, 0);
}

.text-red{
  color: rgb(224, 1, 1);
}

.text-skyblue{
  color: rgb(0, 139, 204);
}

.text-yellow{
  color:  rgb(255, 119, 28);
}

.text-blue{
  color:rgb(44, 101, 167);
}

.text-pink{
  color: rgb(209, 54, 100);
}

.text-green{
  color: rgb(2, 145, 49);
}

.text-black{
  color: rgb(0, 0, 0);
}

/*-------------------------------------------
製品掲載枠エリア 2 タイトル
-------------------------------------------*/

.bottom-content h4 {
  font-size: 13px;
  font-family: "Arial","Roboto","OpenSans";
  margin-left: 10px;
}

.bottom-content h5 {
  font-size: 13px;
  font-family: "Arial","Roboto","OpenSans";
  margin-left: 10px;
}

.bottom-content2 p{
    font-size: 10px;
  font-family: "Arial","Roboto","OpenSans";
  margin-left: 10px;
}

.bottom-content2 {
  display: flex;       
  align-items: center; 
  gap: 5px;            
}

.bottom-content2 h5{
  font-size: 12px;
  font-family: "Arial","Roboto","OpenSans";
  margin-left: 1px;
}

.bottom-content2 h6{
  font-size: 10px;
  font-family: "Arial","Roboto","OpenSans";
  margin-left: 10px;
}

.top-content h3 {
  color: #000;
  font-size: 24px;
  font-family: "Arial","Roboto","OpenSans";
  font-weight: 700;
  line-height: 0.7; 
  margin-left: 10px;
  white-space: nowrap;
  letter-spacing: -3px;
  margin-bottom: 30px;
}

.top-content h2 {
  color: #000;
  font-size: 26px;
  font-family: "Arial","Roboto","OpenSans";
  font-weight: 700;
  line-height: 0.7; 
  margin-left: 10px;
  white-space: nowrap;
  letter-spacing: -2px;
}




@media (min-width: 1024px) {
  .left-bar { width: 16px; }
  .top-content p { font-size: 18px; }
  .top-content h1 { font-size: 48px; }
  .top-content h2 { font-size: 38px; } 
  .top-content h3 { font-size: 35px; }
  .bottom-content h3 { font-size: 24px; }
  .bottom-content h4{ font-size: 20px; }
  .bottom-content h5{ font-size: 20px; }
  .bottom-content2 h5{ font-size: 20px; }
  .bottom-content2 h6{ font-size: 18px; }
  .bottom-content2 p{ font-size: 20px; }
  .cont-img{width: 120px;}
}

/*-------------------------------------------
製品掲載枠エリア 2 のスタイル
-------------------------------------------*/

.products2 {
  background-color: #ffffff;
  height: auto; 
  padding: 10px; 
}


.blade-img{
  height: auto;     
  width: 80px;      
  display: block;
  border: 1px solid #000; 
  max-width: 100%;
}

.blade2-img{
  height: auto;     
  width: 60px;      
  display: block;
  border: 1px solid #000; 
  max-width: 100%;
}

.blade3-img{
  height: auto;     
  width: 120px;      
  display: block;
  border: 1px solid #000;
  max-width: 100%; 
}


.products2.two-column{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.protable_left {
  margin: 0 0 10px; 
}

.protable_right {
  display: flex;
  flex-direction: column; 
  justify-content: flex-end; 
  align-items: center;
  flex-shrink: 0;      
}

@media (min-width: 1024px) {
  .blade3-img{width: 200px;}
  .blade-img{width: 120px;}
  .blade2-img{width: 90px;}
}


/*-------------------------------------------
製品掲載枠エリア 3 のスタイル
-------------------------------------------*/

.products3 {
  background-color: #ffffff; /* #c6c6c6dc */
  height: auto; 
  padding: 10px; 
}


/* 2カラムに */
.products3.two-column{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.cutoff_left {
  flex: 1; 
}

.cutoff_left img {
  display: block;
  margin: 0 0 10px; 
}

.cutoff_left p {
  margin-top: 10px; 
  margin-bottom: 10px;
}


.cutoff_right {
  display: flex;
  flex-direction: column; 
  justify-content: flex-end; 
  align-items: center;
  flex-shrink: 0;       
}

/* 画像間の縦の間隔 */
.cutoff_right img {
  display: block;
  margin-bottom: 10px; 
}

/* タイトル文字を中央(残留対力材用) */
.title {
  text-align: center; 
  margin: 20px 0; 
  color: #000000;    
}

.title-space{
  margin: 35px;
}

/* 残留対力材用画像設定 */
.am_m_01-img {
  width: 300px;  
  height: auto;  
  display: block;
  margin: 35px auto; 
}

.am_m_02-img {
  width: 200px;  
  height: auto; 
  border: 1px solid #000; 
  display: block;
  margin: 10px auto;   
}

.am_m_03-img {
  width: 300px;  
  height: auto;  
  display: block;
  margin: 40px auto; 
}



.am_m_04-img{
  width: 300px;  
  height: auto;  
  display: block;
  margin: 35px auto 0px; 
}

@media (min-width: 1024px) {
  .am_m_01-img{width: 400px;}
  .am_m_02-img{width: 250px;}
}

/* 残留対力材用囲み文字 */
.border {
  border: 2px solid #000;
  padding: 0.5em 1em;    
  display: inline-block; 
  text-align: left;   
  background-color: #e4e4e4;   
}

.border-wrapper {
  text-align: center;
  margin: 25px 0 0;
}

/* CVTバンドソー寸法位置 */

.products3.ctv-block {
  display: flex;
  justify-content: space-between; 
  align-items: flex-start;      
  gap: 20px;
  margin: 0 auto;
}

.ctv_left h5 { 
  display: inline-block;
  background-color: #4d4d4d;
  color: #fff;
  padding: 3px 5px;
  margin: 0;
}

/* 表の大きさ */
.table-img{
  width: 350px;  
  height: auto;  
  display: block;
  margin: 10px auto; 
}

.table{
  border: 0.5px solid #000; 
 }

@media (min-width: 1024px) {
  .table-img{width: 400px;}
}

/* 文字色変 */
.am42{
  color: #1c38d6;
  font-weight: bold;
  text-decoration: underline;
}
.titanium {
  color: rgb(41, 69, 88);
  font-weight: bold;
}

/* バー */

.bar-section {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}

.left-bar2 {
  width: 20px;
  height:36px; 
  background-color: rgb(59, 59, 59);
  flex-shrink: 0;
}

.right-box {
  flex: 1;
  height: 36px; 
  background: linear-gradient(to right, #bebebe, #fff);
  display: flex;
  align-items: center; 
  padding-left: 15px; 
}

.box-text {
  font-size: 25px;
  color:rgb(37, 37, 37);
  font-weight: bold;
}

