body {
	overflow: hidden;
	font-size: 95%;
}

html {
	touch-action: manipulation;
}

.main_body {
	padding: 20px;
}

.foo {
	background: #708090;
}

.required:after {
	content:"必須";
	position:absolute;
	font-size:.7em;
	background:red;
	color:white;
	width:30px;height:18px;
	text-align:center;
	line-height:18px;
	border-radius:10%;
	box-shadow:0 0 1px #333;
	margin-left: 5px;
	margin-top: 3px;
	z-index: 3;
}
span.loading {
	width: 100vw;
	height: 100vh;
	transition: all 0.3s;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.loaded {
	opacity: 0;
	visibility: hidden;
}




.num {
	text-align:right;
}

.cursor {
	cursor: pointer;
}

.edit:hover {
	background: #FFFFEE;
	cursor: pointer;
}

h1 {
	position: relative;
	padding: 0 65px;
	text-align: center;
}

h1:before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background: #000;
}

h1 span {
	position: relative;
	padding: 0 1em;
	background: #fff;
}

.swal2-title {
	font-size: 1.2em
}


.midashi001 {
	margin: 2em 0 1em 0;
	border-left: 7px solid #708090;
	padding: 7px;
	font-weight: bold;
	color: #999;
}

.peekabar {
	background-color: #ff0000 !important;
	color: white;
	z-index: 2000;
	font-size: 0.8rem;
	line-height: 1.2;
}

.error {
	background-color: #FFAAAA;
}

