<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.c-modal.iziModal {
  width: 92% !important;
}

.c-modal.iziModal {
  overflow: hidden;
}

.c-modal.iziModal .close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  transform: rotate(45deg);
}

.c-modal.iziModal .close-btn svg {
  width: 100%;
  height: 100%;
  fill: #cb1414;
  stroke: #fff;
}

.c-modal.iziModal .iziModal-content__inner {
  padding: 3.5rem 2rem 2.5rem;
}

.c-modal.iziModal .iziModal-content__ttl {
  margin-bottom: 2rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  letter-spacing: 0;
  font-size: 16px;
  font-size: 1.6rem;
}

.c-modal.iziModal .iziModal-content__img {
  align-self: flex-start;
  padding: 2px;
  text-align: center;
  border: 1px solid #c0c0c0;
}

.c-modal.iziModal .iziModal-content__mov {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}

.c-modal.iziModal .iziModal-content__mov&gt;* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-modal.iziModal .iziModal-content__caption {
  margin-top: 0.75rem;
  text-align: center;
  letter-spacing: 0;
  font-size: 10px;
  font-size: 1rem;
}

.c-modal.iziModal .iziModal-content__editor {
  margin-top: 2rem;
}

#i-modal {
  width: 92% !important;
}

#i-modal {
  overflow: hidden;
}

#i-modal .close-btn {
  display: block;
  font-size: 0;
  transform: rotate(45deg);
}

#i-modal .close-btn svg {
  width: 100%;
  height: 100%;
  fill: #cb1414;
  stroke: #fff;
}

.c-post h2 {
  position: relative;
  padding: 0 0 0.35em 1.6rem;
  margin: 2.15em 0 0.65em;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
  border-bottom: 1px solid #dadada;
  font-size: 22px;
  font-size: 2.2rem;
}

.c-post h2:first-child {
  margin-top: 0;
}

.c-post h2::before {
  position: absolute;
  top: 16%;
  left: 0;
  width: 0.4rem;
  height: calc(75% - 0.35em);
  content: "";
  background: #cb1414;
}

.c-post h3 {
  position: relative;
  padding-bottom: 0.25em;
  margin: 2.15em 0 0.65em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 18px;
  font-size: 1.8rem;
}

.c-post h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3rem;
  height: 2px;
  content: "";
  background: #cb1414;
}

.c-post h4 {
  position: relative;
  margin: 2.15em 0 0.65em;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.c-post p {
  margin-bottom: 0.9375em;
  line-height: 1.6666666667;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.c-post p:last-child {
  margin-bottom: 0;
}

.c-post p a {
  color: #009bfd;
  text-decoration: underline;
}

.c-post p a[target=_blank]::after {
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 0.4rem;
  vertical-align: baseline;
  content: "";
  background-image: url("/wp/assets/img/icon_blank.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.c-post p em {
  font-style: italic;
}

.c-post p b {
  font-weight: 700;
}

.c-post p strong {
  font-weight: 700;
}

.c-post p img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.c-post p img.alignright {
  margin: 0 0 0 auto;
}

.c-post p img.alignleft {
  margin: 0 auto 0 0;
}

.c-post ul {
  margin-bottom: 1.1em;
}

.c-post ul:last-child {
  margin-bottom: 0;
}

.c-post ul&gt;li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.225em;
  line-height: 1.6666666667;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.c-post ul&gt;li:last-child {
  margin-bottom: 0;
}

.c-post ul&gt;li::before {
  position: absolute;
  top: 0.8rem;
  left: 0.3rem;
  width: 0.4em;
  height: 0.4em;
  content: "";
  background-color: #cb1414;
  border-radius: 50%;
}

.c-post ul&gt;li&gt;a {
  color: #009bfd;
  text-decoration: underline;
}

.c-post ul&gt;li&gt;a[target=_blank]::after {
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 0.4rem;
  vertical-align: baseline;
  content: "";
  background-image: url("/wp/assets/img/icon_blank.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.c-post ol {
  margin-bottom: 1.1em;
  counter-reset: number 0;
}

.c-post ol.alpha&gt;li::before {
  content: counter(number, lower-alpha) ".";
}

.c-post ol:last-child {
  margin-bottom: 0;
}

.c-post ol&gt;li {
  padding-left: 1.5em;
  margin-bottom: 0.225em;
  line-height: 1.6666666667;
  text-indent: -1.5em;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.c-post ol&gt;li:last-child {
  margin-bottom: 0;
}

.c-post ol&gt;li.int {
  padding-left: 2em;
  text-indent: -2em;
}

.c-post ol&gt;li::before {
  padding-right: 0.5em;
  font-weight: 700;
  color: #cb1414;
  letter-spacing: 0.05em;
  content: counter(number, decimal) ".";
  counter-increment: number 1;
  font-size: 14px;
  font-size: 1.4rem;
}

.c-post ol&gt;li&gt;a {
  color: #009bfd;
  text-decoration: underline;
}

.c-post ol&gt;li&gt;a[target=_blank]::after {
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 0.4rem;
  vertical-align: baseline;
  content: "";
  background-image: url("/wp/assets/img/icon_blank.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.c-post ol&gt;li&gt;ol {
  margin: 1.1em 0 1.1em 1em !important;
}

.faq-btn-section {
  position: relative;
  padding: 4rem 0 0;
}

.faq-btn-section__inner {
  display: flex;
  justify-content: center;
}

.faq-btn-section .c-btn {
  border-radius: 0.5rem;
}

.faq-btn-section .c-btn.--red {
  justify-content: center;
  color: #222;
  letter-spacing: 0.1em;
  background: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}

.faq-btn-section .c-btn:last-child {
  margin-left: 1rem;
}

.faq-ranking {
  position: relative;
  padding: 4rem 0 0;
}

.faq-ranking__inner {
  text-align: center;
}

.faq-ranking__ttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5.4rem;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
  text-align: center;
  background: #cb1414;
  border-radius: 0.5rem 0.5rem 0 0;
  --spacing: 0.03em;
  font-size: 22px;
  font-size: 2.2rem;
}

.faq-ranking__list {
  position: relative;
  padding: 3.25rem 2rem;
  background: #f7f7f7;
}

.faq-ranking__item {
  padding-bottom: 1.25rem;
}

.faq-ranking__item:not(:first-child) {
  padding-top: 1.75rem;
  border-top: 1px solid #dadada;
}

.faq-ranking__item:last-child {
  padding-bottom: 0;
}

.faq-ranking__item&gt;div {
  position: relative;
  margin-bottom: 0.5rem;
  text-align: left;
}

.faq-ranking__item&gt;div span {
  display: inline-block;
  padding: 0.3rem 1rem;
  color: #fff;
  letter-spacing: 0;
  white-space: nowrap;
  border-radius: 3rem;
  font-size: 10px;
  font-size: 1rem;
}

.faq-ranking__item&gt;div span.plan {
  background: #1f8bc1;
}

.faq-ranking__item&gt;div span.create {
  background: #cb1414;
}

.faq-ranking__item&gt;div span.movie {
  background: #38af6b;
}

.faq-ranking__item&gt;div span.trouble {
  background: #d69e00;
}

.faq-ranking__item&gt;p {
  position: relative;
  padding-left: 2rem;
  text-align: left;
}

.faq-ranking__item&gt;p::before {
  position: absolute;
  top: 0.3rem;
  left: 0;
  display: block;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #cb1414;
  content: "Q";
  font-size: 18px;
  font-size: 1.8rem;
}

.faq-ranking__item&gt;p a {
  display: inline;
  padding-bottom: 0.1em;
  font-weight: 500;
  line-height: 1.6666666667;
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 1px;
  transition: background-size 0.5s ease;
  font-size: 14px;
  font-size: 1.4rem;
}

.faq-movie {
  position: relative;
  padding: 5rem 0 0;
}

.faq-movie__ttl {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 1.5em;
  font-weight: 700;
  line-height: 1.35;
  color: #cb1414;
  --spacing: 0.03em;
  font-size: 22px;
  font-size: 2.2rem;
}

.faq-movie__ttl::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 0.2rem;
  height: calc(100% - 0.35em);
  content: "";
  background: #cb1414;
}

.faq-movie__ttl span {
  display: inline-block;
}

.faq-movie__inner {
  text-align: center;
}

.faq-cont {
  position: relative;
  padding: 5rem 0 7.5rem;
}

.faq-cont__anchor {
  margin: 0 0 3.5rem;
  text-align: center;
}

.faq-cont__anchor-list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1rem 1rem;
}

.faq-cont__anchor-item {
  position: relative;
  width: calc(50% - 0.5rem);
}

.faq-cont__anchor-item&gt;a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 1rem 2.75rem;
  font-weight: 500;
  line-height: 1.35;
  text-align: justify;
  letter-spacing: 0;
  background: #fff;
  filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, 0.1));
  border: 1px solid;
  border-radius: 0.3rem;
  transform: translateZ(0);
  font-size: 12px;
  font-size: 1.2rem;
}

.faq-cont__anchor-item&gt;a::after {
  position: absolute;
  right: 0;
  bottom: 1.25rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  margin: auto;
  content: "";
  border-bottom: 1px solid #222;
  border-left: 1px solid #222;
  transform: rotate(-45deg);
}

.faq-cont__block {
  margin-bottom: 5rem;
}

.faq-cont__block:last-child {
  margin-bottom: 0;
}

.faq-cont__ttl {
  position: relative;
  padding-left: 1.6rem;
  margin: 3em 0 1.5em;
  font-weight: 700;
  line-height: 1.35;
  color: #cb1414;
  --spacing: 0.03em;
  font-size: 22px;
  font-size: 2.2rem;
}

.faq-cont__ttl:first-child {
  margin-top: 0;
}

.faq-cont__ttl::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 0.2rem;
  height: calc(100% - 0.35em);
  content: "";
  background: #cb1414;
}

.faq-cont__ttl span {
  display: inline-block;
}

.faq-cont__list {
  border-top: 1px solid #dadada;
}

.faq-cont__item {
  border-bottom: 1px solid #dadada;
}

.faq-cont__item.is-active .item-ttl .btn-plus::before {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-cont__item .item-ttl {
  position: relative;
  padding: 1.45rem 2.85rem;
  font-weight: 500;
  line-height: 1.6666666667;
  font-size: 14px;
  font-size: 1.4rem;
}

.faq-cont__item .item-ttl::before {
  position: absolute;
  top: 1.65rem;
  left: 0.8rem;
  display: block;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #cb1414;
  content: "Q";
  font-size: 18px;
  font-size: 1.8rem;
}

.faq-cont__item .item-ttl .btn-plus {
  position: absolute;
  top: 1.75rem;
  right: 0.5rem;
  width: 1.6rem;
  height: 1.6rem;
  content: "";
}

.faq-cont__item .item-ttl .btn-plus::before,
.faq-cont__item .item-ttl .btn-plus::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background-color: #cb1414;
  transition: all 0.25s;
  transform: translate(-50%, -50%);
}

.faq-cont__item .item-ttl .btn-plus::before {
  width: 1px;
  height: 100%;
  opacity: 1;
}

.faq-cont__item .item-ttl .btn-plus::after {
  width: 100%;
  height: 1px;
}

.faq-cont__item .item-txt {
  display: none;
}

.faq-cont__item .item-txt&gt;div {
  position: relative;
  padding: 1.5rem 2.75rem;
  background: #fff5f5;
}

.faq-cont__item .item-txt&gt;div::before {
  position: absolute;
  top: 1.5rem;
  left: 0.8rem;
  display: block;
  font-weight: 700;
  line-height: 1;
  content: "A";
  font-size: 18px;
  font-size: 1.8rem;
}

.faq-cont__item .item-txt&gt;div p {
  margin-bottom: 0.9375em;
  line-height: 1.6666666667;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.faq-cont__item .item-txt&gt;div p:last-child {
  margin-bottom: 0;
}

.faq-cont__item .item-txt&gt;div p a {
  color: #009bfd;
  text-decoration: underline;
}

.faq-cont__item .item-txt&gt;div p a[target=_blank]::after {
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.4rem;
  vertical-align: baseline;
  content: "";
  background-image: url("/wp/assets/img/icon_blank.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.faq-cont__item .item-txt&gt;div p em {
  font-style: italic;
}

.faq-cont__item .item-txt&gt;div p b {
  font-weight: 700;
  background-image: linear-gradient(#fff175, #fff175);
  background-repeat: no-repeat;
  background-position: 0 92%;
  background-size: 100% 0.5em;
}

.faq-cont__item .item-txt&gt;div p strong {
  font-weight: 700;
}

.faq-cont__item .item-txt&gt;div p img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.faq-cont__item .item-txt&gt;div p img.alignright {
  margin: 0 0 0 auto;
}

.faq-cont__item .item-txt&gt;div p img.alignleft {
  margin: 0 auto 0 0;
}

.faq-cont__item .item-txt&gt;div ul {
  margin-bottom: 1.1em;
}

.faq-cont__item .item-txt&gt;div ul:last-child {
  margin-bottom: 0;
}

.faq-cont__item .item-txt&gt;div ul&gt;li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.225em;
  line-height: 1.6666666667;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.faq-cont__item .item-txt&gt;div ul&gt;li:last-child {
  margin-bottom: 0;
}

.faq-cont__item .item-txt&gt;div ul&gt;li::before {
  position: absolute;
  top: 0.8rem;
  left: 0.3rem;
  width: 0.4em;
  height: 0.4em;
  content: "";
  background-color: #cb1414;
  border-radius: 50%;
}

.faq-cont__item .item-txt&gt;div ul&gt;li&gt;a {
  color: #009bfd;
  text-decoration: underline;
}

.faq-cont__item .item-txt&gt;div ul&gt;li&gt;a[target=_blank]::after {
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.4rem;
  vertical-align: baseline;
  content: "";
  background-image: url("/wp/assets/img/icon_blank.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.faq-cont__item .item-txt&gt;div ol {
  margin-bottom: 1.1em;
  counter-reset: number 0;
}

.faq-cont__item .item-txt&gt;div ol.alpha&gt;li::before {
  content: counter(number, lower-alpha) ".";
}

.faq-cont__item .item-txt&gt;div ol:last-child {
  margin-bottom: 0;
}

.faq-cont__item .item-txt&gt;div ol&gt;li {
  padding-left: 1.5em;
  margin-bottom: 0.225em;
  line-height: 1.6666666667;
  text-indent: -1.5em;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.faq-cont__item .item-txt&gt;div ol&gt;li:last-child {
  margin-bottom: 0;
}

.faq-cont__item .item-txt&gt;div ol&gt;li.int {
  padding-left: 2em;
  text-indent: -2em;
}

.faq-cont__item .item-txt&gt;div ol&gt;li::before {
  padding-right: 0.5em;
  font-weight: 700;
  color: #cb1414;
  letter-spacing: 0.05em;
  content: counter(number, decimal) ".";
  counter-increment: number 1;
  font-size: 14px;
  font-size: 1.4rem;
}

.faq-cont__item .item-txt&gt;div ol&gt;li&gt;a {
  color: #009bfd;
  text-decoration: underline;
}

.faq-cont__item .item-txt&gt;div ol&gt;li&gt;a[target=_blank]::after {
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.4rem;
  vertical-align: baseline;
  content: "";
  background-image: url("/wp/assets/img/icon_blank.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.faq-cont__item .item-txt&gt;div ol&gt;li&gt;ol {
  margin: 1.1em 0 1.1em 1.5em !important;
}

.faq-cont__mov-list {
  margin-bottom: -2rem;
}

.faq-cont__mov-item {
  margin-bottom: 2rem;
}

.faq-cont__mov-item .item-img {
  margin-bottom: 1.75rem;
  overflow: hidden;
  border-radius: 0.5rem;
}

.faq-cont__mov-item .item-txt {
  position: relative;
  line-height: 1.4285714286;
  letter-spacing: 0;
  font-size: 10px;
  font-size: 1rem;
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {

  .faq-btn-section .c-btn:hover {
    color: #fff;
    background: #cb1414;
  }

  .faq-ranking__item&gt;p a:hover {
    background-size: 100% 1px;
  }

  .faq-cont__anchor-item&gt;a:hover {
    filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.3));
  }

  .faq-cont__anchor-item&gt;a:hover::after {
    bottom: 1rem;
  }

  .faq-cont__item .item-txt&gt;div p a:hover {
    text-decoration: none;
  }

  .faq-cont__item .item-txt&gt;div ul&gt;li&gt;a:hover {
    text-decoration: none;
  }

  .faq-cont__item .item-txt&gt;div ol&gt;li&gt;a:hover {
    text-decoration: none;
  }
}

@media screen and (min-width: 768px) {
  .c-modal.iziModal {
    max-width: 780px !important;
  }

  .c-modal.iziModal .close-btn {
    top: 2rem;
    right: 2rem;
    width: 3.2rem;
    height: 3.2rem;
  }

  .c-modal.iziModal .iziModal-content__inner {
    padding: 5rem 9rem;
  }

  .c-modal.iziModal .iziModal-content__ttl {
    margin-bottom: 2.5rem;
    font-size: 20px;
    font-size: 2rem;
  }

  .c-modal.iziModal .iziModal-content__caption {
    margin-top: 1rem;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .c-modal.iziModal .iziModal-content__editor {
    margin-top: 2.5rem;
  }

  #i-modal {
    max-width: 1000px !important;
  }

  .c-post h2 {
    padding: 0 0 0.35em 2rem;
    margin: 2.15em 0 0.65em;
    font-size: 30px;
    font-size: 3rem;
  }

  .c-post h2::before {
    top: 16%;
    width: 0.6rem;
  }

  .c-post h3 {
    padding-bottom: 0.25em;
    margin: 2.15em 0 0.65em;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .c-post h3::before {
    width: 4rem;
  }

  .c-post h4 {
    margin: 2.15em 0 0.65em;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .c-post p {
    line-height: 1.75;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .c-post p a[target=_blank]::after {
    width: 1.2rem;
    height: 1.2rem;
  }

  .c-post ul&gt;li {
    line-height: 1.75;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .c-post ul&gt;li::before {
    top: 1.2rem;
  }

  .c-post ul&gt;li&gt;a[target=_blank]::after {
    width: 1.2rem;
    height: 1.2rem;
  }

  .c-post ol&gt;li {
    line-height: 1.75;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .c-post ol&gt;li::before {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .c-post ol&gt;li&gt;a[target=_blank]::after {
    width: 1.2rem;
    height: 1.2rem;
  }

  .faq-btn-section {
    padding: 8rem 0 0;
  }

  .faq-btn-section .c-btn {
    width: 32rem;
    height: 7rem;
    border-radius: 1rem;
  }

  .faq-btn-section .c-btn.--red {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .faq-btn-section .c-btn:last-child {
    margin: 0 0 0 4.5rem;
  }

  .faq-ranking {
    padding: 8rem 0 0;
  }

  .faq-ranking__inner {
    max-width: 100rem;
    margin: 0 auto;
  }

  .faq-ranking__ttl {
    height: 6.5rem;
    border-radius: 1rem 1rem 0 0;
    font-size: 30px;
    font-size: 3rem;
  }

  .faq-ranking__list {
    padding: 5rem 7rem;
  }

  .faq-ranking__item:not(:first-child) {
    padding-top: 2rem;
  }

  .faq-ranking__item&gt;div {
    margin-bottom: 1rem;
  }

  .faq-ranking__item&gt;div span {
    padding: 0.4rem 1.5rem;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .faq-ranking__item&gt;p {
    padding-left: 3rem;
  }

  .faq-ranking__item&gt;p::before {
    top: 0.8rem;
    font-size: 22px;
    font-size: 2.2rem;
  }

  .faq-ranking__item&gt;p a {
    line-height: 1.9444444444;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .faq-movie {
    padding: 10rem 0 0;
  }

  .faq-movie__ttl {
    padding-left: 2rem;
    margin-bottom: 1.5em;
    font-size: 30px;
    font-size: 3rem;
  }

  .faq-movie__ttl::before {
    width: 0.4rem;
  }

  .faq-cont {
    padding: 10.5rem 0 12rem;
  }

  .faq-cont__anchor {
    margin: 0 0 6.5rem;
  }

  .faq-cont__anchor-list {
    gap: 2rem 2rem;
  }

  .faq-cont__anchor-item {
    width: calc(25% - 1.5rem);
  }

  .faq-cont__anchor-item&gt;a {
    height: 100%;
    padding: 1.25rem 2rem 3.25rem;
    filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.1));
    border-radius: 0.6rem;
    transition: filter 0.4s ease;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .faq-cont__anchor-item&gt;a::after {
    bottom: 1.5rem;
    width: 1rem;
    height: 1rem;
    transition: bottom 0.4s ease;
  }

  .faq-cont__block {
    margin-bottom: 9.5rem;
  }

  .faq-cont__ttl {
    padding-left: 2rem;
    margin: 3em 0 1.5em;
    font-size: 30px;
    font-size: 3rem;
  }

  .faq-cont__ttl::before {
    width: 0.4rem;
  }

  .faq-cont__item .item-ttl {
    padding: 2.45rem 5rem;
    line-height: 1.75;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .faq-cont__item .item-ttl::before {
    top: 3rem;
    left: 2rem;
    font-size: 22px;
    font-size: 2.2rem;
  }

  .faq-cont__item .item-ttl .btn-plus {
    top: 2.9rem;
    right: 1.5rem;
    width: 2rem;
    height: 2rem;
  }

  .faq-cont__item .item-ttl .btn-plus::before {
    width: 2px;
  }

  .faq-cont__item .item-ttl .btn-plus::after {
    height: 2px;
  }

  .faq-cont__item .item-txt&gt;div {
    padding: 2.5rem 5rem;
  }

  .faq-cont__item .item-txt&gt;div::before {
    top: 2.7rem;
    left: 1.6rem;
    font-size: 22px;
    font-size: 2.2rem;
  }

  .faq-cont__item .item-txt&gt;div p {
    line-height: 1.75;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .faq-cont__item .item-txt&gt;div p a[target=_blank]::after {
    width: 1.2rem;
    height: 1.2rem;
  }

  .faq-cont__item .item-txt&gt;div ul&gt;li {
    line-height: 1.75;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .faq-cont__item .item-txt&gt;div ul&gt;li::before {
    top: 1.2rem;
  }

  .faq-cont__item .item-txt&gt;div ul&gt;li&gt;a[target=_blank]::after {
    width: 1.2rem;
    height: 1.2rem;
  }

  .faq-cont__item .item-txt&gt;div ol&gt;li {
    line-height: 1.75;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .faq-cont__item .item-txt&gt;div ol&gt;li::before {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .faq-cont__item .item-txt&gt;div ol&gt;li&gt;a[target=_blank]::after {
    width: 1.2rem;
    height: 1.2rem;
  }

  .faq-cont__mov-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2.25rem;
  }

  .faq-cont__mov-item {
    width: 33.3334%;
    padding: 0 2.25rem;
    margin-bottom: 0;
  }

  .faq-cont__mov-item .item-img {
    margin-bottom: 2.45rem;
    border-radius: 1rem;
  }

  .faq-cont__mov-item .item-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1024px) {
  .faq-ranking__list {
    padding: 5rem 12.5rem;
  }

  .faq-cont__anchor-item {
    min-width: 23.5rem;
  }
}</pre></body></html>