/* ====================================================
  #26069: [横]GPサイト 外構費用ページ作成(ウッドデッキ、カーポート、フェンス)
====================================================*/
.cate-exterior-cost_ttl {
  margin-bottom: 32px;
}
.cate-exterior-cost_lead {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.6;
}
.cate-exterior-cost_txt {
  margin-bottom: 0.5rem;
  font-size: 16px;
  line-height: 1.6;
  text-align:justify;
}
.cate-exterior-cost_txt.comments {
  margin-bottom: 64px;
  font-size: 12px;
  line-height: 1.6;
}
.cate-exterior-cost-sec {
  margin-bottom: 64px;
}
.cate-exterior-cost_hd {
  margin-bottom: 32px;
  padding-left: 16px;
  border-left: 10px solid #2f7300;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}
.cate-exterior-cost_hd-sub {
  margin-bottom: 16px;
  color: #8c6635;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
.cate-exterior-cost-box {
  display: flex;
  margin-bottom: 48px;
}
.cate-exterior-cost .mb {
  margin-bottom: 64px;
}
.cate-exterior-cost_img img {
  width: 344px;
  height: auto;
  margin-right: 40px;
}
.cate-exterior-cost_txt-xs {
  margin-bottom: 14px;
  font-size: 14px;
  text-align: justify;
}
.cate-exterior-cost_txt-xs.mb-0 {
  margin-bottom: 0;
}
.exterior-cost-price {
  border-radius: 6px;
  padding: 16px;
  border: 1px solid #e5e7eb;
}
.exterior-cost-price--top {
  border-radius: 6px;
  margin-bottom: 14px;
  padding: 16px;
  border: 1px solid #e5e7eb;
}
.exterior-cost-price_txt {
  font-size: 16px;
  line-height: 1.6;
  color: #274151;
}
/* 表
------------------------------------------------------------------------*/
.cate-exterior-cost-tbl {
  margin: 0 auto 16px;
  color: #274151;
  font-size: 16px;
  line-height: 1.6;
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
  width: 100%;
}
.cate-exterior-cost-tbl thead tr {
  height: 42px;
  background-color: #e9f3d1;
}
.cate-exterior-cost-tbl thead th {
  text-align: center;
  vertical-align: middle;
}
.cate-exterior-cost-tbl thead th:first-of-type,
.cate-exterior-cost-tbl tbody th:first-of-type {
  display: inlin-block;
  min-width: 90px;
  padding: 8px 16px;
  text-align: center;
  background-color: #f4f9e8;
}
.cate-exterior-cost-tbl thead th.none-color {
  background: #fff;
}
.cate-exterior-cost-tbl tbody th {
  vertical-align: middle;
  border-bottom: 1px #e5e7eb solid;
  border-right: none;
  border-top: none;
  border-left: none;
}
.cate-exterior-cost-tbl tbody td {
  min-width: 140px;
  height: 56px;
  padding: 0 16px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px #e5e7eb solid;
  border-right: none;
  border-top: none;
  border-left: none;
}
.cate-exterior-cost-tbl tr.bt-border td,
.cate-exterior-cost-tbl tr.bt-border th {
  border-bottom: none;
}
.cate-exterior-cost-tbl tr.bt-border th.first {
  background-color: #e9f3d1;
}
.cate-exterior-cost_comments {
  color: #9ca3af;
  font-size: 12px;
  line-height: 1.6;
  text-align: left;
}
.cate-exterior-cost_comments.fence {
  margin: 0 auto;
}
.cate-exterior-cost_comments.mb-4,
.cate-exterior-cost_txt.mb-4,
.exterior-cost-price.mb-4 {
  margin-bottom: 16px;
}
.cate-exterior-cost-tbl_attention {
  font-size: 12px;

}
/* 目次
------------------------------------------------------------------------*/
#toc-container {
  position: relative;
  box-sizing: border-box;
  width: 642px;
  margin: 32px auto 64px;
  padding: 28px 30px 34px;
  border: 1px solid #e5e7eb;
  border-radius: 5px;
}
#toc-container .toc-title {
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: bold;
}
#toc-container .toc-list li {
  margin-bottom: 14px;
}
#toc-container .toc-list li h2 {
  line-height: normal!important;
}
#toc-container .toc-list li a {
  display: inline-block;
  padding-left: 14px;
  color: #333;
  font-size: 16px;
  font-weight: normal;
  text-indent: -14px;
}
#toc-container .toc-list .mb-24 {
  margin-bottom: 24px;
}
#toc-container .toc-list_item-sm {
  margin-bottom: 24px;
}
#toc-container .toc-list_item-sm li {
  padding-left: 14px;
}
#toc-container .toc-list_item-sm li a {
  display: inline-block;
  color: #333;
  font-size: 14px;
  font-weight: normal;
}
#toc-container .toc-list li:hover {
  text-decoration: none;
}
#toc-container .toc-list .toc-list_item a::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  background-color: #d1d5db;
  border-radius: 50%;
  vertical-align: middle;
}
#toc-container .toc-list {
  position: relative;
  max-height: 256px;
  margin-bottom: 0;
  overflow: hidden;
  transition: max-height 1s;
}
#toc-container:has(:checked) .toc-list {
  max-height: fit-content;
}
#toc-container .toc-list::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, .9) 0, #fff);
  content: '';
}
#toc-container:has(:checked) .toc-list::after {
  content: none;
}
#toc-container label {
  display: flex;
  align-items: center;
  gap: 0 8px;
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#toc-container label:hover {
  text-decoration: underline;
  cursor: pointer;
}
#toc-container:has(:checked) label {
  display: none;
}
#toc-container label::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  content: '';
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e")center center no-repeat;
  background-size: 24px auto;
}
#toc-container input {
  display: none;
}
#toc-container .toc-list li:last-of-type,
#toc-container .toc-list_item-sm--last,
#toc-container .toc-list_item-sm--last .mb-0 {
  margin-bottom: 0px;
}

/* リンク
------------------------------------------------------------------------*/
.cate-exterior-cost_link a {
  color: #097ed5;
  text-decoration: none;
}
.cate-exterior-cost_link a::before {
  content: "";
  display: inline-block;
  margin-right: 6px;
  border: 3px solid transparent;
  border-left: 6px solid #097ed5;
  border-right: none;
  vertical-align: middle;
}