@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');

.bg-gray{
    background-color: #f3f3f3;

}
.title-app{ color: #FFF; text-align: left; }
.title-app span{ font-size: 14px; border: 2px solid #FFF; display: inline-block; padding: 3px 10px; font-weight: bold; margin-bottom: 5px ;}
.title-app h2 { color:#FFF;font-family: 'Open Sans Condensed', sans-serif; font-size: 28px; font-weight: 700; text-align: left; }

.bg-blue-title { 
    background-image: linear-gradient(to right, #6ac1ec 0%, #89f2ec 100%);
}


.app_top{
    background-image: url(/app/images/top_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
}
.app_top ul {width: 855px;margin: auto;}
.app_top ul li{
    background-color: rgb(255 255 255 / 70%);
    border-radius: 6px;
    padding: 15px 15px 23px;
    font-weight: bold;
    font-size: 23px;
    margin: 15px 0;
    line-height: 1;
}
.app_top ul li span{
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #f8f246;
    font-size: 40px;
    display: inline-block;
    text-shadow    : 
       3px  3px 1px #129ee7,
      -3px  3px 1px #129ee7,
       3px -3px 1px #129ee7,
      -3px -3px 1px #129ee7,
       3px  0px 1px #129ee7,
       0px  3px 1px #129ee7,
      -3px  0px 1px #129ee7,
       0px -3px 1px #129ee7;        /* 文字の影 */
    line-height: 1;
    position: relative;
    top: 5px;
    padding: 0 15px;
}
.top_model{
    position: absolute;bottom: -45px;right: 33px;}

.title-app2{ display: block; text-align: left; font-size: 26px; font-weight:bold;  text-align: center;margin-top: 2.5em;}
.title-app2 span { width: 70px; height: 5px; display: block; margin-top: 8px; margin: 15px auto 0;}
.step_flow{
    margin-top:2em;
}
.step_flow,.step_flow2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.step_flow2{
    flex-direction:row-reverse
}
.step_flow dl,.step_flow2 dl{
    width: 28%;
    margin-bottom: 65px;
    position: relative;

} 
.step_flow dl dt,.step_flow2 dl dt{ background-color: #51dbf8; padding: 12px 0; text-align: center; font-family: 'Poppins', sans-serif; font-size: 29px;  font-weight: bold;line-height: 1;color: #FFF;}
.step_flow dl dd div,.step_flow2 dd div{ border: solid #51dbf8; border-width: 0 10px 10px;text-align: center;margin-bottom: 10px;}
.step_flow dl dd p,.step_flow2 dd p{font-size: 16px;}
.step_arrow:after{
    content:'';
    background-image: url(/app/images/step_arrow.png);
    background-repeat: no-repeat;
    width: 35px;
    height: 46px;
    position: absolute;
    right: -65px;top: 103px;
}
.step_flow dl:nth-child(3):after{transform: rotate(90deg);right: 44%;bottom: -47px;top: auto;}
.step_flow dl:nth-child(4):after,
.step_flow dl:nth-child(5):after{transform: rotate(180deg);left: -65px; right: auto;}

.step_flow dl:nth-child(4){order: 6;}
.step_flow dl:nth-child(5){order: 5;}
.step_flow dl:nth-child(6){order: 4;}



.contact-oder{
    margin:30px 0 0 ;
    text-align:center;
}
.contact-oder p {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    position: relative;
    margin: 0 0 13px;
    text-align: center;
    display: inline-block;
    padding: 0 40px;
    color: #121212;
}
.contact-oder p::before {
    left: 30px;
    transform: translate(-50%,-50%) rotate(-35deg);
    content: "";
    width: 30px;
    height:30px;
    display: block;
    border-left: 3px solid #121212;
    position: absolute;
    bottom: -12px;
    pointer-events: none;
}
.contact-oder p::after {
    right: 0;
    transform: translate(-50%,-50%) rotate(-53deg);
    content: "";
    width: 30px;
    height:30px;
    display: block;
    border-bottom: 3px solid #121212;
    position: absolute;
    bottom: -13px;
    pointer-events: none;
}


.qr_wrap{
    display: flex;
    flex-wrap: wrap;justify-content: center;margin: 1.5em 0;
}

.qr_wrap div{
    margin: 0px 15px;}

.yoyaku_wrap > p,.yoyaku_wrap2 > p{
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.yoyaku_wrap > p:before{
    content:'';
    background-image: url(/app/images/label.png);
    background-repeat: no-repeat;
    width: 147px;
    height: 147px;
    position: absolute;
    left: -56px;
    top: -82px;

}
.yoyaku_step{
    display: flex;
    flex-wrap: wrap;
    margin-top: 3rem;
    padding: 0 27px;
}
.yoyaku_step li{
    width: 206px;    
    margin-bottom: 38px;
    margin-right: 77px;position: relative;
    box-sizing: border-box;
}

.yoyaku_step li:after{
    content:'';
    background-image: url(/app/images/yoyaku_arrow.jpg);
    background-repeat: no-repeat;
    background-size: 100%;width: 35px;
    height: 46px;
    position: absolute;
    right: -56px;
    top: 140px;
}

.yoyaku_step li:nth-child(4):after,
.yoyaku_step li:last-child:after{
    display: none;
        
}
.yoyaku_step li:nth-child(4),
.yoyaku_step li:last-child{
    padding-right: 0;
    margin-right: 0px;
}

.yoyaku_step2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 3rem;


}
.yoyaku_step2 li{
    width: 206px;    
    margin-bottom: 38px;
    position: relative;
    box-sizing: border-box;

}
.yoyaku_step2 li:first-child{
    margin-right: 77px;
    margin-left: 60px;
}
.yoyaku_step2 li:first-child:after{
    content:'';
    background-image: url(/app/images/yoyaku_arrow.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 35px;
    height: 46px;
    position: absolute;
    right: -56px;
    top: 140px;
}
.yoyaku_step2 li:last-child{
    width:299px;
    margin-left: 15px;
    position: relative;
}
.yoyaku_step2 li:last-child img{
    position:absolute;
    bottom: -81px;
    
}

.last-text{
    font-size: 13px;
}

footer{margin:150px 0 0 }

.show-pc { display: block; }
.show-sp { display: none; }


@media(max-width:1199px){

    .step_flow dl,.step_flow2 dl{
        width: 30%;
        margin-bottom: 65px;
        position: relative;
    
    }
    .step_flow dl dd p,.step_flow2 dd p{font-size: 15px;}
    .app_top ul {width: 100%; max-width: 800px;margin: auto;}
    .app_top ul li{
        padding: 10px 10px 18px;
        font-size: 20px;
    }
    .app_top ul li span{
        font-size: 35px;
        top: 5px;
        padding: 0 15px;
    }



    .step_flow,.step_flow2{
        max-width:800px;
        margin-left:auto;
        margin-right:auto;
    }

    .step_flow dl,.step_flow2 dl{
        width: 30%;
        margin-bottom: 50px;
        position: relative;

    } 
    .step_flow dl dt,.step_flow2 dl dt{ padding: 12px 0; font-size: 26px; }
    .step_flow dl dd div,.step_flow2 dd div{ border-width: 0 7px 7px; margin-bottom: 5px;}
    .step_flow dl dd p,.step_flow2 dd p{font-size: 15px;}
    .step_flow dl dd p br,.step_flow2 dd p br{ display:none;}
    .step_arrow:after{width: 26px;height: 34px;position: absolute;right: -34px;top: 97px; background-size: 100%;}
    .step_flow dl:nth-child(3):after{transform: rotate(90deg);right: 44%;bottom: -38px;top: auto;}
    .step_flow dl:nth-child(4):after,
    .step_flow dl:nth-child(5):after
    {transform: rotate(180deg);left: -34px; right: auto;}

        


    
}
@media(max-width:1024px){
    .top_model{
        width: 130px;
    }

    .yoyaku_wrap > p:before{
        width: 147px;
        height: 147px;
        left: -36px;
        top: -75px;
    
    }

    .yoyaku_step{
        max-width: 849px;
        margin-left: auto;
        margin-right: auto;
    }
    .yoyaku_step li{
        width: 170px;
        margin-bottom: 38px;
        margin-right: 38px;position: relative;
    }
    
    .yoyaku_step li:after{
        width: 23px;
        height: 28px;
        top: 133px;
        right: -32px;
    }

    .yoyaku_step2 li{
        width: 170px;
        position: relative;
    }
    .yoyaku_step2 li:first-child{
        margin-right: 38px;
        margin-left: 63px;
    }
    .yoyaku_step2 li:first-child:after{
        width: 23px;
        height: 28px;
        top: 133px;
        right: -32px;
    }

    .yoyaku_step2 li:last-child{
        width: 250px;
        margin-left: 15px;
        position: relative;
    }

    
}

@media(max-width:768px){
    .show-pc { display: none; }
    .show-sp { display: block; }

    .app_top ul{
        max-width: 550px;
        margin: 0 auto 0;
    }
    .app_top ul li{display: flex;align-items: center;padding: 10px 10px 9px;font-size: 19px;}
    .app_top ul li span{ top:0;font-size: 30px;}
    .top_model {
        width: 109px;right: 64px;
    }

    
    
    .step_flow {
        max-width: 560px;
    }
    .step_flow dl,.step_flow2 dl{
        width: 46%;
    
    }
    .step_flow dl:nth-child(3){order: 4;}
    .step_flow dl:nth-child(4){order: 3;}
    .step_flow dl:nth-child(5){order: 5;}
    .step_flow dl:nth-child(6){order: 6;}


    .step_flow dl:nth-child(2):after,
    .step_flow dl:nth-child(4):after{transform: rotate(90deg);right: 44%;bottom: -38px;top: auto;left: auto;}
    .step_flow dl:nth-child(3):after{transform: rotate(180deg);left: -34px; right: auto; top: 97px;}
    .step_flow dl:nth-child(5):after{transform: rotate(0);right: -34px; left:auto; top: 97px;}



    .yoyaku_step li{
        width: 134px;
        margin-bottom: 19px;
        margin-right: 27px;
    }
        
    .yoyaku_step li:after{
        width: 18px;
        height: 23px;
        top: 100px;
        right: -24px;
    }
    .yoyaku_wrap > p:before{
        width: 130px;
        height: 130px;
        left: 0;
        top: -71px;
        background-size: 100%;
    }
    
    .yoyaku_step2 li{
        width: 134px;
        margin-bottom: 19px;
        margin-right: 27px;
    }
    .yoyaku_step2 li:first-child:after{
        width: 18px;
        height: 23px;
        top: 100px;
        right: -24px;
    }
    .yoyaku_step2 li:last-child{
        width: 220px;
        margin-left: -17px;
        position: relative;
    }
    
    .yoyaku_step2 li:last-child img{
        position:absolute;
        bottom: -61px;
        
    }

    
    .qr_wrap div {
        margin:0 5px;
    }
    .qr_wrap div:first-child{    
        margin: 0 0px 30px;
        width: 149px;
    }
    .qr_wrap div:first-child img{
        transform: rotate(15deg);
    }
    .qr_wrap div:nth-child(2),
    .qr_wrap div:nth-child(3){
        width: 32%;
    }


    .last-text{
        font-size: 12px;
    }
    .last-text br{
       display: none;
    }
    

    
}

@media(max-width:767px) {
    .title-default h2 span {
        font-size: 30px;
    }
    
}
@media(max-width:520px) {
    .app_top {padding: 20px 0;overflow: hidden;background-position: left -250px bottom;}

    .step_flow dl dt, .step_flow2 dl dt {
        padding: 10px 0;
        font-size: 22px;
    }
    .step_flow dl dd p, .step_flow2 dd p {
        font-size: 14px;
    }
    .step_flow dl,.step_flow2 dl{
        width: 47%;margin-bottom: 22px;
    
    }
    .step_flow dl dd div,.step_flow2 dd div{ border-width: 0 5px 5px; margin-bottom: 5px;}
    .step_arrow:after{width: 13px;height: 17px;position: absolute;right: -18px;top: 72px; background-size: 100%;}
    .step_flow dl:nth-child(2):after,
    .step_flow dl:nth-child(4):after{transform: rotate(90deg);right: 46%;bottom: -18px;top: auto;left: auto;}
    .step_flow dl:nth-child(3):after{transform: rotate(180deg);left: -17px; right: auto; top: 72px;}
    .step_flow dl:nth-child(5):after{transform: rotate(0);right: -18px; left:auto; top: 72px;}

    
    .qr_wrap{
        margin: 0;
        position: relative;
        margin-top: 9px;
    }
    .contact-oder {
        margin: 26px 0 0;
        text-align: center;
    }
    .qr_wrap div:first-child{    
        margin: 0;
        width: 100%;
        position: absolute;
        bottom: -67px;
        left: 0;
    
    }
    .qr_wrap div:first-child img{transform: rotate(-12deg);width: 130px;}
    .qr_wrap div:nth-child(2),
    .qr_wrap div:nth-child(3){
        width: 47%;
    }
    .yoyaku_step{        
        padding: 0 0;
        justify-content: space-between;
    }
    .yoyaku_step li,
    .yoyaku_step li:nth-child(4){
        width: 43%;
        margin-bottom: 19px;
        margin-right: 27px;
    }
    

    .yoyaku_step li:nth-child(2n),
    .yoyaku_step li:last-child{
        padding-right: 0;
        margin-right: 0px;
    }
    .yoyaku_step li:nth-child(2n):after{ display:none;}
    .yoyaku_wrap > p:before{
        width: 95px;
        height: 95px;
        left: 0;
        top: 20px;
        background-size: 100%;
    }
    .yoyaku_wrap > p,.yoyaku_wrap2 > p{
        font-size: 20px;
        
    }
    .yoyaku_step li:after{
        top: 130px;
        right: -34px;
    }
    
    
    .yoyaku_step2{justify-content: space-between;}
    .yoyaku_step2 li{
        width: 43%;
        margin-right: 0;
    }
    
    .yoyaku_step2 li:first-child{
        margin-right: 27px;
        margin-left: 0;
    }
    .yoyaku_step2 li:first-child:after{
        top: 100px;
        right: -34px;
    }
    
    .yoyaku_step2 li:last-child{
        width: 100%;        
        margin-left: 0;
        position: relative;
        text-align: right;
    }
    
    .yoyaku_step2 li:last-child img{
        width: 215px;
        position:relative;
        margin-top: -119px;
    }

}

@media(max-width:480px) {
    .title-app2{ font-size: 22px;}
    .title-app span{ font-size: 13px; }
    .title-app h2 { font-size: 22px;}

    .app_top ul{
      
        margin: 0 auto 150px;
    }
    .app_top ul li{padding: 12px 0px 11px;font-size: 17px;margin: 8px 0;line-height: 1.3;}
    .app_top ul li span{ top:0;font-size: 24px;padding: 0 0;width: 42px;text-align: center;}
    .top_model{width: 95px;right: 0;bottom: -205px;height: 210px;}



}