@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap");
section.detail._emergency {
  /* 共通パーツ */
  /* エリアごと */
}
section.detail._emergency .red {
  color: #c61647;
  font-weight: 600;
}
section.detail._emergency .blue {
  font-weight: bold;
  color: #243672;
}
section.detail._emergency h2 {
  margin-top: 40px;
}
section.detail._emergency .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 639px) {
  section.detail._emergency .btn_wrap {
    margin-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
section.detail._emergency .btn_wrap .button-emergency {
  margin-left: 0;
}
@media screen and (max-width: 639px) {
  section.detail._emergency .btn_wrap .button-emergency {
    width: 100%;
  }
}
section.detail._emergency .button-emergency_wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  row-gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.detail._emergency .button-emergency {
  background-color: #ffffff;
  padding: 13px 20px;
  border-radius: 2px;
  border: 1px solid #d4d4d4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 330px;
  max-width: 330px;
  position: relative;
  margin-left: 20px;
  font-size: 15px;
}
section.detail._emergency .button-emergency.icon_s {
  padding-right: 50px;
}
section.detail._emergency .button-emergency .icon_s {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 639px) {
  section.detail._emergency .button-emergency {
    min-width: 230px;
    padding: 10px 20px;
  }
}
section.detail._emergency .button-emergency.center {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 34px;
}
section.detail._emergency .button-emergency.center::before {
  content: "";
  position: absolute;
  display: block;
  width: 9px;
  height: 11px;
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto;
  background-size: 9px 11px;
  background-repeat: no-repeat;
  background-image: url("/wp/wp-content/themes/skgh/customer/emergency/arrow_red.png");
}
section.detail._emergency .button-emergency::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 11px;
  background-size: 9px 11px;
  background-repeat: no-repeat;
  background-image: url("/wp/wp-content/themes/skgh/customer/emergency/arrow_red.png");
  margin-left: 0;
  margin-right: 8px;
}
section.detail._emergency .list-normal._emergency {
  margin-bottom: 30px;
}
@media screen and (max-width: 639px) {
  section.detail._emergency .list-normal._emergency {
    margin-bottom: 20px;
  }
}
section.detail._emergency .list-normal._emergency li {
  text-indent: -1.7em;
  padding-left: 2em;
  margin-bottom: 20px;
  line-height: 1.8;
}
section.detail._emergency .list-normal._emergency li::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 1em;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
section.detail._emergency .emergency_attention_area {
  padding: clamp(20px, 4vw, 44px);
  border-radius: clamp(2px, 1vw, 10px);
  margin-bottom: 80px;
  background-color: #f2f2f2 !important;
  margin-top: 50px;
}
@media screen and (max-width: 639px) {
  section.detail._emergency .emergency_attention_area {
    margin-bottom: 50px;
  }
}
section.detail._emergency .emergency_attention_area .attention_content_area .attention_container:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 639px) {
  section.detail._emergency .emergency_attention_area .attention_content_area .attention_container:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
section.detail._emergency .emergency_attention_area .attention_content_area .attention_container .attention_content {
  position: relative;
  padding-left: 18px;
  margin-bottom: 16px;
}
section.detail._emergency .emergency_attention_area .attention_content_area .attention_container .attention_content p {
  line-height: 1.7em;
}
section.detail._emergency .emergency_attention_area .attention_content_area .attention_container .attention_content::before {
  position: absolute;
  content: "";
  background-color: #243672;
  width: 4px;
  height: calc(100% - 10px);
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  left: 0;
}
section.detail._emergency .mb_0 {
  margin-bottom: 0 !important;
}
section.detail._emergency .box-color-gray {
  background-color: #eeeff4;
}
section.detail._emergency .box-color-gray._caution {
  position: relative;
  padding-left: 50px;
  padding-right: 30px;
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 10px;
}
section.detail._emergency .box-color-gray._caution._desc {
  padding-top: 16px;
  padding-bottom: 16px;
}
section.detail._emergency .box-color-gray._caution::before {
  position: absolute;
  content: "";
  background-image: url("/wp/wp-content/themes/skgh/customer/emergency/icon_caution.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  left: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
}
section.detail._emergency .box-color-gray._caution02 {
  padding: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 639px) {
  section.detail._emergency .box-color-gray._caution02 {
    margin-bottom: 20px;
  }
}
section.detail._emergency .box-color-gray._caution02 .head {
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(36, 54, 114, 0.1);
}
section.detail._emergency .box-color-gray._caution02 .head::before {
  position: absolute;
  content: "";
  background-image: url("/wp/wp-content/themes/skgh/customer/emergency/icon_caution.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  left: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
}
section.detail._emergency .box-color-gray._caution02 .body {
  padding: 0 16px 30px 16px;
}
section.detail._emergency .box-color-gray._caution02 .body .list-normal._emergency {
  margin-bottom: 0;
}
section.detail._emergency .box_border {
  border: 2px solid #e9e9e9;
  border-radius: 3px;
  padding: 20px;
  max-width: 640px;
  margin-bottom: 30px;
}
@media screen and (max-width: 639px) {
  section.detail._emergency .box_border {
    margin-bottom: 20px;
  }
}
section.detail._emergency .box_border ._column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 639px) {
  section.detail._emergency .box_border ._column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.detail._emergency .box_border ._column .head {
  -ms-flex-preferred-size: 120px;
      flex-basis: 120px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 2px solid #75c0da;
}
@media screen and (max-width: 639px) {
  section.detail._emergency .box_border ._column .head {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
    -ms-flex-negative: unset;
        flex-shrink: unset;
    border-right: none;
    border-bottom: 2px solid #75c0da;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
section.detail._emergency .box_border ._column .body {
  padding-left: 20px;
  line-height: 2;
}
@media screen and (max-width: 639px) {
  section.detail._emergency .box_border ._column .body {
    padding-left: 0;
  }
}
section.detail._emergency .flow_area {
  margin-bottom: 70px;
}
@media screen and (max-width: 639px) {
  section.detail._emergency .flow_area {
    margin-bottom: 50px;
  }
}
section.detail._emergency .flow_area .image_area {
  max-width: 760px;
  aspect-ratio: 760/603;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 80px;
}
@media screen and (max-width: 639px) {
  section.detail._emergency .flow_area .image_area {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
section.detail._emergency .flow_area .image_area img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
  line-height: 1;
}
section.detail._emergency .flow_area .flow_list .flow_content {
  padding-bottom: 40px;
  position: relative;
}
section.detail._emergency .flow_area .flow_list .flow_content::before {
  position: absolute;
  content: "";
  background-color: #243672;
  width: 1px;
  height: 100%;
  left: 19px;
  top: 40px;
}
@media screen and (max-width: 639px) {
  section.detail._emergency .flow_area .flow_list .flow_content::before {
    content: none;
  }
}
section.detail._emergency .flow_area .flow_list .flow_content:last-of-type {
  padding-bottom: 0;
}
section.detail._emergency .flow_area .flow_list .flow_content:last-of-type::before {
  content: none;
}
section.detail._emergency .flow_area .flow_list .flow_content .flow_head {
  margin-bottom: 10px;
}
section.detail._emergency .flow_area .flow_list .flow_content .flow_head .num {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #243672;
  color: #ffffff;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 500;
  margin-right: 14px;
  z-index: 10;
}
@media screen and (max-width: 639px) {
  section.detail._emergency .flow_area .flow_list .flow_content .flow_head .num {
    font-size: 18px;
    width: 30px;
    height: 30px;
  }
}
section.detail._emergency .flow_area .flow_list .flow_content .flow_head .title {
  color: #243672;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 639px) {
  section.detail._emergency .flow_area .flow_list .flow_content .flow_head .title {
    font-size: 18px;
  }
}
section.detail._emergency .flow_area .flow_list .flow_content .flow_body {
  padding-left: 60px;
}
@media screen and (max-width: 639px) {
  section.detail._emergency .flow_area .flow_list .flow_content .flow_body {
    padding-left: 0;
  }
}
section.detail._emergency .flow_area .flow_list .flow_content .flow_body .list_title {
  color: #243672;
  font-weight: 700;
  letter-spacing: 0.2ex;
  margin-bottom: 20px;
}
section.detail._emergency .nurse_area {
  margin-bottom: 80px;
}
@media screen and (max-width: 639px) {
  section.detail._emergency .nurse_area {
    margin-bottom: 50px;
  }
}
section.detail._emergency .nurse_area .level_table {
  margin-top: 20px;
  margin-left: -30px;
  width: calc(100% + 30px);
}
section.detail._emergency .nurse_area .level_table .blue {
  background-color: #d4ecf7;
  color: #111111;
}
section.detail._emergency .nurse_area .level_table .red {
  background-color: #f6d5d6;
  color: #111111;
}
section.detail._emergency .nurse_area .level_table .yellow {
  background-color: #f7f6af;
}
section.detail._emergency .nurse_area .level_table .green {
  background-color: #c6f3da;
}
section.detail._emergency .nurse_area .level_table .white {
  background-color: #f3f3f3;
}
section.detail._emergency .nurse_area .level_table td, section.detail._emergency .nurse_area .level_table th {
  padding-top: 18px;
  padding-bottom: 16px;
  font-weight: bold !important;
}
section.detail._emergency .hospitalization_area {
  margin-bottom: 80px;
}
@media screen and (max-width: 639px) {
  section.detail._emergency .hospitalization_area {
    margin-bottom: 50px;
  }
}