@charset "utf-8";
/* body { line-height: 1.2rem;} */
/* main { background-color: #EFE93B;} */
/* img { image-rendering: -webkit-optimize-contrast; } */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
.fee_change {
	font-family: 'Noto Sans JP', sans-serif;
	max-width: 960px;
	margin: 0 auto;
	box-sizing: border-box;

.wrap {
	width: 95%;
	max-width: 830px;
	margin: 0 auto;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
br.pc {
	display: none;
}
/* header */
header {
	margin-bottom: 50px;
	height: auto;
	background: transparent;
	border: none;
}

h2 {
	margin-bottom: 20px;
	font-size: 24px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	background-color: #0067b2;
	padding: 0.5em 0;
	line-height: 1.5;
}

/* main */
section {
	margin-bottom: 50px;
}
h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	border-bottom: 1px solid #0067b2;
	border-left: 5px solid #0067b2;
	padding-left: 5px;
}
p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 20px;
}
.red {
	color: #f00;
}
strong {
	font-size: 1.5em;
	display: block;
	text-align: center;
	font-weight: 700;
}
small {
	display: block;
	font-size: 14px;
	text-indent: -1em;
	padding-left: 1em;	
}
small::before {
	content: '※';
}
table {
	width: 100%;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 30px;
	border-collapse:collapse;
  border-spacing:0;
	border: 1px solid #0067b2;
}
table.after {
	border: 1px solid #888;
	font-size: 18px;
}
thead {
	background-color: #0067b2;
	color: #fff;
}
.after thead {
	background-color: #FF0;
	color: #f00;
}
th,
th div {
	font-weight: 700;
	vertical-align: middle;
}
th,td {
	padding: 0.3em 0;
	border: 1px solid #0067b2;
	text-align: center;
}
.after th,
.after td {
	border: 1px solid #888;
}
thead th:first-of-type {
	border-right: 1px solid #fff;
}
.after thead th:first-of-type {
	border-right: 1px solid #888;
}

.arrow {
	width: 150px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	color: #fff;
	background-color: #f00;
	font-size: 16px;
	font-weight: 700;
	margin: 0 auto 30px;
	clip-path: polygon(20% 0, 80% 0, 80% 50%, 100% 50%, 50% 100%, 0 50%, 20% 50%);
}
}

@media screen and (min-width: 768px) {
	.fee_change {
	.wrap {
		width: 90%;
	}
	.flex {
		margin: 0 auto;
		align-items: center;
	}
	br.sp {
		display: none;
	}
	br.pc {
		display: block;
	}
	small {
		width: 35em;
		margin: 0 auto;
	}
	.flex + p small {
		width: 43em;
	}
	table {
		width: 40%;
	}
	.arrow {
		width: 100px;
		height: 150px;
		line-height: 150px;
		margin: 0 auto;
		padding-right: 1em;
		box-sizing: border-box;
		clip-path: polygon(0 20%, 50% 20%, 50% 0, 100% 50%, 50% 100%, 50% 80%, 0 80%);
	}
	}
}
