.c5-products__form a,
.c5-products__form a:hover,
.c5-products__form a:visited {
  color: inherit;
  text-decoration: none;
}

.c5-products__form .c5-iconInline {
  width: 12px;
  height: 18px;
}

.c5-products__form {
  background: #f2f5f9;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.c5-products__form .c5-products__form__ttl {
  padding: 1% 3%;
  text-align: center;
  font-weight: 700;
  border: 1px solid #cccccc;
}

.c5-products__form .c5-products__form__ttl p {
  font-size: clamp(16px, 2vw, 22px);

}

.c5-products__form .c5-products__form__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 3%;
}

.c5-products__form .c5-products__form__btn .c5-products__form__btn__item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  color: #fff;
  width: 100%;
  max-width: 450px;
  height: 110px;
  font-size: clamp(18px, 2vw, 24px);

}

.c5-products__form .c5-products__form__btn .c5-c-form__btn__ask .c5-products__form__btn__icon {
  margin-right: 20px;
}

.c5-products__form .c5-products__form__btn__childWrap {
  width: 100%;
  max-width: 450px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 0;
  gap: 20px;
}

.c5-products__form .c5-products__form__btn__childWrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  height: 45px;
  border-radius: 8px;
  color: #fff;
  width: 100%;
  max-width: 450px;
  font-size: clamp(18px, 2vw, 24px);

}

.c5-products__form .c5-c-form__btn__ask {
  background: #f39800;
  gap: 20px;
}

.c5-products__form .c5-c-form__btn__inquiry {
  background: #0ea587;
}

.c5-products__form .c5-c-form__btn__information {
  background: #0ea587;
}

.c5-products__form .c5-c-form__btn__information::before {
  content: '';
  background: url('../../img/parts_03/icon_information.png') no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
}

.c5-products__form .c5-c-form__btn__inquiry::before {
  content: '';
  background: url('../../img/parts_03/icon_inquiry.png') no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
}

.c5-products__form .c5-c-form__btn__ask::before {
  content: '';
  background: url('../../img/parts_03/icon_ask.png') no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
}

.c5-products__form .c5-c-form__btn__information::after {
  content: '';
  background: url('../../img/parts_03/arrow.png') no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
}

.c5-products__form .c5-c-form__btn__inquiry::after {
  content: '';
  background: url('../../img/parts_03/arrow.png') no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
}

.c5-products__form .c5-c-form__btn__ask::after {
  content: '';
  background: url('../../img/parts_03/arrow.png') no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
}

.c5-products__form .c5-c-form__btn__ask .c5-products__form__btn__icon {
  width: 100%;
  max-width: 24px;
}

.c5-products__form .c5-c-form__btn__inquiry .c5-products__form__btn__icon {
  width: 100%;
  max-width: 24px;
}

.c5-products__form .c5-c-form__btn__information .c5-products__form__btn__icon {
  width: 100%;
  max-width: 24px;
}

.c5-products__form .c5-sp-only {
  display: none !important;
}

.c5-products__form .c5-pc-only {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .c5-products__form a.c5-c-form__btn__ask.c5-products__form__btn__item {
    height: 50px;
  }

  .c5-products__form .c5-products__form__btn {
    flex-direction: column;
    gap: 20px;
  }

  .c5-products__form .c5-products__form__btn .c5-c-form__btn__ask .c5-products__form__btn__icon {
    margin-right: 43px;
  }

  .c5-products__form .c5-sp-only {
    display: block !important;
  }

  .c5-products__form .c5-pc-only {
    display: none !important;
  }
}

@media screen and (max-width: 500px) {
  .c5-products__form .c5-products__form__btn .c5-products__form__btn__item {
    max-width: 260px;
  }

  .c5-products__form .c5-products__form__btn__childWrap a {
    gap: 10px;
  }

  .c5-products__form .c5-c-form__btn__ask {
    gap: 10px;
  }
}