@charset "utf-8";
/* CSS Document */
.flow{
    position: relative;
    border: 4px solid #dae3f3;
    background-color: #ebf1ff;
    padding:20px 30px;
    margin: 10px;
    border-radius: 6px;
    color: #474747;
}
.flow img{
    box-sizing: border-box;
}
.flow dt{
    padding-bottom: 10px;
    font-weight: bold;
}
.no-border{
    border: 0;
    background-color: #fff;
    padding: 10px 5px;
}
.flex{
    display: flex;
    flex-wrap: wrap;
}
.flow::before{
    position: absolute;
    top: -10px;
    left: -18px;
    width: 35px;
    height: 35px;
    line-height:35px;
    font-size: 30px;
    /* border-radius: 50px 50px; */
    border: 2px solid #fff;
    background-color: #4a6dc6;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-family: Helvetica, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.flow01{
    margin-bottom:0;
}
.flow01::before{
    content: "1";
}
.flow02::before{
    content: "2";
}
.flow03::before{
    content: "3";
}
.flow04::before{
    content: "4";
}
.flow05::before{
    content: "5";
}
.flow06::before{
    content: "6";
}
.flow07::before{
    content: "7";
}
.flow01 .cont_qr{
    width:100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    padding-top:20px ;
}
.flow01 .cont_qr dt{
    text-align: left;
    width: 100%;
}
.flow01 .cont_qr dd{
    width: 50%;
}
.flow01 .cont_qr dd .qr_name{
    width: 100%;
    max-width: 180px;
    font-size: 16px;
    background-color: #4472c4;
    padding-top:6px;
    color: #fff;
    margin: 0 auto;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.flow01 .cont_search{
    width:100%;
    padding: 10px 0 0;
}
.flow01 .cont_search dt{
    padding-top: 10px;
}
.flow01 .cont_search .application_btn{
    width: 100%;
    text-align: center;
}
.flow01 .cont_search .application_btn a{
    display: inline-block;
    position: relative;
    width: calc(100%/2 - 5px);
    max-width: 260px;
    border: 2px solid #4472c4;
    background-color: #fff;
    color: #18376d;
    border-radius: 50px;
    padding: 10px 10px 10px 20px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-decoration: none;
    text-align: center;
}
.flow01 .cont_search .application_btn a:first-of-type{
    margin-right: 10px;
}
.flow01 .cont_search .application_btn a::before{
    position: absolute;
    content: "";
    width: 26px;
    height: 26px;
    left: 10px;
    background-size: cover;
    background-repeat: no-repeat;
}
.flow01 .cont_search .application_btn .apple::before{
    top: 7px;
    background-image: url("https://img.jtrip.co.jp/uploads/251016123928_icon_apple.jpg");
}
.flow01 .cont_search .application_btn .google::before{
    top: 9px;
    background-image: url("https://img.jtrip.co.jp/uploads/251016123929_icon_google.jpg");
}
/* .flow01 .cont_search dd{
    text-align: center;
} */
.flow01 .cont_search dd:last-of-type{
    padding-top: 10px;
}
.flow01 .cont_qr dd img{
    width: 100%;
    max-width: 180px;
    border:4px solid #4472c4;
    padding: 5px;
}
.flow01 .cont_search dd img{
    border: none;
    width: 100%;
    max-width: 390px;
}

.flow01.qr-single .cont_search{
    width: 100%;
    max-width: 490px;
    padding: 10px 0 0;
}
.flow01.qr-single .cont_qr{
    max-width: 180px;
    margin: 0 auto;
}
.flow01.qr-single .cont_qr dd{
    width: 100%;
    max-width: 180px;
}
.flow01.qr-single .cont_qr dd img{
    max-width: 150px;
}
.flow.w30{
    width: calc(100%/3 - 20px);
}
.flow.flow-full{
    width: 100%;
}
.flow02 dd,.flow03 dd,.flow04 dd,.flow05 dd,.flow06 dd,.flow07 dd{
    text-align: center;
}
.flow02 img,.flow03 img,.flow04 img,.flow05 img,.flow06 img,.flow07 img{
    max-width: 300px;
}
.flow02 dl dd img,.flow03 dl dd img,.flow04 dl dd img,.flow05 dl dd img,.flow06 dl dd img,.flow07 dl dd img{
    border: none;
    width: 100%;
}
.flow06 dl dd img{
    max-width: 140px;
}
.flow07 dl .txt{
    text-align: left;
    padding-top: 10px;
}
.notice{
    color: #d00c18;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    padding-top: 10px;
    margin: 0;
    border: none;
}
.notice .style-double{
    display:inline-block;
    line-height:1;
	border-bottom: 5px double #d00c18;
}
.call{
    color: #4472c4;
    font-size: 20px;
}
.padding-bottom-none{
    padding-bottom: 0;
}
/* -- PCのみ ----------------------- */
@media screen and (min-width: 750px){

}

@media screen and (max-width: 750px){
    .flow{
        padding:20px 35px;
        margin: 14px 0;
    }
    .flow::before{
        top: -14px;
        left: -10px;
    }
    .flow.w30{
        width:100%;
    }
    .flow01{
        margin-bottom:0;
    }
    .flow01 .cont_qr{
        width:100%;
    }
    .flow01 .cont_search{
        width:100%;
    }
    .flow01 .cont_search .application_btn a{
        font-size: 14px;
        width: calc(100% - 5px);
        margin-top: 10px;
    }
    .flow01 .cont_search .application_btn a:first-of-type{
        margin-right: 0;
    }
    .flow01 .cont_search .application_btn .apple::before{
        top: 6px;
    }
    .flow01 .cont_search .application_btn .google::before{
        top: 7px;
    }
    .flow01 .cont_qr dd{
        width: calc(50% - 5px);
    }
    .flow01 .cont_qr dd:first-of-type{
        margin-right: 5px;
    }
    .flow01 .cont_qr dd:last-of-type{
        margin-left: 5px;
    }
}
	