@charset "utf-8";

.row_fee01{
	gap:calc(20 /var(--break)*100vw) calc(27/1240*100%);
}
.row_fee01 .col{
	width: calc(380/1240*100%);
}
.row_fee01 .col a{
	height: calc(100 /var(--break)*100vw);
}
.row_fee01 .col a::after{
	content: "";
	width: calc(30 /var(--break)*100vw);
	height: calc(10 /var(--break)*100vw);
	background: #000;
	clip-path: polygon(0 0,50% 100%,100% 0);
	position: absolute;
	bottom: calc(10 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
}
@media(max-width: 767px) {
	.row_fee01{
		width: 100%;
		gap: calc(30 /var(--break)*100vw) calc(22/702*100%);
	}
	.row_fee01 .col{
		width: calc(340/702*100%);
	}
	.row_fee01 .col a{
		font-size: 0.75rem;
	}
}