@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
body.dental-medical-modal-open {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body.dental-medical-modal-open {
    overflow: hidden;
  }
}

.p-dental-medical-modal {
  position: fixed;
  width: 100%;
  height: 100dvh;
  top: 0;
  left: 0;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: grid;
  place-items: center;
  z-index: 10000;
  display: none;
  box-sizing: border-box;
  color: #434749;
  font-family: "Noto Sans JP", "Akshar", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.875;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  -webkit-font-smoothing: auto;
  font-feature-settings: normal;
  letter-spacing: normal;
}
.p-dental-medical-modal button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-dental-medical-modal.is-visible {
  display: block;
}
.p-dental-medical-modal__outer {
  position: absolute;
  width: 100%;
  max-width: calc(100% - 30px);
  height: auto;
  max-height: calc(100% - 100px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-dental-medical-modal__outer {
    width: 900px;
  }
}
.p-dental-medical-modal__scroll {
  position: relative;
  overflow: auto;
  width: 100%;
  height: 100%;
  max-height: calc(100dvh - 80px);
}
.p-dental-medical-modal__inr {
  width: 100%;
  height: auto;
  margin: auto auto;
  background-color: #fff;
  padding: 18px 15px 15px;
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-dental-medical-modal__inr {
    width: 900px;
    padding: 48px 50px 40px;
  }
}
.p-dental-medical-modal__text {
  font-size: 15px;
  text-align: center;
  line-height: 2;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-dental-medical-modal__text {
    line-height: 1.5;
  }
}
.p-dental-medical-modal__lead {
  font-size: 20px;
  font-weight: 700;
  color: #00B2ed;
  text-align: center;
}

.p-dental-medical-modal-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 24px;
  gap: 20px;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-dental-medical-modal-list {
    margin-top: 40px;
  }
}
.p-dental-medical-modal-list__item {
  width: 97px;
  height: 97px;
}
@media screen and (min-width: 768px) {
  .p-dental-medical-modal-list__item {
    width: 180px;
    height: 55px;
  }
}
.p-dental-medical-modal-list__item button,
.p-dental-medical-modal-list__item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #999;
  color: #fff;
  line-height: 1.2;
  font-size: 15px;
  font-family: "Noto Sans JP", "Akshar", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .p-dental-medical-modal-list__item button:hover,
  .p-dental-medical-modal-list__item a:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}
.p-dental-medical-modal-list__item button {
  background-color: #00B2ed;
}

@media screen and (min-width: 768px) {
  .u-pc-none {
    display: none;
  }
}/*# sourceMappingURL=dental-medical.css.map */