@charset "utf-8";
/* CSS Document */

.text01{
	font-size: 12px;
	font-weight: bold;
	color: #333;	
}

.text02{
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}
.text03{
	font-size: 14px;
	font-weight: bold;
	color: #333;	
}

@media(min-width: 768px) {
  .field-label-responsive {
    padding-top: .5rem;
    text-align: right;
  }
}