@charset "UTF-8";
/* ==================================================
page.css
================================================== */
.post-content .section:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .post-content .section:not(:last-child) {
    margin-bottom: 64px;
  }
}

.content {
  line-height: 2;
}
.content.is-small {
  font-size: 1.4rem;
}
.content.is-normal {
  font-size: 1.6rem;
}
.content.is-large {
  font-size: 1.8rem;
}
.content a:not(.ico-arrow) {
  text-decoration: underline;
}
.content a:not(.ico-arrow):hover, .content a:not(.ico-arrow):focus, .content a:not(.ico-arrow):active {
  text-decoration: none;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
}
.content h1:not(:first-child),
.content h2:not(:first-child),
.content h3:not(:first-child),
.content h4:not(:first-child),
.content h5:not(:first-child),
.content h6:not(:first-child) {
  margin-top: 3em;
}
.content h1:not(.is-no-deco) {
  color: #3d4a50;
  font-size: 1.75em;
  line-height: 1.2;
}
.content h2:not(.is-no-deco) {
  width: calc(100% + 12px);
  margin-bottom: 1.6em;
  padding-top: 1.4em;
  padding-bottom: 1.4em;
  color: #3d4a50;
  font-size: 1.5em;
  line-height: 1.2;
  letter-spacing: 0.075em;
}
.content h2:not(.is-no-deco)::before, .content h2:not(.is-no-deco)::after {
  position: absolute;
  right: -6px;
  left: -6px;
  border-radius: 999px;
  content: "";
}
.content h2:not(.is-no-deco)::before {
  top: 0;
  height: 6px;
  background-image: linear-gradient(125deg, #4fac7f, #35a291);
}
.content h2:not(.is-no-deco)::after {
  bottom: 0;
  height: 2px;
  background-color: #d9e4df;
}
.content h3:not(.is-no-deco) {
  margin-bottom: 1.6em;
  padding: 0.25em 0 0.25em 24px;
  color: #3d4a50;
  font-size: 1.375em;
  line-height: 1.2;
}
.content h3:not(.is-no-deco)::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  border-radius: 999px;
  background-color: #3f9877;
  content: "";
}
.content h4:not(.is-no-deco) {
  margin-bottom: 2em;
  padding-bottom: 1em;
  color: #515755;
  font-size: 1.25em;
  line-height: 1.2;
}
.content h4:not(.is-no-deco)::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 80px;
  height: 2px;
  border-radius: 999px;
  background-color: #7b8683;
  content: "";
}
.content h5:not(.is-no-deco) {
  margin-bottom: 1.8em;
  padding-bottom: 0.85em;
  color: #515755;
  font-size: 1.125em;
  line-height: 1.2;
}
.content h5:not(.is-no-deco)::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 48px;
  height: 2px;
  border-radius: 999px;
  background-color: #ced6c9;
  content: "";
}
.content h6:not(.is-no-deco) {
  margin-bottom: 1.76em;
  color: #515755;
  font-size: 1.0625em;
  line-height: 1.2;
}
.content blockquote {
  border-left: 5px solid #7b8683;
}
.content table {
  max-width: 100%;
  width: 100%;
  margin: 16px auto 32px !important;
  border-width: 1px 0 0 1px !important;
  border-style: solid;
  border-color: #7b8683;
  border-collapse: separate;
  border-spacing: 0;
  color: #3d4a50;
}
.content table.stripe tr:nth-child(even) > td {
  background: #f3f5f1;
}
.content table th,
.content table td {
  padding: 0.5em 0.75em;
  border-style: solid;
  border-color: #7b8683;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
.content table th {
  border-width: 0 1px 1px 0 !important;
  background: #ced6c9;
}
.content table td {
  border-width: 0 1px 1px 0 !important;
}
.content table caption {
  caption-side: bottom;
}
.content table caption.caption-side-top {
  caption-side: top;
}
.content ul.note,
.content ol.note {
  margin-left: 0.25em;
  list-style: none;
  font-size: 0.95em;
}
.content ul.note > li::before,
.content ol.note > li::before {
  margin-right: 0.5em;
  content: "※";
}
.content ul.check > li,
.content ol.check > li {
  position: relative;
  padding-left: 36px;
  list-style: none;
}
.content ul.check > li::before,
.content ol.check > li::before {
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  background: url(/images/common/ico_check.svg) 50% 0 no-repeat;
  background-size: 2rem;
  content: "";
}
.content li:not(:last-child) {
  margin-bottom: 1em;
}
.content li + li {
  margin-top: -0.75em;
}
.content li p,
.content li dl,
.content li li,
.content li blockquote,
.content li pre {
  margin-top: 0 !important;
  margin-bottom: 0.25em !important;
}
.content li ol,
.content li ul {
  margin-top: 0.25em !important;
  margin-bottom: 0.25em !important;
}
.content li table {
  margin-top: 1em !important;
  margin-bottom: 1.5em !important;
  font-size: 0.95em;
}
.content li li + li {
  margin-top: -0.25em !important;
}
.content dt {
  color: #7b8683;
  font-size: 0.95em;
  font-weight: 700;
}
.content dd {
  margin-top: 0.25em;
  margin-left: 1.25em;
}
.content dl.row {
  display: flex;
  padding-left: 1rem;
}
.content dl.row dt {
  margin: 0;
}
.content dl.row dd {
  margin-top: 0;
  margin-left: 2em;
}
.content dl.row + dl.row {
  margin-top: -0.75em;
}
.content dl.table {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5em;
  margin-left: 0;
  line-height: 1.8;
}
@media screen and (min-width: 520px) {
  .content dl.table.cel2-8 dt {
    width: 20%;
  }
  .content dl.table.cel2-8 dd {
    width: 80%;
  }
}
.content dl.table dt {
  position: relative;
  width: 100%;
  padding-top: 0.2rem;
  margin-bottom: 0;
}
@media screen and (min-width: 520px) {
  .content dl.table dt {
    width: 40%;
  }
}
.content dl.table dd {
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 520px) {
  .content dl.table dd {
    width: 60%;
  }
}
.content figure:not(:first-child) {
  margin-top: 0;
}
.content figure:not(last-child) {
  margin-bottom: 2em;
}
.content figure img {
  display: block;
  border-radius: 16px;
}
.content figure figcaption {
  padding-top: 1em;
  color: #515755;
  font-style: unset;
  font-size: 1.4rem;
  text-align: left;
}
.content .flow {
  margin-bottom: 32px;
}
.content .flow__heading {
  margin-top: 2em !important;
  margin-bottom: 1em !important;
  padding: 0.75em !important;
  border-top: 1px solid #3e8ed0;
  border-bottom: 1px solid #3e8ed0;
  font-size: 1.7rem !important;
}
.content .flow__heading::before, .content .flow__heading::after {
  display: none !important;
}
.content .flow__wrap {
  position: relative;
  padding-top: 0.5em;
  padding-left: 64px;
}
.content .flow__wrap::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 3px;
  border-radius: 999px;
  background-color: #eff8fb;
  content: "";
}
.content .is-width-fit {
  width: fit-content;
  max-width: unset;
}
.content .is-xxl {
  font-size: 2.4em !important;
}
.content .is-xl {
  font-size: 1.5em !important;
}
.content .is-lg {
  font-size: 1.2em !important;
}
.content .is-md {
  font-size: 1.05em !important;
}
.content .is-sm {
  font-size: 0.9em !important;
}
.content .tag:not(body) {
  font-size: 0.95em;
}
.content .is-bold {
  font-weight: 700;
}
.content .is-align-r {
  text-align: right;
}
.content .is-align-c {
  text-align: center;
  justify-content: center;
}
.content .is-margin-auto {
  margin-right: auto;
  margin-left: auto;
}
.content .is-blue {
  border-color: transparent;
  background-color: #3e8ed0;
  color: #ffffff;
}
.content .is-blue.is-light {
  background-color: #eff8fb;
  color: #3e8ed0;
}
.content .is-red {
  border-color: transparent;
  background-color: #d03e51;
  color: #ffffff;
}
.content .is-red.is-light {
  background-color: #fbeff0;
  color: #d03e51;
}
.content .is-red.is-border {
  border-color: #f0e5e6;
}
.content .is-green {
  border-color: transparent;
  background-color: #3f9877;
  color: #ffffff;
}
.content .is-green.is-light {
  background-color: #eef8f4;
  color: #3f9877;
}
.content .is-orange {
  border-color: transparent;
  background-color: #e1864a;
  color: #ffffff;
}
.content .is-orange.is-light {
  background-color: #fbf4ef;
  color: #e1864a;
}
.content .has-text-blue {
  color: #3e8ed0;
}
.content .has-text-red {
  color: #d03e51;
}
.content .has-text-green {
  color: #3f9877;
}
.content .is-marker {
  position: relative;
  padding-right: 1px;
  padding-left: 1px;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-decoration-color: #f6ff14;
  text-underline-offset: 0;
  text-decoration-skip-ink: none;
}
.content .message {
  background-color: #f3f5f1;
  border-radius: 16px;
  font-size: 1.6rem;
}
.content .message.is-red {
  background-color: #fbeff0;
}
.content .message.is-red .message-header {
  background-color: #d03e51;
  color: #ffffff;
}
.content .message.is-red .message-body {
  border-color: #d03e51;
}
.content .message-header {
  padding: 16px 32px;
  border-radius: 16px 16px 0 0;
  background-color: #7b8683;
  color: #ffffff;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.4;
}
.content .message-body {
  padding: 32px;
  border-color: #7b8683;
  border-radius: 16px;
  color: #202020;
}
.content .message-body > .frame {
  border-radius: 8px;
}
.content .box {
  box-shadow: 0 2px 12px 0 rgba(32, 32, 32, 0.1);
  -moz-box-shadow: 0 2px 12px 0 rgba(32, 32, 32, 0.1);
  -webkit-box-shadow: 0 2px 12px 0 rgba(32, 32, 32, 0.1);
}
.content .box.is-shadow-sm {
  box-shadow: 0 2px 6px 0 rgba(32, 32, 32, 0.1);
  -moz-box-shadow: 0 2px 6px 0 rgba(32, 32, 32, 0.1);
  -webkit-box-shadow: 0 2px 6px 0 rgba(32, 32, 32, 0.1);
}

/* ==================================================
 1.0 - Index
-------------------------------------------------- */
.page-index {
  display: flex;
  position: relative;
  margin-bottom: 32px;
  padding: 32px 64px 32px 0;
  border-radius: 16px;
  background-color: #eff8fb;
}
.page-index__ttl {
  display: flex;
  justify-content: space-between;
  flex: none;
  width: 100%;
  padding-bottom: 48px;
  background: url(/images/common/bg_dots.svg) 0 100% repeat-x;
  background-size: 20px 20px;
}
@media screen and (min-width: 1024px) {
  .page-index__ttl {
    flex-direction: column;
    width: 15%;
    padding-right: 32px;
    padding-bottom: 0;
    background-position: 100% 0;
    background-repeat: repeat-y;
  }
}

ul.page-index__list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  flex: none;
  list-style: none;
  width: 100%;
  margin: 0 !important;
  padding-top: 16px;
}
@media screen and (min-width: 1024px) {
  ul.page-index__list {
    width: 85%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 16px;
  }
}

li.page-index__item {
  flex: none;
  width: 50%;
  margin-bottom: 0 !important;
}
li.page-index__item a.page-index__item-link {
  margin-left: 16px;
  padding-left: 5px;
  border-bottom: 1px solid #f3f5f1;
  font-size: 1.3rem;
  text-decoration: none;
  line-height: 1.2;
}
@media screen and (min-width: 1216px) {
  li.page-index__item a.page-index__item-link {
    font-size: 1.4rem;
  }
}

/* ==================================================
 2.0 - ご利用案内
-------------------------------------------------- */
/* --------------------------------------------------
 2.1 - 外来受診について
-------------------------------------------------- */
/* 2.1.1 - 診療日カレンダー
-------------------------------------------------- */
.cal-table {
  margin-top: 48px;
  font-size: 1.6rem;
}
.cal-table__heading {
  width: calc(98% - 10px);
  margin: 0 auto !important;
  padding: 0.75em 0 !important;
  border-radius: 4px;
  background-color: #eff8fb;
  color: #3d4a50 !important;
  font-size: 1.6rem !important;
  text-align: center;
}
.cal-table__heading::before, .cal-table__heading::after {
  display: none;
}
.cal-table table {
  width: 98%;
  margin-top: 0.5em;
  border: none;
  border-spacing: 5px;
}
.cal-table table th,
.cal-table table td {
  padding: 4px 2px;
  text-align: center;
}
.cal-table table th {
  border: none;
  background: none;
  color: #7b8683 !important;
  font-size: 1.3rem;
  font-weight: 700;
}
.cal-table table th:not([align]) {
  text-align: center;
}
.cal-table table th.cl {
  color: #d03e51 !important;
}
.cal-table table th.sat {
  color: #3e8ed0 !important;
}
.cal-table table td {
  border: 1px solid #f3f5f1 !important;
  border-radius: 4px;
}
.cal-table table td.cl {
  border-color: #f0e5e6 !important;
  background-color: #fbeff0 !important;
  color: #d03e51 !important;
}

/* --------------------------------------------------
 2.2 - 外来診療担当医表
-------------------------------------------------- */
.page-guide-list .section-info .columns:not(:last-child) {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ced6c9;
}
.page-guide-list .section-info .status-tag {
  width: 15%;
}

/* --------------------------------------------------
 2.3 - 人間ドック・健康診断
-------------------------------------------------- */
.page-guide-checkup .days-doc-flow {
  display: flex;
  justify-content: space-between;
  margin: 0 !important;
  padding-top: 2rem;
}
.page-guide-checkup .days-doc-flow li {
  position: relative;
  display: flex;
  align-items: stretch;
  margin: 0 !important;
  padding: 10px;
  border: 1px solid #9fccbb;
  border-radius: 8px;
  background-color: #eef8f4;
  font-size: 1.4rem;
  font-weight: 700;
}
.page-guide-checkup .days-doc-flow li:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: -50px;
  z-index: -1;
  width: 24px;
  height: 24px;
  margin-top: -50px;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 50px solid #f3f5f1;
  content: "";
}
.page-guide-checkup .vertical {
  display: block;
  width: 1.2em;
  margin: 0.5em;
  text-align: center;
}
.page-guide-checkup .blood-test .column {
  margin-bottom: 1.25em;
}

/* --------------------------------------------------
 2.5 - フロアガイド
-------------------------------------------------- */
.page-guide-floorguide .facilities .column {
  margin-bottom: 32px;
  padding: 16px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1216px) {
  .page-guide-floorguide .facilities .column {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.page-guide-floorguide .facilities .column > .columns > .column {
  padding-right: 8px;
  padding-left: 8px;
}
.page-guide-floorguide .facilities__ttl {
  font-size: 1.8rem !important;
}
.page-guide-floorguide .facilities .photo-wrap {
  margin-top: 0;
  margin-bottom: 0;
}
.page-guide-floorguide .facilities figure {
  margin-right: 0;
  margin-left: 0;
}
.page-guide-floorguide .facilities figure.column {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 520px) {
  .page-guide-floorguide .facilities dl.table.cel2-8 dt {
    width: 6em;
  }
  .page-guide-floorguide .facilities dl.table.cel2-8 dd {
    width: calc(100% - 6em);
  }
}

/* --------------------------------------------------
 2.6 - アクセスマップ
-------------------------------------------------- */
.page-guide-access .map {
  width: 100%;
}
.page-guide-access .map iframe {
  width: 100%;
}

/* ==================================================
 3.0 - 診療科・部門
-------------------------------------------------- */
.child-department .parsons__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  width: 100%;
  margin: 0 0 32px;
}
.child-department .parsons__item {
  display: flex;
  margin: 0;
  border-bottom: 1px solid #7b8683;
}
.child-department .parsons__img {
  position: relative;
  width: 35%;
  height: 0;
  margin-top: 16px;
  margin-left: 0;
  padding-top: 35%;
  overflow: hidden;
  border-radius: 16px;
}
.child-department .parsons__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
}
.child-department .parsons__heading {
  display: flex;
  flex-direction: column;
  font-size: 2rem;
}
.child-department .parsons__heading-name {
  color: #202020;
  font-weight: 700;
}
.child-department .parsons__heading-pos {
  color: #515755;
}
.child-department .parsons__heading-name-en {
  color: #d9e4df;
}
.child-department .parsons__content {
  padding-top: 10px;
}
.child-department .parsons__content dl {
  margin-bottom: 20px;
}
.child-department .parsons__content dl.faculty_division {
  margin: 0;
  padding-top: 15px;
}
.child-department .parsons__content dt {
  margin: 0 0 10px;
  padding-left: 24px;
  background: #ffffff url(../img/common/ico_connectdevelop.svg) 0 50% no-repeat;
  background-size: 16px 16px;
}
.child-department .parsons__content dd {
  margin: 0;
}

/* ==================================================
 4.0 - 医療・福祉関係者の方へ
-------------------------------------------------- */
/* ==================================================
 5.0 - 当院について
-------------------------------------------------- */
/* ==================================================
 6.0 - 採用情報
-------------------------------------------------- */
/* ==================================================
 7.0 - お問い合わせ
-------------------------------------------------- */
.page-contact .post-content {
  padding-top: 0;
}
@media screen and (min-width: 1024px) {
  .page-contact .post-content .box {
    padding: 64px;
  }
}
@media screen and (min-width: 1216px) {
  .page-contact .post-content .box {
    padding: 80px 160px;
  }
}

.form-contact {
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  .form-contact {
    margin-top: 48px;
  }
}

.form__label {
  display: inline-block;
  margin-top: 2em;
}
.form__select, .form__textarea, .form__textfield, .form__label-radio {
  width: 100%;
  margin-top: 0.75em;
  padding: 0.75em 1em;
  border: 2px solid #ced6c9;
  border-radius: 8px;
  background-color: #fdfefd;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  outline: none;
  cursor: pointer;
  transition: all 0.5s ease;
}
@media screen and (min-width: 1024px) {
  .form__select, .form__textarea, .form__textfield, .form__label-radio {
    padding: 1em 1.5em;
  }
}
.form__select:focus, .form__textarea:focus, .form__textfield:focus, .form__label-radio:focus {
  border-color: #3e8ed0;
  background-color: #eff8fb;
  cursor: text;
}
.form__select:read-only, .form__textarea:read-only, .form__textfield:read-only, .form__label-radio:read-only {
  border-color: #f3f5f1;
  background-color: #f3f5f1;
  cursor: default;
}
.form__select {
  position: relative;
  padding-right: 48px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(/images/common/ico_arrow_bottom.svg);
  background-repeat: no-repeat;
  background-position: right 12px top 50%;
  background-size: 24px auto;
}
.form__textarea {
  height: unset;
  margin-bottom: 32px;
}
.form__radio-group {
  display: flex;
  gap: 16px;
}
.form__label-radio {
  position: relative;
  width: 50%;
  padding-left: 48px;
  color: #7b8683;
}
@media screen and (min-width: 1024px) {
  .form__label-radio {
    padding-left: 64px;
  }
}
.form__label-radio::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 100%;
  background: url(/images/common/ico_circle.svg) 100% 50% no-repeat;
  background-size: 18px auto;
  content: "";
}
@media screen and (min-width: 1024px) {
  .form__label-radio::before {
    width: 48px;
    background-size: 24px auto;
  }
}
.form__radio:checked + .form__label-radio {
  color: #202020;
}
.form__radio:checked + .form__label-radio::before {
  background-image: url(/images/common/ico_check.svg);
}
.form__checkbox {
  margin-right: 1em;
}
.form__checkbox:checked + .form__btn {
  opacity: 1;
}
.form__btn {
  min-width: 220px;
  cursor: pointer;
}
.form__btn:disabled {
  opacity: 0.5;
  cursor: default;
}
.form__btn:disabled:hover, .form__btn:disabled:focus, .form__btn:disabled:active {
  color: #ffffff;
}
.form__btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .form__btn-wrap {
    margin-top: 32px;
  }
}
.form--err .form__label {
  color: #d03e51;
}
.form--err .form__select,
.form--err .form__textarea,
.form--err .form__textfield {
  border-color: #d03e51;
  background-color: #fbeff0;
}
.form--err-text {
  padding-top: 0.25em;
  color: #d03e51;
  font-size: 1.4rem;
  font-weight: 700;
}

/* ==================================================
 8.0 - 新着情報
-------------------------------------------------- */
.news-header {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 16px 1.5rem 0;
}
@media screen and (min-width: 769px) {
  .news-header {
    padding-top: 32px;
    padding-left: 3rem;
  }
}
@media screen and (min-width: 1216px) {
  .news-header {
    padding-left: calc(3rem + 32px);
  }
}
.news-header .news__item {
  justify-content: flex-end;
}

/* --------------------------------------------------
 8.1 - Pagination
-------------------------------------------------- */
.pagination {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 8px;
  padding-bottom: 32px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .pagination {
    justify-content: center;
    gap: 16px;
  }
}
.pagination--prev, .pagination--next,
.pagination .page-numbers {
  position: relative;
  margin-right: 1em;
  margin-left: 1em;
  padding: 0.15em 0.25em 0.75em;
}
.pagination--prev::before, .pagination--next::before,
.pagination .page-numbers::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  border-radius: 999px;
  background-color: transparent;
  content: "";
}
.pagination--prev.current::before, .pagination--next.current::before,
.pagination .page-numbers.current::before {
  background-color: #3f9877;
}
.pagination--prev::before, .pagination--next::before {
  background-color: #f3f5f1;
}
.pagination .is-disabled {
  opacity: 0.5;
}
.pagination .is-disabled::before {
  display: none;
}
@media screen and (max-width: 1023px) {
  .pagination .page-numbers {
    display: none;
  }
}

/* ==================================================
 9.0 - Other
-------------------------------------------------- */

/*# sourceMappingURL=page.css.map */
