@charset "UTF-8";

.input-phone { position: relative; width: 100%; }
.input-phone .group { position: relative; width: 100%; }
.input-phone .group:not(:first-child) { margin-top: 5px; }
.input-phone .group .btn-wrap { text-align: left; display: inline-block; margin-top: 0; }

@media (max-width: 550px) {
  .input-phone .group.phone .selectbox { width: 32% !important; }
  .input-phone .group.phone .input-text { width: 31% !important; }
  .input-phone .group .input-text { width: 100% !important; }
  .input-phone .group .btn-wrap { width: 100%; }
  .input-phone .group .btn-wrap button { width: 100%; }
}