.c-title-006__wrapper {
  margin: 5rem 0;
  position: relative;
}
.c-title-006__wrapper:after {
  position: absolute;
  content: "";
  display: block;
  width: 0.1rem;
  height: 6rem;
  background: #666;
  right: 0;
  bottom: 0;
  transform: rotate(20deg);
}
.c-title-006__wrapper:before {
  position: absolute;
  display: block;
  content: "";
  width: 0.1rem;
  height: 6rem;
  background: #666;
  left: 0;
  top: 0;
  transform: rotate(20deg);
}
.c-title-006__title {
  font-size: var(--mj-font-size--xxxlarge);
  text-align: center;
  font-weight: bold;
  position: relative;
  font-family: var(--mj-font-family--serif-01);
  padding: var(--mj-space--large);
}
.c-title-006__title:after {
  content: "";
  width: 0.1rem;
  height: 1.5rem;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  right: 0;
  transform: rotate(-20deg);
  margin-left: auto;
  margin-right: auto;
  border-radius: 10rem;
  background: #333;
}
.c-title-006__sub-title {
  font-size: var(--mj-font-size--xxlarge);
  text-align: center;
  padding: var(--mj-space--large);
  color: var(--mj-color--main-01);
  font-family: var(--mj-font-family--serif-01);
}

.c-sec-010__wrapper {
  margin: 3rem 0;
  padding: var(--mj-space--large) 0;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: #f0f0f0;
}
.c-sec-010__text {
  font-size: var(--mj-font-size--xxlarge);
}

.c-sec-011__wrapper {
  counter-reset: counter;
  margin-bottom: 5rem;
}
.c-sec-011__block {
  padding: var(--mj-space--large);
  text-align: center;
  margin: var(--mj-space--large);
  position: relative;
  margin-bottom: auto !important;
  align-self: stretch;
  background: var(--mj-color--sub-03);
  min-width: 25rem;
  border-radius: 0.5rem;
  display: flex;
  flex: 1 0 auto;
  position: relative;
}
.c-sec-011__block:before {
  position: absolute;
  content: "0" counter(counter);
  counter-increment: counter 1;
  font-family: var(--mj-font-family--serif-01);
  top: 0.5rem;
  font-size: 2.4rem;
  display: inherit;
  left: 1.5rem;
}
.c-sec-011__block:after {
  position: absolute;
  content: "";
  width: 0.1rem;
  height: 2rem;
  bottom: 1rem;
  right: 3rem;
  background: #fff;
  transform: rotate(20deg);
}

.c-button-001__button a {
  display: inline-block;
  background: var(--point-color-01);
  text-shadow: 0rem 0rem 0.2rem rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 1rem 4rem 1rem 2rem;
  border-radius: 10rem;
  margin: 1rem 0 0 auto;
  font-size: 1.6rem;
  border: 0.2rem solid #fff;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.4);
  position: relative;
}
.c-button-001__button a:after {
  position: absolute;
  font-family: "Material Symbols Outlined";
  content: "arrow_forward_ios";
  right: 1rem;
}

.c-sec-012__wrapper {
  position: relative;
  padding: var(--mj-space--normal);
  margin: 3rem 0;
  background: var(--mj-color--sub-03);
}

.c-fold-001__block {
  margin: 1rem auto;
  border: 0.1rem solid #ccc;
}
.c-fold-001__button {
  margin: 0 !important;
  cursor: pointer;
  position: relative;
  padding: 2rem 2rem 2rem 5rem;
  background: #fff;
}
.c-fold-001__button:after {
  position: absolute;
  top: -0.4rem;
  bottom: 0;
  left: 2rem;
  margin-top: auto;
  margin-bottom: auto;
  content: "";
  width: 1rem;
  height: 1rem;
  border: #333 solid;
  border-width: 0 0.2rem 0.2rem 0;
  transform: rotate(45deg);
}
.c-fold-001__button:hover {
  opacity: 0.8;
}
.c-fold-001__button.is-open:after {
  transform: translateY(-50%) rotate(180deg);
  top: calc(50% - 5px);
}
.c-fold-001__content {
  background: #fafafa;
  padding: 1rem;
  position: relative;
}
.c-fold-001__content:after {
  top: 0;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  width: 2rem;
  height: 0.1rem;
  background: #666;
  content: "";
  position: absolute;
}
.c-fold-001 .is-root-container .c-fold-001__block {
  border: 4px solid #ccc;
}
.is-root-container .c-fold-001__q {
  background: #dcd5ff;
}
.is-root-container .c-fold-001__a {
  background: #ffd9d9;
}

.c-title-007__wrapper {
  font-size: var(--mj-font-size--xxlarge);
  padding: 0.5em;
  font-weight: bold;
  margin-bottom: 2em;
  margin-top: 2em;
  border-bottom: 1px solid var(--mj-color--content-01);
}

.c-title-008__wrapper {
  font-size: var(--mj-font-size--xlarge);
  font-weight: bold;
  padding: 0.5rem;
  margin-bottom: 2rem;
  position: relative;
}
.c-title-008__wrapper:after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  background: #666;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.5rem;
}

.c-block-010__wrapper {
  margin: 2rem 0;
  border-radius: 1rem;
  padding: 1rem;
  & h3 {
    font-size: var(--mj-font-size--xlarge);
    font-weight: bold;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
  }
}
.c-block-010__wrapper table {
  font-size: 1.4rem;
}
.c-block-010__wrapper table th {
  background: #fff6d7 !important;
}
.c-block-010__wrapper table th,
.c-block-010__wrapper table td {
  border: 1px solid #ccc !important;
} /*# sourceMappingURL=src2-style-03.css.map */
