.ttl_h2_typeC {
  font-size: 24px;
  letter-spacing: 0.96px;
  line-height: 1.5;
  margin-bottom: 34px;
  font-weight: bold;
  padding-left: 31px;
  position: relative;
  padding: 6px 0 6px 31px;
}
@media (max-width: 999px) {
  .ttl_h2_typeC {
    font-size: 20px;
    padding-left: 28px;
  }
}
.ttl_h2_typeC:before {
  content: "";
  width: 8px;
  height: 100%;
  background: #FF0000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.productBtnList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media (max-width: 999px) {
  .productBtnList {
    grid-template-columns: repeat(1, 1fr);
  }
}
.productBtn {
  color: #273C4B;
  display: inline-flex;
  align-items: center;
  padding: 10px 46px 10px 13px;
  border-radius: 3px;
  background-color: #F5F5F5;
  font-weight: bold;
  line-height: 1.3076923077;
  position: relative;
  min-height: 90px;
  font-size: 1.3rem;
  border: 1px solid #E3E3E3;
  padding-left: 27px;
}
.codeList {
  display: grid;
  gap: 10px;
}
.card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  color: #333 !important;
}
.cardLink {
  display: flex;
  margin-top: 10px;
}
.arrow {
  width: 25px;
  height: 25px;
  right: 0;
  top: 0;
  margin: 0 0 0 8px;
}
.arrow::before {
  width: 25px;
  height: 25px;
}
.arrow::after {
  width: 10px;
  height: 10px;
  margin-left: 8px;
}