body {
  padding-top: 5rem;
}
.starter-template {
  padding: 1rem 1.5rem;
  text-align: left;
}

.loading-container {
  position:fixed;top:0;right:0;bottom:0;left:0;background-color:#ddd;opacity:0.5;z-index:10000;
}
.loading {
  width:100%; height:100%;
}

.maru {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column; 
}
/* 円の大きさ */
.size_normal{
  width: 20px;
  height: 20px;
}
/* 文字の大きさ */
.letter {
  font-size: 13px;
  line-height: 1px;
  color: white;
}


h3 {

}


h4 {
  margin:10px;
  border-left:5px solid gray;
  text-indent:1em;
}

h5 {
  margin:10px;
  border-left:5px solid gray;
  text-indent:1em;
}


.errors
{
	/*border:dotted 1px #C30;*/
     list-style: none;
	padding:5px;
	color:#C30;
	margin-bottom:5px;
}

.error_one
{
	padding-top:5px;
	color:#C30;
}

