@charset "utf-8";
/* 先行公開まま流用 */
.flowBox {
  margin: 32px -10px 0;
  background-color: #FDFBEB;
  padding: 24px;
}
.flowBox .flowBox__q_wrap {
  display: flex;
  gap: 12px;
  background-color: #fff;
  border-radius: 16px;
  padding: 16px;
}
.flowBox .flowBox__q_wrap .flowBox__step {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  background-color: #0AA365;
  border-radius: 8px;
  padding: 8px;
  font-family: 'Lato', sans-serif;
	font-weight: bold;
  color: #fff;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
}
.flowBox .flowBox__q_wrap .flowBox__step .step {
  font-size: 12px;
  line-height: 1;
}
.flowBox .flowBox__q_wrap .flowBox__step .num {
  font-size: 24px;
  line-height: 1.2;
}
.flowBox .flowBox__q {
  color: #0AA365;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
}
.flowBox .flowBox__a {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
  gap: 24px;
}
.flowBox .flowBox__yes {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flowBox .flowBox__yes_text {
  font-size: 24px;
  font-weight: bold;
  color: #0AA365;
  line-height: 1.2;
  margin-bottom: 10px;
  text-wrap: nowrap;
}
.flowBox .flowBox__yesArrow {
  position: relative;
  width: 23px;
  height: calc(100% - 64px);
  font-weight: bold;
  background: #0AA365;
  margin-bottom: 24px;
}
.flowBox .flowBox__yesArrow:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 40px;
  bottom: -31px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  background: url(/personal/assets/funds/internet_guide/images/triangle_green.svg) no-repeat center / 24px 40px;
}
.flowBox .flowBox__no {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flowBox .flowBox__noBox {
  background-color: #fff;
  border-radius: 16px;
  padding: 16px;
  margin-top: 16px;
  width: 259px;
}
.flowBox .flowBox__no_text {
  font-size: 24px;
  font-weight: bold;
  color: #BE105A;
  line-height: 1.2;
  margin-bottom: 10px;
  text-wrap: nowrap;
}
.flowBox .flowBox__noArrow {
  position: relative;
  width: 23px;
  height: 44px;
  font-weight: bold;
  background: #BE105A;
  margin-bottom: 24px;
}
.flowBox .flowBox__noArrow:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 40px;
  bottom: -31px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  background: url(/personal/assets/funds/internet_guide/images/triangle_redpurple.svg) no-repeat center / 24px 40px;
}
.flowBox .flowBox__noBoxBody .nmlText {
  font-size: 14px;
}
.flowBox .flowBox__noBoxBody .noteList li {
  font-size: 12px;
}
.flowBox .flowBox__noBoxBody .nmlBtn {
  margin-top: 16px;
}
.flowBox .flowBox__noBoxBody .nmlBtn .nmlBtn_itemLink {
  padding-right: 32px;
  padding-left: 32px;
}
.flowBox .flowBox__noBoxBody .nmlBtn .nmlBtn_text .text-main {
  font-size: 16px;
}
