@charset "UTF-8";

.tableTtl {
	font-size:18px;
	font-weight:bold;
	margin-bottom:1em;
	margin-top:3em;
}

.tableContents {
	padding:15px;
	background:#eee;
	margin-bottom:30px;
}

.tableContents li {
	margin-bottom:15px;
}

.tableContents li:last-child {
	margin-bottom:0;
}

.tableContents li a {
	text-decoration:underline;
	font-size: 16px;
}
	.tableContents li:not(.seoBlockH3) a {
		font-weight: bold;
	}

.tableContents li a:hover {
	text-decoration:none;
}

.seoTtl01 {
	font-size:20px;
	border-bottom:1px solid #ccc;
	margin-bottom:1em;
	margin-top:3em;
	font-weight:bold;
	text-align:left;
	line-height:1.4  !important;
}

.seoTtl02 {
	padding:10px;
	background:#eee;
	margin-bottom:1em;
	font-weight:bold;
	margin-top:1.5em;
	text-align:left;
}

.seoTtl01 + .seoTtl02 {
	margin-top:0.5em !important;
}

.seoImg {
	margin-bottom:1em;
	max-width:100%;
	height:auto;
}

.seoLinks {
	margin-top:0.5em;
	margin-bottom:2em;
}

.seoLinks a {
	text-decoration:underline;
}

.seoLinks a:hover {
	text-decoration:none;
	font-weight:bold;
}

.seoText {
	word-break: normal;
	word-wrap: break-word;
	line-height:2;
	font-size:16px;
	margin-bottom:1.5em;
	text-align:left;
}

.seoBlockH3 {
	padding-left:2.5em;
}

#seoAnchor {
	padding-top:100px;
	margin-top:-100px;
}

@media screen and (max-width: 770px) {
	.tableTtl {
	font-size:16px;
	}
	
	.tableContents li a {
	font-size:13px;
	font-weight:bold;
	}

	.seoTtl01 {
	font-size:16px;
	}
	
	.seoText {
	word-break: normal;
	word-wrap: break-word;
	line-height:2;
	font-size:14px;
}

	.seoBlockH3 {
	padding-left:0.5em;
	}
	
	.tableContents .seoBlockH3 a {
		font-weight:normal;
	}
}