@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
.pc {
  display: none !important;
}

.column {
  display: none;
}

.p-menu .p-menu__head .p-menu__head-r .btns {
  display: block;
}
.p-menu .p-menu__head .p-menu__head-r .btns .btn {
  font-family: "Zen Maru Gothic", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 600;
  width: 94.6666666667vw;
  margin: 10px 0 0;
}
.p-menu .p-menu__head .p-menu__head-r .btns .btn:first-of-type {
  margin: 0;
}
.p-menu .p-menu__head h2 {
  display: grid;
  align-items: end;
  justify-content: center;
  font-family: "Zen Maru Gothic", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 600;
  text-align: center;
  color: #009fe8;
  font-size: 28px;
  width: 100%;
  height: 20vw;
}

/* =================================================
   unique layout
================================================= */
.container .inner section.p-menu .p-menu__body h3 {
  color: #009fe8;
  font-size: 14px;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.container .inner section.p-menu .p-menu__body p {
  font-size: 14px;
  margin-bottom: 1em;
}
.container .inner section.p-menu .p-menu__body p.notice {
  display: grid;
  grid-template-columns: auto 1fr auto;
}
.container .inner section.p-menu .p-menu__body p.notice small {
  display: block;
}
.container .inner section.p-menu .p-menu__body p.notice small:nth-of-type(1) {
  grid-column: 1;
}
.container .inner section.p-menu .p-menu__body p.notice small:nth-of-type(2) {
  grid-column: 3;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  .p-menu .p-menu__head {
    flex-wrap: wrap;
  }
  .p-menu .p-menu__head .p-menu__head-r .btns .btn {
    width: 100%;
    margin: 10px 0 0;
  }
  .p-menu .p-menu__head h2 {
    height: 150px;
  }
  /* =================================================
     unique layout
  ================================================= */
  .container .inner section.p-menu .p-menu__body h3 {
    margin-top: 1.5em;
  }
}/*# sourceMappingURL=patient.css.map */