@charset "UTF-8";

.black_line_block_round_corner .text, .black_line_block_round_corner .image { width:auto; }
.grid { display:grid; }
.grid.flow { grid-template-columns:1fr 200px; gap:0 20px; }
.grid .image { text-align:center; }
.step_02_04 { width:100px; }
.reference { font-weight:bold; }
.disc_list { margin-top:10px; margin-bottom:10px; }
.disc_list li { margin-bottom:5px !important; }
.disc_list li::before { width:5px; height:5px; border-radius:3px; background:#666666 !important; }
.square_list li .small_list li { margin-bottom:0; padding-left:0; }
.square_list li .small_list li::before { display:none; }
@media screen and (max-width: 767px) {
  .grid { display:block; }
  .grid .text { margin-bottom:30px; }
  .t-h6-2 { text-align:center; }
  .t-h6-2 span { width:100% !important; }
}


