@charset "UTF-8";
html {
  scroll-padding-top: 100px; /* 固定ヘッダの高さ分 */
}
@media (max-width: 780px) {
  html {
    scroll-padding-top: 20px; /* 固定ヘッダの高さ分 */
  }
}
/*-- レスポンシブの設定 --*/
.features section {
  margin: 0 auto;
}
.features .features_title {
  margin: 46px auto 65px;
  position: relative;
  background-image: url(../img/feature/index/features-index-bg.png);
  max-width: 1267px;
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(0 0, 98% 0, 100% 4%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 98% 0, 100% 4%, 100% 100%, 0 100%);
}
@media (max-width: 780px) {
  .features .features_title {
    height: 300px;
    max-width: 90%;
  }
}
.features .features_title div {
  position: absolute;
  top: 15%;
  left: 5em;
  z-index: 1;
  color: #3A3A3A;
}
@media (max-width: 780px) {
  .features .features_title div {
    top: 15%;
    left: 2em;
  }
}
.features .features_title div h1 {
  letter-spacing: 0.15em;
  font-size: 30px;
  padding-bottom: 50px;
  text-shadow: 0 0 10px #fff;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
}
@media (max-width: 780px) {
  .features .features_title div h1 {
    padding-bottom: 30px;
    line-height: 1.2;
  }
}
.features .features_title div h1 span {
  font-size: 12px;
  color: #9F9F9F;
  text-shadow: none;
  letter-spacing: normal;
}
.features .features_title div p {
  font-size: 18px;
  line-height: 2.2;
}
@media (max-width: 780px) {
  .features .features_title div p {
    font-size: 1.1em;
  }
}
.features .popular_page {
  margin-top: 200px;
}
@media (max-width: 780px) {
  .features .popular_page {
    margin: 3em auto;
  }
}
.features .annotation {
  color: #1A68B3;
}

/* 共通CSS*/
.f16 {
  font-size: 16px;
}
.mt_3 {
  margin-top: 3em;
}
@media only screen and (max-width: 768px) {
  .mt_3 {
    margin-top: 2.2em;
  }
}
.bold_red {
  color: #C31A61;
  font-weight: 600;
}
.img50 img {
  width: 50%;
  height: auto;
}
.low_2culm__main--pdf a {
  text-decoration: underline;
}
.patient .low_2culm__main--pdf {
  display: inline-block;
  margin-top: 1em;
  vertical-align: middle;
}
.low_2culm__main--pdf img {
  margin-right: 10px;
  vertical-align: middle;
  width: 7%;
}
.al_baseline {
  align-items: baseline !important;
}
@media only screen and (max-width: 768px) {
  .ul_unker li {
      margin-bottom: 10px;
      margin-right: 10px;
      width: calc((100% - 10px*2)/2);
  }
}

@media (max-width: 780px) {
  .img50 img {
    width: 100%;
    height: auto;
  }
}

/* ピンク色のボタン*/
a.more_red {
  background: url(/assets/img/hospitalization_visit/parts/002.png);
  color: #C31A61;
  position: relative;
  background-size: 100% 100%;
  width: 15em;
  height: 3.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  margin: 1em 0;
  background-repeat: no-repeat;
}
a.more_red:hover {
  background: url(/assets/img/hospitalization_visit/parts/002.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #C31A61;
}
a.more_red.more_active {
  background: url(/assets/img/hospitalization_visit/parts/002.png);
  color: #fff;
  position: relative;
  background-size: 100% 100%;
  width: fit-content;
  min-width: 15em;
  padding: 0 2em;
  height: 3.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  background-repeat: no-repeat;
  margin: 0 auto;
}
a.more_red.more_active:hover {
  background: url(/assets/img/hospitalization_visit/parts/005.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #C31A61;
}
.more_img {
  position: absolute;
  right: 0.7em;
  display: flex;
  align-items: center;
}
.more_img img {
  height: 1.1em;
  vertical-align: baseline;
}
.more_img img:last-child {
  display: none;
}
a.more:hover .more_img img:last-child {
  display: block;
}
a.more:hover .more_img img:first-child {
  display: none;
}
.more_active .more_img img:last-child {
  display: block;
}
.more_active .more_img img:first-child {
  display: none;
}
a.more.more_active:hover .more_img img:first-child {
  display: block;
}
a.more.more_active:hover .more_img img:last-child {
  display: none;
}

a.more {
  background: url(/assets/img/top/083.png);
  color: #1A68B3;
  position: relative;
  background-size: 100% 100%;
  width: 15em;
  height: 3.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  margin: 1em 0;
  background-repeat: no-repeat;
}
a.more:hover {
  background: url(/assets/img/top/082.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
}
a.more.more_active {
  background: url(/assets/img/top/082.png);
  color: #fff;
  position: relative;
  background-size: 100% 100%;
  width: fit-content;
  min-width: 15em;
  padding: 0 2em;
  height: 3.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  margin: 1em 0;
  background-repeat: no-repeat;
}
a.more.more_active:hover {
  background: url(/assets/img/top/083.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #1A68B3;
}
.ml_1{
  margin-left: 1em;
}
.accordion_content__flex--pdfmore {
  text-decoration: underline;
  font-size: 13px;
}
.accordion_content__flex--pdfmore img {
  margin: 0.8em 0.8em 0 0;
}
/* お願いとご注意 */
.restriction_list .list01 {
  margin-right: 70px;
}
.low_2culm__main--content2-2 {
  margin: 6em 0 6em;
}
.width80 {
  width: 80%;
}
.mr_20 {
  margin-right: 2em;
}

.flex2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  justify-content: flex-start;
}
.accordion_content__table02-2 {
  border-top: solid 1px #D2D2D2;
  border-left: solid 1px #D2D2D2;
  width: fit-content;
  width: 60%;
}
.flex2 .accordion_content__img2 {
  text-align: center;
  width: 40%;
}
@media (max-width: 780px) {
  .flex2 {
    display: -webkit-block;
    display: block;
  }
  .accordion_content__table02-2 {
    width: 100%;
  }
  .flex2 .accordion_content__img2 {
    text-align: center;
    width: 100%;
    margin-top: 2em;
  }
  .accordion_content__table02-2 {
    width: 100%;
    font-size: 11px;
  }
}

.maxwidth02 {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0;
}
.attention_icon {
  width: 9%;
  margin-top: 1em;
  margin-right: 1%;
  text-align: center;
}
.attention_list {
  width: 90%;

}
.attention_list li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
.attention_list li:before {
  content: "";
  width: 9px;
  height: 9px;
  background: #C31A61;
  position: absolute;
  border-radius: 5px;
  left: 0;
  top: 0.6em;
}
@media (max-width: 780px) {
  .attention_icon {
    width: 8%;
    margin-top: 1.2em;
    margin-right: 2%;
  }
  .attention_icon img {
    width: 100%;
  }
}

/* 入院のご案内 */
.red_btn {
  border: 1px solid #C31A61;
  border-radius: 2px;
  padding: 1em 3em;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  color: #C31A61;
  background-color: #fff;
  margin-bottom: 2em;
}
.m1 {
  margin: 1em 0;
}
.m2 {
  margin: 2em 0;
}
.mb_4 {
  margin-bottom: 4em;
}
.item_text {
  border: 1px solid #1A68B3;
  border-radius: 2px;
  padding: 5px 0 5px 10px;
}
ul.list01 li ul li:before{
  background: transparent;
}
@media (max-width: 780px) {
  .db {
     display: block;
  }

}


/* 面会のご案内 */
.mr_130 {
  margin-left: 13em;
}
.mt_30 {
  margin-top: 30px;
}
.mr_1 {
  margin-right: 1em;
}
.va {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.important_flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.important_flex span {
  color: #C31A61;
  font-size: 1.5em;
  font-weight: 500;
  padding-left: 0.7em;
}
.attention img {
  width: 5%;
  height: auto;
}
/* 面会禁止についてのお知らせ*/
.low_2culm__main--content2 {
  margin: 2em 0 6em;
}
.no-hospitalization-ttl {
  font-size: 2em;
  color: #fff;
  background-color: #D5141D;
  padding-bottom: 0.2em;
  text-align: center;
  width: 100%;
  letter-spacing: 0.2em;
}
.low_2culm__main--attention {
  background: #FFF5EF;
  border: 4px solid #D5141D;
} 
.no-hospitalization-content {
  padding: 2.6em 1.5em 2.2em 1.5em;
}
.line_red {
  border-bottom: 1px solid #D5141D;
  width: 100%;
  padding-bottom: 1.4em;
  margin-bottom: 1.4em;
}