

#contentsArea .inner1 {
	margin: 0 30px;
}

#contentsArea .secTitle1 {
	background-color: #F2F2F2;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 40px;
	padding: 15px 30px;
}

#contentsArea .cntTitle1 {
	background-color: #000;
	color: #fff;
	display: inline-flex;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 15px;
	padding: 5px 15px;
	width: 100%;
}
#contentsArea * + .cntTitle1 {
	margin-top: 3em;
}

#contentsArea .cntTitle2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 10px;
}
#contentsArea * + .cntTitle2 {
	margin-top: 2em;
}

#contentsArea .image1 {
	display: block;
	height: auto;
	margin: 5px auto 20px;
	max-width: 622px;
	width: 100%;
}
#contentsArea .image2 {
	display: block;
	height: auto;
	margin: 20px auto;
	max-width: 604px;
	width: 100%;
}
#contentsArea .image3 {
	display: block;
	height: auto;
	margin: auto;
	max-width: 485px;
	width: 100%;
}

#contentsArea .note1 {
	font-size: 14px;
	margin: 10px 0;
}
#contentsArea .note1 li {
	line-height: 1.6;
	padding-left: 1em;
	text-indent: -1em;
}
#contentsArea .note1 li + li {
	margin-top: 0.3em;
}

#contentsArea .table1 {
	box-sizing: border-box;
	width: 100%;
}
#contentsArea .table1 th,
#contentsArea .table1 td {
	border: 1px solid #666;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}
#contentsArea .table1 th {
	white-space: nowrap;
}
#contentsArea .table1 thead th {
	background: #cad4db;
}
#contentsArea .table1 td {
	text-align: left;
}
#contentsArea .table1.st2 td {
	text-align: center;
}
#contentsArea .table1 .left {
	text-align: left;
}
#contentsArea .table1 .note1 {
	font-size: 13px;
	margin: 0;
}
#contentsArea .table1 .small1 {
	font-size: 13px;
}



@media screen and (max-width: 1024px) {
	
}


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

	html {
		-webkit-text-size-adjust: 100%;
	}

	#contentsArea .inner1 {
		margin: 0 15px;
	}

	#contentsArea .secTitle1 {
		font-size: 20px;
		margin-bottom: 30px;
		padding: 10px 15px;
	}
	#contentsArea .secTitle1sub1 {
		margin: -25px 0 1em;
		padding: 0 15px;
	}

	#contentsArea .cntTitle1 {
		font-size: 16px;
		margin-bottom: 10px;
		padding: 5px 15px;
	}

	#contentsArea .cntTitle2 {
		font-size: 16px;
	}

	#contentsArea .image2 {
		margin: 15px 0 0;
	}

	#contentsArea .table1 {
		width: 100%;
	}
	#contentsArea .table1 thead th,
	#contentsArea .table1 thead td,
	#contentsArea .table1 tbody th,
	#contentsArea .table1 tbody td {
		font-size: 14px;
		padding: 5px;
		white-space: normal;
	}
	#contentsArea .table1 .w1 {
		width: 5em;
	}

	#contentsArea .note1 {
		margin: 5px 0;
	}

	#contentsArea .table-wrap1 {
		overflow-x: auto;
	}
	/*#contentsArea .table-wrap1 table th,
	#contentsArea .table-wrap1 table td {
		font-size: 14px;
		white-space: nowrap;
	}*/

	
}