@charset "utf-8";

.feature-develop-request[data-v-121d8ac8] { width: 100%; }

.feature-develop-request .form[data-v-121d8ac8] { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }

.feature-develop-request .form .tit-num[data-v-121d8ac8] { display: flex; -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: center; align-items: center; }

.feature-develop-request .form .tit-num .numb[data-v-121d8ac8] { color: rgb(112, 112, 112); font-size: 12px; line-height: 20px; }

.feature-develop-request .form .tit-num .numb .active[data-v-121d8ac8] { color: rgb(192, 0, 0); }

.feature-develop-request .form .sample-item.line[data-v-121d8ac8] { grid-column: span 2; }

.feature-develop-request .form .sample-item .sample-item-title[data-v-121d8ac8] { color: rgb(112, 112, 112); font-size: 12px; line-height: 20px; margin-bottom: 4px; }

.feature-develop-request .form .sample-item .textarea[data-v-121d8ac8] { min-height: 120px; resize: vertical; width: 100%; }

.feature-develop-request .form .sample-item-comments .sample-item-title[data-v-121d8ac8] { margin-bottom: 4px; }

@media (max-width: 768px) {
  .feature-develop-request .form .sample-item[data-v-121d8ac8] { grid-column: span 2; }
}