#underPageKv {
	background-image: url(../images/pc/about_hero.webp);
}
.outline_inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.outline_inner .sec_head {
	width: 250px;
}
.outline_content {
	width: 49.3vw;
}
.outline_table {
	width: 100%;
	border-top: 1px solid #c4c4c4;
}
.outline_item td {
	padding: 36px 0;
	border-bottom: 1px solid #c4c4c4;
}
td.outline_label {
	width: 22%;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
	position: relative;
}
td.outline_text {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.08rem;
	line-height: 1.7;
	padding-left: 28px;
}
td.outline_text li {
	list-style: disc;
	margin-left: 20px;
}
td.outline_text li::marker {
	font-size: 16px;
}
.access_inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.access_content {
	width: 49.3vw;
}
.access_text {
	margin-top: 16px;
}
@media screen and (max-width: 1024px) {
	.outline_content {
		width: 58vw;
	}
	.access_content {
		width: 58vw;
	}
}
@media screen and (max-width: 767px) {
	#underPageKv {
		background-image: url(../images/sp/about_hero.webp);
	}
	.outline_inner {
		flex-direction: column;
	}
	.outline_inner .sec_head {
		width: 100%;
	}
	.outline_content {
		width: 100%;
		margin-top: 40px;
	}
	.content_margin {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	td.outline_label {
		width: 34%;
		font-size: 16px;
	}
	td.outline_text {
		font-size: 16px;
		padding-left: 20px;
	}
	td.outline_text li::marker {
		font-size: 12px;
	}
	.access_inner {
		flex-direction: column;
	}
	.access_inner .sec_head {
		width: 100%;
	}
	.access_content {
		margin-top: 40px;
		width: 100%;
	}
	.access_inner iframe {
		height: 432px;
	}
}
