<!--　CCS追加　-->

.cmp_el_hdgSm > div > div > h3 {
font-weight: 540;
}

.cmp_figureBlock-item {
　margin-right: 30px;
}
.cmp_figureBlocks cmp_figureBlocks__4col {
　margin-right: 30px;
 }

 /* 塗料の性状 */
.responsive-table {
  overflow-x: auto;
  width: 100%;
}
.responsive-table .compareTbl {
  min-width: 600px; /* 表全体の最小幅 */
}
.seijyou {
  margin-top: 58px;
}


/* 塗装方法 */
.paint-flow{
    border:2px solid #BFC7D0;
    font-family:sans-serif;
}

.step{
    display:grid;
    grid-template-columns:140px 180px 1fr;
    min-height:70px;
    border-bottom:1px solid #BFC7D0;
}

.step:last-child{
    border-bottom:none;
}

.step_num{
    background:#003D80;
    color:#fff;
    font-size:16px;
    font-weight:bold;
    display:flex;
    align-items:center;
    justify-content:center;
}

.step_title{
    background:#E9EEF3;
    color:#1F5BA8;
    font-size:18px;
    font-weight:bold;
    display:flex;
    align-items:center;      /* 縦中央 */
    justify-content:flex-start; /* 左揃え */
    padding-left:20px;       /* 左に余白 */
}

.step_desc{
    font-size:16px;
    padding:15px 20px;
    display:flex;
    align-items:center;
    line-height:1.8;
}
/* 資料ダウンロードボタン */
.el_btn_inner{
white-space: nowrap;
}

/* ※注意事項 */
.caution-text {
    color: #555555;
    font-size: 14pt;
}

@media screen and (max-width: 767px) {
  /* 製品の特長本文 */
.seihin_txt {
font-size: 20px;
}

  /* 標準カラー*/
.cmp_bl_historyLinks{
    grid-template-columns: 1fr;
  }

 /* img*/
  .appare3 {
　display: block;
  }

  /* 塗装方法 */
  .step{
    display: grid !important;
    margin-bottom:0px;
    border:1px solid #999;
	grid-template-columns: 100px 1fr !important;
	align-items: center;
	padding: 0 !important;
  }

  .step_num{
    padding:15px;
    font-size:16px;
	grid-column: 1;
	grid-row: 1 !important;
    width: auto !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 70px;
    margin: 0 !important;
  }

  .step_title{
    padding:15px;
    font-size:18px;
    justify-content:center;
	grid-column: 2!important;
	grid-row: 1 !important;
	width: auto !important;
	display: flex !important;
	align-items: center;
	height: 70px;
	margin: 0 !important;
  }

  .step_desc{
    padding:15px;
    display:block;
	grid-column: 1 / -1!important;
	grid-row: 2 !important;
	
    width: auto !important;
	margin: 0 !important;
  }
  
/* ※注意事項 */
  .caution-text {
    color: #555555;
    font-size: 12pt;
  }
  
　.cmp_bl_colSet > div:not(.pb-handle) {
    display: flex;
    flex-direction: column;
}

#pbBlock2080127 {
order: 1;
}
 
#pbBlock2080110 {
order: 2;
}
 
#pbBlock2080124 {
order: 3;
}
  
}



