.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: min(100%, 1080px);
  margin: 0 auto;
  padding: 64px 0 80px;
}
@media screen and (max-width: 1099px) {
  .plan__wrapper {
    padding: 40px 32px 80px;
  }
}
@media screen and (max-width: 400px) {
  .plan__wrapper {
    padding: 24px 16px 56px;
  }
}
.plan__table {
  box-shadow: none;
  border-collapse: separate;
  border-spacing: 0px;
  margin-bottom: 40px;
}
.plan__table.table-pc {
  display: table;
  width: 100%;
  padding-top: 13px;
}
.plan__table.table-sp {
  display: none;
  width: min(580px, 100%);
  margin: 0 auto 40px;
}
.plan__table thead th {
  font-weight: 700;
  font-size: 14px;
  border: solid 1px #C5D4DC;
  border-left: none;
  background: #E0E9ED;
  padding: 20px 16px;
  position: relative;
}
.plan__table thead th:nth-child(1) {
  opacity: 0;
}
.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 .plice-cpballoon {
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 13px;
  background: #ED5C74;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
}
.plan__table thead th .plice-cpballoon::after {
  content: "";
  position: absolute;
  top: 98%;
  left: 50%;
  margin-left: -6px;
  border-top: 6px solid #ED5C74;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.plan__table tbody th {
  font-weight: 700;
  color: #fff;
  background: #49C2F2;
  vertical-align: middle;
  padding: 16px;
  border-radius: 8px 0 0 8px;
  width: 240px;
}
.plan__table tbody td {
  font-weight: 400;
  font-size: 15px;
  padding: 20px 16px 16px;
  text-align: center;
  vertical-align: middle;
  border-right: solid 1px #C5D4DC;
  border-bottom: solid 1px #C5D4DC;
}
.plan__table tbody td:last-child {
  border-bottom-right-radius: 8px;
}
.plan__table tbody td s {
  color: #6E8FA2;
  font-size: 14px;
}
.plan__table tbody td s span {
  font-size: 15px;
}
.plan__table tbody td .plice-default {
  font-weight: 700;
  color: #3F515F;
  margin-bottom: 16px;
}
.plan__table tbody td .plice-default span {
  font-size: 22px;
}
.plan__table tbody td .plice-campaign {
  font-weight: 700;
  color: #ED5C74;
  margin: 6px 0 16px;
}
.plan__table tbody td .plice-campaign span {
  font-size: 22px;
}
.plan__table tbody td .plice-monthly {
  font-weight: 400;
  background: #E0E9ED;
  color: #6E8FA2;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.plan__table tbody td .plice-monthly span {
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .plan__table.table-pc {
    display: none;
  }
  .plan__table.table-sp {
    display: table;
  }
  .plan__table.table-sp thead td {
    font-weight: 700;
    color: #fff;
    background: #49C2F2;
    text-align: center;
    padding: 16px;
    border-radius: 8px 8px 0 0;
  }
  .plan__table.table-sp tbody th {
    width: inherit;
    min-width: 120px;
    vertical-align: middle;
    font-weight: 700;
    color: #3F515F;
    font-size: 14px;
    border: solid 1px #C5D4DC;
    border-top: none;
    border-radius: 0;
    background: #E0E9ED;
    padding: 20px 16px;
    position: relative;
  }
  .plan__table.table-sp tbody th.pb-45 {
    padding-bottom: 45px;
  }
  .plan__table.table-sp tbody th .plice-cpballoon {
    font-weight: 700;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 13px;
    background: #ED5C74;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
  }
  .plan__table.table-sp tbody th .plice-cpballoon::after {
    content: "";
    position: absolute;
    bottom: 98%;
    left: 50%;
    margin-left: -6px;
    border-bottom: 6px solid #ED5C74;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
  }
  .plan__table.table-sp tbody td {
    background: #fff;
  }
  .plan__table.table-sp tbody td:last-child {
    border-radius: 0;
  }
  .plan__table.table-sp tbody td .plice-default span {
    font-size: 18px;
  }
  .plan__table.table-sp tbody tr:first-child th {
    border-top: solid 1px #C5D4DC;
    border-top-left-radius: 8px;
  }
  .plan__table.table-sp tbody tr:last-child th {
    border-bottom-left-radius: 8px;
  }
  .plan__table.table-sp tbody tr:last-child td {
    border-bottom-right-radius: 8px;
  }
}

.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;
}/*# sourceMappingURL=plan.css.map */