@charset "UTF-8";
.fnt-notosan {
  font-family: "Noto Sans JP", sans-serif;
}

.fnt-mon {
  font-family: "Montserrat", sans-serif;
}

.emergency__service_flex {
  margin: 0 0 40px;
}
@media screen and (min-width: 991.98px) {
  .emergency__service_flex {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 991.98px) {
  .emergency__service_flex_right {
    max-width: calc(100% - 400px);
  }
}
@media screen and (max-width: 991.98px) {
  .emergency__service_flex_right {
    margin-top: 40px;
  }
}
.emergency__service_flex_right_list {
  margin-top: 33px;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 991.98px) {
  .emergency__service_flex_right_list {
    gap: 0 25px;
  }
}
@media screen and (min-width: 991.98px) and (min-width: 1200px) {
  .emergency__service_flex_right_list {
    gap: 0 57px;
  }
}
@media screen and (max-width: 991.98px) {
  .emergency__service_flex_right_list {
    gap: 0 20px;
  }
}
.emergency__service_flex_right_list_item {
  width: -moz-max-content;
  width: max-content;
}
.emergency__service_flex_right_list_item_img {
  margin-bottom: 17px;
}
@media screen and (min-width: 991.98px) {
  .emergency__service_flex_right_list_item_img {
    height: 70px;
  }
}
@media screen and (max-width: 991.98px) {
  .emergency__service_flex_right_list_item_img {
    height: 55px;
  }
}
.emergency__service_flex_right_list_item_text {
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
}
.emergency__service_box_title {
  margin-bottom: 18px;
}
.emergency__service_box_title span {
  display: inline-block;
  position: relative;
}
.emergency__service_box_title span::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #d97182;
  border-radius: 50%;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
@media screen and (max-width: 991.98px) {
  .emergency__service_box_title span::before {
    width: 3px;
    height: 3px;
    top: 0;
  }
}
.emergency__service_box_flex {
  position: relative;
}
@media screen and (min-width: 991.98px) {
  .emergency__service_box_flex_content {
    max-width: calc(100% - 47px - 7rem);
  }
}
.emergency__service_box_flex_content_text {
  line-height: 2;
}
.emergency__service_box_flex_content_text + .emergency__service_box_flex_content_text {
  margin-top: 32px;
}
@media screen and (min-width: 991.98px) {
  .emergency__service_box_flex_content_img {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .emergency__service_box_flex_content_img {
    margin: clamp(2rem, 1.5856353591rem + 1.1049723757vw, 3rem) 0 0;
    text-align: center;
  }
}

.c-bg-c-white {
  background-color: #fff;
}

.emergency__process {
  padding-bottom: clamp(5rem, 2.9281767956rem + 5.5248618785vw, 10rem);
}
.emergency__process_step_flex {
  margin-top: clamp(2rem, 1.5856353591rem + 1.1049723757vw, 3rem);
  display: flex;
  align-items: flex-start;
  gap: 0 28px;
}
@media screen and (max-width: 767px) {
  .emergency__process_step_flex {
    flex-direction: column;
    gap: clamp(2rem, 1.5856353591rem + 1.1049723757vw, 3rem) 0;
  }
}
.emergency__process_step_flex_bar {
  background: #fff;
  padding: 25px 12px;
}
@media screen and (max-width: 767px) {
  .emergency__process_step_flex_bar {
    width: 100%;
  }
}
.emergency__process_step_flex_bar_list {
  margin: 0 0 37px;
  position: relative;
}
.emergency__process_step_flex_bar_list li {
  position: relative;
  z-index: 2;
  gap: 0 10px;
}
.emergency__process_step_flex_bar_list li::before {
  content: "";
  position: absolute;
  top: 5px;
  height: calc(100% + 25px);
  left: clamp(1rem, calc(0.4972vw + 0.8135rem), 1.45rem);
  width: 1px;
  background: #f2a7a7;
}
.emergency__process_step_flex_bar_list li + li {
  margin-top: 21px;
}
.emergency__process_step_flex_bar_list li .num {
  font-weight: 700;
  color: #fff;
  width: clamp(2rem, 1.5856353591rem + 1.1049723757vw, 3rem);
  height: clamp(2rem, 1.5856353591rem + 1.1049723757vw, 3rem);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  min-width: 14px;
  background: #f2a7a7;
  position: relative;
  z-index: 2;
}
.emergency__process_step_flex_bar_list li:last-child::before {
  display: none;
}
.emergency__process_lineup {
  margin-top: 103px;
}
.emergency__process_lineup .top__suggestion_problemList {
  margin-top: 60px;
}
.emergency__process_lineup .top__suggestion_problemList .top__suggestion_problemItem {
  position: relative;
  grid-template-rows: auto auto 1fr;
}
.emergency__process_lineup .top__suggestion_problemList .top__suggestion_problemItem_sub-text {
  position: absolute;
  width: 73px;
  top: -30px;
  right: 9px;
}
.emergency__process_lineup
  .top__suggestion_problemList
  .top__suggestion_problemItem_list
  .top__suggestion_problemItem_item {
  gap: 0 5px;
  font-size: 14px;
  line-height: 20px;
}
.emergency__process_lineup
  .top__suggestion_problemList
  .top__suggestion_problemItem_list
  .top__suggestion_problemItem_item::before {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-top: 0;
}
.emergency__process_lineup
  .top__suggestion_problemList
  .top__suggestion_problemItem_list
  .top__suggestion_problemItem_item
  + .emergency__process_lineup
  .top__suggestion_problemList
  .top__suggestion_problemItem_list
  .top__suggestion_problemItem_item {
  margin-top: 10px;
}
.emergency__process_oem {
  margin-top: 98px;
  display: flex;
  border: 1px solid #f2a7a7;
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .emergency__process_oem {
    flex-direction: column;
  }
}
.emergency__process_oem_content {
  width: 635px;
  padding: clamp(2rem, 1.5856353591rem + 1.1049723757vw, 3rem) 40px 50px;
  text-align: center;
  max-width: 53.2%;
}
@media screen and (max-width: 900px) {
  .emergency__process_oem_content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .emergency__process_oem_content {
    width: 100%;
    max-width: 100%;
    padding: 20px 15px 40px;
  }
}
.emergency__process_oem_content .c-sectionTitle {
  margin-bottom: 25px;
}
.emergency__process_oem_content .c-sectionTitle .en {
  line-height: 1.6;
}
.emergency__process_oem_content .c-sectionTitle .ja {
  font-size: 20px;
  color: #d97182;
}
@media screen and (max-width: 767px) {
  .emergency__process_oem_content .c-sectionTitle .ja {
    font-size: 18px;
  }
}
.emergency__process_oem_img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .emergency__process_oem_img {
    width: 561px;
    max-width: 46.8%;
  }
  .emergency__process_oem_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.emergency__common_menu .c-sectionTitle {
  margin-bottom: clamp(4rem, 3.1712707182rem + 2.2099447514vw, 6rem);
}
@media screen and (max-width: 767px) {
  .emergency__common_menu .c-sectionTitle {
    padding-top: clamp(4rem, 2.2099vw + 3.1713rem, 6rem);
  }
}
@media screen and (max-width: 767px) {
  .emergency__common_menu .c-sectionTitle .en {
    font-size: clamp(4rem, 2.2099vw + 3.1713rem, 6rem);
  }
}
.emergency__common_menu_unit {
  background: #fff;
  display: grid;
  row-gap: clamp(2rem, 1.5856353591rem + 1.1049723757vw, 3rem);
  padding: clamp(2rem, 1.1712707182rem + 2.2099447514vw, 4rem);
}
.emergency__common_menu_unit + .emergency__common_menu_unit {
  margin-top: clamp(6rem, 4.4199vw + 4.3425rem, 10rem);
}
.emergency__common_menu_unit_title {
  align-items: center;
  display: grid;
  gap: clamp(1rem, 0.7928176796rem + 0.5524861878vw, 1.5rem);
  grid-template-columns: auto 1fr;
  padding-top: 2rem;
  position: relative;
  border-bottom: 1px solid #d97182;
}
.emergency__common_menu_unit_title::before {
  background-image: url(../img/emergency/icon_menu.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 0.75em;
  left: 0;
  position: absolute;
  top: 0;
  width: 2.21em;
}
.emergency__common_menu_unit_title .num {
  color: #d97182;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 1;
  font-size: 1.667em;
}
.emergency__common_menu_unit_list {
  display: grid;
  grid-template: 1fr/1fr 1fr 1fr;
  gap: clamp(2rem, 1.1712707182rem + 2.2099447514vw, 4rem) clamp(2rem, 1.5856353591rem + 1.1049723757vw, 3rem);
}
@media screen and (max-width: 767px) {
  .emergency__common_menu_unit_list {
    grid-template: 1fr/1fr;
  }
}
.emergency__common_menu_unit_list_item {
  background: #f8f6f4;
  padding: 20px 15px;
  display: grid;
}
.emergency__common_menu_unit_list_item_title {
  font-size: 17px;
  text-align: center;
  font-weight: 700;
  margin: 0 0 13px;
}
.emergency__common_menu_unit_list_item_img {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 9px;
}
.emergency__common_menu_unit_list2 {
  display: grid;
  grid-template: 1fr/1fr 1fr 1fr;
  justify-content: center;
  gap: clamp(1.6rem, 1.2685082873rem + 0.8839779006vw, 2.4rem);
}
@media screen and (max-width: 991.98px) {
  .emergency__common_menu_unit_list2 {
    grid-template: 1fr 1fr/1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .emergency__common_menu_unit_list2 {
    grid-template: 1fr/1fr;
  }
}
.emergency__common_menu_unit_list2_item {
  background: #f8f6f4;
  padding: clamp(2rem, 1.5856353591rem + 1.1049723757vw, 3rem) 15px 20px;
}
.emergency__common_menu_unit_list2_item:has(.emergency__common_menu_unit_list2_item_discount) {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
}
.emergency__common_menu_unit_list2_item_title {
  text-align: center;
  color: #755139;
  font-size: 17px;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .emergency__common_menu_unit_list2_item_title {
    font-size: 14px;
  }
}
.emergency__common_menu_unit_list2_item_img {
  margin: 14px 0 20px;
}
.emergency__common_menu_unit_list2_item_text {
  padding: 0 0 20px;
  border-bottom: 1px solid #e3d3b7;
}
.emergency__common_menu_unit_list2_item_text + .emergency__common_menu_unit_list2_item_text {
  margin-top: 20px;
}
.emergency__common_menu_unit_list2_item_text:last-child {
  border-bottom: 0;
}
.emergency__common_menu_unit_list2_item_inner_subTitle {
  text-align: center;
  font-weight: 700;
  margin-bottom: 18px;
}
.emergency__common_menu_unit_list2_item_discount {
  background: #fff;
  border-radius: 0.5rem;
  line-height: 1.2;
  text-align: center;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  font-size: 23px;
  height: 62px;
}
.emergency__common_menu_unit_list2_item_discount small {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  align-self: center;
}
.emergency__common_menu_unit_list2_item_discount span {
  font-size: 46px;
  font-family: Montserrat, sans-serif;
}
.emergency__common_menu_unit_list2_item_discount span.ps {
  font-size: 32px;
  align-self: center;
}
.emergency__common_menu_unit_box {
  background: #f8f6f4;
  padding: clamp(2rem, 1.1712707182rem + 2.2099447514vw, 4rem) clamp(2rem, 1.5856353591rem + 1.1049723757vw, 3rem);
  display: grid;
  grid-template: 1fr / auto 1fr 1fr auto;
  gap: clamp(1rem, 1.105vw + 0.5856rem, 2rem);
}
@media screen and (max-width: 1200px) {
  .emergency__common_menu_unit_box {
    grid-template: 1fr / auto 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 991.98px) {
  .emergency__common_menu_unit_box {
    display: block;
  }
}
.emergency__common_menu_unit_box_title {
  width: 181px;
  display: grid;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(1.6rem, 0.442vw + 1.4343rem, 2rem);
  background: #fff;
}
.emergency__common_menu_unit_box_title2 {
  width: 156px;
}
@media screen and (max-width: 991.98px) {
  .emergency__common_menu_unit_box_title {
    width: 100%;
    padding: 25px 0;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .emergency__common_menu_unit_box_title br {
    display: none;
  }
}

.emergency__common_menu_unit_box_list li {
  -moz-column-gap: 0.3em;
  column-gap: 0.3em;
  display: grid;
  font-size: 16px;
  grid-template-columns: auto 1fr;
}
.emergency__common_menu_unit_box_list li::before {
  background-image: url(../img/icon/icon_logo.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 0.8888888889em;
  margin-block: calc(0.5lh - 0.5em);
  transform: translateY(1px);
  width: 1em;
}
.emergency__common_menu_unit_menuPrice {
  padding: 50px 0 0;
  overflow-x: auto;
}
.emergency__common_menu_unit_menuPrice table {
  border: 2px solid #ffcdd6;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  min-width: 900px;
}
@media screen and (max-width: 991.98px) {
  .emergency__common_menu_unit_menuPrice table {
    min-width: 600px;
  }
}
.emergency__common_menu_unit_menuPrice table th,
.emergency__common_menu_unit_menuPrice table td {
  border: 0;
  padding: 24px 5px 22px;
  border-collapse: collapse;
}
@media screen and (max-width: 991.98px) {
  .emergency__common_menu_unit_menuPrice table th,
  .emergency__common_menu_unit_menuPrice table td {
    padding: 15px 5px;
  }
}
.emergency__common_menu_unit_menuPrice table tr th {
  text-align: center;
}
.emergency__common_menu_unit_menuPrice table tr th:first-child {
  padding-left: 40px;
  font-weight: 700;
  font-size: 16px;
  width: 287px;
  box-sizing: border-box;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .emergency__common_menu_unit_menuPrice table tr th:first-child {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 991.98px) {
  .emergency__common_menu_unit_menuPrice table tr th:first-child {
    font-size: 14px;
  }
}
.emergency__common_menu_unit_menuPrice table tr th:nth-child(2),
.emergency__common_menu_unit_menuPrice table tr td:nth-child(2) {
  border-left: 4px solid #f2a7a7;
  border-right: 4px solid #f2a7a7;
}
.emergency__common_menu_unit_menuPrice table tr:last-of-type td:nth-child(2) {
  border-bottom: 4px solid #f2a7a7;
}
.emergency__common_menu_unit_menuPrice table tr td .choose {
  display: flex;
  align-items: center;
  justify-content: center;
}
.emergency__common_menu_unit_menuPrice table tr td .choose:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 3px solid #755139;
  box-sizing: border-box;
}
@media screen and (max-width: 991.98px) {
  .emergency__common_menu_unit_menuPrice table tr td .choose:before {
    width: 20px;
    height: 20px;
  }
}
.emergency__common_menu_unit_menuPrice table tr td .choose.special::before {
  border-color: #d97182;
}
.emergency__common_menu_unit_menuPrice table tr:nth-of-type(odd) th,
.emergency__common_menu_unit_menuPrice table tr:nth-of-type(odd) td {
  background: #f8f6f4;
}
.emergency__common_menu_unit_menuPrice table tr:first-child th:first-child {
  color: #d97182;
  font-size: 20px;
  font-weight: 500;
  vertical-align: top;
}
@media screen and (max-width: 1100px) {
  .emergency__common_menu_unit_menuPrice table tr:first-child th:first-child {
    font-size: 17px;
  }
}
@media screen and (max-width: 991.98px) {
  .emergency__common_menu_unit_menuPrice table tr:first-child th:first-child {
    font-size: 15px;
  }
}
.emergency__common_menu_unit_menuPrice table tr:first-child th:nth-child(2) {
  position: relative;
  background: #f2a7a7;
}
.emergency__common_menu_unit_menuPrice table tr:first-child th:nth-child(2)::before {
  content: "";
  position: absolute;
  top: -52px;
  left: -4px;
  right: -4px;
  background: #f2a7a7;
  height: 52px;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.emergency__common_menu_unit_menuPrice table tr:first-child th:nth-child(2):after {
  content: "＼おすすめはこちら!／";
  color: #fff;
  position: absolute;
  z-index: 2;
  top: -42px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 991.98px) {
  .emergency__common_menu_unit_menuPrice table tr:first-child th:nth-child(2):after {
    font-size: 14px;
  }
}
.emergency__common_menu_unit_menuPrice .col:first-child p {
  padding-left: 38px;
  font-weight: 700;
  color: #755139;
}
@media screen and (max-width: 1300px) {
  .emergency__common_menu_unit_menuPrice .col:first-child p {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.emergency__common_menu_unit_menuPrice .col p {
  min-height: 71px;
  padding: 20px 0;
  box-sizing: border-box;
}
.emergency__common_menu_unit_menuPrice .col p:nth-of-type(odd) {
  background: #f8f6f4;
}
.emergency__common_menu_unit_menuPrice .col p.tit {
  min-height: 94px;
  padding: 25px 0 0 40px;
  color: #d97182;
  font-size: 20px;
  font-weight: 500;
}
.emergency__common_menu_unit_menuPrice .col p.tit:has(img) {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .emergency__common_menu_unit_menuPrice .col p.tit {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.emergency__common_menu_unit_menuPrice .col p.choose {
  display: flex;
  align-items: center;
  justify-content: center;
}
.emergency__common_menu_unit_menuPrice .col p.choose:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 3px solid #755139;
  box-sizing: border-box;
}
.emergency__common_menu_unit_menuPrice .col.special {
  box-sizing: border-box;
  position: relative;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  margin-top: -52px;
  z-index: 2;
  padding: 17px 4px 0;
  overflow: hidden;
}
.emergency__common_menu_unit_menuPrice .col.special:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 144px;
  background: #f2a7a7;
}
.emergency__common_menu_unit_menuPrice .col.special .tit {
  position: relative;
  z-index: 2;
  background: #f2a7a7;
}
.emergency__common_menu_unit_menuPrice .col.special::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  top: 0;
  border: 4px solid #f2a7a7;
}
.emergency__common_menu_unit_menuPrice .col.special .sub-tit {
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  position: relative;
  z-index: 2;
  line-height: 26px;
  margin-bottom: 9px;
}
.emergency__common_menu_unit_menuPrice .col.special p.choose::before {
  border-color: #d97182;
}

.emergency__suppport .c-sectionTitle {
  margin-bottom: 60px;
}
.emergency__suppport .c-sectionTitle .en {
  color: #fcf9f9;
}
.emergency__suppport .emergency__suppport_groupTab_categoryTabs {
  display: flex;
  gap: 0 clamp(2rem, 1.5856353591rem + 1.1049723757vw, 3rem);
}
@media screen and (max-width: 991.98px) {
  .emergency__suppport .emergency__suppport_groupTab_categoryTabs {
    gap: clamp(1rem, 0.3315vw + 0.8757rem, 1.3rem);
  }
}
.emergency__suppport .emergency__suppport_groupTab_categoryTabs .categoryTab {
  width: 239px;
}
.emergency__suppport .emergency__suppport_groupTab_categoryTabs .categoryTab button {
  background: #fff;
  border: 1px solid #f2a7a7;
  border-radius: 5px 5px 0 0;
  color: #f2a7a7;
  font-weight: 700;
}
.emergency__suppport .emergency__suppport_groupTab_categoryTabs .categoryTab button.is-tab-active {
  background: #f2a7a7;
  color: #fff;
}
.emergency__suppport .emergency__suppport_groupTab_categoryTabs .categoryTab button.is-tab-active:after {
  display: none;
}
.emergency__suppport .emergency__suppport_groupTab_tabContents {
  border: 2px solid #f2a7a7;
  background: #fff url("../img/emergency/deco@2x.png") top left / 232px 54px repeat;
  padding: clamp(2rem, 1.1712707182rem + 2.2099447514vw, 2.5rem);
}
.emergency__suppport .emergency__suppport_groupTab_tabContents .emergency__suppport_groupTab_tabContent {
  opacity: 0;
  display: none;
}
.emergency__suppport .emergency__suppport_groupTab_tabContents .emergency__suppport_groupTab_tabContent.is-tab-active {
  animation-delay: 0.2s;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-name: fadeAnime;
  animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  display: block;
}
.emergency__suppport .emergency__suppport_groupTab_tabContents .unit + .unit {
  margin-top: 50px;
}
.emergency__suppport .emergency__suppport_groupTab_tabContents .unit h3 {
  background: #faeff1;
  text-align: center;
  padding: 0.9rem 0;
  margin-bottom: clamp(2rem, 1.5856353591rem + 1.1049723757vw, 3rem);
}
.emergency__suppport .emergency__suppport_groupTab_tabContents .unit h4 {
  margin-bottom: 10px;
}
.emergency__suppport .emergency__suppport_groupTab_tabContents .unit .text a {
  text-decoration: underline;
}
.emergency__suppport .emergency__suppport_groupTab_tabContents .unit .text a:hover {
  text-decoration: none;
}
.emergency__suppport .emergency__suppport_groupTab_tabContents .unit .banner {
  border: 2px solid #f2a7a7;
  border-radius: 1rem;
  margin-top: clamp(2rem, 1.5856353591rem + 1.1049723757vw, 3rem);
  padding: clamp(2rem, 1.5856353591rem + 1.1049723757vw, 3rem) 0;
  text-align: center;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.emergency__suppport .emergency__suppport_groupTab_tabContents .unit .banner:after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: -2px;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: #d97182;
  width: 52px;
  height: 52px;
}
.emergency__suppport .emergency__suppport_groupTab_tabContents .unit .banner h3 {
  background: transparent;
  font-size: clamp(2.5rem, 1.105vw + 2.0856rem, 3.5rem);
  margin: 14px 0 26px;
  padding: 0;
  line-height: 1.2;
}
.emergency__suppport .emergency__suppport_groupTab_tabContents .unit .banner .text2 {
  font-size: clamp(1rem, 0.3315vw + 0.8757rem, 1.3rem);
}
.emergency__suppport .emergency__suppport_groupTab_tabContents .unit .list li {
  -moz-column-gap: 0.3em;
  column-gap: 0.3em;
  display: grid;
  font-size: 16px;
  grid-template-columns: auto 1fr;
  line-height: 26px;
  margin-left: clamp(2rem, 1.1712707182rem + 2.2099447514vw, 4rem);
  margin-right: clamp(2rem, 1.1712707182rem + 2.2099447514vw, 4rem);
}
.emergency__suppport .emergency__suppport_groupTab_tabContents .unit .list li::before {
  background-image: url(../img/icon/icon_logo.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 0.8888888889em;
  margin-block: calc(0.5lh - 0.5em);
  transform: translateY(1px);
  width: 1em;
}
.emergency__suppport .emergency__suppport_groupTab_tabContents .img {
  margin-top: clamp(2rem, 1.5856353591rem + 1.1049723757vw, 3rem);
}
.emergency__suppport .emergency__suppport_groupTab_tabContents .img + .text {
  margin: clamp(2rem, 1.1712707182rem + 2.2099447514vw, 4rem);
  margin-bottom: 8px;
}
@media screen and (max-width: 991.98px) {
  .emergency__suppport .emergency__suppport_groupTab_tabContents .img + .text {
    margin: 8px 0;
  }
}
.top__suggestion_problemItem {
  padding: 3rem 2rem 2rem;
}

.emergency__process_step_flex_bar_banner {
  width: 100%;
  display: flex;
  justify-content: center;
  a {
    width: 100%;
  }
  img {
    width: 100%;
  }
}
