/*==================================================================================================================*/
/*カスタムブロック＞絞込ヘッダ*/
/*カスタムブロック＞絞込フッタ*/
/*---------------------------------------------------------*/
/*ブロック全体*/
#wvr48jtl0dhq1g9jwdtx .entry_post > div,
#juxmu68q621ffpznmp5s .entry_post > div {
  font-size: 16px;
}
/*SP*/
#wvr48jtl0dhq1g9jwdtx .entry_post.sp > div,
#juxmu68q621ffpznmp5s .entry_post.sp > div {
  margin-right: 0;
  margin-left: 0;
  font-size: 14px;
}

/*input text*/
/*select*/
#custom_head table tr td input[type="text"],
#custom_foot table tr td input[type="text"],
#custom_head table tr td select,
#custom_foot table tr td select {
  box-sizing: border-box;
  margin: 0;
  padding: 5px;
  width: 100%;
  vertical-align: middle;
  font-size: 14px;
}
/*SP*/
.sp #custom_head table tr td input[type="text"],
.sp #custom_foot table tr td input[type="text"],
.sp #custom_head table tr td select,
.sp #custom_foot table tr td select {
  padding: 5px;
  font-size: 16px;
}

/*table*/
#custom_head table,
#custom_foot table {
  width: 100%;
  table-layout: fixed;
}
/*SP*/
.sp #custom_head table,
.sp #custom_foot table {
  margin: 0 0 40px 0;
}

/*table cell*/
#custom_head table tr th,
#custom_foot table tr th,
#custom_head table tr td,
#custom_foot table tr td {
  padding: 5px;
  vertical-align: middle;
  text-align: center;
  line-height: 1.7;
}

/*table th*/
#custom_head table tr th,
#custom_foot table tr th {
  border: 1px solid #777777;
  background-color: #f0f0f0;
}
/*SP*/
.sp #custom_head table tr th,
.sp #custom_foot table tr th {
  width: 80px;
}

/*table td*/
#custom_head table tr td,
#custom_foot table tr td {
  border: 1px solid #777777;
  background-color: #ffffff;
}

/*五十音順*/
/*検索*/
#custom_head table tr th:nth-of-type(5),
#custom_foot table tr th:nth-of-type(5) {
  box-sizing: border-box;
  width: 90px;
}

/*検索*/
#custom_head table tr .search_btn,
#custom_foot table tr .search_btn {
  box-sizing: border-box;
  padding: 0;
  width: 90px;
  background-color: #ffffff;
  color: #4dae38;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
}
#custom_head table tr .search_btn:hover,
#custom_foot table tr .search_btn:hover {
  background-color: #4dae38;
  color: #ffffff;
}

/*==================================================================================================================*/
