/*------------------------
  Price
------------------------*/
.fee-sect .content-title {
  margin-bottom: 3.333vw;
}
.fee-sect .fee-item {
  align-items: center;
  margin-top: 1.25vw;
}
.fee-sect .fee-item.total {
  border-top: 1px dashed #28292B;
  padding-top: 1.25vw;
}
.fee-sect .fee-item.total .fee-row {
  background-color: rgba(255, 168, 34, 0.1);
}
.fee-sect .fee-item.total .fee-row::before {
  background-color: rgba(255, 168, 34, 0.2);
}
.fee-sect .fee-item.total .fee-row .col2:nth-child(1) {
  color: #28292B;
}
.fee-sect .fee-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #FFA822;
  border-radius: 6px;
  border-radius: 0.5vw;
  min-height: 80px;
  min-height: 6.667vw;
  background-color: #FFA822;
  overflow: hidden;
  position: relative;
}
.fee-sect .fee-row::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 50%;
  height: 100%;
  background-color: #FFF;
  right: 0;
  top: 0;
}
.fee-sect .fee-row .col2 {
  padding: 1.25vw 2.5vw;
  font-weight: 700;
}
.fee-sect .fee-row .col2:nth-child(1) {
  font-size: 18px;
  font-size: 1.5vw;
  color: #FFF;
}
.fee-sect .fee-row .col2:nth-child(2) {
  position: relative;
  font-size: 20px;
  font-size: 1.667vw;
  text-align: right;
}
.fee-sect .fee-row .col2:nth-child(2) small {
  display: block;
  font-size: 14px;
  font-size: 1.167vw;
  font-weight: 400;
}
.fee-sect .fee-desc {
  padding-left: 2.5vw;
}
.fee-sect .fee-wrap,
.fee-sect .fee-info {
  margin-top: 50px;
  margin-top: 4.167vw;
}
.fee-sect .fee-info p {
  padding-left: 2.5vw;
  color: #67696C;
}
.fee-sect .info-list li {
  margin: 3px 0 3px 30px;
  padding-left: 30px;
  margin: 0.25vw 0;
  padding-left: 2.5vw;
  position: relative;
}
.fee-sect .info-list li::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  left: 0;
  top: 4px;
  top: 0.333vw;
  width: 1.667vw;
  height: 1.667vw;
  background: url(../images/common/icon-info.svg) no-repeat center/100% auto;
}
.fee-sect .example-row {
  align-items: center;
  justify-content: center;
  margin-bottom: 3.333vw;
}
.fee-sect .example-row .example {
  width: 66.67%;
  justify-content: space-between;
}
.fee-sect .example-row .example .col3 {
  width: calc(33.33% - 0.883vw);
  text-align: center;
  background-color: rgba(255, 168, 34, 0.1);
  border-radius: 0.5vw;
  padding: 1.25vw;
}
.fee-sect .example-row .example .col3 span {
  display: block;
  font-size: 18px;
  font-size: 1.5vw;
  font-weight: 700;
}
.fee-sect .example-row .example-text {
  padding-left: 1.25vw;
}
.fee-sect .flow-wrap {
  position: relative;
}
.fee-sect .flow-wrap::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  background-color: #F0F0F0;
  width: 4px;
  width: 0.333vw;
  height: 100%;
  left: 0;
  top: 0;
}
.fee-sect .flow-wrap + ul.info-list {
  margin-top: 3.333vw;
}
.fee-sect .flow-wrap .indent-box {
  padding-left: 1.25vw;
}
.fee-sect .flow-wrap .indent-box + .dot-title {
  margin-top: 50px;
  margin-top: 4.167vw;
}
.fee-sect .flow-wrap .flow-item {
  align-items: center;
  margin-top: 3px;
  margin-top: 0.25vw;
}
.fee-sect .flow-wrap .flow-item.total {
  font-weight: 700;
}
.fee-sect .flow-wrap .flow-item.total .flow-row .col2:nth-child(1) {
  background-color: #FFA822;
  color: #FFF;
}
.fee-sect .flow-wrap .flow-item + ul.info-list {
  margin-top: 0.833vw;
}
.fee-sect .flow-wrap .flow-row {
  display: flex;
  flex-wrap: wrap;
}
.fee-sect .flow-wrap .flow-row .col2 {
  padding: 1.25vw 2.5vw;
}
.fee-sect .flow-wrap .flow-row .col2:nth-child(1) {
  background-color: #F0F0F0;
  border-radius: 3px;
  border-radius: 0.25vw;
}
.fee-sect .flow-wrap .flow-row .col2:nth-child(2) {
  text-align: right;
}
.fee-sect .flow-wrap .flow-desc {
  padding: 1.25vw 2.5vw;
}
.fee-sect .flow-wrap .flow-desc p {
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
}
.fee-sect .flow-wrap .flow-desc p a {
  text-decoration: underline;
}

@media screen and (min-width: 1366px) {
  .fee-sect .content-title {
    margin-bottom: 40px;
  }
  .fee-sect .fee-item {
    margin-top: 15px;
    min-height: 80px;
  }
  .fee-sect .fee-item.total {
    padding-top: 15px;
  }
  .fee-sect .fee-row {
    border-radius: 6px;
  }
  .fee-sect .fee-row .col2 {
    padding: 15px 30px;
  }
  .fee-sect .fee-row .col2:nth-child(1) {
    font-size: 18px;
  }
  .fee-sect .fee-row .col2:nth-child(2) {
    font-size: 20px;
  }
  .fee-sect .fee-row .col2:nth-child(2) small {
    font-size: 14px;
  }
  .fee-sect .fee-desc {
    padding-left: 30px;
  }
  .fee-sect .fee-wrap,
  .fee-sect .fee-info {
    margin-top: 50px;
  }
  .fee-sect .fee-info p {
    padding-left: 30px;
  }
  .fee-sect .info-list li {
    margin: 3px 0;
    padding-left: 30px;
  }
  .fee-sect .info-list li::before {
    top: 4px;
    width: 20px;
    height: 20px;
  }
  .fee-sect .example-row {
    margin-bottom: 40px;
  }
  .fee-sect .example-row .example .col3 {
    width: calc(33.33% - 10px);
    border-radius: 6px;
    padding: 15px;
  }
  .fee-sect .example-row .example .col3 span {
    font-size: 18px;
  }
  .fee-sect .example-row .example-text {
    padding-left: 15px;
  }
  .fee-sect .flow-wrap::before {
    width: 4px;
  }
  .fee-sect .flow-wrap + ul.info-list {
    margin-top: 40px;
  }
  .fee-sect .flow-wrap .indent-box {
    padding-left: 15px;
  }
  .fee-sect .flow-wrap .indent-box + .dot-title {
    margin-top: 50px;
  }
  .fee-sect .flow-wrap .flow-item {
    margin-top: 3px;
  }
  .fee-sect .flow-wrap .flow-item + ul.info-list {
    margin-top: 10px;
  }
  .fee-sect .flow-wrap .flow-row .col2 {
    padding: 15px 30px;
  }
  .fee-sect .flow-wrap .flow-row .col2:nth-child(1) {
    border-radius: 3px;
  }
  .fee-sect .flow-wrap .flow-desc {
    padding: 15px 30px;
  }
}
@media screen and (max-width: 768px) {
  .fee-sect .content-title {
    margin-bottom: 30px;
  }
  .fee-sect .fee-item {
    margin-top: 25px;
  }
  .fee-sect .fee-item.total {
    padding-top: 20px;
  }
  .fee-sect .fee-row {
    border-radius: 6px;
    min-height: 80px;
  }
  .fee-sect .fee-row .col2 {
    width: 50%;
    padding: 15px;
    font-weight: 700;
  }
  .fee-sect .fee-row .col2:nth-child(1) {
    font-size: 16px;
  }
  .fee-sect .fee-row .col2:nth-child(2) {
    font-size: 18px;
  }
  .fee-sect .fee-row .col2:nth-child(2) small {
    font-size: 13px;
  }
  .fee-sect .fee-desc {
    padding: 5px 0 0;
  }
  .fee-sect .fee-desc p {
    line-height: 1.6;
    font-size: 14px;
  }
  .fee-sect .fee-wrap,
  .fee-sect .fee-info {
    margin-top: 50px;
  }
  .fee-sect .fee-info p {
    padding-left: 20px;
  }
  .fee-sect .info-list {
    font-size: 14px;
  }
  .fee-sect .info-list li {
    margin: 3px 0;
    padding-left: 20px;
  }
  .fee-sect .info-list li::before {
    width: 16px;
    height: 16px;
    top: 5px;
  }
  .fee-sect .info-list + p {
    font-size: 14px;
  }
  .fee-sect .example-row {
    margin-bottom: 40px;
  }
  .fee-sect .example-row .example {
    width: 100%;
    justify-content: space-between;
  }
  .fee-sect .example-row .example .col3 {
    width: calc(33.33% - 5px);
    border-radius: 6px;
    padding: 15px 10px;
  }
  .fee-sect .example-row .example .col3 span {
    font-size: 16px;
  }
  .fee-sect .example-row .example-text {
    width: 100%;
    padding: 10px 0 0;
    text-align: center;
  }
  .fee-sect .flow-wrap::before {
    width: 4px;
  }
  .fee-sect .flow-wrap + ul.info-list {
    margin-top: 40px;
  }
  .fee-sect .flow-wrap .indent-box {
    padding-left: 15px;
  }
  .fee-sect .flow-wrap .indent-box + .dot-title {
    margin-top: 50px;
  }
  .fee-sect .flow-wrap .flow-item {
    align-items: center;
    margin-top: 3px;
  }
  .fee-sect .flow-wrap .flow-item.total .flow-row {
    margin-top: 15px;
  }
  .fee-sect .flow-wrap .flow-item + ul.info-list {
    margin-top: 0.833vw;
  }
  .fee-sect .flow-wrap .flow-row .col2 {
    width: 50%;
    padding: 10px;
  }
  .fee-sect .flow-wrap .flow-row .col2:nth-child(1) {
    background-color: #F0F0F0;
    border-radius: 3px;
  }
  .fee-sect .flow-wrap .flow-row .col2:nth-child(2) {
    text-align: right;
  }
  .fee-sect .flow-wrap .flow-desc {
    width: 100%;
    padding: 0 0 15px 10px;
  }
  .fee-sect .flow-wrap .flow-desc p {
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
  }
  .fee-sect .flow-wrap .flow-desc p a {
    text-decoration: underline;
  }
}