:root {
  --text_main: #1d1d1d;
  --bg_body: #eaf6ff;
  --bg_contaner02: #c8e8ff;
  --primary: #0082d8;
  --secondary: #00316d;
  --border: #a8cee9;
  --color_notice: #dd614b;
  --sans-serif:
    "Hiragino Sans",
    "Hiragino Kaku Gothic ProN",
    "Meiryo",
    "Helvetica Neue",
    "Arial",
    sans-serif;

  color: var(--text_main);
  font-size: 16px;
  line-height: 1.5;
}

body > .acw-bg-ultralightgray {
  background: var(--bg_body) !important;
  letter-spacing: 0;
}

body.has-breadcrumb > .acw-bg-ultralightgray,
body.has-breadcrumb > .acw-bg-ultralightgray::before {
  background: transparent !important;
}

main ul.uk-breadcrumb.acw-mg-v0_25em {
  max-width: 1090px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  main ul.uk-breadcrumb.acw-mg-v0_25em {
    padding: 0 15px;
  }
}

.uk-breadcrumb > * > *,
.uk-breadcrumb > * > :focus, .uk-breadcrumb > * > :hover,
.uk-breadcrumb > :last-child > a:not([href]), .uk-breadcrumb > :last-child > span {
  color: #333;
}
.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: "/";
  margin: 0 8px;
}

/* get-url START */
.get-url {
  text-align: center;
}
.get-url p {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 12px;
}
@media screen and (max-width: 768px) {
  .get-url p {
    font-size: 14px;
    margin: 0 0 8px;
  }
}
.get-url .button-wrapper {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .get-url .button-wrapper {
    width: 100%;
    max-width: 328px;
  }
}
.get-url .button-wrapper::after {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  content: "URLをコピーしました！";
  width: 98%;
  height: 87.5%;
  top: 6.25%;
  left: 50%;
  padding: 4px;
  transform: translateX(-50%);
  box-sizing: border-box;
  background: #fff;
  border: 2px solid var(--color_notice);
  border-radius: 100vw;
  z-index: 0;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .get-url .button-wrapper::after {
    font-size: 12px;
  }
}
.get-url .button-wrapper.copied-animation::after {
  animation: copied 3s ease-in-out 1;
}
@keyframes copied {
  0% {
    top: 6.25%;
    opacity: 0;
  }
  12.5% {
    top: 62.5%;
    opacity: 1;
  }
  87.5% {
    top: 62.5%;
    opacity: 1;
  }
  100% {
    top: 6.25%;
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  @keyframes copied {
    0% {
      top: 6.25%;
      opacity: 0;
    }
    12.5% {
      top: 75%;
      opacity: 1;
    }
    87.5% {
      top: 75%;
      opacity: 1;
    }
    100% {
      top: 6.25%;
      opacity: 0;
    }
  }
}

.get-url button {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
  width: 100%;
  max-width: 360px;
  min-height: 62px;
  padding: 4px 30px;
  border: none;
  border-radius: 100vw;
  background: linear-gradient(90deg, #2d96dc 0%, #0082d8 70%, #0082d8 100%);
  box-shadow: 2px 2px 8px rgba(56, 127, 233, 0.15);
  cursor: pointer;
  position: relative;
  transition: filter ease-in-out 0.25s, text-shadow ease-in-out 0.25s, background ease-in-out 0.125s;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .get-url button {
    font-size: 14px;
    max-width: 328px;
    min-height: 40px;
  }
}
.get-url button::before {
  display: inline-block;
  content: "";
  position: relative;
  width: 24px;
  height: 24px;
  background: no-repeat center / cover url("/images/p/campaign/icon-link.svg");
}
@media screen and (max-width: 768px) {
  .get-url button::before {
    width: 20px;
    height: 20px;
  }
}
.get-url button:hover {
  filter: brightness(1.25);
  text-shadow: 0 0 4px rgba(0, 33, 54, 0.25);
}
.get-url button:active {
  filter: brightness(1);
  text-shadow: 0 0 4px rgba(0, 33, 54, 0.5);
  /* opacity: 0.625; */
  background: linear-gradient(90deg, #9ac1ea 0%, #97b9e8 70%, #97b9e8 100%);
}
/* get-url END */

/* cta START */
.cta {
  text-align: center;
}
.cta .auth-group {
  margin: 0;
  width: 100%;
}
.cta .auth-group .uk-margin,
.cta .auth-group .uk-margin-medium {
  margin: 0 !important;
}
.cta .auth-link-list.google {
  width: 100%;
  max-width: 360px;
  min-height: 62px;
  background: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 4px 30px;
  border: 1px solid var(--bg_contaner02);
  border-radius: 100vw;
  box-shadow: 2px 2px 8px rgba(56, 127, 233, 0.15);
  transition: background ease-in-out 0.25s, text-shadow ease-in-out 0.25s;
}
@media screen and (max-width: 480px) {
  .cta .auth-link-list.google {
    max-width: unset;
    min-height: 40px;
  }
}
.cta .auth-link-list.google:hover {
  background: var(--bg_contaner02);
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.75);
}
.cta .auth-link-list.google:active {
  background: #f4faff;
  transition: background ease-in-out 0.125s
}
.cta .auth-link-list.google a.auth-link {
  color: var(--text_main);
  font-size: 22px;
  line-height: 1.6;
  font-weight: 700;
  text-decoration: none;
  user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 12px;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .cta .auth-link-list.google a.auth-link {
    font-size: 14px;
  }
}
.cta .auth-link-list.google a.auth-link::before {
  display: inline-block;
  content: "";
  position: relative;
  width: 24px;
  height: 24px;
  background: no-repeat center / cover url("/images/register/google.svg");
}
@media screen and (max-width: 480px) {
  .cta .auth-link-list.google a.auth-link::before {
    width: 20px;
    height: 20px;
  }
}
.cta .dividing-text {
  font-size: 18px;
  line-height: 1.6;
  margin: 24px 0 16px;
}
@media screen and (max-width: 480px) {
  .cta .dividing-text {
    font-size: 16px;
    margin: 16px 0;
  }
}
.cta .auth-group #form-stacked-text {
  width: 100%;
  max-width: 400px;
  border: 1px solid #a8cee9;
}
@media screen and (max-width: 480px) {
  .cta .auth-group #form-stacked-text {
    max-width: unset;
  }
}
.cta .auth-group input[type=text]#form-stacked-text {
  font-size: 16px;
  padding: 12px 0 12px 40px;
  background: #fff no-repeat 10px 50% / 20px 20px url("/images/register/email-icon.svg");
  border-radius: 10px;
  height: 45px;
}
@media screen and (max-width: 480px) {
  .cta .auth-group input[type=text]#form-stacked-text {
    font-size: 14px;
    padding: 10px 0 10px 40px;
    height: 41px;
  }
}
.cta .auth-group input[type=text]#form-stacked-text + img {
  display: none;
}
.cta .auth-group button#memberform-btn {
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
  max-width: 360px;
  min-height: 62px;
  margin: 24px 0 0;
  padding: 4px 30px;
  background: linear-gradient(90deg, #f73535 0%, #ff4444 85%, #ff7a7a 100%);
  border-radius: 100vw;
  font-family: var(--sans-serif);
  transition: filter ease-in-out 0.25s, text-shadow ease-in-out 0.25s, opacity ease-in-out 0.125s;
}
@media screen and (max-width: 480px) {
  .cta .auth-group button#memberform-btn {
    font-size: 14px;
    max-width: unset;
    min-height: 40px;
    margin: 16px 0 0;
  }
}
.cta .auth-group button#memberform-btn:hover {
  filter: brightness(1.25) saturate(1.25);
  opacity: 0.875;
  text-shadow: 0 0 4px rgba(85, 10, 10, 0.75);
}
.cta .auth-group button#memberform-btn:active {
  text-shadow: 0 0 4px rgba(85, 10, 10, 0.75);
  opacity: 0.625;
}
.cta .auth-group #memberform-btn img {
  display: none;
}
.cta .auth-group .register__note02 {
  font-size: 18px;
  line-height: 1.6;
  margin: 8px 0 0;
}
@media screen and (max-width: 480px) {
  .cta .auth-group .register__note02 {
    font-size: 14px;
  }
}
.cta .acw-remarks {
  font-size: 12px !important;
  line-height: 1.5;
  margin: 32px auto 0 !important;
  width: 100% !important;
}
@media screen and (max-width: 480px) {
  .cta .acw-remarks {
    font-size: 10px !important;
    margin: 24px auto 0 !important;
  }
}
.cta .acw-remarks > p {
  max-width: 49em;
  margin: 0 auto;
}
.cta .acw-pmarkctn {
  margin: 32px auto 0 !important;
  justify-content: center;
}
.cta .acw-pmarkctn .acw-mg-r20px {
  margin: 0 12px 0 0 !important;
  flex-shrink: 0;
}
.cta .acw-pmarkctn .acw-mg-r20px img {
  width: 64px;
}
@media screen and (max-width: 480px) {
  .cta .acw-pmarkctn .acw-mg-r20px img {
    width: 48px;
  }
}
.cta .acw-pmarkctn .acw-fontsize-070rem {
  font-size: 14px !important;
  text-align: left;
  flex: unset;
  width: unset;
}
@media screen and (max-width: 480px) {
  .cta .acw-pmarkctn .acw-fontsize-070rem {
    font-size: 12px !important;
  }
}
/* cta END */

/* common START */
main,
main section .container h2,
main section .container h3,
main section .container h4 {
  font-family: var(--sans-serif);
  line-height: 1.5;
}
main.campaign-detail {
  background: var(--bg_body);
  margin: -78px 0 0;
  padding: 8px 0 0;
}
@media screen and (max-width: 1022px) {
  main.campaign-detail {
    margin: -47px 0 0;
    padding: 12px 0 0;
  }
}
main a {
  color: var(--text_main);
  text-decoration: underline;
}
main a:hover {
  color: inherit;
  text-decoration: none;
}
main section {
  background: #fff;
}
main section .container {
  max-width: 1090px;
  margin: 0 auto;
  padding: 50px 15px;
}
@media screen and (max-width: 768px) {
  main section .container {
    padding: 28px 15px;
  }
}
main img {
  user-select: none;
}
section .container h2,
section .container h3 {
  color: var(--secondary);
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 32px;
}
@media screen and (max-width: 768px) {
  section .container h2,
  section .container h3 {
    font-size: 24px;
    margin: 0 0 16px;
  }
}
.tab-and-smaller {
  display: none;
}
@media screen and (max-width: 768px) {
  .tab-and-smaller {
    display: unset;
  }
}
/* common END */

/* header START */
header.app-header {
  background: #fff;
}
header.app-header .app-header_logo {
  margin: 0 0 1px;
}
header.app-header .app-header_nav_item .app-header_icon {
  height: 24px;
}

header.header {
  box-shadow: 2px 2px 8px 0px rgba(56, 127, 233, 0.15);
  position: sticky;
  align-items: center;
  padding: 0;
  min-height: 60px;
}
@media screen and (max-width: 768px) {
  header.header {
    min-height: 45px;
  }
}
header.header .header__group01 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}
header.header .header__group01 img {
  width: 153px;
}
@media screen and (max-width: 768px) {
  header.header .header__group01 img {
    width: 110px;
  }
}
/* header END */



/* fv START */
main.campaign-detail section.fv {
  background: transparent;
}
section.fv .container {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  section.fv .container {
    padding: 20px 0 28px;
  }
}
section.fv img.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  section.fv img.pc {
    display: none;
  }
  section.fv img.sp {
    display: block;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}
section.fv .overview {
  color: var(--secondary);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 16px 0 40px;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  section.fv .overview {
    font-size: 20px;
    margin: 16px 0 32px;
  }
}
section.fv .overview .large {
  font-size: 40px;
  color: var(--color_notice);
}
@media screen and (max-width: 768px) {
  section.fv .overview .large {
    font-size: 22px;
  }
}
section.fv .overview .small {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  section.fv .overview .small {
    font-size: 14px;
  }
}
section.fv .greeting {
  color: var(--secondary);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin: 16px 15px 32px;
}
@media screen and (max-width: 768px) {
  section.fv .greeting {
    font-size: 24px;
    margin: 16px 15px 24px;
  }
}
section.fv .gift {
  background: #fff;
  border: 2px solid #2d96dc;
  border-radius: 10px;
  margin: 40px auto 0;
  padding: 12px 24px;
  display: flex;
  gap: 4px 32px;
  justify-content: center;
  align-items: center;
  max-width: 960px;
}
@media screen and (max-width: 768px) {
  section.fv .gift {
    margin: 32px 15px 0;
    padding: 12px;
    flex-direction: column-reverse;
    text-align: center;
  }
}
section.fv .gift img {
  width: 100%;
  max-width: 140px;
  height: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  section.fv .gift img {
    max-width: 105px;
  }
}
section.fv .gift p {
  color: var(--secondary);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 768px) {
  section.fv .gift p {
    font-size: 14px;
    word-break: keep-all;
  }
}
section.fv .gift p span {
  color: var(--color_notice);
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  section.fv .gift p span {
    font-size: inherit;
  }
}
@media screen and (max-width: 768px) {
  section.fv .cta {
    margin: 0 15px;
  }
}
/* fv END */

/* examples START */
section.examples {
  position: relative;
}
section.examples::after {
  display: block;
  position: absolute;
  content: "";
  width: 242px;
  height: 84px;
  background-color: inherit;
  left: 50%;
  bottom: -83px;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 768px) {
  section.examples::after {
    width: 138px;
    height: 48px;
    bottom: -47px;
  }
}
section.examples h2 {
  word-break: keep-all;
}
section.examples .examples-container {
  max-width: 888px;
  margin: 0 auto;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 32px 48px;
}
@media screen and (max-width: 768px) {
  section.examples .examples-container {
    gap: 16px;
  }
}
section.examples .examples-container .example {
  display: grid;
  grid-template-columns: 56px 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px 16px 40px;
  gap: 8px 24px;
  width: 100%;
  max-width: 420px;
  min-height: 136px;
  border: 1px solid var(--border);
  border-radius: 10px;
  word-break: keep-all;
  text-align: left;
}
@media screen and (max-width: 768px) {
  section.examples .examples-container .example {
    justify-items: center;
    grid-template-columns: 1fr;
    grid-template-rows: 36px 1fr;
    padding: 16px 12px;
    text-align: center;
  }
}
section.examples .examples-container .example .desc {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  section.examples .examples-container .example img {
    width: 40px;
  }
}
section.examples .examples-container .example h3 {
  font-size: 22px;
  margin: 0;
  text-align: left;
  grid-row: 1 / 2;

}
@media screen and (max-width: 768px) {
  section.examples .examples-container .example h3 {
    font-size: 15px;
    text-align: center
  }
  section.examples .examples-container .example:nth-of-type(2) h3 {
    font-feature-settings: "palt";
  }
}
section.examples .examples-container .example p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}
@media screen and (max-width: 768px) {
  section.examples .examples-container .example p {
    font-size: 14px;
    line-height: 1.4;
  }
}
/* examples END */

/* steps START */
section.steps {
  background: var(--bg_body);
}
@media screen and (max-width: 768px) {
  section.steps .container {
    padding: 24px;
    padding-bottom: 40px;
  }
}
main.campaign-detail section.steps .container {
  padding-top: 110px;
}
@media screen and (max-width: 768px) {
  main.campaign-detail section.steps .container {
    padding-top: 64px;
    padding-bottom: 40px;
  }
}
section.steps h2 .large {
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  section.steps h2 .large {
    font-size: 28px;
  }
}
section.steps h2 .orange {
  color: var(--color_notice);
}
main.campaign-detail section.steps .steps-container {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  main.campaign-detail section.steps .steps-container {
    margin-bottom: 24px;
  }
}
section.steps .steps-container {
  display: grid;
  grid-template-columns: auto 24px auto;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  section.steps .steps-container {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    justify-items: center;
    gap: 20px;
    max-width: 720px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  section.steps .steps-container {
    padding: 0;
    border: none;
  }
}
section.steps .steps-container .procedure {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 16px;
  align-items: start;
  width: 656px;
}
@media screen and (max-width: 1024px) {
  section.steps .steps-container .procedure {
    width: 100%;
    max-width: 656px;
  }
}
@media screen and (max-width: 768px) {
  section.steps .steps-container .procedure {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(auto-fit, minmax(0, 1fr));
    justify-items: center;
  }
}
section.steps .steps-container .procedure .step {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
}
@media screen and (max-width: 768px) {
  section.steps .steps-container .procedure .step {
    grid-template-columns: minmax(0, 200px) minmax(80px, 113px);
    grid-template-rows: repeat(3, auto);
    gap: 0 20px;
    position: relative;
  }
  section.steps .steps-container .procedure .step:not(:last-of-type)::after {
    position: relative;
    content: "";
    display: block;
    width: 16px;
    height: 28px;
    background: no-repeat center / cover url("/images/p/campaign/icon-arrow-right.svg");
    transform: rotate(90deg);
    margin: 14px auto;
    grid-column: 1 / 3;
  }
}
section.steps .steps-container .procedure .step .label span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  display: inline-block;
  background: var(--secondary);
  padding: 2px 20px;
  border-radius: 100vw;
}
@media screen and (max-width: 768px) {
  section.steps .steps-container .procedure .step .label span {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 12px;
    padding: 2px 12px;
  }
}
section.steps .steps-container .procedure .step .person span {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  margin: 8px 0 0;
  padding: 2px;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  section.steps .steps-container .procedure .step .person span {
    font-size: 14px;
    padding: 2px;
    margin: 0 0 -4px;
  }
}
section.steps .steps-container .procedure .step .person.member span {
  background: var(--primary);
  min-width: 80px;
}
@media screen and (max-width: 768px) {
  section.steps .steps-container .procedure .step .person.member span {
    min-width: 74px;
  }
}
section.steps .steps-container .procedure .step .person.invited span {
  background: var(--color_notice);
  min-width: 86px;
}
@media screen and (max-width: 768px) {
  section.steps .steps-container .procedure .step .person.invited span {
    min-width: 74px;
  }
}
section.steps .steps-container .procedure .step img {
  margin: 12px 0 0;
  justify-self: center;
  position: relative;
}
section.steps .steps-container .procedure .step img.detail01 {
  left: 2.5px;
}
section.steps .steps-container .procedure .step img.detail02 {
  left: 3px;
}
section.steps .steps-container .procedure .step img.detail03 {
  left: 1px;
}
section.steps .steps-container .procedure .step img.invited01 {
  left: 4px;
}
section.steps .steps-container .procedure .step img.invited02 {
  left: 3px;
}
section.steps .steps-container .procedure .step img.invited03 {
  left: 1.5px;
}
@media screen and (max-width: 768px) {
  section.steps .steps-container .procedure .step img.detail01,
  section.steps .steps-container .procedure .step img.detail02,
  section.steps .steps-container .procedure .step img.detail03,
  section.steps .steps-container .procedure .step img.invited01,
  section.steps .steps-container .procedure .step img.invited02,
  section.steps .steps-container .procedure .step img.invited03 {
    left: unset;
  }
}
@media screen and (max-width: 768px) {
  section.steps .steps-container .procedure .step img {
    grid-column: 2 / 3;
    grid-row: 1 / 5;
    margin: 0;
    align-self: end;
  }
}
section.steps .steps-container .procedure .step p {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  background: #fff;
  margin: 16px 0 0;
  padding: 8px 12px;
  border-radius: 2px;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  section.steps .steps-container .procedure .step p {
    font-size: 14px;
    font-weight: 700;
    max-width: 200px;
    margin: 12px 0 0;
  }
}
section.steps .steps-container .procedure .step p .emp {
  color: var(--color_notice);
  font-weight: 700;
}
section.steps .steps-container .procedure .step p .notes {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  section.steps .steps-container .procedure .step p .notes {
    font-size: 11px;
    font-weight: 600;
  }
}
section.steps .steps-container > img {
  width: 24px;
}
@media screen and (max-width: 1024px) {
  section.steps .steps-container > img {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 768px) {
  section.steps .steps-container > img {
    width: 16px;
  }
}
section.steps .steps-container .benefit {
  max-width: 277px
}
@media screen and (max-width: 1024px) {
  section.steps .steps-container .benefit {
    max-width: unset;
  }
}
section.steps .steps-container .benefit p {
  text-align: center;
  word-break: keep-all;
}
section.steps .steps-container .benefit .gift-card {
  color: var(--color_notice);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 16px;
}
@media screen and (max-width: 768px) {
  section.steps .steps-container .benefit .gift-card {
    font-size: 24px;
    line-height: 1.5;
    margin: 0;
  }
}
section.steps .steps-container .benefit .desc {
  color: var(--secondary);
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 768px) {
  section.steps .steps-container .benefit .desc {
    font-size: 14px;
  }
}
section.steps .steps-container .benefit .notes {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
@media screen and (max-width: 768px) {
  section.steps .steps-container .benefit .notes {
    font-size: 11px;
    line-height: 1.6;
  }
}
/* steps END */

/* notice START */
main.campaign-detail section.notice .container {
  padding-bottom: 60px;
}
section.notice .notice-container {
  font-weight: 500;
  background: #f2f2f2;
  padding: 32px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.notice .notice-container {
    padding: 20px 15px;
  }
}
section.notice .notice-container h3 {
  color: var(--text_main);
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 24px;
}
@media screen and (max-width: 768px) {
  section.notice .notice-container h3 {
    font-size: 16px;
    margin: 0 0 16px;
  }
}
section.notice .notice-container a {
  color: var(--primary);
  text-decoration: none;
}
section.notice .notice-container a:hover,
section.notice .notice-container a:active {
  text-decoration: underline;
}
section.notice .notice-container > div {
  max-width: 820px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  section.notice .notice-container > div {
    margin: 0 auto 16px;
  }
}
section.notice .notice-container h4 {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 8px;
}
@media screen and (max-width: 768px) {
  section.notice .notice-container h4 {
    font-size: 13px;
  }
}
section.notice .notice-container h4::before {
  content: "■ ";
}
section.notice .notice-container > div:last-of-type {
  margin: 0 auto;
}
section.notice .notice-container ul,
section.notice .notice-container ol {
  padding: 0;
}
section.notice .notice-container ul li {
  list-style: disc;
}
section.notice .notice-container ol li {
  list-style: decimal;
}
section.notice .notice-container li {
  font-size: 14px;
  margin-inline-start: 1.5em;
}
section.notice .notice-container p {
  font-size: 14px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  section.notice .notice-container li,
  section.notice .notice-container p {
    font-size: 13px;
  }
}
/* notice END */

/* about-acaric START */
section.about-acaric {
  background: var(--bg_contaner02);
  position: relative;
}
section.about-acaric::after {
  display: block;
  position: absolute;
  content: "";
  width: 242px;
  height: 84px;
  background-color: inherit;
  left: 50%;
  bottom: -83px;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 768px) {
  section.about-acaric::after {
    width: 138px;
    height: 48px;
    bottom: -47px;
  }
}
section.about-acaric h2 {
  color: var(--text_main);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0 12px;
  line-height: 0.9375;
}
@media screen and (max-width: 768px) {
  section.about-acaric h2 {
    color: inherit;
    font-size: 22px;
    gap: 0 8px;
  }
}
section.about-acaric h2 img {
  display: inline-block;
  width: 274px;
}
@media screen and (max-width: 768px) {
  section.about-acaric h2 img {
    width: 153px;
  }
}
section.about-acaric p {
  color: var(--secondary);
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.about-acaric p {
    font-size: 16px;
  }
}
section.about-acaric p span {
  color: var(--color_notice);
}
/* about-acaric END */

/* features START */
section.features {
  background: var(--bg_body);
}
section.features .container {
  padding-top: 110px;
}
@media screen and (max-width: 768px) {
  section.features .container {
    padding-top: 64px;
  }
}
section.features .features-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 32px;
}
/* @media screen and (max-width: 768px) { */
/*   section.features .features-container { */
/*     gap: 32px; */
/*   } */
/* } */
section.features .features-container .feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 16px 12px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  width: 100%;
  max-width: 332px;
}
@media screen and (max-width: 768px) {
  section.features .features-container .feature {
    padding: 12px;
    max-width: 360px;
  }
}
section.features .features-container .feature img {
  width: 56px;
}
@media screen and (max-width: 768px) {
  section.features .features-container .feature img {
    width: 48px;
  }
}
section.features .features-container .feature p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  section.features .features-container .feature p {
    font-size: 14px;
  }
}
section.features .features-container .feature p span {
  color: var(--color_notice);
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  section.features .features-container .feature p span {
    font-size: 18px;
  }
}
section.features img.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  section.features img.pc {
    display: none;
  }
  section.features img.sp {
    display: block;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}
/* features END */

/* companies START */
section.companies h3 {
  word-break: keep-all;
}
section.companies h3 span {
  display: inline-block;
}
/* companies END */

/* cta-container START */
section.cta-container {
  background: var(--bg_body);
}
@media screen and (max-width: 768px) {
  section.cta-container {
    padding-bottom: 48px;
  }
  section.cta-container h2 {
    margin: 0 0 24px;
  }
}
/* cta-container END */

.acw-totop {
  display: none;
}

.about__lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 10px 0;
}
.about__list>img {
  width: 90px;
  height: 65px;
  object-fit: contain;
}

@media screen and (min-width: 1080px) {
  .about__lists {
    margin-top: 28px;
    justify-content: center;
    gap: 10px 28px;
  }
  .about__list>img {
    width: 100px;
    height: 75px;
  }
}

