<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.kumitate-pict {
  margin-left: 1rem;
}
.kumitate-index-headding{
text-align: center;
background-color: #69a17d;
font-size: 2rem;
color: white;
}
.kumitate-index-item{
	align-items: center;
  display: flex;
}
.kumitate-flow-headding .kumitate-label,
.kumitate-label{
flex-grow: 1;
}
.kumitate-label::after{
	content: "\f04b";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
  margin-left: 1.2rem;
}
.kumitate-flow-headding{
display: flex;
color: #fff !important;
font-size: 1.3rem;
background-color: #69a17d !important;
padding: 1rem 0.5rem;
align-items: center;
}

@media screen and (max-width: 512px){
.kumitate-pict {
  width: 66px;
  margin-left: 1rem;
}
}
</pre></body></html>