<!--　CCS追加　-->

.cmp_el_hdgSm > div > div > h3 {
font-weight: 540;
}
.responsive-table {
  overflow-x: auto;
  width: 100%;
}
.responsive-table table {
  min-width: 600px; /* 表全体の最小幅 */
}
.cmp_figureBlock-item {
　margin-right: 30px;
}
.cmp_figureBlocks cmp_figureBlocks__4col {
　margin-right: 30px;
 }

.responsive-table {
  overflow-x: auto;
  width: 100%;
}
.responsive-table table {
  min-width: 600px; /* 表全体の最小幅 */
}
.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;
}

.num{
    background:#003D80;
    color:#fff;
    font-size:24px;
    font-weight:bold;
    display:flex;
    align-items:center;
    justify-content:center;
}

.title{
    background:#E9EEF3;
    color:#1F5BA8;
    font-size:27px;
    font-weight:bold;
    display:flex;
    align-items:center;      /* 縦中央 */
    justify-content:flex-start; /* 左揃え */
    padding-left:20px;       /* 左に余白 */
}

.desc{
    font-size:20px;
    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 (max-width: 768px) {
.seihin_txt {
font-size: 20px;
}
.cmp_bl_historyLinks{
    grid-template-columns: 1fr;
  }
.pbBlock pbBlockBase img {
padding-bottom: 10px;
}

.bl_stepList_text:empty {
    display: none;
  }

.step01 .bl_stepList_body {
    padding-top: 0;
    padding-bottom: 0;
  }

  .step01 .bl_stepList_text {
    display: none;
    margin: 0;
  }


@media screen and (max-width: 767px) {


.cmp_figureBlock-item-caption {
　margin: 0 !important;
  }

.desc:empty{
    display:none;
  }

  .appare3 {
　display: block;
  }

  .step{
    display:block;
    margin-bottom:0px;
    border:1px solid #999;
  }

  .num{
    padding:15px;
    font-size:20px;
  }

  .title{
    padding:15px;
    font-size:24px;
    justify-content:center;
  }

  .desc{
    padding:15px;
    display:block;
  }

.color-sample{
    
width:160px;
height:auto;
  }


.cmp_figureBlock-item-image {
    margin-bottom: 0 !important;
  }

  .cmp_figureBlock-item-caption {
    margin-top: 5px !important;
  }

.cmp_figureBlock-item {
    padding-bottom: 0 !important;
    margin-bottom: 3px !important;
  }

.cmp_figureBlocks > div:not(.pb-handle) {
    flex-wrap: nowrap !important;
  }
  
}



