@charset "utf-8";
/*個別ページCSS*/
/*お知らせ*/
.news_list {
  padding: 30px;
  box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 10%);
}
.news_list:not(:last-of-type) {
  margin-bottom: 30px;
}
.news_list .title {
  margin-bottom: .5em;
  background-image: linear-gradient(to right, rgba(94, 94, 94, 0.40) 1px, transparent 2px);
  background-size: 3px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  line-height: 1.3;
  padding-bottom: .5em;
}
.pager a {
  color: var(--primary);
  font-weight: bold;
}
.pager .page-numbers {
  padding: 5px;
}
/*ご挨拶*/
.greet .sec_greet .flex {
  align-items: flex-start;
}
.sec_greet .link_bn {
  margin-top: 50px;
}
.sec_greet .link_bn img {
  width: 100%;
}
.sec_greet .dl01 dd {
  margin-left: 6.5em;
}
/*当院について*/
.about .col_30,
.access .col_30 {
  row-gap: 1.25em;
}
.about .col_30 figure {
  position: relative;
}
.about .col_30 figcaption {
  -ms-writing-mode: inherit;
  writing-mode: inherit;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 0 10px 0 0;
  min-width: 6em;
  text-align: center;
  line-height: normal;
  position: absolute;
  bottom: -1px;
  left: -1px;
}
/* アクセス */
.sec_access .flex .left {
  flex: 0 0 55%;
}
.sec_access .flex .right {
  flex: 0 0 40%;
}
.sec_access iframe {
  width: 100%;
  height: 300px;
}
@media (min-width:1025px) {
  .sec_about .wrap {
    position: relative;
  }
  .sec_about .text {
    width: 65%;
    margin-left: 0;
  }
  .sec_about .img_lifestage {
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
  }
}

@media (max-width:1024px) {
  .sec_greet .link_bn {
    margin-top: 30px;
  }
  .sec_greet .link_bn img {
    display: block;
    margin: auto;
    max-width: 500px;
    width: 100%;
  }
  .sec_about .img_lifestage {
    margin-bottom: 1em;
  }
  .sec_access .flex .left {
    margin-bottom: 30px;
  }
.sec_access .flex .right {
	display: block;
    max-width: 500px;
    margin: auto;
}
}

@media (min-width: 769px) {
}
@media (max-width: 768px) {
  .greet .sec_greet .flex_all > * {
    flex: 0 0 100%;
  }
  .about .col_30 > * {
    flex: 0 0 calc(50% - .5em);
  }
}
@media screen and (max-width: 480px) {
}
