@charset "UTF-8";
/*-- header --*/
:root {
  --color-black: #000000;
  --color-black-rgb: 0, 0, 0;
  --color-white: #ffffff;
  --color-white-rgb: 255, 255, 255;
  --color-gray-light: #F4F4F4;
  --color-gray: #E0E0E0;
  --color-gray-medium: #B1B1B1;
  --color-gray-dark: #8C8C8C;
  --color-LYnavy100: #000048;
  --color-LYnavy100-rgb: 0, 0, 72;
  --color-LYnavy90: #1A1A51;
  --color-LYnavy80: #333365;
  --color-LYnavy70: #4D4D78;
  --color-LYnavy60: #66668B;
  --color-LYnavy50: #80809E;
  --color-yellow: #FFE533;
  --color-yellow-soft: #FFED74;
  --color-yellow-pale_1: #FFF7C0;
  --color-yellow-pale_2: #FFFCE4;
  --color-yahoo: #ff0033;
  --color-line: #06c755;
  --color-search-blue: #1877F2;
  --color-text-black: #333333;
  --color-bg: #FBFBFB;
}

html {
  position: relative;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  font-size: 10px;
  scroll-behavior: smooth;
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  html {
    background: var(--color-yellow-pale_1);
  }
}

body {
  color: var(--color-black);
  min-height: 100vh;
  margin: 0 auto;
  background: #fff;
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  body {
    background: var(--color-yellow-pale_1);
  }
}

header,
main {
  width: 100%;
  margin: 0 auto;
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  header,
  main {
    max-width: 750px;
  }
}

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

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

.wrapper {
  margin: auto;
  width: 100%;
  overflow-x: hidden;
  background: var(--color-white);
}

.show__onPcLayout {
  display: block;
}
@media screen and (max-width: 767px) {
  .show__onPcLayout {
    display: none !important;
  }
}
.show__onSpLayout {
  display: block;
}
@media screen and (min-width: 768px) {
  .show__onSpLayout {
    display: none !important;
  }
}
.show__onNotTouchDevice {
  display: block;
}
@media screen and (hover: none) {
  .show__onNotTouchDevice {
    display: none !important;
  }
}
.show__onTouchDevice {
  display: block;
}
@media screen and (hover: hover) {
  .show__onTouchDevice {
    display: none !important;
  }
}

.emg {
  text-align: center;
}
.emg .is-showEmg {
  margin-top: 20px;
}
@media screen and (max-width: 989px) {
  .emg.is-emg {
    display: none;
  }
}
@media screen and (min-width: 990px) {
  .emg.is-mem {
    display: none;
  }
}

.jsOff {
  margin: 16px auto 8px;
  padding: 8px;
  width: 96%;
  max-width: 768px;
  text-align: center;
  background-color: #fff;
  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;
}

.wrapper {
  position: relative;
}

@media screen and (min-width: 990px) {
  main > .inner {
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    border: 1px solid var(--color-white);
    border-bottom: none;
    filter: drop-shadow(0 5px 15px rgba(24, 67, 79, 0.1));
    transform: translateZ(0);
    border-radius: 20px 20px 0 0;
  }
}

header {
  width: 100%;
}
header::after {
  content: "";
  display: block;
  width: 100%;
  height: 13px;
  background-image: url(https://s.yimg.jp/images/bmg/bosaiguide/2025/img/border_navy.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: center;
  background-color: var(--color-yellow);
  z-index: 1;
}
header .corporateLogo {
  display: flex;
  align-items: start;
  gap: 20px;
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  padding: 18px 19px;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  header .corporateLogo {
    padding: 25px 30px;
  }
}
header .corporateLogo picture {
  display: block;
  position: relative;
}
header .corporateLogo picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header .corporateLogo .ylogo picture {
  width: 33px;
  padding-top: 54.5454545455%;
}
@media screen and (min-width: 768px) {
  header .corporateLogo .ylogo picture {
    width: 119px;
    padding-top: 25.2100840336%;
  }
}
header .corporateLogo .lnlogo picture {
  width: 51px;
  padding-top: 35.2941176471%;
}
@media screen and (min-width: 768px) {
  header .corporateLogo .lnlogo picture {
    width: 70px;
    padding-top: 35.7142857143%;
  }
}

.mainVisual {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.mainVisual::after {
  content: "";
  display: block;
  width: 100%;
  height: 13px;
  background-image: url(https://s.yimg.jp/images/bmg/bosaiguide/2025/img/border_yellow_soft.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: center;
  z-index: 1;
}
.mainVisual h1 {
  margin: 24px 0;
}
@media screen and (min-width: 768px) {
  .mainVisual h1 {
    margin: 45px 0;
  }
}
.mainVisual h1 img {
  width: 303px;
  height: 26px;
}
@media screen and (min-width: 768px) {
  .mainVisual h1 img {
    width: 387px;
    height: 33px;
  }
}
.mainVisual__smartphone {
  position: relative;
  width: 92px;
  height: 168px;
  margin-bottom: 20px;
  border: 6px solid var(--color-LYnavy100);
  border-radius: 20px;
  box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .mainVisual__smartphone {
    width: 138px;
    height: 244px;
    margin-bottom: 28px;
    border-width: 9px;
    border-radius: 24px;
  }
}
.mainVisual__smartphone::before {
  content: "";
  position: absolute;
  bottom: -4%;
  left: 53%;
  transform: translate(-50%, 0);
  width: 257%;
  height: 62%;
  background-image: url(https://s.yimg.jp/images/bmg/bosaiguide/2025/img/mainVisual_character.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .mainVisual__smartphone::before {
    height: 64%;
  }
}
.mainVisual__smartphone::after {
  content: "";
  position: absolute;
  bottom: -9%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 258%;
  height: 13%;
  border-radius: 100%;
  background: rgba(var(--color-black-rgb), 0.15);
  z-index: 0;
  mix-blend-mode: multiply;
}
.mainVisual__smartphone svg {
  position: absolute;
  top: -3%;
  left: 50%;
  translate: -50% 0;
  z-index: 10;
}
.mainVisual__smartphone .hazardMap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 13px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .mainVisual__smartphone .hazardMap {
    border-radius: 16px;
  }
}
.mainVisual__smartphone .hazardMap.color {
  z-index: 2;
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 1.3s;
  animation-delay: 0.2s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mainVisual__smartphone .evacuationSiteMark img {
  position: absolute;
  width: 30px;
  height: 35px;
  filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.25));
  transform: translateZ(0);
  z-index: 3;
  opacity: 0;
  animation-name: pinDrop;
  animation-duration: 0.3s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@media screen and (min-width: 768px) {
  .mainVisual__smartphone .evacuationSiteMark img {
    width: 35px;
    height: 41px;
  }
}
.mainVisual__smartphone .evacuationSiteMark img:first-of-type {
  top: 28%;
  left: 7%;
  animation-delay: 1.2s;
}
.mainVisual__smartphone .evacuationSiteMark img:nth-of-type(2) {
  top: 73%;
  left: 45%;
  animation-delay: 1.35s;
}
@keyframes pinDrop {
  0% {
    opacity: 0;
    translate: 0 -20px;
  }
  100% {
    opacity: 1;
    translate: 0;
  }
}
.mainVisual__lead {
  display: block;
  margin-bottom: 9px;
}
.mainVisual__lead img {
  width: 308px;
  height: 62px;
}
@media screen and (min-width: 768px) {
  .mainVisual__lead img {
    width: 353px;
    height: 72px;
  }
}
.mainVisual .swiper {
  display: flex;
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  padding-top: 19px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .mainVisual .swiper {
    justify-content: center;
    padding: 0 0 15px;
  }
}
.mainVisual .swiper-wrapper {
  display: flex;
}
@media screen and (min-width: 768px) {
  .mainVisual .swiper-wrapper {
    gap: 10px;
    scale: 0.82;
  }
}
.mainVisual .swiper-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 196px;
  padding: 15px 10px;
  background: var(--color-yellow-soft);
  border-radius: 10px;
  text-align: center;
}
.mainVisual .swiper-slide::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 28px;
  height: 24px;
  background-image: url(https://s.yimg.jp/images/bmg/bosaiguide/2025/img/polygon.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.mainVisual .swiper-slide .title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.4em;
}
.mainVisual .swiper-slide .title::before {
  content: "";
  display: block;
  width: 34px;
  height: 44px;
  background-image: url(https://s.yimg.jp/images/bmg/bosaiguide/2025/img/icon_checkmark.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right;
}
.mainVisual .swiper-slide > img {
  width: 152px;
  height: 72px;
}
.mainVisual .swiper-slide .summary {
  font-size: 1.5rem;
  line-height: 1.4em;
}
.mainVisual .swiper-button-prev, .mainVisual .swiper-button-next {
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 100px;
  background: rgba(0, 0, 62, 0.7);
  transition: opacity 0.4s ease;
}
.mainVisual .swiper-button-prev:focus-visible, .mainVisual .swiper-button-next:focus-visible {
  outline: auto;
}
@media screen and (hover: hover) {
  .mainVisual .swiper-button-prev:hover, .mainVisual .swiper-button-next:hover {
    opacity: 0.8;
  }
}
@media screen and (hover: hover) and (max-width: -1) {
  .mainVisual .swiper-button-prev:hover, .mainVisual .swiper-button-next:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: -1) {
  .mainVisual .swiper-button-prev, .mainVisual .swiper-button-next {
    top: unset;
    bottom: -54px;
    background: none;
  }
}
@media screen and (max-width: -1) {
  .mainVisual .swiper-button-prev, .mainVisual .swiper-button-next {
    bottom: -42px;
  }
}
.mainVisual .swiper-button-prev::after, .mainVisual .swiper-button-next::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-left: none;
  border-bottom: none;
}
@media screen and (max-width: -1) {
  .mainVisual .swiper-button-prev::after, .mainVisual .swiper-button-next::after {
    border-color: #00003e;
  }
}
.mainVisual .swiper-button-prev {
  left: 1%;
}
@media screen and (max-width: -1) {
  .mainVisual .swiper-button-prev {
    left: calc(50% - 95px);
  }
}
.mainVisual .swiper-button-prev::after {
  transform: rotate(-135deg);
  margin-left: 3px;
}
.mainVisual .swiper-button-next {
  right: 1%;
}
@media screen and (max-width: -1) {
  .mainVisual .swiper-button-next {
    right: calc(50% - 95px);
  }
}
.mainVisual .swiper-button-next::after {
  transform: rotate(45deg);
  margin-right: 3px;
}
.mainVisual .swiper-operation-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .mainVisual .swiper-operation-wrapper {
    display: none;
  }
}
.mainVisual .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  gap: 11px;
}
.mainVisual .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 !important;
  background: var(--color-gray-dark);
  opacity: 1;
  border-radius: 100px;
}
.mainVisual .swiper-pagination-bullet-active {
  background: var(--color-search-blue);
}
.mainVisual .swiper-autoPlayToggle {
  position: relative;
  width: 18px;
  height: 18px;
  background: var(--color-gray-dark);
  border-radius: 100px;
  z-index: 1;
}
.mainVisual .swiper-autoPlayToggle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 6px;
  clip-path: initial;
  background: transparent;
  box-sizing: content-box;
  border: 2.5px solid var(--color-white);
  border-top: none;
  border-bottom: none;
  translate: -50% -50%;
}
@media screen and (min-width: 990px) {
  .mainVisual .swiper-autoPlayToggle::before {
    width: 2px;
    height: 8px;
  }
}
.mainVisual .swiper-autoPlayToggle.paused::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 9px;
  background: var(--color-white);
  box-sizing: border-box;
  translate: -38% -50%;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (min-width: 990px) {
  .mainVisual .swiper-autoPlayToggle.paused::before {
    width: 8px;
    height: 9px;
  }
}

.attentionArrow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.attentionArrow svg {
  animation-name: arrow_bounce;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.47, 0, 0.6, 1);
  animation-iteration-count: 1;
}
.attentionArrow svg:first-of-type {
  animation-delay: 1.6s;
}
.attentionArrow svg:nth-of-type(2) {
  animation-delay: 1.7s;
}

@keyframes arrow_bounce {
  0% {
    translate: 0;
  }
  50% {
    translate: 0 5px;
  }
  100% {
    translate: 0;
  }
}
.search-wrapper {
  position: relative;
  width: 311px;
  height: 44px;
  margin-bottom: 19px;
}
@media screen and (min-width: 768px) {
  .search-wrapper {
    width: 410px;
    height: 52px;
    margin-bottom: 14px;
  }
}
.search-wrapper form {
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .search-wrapper form {
    font-size: 1.8rem;
  }
}

.search-container {
  display: flex;
  align-items: center;
  border: 2px solid #1a75ff;
  border-radius: 4px;
  overflow: hidden;
  font-family: Arial, sans-serif;
  font-size: 1.8rem;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .search-container {
    font-size: 2.1rem;
  }
}

.search-icon {
  padding-left: 10px;
  color: gray;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: block;
  box-sizing: content-box;
}
.search-icon:has(+ .search-input:focus) {
  display: none;
}
@media screen and (min-width: 768px) {
  .search-icon {
    display: none;
  }
}

.search-input {
  border: none;
  outline: none;
  padding: 0 10px;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  flex-grow: 1;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .search-input {
    padding-left: 20px;
  }
}
.search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.clear-icon {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding-right: 10px;
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.search-button {
  position: relative;
  width: 76px;
  height: 100%;
  margin-left: auto;
  padding: 0 10px;
  flex-shrink: 0;
  color: white;
  white-space: nowrap;
  font-family: inherit;
  font-size: 1.8rem;
  border: none;
  background-color: #1a75ff;
  transition: background-color ease 0.3s !important;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .search-button {
    width: 90px;
    font-size: 2rem;
  }
}
.search-button:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -200px;
  width: 300%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  filter: blur(2px);
  transform: translateZ(0);
  transform: rotate(-45deg);
  animation-name: searchButtonEffect;
  animation-duration: 1.2s;
  animation-delay: 1.8s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: none;
}
@keyframes searchButtonEffect {
  0% {
    left: -200px;
  }
  100% {
    left: 200px;
  }
}
.search-button:hover, .search-button:focus-visible {
  background-color: #0065f2;
  opacity: 1 !important;
}

.results-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 233px;
  background-color: #fff;
  border-radius: 4px;
  will-change: filter;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.25));
  transform: translateZ(0);
  z-index: 100;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .results-list {
    width: 318px;
  }
}
.results-list li {
  border-bottom: 1px solid #ccc;
  padding: 8px 12px;
  color: #000;
  font-size: 1.4rem;
  cursor: pointer;
  text-align: left;
}
.results-list li:last-child {
  border-bottom: 0;
}
.results-list li:hover {
  background-color: #ddd;
}
.results-list li.selected {
  background-color: #bcd6ff;
}

.linkEvacuationSiteTop table,
.projectOverview .placeInformation .buttonToMap {
  animation: displayDelay 1s linear 0s 1 normal forwards;
}

.linkEvacuationSiteTop.isOpen table,
.projectOverview .placeInformation.isOpen .buttonToMap {
  animation: none;
}

/* 閉じられている要素にフォーカスが当たらないようにする */
@keyframes displayDelay {
  0% {
    visibility: visible;
  }
  99% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}
.search-note {
  margin-bottom: 10px;
  font-size: 1.1rem;
  line-height: 1.4em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .search-note {
    font-size: 1.2rem;
  }
}

.howToHazardMap__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  padding: 30px 0 0;
  background: var(--color-yellow-soft);
}
.howToHazardMap__wrapper::after {
  content: "";
  display: block;
  width: 100%;
  height: 13px;
  background-image: url(https://s.yimg.jp/images/bmg/bosaiguide/2025/img/border_navy.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: center;
  background-color: var(--color-yellow-soft);
  z-index: 1;
}

.howToHazardMap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.howToHazardMap__title {
  font-size: 2.4rem;
  line-height: 1.4em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
.howToHazardMap small {
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.howToHazardMap__inner {
  position: relative;
  width: 212px;
  height: 376px;
  border: 8px solid var(--color-LYnavy100);
  border-radius: 29px;
  box-sizing: content-box;
  background: var(--color-white);
  overflow: hidden;
}
.howToHazardMap__inner video {
  width: 100%;
  height: 100%;
  filter: brightness(0.8);
  transform: translateZ(0);
  transition: filter 0.4s ease;
}
.howToHazardMap__inner video.isPlaying {
  filter: none;
}
.howToHazardMap__inner button {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 61px;
  height: 61px;
  background: var(--color-white);
  border-radius: 100px;
}
.howToHazardMap__inner button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -40% -50%;
  display: block;
  width: 22px;
  height: 26px;
  background: var(--color-LYnavy90);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.searchPrompt {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.searchPrompt__title {
  font-size: 2.4rem;
  line-height: 1.4em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
.searchPrompt .search-wrapper {
  margin-bottom: 15px;
}
.searchPrompt .search-note {
  margin-bottom: 0;
}

.contentsWrapper {
  width: 100%;
  margin: 0 auto;
  background: var(--color-bg);
}
.contentsWrapper__title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 2px;
  padding: 40px 0 20px;
  font-size: 2.6rem;
  line-height: 1em;
  font-weight: 600;
  z-index: 1;
}
.contentsWrapper__title::after {
  content: "";
  position: absolute;
  top: 64%;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  width: 160px;
  height: 11px;
  background: var(--color-yellow);
  z-index: -1;
}

.category {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
  padding: 0 20px 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .category {
    padding: 0 0 40px;
  }
}
.category::before {
  content: "";
  display: block;
  width: 100vw;
  height: 13px;
  margin-bottom: 40px;
  background-image: url(https://s.yimg.jp/images/bmg/bosaiguide/2025/img/border_yellow.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .category::before {
    width: 100%;
  }
}
.category:first-of-type .category__title {
  margin-top: 20px;
}
.category:first-of-type::before {
  content: none;
}
.category__title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 335px;
  margin-bottom: 10px;
  color: var(--color-black);
  font-size: 2.5rem;
  line-height: 1em;
  font-weight: 600;
  z-index: 1;
}
.category__title::before {
  content: "";
  display: block;
  width: 33px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right;
}
.category__title .kerning {
  letter-spacing: -1rem;
}
.category__lead {
  max-width: 335px;
  margin-bottom: 30px;
  padding-left: 15px;
  font-size: 1.5rem;
  line-height: 1.7em;
}
@media screen and (min-width: 768px) {
  .category__lead {
    max-width: none;
  }
}
.category__contentsList {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .category__contentsList {
    flex-direction: row;
  }
}
.category__contentsList > li {
  width: 100%;
}
.category__card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 335px;
}
.category__card > a > picture {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 35.8208955224%;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  z-index: 1;
}
.category__card > a > picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.category__card > a > .textbox {
  padding: 12px;
  font-size: 1.4rem;
  line-height: 1.4em;
}

#experience .category__title::before {
  background-image: url(https://s.yimg.jp/images/bmg/bosaiguide/2025/img/icon_category_experience_yellow_soft.png);
}

#learn .category__title::before {
  background-image: url(https://s.yimg.jp/images/bmg/bosaiguide/2025/img/icon_category_learn_yellow_soft.png);
}

#buy .category__title::before {
  background-image: url(https://s.yimg.jp/images/bmg/bosaiguide/2025/img/icon_category_buy_yellow_soft.png);
}

#know .category__title::before {
  background-image: url(https://s.yimg.jp/images/bmg/bosaiguide/2025/img/icon_category_know_yellow_soft.png);
}

#experience .category__title::before {
  width: 33px;
}

#learn .category__title::before {
  width: 37px;
}

#buy .category__title::before {
  width: 38px;
}

#know .category__title::before {
  width: 38px;
}

#know .category__lead {
  padding-left: 0;
}

#know .category__card {
  margin: 30px 0 0;
}

.sp-hinan {
  box-sizing: content-box;
  background: transparent !important;
  max-width: 335px !important;
}
@media screen and (min-width: 768px) {
  .sp-hinan {
    margin-bottom: 15px;
    max-width: 680px !important;
  }
}
@media screen and (hover: hover) {
  .sp-hinan:hover {
    opacity: 1 !important;
  }
}
.sp-hinan a {
  transition: opacity 0.4s ease;
}
@media screen and (hover: hover) {
  .sp-hinan a:hover {
    opacity: 0.6;
  }
}
.sp-hinan picture {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 59.7014925373%;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .sp-hinan picture {
    padding-top: 29.4117647059%;
  }
}
.sp-hinan picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .sp-hinan ul {
    display: flex;
  }
}
.sp-hinan__card {
  width: 100%;
  background: var(--color-white);
}
.sp-hinan__card a {
  display: block;
}
.sp-hinan__card .inner {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 13px 15px 10px;
}
@media screen and (min-width: 768px) {
  .sp-hinan__card .inner {
    padding: 16px 22px;
  }
}
.sp-hinan__card .inner::before {
  content: "";
  display: block;
  min-width: 76px;
  height: 76px;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.sp-hinan__card .textbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  width: 100%;
  position: relative;
  text-align: start;
}
.sp-hinan__card .textbox .title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 150%;
}
.sp-hinan__card .textbox .title span {
  display: inline-block;
  padding: 4px 8px;
  background: var(--color-yahoo);
  color: var(--color-white);
  font-size: 1rem;
  line-height: 100%;
}
.sp-hinan__card .textbox .summary {
  font-size: 1.4rem;
  line-height: 140%;
  letter-spacing: -0.02rem;
}
.sp-hinan__card .button {
  box-sizing: border-box;
  max-width: 305px;
  padding: 8px 10px;
  margin: 0 0 15px;
  font-size: 1.6rem;
  opacity: 1 !important;
}
.sp-hinan__card .button::after {
  border-width: 2px;
}
@media screen and (min-width: 768px) {
  .sp-hinan__card .button {
    margin: 0 0 16px;
  }
}
.sp-hinan__card:first-of-type {
  position: relative;
  margin-bottom: 15px;
  border-radius: 0px 0px 15px 15px;
}
@media screen and (min-width: 768px) {
  .sp-hinan__card:first-of-type {
    margin-bottom: 0;
    border-radius: 0 0 0 15px;
  }
}
.sp-hinan__card:first-of-type::after {
  content: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color-black);
  opacity: 0.1;
}
@media screen and (min-width: 768px) {
  .sp-hinan__card:first-of-type::after {
    content: "";
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    translate: 0 -50%;
    width: 1px;
    height: 140px;
  }
}
.sp-hinan__card:nth-of-type(2) {
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .sp-hinan__card:nth-of-type(2) {
    border-radius: 0 0 15px 0;
  }
}
.sp-hinan__card.sg .inner::before {
  background-image: url(https://s.yimg.jp/images/bmg/bosaiguide/2025/img/contents/sp-hinan_icon_sg.png);
}
.sp-hinan__card.js .inner::before {
  background-image: url(https://s.yimg.jp/images/bmg/bosaiguide/2025/img/contents/sp-hinan_icon_js.png);
}

#withKids {
  width: 100%;
  max-width: 335px;
  padding: 5px 15px 25px;
  margin: 30px auto 0;
  border-radius: 10px;
  background: #FFFAD5;
}
@media screen and (min-width: 768px) {
  #withKids {
    max-width: 690px;
  }
}
#withKids::before {
  content: none;
}
#withKids .category__title {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: normal;
}
#withKids .category__title::before {
  content: none;
}
#withKids .category__lead {
  margin-bottom: 20px;
}
#withKids .category__card {
  max-width: 300px;
}
#withKids .category__card picture {
  padding-top: 40%;
}
#withKids .textLink {
  color: #CC565C;
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: underline;
}

.news {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.news__title {
  margin-bottom: 6px;
  margin: 0;
  padding-bottom: 10px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 32px;
}
.news__lead {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin: 0 auto;
  padding: 17px 0;
  font-size: 1.3rem;
  line-height: 20px;
  box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .news__lead {
    height: 20px;
  }
}
@media screen and (min-width: 768px) {
  .news__lead br.show__onSpLayout {
    display: none !important;
  }
}
.news__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .news__list {
    justify-content: start;
    flex-direction: initial;
    width: 690px;
    gap: 20px;
  }
}
.news__listItem {
  width: 100%;
  max-width: 335px;
  height: -moz-fit-content;
  height: fit-content;
}
.news__listItem a {
  display: flex;
  align-items: center;
}
.news__listItem__img {
  width: 90px;
  height: 90px;
  position: relative;
  border-radius: 15px 0 0 15px;
  box-sizing: content-box;
  overflow: hidden;
  z-index: 1;
  background: var(--color-gray);
  flex-shrink: 0;
}
.news__listItem__img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.news__listItem__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 0 10px;
  text-align: start;
  flex-shrink: 1;
}
.news__listItem__text .title {
  font-size: 1.4rem;
  line-height: 1.4em;
  font-weight: 600;
  display: flex;
  align-items: flex-start;
  letter-spacing: -0.08rem;
}
.news__listItem__text .description {
  font-size: 1.1rem;
  line-height: 14px;
  color: var(--color-gray-dark);
}

.news-iframe {
  width: 100%;
  border: none;
  overflow: hidden;
}

.sns {
  padding-bottom: 40px;
  display: flex;
  text-align: center;
  justify-content: center;
  transition: opacity 0.4s ease, translate 0.4s ease;
}
.sns__inner {
  display: flex;
  align-items: center;
  gap: 16px;
}
.sns__inner > li {
  transition: translate 0.4s ease;
}
.sns__inner > li a {
  display: block;
  width: 43px;
  height: 43px;
  padding: 0;
  border-radius: 100px;
}
.sns__inner > li a img {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.4s ease;
}
@media screen and (hover: hover) {
  .sns__inner > li a:hover img {
    opacity: 0.6;
  }
}

.fixItem {
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  translate: 0 70px;
  border-radius: 15px 0 0 15px;
  overflow: visible;
  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) {
  .fixItem {
    width: 70px;
    bottom: 40px;
    border-radius: 15px;
    overflow: hidden;
    opacity: 0;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.1));
    transition: opacity 0.4s ease;
    background: var(--color-white);
  }
}
.fixItem .nav {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 30px env(safe-area-inset-bottom);
  background: var(--color-white);
  border-radius: 15px 15px 0 0;
  transform: translateZ(0);
  z-index: 1;
  font-size: 1.2rem;
  font-weight: 600;
}
@media screen and (min-width: 990px) and (min-height: 700px) {
  .fixItem .nav {
    height: auto;
    padding: 0;
    border-radius: 6px 6px 0 0;
  }
}
.fixItem .nav__list {
  display: flex;
  width: 100%;
  max-width: 350px;
}
@media screen and (min-width: 990px) and (min-height: 700px) {
  .fixItem .nav__list {
    flex-direction: column;
    padding: 15px 0;
  }
}
.fixItem .nav__listItem {
  width: 100%;
  height: 70px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 990px) and (min-height: 700px) {
  .fixItem .nav__listItem {
    height: 70px;
  }
}
.fixItem .nav__listItem:last-of-type {
  margin-bottom: 0;
}
.fixItem .nav__listItem a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  color: var(--color-LYnavy60);
  font-weight: 600;
  transition: opacity 0.4s ease;
}
.fixItem .nav__listItem a::before, .fixItem .nav__listItem a::after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.fixItem .nav__listItem a::after {
  position: absolute;
  top: 6.4px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.fixItem .nav__listItem a.active {
  color: var(--color-black);
}
.fixItem .nav__listItem a.active::after {
  opacity: 1;
}
@media screen and (hover: hover) {
  .fixItem .nav__listItem a:hover {
    opacity: 0.6;
  }
}
.fixItem .nav__listItem a img {
  width: 38px;
  height: 38px;
  position: relative;
}
.fixItem .nav__listItem .experience::before {
  background-image: url(https://s.yimg.jp/images/bmg/bosaiguide/2025/img/icon_category_experience_inactive.png);
}
.fixItem .nav__listItem .experience::after {
  background-image: url(https://s.yimg.jp/images/bmg/bosaiguide/2025/img/icon_category_experience_yellow.png);
}
.fixItem .nav__listItem .learn::before {
  background-image: url(https://s.yimg.jp/images/bmg/bosaiguide/2025/img/icon_category_learn_inactive.png);
}
.fixItem .nav__listItem .learn::after {
  background-image: url(https://s.yimg.jp/images/bmg/bosaiguide/2025/img/icon_category_learn_yellow.png);
}
.fixItem .nav__listItem .buy::before {
  background-image: url(https://s.yimg.jp/images/bmg/bosaiguide/2025/img/icon_category_buy_inactive.png);
}
.fixItem .nav__listItem .buy::after {
  background-image: url(https://s.yimg.jp/images/bmg/bosaiguide/2025/img/icon_category_buy_yellow.png);
}
.fixItem .nav__listItem .know::before {
  background-image: url(https://s.yimg.jp/images/bmg/bosaiguide/2025/img/icon_category_know_inactive.png);
}
.fixItem .nav__listItem .know::after {
  background-image: url(https://s.yimg.jp/images/bmg/bosaiguide/2025/img/icon_category_know_yellow.png);
}
.fixItem .gotoTop {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 48px;
  padding-top: 4px;
  position: absolute;
  top: 0px;
  right: 10px;
  box-sizing: content-box;
  background: var(--color-white);
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  color: var(--color-LYnavy100);
  border-radius: 50%;
  transition: opacity 0.4s ease, translate 0.4s ease;
  z-index: -1;
}
@media screen and (hover: hover) {
  .fixItem .gotoTop:hover {
    opacity: 0.8 !important;
  }
}
@media screen and (min-width: 990px) and (min-height: 700px) {
  .fixItem .gotoTop {
    position: relative;
    right: 0;
    width: 100%;
    height: 50px;
    background: var(--color-yellow);
    border-radius: 0 0 8px 8px;
    translate: 0 0;
    transition: opacity 0.4s ease;
    z-index: 0;
  }
}
.fixItem .gotoTop:focus-visible {
  outline: auto;
}
.fixItem .gotoTop::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: 2px solid var(--color-LYnavy100);
  border-bottom: none;
  border-right: none;
  rotate: 45deg;
  transition: border 0.4s ease;
}

.show__fixItem {
  opacity: 1 !important;
  translate: 0;
}
@media screen and (min-width: 990px) {
  .show__fixItem {
    translate: -40px 0;
  }
}
@media screen and (min-width: 1280px) {
  .show__fixItem {
    translate: calc((-100vw + 1200px) / 2) 0;
  }
}
@media screen and (max-height: 700px) {
  .show__fixItem {
    translate: 0 !important;
  }
}

.show__gotoTop {
  opacity: 1 !important;
  translate: 0 -60px;
}
@media screen and (min-width: 990px) {
  .show__gotoTop {
    translate: 0 0;
  }
}
@media screen and (min-width: 990px) and (max-height: 700px) {
  .show__gotoTop {
    translate: 0 -60px;
  }
}

.fixItem button.gotoTop:focus-visible,
.fixItem button.sns__text:focus-visible,
.nav__listItem > a:focus-visible,
[class^=sns__] > a:focus-visible {
  outline-offset: -3px;
  outline-style: auto;
}

#footer {
  width: 100%;
  margin: 0 auto;
  background: #00003e;
  color: #fff;
  text-align: center;
}
#footer a {
  color: #fff;
  transition: all 0.4s ease;
}
@media screen and (hover: hover) {
  #footer a:hover {
    opacity: 0.6;
  }
}

.footer__inner {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 35px 0;
}
@media screen and (max-width: 989px) {
  .footer__inner {
    padding: 35px 30px calc(150px + env(safe-area-inset-bottom));
  }
}
@media screen and (max-width: 767px) {
  .footer__inner {
    max-width: 375px;
  }
}
@media screen and (max-height: 700px) {
  .footer__inner {
    padding-bottom: calc(150px + env(safe-area-inset-bottom));
  }
}
.footer__propertyLink {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__propertyLink li {
  display: inline-block;
  margin-right: 30px;
}
.footer__propertyLink li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .footer__propertyLink li {
    margin-right: 20px;
  }
}
.footer__propertyLink li a {
  display: block;
}
@media screen and (hover: hover) {
  .footer__propertyLink li a:hover {
    opacity: 1 !important;
  }
}
.footer__propertyLink li a.ylogo img {
  width: 100%;
}
@media screen and (max-width: 989px) {
  .footer__propertyLink li a.ylogo img {
    width: 41px;
  }
}
@media screen and (max-width: 767px) {
  .footer__propertyLink li a.ylogo img {
    width: 35.63px;
  }
}
.footer__propertyLink li a.lnlogo img {
  width: 100%;
  height: 19px;
  vertical-align: top;
}
@media screen and (min-width: 767px) {
  .footer__propertyLink li a.lnlogo img {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .footer__propertyLink li a.lnlogo img {
    width: 53.67px;
    vertical-align: bottom;
  }
}
.footer__propertyLink li img {
  height: 24px;
}
@media screen and (max-width: 767px) {
  .footer__propertyLink li img {
    height: 19px;
  }
}
.footer__subLink {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 1.2rem;
  justify-content: center;
  padding-bottom: 35px;
  border-bottom: solid 1px rgba(225, 225, 225, 0.5);
}
.footer__subLink li {
  position: relative;
}
.footer__subLink li:not(:first-child):before {
  content: "-";
  position: absolute;
  top: 0;
  left: -12px;
}
@media screen and (max-width: 767px) {
  .footer__subLink li:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__subLink li:nth-child(4):before {
    content: "";
  }
}
.footer__subLink li a {
  display: block;
  height: 100%;
}
.footer__subLink .show__onPcLayout {
  display: inline;
}
.footer__copyright {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 28px;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    gap: 5px;
    margin: 0 15px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 360px) {
  .footer__copyright {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 360px) {
  .footer__copyright li {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.footer__copyright li:nth-of-type(2) {
  margin: 0;
}
.footer__copyright li p {
  opacity: 0.7;
}
.footer__copyright li p small {
  font-size: 1.2rem;
}
.footer__copyright li a {
  display: block;
}
@media screen and (hover: hover) {
  .footer__copyright li a:hover {
    opacity: 1 !important;
  }
}
.footer__copyright li a img {
  display: block;
}
.footer__qrText {
  font-size: 1rem;
  opacity: 0.7;
  text-align: left;
  margin: 0 auto;
}
.footer__qrText a {
  text-decoration: underline;
}

.card01 {
  display: block;
  background: var(--color-white);
  border-radius: 15px;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.1));
  transform: translateZ(0);
  transition: opacity 0.4s ease;
}
@media screen and (hover: hover) {
  .card01:hover {
    opacity: 0.7;
  }
}

.banner {
  display: block;
  background: var(--color-gray);
  max-width: 320px;
  transition: opacity 0.4s ease;
}
@media screen and (min-width: 768px) {
  .banner {
    max-width: 540px !important;
  }
}
@media screen and (hover: hover) {
  .banner:hover {
    opacity: 0.7;
  }
}
.banner picture {
  display: block;
  position: relative;
  padding-top: 28.125%;
}
@media screen and (min-width: 768px) {
  .banner picture {
    padding-top: 14.8148148148%;
  }
}
.banner picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.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-white);
}

.textLink {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: var(--color-black);
  font-size: 1.3rem;
  font-weight: normal;
  border-bottom: 1px solid var(--color-black);
  opacity: 1;
  transition: opacity 0.4s ease;
}
@media screen and (hover: hover) {
  .textLink:hover {
    opacity: 0.6;
  }
}
.textLink::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid var(--color-black);
  border-right: none;
  border-bottom: none;
  rotate: -225deg;
}

.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);
  }
}
.supportNote {
  font-size: 1.2rem;
  max-width: 468px;
  margin: 0 auto;
  padding: 0 20px 40px;
}/*# sourceMappingURL=style.css.map */