.flow { background-color: var(--main-l);}
.flow__box {
  max-width: var(--content-width-narrow);
  display: flex;
  flex-direction: column;
  row-gap: 54px;
  margin: auto;
}
.flow__item {
  display: flex;
  align-items: center;
  column-gap: 40px;
  background-color: var(--white);
  border-radius: 16px;
  padding: 48px 5%;
  position: relative;
}
.flow__item::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 22px solid var(--main);
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  position: absolute;
  bottom: -38px;
  left: 0;
  right: 0;
  margin: auto;
}
.flow__item:last-of-type:after {
  content: none;
}
.flow__item-no {
  width: 103px;
  height: 103px;
  background-color: var(--main);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--white);
  line-height: 1;
}
.flow__item-no span:last-child {
  font-size: 2.5rem;
  font-weight: var(--bold);
}
.flow__item-content {
  width: calc(100% - 143px);
}
.flow__item-text {
  line-height: 1.8;
}
.flow__item-head {
  font-size: 1.5rem;
  font-weight: var(--bold);
  word-break: auto-phrase;
  margin-bottom: 16px;
}
.support { background-color: var(--bg) !important;}
.support__nav-list {
  display: flex;
  column-gap: 16px;
}
.support__nav-item {
  background-color: #EDE3DE;
  border-radius: 8px 8px 0 0;
  padding: 24px 40px;
  cursor: pointer;
}
.support__nav-item.is-active {
  background-color: var(--main);
  color: var(--white);
}
.support__box {
  padding-top: 80px;
  border-top: 1px solid var(--main);
}
.support__item {
  display: none;
}
.support__item.is-active {
  display: block;
}
.support__item-title {
  font-size: 2rem;
  font-weight: var(--bold);
  text-align: center;
  margin-bottom: 40px;
}
.support__item-text {
  text-align: center;
}
.support__item-flex {
  display: flex;
  column-gap: 40px;
}
.support__item-flex .support__item-box {
  flex: 1;
}
.support__item-text {
  margin-bottom: 40px;
}
.support__item-box {
  background-color: var(--white);
  border-radius: 16px;
  padding: 40px 48px;
  margin: 40px 0;
}
.support__item-box.popup {
  flex-direction: column;
}
.support__item-head {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 24px;
}
.content-list {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin: 32px 0 16px;
}
.content-list + p { margin-top: 32px;}
.content-list li {
  padding-left: 24px;
  position: relative;
}
.content-list li::before {
  content: "";
  display: block;
  width: .9em;
  height: .9em;
  background-color: var(--main);
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0;
}
.content-color {
  background-color: var(--main);
  color: var(--white);
  font-size: 1.125rem;
  text-align: center;
  border-radius: 8px;
  padding: 16px;
  margin: 24px 0;
}
.content-color.puls {
  margin-bottom: 64px;
  position: relative;
}
.content-color.puls::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/guide-puls.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  margin: auto;
}
.content-color small { font-size: 75%; font-weight: 500; margin-left: 4px;}
.content-color__head {
  font-size: 1.5rem;
  font-weight: var(--bold);
  margin-bottom: 4px;
}
.content-color__head em {
  text-decoration: underline;
}
.content-color__text em {
  font-size: 1.5rem;
  font-weight: var(--bold);
}
.content-color--price .content-color__text {
  font-size: 1.5rem;
}
.content-color--disc .content-color__text {
  border-top: 2px dotted var(--white);
  padding-top: 16px;
  margin-top: 24px;
}
.content-safe {
  display: flex;
  align-items: center;
  column-gap: 8px;
  background-color: var(--white);
  font-size: 1.125rem;
  text-align: center;
  border: 4px solid var(--sub);
  border-radius: 8px;
  padding: 16px;
  margin: 24px 0;
}
.content-safe::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/guide-safe.png) no-repeat;
  background-size: contain;
}
.content-safe p {
  flex-grow: 1;
}
.content-text {
  text-align: center;
}
.content-katsuji {
  position: relative;
  width: max-content;
  padding-left: 110px;
  margin: 0 auto 40px;
}
.content-color .content-katsuji {
  margin: 24px auto -16px;
}
.content-katsuji em {
  font-size: 1.5rem;
  border-bottom: 2px solid;
}
.content-katsuji div {
  width: max-content;
  height: 152px;
  background: url(../img/fukidashi.png) no-repeat center right;
  background-size: contain;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--white);
  text-align: center;
  padding: 12px 40px 0;
}
.content-katsuji::after {
  content: "";
  width: 103px;
  height: 155px;
  background: url(../img/katsujikun3.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.content-katsuji--in-box div {
  width: 100%;
  height: 142px;
  background-image: url(../img/fukidashi-content.png);
  background-size: 100% 100%;
  padding-top: 0;
  margin-bottom: 24px;
}
.content-katsuji--3line p { margin-bottom: 16px;}
.content-disc.notice {
  color: #D94841;
  text-decoration: underline;
  cursor: pointer;
}

@media (max-width: 1023px) {
  .flow__item { display: block; padding: 24px 5%;}
  .flow__item-head { text-align: center;}
  .flow__item-no { width: 68px; height: 68px; margin: 0 auto 16px;}
  .flow__item-no span:first-child { font-size: .875rem;}
  .flow__item-no span:last-child { font-size: 2.25rem;}
  .flow__item-content { width: 100%;}
  .support__nav { width: 100%; overflow: auto;}
  .support__nav-list { min-width: max-content; column-gap: 4px;}
  .support__nav-item { width: 104px; font-size: .875rem; text-align: center; padding: 16px 4px;}
  .support__box { padding-top: 40px;}
  .support__item-title { font-size: 1.25rem; margin-bottom: 24px;}
  .support__item-text { text-align: left; margin-bottom: 24px;}
  .support__item-box { padding: 24px 5%; margin: 0;}
  .support__item-flex { flex-direction: column; row-gap: 16px;}
  .support__item-head { margin-bottom: 16px;}
  .content-color { font-size: 1rem; margin: 16px 0; padding: 16px 4%;}
  .content-color__head, .content-color__text em { font-size: 1.25rem;}
  .content-color.puls { margin-bottom: 48px;}
  .content-color.puls::after { bottom: -32px;}
  .content-safe { font-size: 1rem; text-align: left; padding: 16px 4%;}
  .content-text { text-align: left;}
  .content-katsuji {
    width: 100%;
    height: auto;
    background: none;
    text-align: left;
    padding: 0;
    margin: 16px 0;
  }
  .content-katsuji em { font-size: 1.25rem;}
  .content-katsuji div {
    width: 100%;
    aspect-ratio: 286 / 168;
    background: url(../img/fukidashi-sp.png) no-repeat;
    background-position: top left;
    background-size: 100% 100%;
    word-break: auto-phrase;
    padding: 0 16px 4px;
    margin-bottom: 0;
  }
  .content-katsuji::after {
    display: block;
    position: static;
    margin: auto;
  }
  .content-katsuji--3line p { margin-bottom: 4px;}
}