@charset "utf-8";

.c-table-wrap{
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 20px;
}
.c-table-wrap .c-table01{
	min-width: 424px;
	margin-bottom: 0;
}
.c-table-wrap .c-table02-point{
	min-width: 640px;
	margin-bottom: 0;
}
.c-table-wrap .c-table02-point img{
	width: 42px;
}
.c-table-wrap .c-table02-point .row1{
	width: 1em;
}

.pB {
    margin-bottom: 25px !important;
}

.tcBrown{
	color: #C85C16 !important;
}

.headerTop{
    border-bottom: 1px solid #d9d9d9;
}
.headerNav, .stickyNavWrap {
    display: none;
}
@media print,
screen and (min-width: 768px) { 
	.c-table-wrap{
		overflow-x: auto;
		margin-bottom: 40px;
	}
	.c-table-wrap .c-table01{
		width: 100%;
	}
	.c-table-wrap .c-table02-point{
		width: 100%;
	}
	.c-table-wrap .c-table02-point img{
		width: auto;
	}
	.pcML143 { margin-left: 143px; }
}

.c-table02-point {
	border: 1px solid #dbdbdb;
	margin-bottom: 20px;
	border-collapse: separate;
}
.c-table02-point tr:first-child th {
	border-top: none;
	width:110px;
}

.c-table02-point tr:first-child td {
	border-top: none;
}

.c-table02-point th {
	background: #eee;
	border-top: 1px solid #fff;
	padding: 15px;
	vertical-align: middle;
	text-align: center;
}

.c-table02-point tbody th {
	text-align: left;
}

.c-table02-point tbody tr:nth-child(3) td,
.c-table02-point tbody tr:nth-child(4) td{
	border-left: 1px solid #dbdbdb;
}

.c-table02-point td {
	border-top: 1px solid #dbdbdb;
	padding: 15px;
	vertical-align: middle;
}
.c-table02-point td > *:last-child{
	margin-bottom: 0;
}

.c-table02-point th+th {
	border-left: 1px solid #fff;
}

.c-table02-point td+td {
	border-left: 1px solid #dbdbdb;
}

.c-table02-point .thead+tbody tr td {
	border-top: none;
}

.c-table02-point tr>* {
	width: auto;
}

@media print,
screen and (min-width: 768px) {
	.c-table02-point {
		margin-bottom: 40px;
	}
	.c-table02-point + .c-attention01{
		margin-top: -20px;
		margin-bottom: 40px;
	}
	.c-table02-point tr>* {
		width: 368px;
	}
	.c-table02-point tbody th {
		text-align: center;
	}
	
.pB {
    margin-bottom: 35px !important;
	}
}

*{
	word-break: normal;
}