@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  クリニック概要

---------------------------------*/
.outlineBlock {}
.outlineBlock table {
  margin-bottom: 5rem;
}
.outlineBlock table th {
  width: 20%;
}
.outlineBlock table th, .outlineBlock table td {
  padding: 2rem;
}
.outlineBlock h3 span {
  color: #333;
  font-size: .75em;
  font-weight: 400;
  margin-left: 1em;
}
.outlineBlock .me_table {
  margin: 1rem 0;
  max-width: 70rem;
}
.outlineBlock .me_table + p span {
  display: block;
  text-indent: -1em;
  margin-left: 1em;
}
.outlineBlock ._textLink {
  font-size: 1.15em;
  margin-top: 3rem;
}
.outlineBlock ._textLink a {
  background: url("../images/sl_arr_next.svg") no-repeat center left/.8rem;
  display: inline-block;
  padding-left: 2rem;
}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  .outlineBlock table th {
    width: 25%;
  }
  .outlineBlock table th, .outlineBlock table td {
    padding: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .outlineBlock table th, .outlineBlock table td {
    display: block;
    width: 100%;
  }
  .outlineBlock table th {
    border-bottom: none !important;
  }
  .outlineBlock table td {
    border-top: none !important;
  }
  .outlineBlock table tr:not(:last-child) td {
    border-bottom: none !important;
  }
  .outlineBlock .me_table + p span {
    font-size: 1.2rem;
  }
}
/*---------------------------------

  施設基準、病院指定事項について

---------------------------------*/
.standardBlock {}
.standardBlock .btn {
  max-width: fit-content;
}
.standardBlock .btn a {
  border-radius: .5rem;
}
.standardBlock .contentsTxt {}
.standardBlock .contentsTxt h3 {
  background: #f3f3f3;
  border-radius: .5rem;
  margin-top: 5rem;
  padding: .7rem 2rem;
}
.standardBlock .contentsTxt dl {
  display: flex;
  margin: 1.5rem 0;
}
.standardBlock .contentsTxt dl dt {
  color: #666;
  flex: 0 0 8em;
  font-weight: 600;
}
.standardBlock .contentsTxt dl dd {}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {}
/*---------------------------------

  医師紹介

---------------------------------*/
.doctorBlock {}
.doctorBlock .docBox + .docBox {
  margin-top: 10rem;
}
.doctorBlock .docBox ._wrap {
  display: flex;
  gap: 5rem;
}
.doctorBlock .docBox ._wrap figure {
  flex-basis: 25rem;
  order: -1;
}
.doctorBlock .docBox ._wrap figure img {
  max-width: 100%;
  vertical-align: bottom;
}
/* 経歴 */
.doctorBlock .docBox .__prof {}
.doctorBlock .docBox .__prof dl div {
  display: flex;
  gap: 2em;
  margin-bottom: 1rem;
}
.doctorBlock .docBox .__prof dl div dt {
  color: #808073;
  flex: 0 0 auto;
  font-weight: 600;
  font-size: .9em;
}
.doctorBlock .docBox .__prof dl div dd {}
.doctorBlock .docBox .__prof dl div.___license {
  background: #f3f3f3;
  margin-top: 2rem;
  padding: 3rem;
}
.doctorBlock .docBox .__prof dl div.___license ul {
  margin: 0;
}
.doctorBlock .docBox ._wrap._col2 {
  margin-top: 5rem;
}
.doctorBlock .docBox ._wrap._col2 figure {
  order: 1;
  flex-basis: 45rem;
}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  .doctorBlock .docBox ._wrap {
    flex-direction: column;
    gap: 0;
  }
  .doctorBlock .docBox ._wrap._col2 figure {
    order: -1;
    flex-basis: auto;
  }
  .doctorBlock .docBox .__prof dl div.___license {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .doctorBlock .docBox + .docBox {
    margin-top: 5rem;
  }
  .doctorBlock .docBox .__prof dl div {
    flex-direction: column;
    gap: .5em;
  }
  .doctorBlock .docBox .__prof dl div dt {
    flex: none;
  }
  .doctorBlock .docBox .__prof dl div.___license {
    padding: 1.5rem;
  }
}
/*---------------------------------

  設備紹介

---------------------------------*/
.facilityBlock .contentsTxt p strong {
  color: var(--col-re);
}
.facilityBlock .contentsTxt h3 {
  color: #666;
  margin-bottom: 1rem;
}
.facilityBlock ._imgWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 4rem;
}
.facilityBlock ._imgWrap figure {
  flex-basis: calc(100%/3 - 2rem);
}
.facilityBlock ._imgWrap figure img {
  width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  .facilityBlock ._imgWrap {
    gap: 1rem;
  }
  .facilityBlock ._imgWrap figure {
    flex-basis: calc(100%/2 - 1rem);
  }
}
@media screen and (max-width: 480px) {}