@charset "UTF-8";
.c-section-box.-settlement-fee {
  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 th.-w20per,
.c-basic-table tr td.-w20per {
  width: 20%;
}
@media screen and (max-width: 768px){
.c-basic-table tr th.-w20per,
.c-basic-table tr td.-w20per {
  width: 40%;
}	
}
.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-settlement-fee-tel {
  display: flex;
  align-items: center; 
}
.c-settlement-fee-tel > a {
  padding: 0 0 4px .5em;
  font-size: 3.2rem;
  font-weight: bold;
  color: #0E338C;
}
@media screen and (min-width: 670px) {
  .c-settlement-fee-tel > a {
    pointer-events: none;
  }
}
.c-basic-table {
    border: 1px solid #D7E0E9;
}
.-bold{
	font-weight: bold;
}
.-mt10{
	margin-top: 10px;
}
.c-basic-table.-borderNone{
	border: none;
}
.c-basic-table.-borderNone tr.bg-white th, .c-basic-table.-borderNone tr.bg-white td{
	padding: 10px 0;
}
.c-basic-table.-borderNone tr.bg-white .c-basic-table__top.-narrow{
	padding-left: 10px;
}
.c-basic-table.-borderNone tr td{
	border: none;
}