.body {
	margin: 5px;
}

span.loading {
	width: 100vw;
	height: 100vh;
	transition: all 1s;
	background-color: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

h6 {
	position: relative;
	overflow: hidden;
	padding: 1.5rem 2rem 1.5rem 130px;
	border: 2px solid #777;
	font-weight: bold;
}

h6:before {
	position: absolute;
	top: -150%;
	left: -100px;
	width: 200px;
	height: 300%;
	content: '';
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg);
	background: #777;
	
}

h6 span {
	font-size: 40px;
	font-size: 4rem;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	padding-top: 3px;
	padding-left: 16px;
	color: #fff;
}


.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;
}

.swal2-title {
	font-size: 1.5em !important;
}

html {
	height: 100%;
}

body {
	min-height: 100%;
}

.point64 {
	position:relative;
}

.point64[data-initial]:before {
	content:attr(data-initial);
	position:absolute;
	top:0px;
	right:0px;
	font-size:2em;
	font-weight: bold;
	background: #4e67b0;
	color:white;
	width:64px;
	height:64px;
	text-align:center;
	line-height:73px;
	border-radius:3%;
	box-shadow:0 0 1px #eee;
}

.point64[data-title]:after {
	content:attr(data-title);
	position:absolute;
	font-size:0.6em;
	font-weight: bold;
	color:white;
	left:13px;
	top:7px;
}


.edit:hover {
	background: #FFFFEE;
	cursor: pointer;
}


.balloon5 {
	width: 100%;
	margin: 0.5em 0;
	overflow: hidden;
}

.balloon5 .faceicon {
	float: left;
	margin-right: -90px;
	width: 80px;
}

.balloon5 .faceicon img{
	width: 100%;
	height: auto;
	border: solid 3px #d7ebfe;
	border-radius: 50%;
}

.balloon5 .chatting {
	width: 100%;
}

.says {
	display: inline-block;
	position: relative; 
	margin: 5px 0 0 105px;
	padding: 17px 13px;
	border-radius: 12px;
	background: #d7ebfe;
}

.says:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 18px; 
	left: -22px;
	border: 12px solid transparent;
	border-right: 12px solid #d7ebfe;
}

.says p {
	margin: 0;
	padding: 0;
}
