@charset "UTF-8";
/* ===================================================================
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;

}

