
.Useflow {
    width:100%;
    max-width: 1400px;
    margin: 30px auto 0;
    border:none;
}

.u_title {
    text-align: center;
    padding: 12px 10px 8px;
    font-size: 27px;
    color: #fff;
    border-bottom: 1px solid #0078c9;
    font-weight: bold;
    background: #0078c9;
    border-radius: 10px 10px 0px 0px;
}

.u_title span {
    font-size: 27px;
    font-weight:bold;
    color:#fff815;
}

.detail_intro_txt {
    font-size: 21px;
    line-height: 24px;
    padding: 10px 0px;
    text-align: center;
}


.flow_step_area {
   margin-top: 50px;
}


.flow-step2,
.flow-step3,
.flow-step4{
  margin-top:45px;
}

.flow-step1 .step_tit_area{
  margin-top:25px;
  background-color: #1796f1;
}

.flow-step2 .step_tit_area{
  margin-top:25px;
  background-color: #0086ea;
}

.flow-step3 .step_tit_area{
  margin-top:25px;
  background-color: #006cdc;
}

.flow-step4 .step_tit_area{
  margin-top:25px;
  background-color: #0062c7;
}

.flow_intro_ul {
    background-color: #ffffff;
    margin: 0;
    list-style: none;
    display: flex;
    width: 100%;
    padding: 25px 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.flow_intro_li {
    width: 17.5%;
    background-color: #fff;
    border-radius: 10px;
    margin: 0px 0px 0px;
    border: 1px solid #bed0e3;
    text-align: center;
    height: 192px;
}

.flow_intro_li:nth-last-child(1) {
    width: 17%;
    background-color: #0251b5;
    border-radius: 10px;
    padding: 0;
    margin: 0px 0px 0px;
    border: 1px solid #0048a2;
    text-align: center;
}


.flow_intro_li:nth-last-child(1) .flow_intro_liStep{
  background-color:#0251b5;
}



.flow_intro_liStep {
    color: #ffffff;
    border-radius: 9px 9px 0 0;
    width: 100%;
    margin: 0px auto;
    font-size: 18px;
    padding: 9px 0 6px;
}


.flow_intro_liStep.Step1 {
    background-color: #1796f1;
}

.flow_intro_liStep.Step2 {
    background-color: #0086ea;
}

.flow_intro_liStep.Step3 {
    background-color: #006cdc;
}

.flow_intro_liStep.Step4 {
    background-color: #0062c7;
}



.flow_arrow_step {
    width: 2.2%;
    font-size: 21px;
    color: #dee7ecfc;
    text-align: center;
}

.triangle-next {
    width: 0;
    height: 0;
    border-left: 18px solid #dee7ecfc;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    color: #dee7ecfc;
    margin-left: 0px;
    margin-top: 6px;
}


.flow_intro_p {
  font-size: 17px;
  margin-top: 15px;
  text-align: center;
  color: #000;
  font-weight: bold;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 23px;
  margin-bottom: 11px;
  padding: 4px 0px 0px;
}


.flow_intro_img{
  margin: 0px 0px 20px 0px;
  padding-top: 1px;

}

.flow_intro_img img{
  height: 80px;
}



.intro_p_last{
    padding: 12px 0px 0px;
    height: auto;
    margin-bottom: 7px;
    color:#ffffff;
    font-size: 19px;
}

.flow_step_title {
    text-align: center;
    padding: 17px 0px 10px 0px;
    font-size: 26px;
    color: #fff;
    border-bottom: 1px solid #0078c9;
    font-weight: bold;
    background: #0078c9;
}

.mb0_hq {
    margin-bottom: 0 !important;
}

.mt15_hq {
    margin-top: 15px !important;
}

h3.intro_box_tit {
    color: #fff;
    background: #1b62be;
    font-weight: bold;
    font-size: 25px;
    padding: 15px;
}

.flex .box-align {
    display: flex;
}

.arrow-l {
    float: left;
    width: 2%;
    border-left: 3px dotted #cedceb;
    position: relative;
    margin-left: 3.2%;
    /* margin-bottom: -10px; */
    background-color: #f4faff;
}

.arrow-l span {
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 14px solid #cedceb;
    position: absolute;
    bottom: -18px;
    left: -12px;
}

.box-r {
    float: left;
    width: 100%;
}

.Area-box {
    background: #f4faff;
    padding: 25px 30px;
    border-radius: 0px;
}

.mt0_hq {
    margin-top: 0 !important;
}


.flow_intro_ul {
  background-color: #ffffff;
  margin: 0;
  list-style: none;
  display: flex;
  width: 100%;
  padding: 25px 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #9ab8d9;
  margin: 0 auto;
  border-radius:0px 0px 10px 10px;
}




.flow_intro_p a{
    color:#0078C9;
}

.title_num_step{
	position: relative;
}

.title_num_step img {
	position: absolute;
    text-align: right;
    left: -22px;
    width: 125px;
    top: -106px;
}

.step_tit_area {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /*padding: 15px 20px;*/
    /* background-color: #4187E0; */
    /* margin-top: 40px; */
	border-radius: 10px 10px 0 0;
    margin-left: 15px;
}

.contents_txt_flow {
    font-size: 27px;
    margin: 0px 3px;
    padding: 15px 0px 10px 85px;
    color: #fff;
    width: 100%;
    font-weight:600;
    text-align:left;
}

.int_service_title {
	font-size: 21px;
    margin: 0;
    color: #7F7F7F;
}

.title_num {
    position: relative;
}

.title_num img {
    z-index: 1;
    position: absolute;
    text-align: right;
    left: -11px;
    width: 94px;
    top: -82px;
}

.flow-cont-p {
    line-height: 1.45;
    font-size: 19px;
    padding:0px 7px;
    color:#555555;
    letter-spacing: -0.2px;
    margin: 6px 0 18px 5px;
}

.step_con_imgbox {
    margin: 0px 10px;
    background-color: #ffffff;
    border: 1px solid #c6dbed;
    padding: 30px;
    border-radius: 0;
}

.step_con_imgbox{
  max-width: 99%;
  height: auto;
  vertical-align: bottom;
  border: none;
}



.step_con_imgarea {
    display: flex;
    justify-content: space-between;
}

.step_con_imgarea li {
    width: 48%;
    /* border: 1px solid #0078c9; */
    text-align: center;
    border-radius: 0px;
    background: #ffffff;
}

img{
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border: none;
}

.step_con_imgarea li img {
    border-radius: 0 0 7px 7px;
    padding: 9px;
}



.step_con_imgbox > .img_area{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width:100%;
    margin-top:0;
}


.imgbox_img1,
.imgbox_img2{
width:98%;
height: auto;
vertical-align: bottom;
border: none;
}

.imgbox_img1{
  width:49%;
}


.imgbox_img2{
  width:49%;
}





.step_down_cta a {
    font-weight: 100;
    font-size: 33px;
    padding: 6px 0px 10px;
    color: #fff;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    line-height: 1.5;
    border-radius: 15px;
    background: #EF005E;
}

.icon_download {
    width: 13px;
    padding-bottom: 4px;
    padding-left: 0;
    margin-left: 6px;
}

.flow_con3_right {
    padding: 20px 0px 0px;
    vertical-align: top;
    width:42%;
}

.flow_contents_text {
    text-align: left;
    line-height: 1.45;
    font-size: 19px;
    padding: 15px 0 10px;
    color: #555555;
    vertical-align: text-top;
    width: 55%;
    margin-top: 0px;
}



.flowlink_area{
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 97%;
  margin: 20px auto 0;
}


.flowlink_btn {
    width: 48.5%;
}




.btn_flowlink_apply{
	width: 100%;
	/* height: 60px; */
	font-size: 35px;
	color: #ffffff;
	text-align:center;
	background:#4fa6f7;
	line-height:30px;
	border-radius: 10px;
	float: left;
	vertical-align: middle;
	padding: 17px 0px 18px 0px;
}


.btn_flowlink_apply:hover{
	background:#2d7cf1;
}


a.btn_flowlink_a{
	font-size: 24px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    display: block;
    vertical-align: middle;
    font-weight: 600;
    padding: 0;
}

.link_c_area {
    width: 97%;
    padding-top: 15px;
    margin:0 auto;
}

.info_c_ul {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    color:#ffffff;
    padding: 6px 5px;
    border: 1px solid #f97b72;
    background-color: #f78186;
}

.flow-step-link {
    width: calc(100%);
    display: flex;
    justify-content: space-between;
    border: 1px solid #e1b5b7;
    background-color: #fdf6f6;
}

.flow-step-link li {
    color: #f78186;
    font-size: 16px;
    width: calc(100% / 6);
    line-height: 30px;
    text-align: center;
    padding: 5px 0px;
    vertical-align: middle;
}

.flow-step-link li:nth-child(1) {
  color: #FFF;
  background: #fb7676;
  padding: 6px 0px 0px 0px;
  max-width: 134px;
  width: 100%;
}

.flow-step-link li:nth-child(2) {
  padding: 8px 5px 5px 15px;
}

.flow-step-link li:nth-child(3) {
  padding: 8px 5px 5px 13px;
}

.flow-step-link li:nth-child(4) {
  padding: 8px 0px 5px 5px;
}

.flow-step-link li:nth-child(5) {
  padding: 8px 0px 5px 0px;
  width: 180px;
}

.flow-step-link li:nth-child(6) {
  padding: 8px 10px 5px 0px;
}



.step_link_arrow{
  font-size: 12px;
  color: #f19e9e;
  display: contents;
}

a.btn_flowstep_c {
    font-size: 15px;
    color: #fb7676;
    text-align: center;
    text-decoration: none;
    display: block;
    vertical-align: middle;
}

a.btn_flowstep_c:hover {
    color: #e75146;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    opacity: 0.9;
    transition: 0.2s ease;
}

li.step_arrow {
    width: 1.3%;
    position: relative;
    margin: 0 6px;
}

.step_arrow::after {
    position: absolute;
    left: -10px;
    top: 50%;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-left: 1px solid #5a89c6;
    border-bottom: 1px solid #5a89c6;
    transform: rotate( -135deg);
    font-size: 15px;
    color: #1982BF;
}

.support_area {
    padding: 120px 0px 14px 0px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    position: relative;
    width: 1100px;
    margin: 15px auto 0;
    z-index: 100;
}


.intro_support_title{
  padding-bottom: 0px;
  color: #085bb1;
  text-align: center;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 16px;
  padding-left: 26px;
}


.support_area img{
width: 14%;
position: absolute;
top: 46px;
left: 2.7%;
z-index: 55;
}



.contents_txt {
    font-size: 32px;
    margin: 0px 3px;
    padding: 12px 0px 8px 0px;
    color: #fff;
}

.title_num {
    position: relative;
}

.how_to_support_2 {
    display: flex;
    justify-content: space-between;
    margin: 40px 10px 40px 10px;
}

.how_to_support_3 {
    display: flex;
    justify-content: space-between;
    margin: 40px 10px 10px 10px;
}

.support_con_img_2 {
    width: 45%;
}

.support_con_txt_2 {
    width: 52%;
    margin-top: 10px;
}

.support_con_title_area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.introduce_num {
    position: relative;
    width: 14%;
}

ul.support_txt_ul_2 {
    font-size: 19px;
    line-height:1.45;
}

ul.support_txt_ul_point {
    font-size: 19px;
    border: 1px solid #cedfed;
    background-color: #ffffff;
    padding: 16px 16px 12px 16px;
    margin: 12px 5px 0px 0px;
    line-height: 1.7;
}

.type-borderline {
    border: 0;
    border-bottom: 1px dashed #d0dde7;
}

.section-g {
    box-sizing: border-box;
    background-color: #f6fbff;
    padding: 0px 35px 45px 35px;
    border: 1px solid #6692cd;
    border-radius: 15px;
}


.support_con_txt_2 h5 {
    line-height: 1.2;
    font-weight: 600;
    font-size: 34px;
    color: #11549b;
    margin: 0 0 0 0;
    width: 84.5%;
}


.img-shadowbox{
    box-shadow: 4px 4px 0px 0 rgb(0 0 0 / 14%);
}


.text_area{
  text-align: left;
  padding: 17px 0 15px 10px;
  font-size: 19px;
  line-height: 30px;
}


.rl_two_layout{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 96%;
  margin: 0 auto;
}


.flow-step2-p1{
  margin: 5px 0px 2px 0px;
}

.flow-step2-p2{
  text-align: left;
  padding: 10px 0 0px;
  font-size: 17px;
  line-height: 1.7;
}


.flow04_text_p1{
  margin: 5px 0px 2px 0;
}

.flow04_text_p2{
  text-align: left;
  padding: 21px 0 0px 0;
  font-size: 14px;
  line-height: 1.5;
  color: #888888;
  text-indent: -14px;
  padding-left: 13px;
}

.box_step4{
  padding-bottom: 40px;
  background: #f3f9ff;
  margin-left: 33px;
  border: 1px solid #cedceb;
  border-top: 0px;
}



.trial-cta{
  margin: 20px 24px 10px 10px;
}


.doc-down-btn{
  margin: 20px 20px 10px 10px;
}



.step_link_arrow img{
  transform: rotate(0deg);
  width: 11px;
  padding-left: 2px;
  vertical-align: baseline;
}



.cta {
   width:100%;
    max-width: 1400px;
  }


@media screen and (max-width: 480px) {

.flow_intro_ul{
  flex-direction: column;
}

.flow_intro_li{
  width:100%;
  height: 220px;
}

.flow_intro_p{
    margin-top: 30px;
}

.triangle-next {
  transform: rotate(90deg);
  margin: -9px 0px 5px -5px;
}

.flow_intro_li:nth-last-child(1) {
    width: 100%;
    height: 215px;
}

.Area-box{
  padding: 12px 15px;
}

.flow-cont-p {
    padding: 0;
      margin: 6px 0px 15px;
    font-size: 17px;
}

.step_con_imgbox{
    margin: 0 0 10px;
    padding: 15px;
}

.imgbox_img1{
width:100%;
}

.imgbox_img2{
width:100%;
margin-top:5px;
}

.arrow-l span{
  left: -13px;
}




.text_area {
    text-align: left;
    padding: 6px 0 12px;
    font-size: 16px;
    line-height: 27px;
}

.imgb_area {
    padding-bottom: 0;
}

.contents_txt_flow {
    font-size: 24px;
    margin: 0px 3px;
    padding: 9px 0px 7px 65px;
    color: #fff;
    width: 100%;
    font-weight: 600;
    text-align: left;
}

.title_num img {
    z-index: 1;
    position: absolute;
    text-align: right;
    left: -11px;
    width: 83px;
    top: -73px;
}


.flow_contents_text{
  width: 100%;
  font-size: 16px;
  padding: 5px 0 0px;
}

.flow_con3_right {
    padding: 20px 0px 0px;
    vertical-align: top;
    width: 100%;
}

.flowlink_btn {
    width: 100%;
}

.btn_flowlink_apply{
  padding: 9px 0px 8px 0px;
  margin-bottom: 8px;
}

a.btn_flowlink_a {
    font-size: 18px;
}

.flow-step-link{
  flex-direction: column;
flex-wrap: wrap;
}

.flow-step-link li{
  width:100%;
}

.flow-step-link li:nth-child(1) {
    max-width: 100%;
    width: 100%;
    padding: 10px 0px 6px 0px;
}

.flow-step-link li:nth-child(2) {
    padding: 10px 0;
}

.flow-step-link li:nth-child(3) {
    padding: 10px 0;
}

.flow-step-link li:nth-child(4){
  padding: 10px 0;
}

.flow-step-link li:nth-child(5){
  width:100%;
  padding: 10px 0;
}

.flow-step-link li:nth-child(6) {
  padding: 10px 0 16px;
}

span.step_link_arrow {
    display: block;
    height:15px;
}

.flow04_text_p1{
margin: 12px 0px 2px 0px;
}

.flow04_text_p2{
  padding: 10px 0 0px 13px;
}


.box_step4{
  margin-left: 5px;
}


.support_area {
    width: 100%;
    padding: 45px 0px 10px 0px;
}

.intro_support_title {
  text-align: left;
  font-size: 25px;
  margin: 0;
  padding-left: 86px;
}

.rl_two_layout{
  flex-direction: column-reverse;
}

.support_area img {
  width: 23%;
      position: absolute;
      top: 42px;
      left: -0.3%;
      z-index: 55;
}

.how_to_support_2 {
    margin: 0px 0 40px;
    flex-direction: column-reverse;
}

.support_con_txt_2{
  width:100%;
}

.section-g {
    padding: 10px 25px 45px;
}

.support_con_txt_2 h5 {
    font-size: 24px;
    margin: 2px 0 0 0;
}

.support_con_img_2 {
    width: 100%;
    margin-top: 15px;
}

.support_con_title_area{
    margin-top: 15px;
    margin-bottom: 0px;
}

ul.support_txt_ul_2 {
    font-size: 16px;
    margin-top: 9px;
}

ul.support_txt_ul_point{
  font-size:16px;
}

.introduce_num img{
      margin-bottom: 0px !important;
}


.how_to_support_3 {
    margin: 30px 0 0;
  flex-direction: column-reverse;
}

.text_area.imgb_area {
    padding: 15px 0 0;
}

.flow-step2-p1 {
    margin: 12px 0px 2px 0px;
}

.cta{
  padding-bottom:20px;
}

.suppor_2_2 {
    flex-direction: column;
    margin-top: 20px;
}

.trial-cta{
  margin: 20px 0 10px;
}

.doc-down-btn{
  margin: 20px 0 10px;
}


.step_link_arrow img{
  transform: rotate(90deg);
  width: 10px;
  padding-bottom: 0;
  padding-left: 0;
  vertical-align: top;
}


}
