.support-mv {
  position: relative;
  height: 50vw;
}
.support-mv img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  margin-left: -70vw;
}
.support-box-01__ttl {
  padding: 12px 5px;
  background-color: #ff9104;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.is-pink .support-box-01__ttl {
  background-color: #ff7461;
}
.support-box-01__contents {
  padding: 15px 5% 20px;
  border: 2px solid #b5b5b5;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  text-align: center;
}
.support-system__txt {
  padding: 0 8px;
  display: inline-block;
  border: 1px solid #ff9104;
  color: #ff9104;
}
.support-system__img {
  border-radius: 10px;
  box-shadow: 0 6px 10px -1px rgba(0, 0, 0, 0.25);
}
.support-flow__item {
  position: relative;
  margin-bottom: 60px;
  border: 1px solid #b5b5b5;
}
.support-flow__item::after {
  content: "";
  position: absolute;
  bottom: -64px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 35px solid transparent;
  border-top: 35px solid #ff7461;
  border-bottom: 0;
}
.is-orange .support-flow__item::after {
  border-top-color: #ff9104;
}
.support-flow__item:last-of-type {
  margin-bottom: 0;
}
.support-flow__item:last-of-type::after {
  display: none;
}
.support-flow__ttl {
  padding: 8px 15px;
  background-color: #ffe4e2;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.is-orange .support-flow__ttl {
  background-color: #fff3d4;
}
.support-flow__contents {
  padding: 8px 15px;
}
.support-table-01 th,
.support-table-01 td {
  height: 100px;
  border: 1px solid #b5b5b5;
  font-weight: 500;
  line-height: 1.43;
  text-align: center;
}
.support-table-01 th {
  width: 167px;
}
.support-table-01 th.is-large {
  width: 250px;
}
.support-table-02 {
  width: 100%;
}
.support-table-02 th,
.support-table-02 td {
  padding: 5px;
  border: 1px solid #b5b5b5;
  text-align: center;
  vertical-align: middle;
}
.support-table-02 thead tr {
  background-color: #fff3d4;
}
.support-table-02 thead tr:first-of-type th:first-of-type {
  width: 230px;
}
.support-table-02 thead tr:nth-of-type(2) th {
  width: 190px;
  font-weight: 400;
}
.support-table-02 thead th {
  font-weight: 500;
}
.support-table-02 tbody th,
.support-table-02 tfoot th {
  font-weight: 500;
}
.support-table-02 tbody td:first-of-type,
.support-table-02 tfoot td:first-of-type {
  font-weight: 500;
}
.support-table-02 tbody tr:nth-of-type(even) {
  background-color: #f5f5f5;
}
.support-table-02 tfoot {
  background-color: #fff3d4;
}
.support-tel {
  color: #ff9104;
  font-size: 1.7rem;
  font-weight: 700;
}
.support-tel span {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .support-mv {
    height: 500px;
  }
  .support-mv img {
    margin-left: -700px;
  }
  .support-col2 {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .support-col2__item {
    width: 480px;
  }
  .support-col2__item.is-pc-order1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .support-box-01.is-large {
    width: 685px;
    margin: 0 auto;
  }
  .support-box-01__ttl {
    padding: 25px 10px;
    border-radius: 10px 10px 0 0;
    font-size: 2rem;
  }
  .support-box-01__contents {
    padding: 30px 18px;
  }
  .support-system__img {
    border-radius: 20px;
    box-shadow: 0 9px 16px -2px rgba(0, 0, 0, 0.25);
  }
  .support-flow__item {
    margin-bottom: 90px;
  }
  .support-flow__ttl {
    padding: 15px 30px;
    font-size: 2rem;
  }
  .support-flow__contents {
    padding: 24px 30px;
  }
  .support-table-02 th,
  .support-table-02 td {
    padding: 9px 5px;
  }
  .support-tel {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .support-flow__item::after {
    bottom: -50px;
    -webkit-transform: translateX(-50%) scale(0.6);
    transform: translateX(-50%) scale(0.6);
  }
  .support-table-01 {
    width: 700px !important;
  }
}
