body{
	line-height: 1.6;
	color: #333;
	background-color: #fff;
	font-family: Roboto, 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', Arial, sans-serif;
	font-size: 1rem;
	-webkit-font-feature-settings: 'pkna';
	font-feature-settings: 'pkna';
	text-align: left;
	-webkit-font-smoothing: antialiased;
}
.modal-body .mustInput{
	color:red;
	font-size:0.6em
}
.modal-body .col-form-label{
	font-weight:700
}
.form-group {
	margin-bottom: 0.5rem;
}
.btn{
	padding:10px 30px 10px 30px;
	font-weight:700
}
::placeholder {
  color: #A9A9A9!important;
}
input, select, textarea {
	color: #000000!important;
}