h3 {
	color: #39f;
	border-bottom: 2px solid #39f;
	border-left: 10px solid #39f;
	padding-left: 10px;
	margin-bottom: .2em;
	cursor: pointer;
}

h3 + * {
	display: none;
}

h4 {
	color: #39f;
	margin-bottom: .2em;
}

ol {
	margin: .2em;
}

.contents {
	font-size: 1.2rem;
	max-width: 900px !important;
}

#company-info-content {
	font-size: 1.0rem;
}

#company-info-content table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	max-width: 600px;
}

#company-info-content table th {
	background-color: #eee;
	border: 1px solid #ccc;
	font-weight: normal;
	padding: 3px 6px;
	white-space: nowrap;
}

#company-info-content table td {
	border: 1px solid #ccc;
	padding: 3px 6px;
}

#company-info-content table td ul {
	padding-inline-start: 2.0em;
}

#history table {
	border-spacing: 0;
	margin-top: 1em;
}

#history table tr th {
	border-top: 1px solid #000;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 6px 3px;
	white-space: nowrap;
}

#history table tr td {
	border-top: 1px solid #000;
	font-size: 1.0em;
	text-align: left;
	white-space: nowrap;
	width: 100%;
}

#history table tr:last-child th,
#history table tr:last-child td {
	border-bottom: 1px solid #000;
}


@media screen and (max-width: 768px) {
	h3 {
		font-size: 1.2rem;
	}
	.contents {
		font-size: 1.0rem;
	}
	#history table tr th {
		font-size: .8em;
	}
	#history table tr td {
		font-size: .8em;
	}
	#access iframe {
		width: 90%;
	}
	#access img {
		width: 90%;
	}
}


