p {
  font-weight: bold;
  margin: 60px auto 40px;
}
table {
  margin: 0px auto;
  font-size: 12px;
  width: 100%;
  border-bottom: 1px solid #333333;
}

.tbl-r02 tr {
  border-top: 1px solid #333333;
    display: table;
    width: 100%;
    min-height: 50px;
    padding-top: 5%;
    text-align: left;
}

.tbl-r02 th {
  border-top: 1px solid #333333;
  padding: 20px;
  font-weight: bold;
  width: 30%;
}
.tbl-r02 td {
　 border-top: 1px solid #333333;
  padding: 20px;
}

.post_title3 {
    /* font-family: Maison Neue Book,Helvetica,Arial,sans-serif; */
    /* font-family: YuMincho,Yu Mincho,Hiragino Mincho ProN,NotoSerifSubset,serif; */
    font-size: 120% !important;
    text-align: left;
    color: #222222;
    letter-spacing: .4em;
    padding-top: 5%;
    margin-bottom: 5%;
    font-weight: 600 !important;
    padding-left: 2%;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-top: 1px solid #333333;
    width: 100%;
  }
  .tbl-r02 {
    width: 90%;
    text-align: left;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    width: 50%;
    text-align: left;
  }
}