.campaignbanner {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 64px;
}
@media screen and (max-width: 768px) {
  .campaignbanner {
    margin-bottom: 40px;
  }
}
.campaignbanner p {
  font-weight: 700;
  margin-bottom: 8px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .campaignbanner p {
    font-size: 14px;
  }
}
.campaignbanner a {
  max-width: 610px;
}
.campaignbanner a img {
  width: min(610px, 100%);
  min-height: 75px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.1s ease-in-out;
}
.campaignbanner a img:hover {
  opacity: 0.8;
  transition: 0.1s ease-in-out;
}

.plan__wrapper {
  font-weight: 400;
  width: 1080px;
  margin: 0 auto;
  padding: 64px 0 80px;
}
@media screen and (max-width: 1144px) {
  .plan__wrapper {
    width: 100%;
    padding: 40px 32px 80px;
  }
}
@media screen and (max-width: 400px) {
  .plan__wrapper {
    padding: 24px 16px 56px;
  }
}
.plan__table-scroll {
  position: relative;
}
@media screen and (max-width: 1144px) {
  .plan__table-scroll {
    overflow-x: auto;
    padding-bottom: 8px;
  }
}
.plan__table {
  border-collapse: separate;
  border-spacing: 0px;
  table-layout: fixed;
  width: 100%;
  min-width: 1080px;
}
.plan__table .plan__col-group {
  width: 84px;
}
.plan__table .plan__col-sub {
  width: 118px;
}
.plan__table thead th {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  border: solid 1px #C5D4DC;
  border-left: none;
  padding: 20px 16px;
  position: relative;
}
.plan__table thead th:nth-child(1) {
  opacity: 0;
  width: 202px;
}
.plan__table thead th:nth-child(2) {
  border-top-left-radius: 8px;
  border-left: solid 1px #C5D4DC;
}
.plan__table thead th:last-child {
  border-top-right-radius: 8px;
}
.plan__table thead th.entry {
  background: #9DB5C3;
}
.plan__table thead th.light {
  background: #49C2F2;
}
.plan__table thead th.standard {
  background: #16A7E1;
}
.plan__table thead th.premium {
  background: #1065B9;
}
.plan__table thead th.enterprise {
  background: #096A9B;
}
.plan__table thead th .plan-cpballoon {
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  color: #FFF;
  background: #ED5C74;
  position: absolute;
  top: -20px;
  left: 25px;
  padding: 6px;
  border-radius: 4px;
}
.plan__table thead th .plan-cpballoon::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
  border-top: 8px solid #ED5C74;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.plan__table tbody th {
  font-weight: 700;
  font-size: 13px;
  text-align: left;
  color: #3F515F;
  letter-spacing: -0.02em;
  background: #E0E9ED;
  vertical-align: middle;
  padding: 16px;
  width: 181px;
  border: solid 1px #C5D4DC;
  border-top: none;
}
.plan__table tbody th a {
  color: #3F515F;
  text-decoration: underline;
}
.plan__table tbody th a:hover {
  color: #1E82D9;
}
.plan__table tbody th.plan__table-group {
  text-align: center;
  border-right: none;
}
.plan__table tbody th.plan__table-sub {
  width: 118px;
  padding-left: 12px;
  padding-right: 12px;
}
.plan__table tbody tr:first-child th {
  border-top: solid 1px #C5D4DC;
  border-top-left-radius: 8px;
}
.plan__table tbody tr:last-child th {
  border-bottom-left-radius: 8px;
}
.plan__table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
.plan__table tbody td {
  font-weight: 700;
  font-size: 14px;
  padding: 16px;
  text-align: center;
  vertical-align: middle;
  border-right: solid 1px #C5D4DC;
  border-bottom: solid 1px #C5D4DC;
}
.plan__table tbody td span {
  font-size: 18px;
  line-height: 1.5;
}
.plan__table tbody td s {
  color: #6E8FA2;
  font-size: 14px;
}
.plan__table tbody td s span {
  font-size: 15px;
}
.plan__table--price tbody td {
  font-weight: 500;
  font-size: 13px;
  color: #3F515F;
  padding: 24px;
}
.plan__table--price tbody td span {
  font-weight: 700;
  font-size: 20px;
  margin-right: 2px;
}
.plan__table--price tbody td .strikethrough {
  font-weight: 400;
  color: #6E8FA2;
  font-size: 13px;
  text-decoration: line-through;
}
.plan__table--price tbody td .strikethrough span {
  font-weight: 400;
  font-size: 13px;
}
.plan__table--price tbody td .price-campaign {
  font-weight: 700;
  color: #ED5C74;
  margin: 6px 0 16px;
}
.plan__table--price tbody td .price-campaign span {
  font-size: 22px;
}
.plan__table--price tbody td .price-discount-rate {
  font-weight: 700;
  background: #FCE5E9;
  color: #ED5C74;
  font-size: 10px;
  padding: 4px 8px;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4px auto 0;
}
.plan__table--price tbody td .price-discount-rate span {
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
}

.plan__note {
  font-weight: 400;
  font-size: 15px;
  color: #3F515F;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.plan__note li {
  text-indent: -20px;
  padding-left: 20px;
}
.plan__note li a {
  display: inline;
  color: #3F515F;
  text-decoration: underline;
}
.plan__note li a:hover {
  color: #1E82D9;
}
.plan__note-campaign {
  font-weight: 700;
  color: #ED5C74;
}

.scrollhint__wrapper {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 300ms;
  pointer-events: none;
}
@media screen and (max-width: 1144px) {
  .scrollhint__wrapper {
    display: block;
  }
}
.scrollhint__wrapper.is--hidden {
  opacity: 0;
}
.scrollhint__area {
  width: 120px;
  height: 80px;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 10px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.scrollhint__icon {
  width: 40px;
  animation: scrollhint-swing 1s ease-in-out infinite;
}

@keyframes scrollhint-swing {
  0% {
    transform: translateX(-4px);
  }
  50% {
    transform: translateX(4px);
  }
  60% {
    transform: translateX(4px);
  }
  100% {
    transform: translateX(-4px);
  }
}/*# sourceMappingURL=plan.css.map */