.page_title {
  flex-direction: column;
}

.single-editor-area {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  max-width: 720px;
  margin: 0 auto;
}
.single-editor-area .border-box {
  display: flex;
  max-width: 720px;
  width: 100%;
  padding: 32px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 3px solid #F5A532;
  background: #FFF;
}
.single-editor-area .border-box p {
  max-width: 324px;
  color: #004D81;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.55; /* 155.556% */
}
.single-editor-area .border-box p b {
  font-size: 1.4444444444em;
}
.single-editor-area .wp-block-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  display: flex;
  line-height: 1.25;
}
.single-editor-area h2.wp-block-heading {
  padding-top: 2em;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  color: #004D81;
  font-size: 1.5rem;
  gap: 12px;
}
.single-editor-area h2.wp-block-heading::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #D8E2E9;
}
.single-editor-area h3.wp-block-heading {
  padding-top: 1.6em;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #333;
  font-size: 1.25rem;
  gap: 16px;
}
.single-editor-area h3.wp-block-heading::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background-color: #1A99CC;
}
.single-editor-area p {
  font-size: 1rem;
  line-height: 1.75;
}
.single-editor-area a {
  color: #1A99CC;
  text-decoration: underline;
}
.single-editor-area strong {
  font-weight: bold;
}
.single-editor-area .red {
  color: #D83E3B;
}
.single-editor-area .faq-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  background: #E5F2FE;
}
.single-editor-area .faq-block .faq-item {
  background-color: #fff;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 6px;
  position: relative;
  border: 2px solid transparent;
}
.single-editor-area .faq-block .faq-item:hover {
  border-color: #1A99CC;
  transition: all 0.2s ease;
}
.single-editor-area .faq-block .faq-item .checkbox-ui {
  display: none;
}
.single-editor-area .faq-block .faq-item .checkbox-ui:checked + .q-block::after {
  transform: rotate(0deg);
}
.single-editor-area .faq-block .faq-item .checkbox-ui:checked + .q-block + .a-block {
  max-height: 1000px;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  margin-top: 0;
  transition: max-height 0.35s ease, opacity 0.3s ease, transform 0.35s ease, margin 0.35s ease, visibility 0s linear 0s;
}
.single-editor-area .faq-block .faq-item .q-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
}
.single-editor-area .faq-block .faq-item .q-block::before {
  flex-shrink: 0;
  content: "Q";
  font-family: Poppins, sans-serif;
  color: #fff;
  display: flex;
  width: 28px;
  height: 28px;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  background-color: #1A99CC;
  box-sizing: border-box;
}
.single-editor-area .faq-block .faq-item .q-block::after {
  flex-shrink: 0;
  content: "";
  transform: rotate(180deg);
  width: 28px;
  height: 28px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2228%22%20height%3D%2228%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M13.9963%2012.6399L9.45828%2017.1789C9.37892%2017.2587%209.28457%2017.322%209.18066%2017.3652C9.07675%2017.4084%208.96532%2017.4307%208.85278%2017.4307%208.74024%2017.4307%208.62881%2017.4084%208.5249%2017.3652C8.42099%2017.322%208.32664%2017.2587%208.24728%2017.1789C8.08758%2017.017%207.99805%2016.7988%207.99805%2016.5714C7.99805%2016.344%208.08758%2016.1258%208.24728%2015.9639L13.3893%2010.8189C13.5453%2010.6635%2013.7551%2010.5742%2013.9753%2010.5696C14.1954%2010.5649%2014.4089%2010.6453%2014.5713%2010.7939L19.7483%2015.9599C19.9099%2016.1206%2020.0011%2016.339%2020.0018%2016.5669C20.0024%2016.7949%2019.9125%2017.0137%2019.7518%2017.1754C19.5911%2017.337%2019.3727%2017.4282%2019.1448%2017.4289C18.9168%2017.4295%2018.6979%2017.3396%2018.5363%2017.1789L13.9953%2012.6409L13.9963%2012.6399Z%22%20fill%3D%22%231A99CC%22/%3E%3C/svg%3E");
  transition: all 0.3s ease;
}
.single-editor-area .faq-block .faq-item .q-block .q-title {
  flex-grow: 1;
}
.single-editor-area .faq-block .faq-item .q-block .q-title label::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.single-editor-area .faq-block .faq-item .a-block {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-8px);
  visibility: hidden;
  margin-top: -12px;
  transition: max-height 0.35s ease, opacity 0.3s ease, transform 0.35s ease, margin 0.35s ease, visibility 0s linear 0.35s;
}
.single-editor-area .faq-block .faq-item .a-block::before {
  flex-shrink: 0;
  content: "A";
  font-family: Poppins, sans-serif;
  color: #1A99CC;
  display: flex;
  width: 28px;
  height: 28px;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  border: 2px solid #1A99CC;
  background-color: #FFF;
  box-sizing: border-box;
}

/* 追加スタイル: cando-box */
.single-editor-area .cando-title {
  justify-content: center !important;
  color: #004D81 !important;
  font-size: 1.5rem !important;
  border-bottom: none !important;
  padding-top: 1.5em !important;
  margin-bottom: 24px !important;
}
.single-editor-area .cando-title::before,
.single-editor-area .cando-title::after {
  display: none !important;
}
.single-editor-area .cando-title span {
  display: block;
  text-align: center;
}

.single-editor-area .cando-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 32px 0;
}
.single-editor-area .cando-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.single-editor-area .cando-item__visual {
  position: relative;
  width: 160px;
  height: 160px;
  margin-bottom: 16px;
  flex-shrink: 0;
}
.single-editor-area .cando-item__circle {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-editor-area .cando-item__circle img {
  width: 100%;
  height: auto;
}
.single-editor-area .cando-item__content {
  flex-grow: 1;
}
.single-editor-area .cando-item__content p {
  font-size: 1rem;
  line-height: 1.6;
}

/* 追加スタイル: column-box-3 */
.single-editor-area .column-box-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 32px 0;
}
.single-editor-area .column-box-3 .column-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.single-editor-area .column-box-3 .column-item .wp-block-image {
  margin-bottom: 16px;
}
.single-editor-area .column-box-3 .column-item h3.wp-block-heading {
  padding-top: 0;
  font-size: 1.125rem;
  margin-bottom: 8px;
  justify-content: center;
}
.single-editor-area .column-box-3 .column-item h3.wp-block-heading::before {
  display: none;
}

/* 追加スタイル: notes-box */
.single-editor-area .notes-box {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  padding: 24px;
  margin: 32px 0;
}
.single-editor-area .notes-box h3.wp-block-heading {
  padding-top: 0;
  margin-bottom: 16px;
  color: #D83E3B;
}
.single-editor-area .notes-box h3.wp-block-heading::before {
  background-color: #D83E3B;
}
.single-editor-area .notes-box ul {
  list-style: disc;
  padding-left: 20px;
}
.single-editor-area .notes-box ul li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.center-text {
  text-align: center;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.single-editor-area .wp-block-button__link {
  display: inline-block;
  background-color: #1A99CC;
  color: #fff !important;
  padding: 12px 32px;
  text-decoration: none !important;
  border-radius: 100px;
  font-weight: bold;
}

.single-editor-area .pc-only,
.single-editor-area .sp-only {
  display: grid;
  gap: 24px;
}

@media (max-width: 599px) {
  .single-editor-area .cando-box {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .single-editor-area .cando-item {
    flex-direction: row;
    text-align: left;
    align-items: center;
    gap: 20px;
  }
  .single-editor-area .cando-item__visual {
    width: 120px;
    height: 120px;
  }
  .single-editor-area .cando-item__label {
    bottom: 10px;
    font-size: 12px;
  }

  .single-editor-area .column-box-3 {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .single-editor-area .center-text {
    font-size: 1.25rem;
  }
}