   .step_box {
    margin: 40px 10px;
}
.step_box.f2 .stepin{
    padding: 0px 19px 36px;
}
.step_box.f2.q_s .dli-chevron-down{
    top: 162px !important;
}
.step_box.f2.q_s a:hover .dli-chevron-down{
    top: 166px !important;
}
.step_box.f2 .dli-chevron-down{
    top: 144px;
}
.step_box.f2 a:hover .dli-chevron-down{
    top: 148px;
}
.flowttl_h2 {
    background: #d7eefc;
    /* text-align: center; */
    padding: 10px 20px;
    font-weight: bold;
    font-size: 23px;
    color: #333;
    margin-bottom: 40px;
}
span.cac_num {
    width: 50px;
    height: 50px;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #0090f0;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 1.1em;
}
.flowttl_h3{
    background: #eee;
    text-align: center;
    padding: 19px;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 40px;
    border-bottom: solid 2px #333;
    border-top: solid 2px #333;
}
span.flow_h3_span {
    background: #333;
    color: #fff;
    padding: 5px 15px;
    margin-right: 15px;
    font-size: 0.9em;
}
.flowttl_aka{
    background: #f24;
    text-align: center;
    color: #ffffff;
    padding: 16px;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 40px;
    position: relative;
}
.flowttl_aka:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
    border: 12px solid transparent;
    border-top: 10px solid #f24;
}
.flowttl_glay{
    background: rgb(82, 82, 82);
    text-align: center;
    color: #ffffff;
    padding: 16px;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 40px;
}
ul.stepUl{
    display: flex;
    justify-content: space-around;
}
ul.stepUl.center{
    justify-content: center;
}
ul.stepUl.center li{
    margin: 2px;
}
ul.stepUl li{
    
     width: 19%;
     font-weight: bold;
     text-align: center;
     position: relative;
   
}
ul.stepUl li a{
    border: 1px solid #333333;
    border-radius: 0px 0 5px 5px;
    display: block;
    position: relative;
    color: #333;
    transition: .3s;
}
ul.stepUl li a:hover{
     background: #eee;
}


p.step_ttl {
    background: #333;
    color: #fff;
    font-size: 17px;
    padding: 12px 10px;
    font-weight: bold;
}
.stepin {
    padding: 17px 15px 38px;
    font-size: 17px;
    text-align: center;
}
.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0.7em;
  height: 0.7em;
  border: 0.1em solid #333;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transition: 0.3s;
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%) translateY(-25%) rotate(135deg);
}
ul.stepUl li a:hover .dli-chevron-down{
    top: 95px;
}
.tx_c {
    text-align: center;
    font-size: 16px;
    margin-bottom: 40px;
}
.tx_c p {
    font-size: 16px;
    line-height: 1.6;
}
.howto_contents img{
    max-width: 100%;
}
span.bold_t {
    font-weight: bold;
    font-size: 1.1em;;
}
.f_img_box {
    margin-bottom: 40px;
    padding: 0 55px;
    position: relative;
}
.f_img_box img{
    border: 1px solid #dfdede;
    box-shadow: 0px 3px 3px 0px #ccc
}
.red_bold {
    color:#f24;
    font-weight:bold;
}
.bold_f{
    font-weight: bold;
}

.flowBtn05{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    margin-right: 10px;
    margin-left: 10px;
}
.flowBtn05 li{
    width: 24%;
   

    box-sizing: border-box;
 
    position: relative;
}
.flowBtn05 li a{
    border: 3px solid #0090f0;
    padding: 15px 15px 25px;
    box-sizing: border-box;
    display: block;
    border-radius: 15px;
    transition: .3s;
    background: #f3fbff;
}
.flowBtn05 li a:hover{
    background: #d7eefc;
}
.flowBtn05 li a:hover:before{
    bottom: 0px;
}
.flowBtn05 li a:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -8px;
    border: 8px solid transparent;
    border-top: 12px solid #0090f0;
    transition: .3s;
}
.flowBtn05 li .title{
    font-weight: bold;
     color: #333;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.flowBtn05 li .title .f_span{
    color: #0090f0;
    margin-right: 8px;
    font-size: 26px;
}
.step_wrap_box {
    border: 1px solid #333333;
    margin-bottom: 100px;
    border-top: none !important;
    border-radius: 0px 0 15px 15px;
    position: relative;
}
.step_wrap_box:before {
    content: "";
    position: absolute;
    /* top: 100%; */
    bottom: -100px;
    left: 50%;
    margin-left: -40px;
    border: 40px solid transparent;
    border-top: 26px solid #333333;
}
.step_wrap_box:last-child{
    margin-bottom: 40px !important;
}
.yajinone::before{
    content:none;
}

                .yajirusi_box {
    text-align: center;
    margin-bottom: 40px;
}
.yajirusi_box img {
    max-width: 10% !important;
}

    .waku_midashi {
        position: relative;
    margin: 40px auto;
    padding: 20px 20px;
    border: solid 1px #0090f0;
    border-radius: 0px 5px 5px 5px;
    max-width: 90%;
}
.waku_midashi .waku-title {
    position: absolute;
    display: inline-block;
    top: -26px;
    left: -1px;
    padding: 0px 16px;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    background: #0090f0;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.waku_midashi p {
    font-size: 18px;
    line-height: 1.6;
}

    .waku_list{
        border:1px solid #0090f0;
        max-width: 80%;
        margin: 0 auto 40px;
        padding: 20px;
        box-sizing: border-box;
       
    }
    .waku_list ul li{
        font-weight: bold;
        line-height: 1.8;
        font-size: 16px;
        list-style-type: disc;
        list-style-position: inside;
    }
    a.txt_link {
    text-decoration: underline;
    color:#0090f0
}

    .flow_waku {
    /* border: 1px solid #0090f0; */
    max-width: 80%;
    margin: 0 auto 40px;
}
.waku_ttl{
    background: #47a8e8;
    padding: 14px;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.flow_waku_inner {
    padding: 40px;
    background: #e9f6fd;
}
.flow_waku_inner p{
     font-size: 16px;
     line-height: 1.6;
}
p.step_ttl.ao_f {
    background: #5f78f8;
}
p.step_ttl.aka_f {
    background:  #F7915E;
}
.step_wrap_box.yajinone {
    margin-bottom: 40px;
}
.yajibox {
    margin: 40px 0 75px;
    text-align: center;
}
p.txt_ao,p.txt_aka {
    color: #333333;
    font-weight: bold;
    font-size: 22px;
    position: relative;
}
p.txt_ao:before {
    content: "";
    position: absolute;
    /* top: 100%; */
    bottom: -80px;
    left: 50%;
    margin-left: -40px;
    border: 40px solid transparent;
    border-top: 26px solid #5f78f8;
}
.ao_bk{
    background: #5f78f8 !important;
}
.aka_bk{
    background: #F7915E !important;
}
p.txt_aka:before {
    content: "";
    position: absolute;
    /* top: 100%; */
    bottom: -80px;
    left: 50%;
    margin-left: -40px;
    border: 40px solid transparent;
    border-top: 26px solid #F7915E;
}

    .cursol_img01 {
    position: absolute;
    top: 63px;
    right: 243px;
}
         .cursol_img01 img {
    box-shadow: none;
    border: none;
    width: 60px;
}

        .cursol_img02 {
            position: absolute;
    top: 182px;
    /* right: 243px; */
    left: 237px;
}
         .cursol_img02 img {
    box-shadow: none;
    border: none;
    width: 60px;
}
.cursol_img03 {
                        position: absolute;
    top: 295px;
    right: 305px;
    transform: rotate(90deg);
}
         .cursol_img03 img {
    box-shadow: none;
    border: none;
    width: 60px;
}

        .cursol_img04 {
    position: absolute;
    bottom: -30px;

    right: 222px;
}
         .cursol_img04 img {
    box-shadow: none;
    border: none;
    width: 60px;
}

        .cursol_img05 {
            position: absolute;
    bottom: 81px;
    right: 230px;
}
         .cursol_img05 img {
    box-shadow: none;
    border: none;
    width: 60px;
}

        .cursol_img06 {
    position: absolute;
    bottom:144px;
    right: 243px;
}
         .cursol_img06 img {
    box-shadow: none;
    border: none;
    width: 60px;
}
.cursol_img07 {
    position: absolute;
    bottom: 100px;
    right: 243px;
}
         .cursol_img07 img {
    box-shadow: none;
    border: none;
    width: 60px;
} 
h2.flowttl_h2.cen_c {
    text-align: center;
}
.flow_waku_img {
    margin-bottom: 40px;
    max-width: 80%;
    margin: 0 auto 40px;
}

    .flow_waku_img_flex ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flow_waku_img_flex ul li{
    width: 32%;
}
