.tax_accountant_list_main {
  height: 236px !important;
}

#main_title {
  position: relative;
  width: 1024px;
  margin: 0 auto;
  height: 176px;
  background: url(/pc/assets/img/main_tax_accountant_list.jpg) top left no-repeat;
  box-shadow: inset 0 3px 3px -2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 3px 3px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 3px -2px rgba(0, 0, 0, 0.2);
}

.list_title {
  padding: 34px 0 0;
}
.detail_title {
  padding: 60px 0 0;
}
.tax_accountant_list_main .detail_title h1{
  font-size: 38px;
}

#tax_accountant_list h2 span {
  font-size: 33px;
  margin-right: 4px;
}

.tax_accountant_list_main span {
  font-size: 24px;
}

.tax_accountant_list_main h1 {
  font-size: 32px;
}

#tax_accountant_list .area_list {
  padding-top: 7px;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}

#tax_accountant_list .area_item {
  border-radius: 4px;
  background-color: #e2efff;
  margin-right: 6px;
  margin-bottom: 10px;
  padding: 0 11px;
  line-height: 34px;
}

#tax_accountant_list .area_item a {
  color: initial;
}

#tax_accountant_list .area_item.active {
  background-color: #00428c;
  color: #fff;
}

#tax_accountant_list .area_item.active a {
  color: #fff;
  pointer-events: none;
  text-decoration: none;
}

#tax_accountant_list .area_item.disable {
  opacity: 0.5;
}

#tax_accountant_list .area_item.disable a {
  color: #c0c0c0;
  pointer-events: none;
}

.tax_accountant_item {
  border: solid 1px #00428c;
  border-radius: 4px;
  margin-bottom: 20px;
}

.tax_accountant_head_wrap {
  background-color: #00428c;
  border-radius: 2px 2px 0px 0px;
  padding: 10px;
}

.tax_accountant_head {
  border-radius: 4px;
  background-color: #ffffff;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}

.tax_accountant_img {
  line-height: 0;
  margin-right: 15px;
  width: 120px;
  height: 140px;
  background-color: #ddd;
}

.tax_accountant_img img {
  width: 120px;
  height: 140px;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

.tax_accountant_info {
  width: 710px;
  border-collapse: collapse
}

.tax_accountant_detail_info {
  width: 434px;
  border-collapse: collapse
}

.tax_accountant_info tr {
  border-bottom: 1px solid #ddd;
}

.tax_accountant_detail_info tr {
  border-bottom: 1px solid #ddd;
}

.tax_accountant_info tr:last-child {
  border-bottom: none;
}

.tax_accountant_detail_info tr:last-child {
  border-bottom: none;
}

.tax_accountant_info th {
  text-align: right;
  color: #00428c;
  font-size: 0.8rem;
  font-weight: 600;
  width: 20%;
  padding: 8px;
  vertical-align: top;
}

.tax_accountant_detail_info th {
  text-align: right;
  color: #00428c;
  font-size: 0.8rem;
  font-weight: 600;
  width: 25%;
  padding: 8px;
  vertical-align: top;
}

.tax_accountant_info td {
  padding: 8px;
}

.tax_accountant_detail_info td {
  padding: 8px;
}

.tax_accountant_body {
  padding: 20px;
}

.tax_accountant_catchCopy {
  font-weight: 600;
  line-height: 1.7;
  padding-bottom: 10px;
}

.tax_accountant_introduction {
  line-height: 1.7;
  padding-bottom: 20px;
}

.tax_accountant_salesPoint {
  border-radius: 4px;
  background-color: #f0f4fb;
  padding: 15px 20px;
}

.tax_accountant_salesPoint_ttl {
  color: #0050aa;
  line-height: 2;
  padding-bottom: 5px;
}

.tax_accountant_salesPoint_txt {
  line-height: 1.7;
}

.tax_accountant_pagenation {
  margin: 40px 0;
}

.tax_accountant_pagenation ul {
  display: flex;
}

.tax_accountant_pagenation a {
  display: inline-block;
  width: 14px;
  margin: 2px;
  padding: 7px;
  border: 1px solid #ddd;
  background-color: #f7f7f7;
  text-decoration: none;
  text-align: center;
  line-height: 16px;
}

.tax_accountant_pagenation a:hover,
.tax_accountant_pagenation .active a {
  color: #fff;
  border-color: #00428c;
  background-color: #00428c;
}

.tax_accountant_pagenation .disabled a {
  border: 1px solid #fff;
  background-color: initial;
}

.tax_accountant_pagenation .disabled a:hover {
  color: #00428c;
  border-color: #fff;
  background-color: initial;
}

.prev_next_link {
  display: flex;
  justify-content: space-between;
}

.back_link {
  text-align: center;
}

#taxonomy_group {
  padding-bottom: 0;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}

.taxonomy_item {
  background: #edf2f8;
  padding: 3px 10px 2px;
  border-radius: 4px;
  margin: 0 8px 8px 0;
  font-size: 0.7rem;
  font-weight: 500;
  color: #0068b7;
}

#taxonomy_group .taxonomy_item.active {
  background-color: #00428c;
  color: #fff;
  padding: 3px 7px;
  border-radius: 4px;
  margin: 0 8px 8px 0;
  font-size: 0.7rem;
  font-weight: 500;
  text-decoration: none;
}

.tax_accountant_list_main .lead {
  color: #0050aa;
  font-size: 16px;
}
