
.table-def {
  width: 100%;
  background: #fff;
}

.table-def th {
  text-align: left;

  color: #444;
  padding: 12px 16px;
  width: 25%;
  background: #f7f7f7;
  border: solid 1px #d7d7d7;
}

.table-def td {
  padding: 18px 20px;

  border: solid 1px #d7d7d7;
}

@media (max-width: 500px) {
  .table-def th,
  .table-def td {
    display: block;
    width: 100%;
    border-top: none;
    box-sizing: border-box;
    padding: 6px 12px;
  }
  .table-def tr:first-child th {
    border-top: 1px solid #d7d7d7;
  }

}





.table-sepa-4 {
  width: 100%;
  background: #fff;
}

.table-sepa-4 th {
  text-align: left;

  color: #444;
  padding: 12px 16px;
  width: 25%;
  background: #f7f7f7;
  border: solid 1px #d7d7d7;
}

.table-sepa-4 td {
  padding: 18px 20px;

  border: solid 1px #d7d7d7;
}

@media (max-width: 500px) {
  .table-sepa-4 th,
  .table-sepa-4 td {
    padding: 6px 12px;
  }
}







.table-def-s {
  width: 100%;
  font-size: 14px;
}
/*è¦‹å‡ºã—æ¬„*/
.table-def-s th {
  text-align: left;

  color: #444;
  padding: 8px 10px;
  width: 30%;
  background: #f7f7f7;
  border: solid 1px #d7d7d7;
}
/*é€šå¸¸æ¬„*/
.table-def-s td {
  padding: 8px 10px;

  border: solid 1px #d7d7d7;
}

@media screen and (max-width: 600px) {
  .table-resp th {
    border-bottom: 1px solid #ddd;
    border-top: 2px solid #ddd;
  }

  .table-resp th,
  .table-resp td {
    display: block;
    width: 100%;
  }
}




@media (max-width: 500px) {
  .table-def-s th,
  .table-def-s td {
    display: block !important;
    width: 100% !important;
    border-top: none !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
  .table-def-s tr:first-child th {
    border-top: 1px solid #d7d7d7 !important;
  }


}






/*料金表*/



.price-table {
width: 100%;
  background: #fff;
}


.price-table thead th{

    padding: 20px;
    font-weight: bold;
    text-align: center;

    font-size: 15px;

    line-height: 1.4em;
    background: #f4f4f4;
    border-bottom: solid 1px #cccccc;
}

.price-table td.feature-td{


    text-align: center;
    vertical-align: middle;
    width: 22%;
    padding: 8px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .0em;
    line-height: 1.6em;

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



.price-table td.price-td{
    width: 18%;
    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;
  
}



/*med_merit_box
---------------------------------------------------------*/
.med_merit_box {
 border-bottom: solid 1px #cccccc;
  border-right: solid 1px #ddd;
}
  .med_merit_box .merit_box,
  .med_merit_box .demerit_box{

  box-sizing: border-box;
  padding: 20px;}
.med_merit_box .merit_box{
 
  background:#e9f8f9;
}
.med_merit_box .demerit_box{
background:#fceff2;
  
}

.med_merit_box ul {padding:0;margin: 0;}



.med_merit_box li{
  background-size:15px 15px;
  background-position: left 0.3em;
  background-repeat: no-repeat;
  padding-left: 0;
  margin-bottom: 5px;
  line-height: 1.6em;
  list-style: none;
}
.med_merit_box li:last-child{
  margin-bottom: 0;
}
.med_merit_box .merit_box li{
 /* background-image: url(../images/icon_merit.svg);*/
}

.med_merit_box .merit_box li:before {
    font-family: "dental";
    font-weight: 900;
    content: "\e80e";
    margin-right: 6px;
    color: #29abe2;
    display: inline-block;
    width: 1.25em;
    text-align: center;
}


.med_merit_box .demerit_box li:before {
    font-family: "dental";
    font-weight: 900;
    content: "\e811";
    margin-right: 5px;
    color: #ff7bac;
    display: inline-block;
    width: 1.25em;
    text-align: center;
}


.med_merit_box .merit_box dt{
  color:#ff7bac;
}
.med_merit_box .demerit_box dt{
  color:#29abe2;
}


@media only screen and (max-width: 767px) {
  .med_merit_box .merit_box,
  .med_merit_box .demerit_box{

  box-sizing: border-box;
  padding: 8px;}


.med_merit_box dt{
  background:#ffffff;
  padding: 12px 8px;
  line-height: 1.5em;
  font-size:115%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
  border-radius: 30px;
  letter-spacing: 0.2em;
}


.med_merit_box li{
  background-size:8px;
  background-position: left 0.3em;
  background-repeat: no-repeat;
  padding-left: 0;
  margin-bottom: 5px;
  line-height: 1.5em;
  list-style: none;
  font-size: 14px;
}

}




@media screen and (max-width: 600px) {
.table-scroll{
  overflow: auto; /*スクロールさせる*/
  white-space: nowrap; /*文字の折り返しを禁止*/
  width:100%; /*今回の設置を分かりやすくするためワザと狭い幅を指定。本来は不必要な指定です。*/
}



.price-table thead th{

    padding: 8px;
    font-weight: bold;
    text-align: center;

    font-size: 13px;

    line-height: 1.4em;
    background: #f4f4f4;
    border-bottom: solid 1px #cccccc;
}


.price-table th{

    padding: 5px;
    font-weight: normal;
    text-align: center;
    vertical-align: top;
    color: rgb(8, 32, 108);
    font-size: 13px;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.4em;
    border-bottom: solid 1px #cccccc;
}

.price-table td.feature-td{
    background: #fff;

    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{
    background: #f5f3f2;

    vertical-align: middle;
    padding: 8px;
    color: #b79647;
    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%;
}
}








