@charset "UTF-8";
.section-top-keyvisual {
  position: relative;
}
.section-top-keyvisual .keyvisual-viewport {
  position: relative;
}
.section-top-keyvisual .keyvisual-viewport::before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
}
.section-top-keyvisual .keyvisual-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 2;
  right: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0;
  color: #ba590f;
  font-weight: 500;
}
.section-top-keyvisual .keyvisual-title .title-small {
  letter-spacing: 0.05em;
}
.section-top-keyvisual .keyvisual-title .title-large {
  letter-spacing: 0.1em;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual .keyvisual-viewport {
    padding-bottom: 1.14rem;
  }
  .section-top-keyvisual .keyvisual-viewport::before {
    bottom: 0;
    height: 3.05rem;
    background: url("../img/top/sp/keyvisual_decoration_01.png") bottom left/100% auto no-repeat;
  }
  .section-top-keyvisual .keyvisual-title {
    right: 0;
    bottom: 0.31rem;
    left: 0;
    padding: 0 0.77rem 0 0.83rem;
    line-height: 1.38;
  }
  .section-top-keyvisual .keyvisual-title .title-small {
    margin-bottom: 0.02rem;
    font-size: 0.14rem;
  }
  .section-top-keyvisual .keyvisual-title .title-large {
    font-size: 0.24rem;
  }

    /* お知らせ欄　移植 */

  .detailText{
    font-weight: normal;
    margin: 0.01rem 0 0.04rem 0rem;
    font-size: 0.15rem;
  }
  .detailUpfile{
    margin: 0.01rem 0 0.04rem 0.1rem;
  }
.detailText div,
.detailText div span {
  font-size: 0.17rem !important;
  line-height: 1.8;
}

.news_detail,
.news_detail p {
  font-size: 0.16rem !important;
  line-height: 1.8;
margin-bottom: 0.1rem;
}

.news_detail p:not(:last-child) {
  margin-bottom: 5px;
}

/* お知らせ 文章 */
.detailText div,
.detailText b,
.detailText i,
.detailText u,
.detailText strike,
.detailText div span,
.detailText span {
  font-size: inherit;
  line-height: 1.8;
}

.detailText b {
  font-weight: bold;
}

.detailText i {
  font-style: italic;
}

.detailText u {
  text-decoration: underline;
}
.list-top-news .detailText ul {
  list-style: disc !important;
  padding-left: 1.2em;

}

.list-top-news .detailText ul li{
  list-style: disc;
}



.detailText ol{
  list-style: decimal !important;
  padding-left: 1.2em;

}

.detailText ol li{
  list-style: decimal;
  /* padding-left: 1.2em; */

}


.detailText div a {
  color: #0066c0;
  transition: .3s;
  text-decoration: underline;
}

.detailText div a:hover {
  opacity: 0.6;
}


.detailUpfile a {
  color: #0066c0;
}

.detailUpfile a img {
  max-width: 350px;
  width: 100%;
  height: auto;
}
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-top-keyvisual .keyvisual-viewport::before {
    top: 0;
    bottom: 0;
    background: url("../img/top/keyvisual_decoration_01.png") no-repeat top left/100% 100%;
  }
  .section-top-keyvisual .keyvisual-title {
    top: calc(50% + 20px);
    left: calc(50% - 662px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1.38;
  }
  .section-top-keyvisual .keyvisual-title .title-small {
    font-size: 0.4rem;
  }
  .section-top-keyvisual .keyvisual-title .title-large {
    font-size: 0.5rem;
  }
  .section-top-keyvisual .keyvisual-image {
    position: relative;
  }
  .section-top-keyvisual .keyvisual-image::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 1374px;
    background: url("../img/top/keyvisual_decoration_02.svg") no-repeat top left/100% 100%;
  }

      /* お知らせ欄　移植 */

  .detailText{
    font-weight: normal;
    margin-top: 10px;
  }
.detailText div,
.detailText div span {
font-size: 17px !important;
line-height: 1.8;
}

.news_detail,
.news_detail p {
font-size: 16px !important;
line-height: 1.8;
/* margin-bottom: 10px; */
}

.news_detail p:not(:last-child) {
margin-bottom: 5px;
}

/* お知らせ 文章 */
.detailText div,
.detailText b,
.detailText i,
.detailText u,
.detailText strike,
.detailText div span,
.detailText span {
font-size: inherit;
line-height: 1.8;
}

.detailText b {
font-weight: bold;
}

.detailText i {
font-style: italic;
}

.detailText u {
text-decoration: underline;
}

.list-top-news .detailText ul {
  list-style: disc !important;
  padding-left: 1em;
  }

.list-top-news .detailText ul li{
list-style: disc;
}

.list-top-news .detailText ol{
  list-style: decimal !important;
  padding-left: 1em;
  }

.list-top-news .detailText ol li{
list-style: decimal;
/* padding-left: 1em; */

}

.detailText div a {
color: #0066c0;
transition: .3s;
text-decoration: underline;
}

.detailText div a:hover {
opacity: 0.6;
}


.detailUpfile a {
color:#0066c0;
}

.detailUpfile a img {
max-width: 350px;
width: 100%;
height: auto;
}
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media (min-width: 768px) and (max-width: 1399.98px) {
  .section-top-keyvisual .keyvisual-title {
    left: 50px;
  }
}
/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-top-information {
    padding: 0.45rem 0 0.6rem;
  }
  .section-top-information .block-common-news {
    margin-bottom: 0.54rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-top-information {
    padding: 63px 0 82px;
  }
  .section-top-information .wrapper {
    max-width: 1068px;
  }
  .section-top-information .information-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 49px;
  }
  .section-top-information .block-common-news,
  .section-top-information .block-top-consultation {
    width: 50%;
  }
  .section-top-information .button-common-primary {
    width: 240px;
    min-height: 60px;
  }
}
/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .block-top-consultation .title-common-primary {
    margin-bottom: 0.22rem;
  }
  .block-top-consultation .block-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0.23rem;
    gap: 0.15rem;
  }
  .block-top-consultation .button-common-primary {
    width: 3rem;
    min-height: 0.46rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .block-top-consultation .block-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
  }
  .block-top-consultation .button-common-primary {
    margin: unset;
  }
  .block-top-consultation .calendar-common .calendar-table {
    margin-bottom: 8px;
  }
  .block-top-consultation .calendar-common .note-datetime {
    margin-bottom: 4px;
  }
  .block-top-consultation .title-common-primary {
    margin-bottom: 33px;
  }
}
.section-top-hospital {
  position: relative;
  overflow: hidden;
}
.section-top-hospital::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.section-top-hospital .hospital-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-top-hospital .item-image {
  position: relative;
  border-radius: 0.3rem;
}
.section-top-hospital .item-image::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.3rem;
  -webkit-box-shadow: 0.15rem 0.15rem 0 0 rgba(170, 169, 168, 0.7);
  box-shadow: 0.15rem 0.15rem 0 0 rgba(170, 169, 168, 0.7);
  pointer-events: none;
}
.section-top-hospital .item-image img {
  border-radius: 0.3rem;
}
.section-top-hospital .item-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-top-hospital .item-title {
  color: #ffae34;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
.section-top-hospital .list-item:last-child {
  margin-bottom: 0;
}
.section-top-hospital .content-detail {
  margin-bottom: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-top-hospital {
    padding: 0.38rem 0 0.5rem;
  }
  .section-top-hospital::before {
    background: url("../img/top/sp/hospital_img_01.svg") top left/100% auto no-repeat;
  }
  .section-top-hospital .hospital-list {
    gap: 0.71rem;
  }
  .section-top-hospital .item-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.25rem;
    gap: 0.15rem;
  }
  .section-top-hospital .item-number {
    position: absolute;
    z-index: 2;
    top: -0.02rem;
    left: -0.03rem;
    width: 1.02rem;
  }
  .section-top-hospital .title-common-primary {
    margin-bottom: 0.18rem;
  }
  .section-top-hospital .item-title {
    margin-bottom: 0.29rem;
    font-size: 0.24rem;
    line-height: 1.2;
  }
  .section-top-hospital .item-image {
    position: absolute;
    top: 0.18rem;
    right: 0;
    left: -0.01rem;
    width: 3rem;
    height: 2rem;
    margin: 0 auto;
  }
  .section-top-hospital .item-wrapper {
    position: relative;
    padding-top: 2.58rem;
  }
  .section-top-hospital .button-common-secondary {
    width: 1.87rem;
    min-height: 0.53rem;
    padding: 0.05rem 0.24rem 0.05rem 0.21rem;
  }
  .section-top-hospital .button-common-secondary.is-large::after {
    right: 0.09rem;
  }
  .section-top-hospital .list-common-dashed {
    padding-right: 0.08rem;
  }
  .section-top-hospital .list-common-dashed .list-item {
    font-size: 0.16rem;
  }
  .section-top-hospital .list-common-dashed .list-item::before {
    top: 0.11rem;
    width: 0.12rem;
    height: 0.12rem;
    margin-right: 0.05rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-top-hospital {
    padding: 63px 0 167px;
  }
  .section-top-hospital::before {
    background: url("../img/top/hospital_img_01.svg") top left/100% auto no-repeat;
  }
  .section-top-hospital .hospital-list {
    gap: 151px;
  }
  .section-top-hospital .hospital-list .list-item.is-access .item-content {
    margin-right: 59px;
  }
  .section-top-hospital .wrapper {
    max-width: 1300px;
  }
  .section-top-hospital .item-number {
    position: relative;
    top: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 292px;
    margin-right: 62px;
    margin-left: 10px;
  }
  .section-top-hospital .item-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 4.99rem;
    height: 3.32rem;
  }
  .section-top-hospital .item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-top-hospital .button-common-secondary {
    width: 160px;
    min-height: 53px;
    padding: 6px 25px 8px 21px;
  }
  .section-top-hospital .button-common-secondary::after {
    right: 11px;
  }
  .section-top-hospital .button-common-secondary.is-large {
    width: 190px;
  }
  .section-top-hospital .button-common-secondary:hover::after {
    right: 5px;
  }
  .section-top-hospital .item-actions {
    gap: 18px;
    margin-top: 22px;
  }
  .section-top-hospital .item-content {
    max-width: 364px;
    margin-right: 57px;
  }
  .section-top-hospital .item-title {
    margin-bottom: 18px;
    font-size: 0.4rem;
    line-height: 1.6;
  }
  .section-top-hospital .title-common-primary {
    margin-bottom: 44px;
  }
  .section-top-hospital .list-common-dashed .list-item.is-spacing {
    margin-right: -16px;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) and (max-width: 1365.98px) {
  .section-top-hospital .item-number {
    margin-right: 30px;
    margin-left: -10px;
  }
  .section-top-hospital .item-image {
    width: 450px;
    height: 313px;
  }
}
/*# sourceMappingURL=top.css.map */