@charset "UTF-8";

.access_wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

.access_cnt {
	flex: 1;
}

.access_tbl {
	width: 100%;
	max-width: 490px;
}

.access_tbl th,
.access_tbl td {
	text-align: left;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	vertical-align: middle;
}

.access_tbl th {
}

.access_tbl.-outline th {
	color: #ED7FA6;
	width: 6em;
}

.access_tbl td {
}

.access_tbl.-price td {
	text-align: right;
	color: #E60012;
}

.access_tbl td span {
	margin-left: 1em;
}

.access_text {
	margin-top: 25px;
}

.access_fig {
	margin-left: 6%;
}

.access_point {
	list-style: disc;
	padding-left: 2em;
}

.access_point > li {
}

.access_point > li em {
	color: #E60012;
}

/* for Tablet */
@media screen and (max-width:1030px) {
}

/* for SP */
@media screen and (max-width:640px) {
	.access_wrap {
		display: block;
		margin-top: 0;
	}

	.access_cnt {
	}

	.access_tbl {
	}

	.access_tbl th,
	.access_tbl td {
	}

	.access_tbl th {
	}

	.access_tbl.-outline th {
	}

	.access_tbl td {
	}

	.access_tbl.-price td {
		white-space: nowrap;
		padding-left: 1em;
	}

	.access_tbl td span {
		display: block;
		margin-left: 0;
	}

	.access_text {
	}

	.access_fig {
		margin-left: 0;
		margin-top: 20px;
		text-align: center;
	}

	.access_point {
	}

	.access_point > li {
	}

	.access_point > li em {
	}

}
