@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

/* ----------------------------------------------------------------
life ページタイトル
----------------------------------------------------------------*/
.pagetitle_area.life {
  background-image: url(../../images/guide/life/title_life.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .pagetitle_area.life {
    background-image: url(../../images/guide/life/title_life@2x.jpg);
  }
}

@media screen and (min-width: 1080px) {
  .pagetitle_area.life {
    background-image: url(../../images/guide/life/title_life@2x.jpg);
  }
}

@media screen and (min-width: 1080px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 1080px) and (min-resolution: 2dppx) {
  .pagetitle_area.life {
    background-image: url(../../images/guide/life/title_life@4x.jpg);
  }
}

/* ----------------------------------------------------------------
入院のお申込み方法
----------------------------------------------------------------*/
.life_intoro {
  margin-bottom: 60px;
}

.life_table_area {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.life_table_area .life_memo {
  max-width: 100px;
  font-size: 90%;
}

.life_table_area .txt_normal {
  max-width: 600px;
  text-align: left;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  margin: auto;
}

.life_table_area table.life_table {
  max-width: 600px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

.life_table_area table.life_table tr {
  background: white;
}

.life_table_area table.life_table tr th {
  border-bottom: 1px solid #fff;
}

.life_table_area table.life_table tr td {
  border-right: 1px solid #ccc;
}

.life_table_area table.life_table tr td.system__tableHolder__colored {
  background-color: #f3f3f3;
}

.life_table_area table.life_table tr td.bg-reha {
  background: #fffcf1;
}

.txt_annotation {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  table.life_table {
    width: 100%;
  }
}

.life_detail_area .col2_1 .col2_item {
  margin-right: 40px;
}

.life_detail_area .col2_1 .col2_item:nth-of-type(2) {
  margin-right: 0;
}

.life_detail_area > div:first-child {
  margin-top: 40px;
}

.life_detail_area > div {
  margin-bottom: 40px;
}

.life_detail_area h3::before {
  content: "";
  background: none;
}

.life_detail_area h3 {
  font-size: 24px;
  font-family: "Noto Sans JP", sanserif;
  text-align: left;
  padding: 0;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #96c339;
  margin-bottom: 20px;
  font-weight: 400;
}

.life_detail_area .txt_normal {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .life_detail_area .col2_1 .col2_item {
    margin-right: 0;
  }
  .life_detail_area .col2_item:nth-of-type(2) {
    margin-right: 0;
  }
  .life_detail_area > div:first-child {
    margin-top: 30px;
  }
  .life_detail_area > div {
    margin-bottom: 30px;
  }
  .life_detail_area .col2_item {
    margin-bottom: 30px;
  }
  .life_detail_area h3 {
    font-size: 20px;
  }
}
/*# sourceMappingURL=life.css.map */