/*
Theme Name:onepress_child
Template:onepress
Version: 2.2.5
*/

/*------------------------------
	2.6 Table
------------------------------*/
table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #e9e9e9;
  border-collapse: collapse;
  border-spacing: 0;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border: 1px solid #e9e9e9;
  line-height: 1.42857;
  padding: 5px;
  vertical-align: middle;
}

table > thead > tr > th, table > thead > tr > td {
  border-bottom-width: 2px;
}

table th {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #9ec34b;
  color: #ffffff;
}

/* 追加CSS　*/
.btn-border {
    display: inline-block;
    max-width: 180px;
    text-align: left;
    border: 2px solid #9ec34b;
    font-size: 16px;
    color: #9ec34b;
    text-decoration: none;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 4px;
    transition: .4s;
  }
  
  .btn-border:hover {
    background-color: #9ec34b;
    border-color: #cbe585;
    color: #FFF;
  }
  
  .btn-table {
    display: inline-block;
    max-width: 220px;
    text-align: center;
    border: 2px solid #9ec34b;
    font-size: 16px;
    color: #9ec34b;
    text-decoration: none;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 4px;
    transition: .4s;
  }

  .tbl-r05 th {
    text-align: center;
  }

  .tbl-r05 .k-button2 {
    text-align: right;
  }
  .btn-table:hover {
    background-color: #9ec34b;
    border-color: #cbe585;
    color: #FFF;
  }
  @media screen and (min-width: 800px) {
    .tbl-r05 td{
      max-width: 150px;
    }
 }
  @media screen and (max-width: 768px) {
    .tbl-r05 {
      width: 100%;
    }
    .tbl-r05 .thead {
      display: none;
    }
    .tbl-r05 tr {
      width: 100%;
    }
    .tbl-r05 .k-button0 {
      display: block;
      text-align: right;
      width: 100%;
    }
	.tbl-r05 .k-button2 {
      display: block;
      text-align: right;
      width: 100%;
    }
    .tbl-r05 .k-button1{
      display: block;
      text-align: center;
      width: 100%;
      height: 56px;
    }
    .tbl-r05 td:first-child {
      background: #9ec34b;
      color: #fff;
      font-weight: bold;
      text-align: center;
    }
    .tbl-r05 td:before {
      content: attr(data-label);
      float: left;
      font-weight: bold;
      margin-right: 10px;
    }
    .btn-table {
      display: inline-block;
      width: 220px;
      text-align: center;
      border: 2px solid #9ec34b;
      font-size: 16px;
      color: #9ec34b;
      text-decoration: none;
      font-weight: bold;
      padding: 8px 16px;
      border-radius: 4px;
      transition: .4s;
    }
  }
