/* ラジオボタンのスタイル修正 */
.contact-form__radio input[type="radio"]:checked ~ span::after {
  opacity: 1;
}

/* rowsのスタイル修正 */
.contact-form__rows {
  display: flex;
  flex-direction: column;
}

/* textareaのサイズ指定を無効化 */
.contact-form__textarea {
  width: 100% !important;
}
