/* �s�b�N�A�b�v CSS*/
.pickup {}

@media print, screen and (max-width: 768px) {
    .pickup__edge {        
        margin-bottom: 20px;
    }
}

.pickup-container { 
    max-width: 100%;
    margin: 0;
}

@media print, screen and (min-width: 768px)
 {
    .pickup__edge {
        width: 200px;
        margin-bottom: 20px;
    }
}

.pickup__item:not(:last-of-type) {    
    padding: 10px 0px 10px 0px;
    margin: 0 auto;
    width: 100%;
    border: 1px solid #efefef;
}

.pickup__item a {
    text-decoration: none;
    transition: background-color .5s, color .5s;    
    flex-wrap: wrap;
    color: #000;
}

.pickup__item:last-of-type  {
    border-bottom-color: lightgray;
    border-bottom-style: solid;
    border-bottom-width: 0px;    
    padding: 10px 0px 0px 0px;
    /* margin: 0 auto; */
    margin: 0;
    clear: both;
    width: 100%;
    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: #000099;
}

.pickup__btn__a:hover {
background-color: #4c4c4c;    
}

@media print, screen and (max-width: 768px) {
    .pickup__edge {
        max-width: 100%;
    }
    
    .pickup__image {        
        width: 100%;        
        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__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;
 }