@charset "UTF-8";
/* CSS Document */
#floating-button {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9998;
  width:95%;
  max-width: 890px;
}
#floating-button a {
  display: block;
  background-color: rgba(220,28,38,0.8);
  border: none;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.5;
  border-radius: 5px;
}
#floating-button .ttl{
  font-size: 24px;
}

/* SP_table ================================================================================ */
@media only screen and (max-width: 767px){
.tableStyleWrap .rowBdNone th {
    width: 35%;
}
.tableStyleWrap .rowBdNone th, .tableStyleWrap .rowBdNone td {
    word-break: break-word;
}
}