@charset "utf-8";
.medicine_box   {
    width: 20%;
    float: left;
    text-align: center;
    font-size: 90%;
    margin-top: 20px;
    line-height: 100%;
}

@media screen and (max-width: 768px) {
.medicine_box   {
    width: 50%;
}
}
