@charset "UTF-8";
/* --------------------------
ページ追加分 2024.4.1 前田
--------------------------- */
/* 共通部分
--------------------------- */
.p-custom-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-inline: 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
}
.p-custom-inner .c-page-header {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-custom-inner .c-page-header {
    margin-bottom: 1.5rem;
  }
}

.p-custom-heading01 {
  margin-bottom: 1.5rem;
  padding-bottom: 5px;
  border-bottom: 2px solid #60a2a1;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.44;
}

.p-custom-heading02 {
  margin-bottom: 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
}

.p-custom-heading03 {
  position: relative;
  margin-bottom: 0.6rem;
  padding-left: 1.5em;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
}
.p-custom-heading03::before {
  content: "";
  position: absolute;
  top: 5.5px;
  left: 0;
  width: 1rem;
  height: 1rem;
  background-color: #60a2a1;
  border-radius: 50px;
}

.p-custom-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4%;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-custom-block01 {
    flex-direction: column;
    gap: 1rem;
  }
}
.p-custom-block01__contents {
  width: 58%;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-custom-block01__contents {
    width: 100%;
    order: 2;
  }
}
.p-custom-block01__img {
  width: 38%;
}
@media screen and (max-width: 767px) {
  .p-custom-block01__img {
    width: 100%;
    order: 1;
  }
}
.p-custom-block01__img img {
  border-radius: 20px;
}

.p-custom-list01 {
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  border-radius: 20px;
  border: solid 2px #60a2a1;
}
.p-custom-list01__title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -22px;
  width: fit-content;
  margin: 0 auto 5px;
  padding: 8px 65px;
  border-radius: 30px;
  font-weight: bold;
  line-height: 1.63;
  text-align: center;
  background-color: #60a2a1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-custom-list01__title {
    padding: 8px 30px;
  }
}
.p-custom-list01__inner {
  width: fit-content;
  margin: 0 auto;
  padding: 0 1.5rem 2rem 2rem;
}
.p-custom-list01__list {
  list-style-type: none;
  padding: 0;
}
.p-custom-list01__list li {
  position: relative;
  padding-left: 1.5em;
  background: url("../img/medical/icon-check01.svg") no-repeat 0 6px;
  background-size: 16px auto;
  font-weight: 600;
  line-height: 1.63;
  margin-bottom: 0.6rem;
}
.p-custom-list01__list--col2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-custom-list01__list--col2 li:nth-child(odd) {
  width: 56%;
}
@media screen and (max-width: 767px) {
  .p-custom-list01__list--col2 li:nth-child(odd) {
    width: 100%;
  }
}
.p-custom-list01__list--col2 li:nth-child(even) {
  width: 44%;
}
@media screen and (max-width: 767px) {
  .p-custom-list01__list--col2 li:nth-child(even) {
    width: 100%;
  }
}

.p-custom-list02 {
  margin-bottom: 30px;
}
.p-custom-list02 li {
  margin-bottom: 5px;
}
.p-custom-list02 li a {
  text-decoration: underline;
  color: #60a2a1;
  font-weight: bold;
}
.p-custom-list02 li a._tel {
  text-decoration: none;
}
.p-custom-list02 ul {
  list-style-type: none;
  margin: 5px 0;
  padding-left: 0;
}

.p-custom-list03 {
  list-style-type: none;
  padding: 0;
}
.p-custom-list03 li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 1.5em;
}
.p-custom-list03 li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background-color: #60a2a1;
}

.p-custom-common01 {
  padding: 2rem 2rem;
  border-radius: 20px;
  background-color: rgba(96, 162, 161, 0.15);
}
@media screen and (max-width: 767px) {
  .p-custom-common01 {
    padding: 2em 1em;
  }
}
.p-custom-common01__title {
  margin-bottom: 20px;
  font-size: 18px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  line-height: 1.44;
  text-align: center;
}
.p-custom-common01__lead {
  width: 100%;
  max-width: 652px;
  margin: 0 auto 40px;
  font-weight: 600;
}
.p-custom-common01__btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
}
.p-custom-common01__btn a {
  display: block;
  width: 310px;
  margin: 0 auto;
  padding: 5px 35px 6px 35px;
  border-radius: 20px;
  background: url("../img/medical/icon-dl.svg") no-repeat calc(100% - 1rem) calc(50% + 1px);
  background-size: 15px auto;
  background-color: #60a2a1;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-custom-common01__btn a {
    width: 280px;
  }
}

.p-custom-table01 {
  width: 100%;
  margin-bottom: 12px;
}
.p-custom-table01 th {
  width: 60%;
  padding: 20px 30px;
  background-color: rgba(96, 162, 161, 0.12);
  border: 1px solid #60a2a1;
  border-right: none;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-custom-table01 th {
    width: 70%;
    padding: 20px 1rem;
  }
}
.p-custom-table01 td {
  padding: 20px 60px 20px 10px;
  background-color: #fff;
  border: 1px solid #60a2a1;
  border-left: none;
  text-align: right;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-custom-table01 td {
    padding: 20px 1rem;
  }
}
.p-custom-table01--pt2 th {
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-custom-table01--pt2 th {
    width: 40%;
    padding: 20px 0.5rem;
  }
}
.p-custom-table01--pt2 td {
  padding: 30px 40px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-custom-table01--pt2 td {
    padding: 20px 1rem;
  }
}

.p-custom-flow01__item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0 25px;
}
@media screen and (max-width: 767px) {
  .p-custom-flow01__item {
    gap: 0 10px;
  }
}
.p-custom-flow01__item:last-of-type .p-custom-flow01__head::after {
  display: none;
}
.p-custom-flow01__item:last-of-type .p-custom-flow01__body {
  padding: 7px 0 0;
}
.p-custom-flow01__head {
  position: relative;
  width: 46px;
}
.p-custom-flow01__head::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 1px;
  height: 100%;
  border-left: 2px dotted #60a2a1;
  z-index: -1;
}
.p-custom-flow01__no {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  padding-bottom: 2px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  background-color: #60a2a1;
  color: #fff;
}
.p-custom-flow01__body {
  padding: 7px 0 40px;
}
.p-custom-flow01__title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}

/* 内科
--------------------------- */
.p-general-sec01 {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-general-sec01 {
    margin-bottom: 6rem;
  }
}

.p-general-sec02 {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-general-sec02 {
    margin-bottom: 6rem;
  }
}
.p-general-sec02 .p-custom-heading01 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-general-sec02 .p-custom-heading01 {
    margin-bottom: 1.5rem;
  }
}
.p-general-sec02 .p-custom-block01 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-general-sec02 .p-custom-block01 {
    margin-bottom: 4rem;
  }
}

.p-general-sec03 {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-general-sec03 {
    margin-bottom: 6rem;
  }
}
.p-general-sec03 .p-custom-heading01 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-general-sec03 .p-custom-heading01 {
    margin-bottom: 1.5rem;
  }
}

.p-general-sec04 {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-general-sec04 {
    margin-bottom: 6rem;
  }
}

.p-general-sec05 {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-general-sec05 {
    margin-bottom: 6rem;
  }
}
.p-general-sec05 .p-custom-heading01 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-general-sec05 .p-custom-heading01 {
    margin-bottom: 1.5rem;
  }
}

.p-general-sec06 {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-general-sec06 {
    margin-bottom: 6rem;
  }
}

.p-general-sec07 {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-general-sec07 {
    margin-bottom: 6rem;
  }
}

.p-general-sec08 {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-general-sec08 {
    margin-bottom: 6rem;
  }
}

.p-general-sec09 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-general-sec09 {
    margin-bottom: 4rem;
  }
}

/* 救急科
--------------------------- */
.p-emergency-sec01 {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-emergency-sec01 {
    margin-bottom: 6rem;
  }
}

.p-emergency-sec02 {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-emergency-sec02 {
    margin-bottom: 6rem;
  }
}
.p-emergency-sec02 .p-custom-heading01 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-emergency-sec02 .p-custom-heading01 {
    margin-bottom: 1.5rem;
  }
}
.p-emergency-sec02 .p-custom-block01 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-emergency-sec02 .p-custom-block01 {
    margin-bottom: 4rem;
  }
}

.p-emergency-sec03 {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-emergency-sec03 {
    margin-bottom: 6rem;
  }
}
.p-emergency-sec03 .p-custom-heading01 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-emergency-sec03 .p-custom-heading01 {
    margin-bottom: 1.5rem;
  }
}

.p-emergency-sec04 {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-emergency-sec04 {
    margin-bottom: 6rem;
  }
}
.p-emergency-sec04 .p-custom-heading01 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-emergency-sec04 .p-custom-heading01 {
    margin-bottom: 1.5rem;
  }
}

.p-emergency-sec05 {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-emergency-sec05 {
    margin-bottom: 6rem;
  }
}

.p-emergency-sec06 {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-emergency-sec06 {
    margin-bottom: 6rem;
  }
}

/* 小児科
--------------------------- */
.p-pediatrics-sec01 {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-pediatrics-sec01 {
    margin-bottom: 6rem;
  }
}

.p-pediatrics-sec02 {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-pediatrics-sec02 {
    margin-bottom: 6rem;
  }
}
.p-pediatrics-sec02 .p-custom-heading01 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-pediatrics-sec02 .p-custom-heading01 {
    margin-bottom: 1.5rem;
  }
}
.p-pediatrics-sec02 .p-custom-block01 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-pediatrics-sec02 .p-custom-block01 {
    margin-bottom: 4rem;
  }
}

.p-pediatrics-sec03 {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-pediatrics-sec03 {
    margin-bottom: 6rem;
  }
}
.p-pediatrics-sec03 .p-custom-heading01 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-pediatrics-sec03 .p-custom-heading01 {
    margin-bottom: 1.5rem;
  }
}

.p-pediatrics-sec04 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-pediatrics-sec04 {
    margin-bottom: 4rem;
  }
}
.p-pediatrics-sec04 .p-custom-heading01 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-pediatrics-sec04 .p-custom-heading01 {
    margin-bottom: 1.5rem;
  }
}

.p-pediatrics-sec05 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-pediatrics-sec05 {
    margin-bottom: 4rem;
  }
}

.p-pediatrics-sec06 {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-pediatrics-sec06 {
    margin-bottom: 6rem;
  }
}

.p-pediatrics-sec07 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-pediatrics-sec07 {
    margin-bottom: 4rem;
  }
}
