.
.page-title {
	text-align: center;
}


.page-title > h1 {
	font-size: var(--font-size-3);
	text-align: center;
}


.branch-table {
	border-collapse: collapse;
	margin-inline: auto;
	width: 85%;
}


.branch-table thead {
	background-color: #0062b5;
	color: rgba(255, 255, 255, 1);
}


.branch-table th {
	font-size: var(--font-size-3);
	padding: 8px;
}


.branch-list-row {
	border-bottom: 1px solid rgba(222, 222, 222, 1);
}


.move-write {
	text-align: right;
}


.input-branch {
	margin: 22px 0;
}


.move-write > a {
	border: 1px solid rgba(22, 22, 22, 1);
	border-radius: 11px;
	color: rgba(0, 0, 0, 1);
	display: inline-block;
	font-size: var(--font-size-3);
	padding: 11px;
}


.branch-form {
	margin-inline: auto;
	width: 88%;
}


.branch-form * {

}


.input-field {
	align-items: center;
	border-bottom: 1px solid rgba(88, 88, 88, 0.2);
	display: flex;
}


.input-field * {
	font-size: var(--font-size-2);
}


.input-label {
	width: 20%;
}


.input-value {
	background-color: transparent;
	border-style: none;
	flex-grow: 1;
	height: inherit;
	padding: 8px;
}


.input-value2 {
	min-height: 22vh !important;
	padding: 8px;
	resize: none;
	width: -webkit-fill-available;
	font-size: var(--font-size-2);
}


.input-field3 {
	margin-top: 22px;
	text-align: right;
}


.input-field3 > input {
	border-radius: 8px;

	padding: 8px;
}


.guide-line {
	margin-inline: auto;
	width: 85%;
}


.guide-line > pre {
	border: 1px solid rgba(22, 22, 22, 1);

	padding: 8px;
	white-space: pre-line;
}


.guide-line > pre > h2 {
	font-size: var(--font-size-3);
}


.branch-list.seq, .branch-list.view, .branch-list.isrt-dt, .branch-list.username {
	text-align: center;
}


.branch-list-row * {

}


.branch-list-row:hover {
	background-color: lightgray;
	cursor: pointer;
}


.branch-detail {
	margin-inline: auto;
	width: 85%;
}


.branch-title {

	margin-bottom: 22px;
}


.branch-summary {
	align-items: center;
	display: flex;
}


.branch-etc-info {
	display: flex;
	flex-direction: column;
	margin-left: 11px;
}


.branch-etc-info * {

}


.branch-etc-info2 {
	display: flex;
}


.member-img > img {
	border-radius: 22px;
}


.branch-view {
	margin-right: 22px;
}


.branch-content {
	font-size: var(--font-size-3);
	margin-top: 85px;
}


pre.branch-content {
	white-space: pre-wrap;
}


pre.branch-content * {
	font-size: var(--font-size-3);
}


.delete-content-form {
	margin-top: 22px;
	text-align: right;
}


.delete-content-btn {
	background-color: var(--bc-gray);
	border-style: none;

	font-weight: 600;
	padding: 8px;
}


.branch-caption {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
	margin-bottom: 11px;
	margin-inline: auto;
	width: 85%;
}


.input-region-flex {
	display: flex;
	flex-direction: column;
	width: 80%;
}


.input-region-flex > .input-value {
	border-bottom: 1px solid rgba(222, 222, 222, 1);
	border-bottom: 1px solid rgba(222, 222, 222, 1);
	width: auto;
}


.input-lpf-3 {
	border-bottom-style: none !important;
}


.disable-link {
	color: rgba(222, 222, 222, 1) !important;
	pointer-events: none !important;
}
