@charset "UTF-8";
/*=======================================================
  sdk
======================================================== */

.c5-sdk-inner {
  max-width: none;
  width: 100%;
  padding: 0 4% !important;
  margin: 0 auto;
}

.c5-sdk-about {
  padding-bottom: 0;
  margin-bottom: 0 !important;
}

.c5-productContainer {
  margin-bottom: 72px !important;
}

.s5-heading3 {
  color: #185bc3;
}

.s5-listItem1__main,
.s5-listItem2__main,
.s5-listItem4__main,
.s5-listItem6__main {
  border-top: 0px solid #000;
}

.c5-sdk_note {
  font-size: 14px !important;
}

.c5-productContainer {
  max-width: 1137px;
  letter-spacing: 0;
  padding-top: 20px;
  margin-inline: auto;
}

.c5-productContainer img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.c5-productList {
  display: grid;
}

.c5-productList > li {
  border: solid #e2e2e2;
  padding: 20px 20px 14px;
}

.c5-productMain {
  margin-bottom: 20px;
}

.c5-productMain:has(.label) {
  margin-bottom: 20px;
}

.c5-productImg img {
  opacity: 1;
  transition: opacity 0.3s;
}

.c5-productImg img:hover {
  opacity: 0.7;
}

.c5-mainInfo p {
  font-size: 14px;
  line-height: 1.5;
}

.c5-mainInfo h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 4px;
}

.c5-mainInfo .label {
  display: flex;
  gap: 4px;
  margin-top: 6px;
}

.c5-mainInfo .label span {
  display: block;
  width: fit-content;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  background-color: #e3ebf8;
  padding: 2px 8px;
}

.c5-mainInfo .label span.c5-warning {
  color: #9F0000;
  background-color: #F8E3E3;
}

.c5-mainInfo small {
  font-size: 14px;
  line-height: 1.5;
}

.c5-productList .c5-productBtn {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  /* max-width: 305px; */
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  color: #185bc3;
  border: 2px solid currentColor;
  border-radius: 100vmax;
  opacity: 1;
  transition: opacity 0.3s;
  padding: 3px 22px 1px;
}

.c5-productList .c5-productBtn:hover {
  text-decoration: none;
  opacity: 0.7;
}

.c5-productList .c5-productBtn::after {
  content: '';
  display: block;
  width: 34px;
  height: 10px;
  background-image: url(../images/icon_link_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.c5-productList ul {
  font-size: 14px;
  line-height: 1.75;
  margin-top: 16px;
}

@media (max-width: 639px) {
  .c5-productContainer {
    /* width: fit-content; */
  }

  .c5-productList > li {
    border-width: 1px;
  }

  .c5-productList:not(:first-of-type) li {
    border-width: 0 1px 1px 1px;
  }

  .c5-productMain {
    display: flex;
    align-items: flex-start;
    column-gap: 12px;
  }

  .c5-productMain .c5-productImg {
    width: 44%;
    flex-shrink: 0;
  }

  .c5-productMain .c5-productImg img {
    width: 100%;
  }

  .c5-mainInfo {
    margin-top: -2px;
  }
}

@media (min-width: 640px) {
  .c5-productContainer {
    margin-bottom: 96px !important;
  }

  .c5-productContainer {
    padding-top: 24px;
  }

  .c5-productList {
    grid-template-columns: repeat(3, 1fr);
  }

  .c5-productList > li {
    padding: 16px 16px 18px;
  }

  .c5-productList {
    border: solid #e2e2e2;
    border-width: 0 0 0 1px;
  }

  .c5-productList:not(:first-of-type) {
    margin-top: -1px;
  }

  .c5-productList > li {
    border-width: 0 1px 1px 0;
  }

  .c5-productList > li:nth-of-type(-n + 3) {
    border-width: 1px 1px 1px 0;
  }

  .c5-productMain {
    margin-bottom: 10px;
  }

  .c5-productMain:has(.label) {
    margin-bottom: 18px;
  }

  .c5-productMain img {
    width: 100%;
  }

  .c5-mainInfo {
    margin-top: 12px;
  }

  .c5-mainInfo h2 {
    font-size: 22px;
  }

  .c5-mainInfo .label {
    margin-top: 4px;
  }

  .c5-productList .c5-productBtn {
    max-width: 178px;
  }

  .c5-productList ul {
    margin-top: 12px;
  }
}

@media (min-width: 980px) {
  .c5-productList {
    grid-template-columns: repeat(4, 1fr);
  }

  .c5-productList > li:nth-of-type(-n + 4) {
    border-width: 1px 1px 1px 0;
  }
}
