@charset "utf-8";

.left img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.left p, .left ul, .left ol, .left dl, .left table {
	margin-bottom: 1rem;
	font-size: 14px;
}

.covid19info .left a {
	text-decoration: underline;
}

.covid19info .section {
	margin-top: 50px;
}

.covid19info .section > .section {
	margin-top: 35px;
}

.covid19info .section > h3 + .section {
	margin-top: 0;
}

.covid19info .grade-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-left: 0;
	padding: 0;
}

.covid19info .grade-links li {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-bottom: 20px;
	border: 1px solid #999;
	width: calc(33% - 13px);
}

.covid19info .grade-links li a {
	display: block;
	padding: 8px 10px 8px 30px;
	background: url(/images/icon03.png) no-repeat 10px center;
	text-decoration: none;
}

.covid19info .grade-links li a:hover, .covid19info .grade-links li a:active,
.covid19info .grade-links li a:focus {
	background-color: rgb(255, 238, 241);
}

.TopicsColumn {
	border: 1px solid #bd2633;
}

.TopicsColumn.-reading {
	margin: 2rem 0;
}

.TopicsColumn__title {
	padding: 10px 20px;
	background-color: #bd2633;
	color: #fff;
	font-size: 1.142rem;
	font-weight: bold;
}

.TopicsColumn__text {
	padding: 20px;
	background-color: #faeef1;
}

.TopicsColumn__text > *:last-child {
	margin-bottom: 0;
}

.TopicsVoice {
	margin: 4rem 0 3rem;
	border: 1px solid #ed6c00;
}

.TopicsVoice__title {
	position: relative;
	top: -15px;
	left: 20px;
	margin: 0;
	padding-bottom: 0;
	border-bottom-width: 0;
	font-size: 1rem;
}

.TopicsVoice__voiceTitleContainer {
	padding: 0 20px;
}

.TopicsVoice__voiceTitle {
	margin-bottom: 0;
	padding-left: 0;
	border-left-width: 0;
}

.TopicsVoice__content {
	padding: 20px;
}

.TopicsVoice__content.-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.TopicsVoice__speaker {
	margin-right: 20px;
	max-width: 200px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.TopicsVoice__speaker img {
	max-width: 200px;
}

.TopicsVoice__speakerName {
	font-weight: bold;
	font-size: 14px;
}

.TopicsFigure {
	margin-bottom: 2rem;
}

.TopicsFigure img {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #999;
}

.TopicsFigure__link {
	display: block;
	padding-left: 20px;
	background: url(/images/icon03.png) no-repeat left .45em;
	font-size: 14px;
}

.left strong {
	color: #c33;
}

.left .table-container {
	display: table;
	margin: 2em 0;
	width: 100%;
}

.left table {
	width: 100%;
	min-width: 600px;
	border-top: 1px solid #ccc;
}

.left table th {
	width: 20%;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	background: #f1f1f1;
	border-bottom: 1px solid #ccc;
}

.left table td {
	padding: 17px 20px;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}

.form {
	margin: 1rem 0 2rem;
	text-align: center;
	font-weight: bold;
}

.form a.btn {
	display: inline-block;
	padding: 10px;
	border: 1px solid #ed6c00;
	border-radius: 4px;
	width: 50%;
	font-size: 15px;
	background-color: #ed6c00;
	color: #fff;
	text-decoration: none;
}

.form a.btn::before {
	display: inline-block;
	content: "";
	margin-right: 10px;
	width: 16px;
	height: 12px;
	background: url(/images/contact_icon.png) no-repeat left -1px;
}

@media screen and (min-width: 980px) {
}

@media screen and (max-width: 979px) {
	.left p, .left ul, .left ol, .left dl, .left table {
		font-size: 1rem;
	}

	.TopicsVoice__speaker {
		max-width: none;
		max-width: initial;
	}

	.TopicsVoice__speakerName {
		font-size: 1rem;
	}

	.TopicsFigure__link {
		font-size: 1rem;
	}
}

@media screen and (max-width: 767px) {
	.TopicsVoice__content.-flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		    flex-direction: column;
	}

	.TopicsVoice__text {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
}

@media screen and (max-width: 979px) and (min-width: 480px) {
}

@media screen and (max-width: 979px) and (min-width: 768px) {
}

@media screen and (max-width: 767px) and (min-width: 480px) {
}

@media screen and (max-width: 479px) {
	.covid19info .grade-links li {
		width: 100%;
	}

	.form a.btn {
		width: 80%;
	}
}

@media screen and (min-width: 480px) {
	.covid19info .grade-links li:not(:nth-child(3n)) {
		margin-right: 20px;
	}
}

@media screen and (max-width: 599px) {
	.left .table-container {
		display: block;
		overflow-x: auto;
		margin: 0 0 2em;
	}

	.left .table-container::-webkit-scrollbar {
		-webkit-appearance: none;
		width: 14px;
		height: 14px;
	}

	.left .table-container::-webkit-scrollbar-thumb {
		border-radius: 8px;
		border: 3px solid #fff;
		background-color: rgba(0, 0, 0, .3);
	}

	.left .table-container table {
		margin-bottom: 10px;
	}
}
