.isi .mb.mb.mb {
  margin-bottom: 1.6rem;
}
.isi .c-primary {
  color: #122674;
}
.isi h2 {
  text-align: left;
  font-weight: 600;
  color: #4D8CFF;
  font-size: 1.6rem;
  line-height: 1.7rem;
  margin: 1.6rem 0 1.2rem;
}
@media (max-width: 768px) {
  .isi h2 {
    margin: 1.2rem 0 1rem;
  }
}
.isi h2:first-child {
  line-height: 1.4;
  margin-top: 0;
}
.isi h2.bold {
  font-weight: 700;
}
.isi h3 {
  text-align: left;
  font-weight: 600;
  color: #122674;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.isi h3:not(:last-child) {
  margin-bottom: 0.4rem;
}
.isi p,
.isi ul li {
  font-weight: 400;
  color: #727272;
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin: 1.2rem 0;
}
.isi ul {
  list-style-type: none;
  padding-left: 2.4rem;
}
.isi ul li {
  position: relative;
  margin-bottom: 0.4rem;
  padding-top: 0.8rem;
}
.isi ul li:before {
  content: '';
  position: absolute;
  left: -1rem;
  top: 1.8rem;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #727272;
  border-radius: 50%;
}
.isi .web-link {
  color: #727272;
  font-weight: 600;
  text-decoration: underline;
  white-space: nowrap;
}
.isi .tel-link {
  color: #727272;
  font-weight: 400;
  text-decoration: none;
}
.isi .tel-link.bold {
  font-weight: 600;
}
.isi .link {
  color: #4D8CFF;
  font-weight: 600;
  text-decoration: underline;
}
.isi span {
  color: #727272;
  font-weight: 600;
}
.isi-panel {
  --isi-padding-top: 1.3rem;
  --isi-width: 129.6rem;
  --isi-min-height: 4.6rem;
  --isi-height: 33dvh;
  --isi-bottom: 0;
  --isi-border-radius: 1rem 1rem 0 0;
  position: fixed;
  left: 50%;
  bottom: var(--isi-bottom);
  z-index: 10;
  overflow: hidden;
  box-shadow: 0 0.2rem 0.6rem 0 #0000004D;
  border: 0.1rem solid #E7E7E7;
  border-radius: var(--isi-border-radius);
  max-height: var(--isi-height);
  width: var(--isi-width);
  background-color: #fff;
  padding: var(--isi-padding-top) 3.2rem 0 2rem;
  transform: translateX(-50%);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .isi-panel {
    --isi-min-height: 6.3rem;
    --isi-width: 36.4rem;
    padding: var(--isi-padding-top) 1.8rem 0;
  }
}
.isi-panel__toggle-area {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: var(--isi-min-height);
  cursor: pointer;
}
.isi-panel .content {
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  max-height: calc(var(--isi-height) - var(--isi-padding-top));
  transition: all 0.5s ease-in-out;
}
.isi-panel .content::-webkit-scrollbar {
  display: none;
}
.isi-panel .toggle-button {
  position: absolute;
  right: 1.7rem;
  top: 1.7rem;
  outline: none;
  border: none;
  width: 1.5rem;
  height: 1.5rem;
  background-color: transparent;
  cursor: pointer;
}
@media (max-width: 768px) {
  .isi-panel .toggle-button {
    top: 2rem;
  }
}
.isi-panel .toggle-button::before,
.isi-panel .toggle-button::after {
  content: '';
  position: absolute;
  display: block;
  background-color: #122673;
}
.isi-panel .toggle-button::before {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 0.15rem;
}
@media (max-width: 768px) {
  .isi-panel .toggle-button::before {
    height: 0.17rem;
  }
}
.isi-panel .toggle-button::after {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.15rem;
  height: 100%;
}
@media (max-width: 768px) {
  .isi-panel .toggle-button::after {
    width: 0.17rem;
  }
}
.isi-panel[data-state="open"] {
  --isi-height: min(55.5rem, 90dvh);
}
.isi-panel[data-state="open"] .toggle-button::after {
  display: none;
}
.isi-panel[data-state="closed"] {
  --isi-height: var(--isi-min-height);
  --isi-bottom: 1.9rem;
  --isi-border-radius: 1rem;
}
@media (max-width: 768px) {
  .isi-panel[data-state="closed"] {
    --isi-bottom: 0.5rem;
  }
}
.isi-panel[data-state="closed"] .content {
  overflow-y: hidden;
  height: fit-content;
}
.isi-panel.hidden {
  display: block !important;
  transform: translateX(-50%) translateY(200%);
}
.isi-panel .isi h2:not(:last-child) {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .isi-panel .isi h2:first-child {
    line-height: 1.1;
  }
}
.isi-panel .isi h2.bold {
  font-weight: 600;
}
.isi-panel .isi .mb {
  margin-bottom: 1.6rem;
}
.isi-panel .isi .mb-1 {
  margin-bottom: 0.8rem;
}
.isi-footer {
  padding: 5.5rem 0 3.9rem;
  max-width: 91.2rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .isi-footer {
    padding: 3.5rem 0 1.7rem;
    max-width: 33.4rem;
  }
}
/*# sourceMappingURL=isi.css.map */