@charset "UTF-8";
.ttl{
	font-size: 106.25%;
	margin-bottom: 10px;
}
.ttl > em {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
}
.ttl > em.gs {
  background-color: #996492;
}
.ttl > em.psy {
  background-color: #5c8dcb;
}
.ttl > em.child {
  background-color: #daaaa1;
}
.ttl > em.hoiku {
  background-color: #a1c97f;
}
.ttl > em.syoku {
  background-color: #f0d05c;
}
.ttl > em.jyouhou {
  background-color: #009fe6;
}
.ttl > em.mgt {
  background-color: #c2baa2;
}
.profile_set{
	width: 100%;
	margin: 0 0 40px 0 !important;
	padding: 0 0 0 20px !important;
}
.profile_set > li{
	align-self: stretch;
	text-align: left;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	margin: 0 0 10px 0;
	line-height: 1.2;
}
.profile_set > li .position{
	color: #ffffff;
	padding: 3px 10px;
	line-height: 1.0;
	font-size: 13px;
	margin: 0 10px 0 0;
}
.position.bg_gs{
	background-color: #996492;
}
.position.bg_psy{
	background-color: #5c8dcb;
}
.position.bg_child{
	background-color: #daaaa1;
}
.position.bg_hoiku{
	background-color: #a1c97f;
}
.position.bg_syoku{
	background-color: #f0d05c;
}
.position.bg_jyouhou{
	background-color: #009fe6;
}
.position.bg_mgt{
	background-color: #c2baa2;
}


@media screen and (max-width:768px){
	
}
@media screen and (max-width:480px){
	
}