.u-fv {
  height: 400px;
  width: 90%;
  background: url("../img/u-fv.jpg") no-repeat bottom / cover;
  margin: 0 auto;
  /* border-radius: 2rem; */
  margin-top: 110px;
  position: relative;
  overflow: hidden;
}

.u-fv-title {
  position: absolute;
  right: 2rem;
  bottom: -1rem;
  display: flex;
  flex-direction: column;
  /* border-radius: 0 1rem 0 0; */
  color: #f5ad4b;
  text-align: right;
}
.u-fv-title span {
  display: block;
  padding: 0 1rem;
  line-height: 1;
}
.u-fv-title-ja {
  text-transform: uppercase;
  font-size: 2.5rem;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff,
    2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}
.u-fv-title-en {
  text-transform: uppercase;
  font-size: 8rem;
  text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, -3px 3px 0 #fff,
    3px -3px 0 #fff, 0px 3px 0 #fff, 0 -3px 0 #fff, -3px 0 0 #fff, 3px 0 0 #fff;
}

/*u-price*/
.u-price-top {
  width: 95%;
  max-width: 1200px;
  margin: 3rem auto 0;
}

.u-price-top-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.u-price-top-item + .u-price-top-item {
  margin-top: 4rem;
}

.u-price-top-img {
  width: 300px;
}
.u-price-top-img img {
  width: 100%;
}
.u-price-textwrap {
  width: calc(100% - 400px);
}
.u-price-textwrap-top {
  display: flex;
  align-items: center;
}
.u-price-textwrap h2 {
  font-size: 1.5rem;
}
.u-price-value {
  font-size: 2rem;
  font-weight: bold;
  margin-left: 1rem;
}
.u-price-textbox {
  margin-top: 1.5rem;
  text-align: center;
}
.u-price-textbox h3 {
  background-color: #f5ad4b;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-radius: 0.5rem; */
}
.u-price-textbox h3 span {
  font-size: 1.2rem;
}
.u-price-cardboard {
  margin-top: 1rem;
}
.cardboard-img p {
  font-size: 1.3rem;
  font-weight: bold;
}
.cardboard-img p span {
  font-size: 0.9rem;
  font-weight: normal;
  display: block;
  line-height: 1;
}
.cardboard-img img {
  width: 170px;
}

.guideline-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  padding: 1rem;
}

.cardboard-text {
  font-weight: bold;
  font-size: 1.75rem;
  margin-top: 0.5rem;
}

.u-price-between {
  margin: 0 1rem;
  font-weight: bold;
}
.u-price-between.first {
  font-size: 1.75rem;
}
.u-price-between.second {
  font-size: 3rem;
}
.u-price-option {
  font-weight: bold;
  font-size: 1.5rem;
  width: 300px;
}

.u-price-distance {
  margin-top: 4rem;
  text-align: center;
}
.distance-contents {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.distance-item {
  background-color: #f5ad4b;
  width: 250px;
  aspect-ratio: 1/1;
  /* border-radius: 1rem; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 2.5%;
}
.distance-item h3 {
  font-size: 1.5rem;
}
.distance-item p {
  font-weight: bold;
  font-size: 2.2rem;
  margin-top: 1rem;
}
.distance-item p span {
  display: block;
  font-size: 1rem;
  line-height: 1;
}

/* 積載目安タグリスト */
.price-guideline-heading {
  background: #f5ad4b;
  padding: 10px 14px;
  border-radius: 6px;
  margin-top: 20px;
  color: #fff;
  font-size: 1.1rem;
}
.price-guideline-sub {
  font-size: 0.85rem;
  font-weight: normal;
  margin-left: 6px;
}
.price-guideline-box {
  margin-top: 10px;
  padding: 15px;
  border: 2px solid #f5ad4b;
  border-radius: 8px;
  background: #fff;
}
.price-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.price-tag {
  display: inline-flex;
  align-items: center;
  background: #fff7ec;
  border: 1.5px solid #f5ad4b;
  color: #a3650a;
  font-weight: bold;
  font-size: 0.92rem;
  padding: 5px 14px;
  border-radius: 12px;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}
.price-tag::before {
  content: "✓";
  margin-right: 5px;
  color: #f5ad4b;
  font-size: 0.8rem;
}

.u-price-bottom {
  margin-top: 6rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}

/*u-flow*/
.u-flow-contents {
  margin: 4rem auto 0;
  width: 95%;
  max-width: 1200px;
}
.u-flow-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #bebebe;
  padding: 2rem 0;
  align-items: center;
}
.u-flow-img {
  width: 400px;
  position: relative;
}
.u-flow-img img {
  width: 100%;
  /* border-radius: 1rem; */
}
.u-flow-img-num {
  color: #2387e5;
  font-weight: bold;
  text-transform: uppercase;
}
.u-flow-img-num p {
  line-height: 1;
  font-size: 1.4rem;
  letter-spacing: 1px;
}
.u-flow-img-num span {
  font-size: 2.5rem;
  margin-left: 0.25rem;
}
.u-flow-textwrap {
  width: calc(100% - 450px);
}
.u-flow-text {
  margin-top: 1rem;
}
.u-flow-title {
  font-size: 1.5rem;
  margin-top: 0.25rem;
}

/*u-company*/
.u-company-contents {
  width: 95%;
  margin: 4rem auto 0;
}
.u-company-table {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-collapse: collapse;
}
.u-company-table th {
  width: 200px;
  text-align: left;
  background-color: #f5ad4b;
  padding: 1rem;
}
.u-company-table td {
  width: calc(100% - 200px);
  text-align: left;
  padding: 1rem;
  border-top: 1px solid #bebebe;
  border-right: 1px solid #bebebe;
}

.u-company-table tr:not(:first-of-type) th {
  border-top: 1px solid #fff;
}
.u-company-table tr:first-of-type th {
  border-top: 1px solid #f5ad4b;
}
.u-company-table tr:last-of-type th {
  border-bottom: 1px solid #f5ad4b;
}
.u-company-table tr:last-of-type td {
  border-bottom: 1px solid #bebebe;
}
.map {
  margin-top: 1rem;
  aspect-ratio: 1.75/1;
}
.map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
/*u-qa*/
.u-qa-contents {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}
.u-qa-item {
  padding: 2rem 0;
  border-bottom: 3px dashed #bebebe;
}
.u-qa-q {
  display: flex;
  align-items: center;
  background-color: #ffe4bb;
  padding: 0.5rem 1rem;
  /* border-radius: 1rem; */
  font-weight: bold;
  font-size: 1.1rem;
}
.u-qa-q p {
  margin-left: 1rem;
}
.u-qa-q::before {
  content: attr(data-en);
  background-color: #f5ad4b;
  border: 2px solid #f5ad4b;
  color: #fff;
  font-weight: bold;
  padding: 1rem;
  font-size: 1.5rem;
  line-height: 1;
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.u-qa-a {
  display: flex;
  align-items: flex-start;
  padding: 0.5rem 1rem;
  /* border-radius: 3rem; */
  font-weight: bold;
  font-size: 1.1rem;
  margin-top: 0.75rem;
}
.u-qa-a p {
  margin-left: 1rem;
  margin-top: 0.75rem;
}
.u-qa-a::before {
  content: attr(data-en);
  background-color: #fff;
  border: 2px solid #f5ad4b;
  color: #f5ad4b;
  font-weight: bold;
  padding: 1rem;
  font-size: 1.5rem;
  line-height: 1;
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

/*calc / simulation*/
.u-simulation {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* メインカード */
.sim-card {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* セクションブロック */
.sim-section {
  margin-bottom: 25px;
}
.sim-section:last-of-type {
  margin-bottom: 30px;
}

/* セクション見出し */
.sim-section-label {
  font-weight: bold;
  font-size: 1.2rem;
  display: block;
  margin-bottom: 10px;
}

/* 横並びの行（車両・階段等） */
.sim-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8f9fa;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.sim-row:last-child {
  margin-bottom: 0;
}
.sim-row-name {
  font-weight: bold;
}

/* 数値入力 */
.sim-num-input {
  width: 70px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
.sim-num-wide {
  width: 90px;
  padding: 10px;
}
.sim-num-sm {
  width: 60px;
  padding: 5px;
}

/* 住所・距離取得ブロック */
.sim-distance-box {
  background: #eef7ff;
  border: 2px solid #2387e5;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 15px;
}
.sim-distance-title {
  font-weight: bold;
  color: #2387e5;
  font-size: 1rem;
  margin-bottom: 4px;
}
.sim-distance-note {
  font-size: 0.8rem;
  color: #888;
  margin-bottom: 12px;
}
.sim-address-wrap {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* 住所ラベル */
.sim-addr-label {
  font-size: 0.9rem;
  font-weight: bold;
  display: block;
  margin-bottom: 6px;
}

/* 郵便番号行 */
.sim-zip-row {
  display: flex;
  gap: 8px;
  margin-bottom: 6px;
  flex-wrap: wrap;
  align-items: center;
}
.sim-zip-mark {
  font-size: 0.9rem;
  line-height: 40px;
  white-space: nowrap;
}
.sim-zip-input {
  width: 120px;
  padding: 8px 10px;
  border: 1px solid #b0cfe8;
  border-radius: 8px;
  font-size: 1rem;
  -webkit-appearance: auto;
  appearance: auto;
}
.sim-zip-btn {
  background: #6c9ec9;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: bold;
  cursor: pointer;
  white-space: nowrap;
}
.sim-zip-btn:hover {
  background: #5889b5;
}

/* 住所テキスト入力 */
.sim-addr-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #b0cfe8;
  border-radius: 8px;
  font-size: 1rem;
  box-sizing: border-box;
  -webkit-appearance: auto;
  appearance: auto;
}

/* 距離取得ボタン */
.sim-get-btn {
  background: #2387e5;
  color: #fff;
  border: none;
  padding: 13px 30px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 4px 8px rgba(35,135,229,0.3);
  width: 100%;
}
.sim-get-btn:hover {
  background: #1565b5;
}
.sim-get-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* 距離取得結果表示 */
.sim-distance-display {
  font-weight: bold;
  color: #2387e5;
  text-align: center;
  font-size: 1.1rem;
  min-height: 1.5em;
}

/* 手動距離入力行 */
.sim-manual-row {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

/* 注釈テキスト */
.sim-note {
  font-size: 0.85rem;
  color: #888;
  margin-top: 8px;
  padding-left: 4px;
}

/* オプション グリッド（PC: 2列） */
.sim-options-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.sim-opt-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #f8f9fa;
  padding: 12px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.95rem;
  border: 2px solid transparent;
  transition: background 0.15s ease, border-color 0.15s ease;
  user-select: none;
}
.sim-opt-label:hover {
  background: #edf3fb;
}

/* チェックボックス本体 — グローバルリセットを上書き */
.sim-opt-label input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin: 2px 0 0;
  cursor: pointer;
  accent-color: #2387e5;
  border: 1px solid #aaa;
  background: #fff;
  border-radius: 3px;
}

/* チェック済みの状態 — ラベル全体を青くハイライト */
.sim-opt-label:has(input[type="checkbox"]:checked) {
  background: #dbeeff;
  border-color: #2387e5;
  color: #1255a0;
}
.sim-opt-label:has(input[type="checkbox"]:checked) strong {
  color: #1255a0;
}

.sim-opt-full {
  grid-column: span 2;
}

/* 数量リスト（階段・ダンボール） */
.sim-qty-list {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* 結果ボックス */
.u-simulation-resluts {
  background: linear-gradient(135deg, #1a6fbb 0%, #2387e5 100%);
  color: #fff;
  padding: 25px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(35,135,229,0.35);
}
.sim-result-label {
  font-size: 1rem;
  margin-bottom: 5px;
  font-weight: bold;
  opacity: 0.85;
}
.sim-result-price {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 12px;
}
.sim-breakdown {
  background: rgba(255,255,255,0.15);
  border-radius: 8px;
  padding: 12px;
  display: none;
  margin-bottom: 12px;
}
.sim-result-note {
  font-size: 0.82rem;
  opacity: 0.75;
}
.simulation-fv {
  margin-top: 100px;
  height: 300px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.u-simulation-top {
  text-align: center;
}
.u-simulation-top p {
  width: 90%;
  margin: 0 auto;
}
.u-simulation-top a {
  padding: 1rem 3rem;
  background-color: #f5ad4b;
  display: block;
  margin: 2rem auto 0;
  width: fit-content;
}
.u-simulation-form-top {
  margin-top: 4rem;
  text-align: center;
  font-size: 0.9rem;
}
.u-simulation-form {
  width: 95%;
  margin: 0 auto;
  max-width: 400px;
  text-align: left;
}
.u-simulation-form tr {
}
.u-simulation-form th {
  font-size: 1.1rem;
  padding: 1rem;
}
.u-simulation-form input {
  width: 100px;
  padding: 0.5rem;
}
.u-simulation-form span {
  margin-left: 0.5rem;
}
.simulation-resluts-btn {
  padding: 1rem 3rem;
  background-color: #f5ad4b;
  display: block;
  margin: 2rem auto 0;
  width: fit-content;
  cursor: pointer;
}
.simulation-resluts-box {
  text-align: center;
  margin-top: 3rem;
  font-size: 1.3rem;
}
.simulation-resluts-box span {
  font-weight: bold;
  font-size: 2rem;
}
/*contact*/
.u-contact-form {
  width: 95%;
  max-width: 800px;
  margin: 2rem auto 3rem;
}

/* LINEへの誘導ブロック */
.contact-line-cta {
  background: #f4fdf7;
  border: 2px solid #06C755;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 40px;
  text-align: center;
  box-shadow: 0 8px 15px rgba(6,199,85,0.1);
}
.contact-line-text {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}
.contact-line-btn {
  display: inline-block;
  background: #06C755;
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
  padding: 15px 50px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  transition: 0.2s ease;
}
.contact-line-btn:hover {
  background: #04a346;
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

/* セクション見出し */
.contact-section-heading {
  text-align: center;
  font-size: 1.5rem;
  border-bottom: 3px solid #2387e5;
  padding-bottom: 10px;
  margin-bottom: 30px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

/* CF7フォーム全体 */
.u-contact-form .wpcf7-form {
  background: #fff;
  border-radius: 16px;
  padding: 36px 40px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

/* 各フィールドのラッパー */
.u-contact-form .wpcf7-form p {
  margin-bottom: 20px;
}
.u-contact-form .wpcf7-form p:last-of-type {
  margin-bottom: 0;
}

/* ラベル */
.u-contact-form .wpcf7-form label {
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 0.92rem;
  color: #444;
  margin-bottom: 6px;
  padding-top: 0;
}

/* 必須マーク（CF7が自動で出す span.wpcf7--req は使わない場合もある） */
.u-contact-form .wpcf7-form abbr {
  text-decoration: none;
  color: #e53935;
  font-size: 0.8rem;
  margin-left: 4px;
}

/* テキスト・メール入力 */
.u-contact-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.u-contact-form .wpcf7-form input[type="text"],
.u-contact-form .wpcf7-form input[type="email"],
.u-contact-form .wpcf7-form input[type="tel"] {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  font-size: 1rem;
  color: #333;
  background: #fafafa;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
.u-contact-form .wpcf7-form input[type="text"]:focus,
.u-contact-form .wpcf7-form input[type="email"]:focus,
.u-contact-form .wpcf7-form input[type="tel"]:focus {
  border-color: #2387e5;
  box-shadow: 0 0 0 3px rgba(35,135,229,0.12);
  outline: none;
  background: #fff;
}

/* テキストエリア */
.u-contact-form .wpcf7-form textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  font-size: 1rem;
  color: #333;
  background: #fafafa;
  resize: vertical;
  min-height: 130px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
  font-family: inherit;
}
.u-contact-form .wpcf7-form textarea:focus {
  border-color: #2387e5;
  box-shadow: 0 0 0 3px rgba(35,135,229,0.12);
  outline: none;
  background: #fff;
}

/* バリデーションエラー */
.u-contact-form .wpcf7-not-valid {
  border-color: #e53935 !important;
  box-shadow: 0 0 0 3px rgba(229,57,53,0.1) !important;
}
.u-contact-form .wpcf7-not-valid-tip {
  color: #e53935;
  font-size: 0.82rem;
  margin-top: 4px;
  display: block;
}

/* 送信ボタン */
.u-contact-form .wpcf7-form input[type="submit"] {
  display: block;
  margin: 2rem auto 0;
  padding: 16px 60px;
  background: linear-gradient(135deg, #1a6fbb, #2387e5);
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(35,135,229,0.35);
  transition: 0.25s ease;
  letter-spacing: 1px;
}
.u-contact-form .wpcf7-form input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(35,135,229,0.45);
}

/* 日付ピッカー */
.u-contact-form .wpcf7-form input[type="date"] {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  font-size: 1rem;
  color: #333;
  background: #fafafa;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
  cursor: pointer;
}
.u-contact-form .wpcf7-form input[type="date"]:focus {
  border-color: #2387e5;
  box-shadow: 0 0 0 3px rgba(35,135,229,0.12);
  outline: none;
  background-color: #fff;
}

/* 時間セレクトボックス */
.u-contact-form .wpcf7-form select {
  width: 100%;
  padding: 12px 44px 12px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  font-size: 1rem;
  color: #333;
  background: #fafafa url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%232387e5' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat right 14px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}
.u-contact-form .wpcf7-form select:focus {
  border-color: #2387e5;
  box-shadow: 0 0 0 3px rgba(35,135,229,0.12);
  outline: none;
  background-color: #fff;
}

/* 送信完了メッセージ */
.u-contact-form .wpcf7-mail-sent-ok {
  background: #f0fdf4;
  border: 2px solid #06C755;
  border-radius: 10px;
  color: #166534;
  padding: 16px 20px;
  text-align: center;
  font-weight: bold;
  margin-top: 1rem;
}
.u-contact-form .wpcf7-mail-sent-ng,
.u-contact-form .wpcf7-spam-blocked {
  background: #fff5f5;
  border: 2px solid #e53935;
  border-radius: 10px;
  color: #c62828;
  padding: 16px 20px;
  text-align: center;
  font-weight: bold;
  margin-top: 1rem;
}

/* 旧スタイル互換（contact-item等） */
.contact-item p {
  display: flex;
}
.contact-item + .contact-item {
  margin-top: 1rem;
}
.contact-small {
  font-size: 0.9rem;
}

input {
  margin: 0;
  padding: 0;
  background: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #000;
}
textarea {
  border: 1px solid #000;
}
input[type="submit"] {
  margin: 4rem auto 0;
  display: block;
  padding: 1rem 5rem;
  font-size: 1.1rem;
  font-weight: bold;
  background-color: #f5ad4b;
  border: none;
  cursor: pointer;
}

/* シミュレーター入力のグローバルリセット上書き */
.sim-num-input,
.sim-num-wide,
.sim-num-sm {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 8px;
}
.sim-zip-input,
.sim-addr-input {
  -webkit-appearance: auto;
  appearance: auto;
  border-radius: 8px;
  border: 1px solid #b0cfe8;
  background: #fff;
}
