:root {
  --key: #D786EA;
  --text: #53585F;
  --ttl: #1E55A0;
  --bg: #F5F4F4;
  --bg-02: #FDE6FF;
}

.uc-page-header .uc-header-company {
  margin: 0 !important;
}

.sofyapp-faq-kv {
  background-color: var(--bg-02);
  text-align: center;
}

.sofyapp-faq-ttl {
  background-color: var(--key);
  margin-bottom: 0;
}

.sofyapp-faq-ttl h1, .sofyapp-faq-ttl h2, .sofyapp-faq-ttl h3, .sofyapp-faq-ttl h4, .sofyapp-faq-ttl h5, .sofyapp-faq-ttl h6 {
  padding: 56px 20px;
  color: #fff;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .sofyapp-faq-ttl h1, .sofyapp-faq-ttl h2, .sofyapp-faq-ttl h3, .sofyapp-faq-ttl h4, .sofyapp-faq-ttl h5, .sofyapp-faq-ttl h6 {
    padding: 28px 0;
    font-size: 0.5em !important;
  }
}

.sofyapp-faq-ttl .uc-mod-hdg-lv2-01.uc-mod-position-float {
  margin: 0;
}

.sofyapp-faq-sub-ttl {
  background-color: var(--bg);
  padding: 50px 20px;
}

.sofyapp-faq-sub-ttl .CMP-CM09-heading div {
  margin-bottom: 0;
  text-align: center;
}

.sofyapp-faq-sub-ttl .CMP-CM09-heading h1, .sofyapp-faq-sub-ttl .CMP-CM09-heading h2, .sofyapp-faq-sub-ttl .CMP-CM09-heading h3, .sofyapp-faq-sub-ttl .CMP-CM09-heading h4, .sofyapp-faq-sub-ttl .CMP-CM09-heading h5, .sofyapp-faq-sub-ttl .CMP-CM09-heading h6 {
  font-size: 37px;
  font-weight: bold;
  line-height: 1.6;
  color: var(--key);
}

@media screen and (max-width: 768px) {
  .sofyapp-faq-sub-ttl .CMP-CM09-heading h1, .sofyapp-faq-sub-ttl .CMP-CM09-heading h2, .sofyapp-faq-sub-ttl .CMP-CM09-heading h3, .sofyapp-faq-sub-ttl .CMP-CM09-heading h4, .sofyapp-faq-sub-ttl .CMP-CM09-heading h5, .sofyapp-faq-sub-ttl .CMP-CM09-heading h6 {
    font-size: 16px;
    color: var(--text);
  }
}

@media screen and (max-width: 768px) {
  .sofyapp-faq-sub-ttl {
    padding: 10px;
  }
}

.sofyapp-faq-lead {
  background-color: var(--bg);
  padding: 50px 20px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .sofyapp-faq-lead {
    font-size: 15px;
    padding: 25px 10px;
  }
}

.sofyapp-faq-link {
  margin-top: 70px;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .sofyapp-faq-link {
    margin-top: 25px;
    margin-bottom: 33px;
  }
}

.sofyapp-faq-link ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 30px;
  list-style: none;
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .sofyapp-faq-link ul {
    flex-direction: column;
    gap: 16px 0;
  }
}

.sofyapp-faq-link ul li {
  width: calc(calc(100% - 30px) / 2);
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
  color: #FFF;
  border-radius: 40px;
  overflow: hidden;
  margin-left: 0;
  list-style-type: none !important;
}

@media screen and (max-width: 768px) {
  .sofyapp-faq-link ul li {
    width: 100%;
    font-size: 14px;
    border-radius: 2em;
  }
}

.sofyapp-faq-link ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 128px;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  background-color: var(--key);
  transition: 0.3s ease background-color;
}

@media screen and (max-width: 768px) {
  .sofyapp-faq-link ul li a {
    min-height: initial;
    padding: 10px;
  }
}

.sofyapp-faq-link ul li a:hover {
  text-decoration: none;
  background-color: var(--bg-02);
  color: var(--key);
}

.sofyapp-faq-bl {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .sofyapp-faq-bl {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.sofyapp-faq-bl__lead {
  font-size: 18px;
  line-height: 1.6;
  color: var(--text);
}

@media screen and (max-width: 768px) {
  .sofyapp-faq-bl__lead {
    font-size: 16px;
  }
}

.sofyapp-faq-bl__ttl h1, .sofyapp-faq-bl__ttl h2, .sofyapp-faq-bl__ttl h3, .sofyapp-faq-bl__ttl h4, .sofyapp-faq-bl__ttl h5, .sofyapp-faq-bl__ttl h6 {
  font-size: 37px;
  font-weight: bold;
  line-height: 1.6;
  color: var(--key);
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .sofyapp-faq-bl__ttl h1, .sofyapp-faq-bl__ttl h2, .sofyapp-faq-bl__ttl h3, .sofyapp-faq-bl__ttl h4, .sofyapp-faq-bl__ttl h5, .sofyapp-faq-bl__ttl h6 {
    font-size: 16px;
    text-align: left;
    color: var(--text);
  }
}

.sofyapp-faq-bl__sub-ttl {
  background-color: var(--bg);
  padding: 50px 110px 50px 30px;
  border-radius: 40px;
  position: relative;
  cursor: pointer;
  transition: 0.3s ease background-color;
}

.sofyapp-faq-bl__sub-ttl:hover {
  background-color: var(--bg-02);
}

@media screen and (max-width: 768px) {
  .sofyapp-faq-bl__sub-ttl {
    padding: 15px 50px 15px 20px;
    border-radius: 10px;
  }
}

.sofyapp-faq-bl__sub-ttl::after {
  display: block;
  content: "";
  width: 28px;
  height: 28px;
  border-left: 1px solid var(--text);
  border-bottom: 1px solid var(--text);
  -webkit-transform-origin: center;
  transform-origin: center;
  position: absolute;
  right: 50px;
  bottom: 50%;
  transition: 0.3s ease transform;
  -webkit-transform: translateY(50%) rotate(-45deg);
  transform: translateY(50%) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .sofyapp-faq-bl__sub-ttl::after {
    width: 16px;
    height: 16px;
    right: 20px;
  }
}

.sofyapp-faq-bl__sub-ttl h1, .sofyapp-faq-bl__sub-ttl h2, .sofyapp-faq-bl__sub-ttl h3, .sofyapp-faq-bl__sub-ttl h4, .sofyapp-faq-bl__sub-ttl h5, .sofyapp-faq-bl__sub-ttl h6 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0;
  text-align: left;
  color: var(--ttl);
}

@media screen and (max-width: 768px) {
  .sofyapp-faq-bl__sub-ttl h1, .sofyapp-faq-bl__sub-ttl h2, .sofyapp-faq-bl__sub-ttl h3, .sofyapp-faq-bl__sub-ttl h4, .sofyapp-faq-bl__sub-ttl h5, .sofyapp-faq-bl__sub-ttl h6 {
    font-size: 16px;
  }
}

.sofyapp-faq-bl__item {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .sofyapp-faq-bl__item {
    margin-top: 15px;
  }
}

.sofyapp-faq-bl__item.is-open .sofyapp-faq-bl__sub-ttl {
  background-color: var(--bg-02);
}

.sofyapp-faq-bl__item.is-open .sofyapp-faq-bl__sub-ttl::after {
  transition: 0.3s ease transform;
  -webkit-transform: translateY(80%) rotate(-225deg);
  transform: translateY(80%) rotate(-225deg);
}

.sofyapp-faq-bl__item.is-open .sofyapp-faq-bl__item-body {
  opacity: 1;
  height: 100%;
  max-height: 9999px;
  padding: 30px;
  transition: height 0.3s ease,max-height 0.3s ease;
}

@media screen and (max-width: 768px) {
  .sofyapp-faq-bl__item.is-open .sofyapp-faq-bl__item-body {
    padding: 15px;
  }
}

.sofyapp-faq-bl__item-body {
  opacity: 0;
  height: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0 30px;
  transition: height 0.3s ease,max-height 0.3s ease;
}

@media screen and (max-width: 768px) {
  .sofyapp-faq-bl__item-body {
    padding: 0 15px;
  }
}

.sofyapp-faq-bl__item-body * + .CMP-CM09-heading {
  margin-top: 20px;
}

.sofyapp-faq-bl__item-ttl h1, .sofyapp-faq-bl__item-ttl h2, .sofyapp-faq-bl__item-ttl h3, .sofyapp-faq-bl__item-ttl h4, .sofyapp-faq-bl__item-ttl h5, .sofyapp-faq-bl__item-ttl h6 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid var(--text);
  text-align: left;
  color: var(--text);
}

@media screen and (max-width: 768px) {
  .sofyapp-faq-bl__item-ttl h1, .sofyapp-faq-bl__item-ttl h2, .sofyapp-faq-bl__item-ttl h3, .sofyapp-faq-bl__item-ttl h4, .sofyapp-faq-bl__item-ttl h5, .sofyapp-faq-bl__item-ttl h6 {
    font-size: 16px;
  }
}

.sofyapp-faq-bl__item-text {
  color: var(--text);
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .sofyapp-faq-bl__item-text {
    font-size: 16px;
  }
}

.sofyapp-faq-bl__item-text ol, .sofyapp-faq-bl__item-text ul {
  margin-left: 1em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}

.sofyapp-faq-bl__item-text a {
  color: var(--key);
  text-decoration: underline;
}

.sofyapp-faq-bl__item-text--list-num-2 {
  margin-top: 0 !important;
}

.sofyapp-faq-bl__item-text--list-num-2 ol {
  counter-reset: item 1;
  margin-left: 1em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}

.sofyapp-faq-bl__item-text--list-num-2 ol li {
  counter-increment: item;
}

.sofyapp-faq-bl__item-text--list-num-2 ol li::marker {
  content: counter(item) ". ";
}

.sofyapp-faq-bl__item-text--list-num-3 {
  margin-top: 0 !important;
}

.sofyapp-faq-bl__item-text--list-num-3 ol {
  counter-reset: item 2;
  margin-left: 1em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}

.sofyapp-faq-bl__item-text--list-num-3 ol li {
  counter-increment: item;
}

.sofyapp-faq-bl__item-text--list-num-3 ol li::marker {
  content: counter(item) ". ";
}

.sofyapp-faq-bl__item-text--list-num-4 {
  margin-top: 0 !important;
}

.sofyapp-faq-bl__item-text--list-num-4 ol {
  counter-reset: item 3;
  margin-left: 1em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}

.sofyapp-faq-bl__item-text--list-num-4 ol li {
  counter-increment: item;
}

.sofyapp-faq-bl__item-text--list-num-4 ol li::marker {
  content: counter(item) ". ";
}

.sofyapp-faq-bl__item-text--list-num-5 {
  margin-top: 0 !important;
}

.sofyapp-faq-bl__item-text--list-num-5 ol {
  counter-reset: item 4;
  margin-left: 1em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}

.sofyapp-faq-bl__item-text--list-num-5 ol li {
  counter-increment: item;
}

.sofyapp-faq-bl__item-text--list-num-5 ol li::marker {
  content: counter(item) ". ";
}

.sofyapp-faq-bl__item-text--list-num-6 {
  margin-top: 0 !important;
}

.sofyapp-faq-bl__item-text--list-num-6 ol {
  counter-reset: item 5;
  margin-left: 1em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}

.sofyapp-faq-bl__item-text--list-num-6 ol li {
  counter-increment: item;
}

.sofyapp-faq-bl__item-text--list-num-6 ol li::marker {
  content: counter(item) ". ";
}

.sofyapp-faq-bl__item-text--list-num-7 {
  margin-top: 0 !important;
}

.sofyapp-faq-bl__item-text--list-num-7 ol {
  counter-reset: item 6;
  margin-left: 1em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}

.sofyapp-faq-bl__item-text--list-num-7 ol li {
  counter-increment: item;
}

.sofyapp-faq-bl__item-text--list-num-7 ol li::marker {
  content: counter(item) ". ";
}

.sofyapp-faq-bl__item-text--list-num-8 {
  margin-top: 0 !important;
}

.sofyapp-faq-bl__item-text--list-num-8 ol {
  counter-reset: item 7;
  margin-left: 1em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}

.sofyapp-faq-bl__item-text--list-num-8 ol li {
  counter-increment: item;
}

.sofyapp-faq-bl__item-text--list-num-8 ol li::marker {
  content: counter(item) ". ";
}

.sofyapp-faq-bl__item-text--list-num-9 {
  margin-top: 0 !important;
}

.sofyapp-faq-bl__item-text--list-num-9 ol {
  counter-reset: item 8;
  margin-left: 1em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}

.sofyapp-faq-bl__item-text--list-num-9 ol li {
  counter-increment: item;
}

.sofyapp-faq-bl__item-text--list-num-9 ol li::marker {
  content: counter(item) ". ";
}

.sofyapp-faq-bl__item-text--list-num-10 {
  margin-top: 0 !important;
}

.sofyapp-faq-bl__item-text--list-num-10 ol {
  counter-reset: item 9;
  margin-left: 1em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}

.sofyapp-faq-bl__item-text--list-num-10 ol li {
  counter-increment: item;
}

.sofyapp-faq-bl__item-text--list-num-10 ol li::marker {
  content: counter(item) ". ";
}

.sofyapp-faq-bl__item-img {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.sofyapp-faq-bl__item-img-pc--30 {
  max-width: 30%;
}

.sofyapp-faq-bl__item-img-pc--40 {
  max-width: 40%;
}

.sofyapp-faq-bl__item-img-pc--50 {
  max-width: 50%;
}

.sofyapp-faq-bl__item-img-pc--60 {
  max-width: 60%;
}

.sofyapp-faq-bl__item-img-pc--70 {
  max-width: 70%;
}

.sofyapp-faq-bl__item-img-pc--80 {
  max-width: 80%;
}

.sofyapp-faq-bl__item-img-pc--90 {
  max-width: 90%;
}

.sofyapp-faq-bl__item-img-pc--100 {
  max-width: 100%;
}

.sofyapp-faq-bl__item-img-pc--left {
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}

.sofyapp-faq-bl__item-img-pc--right {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .sofyapp-faq-bl__item-img-sp--30 {
    max-width: 30%;
  }
}

@media screen and (max-width: 768px) {
  .sofyapp-faq-bl__item-img-sp--40 {
    max-width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .sofyapp-faq-bl__item-img-sp--50 {
    max-width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .sofyapp-faq-bl__item-img-sp--60 {
    max-width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .sofyapp-faq-bl__item-img-sp--70 {
    max-width: 70%;
  }
}

@media screen and (max-width: 768px) {
  .sofyapp-faq-bl__item-img-sp--80 {
    max-width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .sofyapp-faq-bl__item-img-sp--90 {
    max-width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .sofyapp-faq-bl__item-img-sp--100 {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .sofyapp-faq-bl__item-img-sp--left {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
  }
}

@media screen and (max-width: 768px) {
  .sofyapp-faq-bl__item-img-sp--right {
    text-align: right;
    margin-left: auto;
    margin-right: 0;
  }
}

.sofyapp-faq-bl__item-table thead th {
  width: calc(100% / 3);
  text-align: center;
  background-color: #FFF6F6;
}

.sofyapp-faq-bl__item-table thead th p {
  font-size: 16px;
  line-height: 1.6;
  color: #FFA9A9;
}

@media screen and (max-width: 768px) {
  .sofyapp-faq-bl__item-table thead th p {
    font-size: 14px;
  }
}

.sofyapp-faq-bl__item-table--02 thead th:nth-of-type(1) {
  width: 25%;
}

.sofyapp-faq-bl__item-table--02 thead th:nth-of-type(2) {
  width: 37.5%;
}

.sofyapp-faq-bl__item-table--02 thead th:nth-of-type(3) {
  width: 37.5%;
}

.sofyapp-faq-bl__item-table--02 tbody td {
  text-align: left !important;
}

.sofyapp-faq-bl__item-table tbody tr th, .sofyapp-faq-bl__item-table tbody tr td {
  background-color: #FFF;
}

.sofyapp-faq-bl__item-table tbody tr:nth-child(even) th, .sofyapp-faq-bl__item-table tbody tr:nth-child(even) td {
  background-color: #FFF6F6;
}

.sofyapp-faq-bl__item-table tbody th, .sofyapp-faq-bl__item-table tbody td {
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .sofyapp-faq-bl__item-table tbody th, .sofyapp-faq-bl__item-table tbody td {
    font-size: 12px;
  }
}

.sofyapp-faq-bl__item-table tbody td {
  text-align: center;
}

.sofyapp-faq-bl__item-table th, .sofyapp-faq-bl__item-table td {
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .sofyapp-faq-bl__item-table th, .sofyapp-faq-bl__item-table td {
    padding: 10px 5px;
  }
}

.sofyapp-faq-bl__item-table--check {
  font-size: 24px;
  font-weight: bold;
  color: #FFA9A9;
}

@media screen and (max-width: 768px) {
  .sofyapp-faq-bl__item-table--check {
    font-size: 18px;
  }
}
