@charset "UTF-8";
/* 追加したコンポーネントのcssを記載 */

/* toggle-input */
.toggle-input div:nth-of-type(1) {
	display: flex;
    flex-direction: row;
}
.toggle-input div:nth-of-type(2) {
	display: none;
}

/* フォーム内でのエラーテキスト */
.formErrorText {
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #dc3545;
}


