.intro {
	padding: 40px 0 80px;
}
.intro_lead,
.list_lead {
	font-size: 16px;
	line-height: 175%;
	text-align: center;
}
.intro_lead {
	margin-bottom: 20px;
}
.intro_notes {
	padding: 32px 40px 44px;
	background-color: #F7F7F7;
	max-width: 840px;
	width: 100%;
	margin: 0 auto 40px;
}
.intro_notes ul {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.intro_notes ul li {
	font-weight: 500;
	font-size: 14px;
	line-height: 150%;
	position: relative;
	padding-left: 2em;
}
.intro_notes ul li::before {
	content: "※";
	position: absolute;
	left: 0;
}
.intro_notes ul li a {
	color: #0093FF;
	transition: color 0.5s ease;
}
.intro_notes ul li a:hover {
	color: #0C3484;
}
.intro_cta a {
	width: 655px;
	height: 50px;
	margin: auto;
}
.support {
	margin-bottom: 80px;
}
.support_header,
.list_header {
	margin-bottom: 40px;
	text-align: center;
}
.support_header p,
.list_header p {
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: 14px;
	letter-spacing: 0.05em;
	color: #0093FF;
	margin-bottom: 8px;
}
.support_header h2,
.list_header h2 {
	font-weight: 700;
	font-size: 25px;
	line-height: 150%;
	color: #202733;
}
.support_links {
	max-width: 655px;
	width: 100%;
	margin: auto;
}
.support_links ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.support_links ul li,
.support_links a {
	width: 100%;
}
.support_links a {
	height: 50px;
}
.list {
	margin-bottom: 160px;
}
.list_lead {
	margin-bottom: 40px;
}
.list_table_wrap table {
	width: 1160px;
	text-align: center;
}
.list_table_wrap col:nth-child(1) {
	width: 30%;
}
.list_table_wrap col:nth-child(2) {
	width: 35%;
}
.list_table_wrap col:nth-child(3) {
	width: 15%;
}
.list_table_wrap col:nth-child(4) {
	width: 20%;
}
.list_table_wrap thead {
	border-bottom: 1px solid #000000;
}
.list_table_wrap thead th {
	padding-bottom: 20px;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 200%;
}
.list_table_wrap tbody tr {
	border-bottom: 1px solid #DBDBDB;
}
.list_table_wrap tbody td {
	padding: 20px;
	vertical-align: middle;
}
.list_table_wrap tbody dt {
	display: none;
}
.list_table_wrap tbody dd {
	font-weight: 500;
	font-size: 16px;
	line-height: 175%;
}
.list_table_wrap tbody .list_mail {
	width: auto;
	height: 24px;
	display: block;
	margin: 0 auto;
}
.list_table_wrap tbody .list_name {
	font-weight: 700;
	font-size: 18px;
}
.list_table_wrap tbody .list_name span,
.list_table_wrap tbody .list_time {
	font-size: 16px;
}
.list_table_wrap tbody .list_time {
	font-weight: 400;
}
.list_table_wrap tbody .list_time_note {
	font-weight: 400;
	font-size: 13px;
}
.list_table_wrap tbody .list_link a {
	width: 257px;
	height: 50px;
}
.scroll_hint_content.dragging {
	cursor: grabbing;
	user-select: none;
}
.scroll_hint_content {
	overflow: auto;
}
@media (max-width: 1200px) {
	.list_table_wrap table {
		width: 1024px;
		margin: auto;
	}
}
@media (max-width: 767px) {
	.intro {
		padding: 32px 0 80px;
	}
	.intro_lead,
	.intro_notes ul li,
	.list_lead,
	.list_table_wrap tbody dt,
	.list_table_wrap tbody dd,
	.list_table_wrap tbody .list_name span,
	.list_table_wrap tbody .list_time {
		font-size: 13px;
	}
	.intro_lead {
		margin-bottom: 16px;
	}
	.intro_notes {
		padding: 20px 20px 28px;
	}
	.intro_cta a {
		max-width: 335px;
		height: 60px;
	}
	.list {
		margin-bottom: 80px;
	}
	.support_header,
	.list_header {
		margin-bottom: 32px;
	}
	.support_header p,
	.list_header p {
		font-size: 12px;
		margin-bottom: 4px;
	}
	.support_header h2,
	.list_header h2 {
		font-size: 20px;
	}
	.support_links {
		max-width: 335px;
	}
	.support_links a {
		max-width: 335px;
		min-height: 60px;
		height: auto;
		padding: 8px 0;
	}
	.list_lead {
		margin-bottom: 36px;
		text-align: left;
	}
	.list_table_wrap table {
		display: block;
		width: 100%;
	}
	.list_table_wrap thead {
		display: none;
	}
	.list_table_wrap tbody {
		display: block;
	}
	.list_table_wrap tbody tr {
		display: block;
		padding: 20px 0;
	}
	.list_table_wrap tbody tr:first-child {
		padding: 0 0 20px;
	}
	.list_table_wrap tbody td {
		padding: 0;
		text-align: left;
		display: block;
		margin-bottom: 4px;
		height: 100%;
	}
	.list_table_wrap tbody dl {
		display: flex;
		gap: 20px;
		margin-bottom: 4px;
		width: 100%;
	}
	.list_table_wrap tbody dt {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 20px 8px;
		background-color: #EFEFEF;
		font-weight: 700;
		line-height: 150%;
		text-align: center;
		width: 100px;
	}
	.list_table_wrap tbody dd {
		font-weight: 700;
		width: calc(100% - 120px);
		padding: 8px 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.list_table_wrap tbody .list_mail {
		height: 20px;
		margin: 0 auto 0 0;
	}
	.list_table_wrap tbody .list_name {
		font-size: 16px;
	}
	.list_table_wrap tbody .list_time_note {
		font-size: 12px;
	}
	.list_table_wrap tbody .list_link a {
		max-width: 213px;
		width: 100%;
	}
}