

#contentsArea .sec1 {
	/*margin: auto;
	max-width: 1040px;
	width: 100%;*/
}

#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 .secTitle1sub1 {
	margin: -35px 0 1em;
	padding: 0 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 .cntBlock1 {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
}

#contentsArea .image1 {
	display: block;
	height: auto;
	margin: auto;
	max-width: 658px;
	width: 100%;
}

#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: 8px 5px;
	text-align: center;
	vertical-align: middle;
}
#contentsArea .table1 th {
	background: #cad4db;
}
#contentsArea .table1 th:not(:first-child) {
	vertical-align: top;
}
#contentsArea .table1 .left {
	text-align: left;
}

#contentsArea .table2 {
	box-sizing: border-box;
	width: 100%;
}
#contentsArea .table2 th,
#contentsArea .table2 td {
	border: 1px solid #666;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
	padding: 5px 10px;
	text-align: center;
	vertical-align: middle;
}
#contentsArea .table2 th {
	background: #cad4db;
}

#contentsArea .color1 {
	color: #e3007f;
}

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

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

#contentsArea  ul table {
	box-sizing: border-box;
}
#contentsArea ul table th,
#contentsArea  ul table td {
	font-weight: 500;
	line-height: 1.5;
	padding: 0;
	text-align: left;
	text-indent: 0;
	vertical-align: top;
}
#contentsArea  ul table th {
	white-space: nowrap;
}

#contentsArea  .fs14 {
	font-size: 14px !important;
}

#contentsArea  .mgb0 {
	margin-bottom: 0px !important;
}
#contentsArea  .mgb10 {
	margin-bottom: 10px !important;
}
	
#contentsArea  .mgb15e {
	margin-bottom: 1.5em !important;
}

#contentsArea  .mgt1e {
	margin-top: 1em !important;
}



@media screen and (max-width: 1024px) {
	#contentsArea .table1 {
		max-width: none;
	}
}


@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 .cntBlock1 {
		display: block;
	}
	#contentsArea .cntBlock1 > * + * {
		margin-top: 1em;
	}

	#contentsArea .table1 {
		width: 100%;
	}
	#contentsArea .table1 tbody th,
	#contentsArea .table1 tbody td {
		font-size: 14px;
		padding: 5px;
	}

	#contentsArea .table2 th,
	#contentsArea .table2 td {
		padding: 5px;
	}

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

	#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;
	}

	#contentsArea  .fs14s {
		font-size: 14px !important;
	}

	#contentsArea  .mgb0s {
		margin-bottom: 0px !important;
	}
	#contentsArea  .mgb10s {
		margin-bottom: 10px !important;
	}
	
	#contentsArea  .mgb15es {
		margin-bottom: 1.5em !important;
	}

	#contentsArea  .mgt1es {
		margin-top: 1em !important;
	}

	
}