@charset "utf-8";

#wrapper {
  margin-top: 52px;
}

.contents-contact {
  display: none;
}

.page-title {
  background: url("/labtama/common/img/hometown_tax/page_bg.png")no-repeat center;
  background-size: cover;
  padding: 85px 0;
  width: 95vw;
  border-radius: 0 100px 100px 0;
}

/*goal*/
.goal {
  position: relative;
  background: url("/labtama/common/img/hometown_tax/goal_bg.png")no-repeat center;
  background-size: cover;
  padding: 96px 0;
}
.goal h2 {
  color: #000;
  font-size: 3.0rem;
  font-weight: bold;
  margin-bottom: 32px;
  text-align: center;
}
.goal_ttl {
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 32px;
  text-align: center;
  line-height: 2;
}
.goal_block {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  background: #fff;
  border-radius: 100px;
}
.goal_block div {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding: 88px 0;
}
.goal_block h3 {
  position: relative;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 16px;
  padding-left: 1.5em;
}
.goal_block h3::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 5px;
  background: #5BB430;
  border-radius: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.goal_block p {
  color: #333;
  margin-bottom: 40px;
}
.goal_block img {
  display: block;
  margin: 0 auto 56px;
  /*margin-bottom: 0;*/
}

/*local*/
.local {
  position: relative;
  padding: 96px 0 0;
}
.local h2 {
  color: #000;
  font-size: 3.0rem;
  font-weight: bold;
  margin-bottom: 24px;
  text-align: center;
}

.tab-outer-txt {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 64px;
}

.tab-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 56px;
}
.tab-list li {
  width: 100%;
  max-width: 502px;
  height: 80px;
}
.tab-list li a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  box-sizing: border-box;
  cursor: pointer;
  transition: ease-in-out .3s;
}
.tab-list li:first-child a {
  background: #999;
  color: #fff;
}
.tab-list li:first-child a:hover {
  /*color: #5bb430;
  background: #fff;
  border: #5bb430 1px solid;*/
  opacity: .8;
}
.tab-list li:first-child .tab-b.-active {
  background: #5BB430;
  color: #fff;
}
.tab-list li:first-child .tab-b.-active:hover {
  color: #5BB430;
  background: #fff;
  border: #5BB430 1px solid;
  opacity: 1;
}

/*.tab-list li:first-child a::after {
  content: '';
  position: absolute;
  background: url("/labtama/common/img/hometown_tax/arrow1.png")no-repeat center;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 6em;
  transform: rotate(180deg);
}
.tab-list li:first-child a:hover::after {
  background: url("/labtama/common/img/hometown_tax/arrow2.png")no-repeat center;
  background-size: contain;
}
.tab-list li:first-child .tab-b.-active::after {
  transform: rotate(0deg);
}*/

.tab-list li:last-child a {
  background: #999;
  color: #fff;
}
.tab-list li:last-child a:hover {
  /*color: #F38200;
  background: #fff;
  border: #F38200 1px solid;*/
  opacity: .8;
}
.tab-list li:last-child .tab-b.-active {
  background: #F38200;
  color: #fff;
}
.tab-list li:last-child .tab-b.-active:hover {
  color: #F38200;
  background: #fff;
  border: #F38200 1px solid;
  opacity: 1;
}

/*.tab-list li:last-child a::after {
  content: '';
  position: absolute;
  background: url("/labtama/common/img/hometown_tax/arrow1.png")no-repeat center;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 6em;
  transform: rotate(180deg);
}
.tab-list li:last-child a:hover::after {
  background: url("/labtama/common/img/hometown_tax/arrow3.png")no-repeat center;
  background-size: contain;
}
.tab-list li:last-child .tab-b.-active::after {
  transform: rotate(0deg);
}*/

.tab-list li a h3 {
  font-size: 2.4rem;
  font-weight: bold;
}

/*tab-panel（タブの中身）*/
.tab-panel {
  display: none;
}
.tab-panel.-active {
  display: block;
}

.tab-panel .first {
  padding-bottom: 88px;
}
.tab-panel .first p {
  position: relative;
  width: 100%;
  max-width: 610px;
  margin: 48px auto 64px;
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.tab-panel .first p.first_ttl {
  padding-left: 1.5em;
  text-align: left;
  margin: 0 auto 0.5em;
}
.tab-panel .first p.first_ttl::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 5px;
  background: #5BB430;
  border-radius: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.tab-panel#tab-panel2 .first p.first_ttl::before {
  background: #F38200;
}
.tab-panel .first .cont {
  width: 95%;
  display: flex;
  justify-content: center;
  margin: auto;
}
.tab-panel .first .cont *{
  max-width: 100%;
  max-height: 60vw;
}
.tab-panel .first .cont img{
  max-width: 100%;
  height: auto;
}
.tab-panel .first div img {
  margin: 0;
  display: block;
}
.first_ttl a {
  position: relative;
  display: inline-block;
  text-decoration: underline;
  margin-right: 1.1em;
}
.first_ttl a::after {
  content: '';
  position: absolute;
  background: url(/labtama/common/img/hometown_tax/before01.png)no-repeat center;
  background-size: cover;
  width: 15px;
  height: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -1em;
}
.first_ttl a:hover {
  text-decoration: none;
}

.maphilighted {
  margin: auto;
}

.tab-panel .second_inner {
  background: #F4F6F7;
  padding: 88px 0;
}
.tab-panel .second_inner div {
  width: 100%;
  max-width: 1024px;
  margin: auto;
}
.tab-panel .second h4 {
  width: 100%;
  height: 60px;
  margin-bottom: 32px;
  border-radius: 30px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab-panel .second .saitama h4 {
  background: #FCDB03;
  color: #000000;
}
.tab-panel .second .toubu h4 {
  background: #F79646;
}
.tab-panel .second .chuo h4 {
  background: #C0504D;
}
.tab-panel .second .seibu h4 {
  background: #604A7B;
}
.tab-panel .second .hokubu h4 {
  background: #4BACC6;
}
.tab-panel .second .chichibu h4 {
  background: #77933C;
}

table {
  font: unset;
}
.tab-panel .second table {
  background: #fff;
  margin-bottom: 64px;
}
.tab-panel .second .chichibu table {
  margin-bottom: 0;
}
.tab-panel .second tr {
  border-bottom: 1px solid #C2CFD3;
}
.tab-panel .second tr:first-child {
  border-top: 1px solid #C2CFD3;
}
.tab-panel .second td {
  padding: 16px 8px;
  border-right: 1px solid #C2CFD3;
  box-sizing: border-box;
}
.tab-panel .second td:last-child {
  border-right: none;
}
.tab-panel .second tr:first-child td {
  font-weight: bold;
  text-align: center;
}
.tab-panel .second td:first-child {
  text-align: center;
  width: 112px;
}
.tab-panel .second td:nth-child(2) {
  width: 232px;
}
.tab-panel .second td:nth-child(3) {
  width: 400px;
}
.tab-panel .second td:last-child {
  width: 280px;
}
.tab-panel .second .saitama tr:first-child td {
  background: #FFF199;
}
.tab-panel .second .toubu tr:first-child td {
  background: #FCD5B5;
}
.tab-panel .second .chuo tr:first-child td {
  background: #F2DCDB;
}
.tab-panel .second .seibu tr:first-child td {
  background: #E6E0EC;
}
.tab-panel .second .hokubu tr:first-child td {
  background: #B7DEE8;
}
.tab-panel .second .chichibu tr:first-child td {
  background: #D7E4BD;
}

.tab-panel .second table .small {
  font-size: 1.4rem;
}
.tab-panel .second a {
  position: relative;
  text-decoration: underline;
}
.tab-panel .second a.com_link {
  display: inline-block;
}
.tab-panel .second a.com_link.none {
  pointer-events: none;
  text-decoration: none;
}
.tab-panel .second a:hover {
  text-decoration: none;
}
.tab-panel .second a.page_link::after {
  content: '';
  position: absolute;
  background: url("/labtama/common/img/hometown_tax/before01.png")no-repeat center;
  background-size: cover;
  width: 15px;
  height: 15px;
  bottom: 0.5em;
  margin: auto;
  right: 6em;
}
.tab-panel .second a.page_link.four_words::after {
  right: 4em;
}
.tab-panel .second a.page_link.aida_words::after {
  right: 5em;
}
.tab-panel .second a.com_link::after {
  content: '';
  position: absolute;
  background: url("/labtama/common/img/hometown_tax/before02.svg")no-repeat center;
  background-size: cover;
  width: 16px;
  height: 17px;
  bottom: 0.5em;
  margin: auto;
  right: -1.5em;
}
.tab-panel .second a.com_link.new_line::after {
  right: 5.5em;
}
.tab-panel .second a.com_link.none::after {
  display: none;
}

/*お問合せバナー（固定）*/
.con_block {
  position: fixed;
  width: 100%;
  max-width: 452px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 3px 10px #0000003D;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 40;
}
.con_green {
  width: 100%;
  height: 53px;
  background: #5BB430;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con_white {
  width: 100%;
  height: 53px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.con_white a {
  position: relative;
  color: #5BB430;
  font-size: 1.6rem;
  font-weight: bold;
  margin-left: 2.5em;
}
.con_white a:first-child {
  pointer-events: none;
}
.con_white a:first-child:hover {
  opacity: 1;
}
.con_white a:first-child::before {
  content: '';
  position: absolute;
  background: url("/labtama/common/img/hometown_tax/con_icon01.svg")no-repeat center;
  background-size: contain;
  width: 26px;
  height: 26px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -2em;
}
.con_white a:last-child::before {
  content: '';
  position: absolute;
  background: url("/labtama/common/img/hometown_tax/con_icon02.svg")no-repeat center;
  background-size: contain;
  width: 26px;
  height: 26px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -2em;
}

.second_inner .font3 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
.tab-panel#tab-panel2 .second_inner .saitama .font3,
.tab-panel#tab-panel2 .second_inner .toubu .font3,
.tab-panel#tab-panel2 .second_inner .chuo .font3,
.tab-panel#tab-panel2 .second_inner .seibu .font3,
.tab-panel#tab-panel2 .second_inner .hokubu .font3 {
  margin-bottom: 64px;
}

/*レスポンシブ*/
@media screen and (max-width: 1279px) {
/* 推奨動作環境1280pxに固定 */
  body {
    width: 1280px;
  }
}
@media screen and (max-width: 1024px) {
  #wrapper {
    margin-top: 157px;
  }
  body {
    width: 100%;
  }

  .maphilighted, .maphilighted canvas {
    /*width: 100%!important;*/
  }

  .page-title_center {
    font-size: 2.4rem;
  }

  /*goal*/
  .goal h2 {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .goal_block div {
    max-width: 90%;
  }
  .goal_block img {
    width: 100%;
  }

  /*local*/
  .local {
    padding: 72px 0 0;
  }
  .local h2 {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
  .tab-outer-txt {
    width: 90%;
    margin: auto;
    margin-bottom: 40px;
  }
  .tab-list {
    width: 90%;
    margin: 0 auto 56px;
    gap: 10px;
  }
  .tab-list li {
    height: 48px;
  }
  .tab-list li a h3 {
    font-size: 1.6rem;
  }

  .tab-panel .first {
    width: 90%;
    margin: auto;
    padding-bottom: 48px;
  }
  .tab-panel .first p {
    margin-bottom: 32px;
  }
  .tab-panel .first p.first_ttl {
    box-sizing: border-box;
  }
  .tab-panel .first p.first_ttl::before {
    top: 0.7em;
    bottom: auto;
  }
  .first_ttl a {
    display: inline;
  }

  .tab-panel .first div img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
  }

  .tab-panel .second {
    background: #F4F6F7;
  }
  .tab-panel .second_inner {
    width: 90%;
    margin: auto;
  }
  .tab-panel .second h4 {
    height: 48px;
    font-size: 1.6rem;
  }
  .tab-panel .second_inner div.table_outer {
    overflow-x: scroll;
    margin-bottom: 64px;
  }
  .tab-panel .second_inner .chichibu div.table_outer {
    margin-bottom: 0;
  }
  .tab-panel .second table {
    width: 1024px;
    margin-bottom: 0;
  }
  .tab-panel .second td:nth-child(3) {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .tab-panel .first div img {
    margin: auto;
  }

  #page_top {
    bottom: 104px;
  }
  .con_block {
    max-width: 100%;
    opacity: 1!important;
    display: block!important;
  }
  .con_green {
    font-size: 1.6rem;
    height: 48px;
  }
  .con_white {
    height: 48px;
    gap: 0;
  }
  .con_white a {
    font-size: 1.4rem;
  }
  .con_white a:first-child::before,
  .con_white a:last-child::before {
    width: 20px;
    left: -1.7em;
  }

  .first_ttl a::after {
    top: auto;
    bottom: 0.15em;
  }

  .tab-panel .second td:first-child {
    width: 104px;
  }
  .tab-panel .second td:nth-child(2) {
    width: 140px;
  }
  .tab-panel .second td:nth-child(3) {
    width: auto;
  }
  .tab-panel .second a.page_link::after {
    right: auto;
    left: 64px;
  }
  .tab-panel .second a.page_link.four_words::after {
    right: auto;
    left: 96px;
  }
  .tab-panel .second a.page_link.aida_words::after {
    right: auto;
    left: 80px;
  }
}
/* 印刷用設定 */
@media print {
  .con_block {
    display: none;
    position: absolute;
  }
}