@charset "utf-8";


.point5{
	display: flex;
  flex-direction: column;
  justify-content: space-between;
}
  .bdr_r{
    min-width: auto;
    width: 40%;
  }
    .bdr_r.no_bg{
    min-width: auto;
    width: auto;
  }
  .cb-iz-1 .wrap_bg_gray div.point_tit_box{
        margin-top: 50px;
        margin-bottom: 20px;
  }

@media print, screen and (min-width:768px){
  .nowrap{
    white-space: nowrap;
  }

  .bdr_r{
    min-width: 170px;
  }
  .bdr_r.no_bg{
    min-width: auto;
  }

  .pc_mT_adjust{
    margin-top: 177px;
  }

}