@charset "Shift_JIS";
.customTable {
  width: 100%;
  margin-top: 10px;
}
.customTable th, .customTable td {
  padding: 8px 10px;
  border: 1px solid #ccc;
  white-space: nowrap;
}
.customTable th {
  background-color: #eee;
  font-weight: bold;
}
.customTable th, .customTable td {
  padding: 8px 10px;
  border: 1px solid #ccc;
}
.customTable th:not(:last-child),
.customTable td:not(:last-child) {
  border-right: none;
}
.customTable th:not(:first-child),
.customTable td:not(:first-child) {
  border-left: none;
}
.customTable__term {
  width: 80%;
}
.customTable td.customTable__difinition {
  text-align: right;
}

.cancelFeeNotice {
	font-size: 12px;
	line-height: 15px;
  margin-top: 10px;
}
.policyList .cancelFeeNotice dt {
  margin: 0;
  padding: 0;
  background-image: none;
  border-top: none;
  font-size: 12px;
}
.policyList .cancelFeeNotice__term {
	line-height: 18px;
	font-weight: bold;
}
.policyList .cancelFeeNotice__difinision + .cancelFeeNotice__term,
.cancelNotice {
	margin-top: 10px;
	padding-top: 10px;
  border-top: 1px dashed #ccc;
}
.policyList .cancelFeeNotice__term + .cancelFeeNotice__difinision {
	margin-top: 5px;
}
.cancelFeeNotice__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cancelFeeNotice__link {
  display: inline-block;
  margin-top: 5px;
}