/* �s�b�N�A�b�v CSS*/
@media print, screen and (max-width: 768px) {
    .pickup__edge {        
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }
}


@media print, screen and (min-width: 768px)
 {
    .pickup__edge {
        width: 100%;
        text-align: center;
        padding-top: 0px;
    }
}

.pickup-container { 
    width: 100%;    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pickup__title{
    font-weight: normal;    
}

.pickup__items{

}


.pickup__item:not(:last-of-type) { 
    width: 280px;
    border-bottom-color: lightgray;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    padding: 0px 0px 20px 0px;
    margin: 0 ;    
}

.pickup__item a {}

.pickup__item:nth-child(4n)  {
    width: 280px;
    border-bottom-color: lightgray;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    padding: 0px 0px 0px 0px;
    margin: 0 ;     
}
 
/* for all button */
.pickup__item:last-of-type  {
    max-width: 350px;
    border-bottom-color: lightgray;
    border-bottom-style: solid;
    border-bottom-width: 0px;    
    padding: 0px 0px 20px 0px;
    margin: 0 0 0 auto;    
    
      
}

.pickup__button {
    width: 100%;
    text-align: right;
    padding-right: 15px;
}


@media print, screen and (max-width: 768px) {
    .pickup__edge {
        max-width: 100%;
    }
    
    .pickup__image {                
        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: 100%;
        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: 100%;
        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;
    overflow: hidden;
    text-overflow: ellipsis;   
    white-space: nowrap;     
    padding: 10px 10px 7px 10px; 
    

}

}
.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;
 }