.con_h2_txt {
  margin-bottom: 36px;
}

@media (max-width: 768px) {
  .con_h2_txt {
    margin-bottom: 30px;
  }
}

.anchor-link-list {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .anchor-link-list {
    margin-bottom: 48px;
  }
}

.anchor-link-list ul {
  display: flex;
  margin: -10px -10px 0 0;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 768px) {
  .anchor-link-list ul {
    margin: 0;
    flex-direction: column;
    align-items: center;
  }
}

.anchor-link-list ul li {
  margin: 10px 10px 0 0;
  display: inline-block;
}

@media (max-width: 768px) {
  .anchor-link-list ul li {
    margin: 0;
    width: 77%;
  }
}

@media (max-width: 768px) {
  .anchor-link-list ul li + li {
    margin-top: 5px;
  }
}

.anchor-link-list ul li a {
  display: block;
  background-color: #eeeeee;
  color: #000;
  padding: 13px 30px 13px 13px;
  text-align: center;
  font-size: 14px;
  position: relative;
  letter-spacing: 0.01em;
  line-height: 1;
  min-width: 224px;
}

@media (max-width: 768px) {
  .anchor-link-list ul li a {
    font-size: 12px;
    padding: 14px 10px;
    letter-spacing: -0.03em;
    text-align: left;
  }
}

.anchor-link-list ul li a:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  transform: rotate(135deg);
  position: absolute;
  top: -3px;
  right: 15px;
  bottom: 0;
  margin: auto;
}

@media (max-width: 768px) {
  .anchor-link-list ul li a:before {
    width: 4px;
    height: 4px;
    right: 10px;
  }
}

.anchor-link-list ul li a:hover {
  background-color: #cc141c;
  color: #fff;
}

.support-replacement-intro {
  margin-bottom: 30px;
}

.support-replacement-intro .support-title {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .support-replacement-intro .support-title {
    margin-bottom: 18px;
  }
}

.support-replacement-steps {
  border: 1px solid #d5d5d5;
  margin-bottom: 20px;
  padding: 30px 77px;
}

@media (max-width: 768px) {
  .support-replacement-steps {
    padding: 28px 16px 40px;
  }
}

.support-replacement-steps .support-title {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .support-replacement-steps .support-title {
    margin-bottom: 8px;
  }
}

.support-replacement-steps .support-text {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .support-replacement-steps .support-text {
    margin-bottom: 29px;
  }
}

.support-replacement-steps-list > ul {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .support-replacement-steps-list > ul {
    flex-direction: column;
  }
}

.support-replacement-steps-list > ul > li {
  width: 250px;
}

@media (max-width: 768px) {
  .support-replacement-steps-list > ul > li {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .support-replacement-steps-list > ul > li + li {
    margin-top: 20px;
  }
}

.support-replacement-steps-item-day {
  background: #cc141c;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 22px;
}

@media (max-width: 768px) {
  .support-replacement-steps-item-day {
    font-size: 15px;
    padding: 9px 10px;
    margin-bottom: 20px;
  }
}

.support-replacement-steps-item .support-title {
  margin-bottom: 10px;
}

.support-replacement-steps-item-image > ul {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .support-replacement-steps-item-image .support-text {
    text-align: center;
  }
}

.support-replacement-steps-item .support-text {
  margin: 0;
}

.support-replacement-steps-item .support-text + .support-text {
  margin-top: 5px;
}

.support-replacement-steps-note {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .support-replacement-steps-note {
    margin-bottom: 53px;
  }
}

.button--square {
  margin: auto;
}
