@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : contents.css
 author     : Sky Co., LTD.
 style info : 【コンテンツ用】
=================================================================== */
/* ===================================================================
CSS information

 file name  : contents.css
 author     : Sky Co., LTD.
 style info : 【コンテンツ用】
=================================================================== */
.p-label__box{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	align-items: center;
	gap:10px;
}

@media screen and (min-width: 768px) {
	.p-label__box{
		flex-direction: row;
	}

}
.p-label__sub{
	background-color: #fff;
	color: #444;
	border-radius: 4px;
	padding: 2px 5px;
	border: 2px solid #dcc924;

}

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

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

.contents__talk--iwasaki::before {
	content: "岩﨑 氏";
}

.contents__talk--kida::before {
	content: "木田 氏";
}
.contents__talk--hirai::before {
	content: "平井 氏";
}

.contents__talk--okawa::before {
	content: "大川 氏";
}


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


@media screen and (max-width: 35.5em) {
  .contents__talk {
    padding: 0;
  }
  .contents__talk:before {
	position: relative;
	margin: 0 .5em 0 0;
	display: inline-block;
  }
}

