
.mobile-hidden {
	display:none;
}

.pc-hidden {
	display: block;
}

.entry-table div {
	display: inline-flex;
	position: inherit;
}

.required, .optional {
	margin-left: 2rem;
}

.entry-table th{
	height: 40px;
}

/* tdの最大幅を設定　佐藤　20231201 */
.entry-table td {
	max-width: 200px;
}
/* tdの最大幅を設定　佐藤　20231201　ここまで*/

.entry-table th, td {
	padding :0.5rem 2rem;
}

.form-check-inline {
	display: block;
	padding :0.3rem 0;
}

.form-text {
	margin-top: 0;
}

.name::placeholder {
	font-size: 0.9rem;
}