@charset "utf-8";

/* ------------------------------------------- */
/* edit-area.fees */
/* ------------------------------------------- */
.edit-area.fees{
}

.edit-area.fees .tax{
  margin-bottom: 15px;
  font-size: 1.4rem;
  text-align: right;
  line-height: 100%;
}
@media screen and (max-width: 767px){
  .edit-area.fees .tax{
    font-size: 1rem;
  }
}

.edit-area.fees .large-title{
  margin-bottom: 70px;
  font-size: 2.6rem;
  font-weight: normal;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px){
  .edit-area.fees .large-title{
    margin-bottom: 30px;
    font-size: 2rem;
  }
}


.edit-area.fees .child-box{
  margin-bottom: 80px;
}
@media screen and (max-width: 767px){
  .edit-area.fees .child-box{
    margin-bottom: 40px;
  }
}

.edit-area.fees .middle-title{
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: normal;
}
@media screen and (max-width: 767px){
  .edit-area.fees .middle-title{
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}

.edit-area.fees .description-box{
  margin-bottom: 20px;
}
@media screen and (max-width: 767px){
  .edit-area.fees .description-box{
    margin-bottom: 10px;
  }
}
.edit-area.fees .description-box p{
  line-height: 200%;
}
@media screen and (max-width: 767px){
  .edit-area.fees .description-box p{
    line-height: 160%;
  }
}

.edit-area.fees .notes-list{
  margin-top: 10px;
}
.edit-area.fees .notes-list li{
  text-indent: -1.4rem;
  margin-left: 1.4rem;
  font-size: 1.4rem;
  line-height: 160%;
}
@media screen and (max-width: 767px){
  .edit-area.fees .notes-list li{
    text-indent: -1.2rem;
    margin-left: 1.2rem;
    font-size: 1.2rem;
  }
}

.edit-area.fees .cost-table{
  width: 100%;
}
.edit-area.fees .cost-table tr{
}
.edit-area.fees .cost-table th,
.edit-area.fees .cost-table td{
  padding: 30px 14px;
  font-size: 1.4rem;
  line-height: 190%;
  border: 1px solid #DADADA;
  box-sizing: border-box;
}
.edit-area.fees .cost-table td{
  padding: 30px 28px;
}

@media screen and (max-width: 767px){
  .edit-area.fees .cost-table th,
  .edit-area.fees .cost-table td{
    display: block;
    padding: 10px;
    width: 100%;
  }
}

.edit-area.fees .cost-table th{
  width: 340px;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  background: #EDF3F9;
}
@media screen and (max-width: 767px){
  .edit-area.fees .cost-table th{
    width: 100%;
    border-bottom: 0;
  }
  .edit-area.fees .cost-table td{
    margin-bottom: 10px;
  }
}













