.page__title{
  position: relative;
  font-size: 30px;
  margin: 50px 0;
  text-align: center;
  border: none;
}

@media screen and (max-width: 980px) {
  .page__title{
    font-size: 24px;
    margin: 30px 0;
  }
}

.page__lead{
  margin-bottom: 50px;
}

.page__subtitle{
  position: relative;
  margin-bottom: 20px;
  margin-left: 15px;
  font-size: 22px;
  word-break: keep-all
}

.page__subtitle::before{
  position: absolute;
  top: 0;
  left: -15px;
  content: "";
  width: 3px;
  height: 100%;
  background-color: #00695b;
}

@media screen and (max-width: 767.98px) {
  .page__subtitle{
    font-size: 18px;
  }
}

/* --- アンカーリスト --- */
.anchor{
  margin: 50px auto;
  width: 100%;
}

.anchor__list{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: 20px;
  row-gap: 20px;
}

.anchor__list > li{
  display: flex;
  align-items: center;
}

.anchor__list > li > a{
  position: relative;
  display: flex;
  gap: 16px;
  color: inherit;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.4s;
}

.anchor__list > li > a::before{
  margin-top: 6px;
  margin-left: 4px;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #00695b;
  border-right: 2px solid #00695b;
  rotate: 135deg;
  flex-shrink: 0;
}

@media screen and (max-width: 767.98px) {
  .anchor__list{
    flex-wrap: wrap;
    padding: 20px 0;
    border-top: 1px solid #d2cbad;
    border-bottom: 1px solid #d2cbad;
  }

  .anchor__list li:last-child{
    margin-bottom: 0;
  }


  .anchor__list > li{
    width: 100%;
  }

  .anchor__list > li > a{
    font-size: 16px;
  }

}

/* --- ダウンロードボタン --- */
.btn--download{
  display: inline-block;
  padding: 10px 5px;
  color: #fff;
  background-color: #00695b;
  border-radius: 10px;
  text-decoration: none;
}

.btn--download:hover{
  opacity: 0.7;
  font-weight: inherit;
  color: #fff;
  text-decoration: none;
}

/* --- 暮らしのメモ-ゴミの捨て方 --- */
.table__garbage table{
  width: 100%;
  overflow: hidden;
}

.table__garbage tr,
.table__garbage th,
.table__garbage td{
  border-collapse: collapse;
}

.table__garbage th,
.table__garbage td{
  padding: 20px;  
  white-space: normal;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

.table__garbage th{
  width: 30%;
  font-weight: 500;
  text-align: center;
  background-color: #c6d5d3;
  border-bottom: 1px solid #fff;
}

.table__garbage tr:last-child > th{
  border-bottom: 1px solid #ccc;
}

.table__garbage td{
  background-color: #fdfdfc;
}

@media screen and (max-width: 767.98px) {
  .table__garbage th,
  .table__garbage td{
    padding: 10px;  
  }

  .table__garbage th,
  .table__garbage td{
    display: block;
    width: 100%;
    border-bottom: none;
  }

  .table__garbage td:last-child{
    border-bottom: 1px solid #ccc;
  } 

}

/* --- 暮らしのメモ-駐車場 --- */
.table__parking table{
  width: 100%;
}

.table__parking thead{
  width: 100%;
  font-weight: 500;
}

.table__parking thead > tr > th{
  padding: 20px;
  font-weight: 500;
  background-color: #00695b;
  color: #fff;
  border: 1px solid #ccc;
}

.table__parking thead > tr > th:first-child{
  background-color: transparent;
  border: none;
}

.table__parking tbody > tr > td{
  padding: 20px;
  text-align: center;
  border: 1px solid #ccc;
  background: #fff;
}

.table__parking tbody > tr > td:first-child{
  font-weight: 500;
  background-color: #c6d5d3;
  text-align: center;
}

@media screen and (max-width: 767.98px) {
  .table__parking thead{
    display: none;
  }

  .table__parking table, .table__parking tbody, .table__parking tr{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .table__parking tbody{
    row-gap: 50px;
  }

  .table__parking tbody > tr > td{
    display: flex;
    width: 100%;
    padding: 0;
    text-align: center;
    border: 1px solid #ccc;
  }

  .table__parking tbody > tr > td:first-child{
    display: block;
    padding: 10px;
    width: 100%;
    color: #fff;
    background-color: #00695b;
  }

  .table__parking tbody > tr > td:nth-child(n+2):before{
    content:attr(data-label);
    display: block;
    padding: 10px;
    width: 50%;
    font-weight: 500;
    box-sizing: border-box;
    text-align: center;
    background-color: #c6d5d3;
  }

  .table__parking td:nth-child(n+2) > span{
    width: 50%;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
  }
}

/* --- 暮らしのメモ-バイク駐車場 --- */
.table__parking-motorcycle table{
  width: 50% !important;
  overflow: hidden;
}

.table__parking-motorcycle th,
.table__parking-motorcycle td{
  border-collapse: collapse;
}

.table__parking-motorcycle th,
.table__parking-motorcycle td{
  padding: 20px;  
  white-space: normal;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

.table__parking-motorcycle th{
  width: 50%;
  font-weight: 500;
  text-align: center;
  background-color: #c6d5d3;
  border-bottom: 1px solid #fff;
}

.table__parking-motorcycle tr:last-child > th{
  border-bottom: 1px solid #ccc;
}

.table__parking-motorcycle td{
  background-color: #fdfdfc;
}

@media screen and (max-width: 767.98px) {
  .table__parking-motorcycle table{
    width: 100% !important;
  }

  .table__parking-motorcycle th{
    width: 50%;
  }

  .table__parking-motorcycle th,
  .table__parking-motorcycle td{
    padding: 10px;  
  }

}

/* --- 暮らしのメモ-禁止事項 --- */
.prohibited-list li{
  width: calc(100% - 32px);
  position: relative;
  left: 32px;
  line-height: 2.0;
}

.prohibited-list li::before{
  content: "";
  display: inline-block;
  position: absolute;
  mask-image:url("../image/list-char_prohibited.svg");
  width: 20px;
  height: 20px;
  background-color: #00695b;
  top: 3px;
  left: -32px;
}

/* --- エディター --- */
h3.wp-block-heading{
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 5px solid rgb(187, 187, 187);
  position: relative;
  margin-bottom: 30px;
}

h3.wp-block-heading::after{
  content: "";
  position: absolute;
  background-color: #00695b;
  z-index: 10;
  width: 25%;
  height: 5px;
  bottom: -5px;
  left: 0;
}

.wp-block-button__link{
  text-decoration: none;
}

.wp-block-button__link:hover{
  text-decoration: none;
  color: #fff;
  opacity: 0.7;
}