html {
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: var(--color-text-black);
  min-height: 100vh;
  background: #fff;
}

a {
  color: var(--color-text-black);
  text-decoration: none;
}

button:focus-visible {
  outline: auto #005fcc;
}

:root {
  --color-black: #000000;
  --color-black-rgb: 0, 0, 0;
  --color-white: #ffffff;
  --color-white-rgb: 255, 255, 255;
  --color-LYnavy100: #000048;
  --color-LYnavy100-rgb: 0, 0, 72;
  --color-LYnavy90: #000B6E;
  --color-LYnavy90-rgb: 0, 11, 110;
  --color-311blue: #55D2DC;
  --color-311blue-sub: #CDF0F2;
  --color-dark-blue: #30839B;
  --color-text-black: #333333;
  --color-bg: #F5F9FA;
  --color-gray: #c1c1c1;
  --color-yellow: #FFE533;
  --color-yahoo: #ff0033;
  --color-line: #06c755;
}

.wrapper {
  margin: auto;
  width: 100%;
  overflow-x: hidden;
}

.show__on-pc-layout {
  display: block;
}
@media screen and (max-width: 989px) {
  .show__on-pc-layout {
    display: none !important;
  }
}
.show__on-sp-layout {
  display: block;
}
@media screen and (min-width: 990px) {
  .show__on-sp-layout {
    display: none !important;
  }
}
.show__on-not-touch-device {
  display: block;
}
@media screen and (hover: none) {
  .show__on-not-touch-device {
    display: none !important;
  }
}
.show__on-touch-device {
  display: block;
}
@media screen and (hover: hover) {
  .show__on-touch-device {
    display: none !important;
  }
}

.jsOff {
  margin: 16px auto 8px;
  padding: 8px;
  width: 96%;
  max-width: 990px;
  text-align: center;
  background-color: var(--color-white);
  border: 1px solid #e60013;
  font-size: 1.2rem;
}
@media screen and (min-width: 375px) {
  .jsOff {
    margin-top: 24px;
    font-size: 1.4rem;
  }
}
.jsOff .pt1 {
  padding-bottom: 4px;
}
.jsOff .pt2 {
  padding-bottom: 8px;
}
.jsOff .pt3 a {
  color: #1a75ff;
  text-decoration: underline;
}

.search311-button {
  position: relative;
  width: 320px;
  height: 60px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .search311-button {
    width: 420px;
  }
}
.search311-button a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 6px;
  padding-left: 30px;
  padding-right: 0;
  border-radius: 100px;
  background: #FF787F;
  box-shadow: 0 4px 0 0 #B6585D;
  overflow: hidden;
  transition: box-shadow 0.4s ease, translate 0.4s ease;
  font-size: 2.2rem;
  color: var(--color-white);
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .search311-button a {
    font-size: 2.6rem;
  }
}
@media screen and (hover: hover) {
  .search311-button a:hover {
    box-shadow: 0 0 0 0 #B6585D;
    translate: 0 4px;
  }
}
.search311-button a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  translate: 0 -50%;
  width: 48px;
  height: 48px;
  margin-right: 18px;
  border-radius: 100px;
  background-color: rgba(var(--color-white-rgb), 0.9);
  background-image: url(https://s.yimg.jp/images/bmg/search311/2026/img/top/search311_button_icon.svg);
  background-repeat: no-repeat;
  background-size: auto 54%;
  background-position: 47% 46%;
}
.search311-button a .kerning {
  letter-spacing: -0.9rem;
}

.structure-search311 {
  margin: 0 auto;
  padding: 32px 15px 0;
  text-align: center;
  color: var(--color-LYnavy100);
  background: linear-gradient(180deg, transparent 0%, #B8ECF0 260px);
}
.structure-search311 .title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto 12px;
}
.structure-search311 .title img {
  width: 118px;
  height: 86px;
  padding: 16px;
  box-sizing: content-box;
  background-image: url(https://s.yimg.jp/images/bmg/search311/2026/img/top/logo_311pj_heart.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top;
}
@media screen and (min-width: 768px) {
  .structure-search311 .title img {
    width: 186px;
    height: 119px;
    margin: 0 auto 19px;
    padding: 34px;
  }
}
.structure-search311 .title .bg {
  position: absolute;
  top: 68%;
  left: 50%;
  translate: -50% 0;
  display: block;
  width: 100%;
  height: 137px;
  mix-blend-mode: multiply;
  transform: translateZ(0);
  background-image: url(https://s.yimg.jp/images/bmg/search311/2026/img/top/structure_bg.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .structure-search311 .title .bg {
    top: 0;
    height: 209px;
  }
}
.structure-search311 .detail {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .structure-search311 .detail {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
.structure-search311 .detail span {
  display: block;
  margin-bottom: 4px;
}
.structure-search311 .detail img {
  margin-bottom: 1px;
  filter: drop-shadow(0 0 6px rgba(23, 149, 166, 0.5));
}
@media screen and (min-width: 768px) {
  .structure-search311 .detail img {
    margin-bottom: 2px;
  }
}
.structure-search311 .search311-button {
  margin-bottom: 12px;
}
.structure-search311 .period {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  border-radius: 6px;
  font-size: 1.2rem;
  color: var(--color-LYnavy100);
  opacity: 0.6;
}
.structure-search311 br.show__on-sp-layout {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .structure-search311 br.show__on-sp-layout {
    display: none !important;
  }
}
.structure-search311 .system-search311 {
  padding-right: 0;
  padding-left: 0;
}

.system-search311 {
  margin: 0 auto;
  padding: 32px 15px;
  text-align: center;
  color: var(--color-LYnavy100);
  background: #B8ECF0;
}
@media screen and (min-width: 768px) {
  .system-search311 {
    padding-bottom: 50px;
  }
}
.system-search311__detail {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.system-search311__detail > ul {
  width: 100%;
  max-width: 600px;
  margin-bottom: 24px;
  padding: 0 15px;
  padding-left: 30px;
  color: var(--color-LYnavy100);
  opacity: 0.65;
  font-size: 1.1rem;
  line-height: 170%;
  text-align: start;
}
.system-search311__detail > ul li {
  list-style-type: disc;
  list-style-position: outside;
}
.system-search311__img {
  margin: 24px 0;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .system-search311__img {
    margin-top: 32px;
  }
}
.system-search311__img picture {
  display: block;
  position: relative;
  width: 311px;
  padding-top: 38.5852090032%;
}
@media screen and (min-width: 768px) {
  .system-search311__img picture {
    width: 407px;
  }
}
.system-search311__img picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.system-search311__org-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% - 30px);
  max-width: 600px;
  padding: 24px 12px;
  margin: 0 auto;
  background: var(--color-white);
  border-radius: 20px;
  color: var(--color-LYnavy100);
}
@media screen and (min-width: 768px) {
  .system-search311__org-list {
    padding: 24px 16px 16px;
    margin: 0 15px;
    border-radius: 16px;
  }
}
.system-search311__org-list .title {
  font-size: 1.8rem;
  line-height: 19px;
  margin-bottom: 16px;
  font-weight: 600;
}
.system-search311__org-list ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px 4px;
  width: 100%;
}
.system-search311__org-list ul li {
  width: 100%;
}
.system-search311__org-list ul li > p {
  display: block;
  padding: 3px 0;
  background: var(--color-311blue-sub);
  color: var(--color-text-black);
  font-size: 1.2rem;
  font-weight: 600;
}
.system-search311__org-list ul li a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 10px;
  background: #F2F2F2;
  border-radius: 4px;
  transition: opacity 0.4s ease;
  font-size: 1.4rem;
  line-height: 1.4em;
  font-weight: 600;
  text-align: start;
}
@media screen and (min-width: 768px) {
  .system-search311__org-list ul li a {
    padding: 10px 16px;
  }
}
.system-search311__org-list ul li a::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border: 2px solid var(--color-text-black);
  border-right: none;
  border-bottom: none;
  rotate: -225deg;
}
.system-search311__org-list ul li a span {
  display: inline;
  font-size: 1rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .system-search311__org-list ul li a span {
    display: block;
  }
}
@media screen and (hover: hover) {
  .system-search311__org-list ul li a:hover {
    opacity: 0.7;
  }
}
.system-search311 .contents__card {
  margin: 24px auto 15px;
}
@media screen and (min-width: 768px) {
  .system-search311 .contents__card {
    margin: 40px auto 15px;
  }
}
@media screen and (min-width: 990px) {
  .system-search311.from312 {
    background: #F5F9FA;
    padding: 0px 15px 42px;
  }
}

.reminder {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  padding: 16px 15px;
  background: linear-gradient(0deg, #F5F9FA 0%, var(--color-311blue-sub) 50%);
}
@media screen and (min-width: 990px) {
  .reminder {
    background: #F5F9FA;
  }
}
.reminder > a, .reminder > div {
  position: relative;
  display: block;
  width: 350px;
  border: 1px solid #2CBD68;
  border-radius: 4px;
  box-sizing: content-box;
  overflow: hidden;
  transition: opacity 0.4s ease;
}
@media screen and (min-width: 768px) {
  .reminder > a, .reminder > div {
    width: 664px;
  }
}
.reminder > a picture, .reminder > div picture {
  display: block;
  width: 100%;
  padding-top: 31.4285714286%;
}
@media screen and (min-width: 768px) {
  .reminder > a picture, .reminder > div picture {
    padding-top: 15.0602409639%;
  }
}
.reminder > a picture img, .reminder > div picture img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (hover: hover) {
  .reminder > div:hover {
    opacity: 1 !important;
  }
}
@media screen and (hover: hover) {
  .reminder > div picture {
    padding-top: 52%;
  }
}
@media screen and (min-width: 768px) {
  .reminder > div picture {
    padding-top: 15.0602409639%;
  }
}
.reminder.bottom {
  background: var(--color-311blue-sub);
}

.fix-item {
  width: 100%;
  position: fixed;
  bottom: 40px;
  right: 0;
  translate: 0 120px;
  opacity: 0;
  z-index: 99;
  filter: drop-shadow(0 0 4px rgba(var(--color-black-rgb), 0.25));
  transform: translateZ(0);
  transition: opacity 0.4s ease, translate 0.4s ease;
}
@media screen and (min-width: 990px) and (min-height: 700px) {
  .fix-item {
    width: 64px;
    translate: 90px 0;
    filter: drop-shadow(0px 0px 8px rgba(35, 100, 145, 0.2));
    backdrop-filter: none;
  }
}
.fix-item .nav {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 30px env(safe-area-inset-bottom);
  background: var(--color-white);
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  filter: drop-shadow(0 -2px 10px rgba(var(--color-navy-rgb), 0.05));
  transform: translateZ(0);
  z-index: 1;
  font-size: 1.2rem;
  font-weight: 600;
}
@media screen and (min-width: 990px) and (min-height: 700px) {
  .fix-item .nav {
    height: auto;
    padding: 0;
    border-radius: 100px;
    margin-bottom: 10px;
  }
}
.fix-item .nav__list {
  display: flex;
  width: 100%;
  max-width: 350px;
}
@media screen and (min-width: 990px) and (min-height: 700px) {
  .fix-item .nav__list {
    flex-direction: column;
    padding: 15px 0;
  }
}
.fix-item .nav__list li {
  width: 100%;
  height: 80px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 990px) and (min-height: 700px) {
  .fix-item .nav__list li {
    height: 78px;
  }
}
.fix-item .nav__list li:last-of-type {
  margin-bottom: 0;
}
.fix-item .nav__list li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
  width: 100%;
  height: 100%;
  color: var(--color-dark-blue);
  font-weight: 600;
  line-height: 120%;
  transition: opacity 0.4s ease, color 0.4s ease, fill 0.4s ease;
  opacity: 1;
  -webkit-tap-highlight-color: transparent;
}
.fix-item .nav__list li a::after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -80%;
  background: var(--color-311blue-sub);
  border-radius: 100px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.4s ease;
}
.fix-item .nav__list li a.active {
  color: var(--color-LYnavy100);
}
.fix-item .nav__list li a.active::after {
  opacity: 1;
}
.fix-item .nav__list li a.active svg {
  fill: var(--color-LYnavy100);
}
@media screen and (hover: hover) {
  .fix-item .nav__list li a:hover {
    opacity: 0.6;
  }
}
.fix-item .nav__list li a svg {
  display: block;
  width: 24px;
  height: 24px;
  translate: 0 -1px;
  fill: var(--color-dark-blue);
  transition: fill 0.4s ease;
}
.fix-item .nav__list li a.donation svg {
  translate: 0;
}
.fix-item .go-to-top,
.fix-item .sns,
.fix-item .search311-button {
  opacity: 0;
}
@media screen and (min-width: 990px) and (min-height: 700px) {
  .fix-item .go-to-top,
  .fix-item .sns,
  .fix-item .search311-button {
    opacity: 1;
  }
}
.fix-item .go-to-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  padding-top: 3px;
  position: absolute;
  top: 0px;
  right: 10px;
  background: var(--color-311blue-sub);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  color: var(--color-LYnavy100);
  border-radius: 50%;
  transition: opacity 0.4s ease, color 0.4s ease, translate 0.4s ease;
  z-index: -1;
}
.fix-item .go-to-top:focus-visible {
  outline: auto;
}
@media screen and (hover: hover) {
  .fix-item .go-to-top:hover {
    color: rgba(var(--color-LYnavy100-rgb), 0.5);
  }
  .fix-item .go-to-top:hover::before {
    border-color: rgba(var(--color-LYnavy100-rgb), 0.5);
  }
}
@media screen and (min-width: 990px) and (min-height: 700px) {
  .fix-item .go-to-top {
    position: relative;
    right: 0;
    width: 100%;
    width: 64px;
    height: 64px;
    padding-top: 5px;
    transition: opacity 0.4s ease, color 0.4s ease;
  }
}
.fix-item .go-to-top::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: 2px solid var(--color-LYnavy100);
  border-bottom: none;
  border-right: none;
  rotate: 45deg;
  transition: border 0.4s ease;
}
.fix-item .sns {
  height: 52px;
  position: absolute;
  top: 0;
  left: 10px;
  display: flex;
  text-align: center;
  transition: opacity 0.4s ease, translate 0.4s ease;
  z-index: -1;
}
@media screen and (min-width: 990px) and (min-height: 700px) {
  .fix-item .sns {
    position: initial;
    translate: 0;
    flex-direction: column-reverse;
    width: 100%;
    height: auto;
    margin-top: 10px;
    border-radius: 8px;
    opacity: 1;
    transition: none;
    overflow: hidden;
  }
}
.fix-item .sns__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0px 6px;
  z-index: -2;
  background: var(--color-white);
  border-radius: 100px;
  transform: translateZ(0);
}
@media screen and (min-width: 990px) and (min-height: 700px) {
  .fix-item .sns__inner {
    width: 100%;
    position: initial;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 7px 0;
    translate: 0;
    gap: 0;
    filter: none;
  }
}
.fix-item .sns__inner > li {
  width: 100%;
  transition: translate 0.4s ease;
}
@media screen and (min-width: 990px) and (min-height: 700px) {
  .fix-item .sns__inner > li {
    position: initial;
    translate: 0 0;
    transition: none;
  }
}
.fix-item .sns__inner > li a {
  display: block;
  width: 100%;
  padding: 0;
  border-radius: 100px;
}
@media screen and (min-width: 990px) and (min-height: 700px) {
  .fix-item .sns__inner > li a {
    padding: 6px 0;
    box-sizing: content-box;
    border-radius: 0;
  }
}
.fix-item .sns__inner > li a img {
  width: 40px;
  height: 40px;
  opacity: 1;
  transition: opacity 0.4s ease;
}
@media screen and (hover: hover) {
  .fix-item .sns__inner > li a:hover img {
    opacity: 0.6;
  }
}
.fix-item .search311-button {
  position: absolute;
  top: 0px;
  right: 10px;
  width: 129px;
  height: 49px;
  z-index: -1;
  transition: opacity 0.4s ease, translate 0.4s ease;
}
@media screen and (min-width: 990px) and (min-height: 700px) {
  .fix-item .search311-button {
    position: static;
    width: 164px;
    height: 67px;
    margin-top: 10px;
    margin-left: -100px;
    transition: none;
  }
}
.fix-item .search311-button a {
  font-size: 1.6rem;
  line-height: 120%;
  padding-left: 37px;
}
@media screen and (min-width: 990px) and (min-height: 700px) {
  .fix-item .search311-button a {
    font-size: 2rem;
    padding-left: 49px;
  }
}
.fix-item .search311-button a::before {
  width: 38px;
  height: 38px;
}
@media screen and (min-width: 990px) and (min-height: 700px) {
  .fix-item .search311-button a::before {
    width: 54px;
    height: 54px;
    left: 8px;
  }
}
.fix-item .search311-button a span.show__on-sp-layout {
  display: block !important;
}
@media screen and (min-width: 990px) and (min-height: 700px) {
  .fix-item .search311-button a span.show__on-sp-layout {
    display: none !important;
  }
}
.fix-item .search311-button a span.show__on-pc-layout {
  display: none !important;
}
@media screen and (min-width: 990px) and (min-height: 700px) {
  .fix-item .search311-button a span.show__on-pc-layout {
    display: block !important;
  }
}

.show-for-pc {
  opacity: 1 !important;
  translate: -40px 0;
}
@media screen and (min-width: 1280px) {
  .show-for-pc {
    translate: calc((-100vw + 1200px) / 2) 0;
  }
}

.show-for-sp {
  opacity: 1 !important;
  translate: 0 -60px;
}
.show-for-sp.fix-item {
  translate: 0 0;
  bottom: 0;
}

.fix-item button.go-to-top:focus-visible,
.fix-item button.sns__text:focus-visible,
.nav__list > li > a:focus-visible,
[class^=sns__] > a:focus-visible {
  outline-offset: -3px;
  outline-style: auto;
}

.accordion__btn, .accordion__content {
  backface-visibility: hidden;
  transform: translateZ(0);
}
.accordion__btn::after {
  translate: 0 -70% !important;
  rotate: 225deg !important;
  transform-origin: center center;
}
.accordion__btn.open::after {
  translate: 0 -20% !important;
  rotate: 45deg !important;
}
.accordion__content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.4s ease;
}
.accordion__content.open {
  max-height: 2000px;
  opacity: 1;
}

.button {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 320px;
  padding: 13px 30px;
  margin: 0 auto;
  border-radius: 100px;
  color: var(--color-white);
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  background: var(--color-dark-blue);
  transform: translateZ(0);
  transition: opacity 0.4s ease;
  opacity: 1;
  cursor: pointer;
}
@media screen and (hover: hover) {
  .button:hover {
    opacity: 0.7;
  }
}
.button span {
  position: relative;
  margin-left: -12px;
  opacity: 1;
}
.button::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 2.5px solid var(--color-white);
  border-right: none;
  border-bottom: none;
  position: absolute;
  top: 50%;
  right: 22px;
  translate: 0 -50%;
  rotate: -225deg;
  transition: translate 0.4s ease, rotate 0.4s ease;
}
.button.yellow {
  color: var(--color-black);
  background: var(--color-yellow);
}
.button.yellow::after {
  border-color: var(--color-black);
}
.button.outline {
  background: transparent;
  filter: none;
  border: 1px solid var(--color-LYnavy100);
  color: var(--color-LYnavy100);
}
@media screen and (hover: hover) {
  .button.outline:hover {
    opacity: 0.6;
  }
}
.button.outline::after {
  border-color: var(--color-LYnavy100);
}
.button__wrapper {
  padding: 8px 15px 32px;
  background: var(--color-311blue-sub);
}

.animation {
  opacity: 0;
}

.fadeInDown {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeInDown;
  visibility: visible !important;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.loginArea {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 7px;
}
.loginArea em {
  font-style: normal;
}
.loginArea a {
  text-decoration: underline;
}

.footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  padding: 32px 15px calc(100px + env(safe-area-inset-bottom));
  box-sizing: border-box;
  background: var(--color-LYnavy100);
  color: var(--color-white);
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 990px) {
  .footer {
    padding-bottom: 48px;
  }
}
.footer a {
  color: var(--color-white);
}
.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 990px;
  padding-bottom: 24px;
  margin: 0 auto 24px;
  border-bottom: 1px solid rgba(var(--color-white-rgb), 0.3);
}
.footer__link-to-last-year {
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
}
.footer__qr-text {
  font-size: 1rem;
  opacity: 0.7;
  text-align: center;
  margin: 0 auto;
}
.footer__qr-text a {
  text-decoration: underline;
}
.footer__property-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.footer__property-link li {
  display: inline-block;
}
.footer__property-link li a {
  display: block;
}
@media screen and (hover: hover) {
  .footer__property-link li a:hover {
    opacity: 1 !important;
  }
}
.footer__sub-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 7px;
  width: 100%;
  margin: 0 auto 16px;
  font-size: 1.2rem;
  justify-content: center;
  color: var(--color-311blue);
}
@media screen and (max-width: 767px) {
  .footer__sub-link {
    max-width: 260px;
  }
}
.footer__sub-link li {
  display: flex;
  gap: 7px;
}
.footer__sub-link li:not(:first-child):before {
  content: "-";
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .footer__sub-link li:nth-child(3):before {
    display: none;
  }
}
.footer__sub-link li a {
  display: block;
  height: 100%;
  color: var(--color-311blue);
}
.footer__sub-link .show__on-pc-layout {
  display: inline !important;
}
@media screen and (max-width: 767px) {
  .footer__sub-link .show__on-pc-layout {
    display: none !important;
  }
}
.footer__copyright {
  opacity: 0.5;
  font-size: 1.2rem;
}/*# sourceMappingURL=common.css.map */