.l-main {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}

.l-content {
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .l-content {
    margin: 24px auto 0;
  }
}
.l-content__small {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .l-content__small {
    padding: 0 5vw;
  }
}
.l-content__medium {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .l-content__medium {
    padding: 0 5vw;
  }
}
.l-content__large {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .l-content__large {
    padding: 0 5vw;
  }
}

.p-municipal__mv {
  padding: 20px;
}
.p-municipal__mv figure {
  overflow: hidden;
  border: 3px solid #FAECEA;
  border-radius: 6px;
}
.p-municipal__mv img {
  width: 100%;
}
.p-municipal__intro {
  padding: 20px 20px;
}
.p-municipal__intro--ttl {
  margin: 0 0 40px;
  color: #D12945;
  font-size: 1.175rem;
  text-align: center;
}
.p-municipal__intro--desc {
  margin: 40px 0;
  font-size: 0.875rem;
  line-height: 1.8;
}
.p-municipal__intro--btn {
  margin: 40px auto;
}
.p-municipal__intro--btn span {
  display: block;
  position: relative;
  width: 100%;
  padding: 12px 0;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  font-size: 0.875rem;
  text-align: center;
  cursor: pointer;
}
.p-municipal__intro--btn span::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 12px;
  width: 48px;
  height: 38px;
  margin-top: -16px;
  background: url(/assets/img/municipalities/region-btn-icon.png) no-repeat;
  background-size: 100%;
  content: "";
}
.p-municipal__icon--plus {
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border-radius: 50px;
  background: #D12945;
}
.p-municipal__icon--plus::before {
  display: inline-block;
  width: 8px;
  height: 1px;
  background: currentColor;
  content: "";
  color: #fff;
  line-height: 1;
  vertical-align: middle;
}
.p-municipal__icon--plus::after {
  position: absolute;
  top: 5.5px;
  left: 50%;
  width: 1px;
  height: 8px;
  margin-left: -0.5px;
  background: #fff;
  content: "";
}
.p-municipal__close {
  display: flex;
  position: absolute;
  top: 50%;
  left: 20px;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.p-municipal__close::after {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 0 0 3px;
  transform: rotate(-135deg);
  border-top: 2px solid #262626;
  border-right: 2px solid #262626;
  content: "";
}

.p-region {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #FAECEA;
}
.p-region__inner {
  max-width: 960px;
  margin: 0 auto;
}
.p-region__top {
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #E3E4E4;
  background: #fff;
  font-size: 1.175rem;
  text-align: center;
}
.p-region__main {
  height: calc(100vh - 66px);
  padding: 20px 20px 100px;
  overflow: auto;
}
.p-region__parent--item {
  margin-top: 12px;
  border-radius: 6px;
  background: #fff;
}
.p-region__parent--item:first-child {
  margin-top: 0;
}
.p-region__area {
  display: block;
  position: relative;
  padding: 16px 20px;
  font-size: 0.875rem;
  cursor: pointer;
}
.p-region__area--icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  margin: -8px 0 0 3px;
  transform: rotate(135deg);
  border-top: 2px solid #D12945;
  border-right: 2px solid #D12945;
  content: "";
  transition-duration: 0.3s;
}
.p-region__area.is-active .p-region__area--icon {
  margin: -5px 0 0 3px;
  transform: rotate(-45deg);
}
.p-region__child {
  display: none;
  padding: 0;
}
.p-region__child--item {
  padding: 0 20px;
  border-top: 1px solid #E3E4E4;
}
.p-region__pref {
  display: block;
  position: relative;
  padding: 20px 0;
  font-size: 0.875rem;
  cursor: pointer;
}
.p-region__pref--icon {
  display: flex;
  position: absolute;
  top: 50%;
  right: -3px;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border-radius: 50px;
  background: #D12945;
  transition-duration: 0.3s;
}
.p-region__pref--icon::after {
  display: block;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 0;
  transform: rotate(135deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}
.p-region__pref.is-active .p-region__pref--icon {
  transform: rotate(-180deg);
}
.p-region__grandchild {
  display: none;
}
.p-region__grandchild.is-active {
  padding-bottom: 20px;
}
.p-region__grandchild--item {
  margin-bottom: 12px;
}
.p-region__grandchild--item:last-child {
  margin-bottom: 0;
}
.p-region__grandchild--inner {
  display: none;
  overflow: hidden;
  border: 1px solid #E3E4E4;
  border-top: 0;
  border-radius: 6px;
}
.p-region__grandchild--inner.is-active {
  border-radius: 0 0 6px 6px;
}
.p-region__grandchild--list {
  display: flex;
  flex-wrap: wrap;
}
.p-region__grandchild--list.is-odd .p-region__grandchild--link:nth-last-of-type(-n+1) {
  border-bottom: 0;
}
.p-region__grandchild--list.is-even .p-region__grandchild--link:nth-last-of-type(-n+2) {
  border-bottom: 0;
}
.p-region__grandchild--link {
  display: block;
  width: calc(50% - 1px);
  border-right: 1px solid #E3E4E4;
  border-bottom: 1px solid #E3E4E4;
  font-size: 0.875rem;
}
.p-region__grandchild--link:nth-child(2n) {
  border-right: 0;
}
.p-region__grandchild--link a {
  display: block;
  padding: 16px 20px;
}
.p-region__municipal {
  display: block;
  position: relative;
  padding: 16px 20px;
  border: 1px solid #E3E4E4;
  border-radius: 6px;
  font-size: 0.875rem;
  cursor: pointer;
}
.p-region__municipal.is-active {
  border: 1px solid #E3E4E4;
  border-radius: 6px 6px 0 0;
  background: #F0F0F0;
}
.p-region__municipal--icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  margin: -8px 0 0 3px;
  transform: rotate(135deg);
  border-top: 2px solid #262626;
  border-right: 2px solid #262626;
  content: "";
  transition-duration: 0.3s;
}
.p-region__municipal.is-active .p-region__municipal--icon {
  margin: -5px 0 0 3px;
  transform: rotate(-45deg);
}
.p-useful {
    padding-top: 30px;
}
.p-useful__top {
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px 20px;
  background-color: #fff;
}
.p-useful__top--ttl {
  margin-bottom: 12px;
  line-height: 1.4;
  text-align: center;
}
.p-useful__top--ttl strong {
  display: block;
  color: #D12945;
  font-size: 1.175rem;
}
.p-useful__top--ttl small {
  display: block;
  font-size: 1.125rem;
}
.p-useful__top--desc {
  margin-bottom: 12px;
  font-size: 0.875rem;
  line-height: 1.8;
}
.p-useful__top--select select {
  display: block;
  width: 100%;
  height: 44px;
  padding: 0 20px;
  border: 1px solid #E3E4E4;
  border-radius: 6px;
  background: url(/assets/img/municipalities/detail/icon-select.svg) no-repeat;
  background-position: calc(100% - 20px);
  background-size: 14px;
  font-size: 1rem;
}
.p-useful__top .p-municipal__close {
  top: 32px;
}
.p-useful__main {
  margin-top: 230px;
}
.p-useful__sec {
  padding: 20px 20px 40px;
  border-top: 1px solid #E3E4E4;
}
.p-useful__sec:last-child {
  border-bottom: 1px solid #E3E4E4;
}
.p-useful__info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 14px;
}
.p-useful__info--txt {
  width: 66%;
}
.p-useful__info--txt strong {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 12px;
  background: #FAECEA;
  font-size: 0.75rem;
  line-height: 1.5;
}
.p-useful__info--txt small {
  display: block;
  font-size: 0.875rem;
  line-height: 1.8;
}
.p-useful__info--img {
  width: 32%;
  max-width: 100px;
  text-align: right;
}
.p-useful__detail--ttl {
  margin-bottom: 12px;
  font-size: 1.125rem;
}
.p-useful__detail--desc {
  font-size: 0.875rem;
  line-height: 1.8;
}
.p-useful__detail--btn {
  margin-top: 40px;
}
.p-useful__detail--btn a {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  padding: 12px 20px;
  border-radius: 50px;
  background: #D12945;
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
}
.p-useful__btm {
  padding: 0 20px;
}
.p-useful__btm--back {
  margin: 40px 0;
}
.p-useful__btm--back a {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  padding: 12px 20px;
  border: 1px solid #D12945;
  border-radius: 50px;
  color: #D12945;
  font-size: 0.875rem;
  text-align: center;
}
