.top_block {
    margin-bottom: 40px;
}
.top_block img {
    width: 100%;
    margin-top: 30px;
    padding: 0 10px;
}
.flow_list>li {
    background-color: #fff;
    border: 1px solid #f2f1f8;
    border-radius: 1px;
    padding: 100px 16px 24px;
    position: relative;
}
.flow_list>li:not(:last-child) {
    margin-bottom: 46px;
}
.flow_list>li:not(:last-child)::before {
    content: "";
    border-top: 16px solid #c4c4c4;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
}
.flow_list .h2_pink {
    text-align: center;
    padding-left: 0;
    display: block;
    position: relative;
    margin-bottom: 6px;
}
.flow_list .h2_pink:before {
    content: "";
    background-repeat: no-repeat;
    height: 70px;
    width: 70px;
    background-size: contain;
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
}
.flow01 .h2_pink:before {
    background-image: url(/jbch/staticcontents/parts/flow_icon01-c52a47042db985a13aca010967fa8e58.png);
}
.flow02 .h2_pink:before {
    background-image: url(/jbch/staticcontents/parts/flow_icon02-444e6a7f13b22c3b9d12965b4fb6d8d7.png);
}
.flow03 .h2_pink:before {
    background-image: url(/jbch/staticcontents/parts/flow_icon03-d4b41d30d5c3985d1359e7189a3eb269.png);
}
.flow04 .h2_pink:before {
    background-image: url(/jbch/staticcontents/parts/flow_icon04-ce7658569b3ded4b8cdb2e46fbc6a0c8.png);
}
.flow02 dl {
    margin-top: 40px;
}
.flow02 dt {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 12px;
}
.flow02 img {
    width: 76%;
    margin: 30px auto 0;
    display: block;
    border: 1px solid #E4E4E4;
}
.flow03 p a {
    margin: 8px 0;
    display: inline-block;
}
.flow03 .display_list {
    margin: 16px 0 20px;
}
.flow03 .display_list li:not(:last-child) {
    margin-bottom: 16px
}
.flow04 .list_asterisk {
    margin: 8px 0 12px;
}
.flow04 p + p {
    margin-top: 30px;
}
.flow_list + .list_asterisk {
    margin: 20px 16px 0;
}
.flow_list + .list_asterisk li {
    padding-left: 16px;
    text-indent: 0;
    line-height: 175%;
}
.flow_list + .list_asterisk li:before {
    content: "*";
    font-size: 18px;
    position: absolute;
    left: 0px;
    top: 2px;
}
.qa_block {
    margin: 0 16px;
}
.qa_block li:not(:last-child) {
    margin-bottom: 8px;
}
.qa_block .h3_black {
    margin-bottom: 4px;
}
.btn_block {
    margin: 30px 16px 0;
}
.btn_block .btn_white01 {
    width: 100%;
}
/* アプリン用余白設定 */
.applin_blank {
    height: 91px;
}
/* 動画埋め込み */
.movie01 {
    width: 100%;
    margin: 0 auto;
}
.object_hd01 {
    position:relative;
    aspect-ratio:16/9;
    width:100%;
    overflow:hidden;
    border-radius:4px
}
.object_hd01 iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:hidden;
    border-radius:4px;
    outline:4px solid #fff;
    outline-offset:-4px
}
.flow_movie_block01{
	margin-top: 40px;
}


