html {
  scroll-behavior: smooth;
}

.c-red {
  color: #e6001a;
}

br.-pc {
  display: inline;
}
@media screen and (max-width: 767px) {
  br.-pc {
    display: none;
  }
}

br.-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.-sp {
    display: inline;
  }
}

.txt-normal {
  font-weight: 500;
}

.img-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .img-pc {
    display: none;
  }
}

.img-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .img-sp {
    display: block;
  }
}

.flow-mv {
  position: relative;
}
.flow-mv-img {
  position: relative;
}
.flow-mv-img .-pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .flow-mv-img .-pc {
    display: none;
  }
}
.flow-mv-img .-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .flow-mv-img .-sp {
    display: block;
  }
}
.flow-mv-txt {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 24px;
  padding-left: 32px;
}
@media screen and (max-width: 1024px) {
  .flow-mv-txt {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.flow-mv-txt01 p {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #014694;
}
@media screen and (max-width: 767px) {
  .flow-mv-txt01 p {
    font-size: 16px;
  }
}
.flow-mv-txt01 img {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 15px;
  height: auto;
}
.flow-mv-txt02 {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-top: 8px;
}
@media screen and (max-width: 1024px) {
  .flow-mv-txt02 {
    flex-wrap: wrap;
  }
}
.flow-mv-txt02 .ttl {
  font-size: 40px;
  font-weight: bold;
  color: #014694;
}
@media screen and (max-width: 767px) {
  .flow-mv-txt02 .ttl {
    font-size: 34px;
    width: 100%;
  }
}
.flow-mv-txt02 .tag {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  border-radius: 20px;
  background: #014694;
  padding: 4px 12px;
}
@media screen and (max-width: 767px) {
  .flow-mv-txt02 .tag {
    font-size: 14px;
  }
}
.flow-mv-txt02 .tag.-w {
  border: 1px solid #014694;
  background: transparent;
  color: #014694;
}
.flow-mv-txt02 .tag.-w span {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .flow-mv-txt02 .tag.-w span {
    font-size: 12px;
  }
}
.flow-mv-txt03 {
  font-size: 18px;
  font-weight: bold;
  color: #e6001a;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .flow-mv-txt03 {
    font-size: 14px;
    margin-top: 8px;
  }
}
.flow-mv-txt04 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .flow-mv-txt04 {
    flex-direction: column;
  }
}
.flow-mv-txt04 .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: bold;
  color: #014694;
}
@media screen and (max-width: 767px) {
  .flow-mv-txt04 .left {
    position: relative;
    font-size: 13px;
    flex-direction: row;
  }
  .flow-mv-txt04 .left:before {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(100% + 5px);
    display: block;
    width: 1px;
    height: 16px;
    background-color: #014694;
    transform: translateY(-50%) rotate(-25deg);
  }
  .flow-mv-txt04 .left:after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 5px);
    display: block;
    width: 1px;
    height: 16px;
    background-color: #014694;
    transform: translateY(-50%) rotate(25deg);
  }
}
.flow-mv-txt04 .left .ba {
  position: relative;
}
.flow-mv-txt04 .left .ba:before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 5px);
  display: block;
  width: 1px;
  height: 16px;
  background-color: #014694;
  transform: translateY(-50%) rotate(-25deg);
}
@media screen and (max-width: 767px) {
  .flow-mv-txt04 .left .ba:before {
    display: none;
  }
}
.flow-mv-txt04 .left .ba:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 5px);
  display: block;
  width: 1px;
  height: 16px;
  background-color: #014694;
  transform: translateY(-50%) rotate(25deg);
}
@media screen and (max-width: 767px) {
  .flow-mv-txt04 .left .ba:after {
    display: none;
  }
}
.flow-mv-txt04 .right {
  display: flex;
  gap: 8px;
  align-items: center;
}
.flow-mv-txt04 .right .btn01 {
  display: flex;
  align-items: center;
  height: 45px;
  font-size: 15px;
  font-weight: bold;
  color: #014694;
  background: #fff;
  border: 1px solid #014694;
  border-radius: 5px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .flow-mv-txt04 .right .btn01 {
    font-size: 13px;
  }
}
.flow-mv-txt04 .right .btn02 {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 45px;
  font-size: 15px;
  font-weight: bold;
  color: #014694;
  background: #fff;
  border: 1px solid #014694;
  border-radius: 5px;
  padding-right: 10px;
  padding-left: 8px;
}
@media screen and (max-width: 767px) {
  .flow-mv-txt04 .right .btn02 {
    font-size: 13px;
  }
}
.flow-mv-txt04 .right .or {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #014694;
}
@media screen and (max-width: 767px) {
  .flow-mv-txt04 .right .or {
    font-size: 15px;
  }
}
.flow-mv-txt04 .right .or:before {
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  display: block;
  width: 1px;
  height: 11px;
  background: #014694;
}
.flow-mv-txt04 .right .or:after {
  content: "";
  position: absolute;
  top: 19px;
  left: 50%;
  display: block;
  width: 1px;
  height: 11px;
  background: #014694;
}
.flow-mv-txt05 {
  font-size: 13px;
  color: #2b4f79;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .flow-mv-txt05 {
    font-size: 10px;
  }
}

.flow-mv-btm-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  width: 100%;
  padding: 0 40px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .flow-mv-btm-wrap {
    flex-wrap: wrap;
    gap: 10px 26px;
    margin-top: 32px;
  }
}
.flow-mv-btm-wrap img {
  width: 93px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .flow-mv-btm-wrap img.img1 {
    order: 2;
  }
  .flow-mv-btm-wrap img.img2 {
    order: 3;
  }
}
.flow-mv-btm-wrap p {
  position: relative;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #e6001a;
}
@media screen and (max-width: 767px) {
  .flow-mv-btm-wrap p {
    order: 1;
    width: 100%;
    font-size: 15px;
  }
}
.flow-mv-btm-wrap p span {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .flow-mv-btm-wrap p span {
    font-size: 26px;
  }
}
.flow-mv-btm-wrap p:before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  display: block;
  width: 2px;
  height: 80px;
  background-color: #e6001a;
  transform: translateY(-50%) rotate(-15deg);
}
@media screen and (max-width: 767px) {
  .flow-mv-btm-wrap p:before {
    height: 50px;
    right: calc(50% + 130px);
  }
}
.flow-mv-btm-wrap p:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  display: block;
  width: 2px;
  height: 80px;
  background-color: #e6001a;
  transform: translateY(-50%) rotate(15deg);
}
@media screen and (max-width: 767px) {
  .flow-mv-btm-wrap p:after {
    height: 50px;
    left: calc(50% + 130px);
  }
}
.flow-mv-btm-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .flow-mv-btm-btn {
    flex-wrap: wrap;
    gap: 14px;
  }
}
.flow-mv-btm-btn .btn-common {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .flow-mv-btm-btn .btn-common {
    max-width: 320px;
  }
}

.flow-step-nav-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 427px;
  height: 50px;
  font-size: 22px;
  font-weight: bold;
  color: #014694;
  background: #e9eff6;
  border-radius: 50px;
  padding: 0 40px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .flow-step-nav-ttl {
    width: auto;
    font-size: 16px;
    padding: 0 20px;
  }
}
.flow-step-nav-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .flow-step-nav-list {
    grid-template-columns: 1fr;
  }
}
.flow-step-nav-item {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  justify-items: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 24px 14px 40px;
}
@media screen and (max-width: 767px) {
  .flow-step-nav-item {
    grid-template: "a c" "b c";
    grid-template-columns: 80px 165px;
    gap: 8px 40px;
    justify-content: center;
    padding: 15px 20px 20px;
  }
}
.flow-step-nav-item:after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  bottom: 10px;
  width: 12px;
  height: 12px;
  border: 1px solid #014694;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translateX(-50%);
}
.flow-step-nav-item .icon {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  background: #014694;
  border-radius: 20px;
  padding: 4px 16px;
}
@media screen and (max-width: 767px) {
  .flow-step-nav-item .icon {
    grid-area: a;
    font-size: 12px;
  }
}
.flow-step-nav-item .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .flow-step-nav-item .img {
    grid-area: b;
  }
}
.flow-step-nav-item .img .img1 {
  width: 65px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .flow-step-nav-item .img .img1 {
    width: 50px;
  }
}
.flow-step-nav-item .img .img2 {
  width: 84px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .flow-step-nav-item .img .img2 {
    width: 50px;
  }
}
.flow-step-nav-item .img .img3 {
  width: 107px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .flow-step-nav-item .img .img3 {
    width: 50px;
  }
}
.flow-step-nav-item .img .img4 {
  width: 100px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .flow-step-nav-item .img .img4 {
    width: 50px;
  }
}
.flow-step-nav-item .txt {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #014694;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .flow-step-nav-item .txt {
    grid-area: c;
    justify-self: flex-start;
    justify-content: flex-start;
    font-size: 16px;
    text-align: left;
  }
}
.flow-step-nav-item .txt.-s {
  font-size: 16px;
  line-height: 1.7;
}
.flow-step-ttl {
  scroll-margin-top: 80px;
}
.flow-step-ttl span {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  background: #014694;
  border-radius: 20px;
  padding: 4px 24px;
}
@media screen and (max-width: 767px) {
  .flow-step-ttl span {
    font-size: 14px;
  }
}
.flow-step-ttl {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 31px;
  color: #014694;
  font-weight: bold;
  margin-top: 70px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .flow-step-ttl {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    font-size: 20px;
  }
}
.flow-step-ttl:first-of-type {
  margin-top: 30px;
}
.flow-step-slider-list {
  position: relative;
}
.flow-step-slider-list.slick-slider {
  margin-bottom: 0;
}
.flow-step-slider-list .slick-prev,
.flow-step-slider-list .slick-next {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #d2dce8;
  z-index: 1;
}
.flow-step-slider-list .slick-prev::before,
.flow-step-slider-list .slick-next::before {
  font-size: 18px;
  color: #fff;
  opacity: 1;
}
.flow-step-slider-list .slick-prev {
  left: -20px;
  background: #fff url(/personal/invest/toshin/images/flow/icon-slider-prev.png) center center no-repeat;
  background-size: 10px auto;
}
@media screen and (max-width: 767px) {
  .flow-step-slider-list .slick-prev {
    left: -10px;
  }
}
.flow-step-slider-list .slick-next {
  right: -20px;
  background: #fff url(/personal/invest/toshin/images/flow/icon-slider-next.png) center center no-repeat;
  background-size: 10px auto;
}
@media screen and (max-width: 767px) {
  .flow-step-slider-list .slick-next {
    right: -10px;
  }
}
.flow-step-slider-list .slick-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.flow-step-slider-list .slick-dots li button {
  width: 10px;
  max-width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ccc;
}
.flow-step-slider-list .slick-dots li.slick-active button {
  background: #014694;
}
.flow-step-slider-list-item.flow-step-card {
  padding: 0 30px;
}
@media screen and (max-width: 1024px) {
  .flow-step-slider-list-item.flow-step-card {
    padding-bottom: 30px;
  }
}
.flow-step-slider-list-item.flow-step-card .content {
  padding: 30px 0 30px;
}
@media screen and (max-width: 767px) {
  .flow-step-slider-list-item.flow-step-card .content {
    padding-bottom: 0;
  }
}
.flow-step-card-list {
  background: #f1f4f9;
  border-radius: 12px;
  padding: 30px 20px;
}
.flow-step-card-list.-mt {
  margin-top: 20px;
}
.flow-step-card {
  display: flex !important;
  align-items: center;
  gap: 40px;
  background: #fff;
  border-radius: 10px;
  padding: 30px 30px;
}
@media screen and (max-width: 1024px) {
  .flow-step-card {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.flow-step-card > .img {
  min-width: 223px;
  max-width: 223px;
  align-self: flex-end;
  padding-top: 30px;
}
@media screen and (max-width: 1024px) {
  .flow-step-card > .img {
    align-self: center;
    padding-top: 0;
  }
}
.flow-step-card > .img.-w {
  min-width: 264px;
  max-width: 264px;
  align-self: center;
  padding-top: 0;
}
.flow-step-card > .content .ttl {
  font-size: 24px;
  font-weight: bold;
  color: #014694;
}
@media screen and (max-width: 767px) {
  .flow-step-card > .content .ttl {
    font-size: 18px;
  }
}
.flow-step-card > .content .ttl span {
  display: block;
  font-size: 28px;
  margin-bottom: 10px;
}
.flow-step-card > .content .img-sp {
  margin-top: 40px;
}
.flow-step-card > .content .txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .flow-step-card > .content .txt {
    font-size: 14px;
  }
}
.flow-step-card > .content .modal-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  color: #014694;
  margin-top: 10px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .flow-step-card > .content .modal-btn {
    font-size: 14px;
  }
}
.flow-step-card > .content .modal-btn img {
  width: 20px;
  height: auto;
}
.flow-step-card > .content .app-ttl {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .flow-step-card > .content .app-ttl {
    font-size: 14px;
  }
}
.flow-step-card > .content .app-ttl.-mt {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .flow-step-card > .content .app-ttl.-mt {
    margin-top: 24px;
  }
}
.flow-step-card > .content .app-txt {
  font-size: 13px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .flow-step-card > .content .app-txt {
    font-size: 12px;
  }
}
.flow-step-card > .content .note {
  font-size: 13px;
  line-height: 1.8;
  margin-top: 20px;
}
.flow-step-card > .content .row > * {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .flow-step-card > .content .row > * {
    width: auto;
  }
}
.flow-step-card > .content > .row {
  gap: 10px;
  flex-wrap: nowrap;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .flow-step-card > .content > .row {
    flex-direction: column;
    align-items: center;
  }
}
.flow-step-card > .content > .row img {
  height: auto;
}
.flow-step-card > .content > .row .row {
  display: grid;
  grid-template-columns: 90px auto;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  gap: 10px;
  padding: 8px 14px;
}
@media screen and (max-width: 767px) {
  .flow-step-card > .content > .row .row {
    grid-template-columns: auto;
    padding: 0;
  }
}
.flow-step-card > .content > .row .row .col-7 {
  width: auto;
}
.flow-step-card > .content > .row .row .col-5 {
  width: auto;
}
.flow-step-card > .content > .row .row .col-5 img {
  max-width: 64px;
}
@media screen and (max-width: 767px) {
  .flow-step-card > .content > .row.-row {
    flex-direction: row;
    align-items: center;
    background: #e9eff6;
    border-radius: 10px;
    padding: 12px;
  }
}
@media screen and (max-width: 767px) {
  .flow-step-card > .content > .row.-row .col-lg-6 {
    width: 48%;
    background: transparent;
  }
}
.flow-step-card > .content > .row.-mb {
  margin-bottom: 30px;
}
.flow-step-card > .content .col-lg-6 {
  background: #e9eff6;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .flow-step-card > .content .col-lg-6 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.flow-step-card > .content > .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #e9eff6;
  border-radius: 10px;
  padding: 18px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .flow-step-card > .content > .box {
    padding: 12px;
  }
}
.flow-step-card > .content > .box .box-txt {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .flow-step-card > .content > .box .box-txt {
    font-size: 14px;
  }
}
.flow-step-card > .content > .box .box-txt.-mt {
  margin-top: 8px;
}
.flow-step-card > .content > .box .box-txt span {
  font-size: 12px;
  color: #747474;
}
@media screen and (max-width: 767px) {
  .flow-step-card > .content > .box .box-txt span {
    font-size: 10px;
  }
}
.flow-step-card > .content > .box .box-tel-txt {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .flow-step-card > .content > .box .box-tel-txt {
    font-size: 14px;
  }
}
.flow-step-card > .content > .box .box-tel {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 16px;
}
.flow-step-card > .content > .box .box-tel img {
  width: 33px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .flow-step-card > .content > .box .box-tel img {
    width: 24px;
  }
}
.flow-step-card > .content > .box .box-tel p {
  display: block;
  font-size: 40px;
  font-weight: bold;
  color: #014694;
}
@media screen and (max-width: 767px) {
  .flow-step-card > .content > .box .box-tel p {
    display: none;
  }
}
.flow-step-card > .content > .box .box-tel a {
  display: none;
  font-size: 40px;
  font-weight: bold;
  color: #014694;
}
@media screen and (max-width: 767px) {
  .flow-step-card > .content > .box .box-tel a {
    display: block;
    font-size: 26px;
  }
}
.flow-step-card .box-license {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  justify-content: center;
  background: #f2f2f2;
  border-radius: 10px;
  padding: 16px 24px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .flow-step-card .box-license {
    flex-direction: column;
    gap: 4px;
    padding: 10px 6px;
  }
}
.flow-step-card .box-license-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flow-step-card .box-license-item img {
  max-width: 106px;
}
.flow-step-card .box-license-item p {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .flow-step-card .box-license-item p {
    font-size: 11px;
    margin-top: 4px;
  }
}
.flow-step-card .box-license-item p span {
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  .flow-step-card .box-license-item p span {
    font-size: 8px;
  }
}
.flow-step-card .box-license-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow-step-card .box-license-txt {
    font-size: 9px;
  }
}

.flow-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9000;
}
.flow-modal.-open {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flow-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.flow-modal-dialog {
  position: relative;
  z-index: 1;
  background: #f1f4f9;
  border-radius: 12px;
  width: 90%;
  max-width: 800px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 50px 80px;
}
@media screen and (max-width: 767px) {
  .flow-modal-dialog {
    padding: 40px 20px 24px;
  }
}
.flow-modal-close {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .flow-modal-close {
    top: 10px;
    right: 10px;
  }
}
.flow-modal-close img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.flow-modal-close:hover {
  background: transparent;
  opacity: 0.8;
}
.flow-modal-body p {
  font-size: 15px;
  line-height: 1.8;
}
.flow-modal-body p + p {
  margin-top: 12px;
}
.flow-modal-ttl {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #014694;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .flow-modal-ttl {
    font: 14px;
  }
}
.flow-modal-txt {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .flow-modal-txt {
    font-size: 14px;
  }
}
.flow-modal-flex {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 16px;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .flow-modal-flex {
    grid-template-columns: auto;
  }
}
.flow-modal-flex-left {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  grid-template-columns: 1fr;
  gap: 0;
  border-radius: 10px;
}
.flow-modal-flex-left .ba {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 11px;
  color: #014694;
  background: #fff;
  font-weight: bold;
  padding: 10px;
  border-radius: 50px;
  transform: translate(-50%, -60%);
}
.flow-modal-flex-left .ba:after {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0px 5px;
  border-color: #fff transparent transparent transparent;
  transform: rotate(0deg) translateX(-50%);
}
.flow-modal-flex-left .top {
  background: #014694;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  padding: 20px 20px;
}
.flow-modal-flex-left .btm {
  display: flex;
  justify-content: center;
  gap: 15px;
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .flow-modal-flex-left .btm {
    gap: 8px;
  }
}
.flow-modal-flex-left .btm .box {
  background: #f1f4f9;
  border-radius: 8px;
  font-size: 16px;
  color: #014694;
  font-weight: 500;
  border-radius: 10px;
  padding: 8px 16px;
}
@media screen and (max-width: 767px) {
  .flow-modal-flex-left .btm .box {
    font-size: 14px;
  }
}
.flow-modal-flex-right {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  grid-template-columns: 1fr;
  gap: 0;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .flow-modal-flex-right {
    margin-top: 20px;
  }
}
.flow-modal-flex-right .ba {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 11px;
  color: #12a0de;
  background: #fff;
  font-weight: bold;
  padding: 10px;
  border-radius: 50px;
  transform: translate(-50%, -60%);
}
.flow-modal-flex-right .ba:after {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0px 5px;
  border-color: #fff transparent transparent transparent;
  transform: rotate(0deg) translateX(-50%);
}
.flow-modal-flex-right .top {
  background: #12a0de;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  padding: 20px 20px;
}
.flow-modal-flex-right .btm {
  display: flex;
  justify-content: center;
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 10px 20px;
}
.flow-modal-flex-right .btm .box {
  background: #f1f4f9;
  border-radius: 8px;
  font-size: 16px;
  color: #12a0de;
  font-weight: 500;
  border-radius: 10px;
  padding: 8px 16px;
}
@media screen and (max-width: 767px) {
  .flow-modal-flex-right .btm .box {
    font-size: 14px;
  }
}
.flow-modal-flex-center {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
}
.flow-modal-flex-center img {
  transform: translateY(50%);
}
@media screen and (max-width: 767px) {
  .flow-modal-flex-center img {
    width: 20px;
    height: auto;
    transform: translateY(0);
  }
}

.common-tab-item {
  flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .common-tab-item {
    font-size: 14px;
  }
}
.common-tab-item span {
  font-size: 14px;
  color: #e6001a;
  font-weight: bold;
  display: block;
  background: #fde5e7;
  border-radius: 5px;
  padding: 0 8px;
}
@media screen and (max-width: 767px) {
  .common-tab-item span {
    font-size: 12px;
  }
}

.flow-store {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flow-store-ttl {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #014694;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .flow-store-ttl {
    font-size: 14px;
  }
}
.flow-store-ttl:before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 20px);
  display: block;
  width: 2px;
  height: 40px;
  background-color: #014694;
  transform: translateY(-50%) rotate(-15deg);
}
@media screen and (max-width: 767px) {
  .flow-store-ttl:before {
    right: calc(100% + 10px);
    height: 20px;
  }
}
.flow-store-ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 20px);
  display: block;
  width: 2px;
  height: 40px;
  background-color: #014694;
  transform: translateY(-50%) rotate(15deg);
}
@media screen and (max-width: 767px) {
  .flow-store-ttl:after {
    left: calc(100% + 10px);
    height: 20px;
  }
}
.flow-store-txt {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  margin-top: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .flow-store-txt {
    font-size: 13px;
  }
}