@charset "UTF-8";

.sec_p + .sec_p {
	margin-top: 22px;
}

.txt_title {
	font-weight:bold;
}

.tb_style_chat {
	margin-top: 10px;
}

.tb_style_chat.style_gray th {
	color: #555;
	border-right: solid 1px #bcbcbc;
}

.title_section_sky_chat {
	display: flex;
	align-items: center;
	word-break: keep-all;
}

.title_section_sky_small {
	display: inline-block;
	color: #555;
	font-size:14px;
	padding-left: 24px;
	vertical-align: middle;
	word-break: break-all;
}

@media screen and (max-width:414px) {
	.title_section_sky_small {
		font-size:12px;
		padding-left: 12px;
	}
}