/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.fee {
  padding: 100px 0;
}
@media print, screen and (max-width:1026px) {
  .fee {
    padding: 80px 0;
  }
}
@media print, screen and (max-width:768px) {
  .fee {
    padding: 3rem 0;
  }
}
.fee .txt01s {
  font-size: clamp(17px, 2vw, 24px);
  font-weight: 500;
  color: #004098;
  margin: 0 0 20px;
}
.fee .txt02 {
  font-size: clamp(16px, 1.75vw, 21px);
  font-weight: 500;
  margin: 0 0 15px;
}
.fee .f_block {
  margin: 0 0 80px;
}
@media print, screen and (max-width:768px) {
  .fee .f_block {
    margin: 0 0 40px;
  }
}
.fee table.fee_table {
  width: 100%;
}
@media print, screen and (max-width:768px) {
  .fee table.fee_table {
    font-size: 80%;
  }
}
.fee table.fee_table th, .fee table.fee_table td {
  border-color: #004098;
}
.fee table.fee_table th {
  text-align: left;
}
.fee table.fee_table td {
  text-align: right;
}
.fee table.fee_table .colorTD {
  background: #f9d3dd;
  text-align: left;
  font-size: 108%;
  font-weight: 600;
}
.fee table.fee_table .colorTD._r {
  text-align: right;
}
.fee table.fee_table .colorTH {
  background: #698fc2;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .fee table.fee_table .p-table1__col1 {
    width: 25%;
  }
}
.fee .txtRed {
  font-size: 108%;
  font-weight: 500;
  color: #ff3000;
}
@media print, screen and (max-width:768px) {
  .fee .txtRed {
    display: block;
  }
}