/* �s�b�N�A�b�v CSS*/
@media print, screen and (max-width: 768px) {
    .pickup__edge {        
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }
}


@media print, screen and (min-width: 768px)
 {
    .pickup__edge {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }
}

.pickup-container { 
    width: 100%;    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.pickup__items{

}


.pickup__item:not(:last-of-type) { 
    width: 210px;
    border-bottom-color: lightgray;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    padding: 10px 10px 10px 10px;
    margin: 0 ;    
}

.pickup__item a {}

.pickup__item:last-of-type  {
    width: 200px;
    border-bottom-color: lightgray;
    border-bottom-style: solid;
    border-bottom-width: 0px;    
    padding: 10px 0px 0px 0px;
    /* margin: 0 auto; */
    margin: 0;
    clear: both;    
    display: none;
    justify-content: flex-end;    
}

.pickup__btn {
    font-size: 1.2rem;
    position: relative;
    display: inline-block;
    min-width: 185px;
    padding: 11px 40px 11px 20px;
    transition: back-ground .5s;
    text-decoration: none!important;
    color: #fff;
    background-color: #012ea6;
}

.pickup__btn__a:hover {
background-color: #4c4c4c;    
}

@media print, screen and (max-width: 768px) {
    .pickup__edge {
        max-width: 100%;
    }
    
    .pickup__image {        
        width: 200px;        
        margin-bottom: 0px;
        text-align: center;
    }

    .pickup__comment {
        width: 100%;
        line-height: 160%;
        padding-top: 5px;
        /* padding-left: 20px;
        padding-right: 20px;   */
        text-align: center;
    }

    .pickup__item:not(:last-of-type) { 
        width: 220px;
        border-bottom-color: lightgray;
        border-bottom-style: solid;
        border-bottom-width: 0px;
        padding: 10px 20px 10px 0px;
        margin: 0 ;    
    }
    
    .pickup__item a {}
    
    .pickup__item:last-of-type  {
        width: 200px;
        border-bottom-color: lightgray;
        border-bottom-style: solid;
        border-bottom-width: 0px;    
        padding: 10px 0px 0px 0px;
        /* margin: 0 auto; */
        margin: 0;
        clear: both;    
        display: none;
        justify-content: flex-end;    
    }
}


.pickup__comment {
    width: 100%;
    line-height: 140%;
    padding-top: 10px;
    text-align: center;

}

}
.pickup__info {
    width:100%;
}

.pickup__divname{
    display: none;
}

 .pickup__update {
    display: none;
}

 .pickup-container .box-container__main{
     display:flex;
     flex-wrap:wrap;
     justify-content:center;
 }