@charset "utf-8";

.Cloudinner.generativeAi h1 {
	font-size: 200%;
	font-weight: bold;
	color: #07242A;
	margin-bottom: 10px;
	position: relative;
	background: none;
	line-height: 1.4375;
}

/*----------------------------------------------
    579px以下に適用
-----------------------------------------------*/
@media screen and (max-width: 579px) {
	.JS .Cloudinner.generativeAi h1 {
		font-size: 5.2vw;
}
