@charset "UTF-8";

.c-category--02{
	color:#e8652b;
	font-weight: 500;
	font-size: 1.25rem;

}

@media screen and (min-width: 48em) {
	.c-category--02 {
		font-size: 1.5rem;
	}
}

.contents__talk {
  margin: 2em 0;
  padding: 0 0 0 7em;
  position: relative;
}

.contents__talk::before {
  top: 0;
  left: 0;
  font-size: 1em;
  position: absolute;
}

.contents__talk--kobayashi::before {
	content: "小林先生";
	color: #008cd6;
	font-weight: 500;
  }

.contents__talk--matsumura::before {
  content: "松村先生";
  color: #67af28;
  font-weight: 500;
}


.contents__talk p {
  margin: 0 0 0.5em 0;
}

