.is-style-design01 {
  font-size: 24px;
  position: relative;
  text-align: center;
  font-weight: bold;
  margin-bottom: 3rem !important;
  margin-top: 3rem !important;
}
.sort-table-txt {
  margin-bottom: 20px;
}

/*キーワード検索*/
.sort-table-search-area {
  padding: 18px 30px;
  margin-bottom: 30px;
  border: 3px solid #eaeaea;
  border-radius: 6px;
  max-width: 100%;
}
.input-wrapper {
  position: relative;
  line-height: 14px;
  margin: 0 8px 8px 0;
  display: inline-block;
  max-width: 100%;
}
.input-wrapper input {
  width: 214px;
  font-size: 16px;
  outline: none;
  border: 2px solid #ccc;
  padding: 8px 10px;
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  position: relative;
}
.input-wrapper + label {
  display: inline-block;
  position: relative;
  top: 3px;
}

.attention-block {
  text-align: left;
  float: right;
  margin-bottom: 10px;
}
.attention {
  font-size: 1.4rem;
}

/*一覧*/
.is-full {
  width: 100%;
}
.sort {
  user-select: none;
  cursor: pointer;
}
.table thead th {
  text-align: center;
  font-weight: 400;
  background: #f2f2f2;
  white-space: normal;
}
.table th, .table td {
  padding: 10px 10px;
  line-height: 20px;
  border: 2px solid #eaeaea;
}
.has-text-centered {
  text-align: center;
}

/*ソートアイコン*/
.sort-icon {
  display: inline-block;
  padding-left: 4px;
  vertical-align: middle;
}
.sort-icon:before, .sort-icon:after {
  display: block;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.sort-icon:before {
  border-bottom: 5px solid #444;
  margin-bottom: 2px;
}
.sort-icon:after {
  border-top: 5px solid #444;
  margin-top: 2px;
}


@media screen and (max-width: 575.98px) {
  .attention-block {
    float: none;
  }
  /*一覧*/
  .table th, .table td {
    padding: 2px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}