@charset "utf-8";



/** 1000pxまで ******************************************************************************/
@media screen and (max-width:1000px) { 
  
}

@media screen and (max-width:768px) { 
  .choice_area.sp .choice #step3.sub_menu .sub_menu_contents {
    width: calc( 32vw * 8);
  }
}
