@charset "utf-8";
@media screen and (min-width: 768px) {
  .isPc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .isPc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .isSp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .isSp {
    display: block;
  }
}
.lifeline-center_kv img {
  width: 100%;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .lifeline-center_kv img {
    aspect-ratio: 768/430;
  }
}
.lifeline-center_index_wrapper {
  background-color: #fff;
  padding: 40px 13px 30px;
}
a.lifeline-center_index_agreeBtn {
  width: 100%;
  padding: 0 1em;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  background-color: #fa6153;
  border-radius: 25px;
}
@media screen and (min-width: 768px) {
  a.lifeline-center_index_agreeBtn {
    width: 300px;
    margin: 0 auto;
  }
}
a.lifeline-center_index_agreeBtn.is_small {
  width: 190px;
  height: 40px;
  margin-top: 10px;
  font-weight: normal;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  a.lifeline-center_index_agreeBtn.is_small {
    width: 300px;
    height: 50px;
    margin: 20px auto 10px;
    font-weight: bold;
    border-radius: 25px;
    -webkit-transform: translateX(-35px);
            transform: translateX(-35px);
  }
}
.lifeline-center_index {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3em;
}
.lifeline-center_index_item {
  margin-top: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
  font-size: 14px;
  color: #31b987;
}
.lifeline-center_index_item span {
  text-decoration: underline;
}
.lifeline-center_index_item:after {
  content: '';
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  background-image: url("/img/pages/lifeline-center/arrow_down.svg");
}
.lifeline-center_section {
  padding: 40px 15px 30px;
}
@media screen and (min-width: 768px) {
  .lifeline-center_section {
    padding: 40px 0 30px;
  }
}
.lifeline-center_section.bg_green {
  padding: 40px 30px 30px;
  background-color: #edf5f2;
}
.lifeline-center_lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
  font-size: 18px;
  font-weight: bold;
  color: #31b987;
}
.lifeline-center_lead:before,
.lifeline-center_lead:after {
  content: "";
  display: block;
  width: 1.25em;
  height: 0.1em;
  background-color: #31b987;
}
.lifeline-center_lead:before {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.lifeline-center_lead:after {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
.lifeline-center_h2 {
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.lifeline-center_list {
  width: 100%;
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
.lifeline-center_list_item {
  width: 100%;
  padding: 17px 21px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70px 1fr;
  grid-template-columns: 70px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  background-color: #fff;
  border-radius: 8px;
}
.lifeline-center_list_item_img {
  width: 100%;
  aspect-ratio: 70/55;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lifeline-center_list_item_img img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.lifeline-center_list_item_text {
  font-size: 14px;
  font-weight: 500;
}
.lifeline-center_note {
  margin: 2em 0;
  font-size: 14px;
  font-weight: 500;
}
.lifeline-center_coution {
  font-size: 12px;
  color: #757575;
  padding-left: 1em;
  text-indent: -1em;
}
.lifeline-center_flow {
  width: 100%;
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
.lifeline-center_flow_item {
  width: 100%;
  padding: 15px;
  display: -ms-grid;
  display: grid;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 60px 1fr;
  grid-template-columns: 60px 1fr;
  background-color: #edf5f2;
  border-radius: 8px;
}
.lifeline-center_flow_divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lifeline-center_h4 {
  font-size: 16px;
  font-weight: bold;
  color: #31b987;
}
.lifeline-center_flow_item_note {
  margin: 0.5em 0;
  font-size: 14px;
}
.lifeline-center_flow_item_coution {
  font-size: 12px;
  color: #757575;
  padding-left: 1em;
  text-indent: -1em;
}
