/*202010_リニューアルcss*/

.simulator_prepay_index .case-comp1 {
    border: 2px solid #0B60D5;
}

	
@media (min-width: 576px) {
  .text-left-sm {
    text-align: left !important;
  }
  .text-center-sm {
    text-align: center !important;
  }	
  .wh-sm50 {
      width: 50%!important;
  }		
  .wh-sm80 {
      width: 80%!important;
  }		
  .mov-size-02 {
      height: 230px;
      width: 100%;
  }	
}

@media (min-width: 767px) {
  .mov-size-02 {
      height: 250px;
      width: 100%;
  }		
}

@media (min-width: 992px) {
  .wh-lg30 {
      width: 30%!important;
  }		
  .wh-lg100 {
      width: 100%!important;
  }	
  .mov-size-02 {
      height: 250px;
      width: 100%;
  }	
}
	
@media (min-width: 1200px) {
  .wh-xl60 {
      width: 60%!important;
  }		
  .wh-xl80 {
      width: 80%!important;
  }
  .mgb-xl5 {
      margin-bottom: 1.25rem !important;
  }	
  .mov-size-02 {
      height: 320px;
      width: 100%;
  }	
}	






