@charset "UTF-8";

.fluctuation {
  text-align: center;
  margin: 30px 0;
  line-height: 2;
}

.fluctuation br {
  display: none;
}

.explanation {
  text-align: center;
  margin: 30px 0;
  line-height: 2;
}

.explanation a {
  color: #E63383;
}

.explanation span {
  font-size: 20px;
  padding: 0 16px;
  color: #F9D76A;
  text-shadow: 1px 1px 1px #777777;
}

.fee-card {
  display: grid;
  gap: 20px;
  border: 1px #fff solid;
  padding: 20px;
  margin: 30px 0;
}

.fee-card h3 {
  text-align: center;
}

.fee-card img {
  width: 238px;
  margin: auto;
}

.fee-content {
  display: flex;
  gap: 68px;
  justify-content: center;
}

.fee-content P {
  font-size: 16px;
}

.kinds {
  width: 100px;
  padding-left: 12px;
}

.amount {
  width: 132px;
  text-align: start;
  border-left: 1px #fff solid;
  padding-left: 20px;
}

.fee-card__wrap {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.fee-card h4 {
  text-align: center;
}

.first {
  border-top: 1px #fff solid;
  padding-top: 20px;
}

@media screen and (min-width:375px) and (max-width:430px) {
  .fluctuation br {
    display: block;
  }
  
  .fee-card__wrap {
    display: block;
  }

  .explanation {
    padding: 0 20px;
  }

  .fee-content {
    gap: 20px;
  }

  .fee-card {
    width: 80%;
    margin: 40px auto;
  }
}

@media screen and (min-width:768px) and (max-width:960px)  {
  .fee-card__wrap {
    display: block;
  }

  .fee-card {
    width: 70%;
    margin: 50px auto;
  }
}