
/*料金表*/


.price-table {
width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
    border-top: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    background: #fff;
    margin-bottom: 30px;
}


.price-table th{
  width: 20%;
    padding: 20px;
    font-weight: normal;
    text-align: left;
    vertical-align: top;


    color: rgb(8, 32, 108);
    font-size: 120%;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.6em;

    border-bottom: solid 1px #cccccc;
}

.price-table td.price-feature{
    width: 40%;
    background: #fff;
    text-align: left;
    vertical-align: middle;
    padding: 16px;

    color: #333;
    font-size: 100%;
    font-weight: normal;
    letter-spacing: .0em;
    line-height: 1.6em;

    border-bottom: solid 1px #cccccc;
     border-left: solid 1px #ddd;
}

.price-table td.price-feature ul {

}

.price-table td.price-td{
    width: 25%;
    background: #f5f3f2;
    text-align: center;
    vertical-align: middle;


    color: #b79647;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.5;

    border-bottom: solid 1px #cccccc;
    padding: 16px 8px;
}

.price-table .tax {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-top: 4px;
  
}

@media screen and (max-width: 600px) {

.price-table th{
  width: 100%;
  display: block;
    padding: 12px;
    font-weight: normal;
    text-align: left;
    vertical-align: top;


    color: rgb(8, 32, 108);
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.6em;

    border-bottom: solid 1px #cccccc;
}

.price-table td.price-feature{
    width: 100%;
  display: block;
    background: #fff;
    text-align: left;
    vertical-align: middle;

    font-size: 14px;
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 1.2em;

    border-bottom: solid 1px #cccccc;
}

.price-table td.price-td{
    width: 100%;
  display: block;
    background: #f5f3f2;
    text-align: left;
    vertical-align: middle;
padding: 12px;

    color: #555;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 1.2em;

    border-bottom: solid 1px #cccccc;
}


.price-zei {
  display: block;
}


}















.fee-img {
  text-align: center;
}

.fee-img img {
  width: 60%;
}

.fee-table {
  font-size: 15px;

}

.fee-table th,
.fee-table td{
line-height: 1.9;
padding:16px 10px;
}


.fee-table thead {
  font-size: 15px;
  background: #f4f4f4;
}

.fee-th-01 {width: 30%}
.fee-th-02 {width: 50%}
.fee-th-03 {width: 20%}
/*.fee-th-04 {width: 26%}
.fee-th-05 {width: 26%}
.fee-th-06 {width: 8%}
.fee-th-07 {width: 8%}*/



@media screen and (max-width: 600px) {
  table.fee-table thead {
    display: none;
  }
  table.fee-table tr {
    border-bottom:8px solid #ddd;
    display: block;
  }
  table.fee-table td {
    border-bottom: 1px solid #ddd;
    display: block;
    /*text-align: right;*/
    padding:5px;
  }
  table.fee-table td:before {
    content: attr(aria-label);
    font-weight: bold;
    border-bottom:1px dotted #ccc;
    padding: 3px 5px;
    margin:-5px;
    margin-bottom:3px;
    display: block;
    background: #f4f4f4;
  }
  .fee-img img {
  width: 30%;
}
}








