@charset "utf-8";
/*------------------------------------------------------------
	g_data
------------------------------------------------------------*/
#main {
	padding: 195px 0 176px;
}
#main .content {
	max-width: 860px;
}
#main .title {
	padding: 3px 0;
	color: #0081CC;
	font-size: 2rem;
	text-align: center;
	border: 2px solid #0081CC;
	letter-spacing: 0.05em;
}
#main .headLine04 {
	margin-bottom: 54px;
}
#main .tableBox .subBox {
	border-right: 2px solid #0081CC;
}
#main .tableBox table {
	width: 100%;
	border-collapse: collapse;
	font-weight: 500;
}
#main .tableBox table th,
#main .tableBox table td {
	text-align: left;
	vertical-align: top;
	font-size: 1.5rem;
	border: 2px solid #0081CC;
	border-top: none;
	box-sizing: border-box;
	line-height: 1.8;
}
#main .tableBox table td {
	padding: 31px 22px;
	border-bottom-color: #E2EEF5;
}
#main .tableBox table th {
	padding: 26px 0 10px;
	width: 15.2%;
	color: #fff;
	font-size: 2rem;
	text-align: center;
	border-right-color: #E2EEF5;
	background-color: #0081CC;
	border-left: none;
	border-bottom-color: #fff;
	letter-spacing: 0.1em;
}
#main .tableBox table th .size {
	margin-top: -4px;
	display: block;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.05em;
	font-weight: 500;
}
#main .tableBox table .tdStyle {
	padding: 34px 10px 10px;
	width: 12.8%;
	text-align: center;
	background-color: #E2EEF5;
	border-right-color: #fff;
	border-bottom-color: #fff;
	letter-spacing: 0.1em;
	line-height: 1.4;
}
#main .tableBox table tr:last-child td:last-child {
	border-bottom-color: #0081CC;
}
#main .tableBox table tr:last-child .tdStyle {
	border-bottom-color: #0081CC;
}
#main .tableBox table tr td:last-child {
	border-right: none;
}
#main .tableBox .subBox:last-child table tr:last-child th {
	border-right-color: #fff;
	border-bottom-color: #0081CC;
}
#main .tableBox table tr .borStyle {
	border-bottom-color: #0081CC;
}
#main .tableBox .txtDl dd {
	margin-bottom: 11px;
}
#main .tableBox .txtDl dd:last-child {
	margin-bottom: 0;
}
#main .tableBox .txtDl dt {
	color: #0081CC;
}
#main .tableBox .link {
	color: #0081CC;
	text-decoration: underline;
}
#main .tableBox .linkTop {
	margin-top: 11px;
	display: inline-block;
}
#main .tableBox .notes {
	color: #E23131;
	display: block;
}
#main .tableBox .txt {
	line-height: 2;
}
#main .tableBox {
	margin-bottom: 90px;
}
@media all and (min-width: 897px) {
	#main .tableBox .link:hover {
		text-decoration: none;
		opacity: 1;
	}
	#main .tableBox a:hover {
	  opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main {
		padding: 128px 0 121px;
	}
	#main .headLine04 {
		margin-bottom: 50px;
		font-size: 2.2rem;
	}
	#main .tableBox table th {
		display: none;
	}
	#main .title {
		padding: 0;
		margin-bottom: 8px;
		font-size: 1.8rem;
		border: none;
		letter-spacing: 0.05em;
	}
	#main .h4Title {
		padding: 5px 0 6px;
		color: #fff;
		font-size: 1.6rem;
		text-align: center;
		border: 2px solid #0081CC;
		letter-spacing: 0.1em;
		background-color: #0081CC;
	}
	#main .tableBox table .tdStyle {
		padding: 16px 0 10px;
		width: 23.2%;
		border-left: none;
		line-height: 1.38;
		letter-spacing: 0;
	}
	#main .tableBox .subBox {
		border-left: 2px solid #0081CC;
	}
	#main .content {
		max-width: inherit;
		margin: 0 19px;
	}
	#main .tableBox table th,
	#main .tableBox table td {
		padding: 15px 12px;
		font-size: 1.3rem;
		line-height: 1.53;
	}
	#main .tableBox .txtDl dt {
		margin-bottom: 1px;
	}
	#main .tableBox table p + p {
		margin-top: 20px;
	}
	#main .tableBox table .notesTxt {
		margin-top: 0;
	}
	#main .tableBox table tr:last-child td {
		border-bottom: none;
	}
	#main .tableBox .txt {
		line-height: 1.53;
	}
	#main .tableBox .subBox:last-child table tr:last-child td {
		border-bottom: 2px solid #0081CC;
		border-left: none;
	}
	#main .tableBox {
		margin-bottom: 46px;
	}
	#main .tableBox table tr .borTop {
		border-top: 2px solid #0081CC !important;
	}
}

/* comLinkList */
.comLinkList {
	margin: -20px 0 75px 0;
}
.comLinkList li {
	margin: 20px 10px 0;
	width: 198px;
}
.comLinkList a {
	padding: 3px 12px 5px;
	height: 49px;
	color: #0081CC;
	text-align: center;
	border: none;
	background-color: #E2EEF5;
	justify-content: center;
}
@media all and (max-width: 896px) {
	.comLinkList li {
		margin: 10px 0 0;
		width: 50%;
		padding: 0 6px;
	}
	.comLinkList {
		margin: -10px -6px 56px;
	}
	.comLinkList a {
		padding: 3px 12px 5px;
		height: 49px;
		background-position: right 12px center;
	}
}