@charset "UTF-8";
.kcta-wrap {
  padding: 7.3684210526% 10%;
  border: 2px solid #9ad836;
  background-color: #fff;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  text-rendering: optimizeLegibility;
}
.kcta-wrap img {
  max-width: 100%;
  height: auto;
}
.kcta-wrap table {
  border-collapse: collapse;
  border-spacing: 0;
}
.kcta-wrap th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
.kcta-wrap thead,
.kcta-wrap tbody,
.kcta-wrap tfoot,
.kcta-wrap tr,
.kcta-wrap td,
.kcta-wrap th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
.kcta-wrap.new {
  border: none;
  padding: 0;
  background: none;
}
.kcta-wrap.new .kcta-data-box {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  margin-bottom: 4px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}
.kcta-wrap.new .kcta-content {
  margin: 4px 0 0 0;
  padding: 0;
  background: none;
}
.kcta-wrap.new .kcta-data {
  margin-bottom: 41px;
}
.kcta-wrap.new .kcta-data-label {
  width: 140px;
  padding: 6px;
  text-align: center;
  background: #4f99e4;
  color: #ffffff;
}
.kcta-wrap.new .kcta-data-value {
  width: calc(100% - 140px);
  margin: 0;
  padding: 6px;
  background: #ffffff;
}
.kcta-wrap.new .kcta-btn2 {
  background: #ffb301;
  max-width: 500px;
  border-radius: 6px;
  color: #ffffff;
  position: relative;
  display: block;
  padding: 14px 0;
  text-align: center;
  font-size: 18px;
  border-bottom: solid 5px #f1a000;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0;
  margin-left: auto;
  margin-right: auto;
}
.kcta-wrap.new .kcta-btn2::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px; /* 円のサイズ */
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.kcta-wrap.new .kcta-btn2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 10px;
  height: 12px;
  background-color: #ffb301;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translateY(-50%);
}
.kcta-wrap.new .kcta-btn-sub2 {
  display: block;
  position: absolute;
  left: 50%;
  top: -25px;
  height: 34px;
  border-radius: 17px;
  padding: 0 25px;
  line-height: 34px;
  color: #ffb301;
  background: #ffffff;
  transform: translateX(-50%);
  width: 70%;
  border: solid 1px #ffb301;
}
.kcta-wrap.new .kcta-hero {
  text-align: center;
}
.kcta-wrap.new .kcta-hero img {
  max-height: 230px;
  width: auto;
}

.kcta-content {
  margin-top: 32px;
  padding: 32px 4.6052631579% 56px;
  background-color: #f7fdeb;
}

.kcta-table {
  table-layout: fixed;
  width: 100%;
  font-weight: 700;
  text-align: center;
}
.kcta-table td {
  padding-block: 0.875em;
}
.kcta-table td:first-child {
  border-right: #f7fdeb 4px solid;
}
.kcta-table td:last-child {
  border-left: #f7fdeb 4px solid;
}
.kcta-table tr + tr {
  border-top: #f7fdeb 12px solid;
}

.kcta-list {
  list-style: none;
  margin-top: 40px;
  padding-inline: 0;
  padding-top: 4px;
  padding-bottom: 12px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.kcta-listitem {
  position: relative;
  padding-left: 34px;
  padding-block: 1em;
  font-weight: 700;
  font-size: 16px;
  color: #fa6313;
}
.kcta-listitem:not(:last-child) {
  border-bottom: 1px dashed #e6e6e6;
}
.kcta-listitem:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 0;
  background: center center no-repeat;
  background-image: url(../img/check-circle.svg);
  background-size: cover;
  transform: translateY(-50%);
}

.kcta-summary {
  margin-top: 32px;
  font-size: 15px;
  line-height: 1.8;
}

.kcta-btn-wrap {
  position: relative;
  margin-top: 40px;
  text-align: center;
  z-index: 1;
}

.kcta-btn {
  position: relative;
  display: inline-block;
  padding: 1em 3em calc(1em + 2px);
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.2s ease-in-out;
}
.kcta-btn::before, .kcta-btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 4px;
  transition: transform ease-out 0.15s;
}
.kcta-btn::before {
  background-color: #098ced;
  z-index: -1;
  transform: translateY(0);
}
.kcta-btn::after {
  background-color: #096eb9;
  z-index: -2;
  transform: translateY(7px);
}
.kcta-btn:hover {
  color: #fff;
}
.kcta-btn:hover::after {
  transform: translateY(3px);
}
.kcta-btn .btn-angle {
  position: absolute;
  display: inline-block;
  width: 9.6px;
  height: 1lh;
  top: 50%;
  right: 15px;
  background: center center no-repeat;
  background-image: url(../img/btn-angle.svg);
  transform: translateY(-50%);
}

.kcta-has-bg-limelight {
  background-color: #cbeb7d;
}

.kcta-has-bg-white {
  background-color: #fff;
}

.kcta-has-bg-blue {
  background-color: #098ced;
}

.kcta-size-16 {
  font-size: 16px;
}

.kcta-size-18 {
  font-size: 18px;
}

.kcta-size-14 {
  font-size: 14px;
}

.kcta-has-text-blue {
  color: #098ced;
}

.kcta-has-text-white {
  color: #fff;
}

.kcta-has-text-bold {
  font-weight: 700;
}

@media screen and (max-width: 576px) {
  .kcta-wrap {
    padding: 15px;
  }
  .kcta-content {
    padding-inline: 15px;
  }
  .kcta-btn {
    width: 100%;
    padding-inline: 1.5em;
  }
}/*# sourceMappingURL=cta.css.map */