@layer page {
  .p-page-hdr-b {
    position: relative;
    background-image: url("../../../img/page/chukosha/ttl_bg.svg");
    background-position: calc(100% - 2.5rem) 100%;
    background-repeat: no-repeat;
    background-size: auto 9.125rem;
  }
  @media screen and (max-width: 767px) {
    .p-page-hdr-b {
      background-image: url("../../../img/page/chukosha/ttl_bg_sp.svg");
      background-position: 100% 100%;
      background-size: auto 16.75vw;
    }
  }
  .chukosha-first {
    padding: 6.875rem 0 6.25rem 0;
  }
  @media screen and (max-width: 1200px) {
    .chukosha-first {
      padding: 3.75rem 0;
    }
  }
  @media screen and (max-width: 767px) {
    .chukosha-first {
      padding: 12.5vw 0;
    }
  }
  .chukosha-first__ttl {
    width: 53.063rem;
    margin: 0 auto;
  }
  @media screen and (max-width: 1200px) {
    .chukosha-first__ttl {
      width: 31.25rem;
    }
  }
  @media screen and (max-width: 767px) {
    .chukosha-first__ttl {
      width: 90vw;
    }
  }
  .chukosha-first__ttl img {
    width: 100%;
  }
  .chukosha-first__text {
    text-align: center;
    margin-top: 1.25rem;
    font-size: 1.125rem;
  }
  @media screen and (max-width: 1200px) {
    .chukosha-first__text {
      font-size: 0.9375rem;
    }
  }
  @media screen and (max-width: 767px) {
    .chukosha-first__text {
      font-size: 4vw;
    }
  }
  .chukosha-worried {
    margin-top: 3.125rem;
    padding: 1.875rem 3.75rem 3.125rem 3.75rem;
    border-radius: 0.625rem;
    background: var(--accent);
    color: #fff;
  }
  @media screen and (max-width: 767px) {
    .chukosha-worried {
      margin-top: 7.5vw;
      padding: 9vw 5vw 5vw 5vw;
    }
  }
  .chukosha-worried__hdr {
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
  }
  @media screen and (max-width: 1200px) {
    .chukosha-worried__hdr {
      margin-bottom: -2px;
    }
  }
  @media screen and (max-width: 767px) {
    .chukosha-worried__hdr {
      margin-bottom: 0;
      align-items: flex-end;
      gap: 0;
    }
  }
  .chukosha-worried__hdr::before, .chukosha-worried__hdr::after {
    content: "";
    display: block;
    background: url("../../../img/page/chukosha/worried_ttl_l.svg") 0 0/contain no-repeat;
  }
  .chukosha-worried__hdr::before {
    aspect-ratio: 116/119;
    width: 7.25rem;
  }
  @media screen and (max-width: 1200px) {
    .chukosha-worried__hdr::before {
      width: 6.25rem;
    }
  }
  @media screen and (max-width: 767px) {
    .chukosha-worried__hdr::before {
      width: 15.75vw;
    }
  }
  .chukosha-worried__hdr::after {
    aspect-ratio: 113/120;
    width: 7.0625rem;
    background-image: url("../../../img/page/chukosha/worried_ttl_r.svg");
  }
  @media screen and (max-width: 1200px) {
    .chukosha-worried__hdr::after {
      width: 6rem;
    }
  }
  @media screen and (max-width: 767px) {
    .chukosha-worried__hdr::after {
      width: 15.25vw;
    }
  }
  .chukosha-worried__ttl {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
  }
  @media screen and (max-width: 767px) {
    .chukosha-worried__ttl {
      font-size: 4.5vw;
      padding-bottom: 10.5vw;
    }
  }
  .chukosha-worried__ttl b {
    font-weight: 600;
    font-size: 2rem;
  }
  @media screen and (max-width: 767px) {
    .chukosha-worried__ttl b {
      font-size: 7vw;
    }
  }
  .chukosha-worried__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
    font-size: 1.125rem;
  }
  @media screen and (max-width: 767px) {
    .chukosha-worried__list {
      display: flex;
      flex-direction: column;
      gap: 2.5vw;
    }
  }
  .chukosha-worried__list img {
    border-radius: 0.625rem;
  }
  @media screen and (max-width: 767px) {
    .chukosha-worried__list img {
      border-radius: 2.5vw;
    }
  }
  @media screen and (max-width: 767px) {
    .chukosha-worried__list > li {
      display: grid;
      align-items: center;
      grid-template-columns: 42.5vw 1fr;
      gap: 3.75vw;
    }
  }
  .chukosha-worried__text {
    font-weight: 500;
    line-height: 1.6;
  }
  @media screen and (min-width: 768px) {
    .chukosha-worried__text {
      margin-top: 0.75rem;
      text-align: center;
    }
  }
  @media screen and (max-width: 767px) {
    .chukosha-worried__text {
      font-size: 4vw;
      line-height: 1.5;
    }
  }
  .chukosha-tab__list {
    display: grid;
    align-items: flex-end;
    gap: 0.625rem;
    grid-template-columns: repeat(2, 1fr);
  }
  @media screen and (max-width: 767px) {
    .chukosha-tab__list {
      gap: 2.5vw;
      margin: 0 var(--sp-pad);
      width: auto;
    }
  }
  .chukosha-tab__btn {
    padding: 1.25rem 0;
    color: var(--accent);
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    border-radius: 0.625rem 0.625rem 0 0;
    background: #fff;
    border: 2px solid var(--accent);
    border-bottom: 0;
    transition-property: background, padding, border;
    transition-duration: 0.25s;
  }
  @media screen and (max-width: 767px) {
    .chukosha-tab__btn {
      padding: 2.5vw 0;
      font-size: 4.5vw;
    }
  }
  .chukosha-tab__btn[aria-selected=true] {
    padding: 1.875rem 0;
    background: var(--bg-green);
    border-color: var(--bg-green);
  }
  @media screen and (max-width: 767px) {
    .chukosha-tab__btn[aria-selected=true] {
      padding: 3.75vw 0;
    }
  }
  @media (hover: hover) {
    .chukosha-tab__btn:hover {
      padding: 1.875rem 0;
      background: var(--bg-green);
      border-color: var(--bg-green);
    }
  }
  .chukosha-tab__panel {
    transition: 1s opacity;
    opacity: 1;
    height: auto;
  }
  .chukosha-tab__panel:not(.is-visible) {
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    height: 0;
  }
  .chukosha-hdr-a {
    text-align: center;
  }
  .chukosha-hdr-a__ttl {
    font-size: 2rem;
    font-weight: 700;
  }
  .chukosha-hdr-a__en {
    font-size: 1.5rem;
    font-family: var(--en-sans);
    color: var(--accent);
    font-weight: var(--en-weight-m);
  }
  .u-bg-green {
    border-radius: 5rem 5rem 0 0;
  }
  @media screen and (max-width: 1200px) {
    .u-bg-green {
      border-radius: 0;
    }
  }
  @media screen and (max-width: 767px) {
    .u-bg-green {
      border-radius: 2vw 2vw 0 0;
    }
  }
  .chukosha-advantage {
    padding: 7.5rem 0;
  }
  @media screen and (max-width: 767px) {
    .chukosha-advantage {
      padding-top: 12.5vw;
      padding-bottom: 10vw;
    }
  }
  .chukosha-advantage__ttl {
    text-align: center;
    font-weight: 700;
    font-size: 3.125rem;
  }
  @media screen and (max-width: 1200px) {
    .chukosha-advantage__ttl {
      font-size: 2.5rem;
    }
  }
  .chukosha-advantage__body {
    padding-top: 5rem;
  }
  @media screen and (max-width: 767px) {
    .chukosha-advantage__body {
      padding-top: 12.5vw;
    }
  }
  .chukosha-advantage__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
  @media screen and (max-width: 1200px) {
    .chukosha-advantage__list {
      display: flex;
      flex-direction: column;
    }
  }
  @media screen and (max-width: 767px) {
    .chukosha-advantage__list {
      gap: 2.5vw;
    }
  }
  .chukosha-advantage__list > li {
    border-radius: 0.625rem;
    background: var(--accent);
    color: #fff;
    padding: 0 1.875rem 1.875rem 1.875rem;
  }
  @media screen and (max-width: 767px) {
    .chukosha-advantage__list > li {
      padding: 0 7.5vw 15vw 7.5vw;
    }
  }
  .chukosha-advantage__icon {
    text-align: center;
    min-height: 8.75rem;
    margin-top: -2.5rem;
    margin-bottom: 0.625rem;
  }
  @media screen and (max-width: 767px) {
    .chukosha-advantage__icon {
      margin-bottom: -2.5vw;
    }
  }
  .chukosha-advantage__icon img {
    width: calc(var(--my-width) / 16 * 1rem);
  }
  @media screen and (max-width: 767px) {
    .chukosha-advantage__icon img {
      width: calc(var(--my-width) / 500 * 100vw);
    }
  }
  .chukosha-advantage__sttl {
    color: #FFF;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .chukosha-advantage__text {
    margin-top: 0.75rem;
  }
  .chukosha-advantage__note {
    margin-top: 0.9375rem;
    font-size: 0.75rem;
  }
  .chukosha-advantage__note p {
    text-indent: -1em;
    margin-left: 1em;
  }
  .chukosha-advantage__note a {
    text-decoration: underline;
  }
  @media (hover: hover) {
    .chukosha-advantage__note a:hover {
      text-decoration: none;
    }
  }
  .chukosha-flow {
    padding: 7.5rem 0;
  }
  @media screen and (max-width: 767px) {
    .chukosha-flow {
      padding: 15vw 0;
    }
  }
  .chukosha-flow__list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0.625rem;
    margin-top: 3.125rem;
  }
  @media screen and (min-width: 768px) {
    .chukosha-flow__list.is-col5 {
      grid-template-columns: repeat(5, 1fr);
    }
    .chukosha-flow__list.is-buy .chukosha-flow__img-wrap {
      aspect-ratio: 185/140;
    }
  }
  @media screen and (max-width: 1200px) {
    .chukosha-flow__list {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media screen and (max-width: 767px) {
    .chukosha-flow__list {
      display: flex;
      flex-direction: column;
      margin-top: 10vw;
      gap: 5vw;
    }
  }
  .chukosha-flow__item {
    position: relative;
    padding: 2.375rem 1.25rem 1.25rem 1.25rem;
    gap: 0.5rem;
    border-radius: 0.625rem;
    background: var(--bg-gray2);
  }
  @media screen and (max-width: 767px) {
    .chukosha-flow__item {
      margin-left: 12.5vw;
      padding: 5vw;
    }
    .chukosha-flow__item:not(:last-child)::before {
      content: "";
      display: block;
      position: absolute;
      left: -7.75vw;
      top: 0;
      width: 2px;
      height: calc(100% + 5vw);
      background: var(--accent);
    }
  }
  .chukosha-flow__img-wrap {
    margin: 1.25rem 0;
  }
  @media screen and (min-width: 768px) {
    .chukosha-flow__img-wrap {
      background: #fff;
      aspect-ratio: 232/140;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
    }
  }
  @media screen and (max-width: 767px) {
    .chukosha-flow__img-wrap {
      background: #fff;
      margin: 5vw 0;
      width: 100%;
      border-radius: 0.625rem;
    }
  }
  .chukosha-flow__img-wrap img {
    width: 100%;
  }
  .chukosha-flow__ttl {
    font-size: 1.25rem;
    text-align: center;
    font-weight: 700;
  }
  @media screen and (max-width: 767px) {
    .chukosha-flow__ttl {
      font-size: 5vw;
      text-align: left;
    }
  }
  .chukosha-flow__ttl span {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    width: 3.125rem;
    border-radius: 6.25rem;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 100%;
    background: var(--accent);
    color: #fff;
    font-family: var(--en-sans);
  }
  @media screen and (max-width: 767px) {
    .chukosha-flow__ttl span {
      position: absolute;
      width: 10vw;
      left: -12.5vw;
      top: 0;
      transform: translate(0);
      font-size: 4.5vw;
    }
  }
  .chukosha-flow__text {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
  @media screen and (max-width: 767px) {
    .chukosha-flow__text {
      font-size: 3.75vw;
    }
  }
  .chukosha-flow__note {
    margin-top: 1.25rem;
    font-size: 0.75rem;
  }
  .chukosha-flow__note p {
    text-indent: -1em;
    margin-left: 1em;
  }
  .chukosha-flow__btn-wrap {
    margin-top: 1.25rem;
  }
  @media screen and (max-width: 767px) {
    .chukosha-flow__btn-wrap {
      margin-top: 5vw;
    }
  }
  .chukosha-flow__btn-wrap .c-btn {
    gap: 0;
    font-size: 0.9375rem;
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 0;
  }
  @media screen and (max-width: 767px) {
    .chukosha-flow__btn-wrap .c-btn {
      padding-left: 6.25vw;
      font-size: 4.5vw;
      width: 100%;
      text-align: left;
    }
  }
  .chukosha-flow__btn-wrap .c-icon {
    width: 0.625rem;
    position: absolute;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .chukosha-qa {
    padding: 7.5rem 0;
  }
  @media screen and (max-width: 767px) {
    .chukosha-qa {
      padding: 15vw 0;
    }
  }
  .chukosha-qa .p-faq-item__a-icon {
    line-height: 1.2;
  }
  .chukosha-sec {
    margin-top: 2.5rem;
    padding: 3.75rem;
    border-radius: 2.5rem;
    background: #fff;
  }
  @media screen and (max-width: 1200px) {
    .chukosha-sec {
      margin-top: 5vw;
      padding: 5vw;
    }
  }
  @media screen and (max-width: 767px) {
    .chukosha-sec {
      border-radius: 5vw;
    }
  }
  .chukosha-sec.is-support {
    background: var(--accent);
    color: #fff;
    border-radius: 0.625rem;
  }
  @media screen and (max-width: 767px) {
    .chukosha-sec.is-support {
      padding: 10vw 2.5vw 5vw 2.5vw;
    }
  }
  .chukosha-sec__hdr {
    display: grid;
    align-items: center;
    grid-template-columns: 5rem 1fr;
    gap: 1.25rem;
  }
  @media screen and (max-width: 767px) {
    .chukosha-sec__hdr {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 2.5vw;
    }
    .chukosha-sec__hdr img {
      width: 15vw;
    }
  }
  .chukosha-sec__ttl {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6;
  }
  @media screen and (max-width: 767px) {
    .chukosha-sec__ttl {
      font-size: 5vw;
    }
  }
  .chukosha-sec__lead {
    margin-top: 0.3125rem;
    font-size: 0.9375rem;
  }
  .chukosha-sec__hdr-a {
    text-align: center;
  }
  .chukosha-sec__ttl-a {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
  }
  @media screen and (max-width: 767px) {
    .chukosha-sec__ttl-a {
      font-size: 6vw;
    }
  }
  .chukosha-sec__ttl-a b {
    font-size: 3.125rem;
    font-weight: 700;
    font-family: var(--en-sans);
    line-height: 1.1;
  }
  .chukosha-sec__lead-a {
    margin-top: 0.625rem;
    font-size: 0.9375rem;
  }
  @media screen and (max-width: 767px) {
    .chukosha-sec__lead-a {
      font-size: 3.75vw;
      text-align: left;
    }
  }
  .chukosha-check {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.625rem;
    margin-top: 1.875rem;
  }
  @media screen and (max-width: 767px) {
    .chukosha-check {
      display: flex;
      flex-direction: column;
      gap: 1.25vw;
    }
  }
  .chukosha-check > li {
    background: url("../../../img/page/chukosha/icon_check.svg") 50% 1.25rem/1.875rem auto no-repeat;
    padding: 3.75rem 1.875rem 1.875rem 1.875rem;
    border-radius: 0.625rem;
    border: 1px solid var(--line);
  }
  @media screen and (max-width: 767px) {
    .chukosha-check > li {
      padding: 15vw 5vw 5vw 5vw;
      background-size: 7.5vw auto;
    }
  }
  .chukosha-check__ttl {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
    font-weight: 700;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .chukosha-check__ttl {
      font-size: 4.5vw;
    }
  }
  .chukosha-msg {
    margin-top: 2.5rem;
    color: var(--main);
  }
  @media screen and (min-width: 768px) {
    .chukosha-msg {
      display: grid;
      grid-template-columns: 8.125rem 1fr;
      gap: 2.5rem;
    }
  }
  @media screen and (max-width: 767px) {
    .chukosha-msg {
      position: relative;
      font-size: 3.75vw;
    }
  }
  .chukosha-msg__icon-wrap img {
    width: 100%;
  }
  @media screen and (max-width: 767px) {
    .chukosha-msg__icon-wrap {
      position: absolute;
      z-index: 2;
      right: -2.5vw;
      top: -7.5vw;
      width: 19.5vw;
    }
  }
  .chukosha-msg__text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    border-radius: 0.625rem;
    padding: 1.875rem 2.5rem;
    background: var(--bg-green);
  }
  @media screen and (max-width: 767px) {
    .chukosha-msg__text-wrap {
      padding: 5vw;
    }
  }
  @media screen and (min-width: 768px) {
    .chukosha-msg__text-wrap::before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translate(-50%, -35%);
      aspect-ratio: 1/1;
      background: url("../../../img/page/chukosha/edge.svg") 0 0/contain no-repeat;
      width: 2.8125rem;
    }
  }
  .chukosha-msg__lead {
    font-weight: 700;
    font-size: 1.25rem;
  }
  @media screen and (max-width: 767px) {
    .chukosha-msg__lead {
      font-size: 4.5vw;
    }
  }
  .chukosha-find {
    margin: 5rem 0;
  }
  @media screen and (max-width: 767px) {
    .chukosha-find {
      margin: 10vw 0;
    }
  }
  .chukosha-find__lead {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .chukosha-find__lead {
      font-size: 5vw;
    }
  }
  .chukosha-find__btn-wrap {
    margin-top: 1.25rem;
    display: flex;
    justify-content: center;
  }
  @media screen and (max-width: 767px) {
    .chukosha-find__btn-wrap {
      margin-top: 5vw;
    }
  }
  .chukosha-find__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    font-weight: 700;
    font-size: 1.5rem;
    gap: 0.625rem;
    width: 33.75rem;
    padding: 2rem 3.75rem;
    border-radius: 100rem;
    border: 2px solid var(--accent);
    background: #fff;
    transition: 0.25s;
    transition-property: background, border;
  }
  @media screen and (max-width: 767px) {
    .chukosha-find__btn {
      font-size: 6vw;
      padding: 8vw 15vw;
    }
  }
  @media (hover: hover) {
    .chukosha-find__btn:hover {
      background: var(--bg-green);
      border-color: var(--accent);
    }
  }
  .chukosha-find__btn svg {
    aspect-ratio: 1/1;
    width: 2rem;
    fill: var(--accent);
  }
  @media screen and (max-width: 767px) {
    .chukosha-find__btn svg {
      width: 8vw;
    }
  }
  .chukosha-faq {
    border-radius: 0.625rem;
    padding: 1.875rem;
    background: var(--bg-green);
  }
  @media screen and (max-width: 767px) {
    .chukosha-faq {
      padding: 5vw;
    }
  }
  @media screen and (max-width: 767px) {
    .chukosha-faq + .chukosha-faq {
      margin-top: 2.5vw;
    }
  }
  .chukosha-faq__ttl {
    margin-bottom: 0.625rem;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--accent);
  }
  .chukosha-faq__text {
    font-size: 0.9375rem;
  }
  .chukosha-faq__list {
    margin: 0.6em 0;
  }
  .chukosha-faq__list > li {
    position: relative;
    padding-left: 0.75rem;
  }
  .chukosha-faq__list > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.75rem;
    display: block;
    width: 0.375rem;
    height: 0.375rem;
    background: var(--accent);
    border-radius: 100rem;
  }
  .chukosha-support {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-top: 2.5rem;
  }
  @media screen and (max-width: 1200px) {
    .chukosha-support {
      display: flex;
      flex-direction: column;
    }
  }
  .chukosha-support__item {
    overflow: hidden;
    position: relative;
    padding: 3.75rem 1.25rem 1.25rem 1.25rem;
    border-radius: 0.625rem;
    background: #FFF;
    border: 1px solid #fff;
    color: var(--main);
  }
  @media screen and (max-width: 767px) {
    .chukosha-support__item {
      padding: 15vw 5vw 5vw 5vw;
    }
  }
  .chukosha-support__item > div {
    width: 100%;
  }
  .chukosha-support__ttl {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    background: var(--accent);
    font-family: var(--en-sans);
    font-weight: 700;
    border-radius: 0 0 0.625rem 0;
    padding: 0.125rem 0.75rem;
    font-size: 1.125rem;
  }
  .chukosha-support__ttl span {
    display: inline-block;
    margin-left: 0.2em;
    font-size: 1.75rem;
  }
  @media screen and (max-width: 767px) {
    .chukosha-support__ttl {
      font-size: 5vw;
    }
  }
  .chukosha-support__note {
    margin-top: 0.625rem;
    font-size: 0.75rem;
    line-height: 1.5;
  }
  @media screen and (max-width: 767px) {
    .chukosha-support__note {
      margin-top: 2.5vw;
      font-size: 3vw;
    }
  }
  .chukosha-support__note p {
    text-indent: -1em;
    margin-left: 1em;
  }
  .chukosha-support__sttl {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .chukosha-support__body {
    line-height: 1.6;
  }
  .chukosha-support__items {
    display: flex;
    flex-direction: column;
    margin-top: 1.25rem;
    gap: 0.625rem;
  }
  @media screen and (max-width: 767px) {
    .chukosha-support__items {
      margin-top: 3.75vw;
    }
  }
  .chukosha-support__items > div {
    padding: 1.25rem;
    gap: 0.3125rem;
    border-radius: 0.625rem;
    background: var(--bg-green);
  }
  .chukosha-support__items dt {
    color: var(--accent);
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
    font-weight: 700;
  }
  .chukosha-support__list {
    margin: 0.6em 0;
  }
  @media screen and (max-width: 767px) {
    .chukosha-support__list {
      line-height: 1.4;
    }
  }
  .chukosha-support__list > li {
    position: relative;
    padding-left: 0.75rem;
  }
  @media screen and (max-width: 767px) {
    .chukosha-support__list > li + li {
      margin-top: 0.6em;
    }
  }
  .chukosha-support__list > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.75rem;
    display: block;
    width: 0.375rem;
    height: 0.375rem;
    background: var(--accent);
    border-radius: 100rem;
  }
  .chukosha-step {
    margin-top: 1.875rem;
  }
  .chukosha-step__ttl {
    font-size: 1.5rem;
    border-radius: 0.625rem 0.625rem 0 0;
    padding: 1.25rem;
    gap: 0.625rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: var(--accent);
    font-weight: 700;
  }
  @media screen and (max-width: 767px) {
    .chukosha-step__ttl {
      padding: 3.75vw 0;
    }
  }
  .chukosha-step__ttl span {
    display: inline-block;
    padding: 0rem 1rem;
    border-radius: 100rem;
    background: #FFF;
    color: var(--accent);
    font-family: var(--en-sans);
    font-size: 1rem;
  }
  .chukosha-step__ttl span b {
    display: inline-block;
    margin-left: 0.2em;
    font-size: 1.375rem;
    font-weight: 700;
  }
  .chukosha-step__body {
    padding: 1.875rem 3.75rem 3.125rem 3.75rem;
    border-radius: 0 0 0.625rem 0.625rem;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    border-left: 1px solid var(--line);
  }
  @media screen and (max-width: 767px) {
    .chukosha-step__body {
      padding: 5vw;
    }
  }
  @media screen and (min-width: 768px) {
    .chukosha-step__row {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 2.5rem;
    }
  }
  @media screen and (max-width: 767px) {
    .chukosha-step__row {
      display: flex;
      flex-direction: column;
      gap: 5vw;
    }
  }
  .chukosha-step__col dt {
    color: var(--accent);
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
    font-weight: 700;
  }
  .chukosha-step__list {
    margin: 0.6em 0;
  }
  @media screen and (max-width: 767px) {
    .chukosha-step__list {
      line-height: 1.4;
    }
  }
  .chukosha-step__list > li {
    position: relative;
    padding-left: 0.75rem;
  }
  @media screen and (max-width: 767px) {
    .chukosha-step__list > li + li {
      margin-top: 0.6em;
    }
  }
  .chukosha-step__list > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.75rem;
    display: block;
    width: 0.375rem;
    height: 0.375rem;
    background: var(--accent);
    border-radius: 100rem;
  }
  .chukosha-step__note {
    margin-top: 0.625rem;
    font-size: 0.75rem;
  }
  .chukosha-step__note p {
    text-indent: -1em;
    margin-left: 1em;
  }
  .chukosha-step__note a {
    text-decoration: underline;
  }
  @media (hover: hover) {
    .chukosha-step__note a:hover {
      text-decoration: none;
    }
  }
}