.s-supportimagelist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s-supportimagelist.egs_shaken_feature {
  margin-bottom: 5rem;
}

.s-supportimagelist li {
  text-align: center;
  width: 48%;
  margin-bottom: 1.6rem;
}

@media only screen and (min-width: 1080px) {
  .s-supportimagelist.egs_shaken_feature {
    margin-bottom: 0;
  }
  .s-supportimagelist li {
    width: 250px;
  }
}

.s-conditionlist {
  border-top: 1px solid #E0E2E3;
  padding-top: 1.6rem;
  margin-top: 3.2rem;
}

.s-conditionlist dt {
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: .8rem;
}

.s-conditionlist dd {
  line-height: 1.6;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #E0E2E3;
  margin-bottom: .8rem;
}

.s-conditionlist dd:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1080px) {
  .s-conditionlist {
    display: flex;
    flex-wrap: wrap;
    border-top: none;
    padding-top: 0;
  }
  .s-conditionlist dt {
    width: 17%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.2rem 2.4rem;
    background: #F5F6F6;
    border: 1px solid #E0E2E3;
    margin-bottom: 0;
  }
  .s-conditionlist.wider_dt dt {
    width: 23%;
  }
  .s-conditionlist dt:not(:last-of-type) {
    border-bottom: none;
  }
  .s-conditionlist dd {
    width: 83%;
    display: flex;
    align-items: center;
    padding: 1.2rem 2.4rem;
    border: 1px solid #E0E2E3;
    border-left: none;
    margin-bottom: 0;
  }
  .s-conditionlist.wider_dt dd {
    width: 77%;
  }
  .s-conditionlist dd:not(:last-of-type) {
    border-bottom: none;
  }
}

.s-warrantylist div {
  position: relative;
  border: 2px solid #D0F0F8;
  border-radius: 16px;
  padding: 2.4rem;
  background: #fff;
  display: flex;
  align-items: flex-start;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
}

#egs-plus,
#egs-shaken {
  padding-top: 5rem !important;
  margin-top: -5rem !important;
}

.s-warrantylist {
  display: grid;
  gap: 2.4rem;
  margin-bottom: 2rem;
}

.s-warrantylist p {
  font-size: 1.6rem;
  line-height: 180%;
  margin-bottom: 1.6rem;
}

.s-warrantylist .c-btn_default {
  margin-top: auto;
}

@media only screen and (min-width: 1080px) {
  #egs-plus,
  #egs-shaken {
    padding-top: 8rem !important;
    margin-top: -8rem !important;
  }
  .s-warrantylist {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3.2rem;
    margin-bottom: 4rem;
  }
}

.s-feature_intro {
  box-sizing: border-box;
  padding: .8rem 1.6rem;
  font-weight: bold;
  background: #E1F8FB;
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 1.6rem;
  width: 100%;
}

@media only screen and (min-width: 1080px) {
  .s-feature_intro {
    text-align: center;
    font-size: 1.8rem;
  }
}

.s-feature_title {
  font-size: 1.8rem;
  line-height: 140%;
  font-weight: bold;
  color: #008EC1;
  padding-bottom: .8rem;
}

@media only screen and (min-width: 1080px) {
  .s-feature_title {
    font-size: 2rem;
  }
}

.u-linkopa a {
  color: #008EC1;
}

.u-show_only_pc,
.u-only_pc {
  display: none !important;
}

img.u-show_only_sp {
  margin-top: -2.4rem;
}

@media only screen and (min-width: 1080px) {
  .u-show_only_pc,
  .u-only_pc {
    display: block !important;
  }
  .u-show_only_sp,
  .u-only_sp {
    display: none !important;
  }
}

@media only screen and (min-width: 1080px) {
  .u-spacebetween_only_pc {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 2.4rem;
  }
  .u-flex_only_pc {
    display: flex;
  }
}

@media only screen and (min-width: 1080px) {
  .c-page_cta {
    width: 1080px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}