.watapick-wrap {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.25;
    color: #333;
}

.child-page .bg-header:after {
    display: none;
}

.font-design1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
}

.font-design2 {
    font-size: 45px;
    font-weight: bold;
}

#bg-white {
    background: #fff;
}

.watapick--block {
    width: 100%;
    padding: 40px 0;
}

.watapick--block h2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.watapick--block span {
    background: #f5f5f5;
    padding: 25px 15px;
    width: 80%;
    margin-left: 35px;
    position: relative;
}

.watapick--block img {
    width: 10%;
}

#left-arr::after {
    content: "";
    left: -20px;
    top: 50%;
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 20px solid #f5f5f5;
    border-bottom: 20px solid transparent;
    position: absolute;
}

.watapick--how {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 200px;
}

.watapick--how {
    position: relative;
}

#pickup-logo::after {
    content: "";
    left: 50%;
    top: 0%;
    transform: translate(-50%, 0%);
    background-image: url('https://watahan.pro/images/pickup_logo.png');
    background-position: center;
    width: 125px;
    height: 146px;
    position: absolute;
}

.watapick--how--content {
    display: flex;
    justify-content: space-between;
    padding: 12% 0;
    width: 90%;
    margin: 0 auto;
    position: relative;
}

#right-arr::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 49%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 20px;
    height: 20px;
    border-top: 2px solid #808080;
    border-right: 2px solid #808080;

}

.watapick--how--select {
    width: calc((100% / 2) - 40px);
    max-width: 360px;
    min-height: 360px;
    border-radius: 20px;
    border: 1px solid #404040;
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.watapick--how--select h3 {
    font-size: 30px;
    font-weight: bold;
    color: #F6873C;
    padding: 5% 0;
}

.watapick--how--select span {
    padding: 5%;
    display: block;
    font-size: 18px;
    line-height: 30px;
}

.watapick--how--select a {
    text-decoration: underline;
    color: #808080;
    font-weight: bold;
}

.watapick--how--title {
    display: flex;
    width: 100%;
    justify-content: center;
}

.watapick--how--title h2 {
    position: relative;
}

.watapick--how--title span {
    display: block;
    font-weight: bold;
}

#shop-logo {
    padding-bottom: 70px;
    text-align: center;
}

#shop-logo::after {
    content: "";
    background-image: url('https://watahan.pro/images/pickup_cart_s.png');
    position: absolute;
    width: 49px;
    height: 49px;
    left: -39px;
    top: 0;
}

#three-dot::after {
    content: "";
    position: absolute;
    border-bottom: 6px dotted #404040;
    width: 30px;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.watapick--how--flow {
    padding-top: 60px;
}

.watapick--how--flow ul {
    width: 80%;
    margin: 0 auto;
}

.watapick--how--flow ul li {
    background: #FFF3E1;
    margin-bottom: 60px;
    padding: 25px 50px;
    border-radius: 15px;
    position: relative;
}

.u_arrow:not(:last-child)::before {
    position: absolute;
    content: "";
    background-image: url('https://watahan.pro/images/pickup-arr.png');
    width: 30px;
    height: 17px;
    left: 50%;
    top: 105%;
    transform: translate(-50%, 0);
}

.flow--title {
    display: flex;
    justify-content: center;
    font-weight: bold;
    padding-bottom: 25px;
    font-size: 18px;
}

.guide_box {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
}

.mid-border {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 10px;
    position: relative;
    height: 300px;
}

.mid-border div {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 7%;
    flex-direction: column;
    text-align: center;
    height: 50%;
    padding: 0;
}

.mid-border::after {
    content: "";
    position: absolute;
    width: 90%;
    height: 1px;
    background: #bbb;
    margin: 0 auto;
}

.mid-border span {
    width: 100%;
    font-weight: bold;
    display: block;
}

.mid-border img {
    width: 100%;
}

.order-flow1 img {
    display: inline-block;
    padding: 0 15px 35px;
    vertical-align: middle;
}

.order-flow2 img {
    display: inline-block;
    padding: 0 25px 5px;
    vertical-align: middle;
}

.order-flow1 span {
    display: block;
    text-align: center;
}

.order-flow2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.order-flow2 div {
    background: #F2F2F2;
    padding: 15px;
    margin: 15px;
}

.order-flow2 span {
    display: block;
}

.fw-b {
    font-size: 20px;
    padding-bottom: 5px;
    font-weight: bold;
}

.watapick--shoplink {
    padding-bottom: 12%;
}

.watapick--shoplink a {
    display: block;
    text-align: center;
    width: 300px;
    font-size: 18px;
    margin: 0 auto;
    background: #f6873c;
    border-radius: 50vh;
    padding: 15px 0;
    color: #fff;
    font-weight: bold;
}

.order-flow1 {
    padding: 10% 0px;
}

.secure-s {
    font-size: 1rem;
}

.n1::after,
.n2::after,
.n3::after,
.n4::after,
.n5::after {
    content: "";
    position: absolute;
    width: 62px;
    height: 54px;
    top: 50%;
    left: -30px;
    transform: translate(0, -50%);
}

.n1::after {
    background-image: url('https://watahan.pro/images/pickup01.png');
}

.n2::after {
    background-image: url('https://watahan.pro/images/pickup02.png');
}

.n3::after {
    background-image: url('https://watahan.pro/images/pickup03.png');
}

.n4::after {
    background-image: url('https://watahan.pro/images/pickup04.png');
}

.n5::after {
    background-image: url('https://watahan.pro/images/pickup05.png');
}



@media only screen and (max-device-width : 767px) {

    .n1::after,
    .n2::after,
    .n3::after,
    .n4::after,
    .n5::after {
        top: 0%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .font-design1 {
        font-size: 18px;
    }

    .watapick--block {
        padding: 0 0 80px;
    }

    .watapick--how--select h3 {
        font-size: 25px;
    }

    .watapick--how--select span{
        font-size: 16px;
    }

    .watapick--how--flow ul {
        width: 90%;
    }

    .watapick--how--flow ul li {
        height: auto;
        padding: 30px 15px;
        margin-bottom: 90px;
    }

    .flow--title{
        font-size:16px;
    }

    .guide_box {
        height: auto;
    }

    .order-flow1 span{
        padding: 0 15px;
    }

    .select-img {
        width: 50%;
    }

    .font-design2 {
        font-size: 30px;
    }

}

@media only screen and (max-device-width : 400px) {

    .n1::after, .n2::after, .n3::after, .n4::after, .n5::after {
        width: 40px;
        height: 40px;
        background-size: contain;
    }

    .select-img {
        width: 60px;
    }

    .watapick--how--content{
        flex-direction: column;
        align-items: center;
    }

    .watapick--how--select {
        width: 65%;
        max-width: auto;
        min-height: auto;
        margin: 10%;
    }

    #right-arr::after{
        top: 48%;
        transform: translate(-50%, -50%) rotate(135deg);
    }

    .watapick--block img {
        width: 60px;
    }

    .watapick--block h2{
        justify-content: space-between;
    }

    #left-arr::after {
        left: -5px;
        top: 50%;
        transform: translate(-50%, -50%) rotate(360deg);
        border-top: 15px solid transparent;
        border-right: 15px solid #f5f5f5;
        border-bottom: 15px solid transparent;
    }

    .watapick--block span{
        margin-left: 0;
        width: 75%;
    }

    .font-design1 {
        font-size: 14px!important;
        padding: 14px!important;
        line-height: initial;
    }

    #shop-logo::after {
        left: 23px;
        height: 28px;
        width: 28px;
        top: 5px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    #pickup-logo::after{
        top: 20%;
        width: 88px;
        height: 104px;
        background-size: contain;
        background-repeat: no-repeat;
    }

}
