.p-transfer__img {
    margin-top: 46.999px;
    margin-top: 3.3571428571rem;
}

.p-transfer__img img {
    margin-inline: auto;
    height: auto;
    max-width: 486.999px;
    max-width: 34.7857142857rem;
}

.p-transfer__map {
}

.p-transfer__map img {
    margin-inline: auto;
    height: auto;
    max-width: 486.999px;
    max-width: 34.7857142857rem;
}

.p-transfer01,
.p-transfer02 {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}

.transfer__flex {
	display: flex;
	justify-content: space-between;
}

.transfer__flex-box {
	width: 48%;
}

.transfer__table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	table-layout: fixed;
}

.transfer__table th,
.transfer__table td {
	border: 1px solid #555555;
	padding: 5px;
	color: #555555;
	font-weight: normal;
}

.transfer__table thead th {
	background-color: #8e8066;
	color: #ffffff;
}

.transfer__table .col-title {
	background-color: #8e8066;
}

.transfer__table .time {
	background-color: #ddd8d1;
}

.transfer__table .time,
.col-title {
	width: 60px !important;
}

.p-transfer {
    padding-bottom: 100px;
    padding-bottom: 7.1428571429rem;
}

@media screen and (max-width: 768px) {
	.transfer__flex {
		display: block;
	}
	.transfer__flex-box {
		width: 100%;
	}
}