@charset "UTF-8";
.c-section-box.-fee-revision {
  margin-bottom: 80px;
}
.c-table-scroll .c-basic-table.-w600 {
  width: 600px;
}
.c-basic-table tr th.-w8per,
.c-basic-table tr td.-w8per {
  width: 8%;
}
.c-basic-table tr th.-w30per,
.c-basic-table tr td.-w30per {
  width: 30%;
}
.c-basic-table tr .border-left {
  border-left: 1px solid #D7E0E9;
}
.c-basic-table tr .-narrow {
  padding: 20px 8px;
}
.c-basic-table tr.bg-white th,
.c-basic-table tr.bg-white td{
  color: #333;
  background-color: #fff;
}
.c-basic-table tr.bg-pale-orange th,
.c-basic-table tr.bg-pale-orange td{
  color: #333;
  background-color: #fef2eb;
}
.c-list.-order-list {
  counter-reset: item;
}
.c-list.-order-list > li {
  margin-left: 1.2em;
  text-indent: -1.2em;
}
.c-list.-order-list > li::before {
  top: 0;
  left: 1.2em;
  counter-increment: item;
  content: counter(item)'.';
  margin-right: 1.2em;
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
}
.c-table-scroll.-before-revision {
  margin-top: 48px;
}
.c-fee-revision-tel {
  display: flex;
  align-items: center; 
}
.c-fee-revision-tel > a {
  padding: 0 0 4px .5em;
  font-size: 3.2rem;
  font-weight: bold;
  color: #0E338C;
}
@media screen and (min-width: 670px) {
  .c-fee-revision-tel > a {
    pointer-events: none;
  }
}
.c-table-scroll.-merge tbody tr:first-of-type td:first-of-type {
	border-bottom: none;
}
.c-table-scroll.-merge tbody tr:nth-of-type(2) td:nth-of-type(2) {
	border-top: 1px solid #D7E0E9;
}
.c-table-scroll.-merge + .c-attention-list {
	margin-bottom: 20px;
}