.record {
	margin: 40px 20px;
}

.record a {
	color: inherit;
	font-weight: 400;
}

.record__date {
	color: #9f9299;
}

.record__title {
	margin: 20px 0 10px;
	font-size: 36px;
	font-weight: 700;
}

.record__content-wrapper {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.record__content-wrapper > :first-child,
.record__content-wrapper .record__content > :first-child {
	margin-top: 0;
}

.record__content-wrapper > :last-child,
.record__content-wrapper .record__content > :last-child {
	margin-bottom: 0;
}

.record__content-wrapper p {
	margin: 0 0 20px;
	text-align: justify;
}

.record__content-wrapper h1,
.record__content-wrapper h2,
.record__content-wrapper h3 {
	margin: 40px 0 20px;
	line-height: 1.2;
}

.record__content-wrapper h1 {
	font-size: 36px;
}

.record__content-wrapper h2 {
	font-size: 24px;
}

.record__content-wrapper h3 {
	font-size: 20px;
}

.record__content-wrapper ul,
.record__content-wrapper ol {
	margin: 0 0 20px;
	padding-left: 30px;
}

.record__content-wrapper ul {
	list-style: disc outside;
}

.record__content-wrapper ol {
	list-style: decimal outside;
}

.record__content-wrapper li {
	margin: 0 0 8px;
}

.record__content-wrapper li > ul,
.record__content-wrapper li > ol {
	margin: 8px 0 0;
}

.record__content-wrapper a {
	color: #000000;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.record__content-wrapper a:hover {
	color: #40CBFF;
}

.record__content-wrapper strong,
.record__content-wrapper b {
	font-weight: 700;
}

.record__content-wrapper img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

.record__content-wrapper figure,
.record__content-wrapper .wp-block-image {
	max-width: 100%;
	margin: 20px auto;
}

.record__content-wrapper figcaption {
	margin-top: 8px;
	font-size: 14px;
	line-height: 1.4;
	color: #646464;
}

.record__content-wrapper .wp-block-table {
	max-width: 100%;
	margin: 20px 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.record__content-wrapper table {
	width: 100%;
	max-width: 100%;
	margin: 20px 0;
	border: 1px solid #000000;
	border-collapse: collapse;
	table-layout: fixed;
}

.record__content-wrapper .wp-block-table table {
	margin: 0;
	table-layout: auto;
}

.record__content-wrapper th,
.record__content-wrapper td {
	padding: 8px;
	border: 1px solid #000000;
	vertical-align: top;
	overflow-wrap: anywhere;
}

.record__content-wrapper blockquote {
	margin: 20px 0;
	padding: 16px 20px;
	border-left: 4px solid #40CBFF;
	background-color: #f2f3f4;
}

.record__content-wrapper blockquote p:last-child {
	margin-bottom: 0;
}

.record__content-wrapper .record__content {
	margin-top: 40px;
}

.record__content-wrapper .record__img {
	display: flex;
	justify-content: center;
}

.record__content-wrapper .record__content-nav li {
	position: relative;
	margin: 0 0 7px;
	padding-left: 20px;
	list-style: none;
}

.record__content-wrapper .record__content-nav {
	margin: 0 0 40px;
}

.record__content-wrapper .record__content-nav-title {
	margin: 0 0 12px;
	font-size: 20px;
	font-weight: 700;
}

.record__content-wrapper .record__content-nav ul {
	margin: 0;
	padding: 0;
}

.record__content-wrapper .record__content-nav li::before {
	content: '';
	position: absolute;
	top: 0.65em;
	left: 5px;
	border: 3px solid;
	border-radius: 50%;
}

.record__content-wrapper .record__content-nav a {
	color: #000000;
	text-decoration: none;
}

.record__content-wrapper .record__content-nav a:hover {
	color: #40CBFF;
}

@media screen and (max-width: 1000px) {
	.record__content-wrapper {
		padding: 0;
	}
}

@media screen and (max-width: 650px) {
	.record {
		margin-right: 16px;
		margin-left: 16px;
	}

	.record__content-wrapper {
		font-size: 16px;
	}

	.record__title,
	.record__content-wrapper h1 {
		font-size: 28px;
	}

	.record__content-wrapper h2 {
		font-size: 20px;
	}

	.record__content-wrapper h3 {
		font-size: 18px;
	}

	.record__content-wrapper p {
		text-align: left;
	}

	.record__content-wrapper .wp-block-table {
		width: 100%;
	}
}

@media screen and (max-width: 400px) {
	.record__content-wrapper .record__content-nav a,
	.record__content-wrapper th,
	.record__content-wrapper td {
		font-size: 16px;
	}
}
