.box02{
        border: 1px solid #c7c7c7;
}


/* table幅の指定・隣接するセルのボーダーを重ねて表示 */
.style {
        width: 683px;
        border-collapse: collapse;
}


/* thの指定 */
.box02 table.style th {
        font-weight: bolder;
        background-color: #eaeae9;
        text-align: left;
        padding: 16px;
}


/* tr tdの指定 */
.box02 table.style tr td {
        width: 480px;
        text-align: left;
        padding: 16px;
}


.pdf_btn {
  display: block;
  text-align: center;
  width: 300px;
  border: 2px solid #e73462;
  font-size: 16px;
  letter-spacing: 1px;
  color: #e73462;
  text-decoration: none;
  font-weight: bold;
  padding: 25px 10px;
  border-radius: 4px;
  transition: .4s;
}

.pdf_btn:hover {
  background-color: #e73462;
  border-color: #e73462;
  color: #FFF;
}
