@charset "UTF-8";
/*長距離陸送サービス*/



/*利用AA会場*/
.button_width{
  width:100%;
}

.checkbox_width{
  width:128px;
}

@media screen and (min-width:1591px) and ( max-width:1650px) {
  .checkbox_width{
    width:120px;
  }
}

@media screen and (min-width:1440px) and ( max-width:1590px) {

  .checkbox_width{
    width:104px;
    font-size: 11px;
  }
}

@media screen and (min-width:1200px) and (max-width: 1339px) {

  .checkbox_width{
    width:88px;
    font-size:6px;
  }
}


/*陸送地点登録 */

.form_position{
  position:relative;
  left:0px!important;
}

.button_position{
  position:relative;
  bottom:34px;
  left:110px;
}






