.inner {
  max-width: 900px;
}
.lower-wrap {
  background-color: #e8f0ed;
  padding: 3rem 0;
  margin: 0 auto;
}
.lower-box {
  background-color: #fff;
  border-radius: 1em;
  overflow: hidden;  
}
.lower-inner {
  padding: 4rem 0;
}
.lower-contents {
  width: 90%;
  margin: 0 auto;
  max-width: 750px;
}
.lower-contents h3 {
  text-align: center;
  background-color: #5b9f8d;
  color: #fff;
  padding: 10px 0;
  border-radius: 0.5em;
  margin-bottom: 10px;
}
.lower-contents h4 {
  position: relative;
  padding-left: 1rem;
}
.lower-contents h4::before {
  content: '';
  background-color: #5b9f8d;
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  display: block;
}
.lower-contents p {
  margin-bottom: 15px;
}
/* ---------------------------------------------------------
DOCTOR
----------------------------------------------------------*/
.doctor-en {
  background-color: #e8f0ed;
  padding: 1.5rem;
  border-radius: 0.5em;
  margin-top: 2.5rem;
  color: #4a7f76;
  line-height: 2;
  margin-bottom: 3rem;
}
.doctor-wrap li {
  text-indent: -1em;   /* 1行目を戻す */
  padding-left: 1em;   /* 2行目以降を揃える */
  line-height: 1.3;
  margin-bottom: 1rem;
}
.clinic-doctor li:nth-child(2n-1) {
  font-weight: bold;
  border-bottom: solid #4a7f76 2px;
}
.clinic-doctor li:nth-child(2n) {
  margin-bottom: 2rem;
}
/* ---------------------------------------------------------
NEWS
----------------------------------------------------------*/
.news-wrap .lower-inner {
  padding: 0 0 4rem;
}
.pagination {
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 1rem;
  margin: 3rem auto 0;
  font-size: 1.5rem;
  position: relative;
}
.page-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  text-align: center;
  height: 4rem;
  width: 4rem;
  border-radius: 0.5em;
  background-color: #fff;
  color: #5b9f8d;
  border: 0.2rem solid #5b9f8d;
}
.pagination a {
  color: #5b9f8d;
}
.page-item-current a {
  background-color: #5b9f8d;
  color: #fff;
}
.page-item { 
  flex: 0 1 auto;
}
.page-item-current a:hover {
  opacity: 1;
}
.disappear {
  display: none;
}
/* ---------------------------------------------------------
NEWS-detail
----------------------------------------------------------*/
.detail-wrap {
  padding-bottom: 30px;
}
.detail-date {
  color: #4a7f76;
  font-weight: bold;
  font-size: 1.2em;
  margin: 20px 0;
}
.detail-contents p {
  margin-bottom: 30px;
}
.detail-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2%;
}
.detail-page-item {
  flex: 1;
}
.detail-page-item {
  max-width: 200px;
}
.detail-page-item a {
  text-align: center;
  background-color: #5b9f8d;
  color: #fff;
  display: block;
  padding: 10px 0;
  border-radius: 0.5em;
}
.page-item-prev {
  position: relative;
}
.page-item-prev i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15%;
}
.page-item-next {
  position: relative;
}
.page-item-next i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15%;
}
.disabled a {
  opacity: 0;
  pointer-events: none;
}
/* ---------------------------------------------------------
SERVICES
----------------------------------------------------------*/
.services-nav ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7.5px;
  margin-bottom: 20px;
}
.services-nav a {
  text-align: center;
  background-color: #5b9f8d;
  color: #fff;
  display: block;
  padding: 10px 0;
  border-radius: 0.5em;
  font-weight: bold;
}
.services-contents dl {
  margin: 3rem 0 0;
}
.services-contents dt {
  position: relative;
  padding-left: 1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.services-contents dt::before {
  content: '';
  background-color: #5b9f8d;
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  display: block;
}
.services-contents dd {
  margin-bottom: 3rem;
  padding-left: 2rem;
}
.services-contents ul {
  margin: 10px 0 20px;
}
.bold-green {
  font-weight: bold;
  color: #5b9f8d;
}
.green-back {
  background-color: #e8f0ed;
}
.services-contents table {
  border: 1px solid #e8f0ed;
  width: 100%;
  margin-left: -1rem;
}
.services-contents th {
  background-color: #e8f0ed;
  border: solid 1px #fff;
  padding: 15px;
  text-align: left;
  width: 40%;
  vertical-align: middle;
}
.services-contents td {
  border: solid 1px #e8f0ed;
  padding: 15px;
  vertical-align: middle;
}
.services-img {
  text-align: center;
}
.services-contents img {
  width: 80%;
  margin: 0 auto 2rem;
}
.services-p {
  color: #5b9f8d;
  border-bottom: solid 1px #5b9f8d;
  display: inline-block;
}
/* ---------------------------------------------------------
FACILITY
----------------------------------------------------------*/
.lower-contents .facility-wrap p {
  text-align: center;
  font-size: 1.1em;
  color: #5b9f8d;
  font-weight: bold;
  margin-top: 0.5rem;
}
.facility-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2.5%;
}
/* ---------------------------------------------------------
ACCESS
----------------------------------------------------------*/
.access-map-iframe {
  margin-bottom: 2rem;
}

/* ---------------------------------------------------------
PRIVACYPOLICY
----------------------------------------------------------*/
.pp-dl dt {
  margin: 30px 0 10px;
}
.pp-dl dl {
  margin-bottom: 2.5rem;
}
.pp-dl > div:first-child {
  background-color: #f8f9fa;
  padding: 1.5rem;
  border-left: 4px solid #5b9f8d;
  margin-bottom: 2.5rem;
  border-radius: 0.5em;
  line-height: 1.8;
}
.pp-dl dt {
  font-weight: bold;
  font-size: 1.1em;
  color: #5b9f8d;
  margin-bottom: 1rem;
  padding-left: 1rem;
  border-left: 3px solid #5b9f8d;
}

.pp-dl dd {
  line-height: 1.8;
  padding-left: 1rem;
  color: #333;
}
.pp-dl dd ul {
  margin-top: 1rem;
  padding-left: 1.5rem;
}

.pp-dl dd ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.8rem;
  line-height: 1.7;
}

.pp-dl dd ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #5b9f8d;
  font-weight: bold;
}

.pp-dl > div:last-child {
  background-color: #e8f0ed;
  padding: 1.5rem;
  border-radius: 0.5em;
  margin-top: 2.5rem;
}

.pp-dl > div:last-child ul {
  list-style: none;
  padding-left: 0;
}

.pp-dl > div:last-child ul li {
  padding: 0.5rem 0;
  font-weight: bold;
  color: #4a7f76;
}
@media  screen and (max-width:769px) {
  .services-contents th,.services-contents td {
    display: block;
    width: 100%;
  }
}
@media not screen and (max-width:769px) {
  .lower-wrap {
    background-color: #e8f0ed;
    padding: 6rem 0;
    margin: 0 auto;
  }
  .lower-contents h3 {
    margin-bottom: 25px;
  }
  .lower-contents section {
    margin-bottom: 60px;
  }
  /*doctor*/
  .doctor-contents {
    display: flex;
    gap: 2.5%;
  }
  .doctor-contents2 {
    column-gap: 5%;
  }
  .doctor-contents div {
    flex: 1;
  }
  .doctor-en {
    margin-bottom: 5rem;
  }
  /*service*/
  .services-nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 7.5px;
    margin-bottom: 20px;
  }
  .services-nav li {
    flex: 1;
  }
  /*ACCESS*/
  .access-map-iframe {
    margin-bottom: 4rem;
  }
  .area-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5em 2em; /* 縦 横の間隔 */
  }
  .pp-dl dt {
    font-size: 1.3em;
  }
  /*PRIVACY POLICY*/
  .pp-dl > div:first-child {
    padding: 2rem;
  }
}