body {
  margin: 0;
  font-family: "HiraginoSans-W3", sans-serif !important;
  background: rgb(255, 255, 255);
  font-size: 16px;
}
body button, body a, body input[type=submit], body input[type=button], body select {
  cursor: pointer;
}
body button, body a, body input, body select {
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
}
body button:focus, body a:focus, body input:focus, body select:focus {
  outline: none;
  border: none;
  text-decoration: none;
  color: currentColor;
}
body button:hover, body a:hover, body input:hover, body select:hover {
  outline: none;
  border: none;
  text-decoration: none;
  color: currentColor;
}
body img {
  width: 100%;
  height: auto;
}
body select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
body select::-ms-expand {
  display: none;
}
body.payoff-page {
  background: white;
}

#wrapper_in {
  max-width: 767px;
  margin: auto;
  letter-spacing: 1px;
}

body {
  margin: 0;
  background: #ffffff;
  font-family: "HiraginoSans-W3", sans-serif !important;
}

#wrapper_in {
  max-width: 767px;
  margin: auto;
}
#wrapper_in .screen-title {
  font-size: 16px;
  text-align: center;
  background: #CCAC5C;
  padding: 20px;
  color: white;
  width: 100%;
  font-family: "HiraginoSans-W6", sans-serif !important;
}
#wrapper_in #fee-screen {
  letter-spacing: 1px;
  background-image: url("../img/header-point-bg.png");
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #231815;
  background-position: top center;
  padding-top: 30px;
}
#wrapper_in #fee-screen .screen-title {
  font-size: 16px;
  padding: 20px;
  text-align: center;
  background: #f5f5f5;
  color: #eb4f83;
  font-family: "HiraginoSans-W6", sans-serif !important;
}
#wrapper_in #fee-screen .fee-list .item-title {
  margin-bottom: 0;
  letter-spacing: 0;
  font-size: 15px;
  font-weight: bold;
  padding: 20px 15px;
  border-bottom: 2px solid #4A454E;
  color: #FFFFFF;
}
#wrapper_in #fee-screen .fee-list-item {
  width: 100%;
  color: rgb(255, 255, 255);
  font-size: 14px;
  padding: 15px 20px;
  background: #3E3A39;
  border-bottom: 2px solid #4A454E;
}
#fee-screen .item-title {
  display: flex;
  align-items: center;     
  gap: 8px;              
}
#fee-screen .item-title img {
  width: 25px;
  height: 25px;          
  object-fit: contain;  
}
/*# sourceMappingURL=feePage.css.map */
