body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#wrapper {
/*   flex: 1; */
  flex: 1 0 auto;
}


.fs-1r {
	font-size: 1rem;
}

#logoutbox {
	position: absolute;
	bottom:0;
	right:5px;
	font-size: 12px;
}

header>div {
	position: relative;
}


#personal_information {
	margin: 40px auto;
	height:200px;
	overflow: scroll;
	padding: 20px;
/* 	background-color: red; */
	border:solid lightgray 1px;
	border-radius: 10px;
}

#personal_information h2,h3 {
	font-size: 1.25rem;
}

#douiBox {
	border-radius: 10px;
	padding: 20px;
	margin: auto;
	
}

.button-box {
	display: flex;
	position: relative;
}

.button-box .badge-box {
	position: absolute;
	display: flex;
	align-items: center;
	top:0;
	right:10px;
	bottom:0;
	
/* 	background-color: green; */
	
}

.d-flex {
	display: flex;
}



#fileLabel:after {
	content: "ファイルを選択";
}


/* 併願登録画面関連 */

.otherPref{
	display: none;
	
}
