@charset "utf-8";

/* ============================================= 説明 */
.tbl-i2-ac .introduction {
	gap: 32px;
}

.tbl-i2-ac .introduction .text {
	max-width: 696px;
	width: 100%;
}

.tbl-i2-ac .introduction .image {
	max-width: 200px;
	width: 100%;
}

/* ------------------------------------- for sp */
@media ( max-width : 767px ) {
	.tbl-i2-ac .introduction {
		flex-direction: column-reverse;
	}
}

/* ============================================= #general */
#general .disc .colon_align_1 {
	display: inline-block;
	margin-left: 2em;
}


/* ============================================= scroll arrow */

/* ------------------------------------- for pc */
@media ( min-width : 928px ) {
	#compact .specs_01 .scroll_arrow,
	#small .specs_01 .scroll_arrow {
		display: none;
	}
}

