

.info-cta-guide {
  margin: 46px 0;
  padding: 34px 22px;
  background:
    linear-gradient(135deg, #eef3ff 0%, #ffffff 52%, #f7f9ff 100%);
  border: 1px solid #cbd7ff;
  border-radius: 18px;
  box-sizing: border-box;
  box-shadow: 0 10px 30px rgba(2, 2, 229, 0.10);
  position: relative;
  overflow: hidden;
}

.info-cta-guide::before {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 180px;
  height: 180px;
  background: rgba(2, 2, 229, 0.08);
  border-radius: 50%;
}

.info-cta-guide__inner {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  z-index: 1;
}

.info-cta-guide__label {
  display: inline-block;
  margin: 0 0 14px;
  padding: 6px 16px;
  background: linear-gradient(135deg, #0202e5, #4f63ff);
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  border-radius: 999px;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 10px rgba(2, 2, 229, 0.22);
}

.info-cta-guide h2 {
  margin: 0 0 18px;
  padding: 0 0 14px;
  color: #0202e5;
  font-size: 24px;
  line-height: 1.5;
  border-bottom: none;
  position: relative;
}

.info-cta-guide h2::after {
  content: "";
  display: block;
  width: 90px;
  height: 4px;
  margin-top: 12px;
  background: linear-gradient(90deg, #0202e5, #a9a9fd);
  border-radius: 999px;
}

.info-cta-guide h3 {
  margin: 0 0 16px;
  padding: 0 0 0 14px;
  color: #0202e5;
  font-size: 18px;
  line-height: 1.5;
  border-left: 5px solid #0202e5;
}

.info-cta-guide__lead {
  margin: 0 0 26px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.75);
  border-left: 4px solid #0202e5;
  border-radius: 10px;
  line-height: 1.9;
}

.info-cta-guide__content {
  display: flex;
  gap: 24px;
  align-items: stretch;
}

.info-cta-guide__table-area,
.info-cta-guide__use-area {
  background: #fff;
  padding: 22px;
  border: 1px solid #dce3ff;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}

.info-cta-guide__table-area {
  flex: 1.45;
}

.info-cta-guide__use-area {
  flex: 1;
}

.info-cta-guide__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  font-size: 14px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #cfd6f5;
}

.info-cta-guide__table th,
.info-cta-guide__table td {
  padding: 13px 11px;
  border-right: 1px solid #dce3ff;
  border-bottom: 1px solid #dce3ff;
  line-height: 1.6;
  vertical-align: top;
}

.info-cta-guide__table th:last-child,
.info-cta-guide__table td:last-child {
  border-right: none;
}

.info-cta-guide__table tbody tr:last-child td {
  border-bottom: none;
}

.info-cta-guide__table th {
  background: linear-gradient(135deg, #0202e5, #384dff);
  color: #fff;
  font-weight: bold;
  text-align: left;
}

.info-cta-guide__table tbody tr:nth-child(even) {
  background: #f7f9ff;
}

.info-cta-guide__table td:first-child {
  font-weight: bold;
  color: #0202e5;
  white-space: nowrap;
}

.info-cta-guide__note {
  margin: 12px 0 0;
  padding: 10px 12px;
  background: #f8f8f8;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.6;
  color: #666;
}

.info-cta-guide__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.info-cta-guide__list li {
  position: relative;
  margin: 0 0 10px;
  padding: 12px 12px 12px 40px;
  background: linear-gradient(90deg, #f7f9ff, #fff);
  border: 1px solid #d9e0ff;
  border-radius: 999px;
  line-height: 1.5;
  font-weight: bold;
  box-shadow: 0 3px 8px rgba(2, 2, 229, 0.05);
}

.info-cta-guide__list li::before {
  content: "✓";
  position: absolute;
  left: 13px;
  top: 50%;
  width: 20px;
  height: 20px;
  background: #0202e5;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  transform: translateY(-50%);
}

.info-cta-guide__cta {
  margin-top: 26px;
  padding: 24px 22px;
  background:
    linear-gradient(135deg, #0202e5 0%, #384dff 100%);
  border-radius: 16px;
  text-align: center;
  color: #fff;
  box-shadow: 0 8px 20px rgba(2, 2, 229, 0.22);
}

.info-cta-guide__cta p {
  margin: 0 0 18px;
  line-height: 1.8;
  font-weight: bold;
}

.info-cta-guide__btns {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.info-cta-guide__btn {
  display: inline-block;
  min-width: 230px;
  padding: 14px 22px;
  background: #fff;
  color: #0202e5 !important;
  text-decoration: none;
  font-weight: bold;
  border-radius: 999px;
  box-sizing: border-box;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.16);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.info-cta-guide__btn--sub {
  background: #ffe35a;
  color: #222 !important;
}

.info-cta-guide__btn::after {
  content: " ＞";
}

.info-cta-guide__btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

@media screen and (max-width: 1000px) {
  .info-cta-guide {
    margin: 34px 0;
    padding: 26px 14px;
    border-radius: 14px;
  }

  .info-cta-guide h2 {
    font-size: 20px;
  }

  .info-cta-guide h3 {
    font-size: 16px;
  }

  .info-cta-guide__lead {
    padding: 15px;
  }

  .info-cta-guide__content {
    display: block;
  }

  .info-cta-guide__table-area,
  .info-cta-guide__use-area {
    padding: 17px 14px;
  }

  .info-cta-guide__use-area {
    margin-top: 20px;
  }

  .info-cta-guide__table {
    font-size: 13px;
  }

  .info-cta-guide__table th,
  .info-cta-guide__table td {
    padding: 9px 7px;
  }

  .info-cta-guide__table td:first-child {
    white-space: normal;
  }

  .info-cta-guide__list li {
    border-radius: 8px;
  }

  .info-cta-guide__cta {
    padding: 20px 14px;
  }

  .info-cta-guide__btn {
    width: 100%;
    min-width: unset;
  }
}

.info-cta-guide__list a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.info-cta-guide__list li {
  padding-right: 82px;
  cursor: pointer;
  transition: .25s ease;
}

.info-cta-guide__list li::after {
  content: "見る →";
  position: absolute;
  right: 14px;
  top: 50%;
  padding: 4px 9px;
  background: #eef3ff;
  color: #0202e5;
  border-radius: 999px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  transform: translateY(-50%);
  transition: .25s ease;
}

.info-cta-guide__list a:hover li {
  border-color: #0202e5;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(2, 2, 229, 0.12);
}

.info-cta-guide__list a:hover li::after {
  right: 10px;
  background: #0202e5;
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .info-cta-guide__list li {
    padding-right: 78px;
  }
}

