.App-New ul,
.App-New ul li {
    list-style: none;
}
.App-New .flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
h4 {
    background: #f2ecef;
    padding: 10px;
    font-size: 18px;
    line-height: 1.6;
    margin: 50px 0 40px;
}
h5 {
    color: #d9187a;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6;
    margin: 50px 0 40px;
}
.login .flex {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.login .flex .qr {
    width: 50%;
}
.login .flex .qr img,
.login .flex .store img {
    width: 100%;
}
.login .flex .store {
    width: 50%;
}
.step2 .flex {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.step .flex img {
    border: 1px solid #ccc;
}
.step .flex li {
    margin: 20px;
}
.step ol.flex li {
    width: calc(25% - 40px);
    margin: 0 20px 20px;
}
@media (max-width: 768px) {
    .step ol.flex li {
        width: calc(50% - 40px);
    }
}
.step ol.flex li img {
    width: 100%;
}
.step ol.flex {
    counter-reset: item;
    list-style-type: none;
    padding-left: 0;
    list-style: none;
    margin: 30px 0 60px;
}
.step ol.flex li {
    position: relative;
    margin-bottom: 40px;
}
.step ol.flex li::marker {
    font-size: 0;
}
.step ol.flex li:before {
    counter-increment: item;
    content: counter(item);
    /* 以下は自由に装飾... */
    padding: 5px 10px;
    font-weight: bold;
    color: #fff;
    background: #d9187a;
    position: absolute;
    font-size: 18px;
    font-weight: bold;
}
.question-chart {}
.question-chart .q1,
.question-chart .q2 {
    font-size: 20px;
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
    background: #f1f1f1;
    color: #551937;
    font-weight: bold;
}
.q1-a-wrap,
.q2-a-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    font-size: 16px;
    justify-content: space-around;
}
.q1-a-wrap>div,
.q2-a-wrap>div {
    padding: 10px;
    border: 2px solid #ccc;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.q1-a-wrap>div:before,
.q2-a-wrap>div:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -30px;
    height: 30px;
    width: 2px;
    background: #ccc;
}
    .q1-a-wrap>div:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -30px;
    height: 30px;
    width: 2px;
    background: #ccc;
}

.q2-a-last {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    font-size: 16px;
    justify-content: space-around;
    margin-bottom: 60px;
}
.q2-a-last>div {
    width: calc(25% - 20px);
    border: 2px solid #551937;
    padding: 10px;
    position: relative;
    box-sizing: border-box;
}
    .q2-a-last>div:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -30px;
    height: 30px;
    width: 2px;
    background: #ccc;
}
.q2-a-last>div p.sp {
    display: none;
}
@media (max-width: 768px) {
    .question-chart .q1,
    .question-chart .q2 {
        font-size: 16px;
    }
        .q1-a-wrap,
    .q2-a-wrap {
        font-size: 14px;
    }
        .step ol.flex li {
        margin-bottom: 20px;
    }
}
@media (max-width: 768px) {
    .q2-a-last>div p.pc {
        display: none;
    }
        .q2-a-last>div p.sp {
        display: block;
        text-align: center;
    }
        .q2-a-last>div {
        width: calc(25% - 10px);
        font-feature-settings: "palt";
    }
        /*.q2-a-last >div {width: 100%;margin-bottom: 20px;}*/
    .q2-a-wrap {
        display: none;
    }
}
.btn a {
    display: block;
    width: 100%;
    background: #551937;
    color: #fff !important;
    font-weight: bold;
    padding: 15px 0;
    font-size: 20px;
    text-align: center;
    border-radius: 10px;
    margin-top: 5px;
}
.font-red {
    color: #ff0000 !important;
}
#flowstep-a,
#flowstep-b,
#flowstep-c,
#flowstep-d,
#flowstep-c2 {
    padding-top: 50px;
    margin-top: -50px;
}