/* CSS Document */
:root {
	--mainColor: #3CAEBC;
	--subColor: #CDFFFF;
	--contColor: #123;
	--lightColor1: #8ED0D4;
	--lightColor2: #DCFFD8;
	--lightColor3: #A4BAFF;
}
main{
	max-width: none;
}
h1{
	margin: 0;
	padding: 0;
}
section.inner{
	width: min(95% ,960px);
	margin: 0 auto;
}
section:not(section.inner,section.mv){
	margin: 0;
	width: 100%;
	padding: 40px 0;
}
:is(p,ul):not([class]){
	margin: 0 auto;
	padding: 0;
	width: min(100% ,1000px);
}
ul:not([class]){
	padding-left: 20px;
}
.mv {
	position: relative;
	display: block;
	background: var(--mainColor);
	height: auto;
	padding-block: 0;
	flex-direction: row-reverse;
	color: var(--contColor);
}
.blank{
	text-decoration: underline;
}
h1 {
	border: none;
	margin-inline: auto;
	width: min(100% ,1100px);
}
nav {
	width: 100%;
	background: var(--lightColor3);
	position: sticky;
	top: 90px;
	z-index: 90;
}
nav ul {
	width: min(100% ,1200px);
	display: flex;
	justify-content: center;
	margin: 0 auto;
}
nav ul li{
	height: 100%;
	flex: 1;
	margin: 0;
	padding: 0;
	text-align: center;
	border-right: 1px solid #e0e8ff;
}
nav ul li:first-child{
	border-left: 1px solid #e0e8ff;
}
nav ul a {
	font-weight: 550;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 15px 10px;
	font-size: clamp(14px, (100vw - 600px) * 6 / 600 + 15px, 16px);
	line-height: 1.2em;
}
nav ul a:hover {
	color: #999;
	background: #e0e8ff;
}
h2 {
	border-bottom: 4px double currentColor;
	margin-block: 30px;
	line-height: 1.5em;
}
.text{
	font-size: 16px;
	line-height: 1.7em;
	letter-spacing: 0.1em;
	padding: 0;
}
.flexBox{
	display: flex;
	flex-wrap: nowrap;
}
.tableBox table{
	width: 900px;
	margin: 0 auto;
}
.tableBox500{
	width: min(100% ,900px);
	margin: 0 auto;
}
.tableBox500 table{
	width: 500px;
}
.mv{
	display: block;
	
}
.annotationNum,.annotationKome{
	font-size: 12px;
	line-height: 1.2em;
}
:is(.annotationNum,.annotationKome) li{
	display: flex;
	gap: 5px;
}
.annotationNum span{
	display: block;
	width: 43px;
}
.annotationNum p{
	flex: 1;
}
.annotationKome span{
	display: block;
	width: 15px;
}
.annotationKome p{
	flex: 1;
}
h3{
	font-size: clamp(16px, (100vw - 600px) * 6 / 600 + 18px, 20px);
	font-weight: 700;
	border-bottom: 1px solid #ccc;
	padding: 0 10px 5px ;
	margin: 20px 0;
	line-height: 1.2em;
	max-inline-size: 100%;
}
h3 span{
	display: block;
	border-left: 5px solid #444;
	padding: 0 0 0 10px;
	line-height: 1.5em;
}
#feature .contentBox{
	margin-bottom: 70px;
}
#feature .featureList{
	flex: 1;
}
#feature .featureList ul{
	gap: 10px;
	margin-top: 20px;
	flex-wrap: wrap;
	width: 100%;
}
#feature .featureList ul li{
	font-size: 13px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 1px solid #ccc;
	width: 150px;
	height: 155px;
}
#feature .featureList ul li p{
	text-align: center;
	margin: 0;
	padding: 5px 0;
	font-size: 12px;
}
#feature .featureList ul li p.head{
	display: block;
	width: 100%;
	margin: auto;
	padding: 6px;
	font-weight: 700;
	background: #eee;
	text-align: center;
}
#feature .featureList ul li img{
	margin: 10px auto 0;
	height: 62px;
	width: auto;
}
#feature .figureBox{
	width: min(40% ,350px);
}
.feature2 .flexBox{
	gap: 20px;
}
.feature2 .text{
	flex: 1;
}
a.btn-a{
	display: block;
	text-align: center;
	padding: 20px;
	margin: 30px auto;
	color: #5f6565;
	border: 1px solid #5f6565;
	border-radius: 4px;
	transition: 0.2s;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 12px;
	line-height: 140%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
}
table caption {
	text-align: left;
	font-size: 12px;
	font-weight: 700;
	padding: 20px 0;
}
table p {
	font-size: 12px;
	padding: 0;
}
table thead tr th {
	margin: 0;
	padding: 10px;
	font-size: 14px;
	font-weight: 700;
	background: #eee;
	border: 1px solid #ccc;
}
table tbody th {
	margin: 0;
	padding: 10px;
	background: #f5f5f5;
	border: 1px solid #ccc;
}
#download table tbody th{
	text-align: left;
}
table tbody tr td {
	margin: 0;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	text-align: left;
	font-size: 12px;
}
table.th-left tbody tr th {
	text-align: left;
}
table.td-center tbody tr td {
	text-align: center;
}

@media screen and (max-width: 959px) {
	nav {
		top: 60px;
	}
	.tableBox{
		overflow-x: scroll;
	}
}
@media screen and (max-width: 850px) {
	nav ul{
		flex-wrap: wrap;
	}
	nav ul li{
		flex: auto;
		box-sizing: border-box;
	}
	nav ul li:first-child{
		border-left: none;
	}
	nav ul :is(li:last-child,li:nth-child(3)){
		border-right: none;
	}
	nav ul :is(li:first-child,li:nth-child(2),li:nth-child(3)){
		width: 33.333%;
		border-bottom: 1px solid #e0e8ff;
	}
	nav ul :is(li:last-child,li:nth-child(4)){
		width: 50%;
	}
	nav ul li a{
		padding: 5px 10px;
		height: 50px;
	}
}
@media screen and (max-width: 750px) {
	.feature2 .flexBox {
		flex-direction: column;
		justify-content: center;
	}
	#feature .figureBox{
		width: min(90% ,500px);
		margin: 0 auto;
	}
}
@media screen and (max-width: 559px) {
	.mv {
		height: auto;
	}
	.feature1 div.flexBox {
		flex-direction: column;
	}
	#feature .featureList ul{
		gap: 10px;
		margin-top: 20px;
		flex-wrap: wrap;
		justify-content: center;
	}
	.feature1 div.flexBox div{
		margin: 0 auto;
	}
	.tableBox500{
		overflow-x: scroll;
	}
	.text,p:not(div.featureList ul.flexBox li p,[class],.annotationNum p,.annotationKome p),ul:not(ul.footer-notes,#connect ul,[class]){
		font-size: 15px;
	}
}


