/*------------------------------------------

nav

------------------------------------------*/

.u_flow_nav {
  background: #1D2088;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
.u_flow_nav ul {
  margin: 0 auto;
}
.u_flow_nav li {
  display: inline-block;
  border-right: 1px solid #b9baec;
}
.u_flow_nav li:first-child {
  border-left: 1px solid #b9baec;
}
.u_flow_nav li a {
  display: block;
  width: 220px;
  height: 60px;
  padding-top: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
  background: url(../image/icon_arrow_w.svg) 50% 85% no-repeat;
  background-size: 16px;
  transition: .2s;
}
.u_flow_nav li a:hover {
  background: url(../image/icon_arrow_w.svg) 50% 95% no-repeat;
  transition: .2s;
}
@media (max-width: 768px) {
  .u_flow_nav ul {
    width: calc(100% - 40px);
  }
  .u_flow_nav li {
    width: 32%;
  }
  .u_flow_nav li a {
    width: 100%;
    height: 40px;
    padding-top: 2px;
    font-size: 12px;
    background: url(../image/icon_arrow_w.svg) 50% 90% no-repeat;
  }
}


/*------------------------------------------

price

------------------------------------------*/
.u_flow_price {
  padding: 100px 0;
  text-align: center;
  background: #EAEEF5;
}
@media (max-width: 768px) {
  .u_flow_price {
    padding: 56px 0;
    text-align: center;
    background: #EAEEF5;
  }  
}

.u_flow_plans_container {
  width: 100%;
  max-width: 880px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 54px auto 0;
}
.u_flow_plans_starter {
  width: 66%;

}
.u_flow_plans_systems {
  width: calc(34% - 4px);
  /* margin: 0 auto; */
}
.u_flow_plans {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.f_flow_plan {
  width: 100%;
}
.u_flow_plans_starter .f_flow_plan {
  width: calc(50% - 2px);
}

@media (max-width: 768px) {
  .u_flow_plans_container {
    flex-direction: column;
    margin: 0 auto;
  }
  .u_flow_plans_starter {
    width: 100%;
  }
  .u_flow_plans {
    max-width: calc(100% - 48px);
    flex-direction: column;
    margin: 40px auto 0;
  }
  .f_flow_plan,
  .u_flow_plans_starter .f_flow_plan {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
  .u_flow_plans_systems {
    width: calc(100% - 48px);
    /* max-width: 480px; */
    margin: 0 auto;

  }
}


.u_flow_plans_systems .f_flow_plan:nth-child(1) .u_flow_plan_name {
  background: rgba(30, 185, 205, 1);
}
.f_flow_plan:nth-child(2) .u_flow_plan_name {
  background: rgba(30, 185, 205, .75);
}
.f_flow_plan:nth-child(1) .u_flow_plan_name {
  background: rgba(30, 185, 205, .5);
}
.u_flow_plan_name {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 32px 0;
}
.u_flow_plan_title {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}
.u_flow_detail {
  position: relative;
  min-height: 195px;
  padding: 56px 0 40px;
  background: #fff;
  border-radius: 10px;
  margin: 6px 0 0;
}
.u_flow_detail._u_col {
  /* border-radius: 10px 10px 0 0; */
  min-height: 394px;
  display: flex;
  align-items: center;
}
.IE .u_flow_detail._u_col {
  height: 394px;
  margin: 6px 0 -1px 0;
}
.u_flow_price ._description {
  font-size: 16px;
  font-weight: bold;
}
.u_flow_price ._strong {
  font-size: 48px;
  font-weight: bold;
  color: #1D2088;
}
@media (max-width: 768px) {
  .u_flow_plan_name {
    height: 78px;
    border: 1px solid #EAEEF5;    
  }
  .u_flow_plan_title {
    font-size: 20px;
  }
  .u_flow_detail {
    min-height: auto;
    padding: 40px 0 32px;
    margin: 0 auto;
    border: 1px solid #EAEEF5;
  }
  .u_flow_price ._description {
    font-size: 14px;
    font-weight: bold;
  }
  .u_flow_price ._strong {
    font-size: 40px;
  }
  .IE .u_flow_detail._u_col {
    margin: 0 0 -1px 0;
  }
}


.u_flow_detail ul {
  margin: 16px auto 0;
}

.u_flow_detail li {
  max-width: 70%;
  position: relative;
  color: #1D2088;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding: 0 0 0 20px;
  margin: 0 auto;
}
.u_flow_detail li::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../image/icon_check.svg) 50% 50% no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .u_flow_detail li {
    max-width: 50%;
    font-size: 14px;
  }
}
@media (max-width: 380px) {
  .u_flow_detail li {
    max-width: 70%;
  }
}


.u_flow_detail_ex {
  /* position: absolute;
  bottom: -20%;
  right: 0;
  left: 0;
  margin: auto;
  display: flex;
  flex-direction: column; */
}
.u_flow_detail_ex strong {
  font-size: 18px;
  font-weight: bold;
}
.u_flow_detail_ex p {
  display: inline-block;
  font-size: 14px;
  margin: 16px auto 0;
}
.u_flow_plans_default_container {
  width: 100%;
  max-width: 880px;
}

.u_flow_plans_default {
  display: flex;
  justify-content: space-between;
  width: 100%;
  /* width: 100%;
  max-width: 880px; */
  margin: 0 auto 0;
}
.u_flow_plans_default_price {
  width: 100%;
  /* width: 66.3%; */
  min-height: 195px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 0 40px;
  margin: 4px 0 0 0;
  background: #fff;
  border-radius: 10px;
}
.u_flow_plans_default_ex {
  width: 33%;
  min-height: 195px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
.u_flow_default_detail {
  font-size: 14px;
  margin: 16px auto 0;
}
@media (max-width: 768px) {
  .u_flow_detail_ex {
    margin: 0 auto;
  }
  .u_flow_detail._u_col {
    border-radius: 10px;
    min-height: auto;
  }
  ._u_flow_plans_default_pc {
    display: none;
  }
  .u_flow_plans_default_price {
    width: 100%;
    min-height: auto;
    border: 1px solid #EAEEF5;
    margin: 0 auto 32px;
    padding: 24px 0 32px;
  }
  .u_flow_detail_ex p {
    display: block;
  }
  .u_flow_plans_default_price ._description {
    font-size: 18px;
  }
}



/*------------------------------------------

flow

------------------------------------------*/

.u_flow_introduction {
  padding: 100px 20px 0px;
  text-align: center;
}
.u_flow_introduction .u_function_lead {
  font-size: 16px;
  text-align: center;
  margin: 24px auto 0;
}
.u_flow_introduction_step {
  width: 100%;
  max-width: 780px;
  margin: 56px auto 0;
}
@media (max-width: 960px) {
  .u_flow_introduction {
    padding: 56px 20px 24px;
  }
  .u_flow_introduction_step {
    width: 100%;
    max-width: 700px;
    margin: 40px auto 0;
  }
}


.u_flow_introduction_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 32px;
}
.u_flow_introduction_item_number {
  width: 112px;
}
.u_flow_introduction_item_number_img {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 44px;
  background: #fff;
  border: 3px solid #1D2088;
  z-index: 1;
}
.u_flow_introduction_item_number_img img {
  width: 48px;
}
@media (max-width: 640px) {
  .u_flow_introduction_item {
    margin: 0 auto 24px;
  }
  .u_flow_introduction_item_number {
    width: 20%;
  }
  .u_flow_introduction_item_number_img {
    width: 56px;
    height: 56px;
    margin: 0 auto;
  }
  .u_flow_introduction_item_number_img img {
    width: 60%;
  }
}

.u_flow_introduction_detail {
  display: flex;
  width: 668px;
  background: #fff;
  border-radius: 0 8px 8px 0;
}
@media (max-width: 960px) {
  .u_flow_introduction_detail {
    flex-direction: column;
    border-radius: 8px;
  }
}
@media (max-width: 768px) {
  .u_flow_introduction_detail {
    width: 80%;
  }
}

.u_flow_introduction_detail_title {
  position: relative;
  width: 200px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  background: #1D2088;
  padding: 0 0 0 16px;
  border-radius: 8px 0 0 8px;
}
.u_flow_introduction_detail_title:after {
  content: "";
  position: absolute;
  top: 0;
  right: -23.5px;
  width: 24px;
  height: 100%;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #1D2088;
}
@media (max-width: 960px) {
  .u_flow_introduction_detail_title {
    width: 100%;
    justify-content: center;
    padding: 10px 0;
    border-radius: 8px 8px 0 0;
  }
  .u_flow_introduction_detail_title br {
    display: none;
  }
  .u_flow_introduction_detail_title:after {
    top: auto;
    right: 0;
    left: 0;
    bottom: -7px;
    width: 100%;
    height: 8px;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
  }
}
@media (max-width: 768px) {
  .u_flow_introduction_detail_title {
    font-size: 14px;
  }
}

.u_flow_introduction_detail_title img {
  width: 40px;
  margin: 0 8px 0 0;
}
.u_flow_introduction_detail_text {
  width: calc(100% - 200px);
  text-align: left;
  background: #EAEEF5;
  border-radius: 0 8px 8px 0;
}
.u_flow_introduction_detail_text a {
  color: #1D2088;
}
.u_flow_introduction_detail_text p {
  font-size: 18px;
  font-weight: bold;
  padding: 26px 28px 26px 0;
  margin: 0 0 0 48px;
}
.u_flow_introduction_detail_text span {
  position: relative;
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.5;
  margin: 4px 0 0;
  padding: 0 0 0 12px;
}
.u_flow_introduction_detail_text span::before {
  content: "※";
  position: absolute;
  top: 0px;
  left: 0px;
}
@media (max-width: 960px) {
  .u_flow_introduction_detail_text {
    width: 100%;
    border-radius: 0 0 8px 8px;
  }
}
@media (max-width: 768px) {
  .u_flow_introduction_detail_text p {
    font-size: 14px;
    padding: 26px 16px;
    margin: 0;
  }
  .u_flow_introduction_detail_text span {
    font-size: 13px;
    padding: 0 0 0 14px;
  }
}

.u_flow_introduction_item .u_flow_introduction_item_number_img:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% + 2px);
  right: 0;
  left: 0;
  margin: auto;
  width: 3px;
  height: 100%;
  background: #1D2088;
  z-index: -1; 
}
.u_flow_introduction_item:last-of-type .u_flow_introduction_item_number_img:after {
  display: none;
}
@media (max-width: 960px) {
  .u_flow_introduction_item .u_flow_introduction_item_number_img:after {
    height: 200%;    
  }  
}
@media (max-width: 640px) {
  .u_flow_introduction_item .u_flow_introduction_item_number_img:after {
    height: 400%;
  }    
}


/*------------------------------------------

flow

------------------------------------------*/

.u_flow_faq {
  padding: 100px 0 24px;
  background: #EAEEF5;
  text-align: center;
}
@media (max-width: 768px) {
  .u_flow_faq {
    padding: 56px 0 24px;
  }  
}


.u_flow_faq_section {
  width: 100%;
  max-width: 900px;
  margin: 56px auto 0;
}
.u_flow_faq_section .item {
  background: #fff;
  border-radius: 8px;
  padding: 28px 16px 4px 16px;
  margin: 0 auto 16px;
  text-align: left;
  box-shadow: 0 0 4px rgb(29 32 136 / 16%);
  transition: .3s;
}
.u_flow_faq_section .item a {
  color: #1D2088;
  font-weight: bold;
}
.u_flow_faq_section .item:hover {
  cursor: pointer;
}
.u_flow_faq_section .question {
  position: relative;
  color: #1D2088;
  font-size: 20px;
  font-weight: bold;
  padding: 0 64px 0;
  margin: 0 0 24px 0;
}
.u_flow_faq_section .answer {
  position: relative;
  display: none;
  font-size: 16px;
  padding: 0 64px 24px 64px;
}
.u_flow_faq_section .answer p {
  padding: 10px 0 0;
}
@media (max-width: 900px) {
  .u_flow_faq_section {
    width: 100%;
    max-width: calc(100% - 48px);
    margin: 40px auto 0;
  }
  .u_flow_faq_section .item {
    padding: 22px 16px 4px 8px;
  }
  .u_flow_faq_section .question {
    font-size: 15px;
    padding: 0 40px;
    margin: 0 0 18px 0;
  }
  .u_flow_faq_section .answer {
    font-size: 15px;
    padding: 0 40px;
  }
  .u_flow_faq_section .answer p {
    padding: 4px 0 20px;
  }
}

.u_flow_faq_section .question:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 8px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: url(../image/icon_faq_f.svg) 50% 50% no-repeat;
  text-align: center;
  border-radius: 20px;
}
.u_flow_faq_section .answer:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 8px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: url(../image/icon_faq_a.svg) 50% 50% no-repeat;
  text-align: center;
  border-radius: 20px;
}
@media (max-width: 900px) {
  .u_flow_faq_section .answer:before,
  .u_flow_faq_section .question:before {
    left: 0;
    width: 32px;
    height: 32px;
    border-radius: 16px;
  }
  .u_flow_faq_section .question:before {
    top: -3px;
  }
  .u_flow_faq_section .answer:before {
    top: 0;
  }

}


.question_plus {
  position: absolute;
  top: 3px;
  right: 0.5rem;
  display: inline-block;
  width: 20px;
  height: 1px;
  margin: 0;
}
.question_plus:before,
.question_plus:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 3px;
  background: #1D2088;
  position: absolute;
  top: 10px;
  left: 0;
  transition: all linear .2s;
}
.question_plus:before {
  transform: rotate(90deg);
}

.question.is_open .question_plus:before {
  transform: rotate(360deg);
}
.question.is_open .question_plus:after {
  transform: rotate(180deg);
  opacity: 0;
}

@media (max-width: 900px) {
  .question_plus {
    top: 0;
    right: 0;
  }
}

.u_flow_faq .u_link_pageToTop a {
  margin-bottom: 0;
}

/*------------------------------------------

20211220 update

------------------------------------------*/

/*--------------------
 faq open
----------------------*/

.u_flow_faq_allOpen {
  position: relative;
  width: 147px;
  height: 46px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 4px rgb(29 32 136 / 16%);
  margin: 0 0 16px auto;
  cursor: pointer;
}
@media (max-width: 768px) {
  .u_flow_faq_allOpen {
    width: 120px;
    height: 44px;
  }
}


.u_flow_faq_allOpen:before,
.u_flow_faq_allOpen:after {
  content: "";
  display: block;
  position: absolute;
  left: 16px;
  top: 14px;
  font-size: 14px;
  font-weight: bold;
  color: #1D2088;
  transition: .14s;
}
.u_flow_faq_allOpen:before {
  content: "すべて開く";
}
.u_flow_faq_allOpen:after {
  content: "すべて閉じる";
  opacity: 0;
}
.u_flow_faq_allOpen.is_open:before {
  opacity: 0;
}
.u_flow_faq_allOpen.is_open:after {
  opacity: 1;
}
.u_flow_faq_allOpen span {
  position: relative;
}
.u_flow_faq_allOpen span::before,
.u_flow_faq_allOpen span::after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 2px;
  background-color: #1D2088;
  opacity: 1;
  transition: .2s;
}
.u_flow_faq_allOpen span::before {
  top: 22px;
  right: -55px;
}
.u_flow_faq_allOpen span::after {
  top: 22px;
  right: -55px;
  transform: rotateZ(90deg);
}

.u_flow_faq_allOpen.is_open span::before {
  transform: rotate(360deg);
}
.u_flow_faq_allOpen.is_open span::after {
  transform: rotate(180deg);
  opacity: 0;
}
@media (max-width: 768px) {
  .u_flow_faq_allOpen:before,
  .u_flow_faq_allOpen:after {
    left: 10px;
  }
  .u_flow_faq_allOpen span::before,
  .u_flow_faq_allOpen span::after {
    right: -52px;
  }
}

@media (max-width: 768px) {
  .u_flow_faq .u_link_pageToTop {
    margin: 56px 24px 0 auto;
  }
}