@charset "utf-8";

/*-------------------------------
	customer-harassment
-------------------------------*/

.block:not(:last-of-type) {
	margin-bottom: 90px;
}

.block_child {
	max-width: 1096px;
	margin: 0 0 0 auto;
}

.ch_definition {
	background: rgba(12, 86, 160, 0.08);
	padding: 30px 40px;
	margin: 30px 0;
	border-left: 4px solid #005cac;
}

.ch_definition p {
	font-weight: 500;
	margin-bottom: 0;
}

.ch_note {
	font-size: 1.4rem;
	color: #666;
}

.ch_notice {
	font-size: 1.4rem;
	color: #666;
	margin-bottom: 20px;
}

.ch_table_wrap {
	overflow-x: auto;
	margin-top: 20px;
}

.ch_table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
}

.ch_table th,
.ch_table td {
	border: 1px solid #ccc;
	padding: 15px 20px;
	font-size: 1.5rem;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	vertical-align: middle;
}

.ch_table th {
	background: rgba(12, 86, 160, 0.08);
	font-weight: bold;
	text-align: left;
	width: 180px;
	white-space: nowrap;
}

.ch_table td {
	background: #fff;
}

.ch_signature {
	text-align: right;
	font-weight: bold;
	margin-top: 60px;
}

/*-------------------------------
	SP専用
-------------------------------*/
@media screen and (max-width:768px) {

	.block_child {
		max-width: 100%;
	}

	.block:not(:last-of-type) {
		margin-bottom: 12vw;
	}

	.ch_definition {
		padding: 5vw;
		margin: 5vw 0;
	}

	.ch_definition p {
		font-size: 2.8rem;
	}

	.ch_note {
		font-size: 2.4rem;
	}

	.ch_notice {
		font-size: 2.4rem;
	}

	.ch_table_wrap {
		margin-top: 4vw;
	}

	.ch_table th,
	.ch_table td {
		font-size: 2.4rem;
		padding: 3vw;
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	.ch_table th {
		width: 100%;
	}

	.ch_table th br.pc_only {
		display: none;
	}

	.ch_table tr {
		display: block;
		margin-bottom: 0;
	}

	.ch_table tbody {
		display: block;
	}

	.ch_signature {
		font-size: 2.8rem;
		margin-top: 10vw;
	}

}
