@charset "utf-8";

/* ============================================= inner_links */
/* ------------------------------------- for sp */
@media ( max-width : 767px ) {
	.inner_links {
		width: 100%;
	}
}


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

.tbl-i4-ac .introduction .text {
	max-width: 596px;
	width: 100%;
}

.tbl-i4-ac .introduction .image {
	max-width: 300px;
	width: 100%;
}

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

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

/* ------------------------------------- for pc */
@media ( min-width : 928px ) {
	#large #panel_07 .scroll_arrow {
		display: none;
	}
}

