.header_main h2 {
    background-color: #ffd700;
    color: #00883e;
}
#medoc_is>div {
    display: flex;
    align-items: center;
}
#medoc_is>div>div:first-child {
    margin-right: 10px;
}
#medoc_module_list>div:nth-child(2n+2) {
    display: flex;
    margin-top: 1px;
}
#medoc_module_list>div>div {
    box-sizing: border-box;
    padding: 10px 20px 10px 20px;
}
#medoc_module_list>div:nth-child(n+2)>div:first-child {
    background-color: #408a50;
    color: white;
    width: 190px;
}
#medoc_module_list>div:nth-child(n+2)>div {
    display: flex;
    align-items: center;
    height: 85px;
}
#medoc_module_list>div>div:nth-child(2) {
    flex:1;
}
#main_block p {
    margin: 0;
    box-sizing: border-box;
    padding: 5px 0;
    text-indent: 30px;
    text-align: justify;
}
#main_block a {
    color: #2F5BB7;
}
#main_block a:hover {
    color: #1305b1;
}
.green_color {
    color: #00883e;
}
#medoc_module_list {
    margin: 25px 0;
}
#medoc_module_list img {
    width: 25px;
    cursor: pointer;
}
.description_module {
    background-color: rgba(255, 215, 0, 0.2);
    box-sizing: border-box;
    padding: 10px 20px;
    display: none;
}
@media screen and (max-width: 750px) {
    #stock_per_all {
        box-sizing: border-box;
        padding: 0 15px;
    }
    #medoc_module_list > div:nth-child(2n+2) {
        flex-direction: column;
        margin-top: 0;
        position: relative;
    }
    #medoc_module_list > div:nth-child(n+2) > div {
        height: auto;
    }
    #medoc_module_list > div:nth-child(n+2) > div:first-child {
        width: 100%;
    }
    #medoc_module_list > div:nth-child(2n+2)>div:nth-child(3) {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        align-items: flex-end;
    }
    #medoc_module_list > div:nth-child(2n+2)>div:nth-child(2) {
        margin-right: 65px;
    }
    #medoc_module_list img {
        margin: 0 auto;
    }
    #sota_box {
        box-sizing: border-box;
        padding: 0 15px;
    }
}